@charset "UTF-8";


/***

ベース

***/
body{
	font-weight:normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

nav{
	margin:0;
	padding:0;
}


.contents100_bg{
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	background: #e6e6e6;
}
/*白*/
.contents100w_bg{
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	background:#fff;
}

.contents1{
	clear:both;
	width:92%;
	max-width: 1000px;
	height:auto;
	margin:0 auto;
}

.contents300{
	clear:both;
	width:92%;
	max-width:300px;
	height:auto;
	margin:0 auto;
}
.contents500{
	clear:both;
	width:92%;
	max-width:500px;
	height:auto;
	margin:0 auto;
}
.contents600{
	clear:both;
	width:92%;
	max-width: 600px;
	height:auto;
	margin:0 auto;
}
.contents640{
	clear:both;
	width:92%;
	max-width: 640px;
	height:auto;
	margin:0 auto;
}
.contents700{
	clear:both;
	width:92%;
	max-width: 700px;
	height:auto;
	margin:0 auto;
}
.contents800{
	clear:both;
	width:92%;
	max-width: 800px;
	height:auto;
	margin:0 auto;
}
.contents1000{
	clear:both;
	width:92%;
	max-width: 1000px;
	height:auto;
	margin:0 auto;
	
	/*background: rgba(236,55,58,0.2);*/
}
.contents1100{
	clear:both;
	width:92%;
	max-width: 1100px;
	height:auto;
	margin:0 auto;
}
.contents1200{
	clear:both;
	width:92%;
	max-width: 1200px;
	height:auto;
	margin:0 auto;
}
.contents1400{
	clear:both;
	width:92%;
	max-width: 1400px;
	height:auto;
	margin:0 auto;
}





.resizeimage{
	width:100%;
	/*max-width:960px;*/
}
	
.resizeimage img {
	width: 100%;
	height:auto;
}

.resizeimage1100{
	max-width:1100px;
	margin:0 auto;
}
	
.resizeimage1100 img {
	width: 100%;
	height:auto;
}

.position-r {
	position: relative;
}



/***

hover画像拡大

***/
.hover_img img {
	width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.hover_img img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}



.bg_000{
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: rgba(0,0,0,1.00);
}


@media print, screen and (max-width: 1000px) {
/***

ヘッダー　ヘッダーナビをしたスクロールすると消え、上スクロールすると見えるようにする

***/
header{
	margin:0;
	padding:0;
}
header {
  position: fixed;
  width: 100%;
  /*height: 90px;*/
  height: 72px;
  transition: 1s;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  z-index: 1000;
}
header.hide {
  transform: translateY(-72px);
}
	/*
header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  max-width: 500px;
  margin: 0 auto;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
}
	*/
}



/***

ヘッダー

***/
@media print, screen and (min-width: 1001px) {
header{
	margin:0;
	padding:0;
}
.header_bg{
	width:100%;
	height:96px;
	background:rgba(0,0,0,0.80);
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header{
	width:96%;
	max-width: 1200px;
	height:96px;
	margin: 0 auto;
	padding: 0;
	
	/*background: rgba(69,211,181,1.00);*/
}
.logo{
	width:137px;
	height:76px;
	margin: 14px 0 0 ;
	float: left;
}
.logo img{
	width:100%;
	height:auto;
}
}

@media print, screen and (max-width: 1000px) {
.header_bg{
	width:100%;
	height:72px;
	background:rgba(0,0,0,0.80);
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header{
	width:96%;
	max-width: 1200px;
	height:72px;
	margin: 0 auto;
	padding: 0;
	
	/*background: rgba(69,211,181,1.00);*/
}
.logo{
	width:192px;
	height:72px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 10%;
}
.logo img{
	width:100%;
	height:auto;
}
/***

スマホメニュー

***/
#nv_box_sp1{
	display: none;
	width:100%;
	height:auto;
	position:fixed;
	top:72px;
	left: 0;
	
	background:rgba(0,0,0,0.80);
	z-index:999;

}
	
/***
	
ヘッダー　右PC

***/
.hd_fr{
	width:30%;
	height:100%;
	margin:0;
	padding: 0;
	float: right;	
	/*background:#990;*/
}
.hd_fr #button1{
	width:88px;
	height:72px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}
.hd_fr #button1 img{
	width:100%;
	height:auto;
}



/***
	
フッター　固定ボタン

***/
.hd_fr2{
	clear: both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
	
	
	
	
	
	
.hd_fr2 .hd_btn1 a{
	width:36%;
	height:31px;
	margin: 15px 0 30px 11%;
	padding: 0;
	float: left;
	border: 1px solid #78781e;
	background: #78781e;
	position: relative;
}
.hd_fr2 .hd_btn1 a span{
	width:100%;
	height:33px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: 10px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 14px;
	line-height: 105%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 24.5%;
	left: 0;
}	
.hd_fr2 .hd_btn2 a{
	width:36%;
	height:31px;
	margin: 15px 11% 30px 0;
	padding: 0;
	float: right;
	border: 1px solid #ccc;
	position: relative;
}
.hd_fr2 .hd_btn2 a span{
	width:100%;
	height:33px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 14px;
	line-height: 105%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 24.5%;
	left: 0;
}
}


@media print, screen and (min-width: 1001px) {
/***
	
ヘッダー　左PC

***/
.hd_fl{
	
}


/***
	
ヘッダー　右PC

***/
.hd_fr{
	width:auto;
	height:auto;
	margin:0;
	padding: 0;
	float: right;	
	/*background:#990;*/
}
.hd_fr img{
	width:100%;
	height:auto;
}

.hd_fr2{
	width:227px;
	height:33px;
	margin: 0;
	padding: 33px 0 0;
	float: right;	
	/*background:rgba(237,116,232,1.00);*/
}
	
	
	
	
	
	
.hd_fr .hd_btn1 a{
	width:90px;
	height:31px;
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
	border: 1px solid #78781e;
	background: #78781e;
	position: relative;
}
.hd_fr .hd_btn1 a span{
	width:100%;
	height:33px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: 0;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 14px;
	line-height: 105%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 24.5%;
	left: 0;
}	
.hd_fr .hd_btn2 a{
	width:118px;
	height:31px;
	margin: 0;
	padding: 0;
	float: right;
	border: 1px solid #ccc;
	position: relative;
}
.hd_fr .hd_btn2 a span{
	width:100%;
	height:33px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: 0;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 14px;
	line-height: 105%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 24.5%;
	left: 0;
}
}
	
	
.header_space{
	clear: both;
	width: 100%;
	height: 72px;
	margin: 0;
	padding: 0;
/*	background: rgba(82,245,227,1.00);*/
}
@media print, screen and (min-width: 1001px) {
.header_space{
	clear: both;
	width: 100%;
	height: 96px;
	margin: 0;
	padding: 0;
}
}

/***

メイン画面

***/
.top_main_ph{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.top_main_ph img{
	width: 100%;
	height: auto;
}
/***

メイン画面　ロゴ

***/
.top_main_bg{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	
}








/***

フッター

***/
.footer{
	clear: both;
	width: 100%;
	height: auto;
	background: #ff0;
	background: #fff;
	margin: 0;
	padding: 0;
}





.ft_fl50{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.ft_fl50 img{
	width: 100%;
	height: auto;
}
.ft_fr50{
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.ft_fr50 img{
	width: 100%;
	height: auto;
}
.ft_fr_logo1{
	clear: both;
	width: 230px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 30px;
}
.ft_fr_txt1{
	width:100%;
	height:auto;
	margin: 30px 0 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 13px;
	line-height: 250%;
	text-align: center;
	color: #222;
}
.ft_fr_txt1 a{
	text-decoration: underline;
	color: #222;
}
@media print, screen and (min-width: 1001px) {
.ft_fl50{
	clear: none;
	width: 50%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.ft_fr50{
	width: calc( 50% - 65px );
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}
.ft_fr_logo1{
	clear: both;
	width: 230px;
	height: auto;
	margin: 0;
	padding: 80px 0 50px;
}
.ft_fr_txt1{
	text-align: left;
	margin: 0;
}
}






/***

フッター（ヘッダー）　テキストナビ2

***/
@media print, screen and (max-width: 1000px) {
.ft_box1bg{
	clear: both;
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	/*background: rgba(240,159,221,1.00);*/
}
.ft_box1bg img{
	width: 100%;
	height: auto;
}
.ft_box1bg a div.ft_box1_txt1{
	width: auto;
	height: 40px;
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 16px;
	line-height: 105%;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background: #990;*/
}
a .ft_box1_txt1 span{
	width: auto;
	height: 40px;
	
}
a .ft_box1_txt1 span.ft_box1_ph1{
	width: 50px;
	height: 40px;
	margin: 0 ;
	padding: 0;
	/*background: rgba(229,246,149,1.00);*/
}
a .ft_box1_txt1 span.ft_box1_ph1 img{
	width: 50px;
	height: 40px;
}
a .ft_box1_txt1 span.ft_box1_txt1_2{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 12px;
	
	vertical-align: middle;
	text-align: left;
	/*background: rgba(97,238,127,1.00);*/
}
a .ft_box1_txt1 span.ft_box1_txt1_2.m01{
	color: #222;
}
}
@media print, screen and (min-width: 1001px) {
.ft_box1bg{
	clear: both;
	width: auto;
	height: 34px;
	margin: 0 auto;
	padding: 0;
/*	background: rgba(161,231,188,1.00);*/
	
	display: flex;
	justify-content: center;
	/*justify-content: space-around;*/
	/*align-items: center;*/
	
}
a div.ft_box1_txt1{
	width: auto;
	height: 34px;
	position: relative;
	display: inline-block;
	display: table;
	margin: 0 55px 0 0;
	/*background: rgba(134,237,142,1.00);*/
	
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 14px;
	line-height: 105%;
	text-align: center;
	color: #222;
}
a div.ft_box1_txt1.m01{
	margin: 0;
}
a .ft_box1_txt1 span{
	width: auto;
	height: 34px;
	display: table-cell;	
}
a .ft_box1_txt1 span.ft_box1_txt1_2{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 12px;
	vertical-align: middle;
}
a .ft_box1_txt1 span.ft_box1_txt1_2 span{
	position: absolute;
	top: 0;
	left: -10000px;
}
a .ft_box1_txt1 span img{
	width: auto;
	height: 100%;
}
}




/***

フッター　テキストナビ

***/
.ftnv_bg{
	display:none;
}
@media print, screen and (min-width: 1001px) {
.ftnv_bg{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	
	display:block;
}

.ftnv_txt{
	clear:both;
	width:96%;
	max-width:800px;
	height:auto;
	margin:0 auto;
	
	
}
.ftnv_txt table{
	width:100%;
	margin: 0;
	padding: 0;
	border:none;
	border-collapse: collapse;
	border-spacing:0;
}
.ftnv_txt tr{
	margin: 0;
	padding: 0;
	border:none;
	border-collapse: collapse;
}
.ftnv_txt td{
	width:auto;
	vertical-align: middle;
	text-align:center;
	overflow: visible;
	padding: 0;
	margin: 0;
	border: none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:400;
	border-collapse: collapse;
	
	/*background:rgba(230,63,65,1.00);*/
	
	
}
.ftnv_txt td a{
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 14px;
	line-height: 105%;
	text-align: center;
	color: #222;
	padding: 0 30px;
	
	border-collapse: collapse;
}
.ftnv_txt td.fast_bar{
	border-left:none;
	border-right:1px solid #ddd;
}
.ftnv_txt td.last_bar{
	border-left:1px solid #ddd;
	border-right:none;
}

}



/***

フッターボタン　プラン一覧

***/
.ft_fl_btn1{
	clear: both;
	width: 100%;
	height: 124px;
	margin: 0;
	padding: 0;
	position: relative;
	
	background: #78781e;
	
}
.ft_fl_btn1 a{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.ft_fl_btn1 a .ft_fl_btn2{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.ft_fl_btn1 a .ft_fl_btn2 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1001px) {
.ft_fl_btn1{
	clear: none;
	width: 50%;
	float: left;
	
}
.ft_fl_btn1 a{
	justify-content: flex-end;
}
.ft_fl_btn1 a .ft_fl_btn2{
	width: 96%;
	max-width: 500px;
	height: auto;
	margin: 0;
	padding: 0;

	/*background: rgba(120,241,238,1.00);*/
}
}
/***

フッターボタン　TEL

***/
.ft_fr_btn1{
	clear: both;
	width: 100%;
	height: 124px;
	margin: 0;
	padding: 0;
	position: relative;
	
	background: #333;
	
}
.ft_fr_btn1 a{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.ft_fr_btn1 a .ft_fr_btn2{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.ft_fr_btn1 a .ft_fr_btn2 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1001px) {
.ft_fr_btn1{
	clear: none;
	width: 50%;
	float: right;
	
}
.ft_fr_btn1 a{
	justify-content: flex-start;
}
.ft_fr_btn1 a .ft_fr_btn2{
	width: 96%;
	max-width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
	
	/*background: rgba(120,241,238,1.00);*/
}
}
.ft_fl_btn_txt1{
	width:100%;
	height:auto;
	margin: 0;
	padding: 0 0 8px;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 700;
	font-size: 11px;
	line-height: 105%;
	text-align: center;
	color: #fff;
}
.ft_fl_btn_txt1.fttel3{
	padding: 0 0 4px;
}
@media print, screen and (max-width: 1000px) {
.ft_fl_btn_txt1.fttel3{
	line-height: 135%;
}
}
.ft_fl_btn_txt2{
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	font-weight: 400;
	font-size: 27px;
	line-height: 105%;
	text-align: center;
	color: #fff;
}
.ft_fl_btn_txt2 span.fttel1{
	font-size: 22px;
	line-height: 101%;
}
.ft_fl_btn_txt2 span.fttel2{
	font-size: 32px;
	line-height: 101%;
}





/***

スマホでは表示

***/
.smart_on{
	display:block;
}
.pc_on{
	display:none;
}
@media print, screen and (min-width: 1001px) {
/***
	
pcでは消す

***/
.smart_on{
	display:none;
}
.pc_on{
	display:block;
}
}










/***

キャプション

***/
.cap_left{
	font-size:11px;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:left;	
}
.cap_left.m01{
	line-height:250%;
}
.cap_right{
	font-size:11px;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:right;
}
.cap_center{
	font-size:11px;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:center;
}


.cap_left_fff{
	font-size:11px;
	line-height:150%;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:left;	
}
.cap_left_fff.m01{
	line-height:250%;
}
.cap_right_fff{
	font-size:11px;
	line-height:150%;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:right;
}
.cap_center_fff{
	font-size:11px;
	line-height:150%;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:center;
}



.cap_left_fff.pa1{
	position: absolute;
	top: 100.5%;
	left: 0;
}
	
.cap_right_fff.pa1{
	position: absolute;
	top: 100.5%;
	right: 0;
}



/***

キャプション position-absolute

***/
.cap_left_pa{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:left;
	position: absolute;
	bottom: 5px;
	left: 2%;
}
.cap_left_pa.m01{
	font-weight: bold;
	text-shadow: 0 0 1px #000 , 0 0 3px #000 , 0 0 3px #000;
}

.cap_left_fff_pa{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	text-align:left;
	position: absolute;
	bottom: 5px;
	left: 2%;
}
.cap_left_fff_pa.m01{
	font-weight: bold;
	text-shadow: 0 0 1px #fff , 0 0 3px #fff , 0 0 3px #fff;
}

.cap_right_pa{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:left;
	position: absolute;
	bottom: 5px;
	right: 2%;
}
.cap_right_pa.m01{
	font-weight: bold;
	text-shadow: 0 0 1px #fff , 0 0 3px #fff , 0 0 3px #fff;
}
.cap_right_fff_pa{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:left;
	position: absolute;
	bottom: 5px;
	right: 2%;
}
.cap_right_fff_pa.m01{
	font-weight: bold;
	text-shadow: 0 0 1px #000 , 0 0 3px #000 , 0 0 3px #000;
}
@media print, screen and (min-width: 751px) {
.cap_left_pa{
	font-size:11px;
}
.cap_left_fff_pa{
	font-size: 11px;
}
.cap_right_pa{
	font-size:11px;
}
.cap_right_fff_pa{
	font-size:11px;	
}
}


.cap_left_pa2{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:left;
	position: absolute;
	top:100%;
	left: 0;
	letter-spacing: 0;
	padding: 4px 0 0;
}
.cap_left_fff_pa2{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:left;
	position: absolute;
	top:100%;
	left: 0;
	letter-spacing: 0;
	padding: 4px 0 0;
}
.cap_right_pa2{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:right;
	position: absolute;
	top:100%;
	right: 0;
	letter-spacing: 0;
	padding: 4px 0 0;
}
.cap_right_fff_pa2{
	font-size: 11px;
	font-size:2.3vw;
	line-height:150%;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	
	text-align:right;
	position: absolute;
	top:100%;
	right: 0;
	letter-spacing: 0;
	padding: 4px 0 0;
}
@media print, screen and (min-width: 1001px) {
.cap_left_pa2{
	font-size: 11px;
}
.cap_left_fff_pa2{
	font-size: 11px;
}
.cap_right_pa2{
	font-size: 11px;
}
.cap_right_fff_pa2{
	font-size: 11px;
}
}



/***

copyright

***/
.copyright{
	font-size:12px;
	line-height:150%;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Serif JP' , 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif ;
	letter-spacing: 2px;
	text-align:center;
}




/***

ロールオーバー

***/
.rollover {
  display: inline-block;
  position: relative;
}
.rollover .off {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s ease;
}
.rollover .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.rollover .on, .rollover .off {
  display: block;
}

.rollover:hover .off {
  opacity: 0;
}




/***

スマホ　スペース

***/
@media print, screen and (max-width: 1000px) {
span.smart_on.m01{
	display: inline-block;
}
}
/***

スマホ　スペース

***/
@media print, screen and (min-width: 1001px) {
span.pc_on.m01{
	display: inline-block;
}
}




