@charset "UTF-8";

/* RAXカラー：#71D4D5 */
/* ピンク：#F096A0 */


body {

}


#wrapper{ line-height:0;}

a{
	color:#333333;
}
a svg,
a .ov_img {
	opacity:1;
}
a:hover svg,
a:hover .ov_img {
	opacity:0.8;
}
a[href^="http"] img {
	opacity:1;
}
a[href^="http"]:hover img {
	opacity:0.8;
}

p{
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
font-size:0.9rem;
font-weight:300;
color:#333;
}


.min_c01{
	
font-family: vdl-v7mincho,sans-serif , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
h4{
	font-size:1.5rem;
}
h4.min_c01{
	color:#df366a;
	font-weight:700;
	text-shadow:1px 2px 1px #c9bb93;
}

.kakomi01{
background-color:#f2ecd8; 
padding:1em; 
margin:1em auto; 
max-width:400px;
position: relative;
border:#f2ecd8 solid 3px;
box-shadow:1px 2px 3px 1px #cccccc;
}
.kakomi01:before {
	content: '';            	/* 擬似要素に実体を持たせる */
	width: calc(100% - 4px);    /* 外側の線になる要素の幅を指定する*/
	height: calc(100% - 4px);   /* 外側の線になる要素の高さを指定する */
	border: 1px solid #fba198;    	/* 外側の線になる一本線の枠線をひく*/
	position: absolute;        	/* 外側の線の位置を自由に動かせるようにする */
	top: 1px;            		/* 外側の線の位置を、内側の線から上に3pxずらす */
	left: 1px;            		/* 外側の線の位置を、内側の線から左に3pxずらす*/
}



.bui_s,
.bui_l{
	width:960px;
	margin:1em auto;
	padding:0.5em 0 0.5em;
	border-style:solid;
	border-width:3px;
	border-radius:1em;
}
.bui_s{
	background-color:#d7eef7;
	border-color:#45c7f4;
	color:#45c7f4;
}
.bui_l{
	background-color:#f9e7ee;
	border-color:#f6adcc;
	color:#f385b7;
}
.bui_s p,
.bui_l p{
	color:inherit;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	font-style:600;
	padding-bottom:0.5em;
}
.bui_s ul,
.bui_l ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
display: flex ;
display:-webkit-flex;
flex-direction: row ;
flex-wrap: wrap ;
max-width:100%;
justify-content: center;
}
.bui_s ul li,
.bui_l ul li{
	background-color:#FFF;
	margin:0.2em;
	border-radius:0.2em;
	color:#333;
	text-align:center;
	padding:0.1em 0.2em;
	min-width:9.6em;
	font-size:0.8em;
}
.bui_s ul li:empty,
.bui_l ul li:empty{
	padding-top:0;
	padding-bottom:0;
	background-color:transparent;

}








/*20181211*/
header{
/*	background-color:#fcfcfc;*/
	background-color:#fff;
	text-align: center;
}
header dl{
	margin:0 auto 0;
	width:1000px;
	display:table;		
}
header dt,
header dd{
	display:table-cell;
	vertical-align: middle;
	text-align:right;
}
header dt{
	width:60%;
/*	padding-right:100px;*/
	}
header dd img.pc{
	margin-left:auto;
	margin-right:0;

}
#sc01{
	background-image:url(../../img/main_pc_bg.jpg);
	background-position:center top;
	padding-bottom:18px;
/*	margin-bottom:0 */
}
#sc01 h1{
	width:500px;
	margin:0 auto 0;
}

.gobtn01{
	text-align:center;
	font-size:2rem;
	line-height:1.5;
font-family:'FontAwesome';
font-weight:600;
}

.gobtn01 a{
	display: inline-block;
	margin-left: auto;
	margin-right:auto;
	border-color:#00c8bc;
	border-style:solid;
	border-width:3px 3px 7px 3px;
	border-radius:0.2em;
	text-decoration:none;
	color:#00c8bc;
	padding:0.8em 1.6em 0.8em 0.8em ;
	min-width:14em;
	position:relative;
	background-color:#f0fbfa;
	width:850px;
}

.gobtn01 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    margin: -0.25em 0 0 0;
    border-right: 1px solid #00c4b7;
    border-top: 1px solid #00c4b7;
    transform: translateX(5px) rotate(45deg);
    transition: .3s .1s;

}
.gobtn01 a:hover{
	border-width:3px 3px 3px 3px;
	margin-top:4px;
}

#sc02,
#sc05,
#sc12,
#sc15{
	background: #FFFFFF;
	display:block;
	padding:34px 0 10px;
}
#sc05 .gobtn01,
#sc12 .gobtn01,
#sc15 .gobtn01{
	margin-top:15px;
	margin-bottom:15px;
}

.bn_bg01{
	max-width:1000px;
	margin:0 auto 0;
	padding-bottom:0.5em;
}
.bn_bg01 h2 {
	text-align:center;
	position:relative;
}
.bn_bg01 h2 img{
	height:190px;
	width:auto;
	margin-top:-46px;
}
.bn_bg01 h2 ~ div.tbl.pc{
	width:948px;
	margin:-25px auto 0.2ex;
}
.bn_bg01 .tbl_cel{
	width:474px;
	text-align:center;
}
.bn_bg01 p{
	max-width: 600px;
	width: 90%;
	text-align:center;
	font-size:12px;
	padding-right:36px;
	margin: 1rem auto 0 auto;
}
#sc03 {
	padding:25px 0 50px;
}
#sc03 h3{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	text-align:center;
	border-bottom:#71D4D5 solid 2px;
	position:relative;
	margin-bottom:30px;
}
#sc03 h3 img{
	width:432px;
	height:auto;
}
#sc03 h3:after{
	content:"";
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	margin-bottom:-12px;
	margin-left:50%;
	left:-5px;
	background-image:url(../../img/sc00_h3_hr.png);
	background-position:center top;
	background-size:cover;	
}
#sc03 > div{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
#sc03 .tbl_cel {
	vertical-align: top;
}
#sc03 .tbl_cel:last-child {
	padding-left:24px;
}
#sc03 .tbl_cel img{
	width:468px;
	height:auto;
}

#sc04{
	background-image:url(../../img/sc04_bg_ca.png);
	padding:50px 0 30px;
}
.div_bg02{
	background-color:#fff;
	box-shadow:0px 2px 5px -2px #949494;
	max-width:1000px;
	margin:0 auto 0;
	padding:15px 18px 25px;
}
#sc04 h3{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	text-align:center;
	border-bottom:#71D4D5 solid 2px;
	position:relative;
	margin-bottom:30px;
}
#sc04 h3 img{
	width:432px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#sc04 h3:after{
	content:"";
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	margin-bottom:-12px;
	margin-left:50%;
	left:-5px;
	background-image:url(../../img/sc00_h3_hr.png);
	background-position:center top;
	background-size:cover;	
}
#sc04 .bui_tbl{
	width:100%;
	margin-bottom:1ex;
}
#sc04 .bui_tbl thead th:nth-child(2) ,
#sc04 .bui_tbl tbody tr:nth-child(even) td:nth-child(2){  
  background-color: #dbedf6;  
}
#sc04 .bui_tbl thead th:nth-child(3) ,  
#sc04 .bui_tbl tbody tr:nth-child(even) td:nth-child(3){  
  background-color: #f6e8ee;  
}
#sc04 .bui_tbl tbody tr:nth-child(odd) th{  
  background-color: #eee;  
}
#sc04 .bui_tbl tbody tr:nth-child(odd) td:nth-child(2){  
  background-color: #ccdde6;  
}
#sc04 .bui_tbl tbody tr:nth-child(odd) td:nth-child(3){  
  background-color: #e6d9de;  
}
#sc04 .bui_tbl tbody tr:nth-child(even) th{  
  background-color: #fff;
}
#sc04 .bui_tbl th ,
#sc04 .bui_tbl td{
	vertical-align:middle;
	text-align:center;
	font-weight:600;
	padding:1ex;
}
#sc04 .bui_tbl tbody th{
	width:6em;  
}
#sc04 .bui_tbl thead th:nth-child(2) dt ,
#sc04 .bui_tbl thead th:nth-child(3) dt  {
	font-size:1.2em
}
#sc04 .bui_tbl thead th:nth-child(2) dt {
	color:#45c7f4;
}
#sc04 .bui_tbl thead th:nth-child(3) dt  {
	color:#f385b7;
}
#sc04 .bui_tbl thead th:nth-child(2) dd ,
#sc04 .bui_tbl thead th:nth-child(3) dd  {
	font-weight:normal;
	font-size:0.9em;
}

#sc04 p {
    font-size: 0.8rem;
	line-height:1.5;
}

.chui01 {
display: block;
width:960px;
margin:1.5em auto 1em;
height:100%;
/*
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
*/
font-family:'FontAwesome';
}


.chui01 dl{
	display:block;
	position:relative;
	padding:0 0.2em ;
	height:100%;
	width:100%;
	margin: 1em 0 1em 0;
}

.chui01 dt{
	background-color:#71D4D5;
	text-align:center;
	border-radius:1em;
	padding:0.2em;
	color:#fff;
	width:90%;
	font-size:1rem;
	margin:0 5% 0;
	position:relative;
	z-index:200;
/*	margin:0 auto 0;*/
}
.chui01 dd {
	border:1px solid #71D4D5;
	border-radius:0.5em;
	height:100%;
	display:block;
	padding:1.5rem 1em 0;
	font-size:1rem;
	position:relative;
	margin:-1em auto 0;
	z-index:100;
	background-image:url(../../img/img_no01_bg.svg);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center 0.5em;

}	

.chui01 dd ul{
	margin: 0.5em auto 0;
	padding: 0;
	list-style-type: none;

}
.chui01 dd ul li{
	padding-left:1.2em;
	text-indent:-1.2em;
	padding-bottom:0.5em;
}
.chui01 dd ul li:before{
	content:"";
	background-image: url(../../img/img_no01.svg);
	height:1em;
	width:1em;
	background-repeat:no-repeat;
	display:inline-block;
	background-size: contain;
	background-position:left center;
	margin-bottom:-0.1em;
	margin-right:0.2em;
}
.chui01 dd ul em{
	font-style:normal;
	font-weight:500;
	font-size:120%;
}

.chui02{
	background-color:#F096A0;
	text-align:center;
	border-radius:3rem;
	padding:0.2em;
	color:#fff;
	width:958px;
	font-size:1rem;
	margin:2em auto 0;
	position:relative;
}

#sc06 {
	background-color:#FFFFFF;
}
#sc06 h3 {
	background-image:url(../../img/sc06_h3_pc_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
}
#sc06 h3 img{
	height:162px;
	margin:0 auto;
}
.div_bg03{
	text-align:center;
	max-width:960px;
	margin:-20px auto 0;
	background-image:url(../../img/sc06_img_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:contain;
	padding:40px 0 50px;
}
.div_bg03 p{
	color:#000;
	font-size:1.0em;
	line-height:2.5;
}
.div_bg03 strong{
background: linear-gradient(transparent 65%,#fff29c 65%);
font-weight: 700;
font-size:1.4em;
}

#sc07 {
	background-color:#FFFFFF;
	padding:10px 5px;
}
.div_bg04{
	border: solid 2px #71D4D5;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 5px #fff;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 0;        /* 外側の線と内側の線の空き具合を調整*/
/* 	margin: 5px;            	外側の線を広げた分、要素の大きさを調整する*/
	background-color:#fff;
	width:1000px;
	margin:0 auto;
}
.div_bg04 dl{
	display:table;
	width:100%;
}
.div_bg04 dt,
.div_bg04 dd{
	display:table-cell;
	vertical-align:top;
	width:50%;
	text-align:center;
}
.div_bg04 img{
	width: auto;
	height:341px;
	margin:15px auto;
}



#sc08 {
	background-color:#FFFFFF;
	padding:120px 5px 10px;
	position:relative;
}
.div_bg05{
	border: solid 2px #71D4D5;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 5px #fff;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 0;        /* 外側の線と内側の線の空き具合を調整*/
/* 	margin: 5px;            	外側の線を広げた分、要素の大きさを調整する*/
	background-color:#fff;
	width:1000px;
	margin:0 auto;
	padding:15px;
}
.div_bg05 h3{
/*	position:relative;*/
	text-align:center;
	padding-bottom:110px;
}
.div_bg05 h3 img{
	top:15px;
	position: absolute;
}
.div_bg05 p img{
	margin-right:auto;
	margin-left:auto;
}
.div_bg05 ul{
	display:table;
	width:809px;
	margin:2em auto 1em;
}
.div_bg05 ul li{
	display:table-cell;
	vertical-align:top;
	padding-left:11px;
	padding-right:11px;
}
.div_bg05 ul li:first-child{
	width:422px;
	padding-top:10px;
}
.div_bg05 li img{
	width:100%;
	height:auto;
}

#sc09 {
	background-color:#FFFFFF;
	padding:50px 5px 100px;
	position:relative;
}
.div_bg06{
	border: solid 2px #71D4D5;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 5px #fff;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 0;        /* 外側の線と内側の線の空き具合を調整*/
/* 	margin: 5px;            	外側の線を広げた分、要素の大きさを調整する*/
	background-color:#fff;
	width:1000px;
	margin:0 auto;
	padding:15px;
}
.div_bg06 h3{
/*	position:relative;*/
	text-align:center;
	padding-bottom:145px;
}
.div_bg06 h3 img{
	top:-25px;
	position: absolute;
}
.div_bg06 p{
	color:#000;
	font-size:1.0em;
	line-height:2.5;
	text-align:center;
}
.div_bg06 strong{
background: linear-gradient(transparent 65%,#fff29c 65%);
font-weight: 700;
font-size:1.4em;
}
.div_bg06 .pc table{
	width:100%;
	margin:1em 0 0.5ex;
 border-collapse:separate;}
.div_bg06 .pc table th ,
.div_bg06 .pc table td{
	text-align:center;
	padding:1ex;
	vertical-align:middle;
	line-height:1.5;
}
.div_bg06 .pc table thead tr:first-child td ,
.div_bg06 .pc table tfoot  td {
	padding:5px;
	font-size:1px;
	overflow:hidden;
}
.div_bg06 .pc .tbl_kei01t,
.div_bg06 .pc .tbl_kei01m,
.div_bg06 .pc .tbl_kei01b{
	border-color:#F096A0;
	border-style:solid;
}

.div_bg06 .pc .tbl_kei01t{
	padding:1ex;
	border-radius:8px 8px 0 0;
	border-width:3px 3px 0 3px;
}
.div_bg06 .pc .tbl_kei01m{
	color:#F096A0;
font-family: vdl-v7mincho,sans-serif , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	border-width:0 3px 0;
	font-size:1.4em;
}
.div_bg06 .pc .tbl_kei01b{
	padding:1ex;
	border-radius:0 0 8px 8px;
	border-width:0 3px 3px 3px;
}

.div_bg06 .pc table tbody tr:nth-child(odd) th {
	background-color:#EDF5F4;
}
.div_bg06 .pc table tbody tr:nth-child(even) th {
	background-color:#D7E1E6;
}
.div_bg06 .pc table tbody tr:nth-child(odd) td {
	background-color:#EDF5F4;
}
.div_bg06 .pc table tbody tr:nth-child(even) td {
	background-color:#D7E1E6;
}
.div_bg06 .pc table tbody tr:nth-child(odd) td.tbl_kei01m {
	background-color:#FCF0F7;
}
.div_bg06 .pc table tbody tr:nth-child(even) td.tbl_kei01m {
	background-color:#F4E2E9;
}
.div_bg06 .pc table thead tr:nth-child(2) th:last-child ,
.div_bg06 .pc table tbody tr:nth-child(odd) td:last-child {
	border-left:solid 3px #EDF5F4;
}
.div_bg06 .pc table tbody tr:nth-child(even) td:last-child {
	border-left:solid 3px #D7E1E6;
}
.div_bg06 .pc .smlr{
	font-size:0.6em !important;
	display:block;
}

#sc10 {
	background-color:#FAE8ED;
	padding-bottom:50px;
}
.div_bg07{
	width:960px;
	margin:0 auto;
	position:relative;
}
.div_bg07 h3 img{
	margin-top:-50px;
	margin-left:85px;
}
.div_bg07 ol {
display: flex ;
display:-webkit-flex;
flex-direction: row ;
flex-wrap: wrap ;
margin-top:1em;
margin-bottom:1em;
}
.div_bg07 li {
	width:50%;
    padding-left:70px;
	padding-right:1em;
	padding-bottom:1em;
	position:relative;
}
.div_bg07 li:nth-child(even) {
    padding-left:calc(70px + 1em);
	padding-right:0;
}
.div_bg07 li:before {
content: "";
position:absolute;
width:60px;
height:60px;
background-position:left top;
background-size:contain;
background-repeat:no-repeat;
display:block;
margin-left:-70px;
/*left:0;*/
}
.div_bg07 li:nth-of-type(1):before {
	background-image:url(../../img/sc10_img_01.png);
}
.div_bg07 li:nth-of-type(2):before {
	background-image:url(../../img/sc10_img_02.png);
}
.div_bg07 li:nth-of-type(3):before {
	background-image:url(../../img/sc10_img_03.png);
}
.div_bg07 li:nth-of-type(4):before {
	background-image:url(../../img/sc10_img_04.png);
}
.div_bg07 li:nth-of-type(5):before {
	background-image:url(../../img/sc10_img_05.png);
}
.div_bg07 li:nth-of-type(6):before {
	background-image:url(../../img/sc10_img_06.png);
}
.div_bg07 li dt {
	color:#cd456b;
	font-weight:bold;
	font-size:1.5em;
}
.div_bg07 li dd {
	font-size:1em;
	line-height:1.5;
}

.div_bg08{
	background-color:#fef7fa;
	border:#ee9ab1 solid 2px;
	border-radius:5px;
	text-align:center;
	padding:1em 1ex;
	font-size:1.2em;
}
.div_bg08 strong{
	color:#d63f6c;
	font-size:1.3em;
font-family: vdl-v7mincho,sans-serif , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#sc11 {
	background-color:#fef7fa;
	padding-bottom:50px;
}
.div_bg09{
	text-align:center;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.div_bg09 h3{
	padding:30px 0 1em 250px;
}
.div_bg09 h4{
	padding:1em 0 1em 284px;
}
.div_bg09 ol {
	display: table;
	position: relative;
	width:100%;
}
.div_bg09 ol li {
	display:table-cell;
	background-color:#efece2;
	position: relative;
	border-right:40px solid #fdf7fa;
	padding:7px 12px;
	border-radius:5px;
	width:260px;
}
.div_bg09 ol li:after {
	content:"";
	display:block;
	top:50%;
	right:-20px;
	margin-top:-8px;
	width:20px;
	height:17px;
	position:absolute;
	background-image:url(../../img/sc11_img_bg01_pc.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-color:#ece7d3;
}
.div_bg09 ol li:nth-of-type(2) ,
.div_bg09 ol li:nth-of-type(2):after {
	background-color:#ece7d3;
}
.div_bg09 ol li:nth-of-type(3) ,
.div_bg09 ol li:nth-of-type(3):after {
	background-color:#d9cfa7;
}
.div_bg09 ol li:nth-of-type(4) ,
.div_bg09 ol li:nth-of-type(4):after {
	background-color:#c7b77c;
}
.div_bg09 ol li:last-of-type{
	border-right:0 none;
	width:220px;
}
.div_bg09 ol li:last-of-type:after {
	display: none;
}
.div_bg09 ol dt {
	text-align: center;
	font-weight:700;
	color:#8b7832;
font-family: vdl-v7mincho,sans-serif , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size:1.1rem;
padding-bottom:0.8ex;
padding-top:0.5ex;
}
.div_bg09 ol dt em{
	display:block;
	font-weight:900;
	text-align: center;
	line-height:1;
font-size:1.8rem;
	
}
.div_bg09 ol dd {
	text-align: left;
	font-size:1.2em;
}
.div_bg09 ol dd p{
	min-height:5rem;
}
.div_bg09 ol img{
	width:100%;
	height:auto;
}
.chui03 {
	text-align:right;
	padding:1ex 0 1em;
	font-size:0.8em;

}


#sc13 {
	background-color:#DFF4F9;
	padding:140px 5px 80px;
}
.div_bg10{background: #FFFFFF;
	text-align:center;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	border:#ADDDD8 solid 4px;
	padding:25px;
}
.div_bg10 h3{
	position:relative;
}
.div_bg10 h3 img{
	position:relative;
	margin-top:-150px;
	margin-bottom:20px;
}
.div_bg10 .tbl{
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.div_bg10 .tbl ol{
	display:table-cell;
	width:454px;
	text-align:left;
}
.div_bg10 ol.ol_10l {
counter-reset:nomdotte;
padding-right:32px;
	width:486px;
}
.div_bg10 ol.ol_10r  {
counter-reset:nomdotte 3;
}

.div_bg10 li dt{
    padding-left:0.8em;
	background-image:url(../../img/sc13_bg_or.png);
	color:#FFF;
	font-weight:bold;
}
.div_bg10 li dt:before {
counter-increment: nomdotte;
content: "Q"counter(nomdotte)"\a0";
font-family: vdl-v7mincho,sans-serif , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size:1.2em;
}
.div_bg10 li dd{
	padding:1em 0 1.5em 3.0em;
	font-size:0.9em;
}

#sc14 {
	background-color:#fbfcf8;
	background-image:url(../../img/sc14_bg_pc.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.div_bg11{
	height:1107px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 19px;
	position: relative;
}
.div_bg11 h3{
	position:relative;
}
.div_bg11 h3 img{
	position: absolute;
	margin-top:-36px;
}
.div_bg11 p:nth-of-type(1) {
	position: absolute;
	top:303px;
	left:387px;
	width:346px;
}
.div_bg11 p:nth-of-type(2) {
	position: absolute;
	top:568px;
	left:342px;
	width:376px;
}
.div_bg11 p:nth-of-type(3) {
	position: absolute;
	top:848px;
	left:244px;
	width:426px;
}
.div_bg11 p{
	font-size:1rem;
	line-height:1.5rem;
}
.div_bg11 strong {
	font-size:1.2rem;
	font-weight:bold;
	
}

#sc16 {
	padding-bottom:80px;
}
#sc16 h3{
	background-color:#71D4D5;
	background-image:url(../../img/sc16_h3_pc_bg.png);
	height:130px;
}
#sc16 h3 img{
	margin:0 auto;
}
.div_bg12{

	max-width:1000px;
	margin:20px auto 0;
display: flex ;
display:-webkit-flex;
flex-direction: row ;

}
.div_bg12 img{
	max-width:100%;
	height:auto;
}
.div_bg12 h4{
	position:relative;
	margin-left:-0.4em;
}
.div_bg12 h4 img{
	width:305px;
	height:27px;
	vertical-align: middle;
/*	height:auto;*/
}
.div_bg12 table{
	width:555px;
}
.div_bg12 tr{
	border-bottom:#a0a0a0 dotted 1px;
}

.div_bg12 th,
.div_bg12 td{
	vertical-align:top;
	text-align:left;
	padding:1em;
	font-size:0.8rem;
}
.div_bg12 thead th{
	padding-top:0;
}
.div_bg12 tr.maplink{
/*	border-bottom:#a0a0a0 dotted 1px;*/
	border-bottom:#fff none 0;
}
.div_bg12 tr.maplink img{
width: 448px;
height: 67px;
}
.div_bg12 dl{
	padding-left:34px;
	font-size:0.8rem;
}
.div_bg12 dl p img.sc16p01{
	margin-bottom:17px;
}


#gosodan{/*link-yo*/}

#sc17 {
	padding:0 0 60px;
}
#sc17 h3{
	background-image: url(../../img/sc17_h3_pc_bg.png);
	background-position:top center; 
}
#sc17 h3 img{
	margin:0 auto;
}


.div_bg13{
	max-width:960px;
	margin:30px auto 20px;
	position: relative;
	border-radius:1ex;
	padding:1em;
	clear:both;
	font-size:0.8rem;
	background: #F6F6F6;
}
.div_bg13 h4{
	text-align:center;
	color: #222222;
	font-weight:bold;
	line-height:1;
	width:100%;
	padding-bottom:0.5em;
	clear:both;
}
.div_bg13 ul{
	width:50%;
	float:left;
   list-style: outside none none;
   padding-left:1em;
}
.div_bg13 ul li {
    padding-left:1em;
    text-indent:-0.9em;
	padding-right:1em;
	line-height:1.5;
	padding-bottom:0.5em;
	}
.div_bg13 ul li:before{
    content: "\002022\a0";
} 
.div_bg13 ul li em{
	font-style:normal;
	font-weight: bold;
}
.div_bg13 ul li a{
	color:#0047d0;
}

.info_box{
	max-width:860px;
	margin:0 auto 20px;
	position: relative;
	color:#666;
}

table.table-line {
	border-color:#7D7D7D;
	border-style:solid;
	border-width:1px 0 0 0;
	border-collapse: collapse;
}
table.table-line th ,
table.table-line td {
	border-color:#7D7D7D;
	border-style:solid;
	text-align: left;
	vertical-align:middle;
}
table.table-line th {
	background-color: #eeeeee;
	border-width: 0 0 1px 1px;
	width: 16em;
	height: auto;
	padding: 10px;
	font-size: 14px;
}
table.table-line td {
	background-color:#ffffff;
	padding: 10px 0 10px 10px ;
	border-width: 0 1px 1px 0;
}
table.table-line td.no_lin_bot {
	border-width: 0 1px 0 0;
}

table.table-line tr.contact-c th {
	padding: 10px 5px 5px 5px;
	background-color: #FFCCDE;
}

table.table-line tr.contact-c td {
	background-color: #FDE7EF;
	font-size: 12px;
	padding: 10px 0 10px 10px;
}
table.table-line tr.contact-c span {
	color: #DC2C71;
}
table.table-line tr.contact-c a {
	color: #0057FF;
}
tr.hissu01 th:after{
	content:"\a0※";
	font-size: 14px;
	color: #E96568;
}
table.table-line ul {
	list-style:none;
	margin:0;
	padding:0;
}
table.table-line ul:not(.parsley-errors-list)  {
display: flex ;
display:-webkit-flex;
flex-direction: row ;
flex-wrap: wrap ;
justify-content: flex-start ;
align-items: flex-start ;
align-content: center ;
}
table.table-line ul:not(.parsley-errors-list) li{
	padding-right:1em;
}
table.table-line ul:not(.parsley-errors-list) li:last-child{
	padding-right:0;
}




table.table-line tr.info_left02 th ,
table.table-line tr.info_left02 td {
		border-style: none;
		background-color:transparent;
		color:transparent;
}
/*
table.table-line tr.info_left02 input {
	color:000;
}
*/
.info_box table td small {
	font-size: 12px;
	margin-top: 10px;
}

table.table-line li.parsley-custom-error-message{
	margin:0;
	display:inline-block;
	color:red;
	font-weight:bold;
}
#sc17 .info_box table p{
	font-size:1em;
}
#sc17 .info_box table p.sml{
	font-size:0.7em;
}
.info_box tr.info_left02 th{
	padding:0;
}
.info_box tr.info_left02 summary{
	display:none;
}
.info_box tr.info_left02 td{
	text-align:center;
	padding:1.5em 16em 0.5em 0;
}
.info_box input[type="submit"] {
	background-color:#00c4b7;
	color:#fff;
	border: none;
	border-radius: 0.3em; 
	opacity:1;
	font-size:1em;
	padding:1ex 4em;
	letter-spacing:2px;
}
.info_box input[type="submit"]:hover {
	opacity:0.8;
}



.chui04{}
.chui04 em{
	font-style:normal;
	color:#e90000;

}

#sc17 .mess01{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#sc17 .mess01 img{
	margin-right:auto;
	margin-left:auto;
}


.foot_bg {
	background-color:#71D4D5;
	padding:1em 0 0;
	text-align:center;
}
.foot_bg h3{
	padding:1em;
}
.foot_bg h3 img{
	width:195px;
	height:auto;
}
.foot_bg p ,
.foot_bg table{
	color:#fff;
	font-size:0.8em;
	margin-right:auto;
	margin-left:auto;
	max-width:1000px;
}
.foot_bg p {
	line-height:1.3;
	padding:0.5ex 0;
}
.foot_bg table{
	margin-top:1em;
	margin-bottom:1em;
	text-align:left;
}
.foot_bg th{
	padding-right:1.5em;
}
.foot_bg .ggmap{
	margin-top:1em;
}
.ggmap {
position: relative;
/*padding-bottom: 56.25%;*/
padding-bottom: 20.3%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.foot_bg_bot{
	background-color:#66E3E3;
	padding:1em 0 1em;
	text-align:center;
}

body#check header dt{
	width:100%;
	text-align:center;
}
body#check header dt img{
	width: 190px;
	height:auto;
	margin:5px auto;
}

body#check #sc17 {
	background-color:#F0F8F9;
	padding:25px 0 50px;
}
body#check .div_form {
	background-color:#fff;
	max-width:860px;
	padding:1em 1em 1px;
	margin:0 auto;
}
body#check .errorbox {
	padding-bottom:1em;
	line-height:1.5;
}
body#check .errorbox + p.chui04 {
	padding-bottom:0.5em;
}
body#check p.info_text01{
	text-align:center;
	padding-bottom:1em;
}
body#check p.info_text01 + table.table-line{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
body#check input.goback{
	background-color:#ccc;
	color:#555;
	border: none;
	border-radius: 0.3em; 
	opacity:1;
	font-size:0.9em;
	padding:1ex 2em;
	letter-spacing:1px;
	margin:1em ;
}
body#check input.goback:hover {
	opacity:0.8;
}
/*---------------
comp
-----------------*/
body#comp #contents{
    background-color: #FFFFFF;
    padding: 25px 1em 50px;
}
#sc18 {
	background-color:#fff;
	max-width:1000px;
	margin:0 auto;
	padding:0 0 2em;
}
#sc18 h1{
	text-align:center;
}
#sc18 h2{
	text-align:center;
	color:#000000;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:bold;
	font-size:2em;
	letter-spacing:2px;
	padding: 2em 0 1em;
	line-height:1.5;
}
#sc18 p{
	text-align:center;
	color:#000;
	font-size:1.0em;
	line-height:1.8;
	padding-bottom:4em;
}
#sc18 .gobtn01 a{
	min-width:14em;
	border-color:#71D3D4;
	color:#71D3D4;
	background-color:#DFF3F3;
	width: auto;
}
#sc18 .gobtn01 a:after {
    border-right: 1px solid #71D3D4;
    border-top: 1px solid #71D3D4;

}


.tbl{
	display:table;
}
.tbl_cel{
	display:table-cell;
	vertical-align:top;
}


.pc{
	display:block;
}
.pc_in{
	display: inline;
}
.sp,
.sp_in{
	display:none;
	margin:0;
	padding:0;
}
#contents {
	min-width:1000px;
}





@media screen and (max-width: 750px) {/*適宜SPサイズ指定*/
body {
	max-width:750px;
}
#contents {
	min-width:100px;
}
.sp{
	display:block;
}
.sp_in{
	display: inline;
}
.pc,
.pc_in {
	display:none;
	margin:0;
	padding:0;
}



header{
	background-color:#fcfcfc;
	text-align: center;
}
header dl{
	margin:0;
	max-width:750px;
	display:table;
	width:100%;
}
header dt img,
header dd img{
	max-height:160px;
	width:80%;
	height:auto;

}
header dt ,
header dd {
	padding:0.5ex 0.5ex 0;
	vertical-align:middle;
}
header dt{
	width: auto;
	padding-right:0;
	text-align:left;
	}

header dd img.sp{
	margin-left:auto;
	margin-right:0;
}



#sc01{
	background-image: url(../../img/main_sp_bg.jpg);
	background-size:cover;
	padding-bottom:53px;
}
#sc01 h1{
	width:100%;
}
#sc01 h1 img{
	width:100%;
	height:auto;
}


.gobtn01{
	font-size:5.5vw;
}
.gobtn01 a{
	padding:0.4em 0.4em 0.4em 0.4em ;
	width:100%;
	width:calc(100% - 2em);
	margin-left:1em;
	margin-right:1em;

}
.gobtn01 br{
  line-height:0;
}

#sc02 ,
#sc05 ,
#sc12 ,
#sc15{
/*	background-image: url(../../img/bn_bg_pink.png);
	display:block;*/
	padding:34px 12px 23px;
}
#sc05 .gobtn01,
#sc12 .gobtn01,
#sc15 .gobtn01{
	margin-top:23px;
	margin-bottom:5px;
}
.bn_bg01{
/*	background-color:#fff;
	max-width:1000px;
	margin:0 auto 0;*/
	box-shadow: none;
	padding:0 0.2em 0.5em;
}
.bn_bg01 h2 img{
	height:auto;
	width:95%;
	margin-top:-10vw;
	z-index:20;
	position: relative;
}
.swiper-container.sp{
	margin-top:-3.5vw;
}
.swiper-slide{
	text-align:center;
}
.swiper-slide img{
	width:calc(100% - 84px);
}

		.swiper-container{
			text-align: center;
		}
		.swiper-container .swiper-slide img{
			max-width: 100%;
			height: auto;
		}
		.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.9%2039.9%22%3E%3Ctitle%3Eswiper-button%3C%2Ftitle%3E%3Cpath%20d%3D%22M20.35%2C39.5a0.57%2C0.57%2C0%2C0%2C1-.8%2C0L0.4%2C20.35a0.57%2C0.57%2C0%2C0%2C1%2C0-.8L19.55%2C0.4a0.57%2C0.57%2C0%2C0%2C1%2C.8%2C0L24.5%2C4.55a0.57%2C0.57%2C0%2C0%2C1%2C0%2C.8L10.3%2C19.55a0.57%2C0.57%2C0%2C0%2C0%2C0%2C.8l14.2%2C14.2a0.57%2C0.57%2C0%2C0%2C1%2C0%2C.8Z%22%20style%3D%22fill%3A%23b89e40%22%2F%3E%3Crect%20width%3D%2224.9%22%20height%3D%2239.9%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E')  !important;
    left: 10px;
    right: auto;

}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { 
 background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.9%2039.9%22%3E%3Ctitle%3Eswiper-button%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.55%2C39.5a0.57%2C0.57%2C0%2C0%2C0%2C.8%2C0L24.5%2C20.35a0.57%2C0.57%2C0%2C0%2C0%2C0-.8L5.35%2C0.4a0.57%2C0.57%2C0%2C0%2C0-.8%2C0L0.4%2C4.55a0.57%2C0.57%2C0%2C0%2C0%2C0%2C.8l14.2%2C14.2a0.57%2C0.57%2C0%2C0%2C1%2C0%2C.8L0.4%2C34.55a0.57%2C0.57%2C0%2C0%2C0%2C0%2C.8Z%22%20style%3D%22fill%3A%23b89e40%22%2F%3E%3Crect%20width%3D%2224.9%22%20height%3D%2239.9%22%20transform%3D%22translate(24.9%2039.9)%20rotate(180)%22%20style%3D%22fill%3Anone%22%2F%3E%3C%2Fsvg%3E') !important;
    right: 10px;
    left: auto;
}
.bn_bg01 p {
    text-align: left;
    font-size: 3vw;
	text-indent:-1em;
	line-height:1.2;
    padding: 0.5em 1.5em 0.5em 2.5em;
}


#sc03 {
	padding:75px 15px 60px;
}
#sc03 h3{
	max-width:100%;
	border-bottom:#71D4D5 solid 4px;
	margin-bottom:60px;
}
#sc03 h3 img{
	width:100%;
}
#sc03 h3:after{
/*	content:"";
	position:absolute;
	display:block;*/
	width:18px;
	height:20px;
	margin-bottom:-24px;
	margin-left:50%;
	left:-10px;
	/*
	background-image:url(../../img/sc00_h3_hr.png);
	background-position:center top;
	background-size:cover;	*/
}
#sc03 > div{
	max-width:700px;
/*	margin-left:auto;
	margin-right:auto;*/
}
#sc03 .tbl_cel {
	display:block;
}
#sc03 .tbl_cel:last-child {
	padding-top:50px;
	padding-left:0;
	padding-bottom:15px;
}
#sc03 .tbl_cel img{
	width:100%;
	height:auto;
}


.bui_s,
.bui_l{
	width: auto;
	max-width:100%;
	padding:0.5em 0 0;
/*	overflow:scroll;*/
}
.bui_s p,
.bui_l p{
/*	color:inherit;
	text-align:center;
	font-weight:bold;
	font-style:600;
	padding-bottom:0.5em;
*/
	font-size:5vw;
	padding-bottom:0;
}

.bui_s ul li,
.bui_l ul li{
	margin:1vw;

	font-size:3vw;
	padding:0.1em 0.5em;
	padding:0.6em 0.5em;
	min-width:29%;
}




#sc04{
	padding:75px 15px 60px;
}
.div_bg02{
	box-shadow: none;
	padding:5em 1em 0.5em;
}

#sc04 h3{
	max-width:100%;
	border-bottom:#71D4D5 solid 4px;
	margin-bottom:60px;
}
#sc04 h3 img{
	width:100%;
}
#sc04 h3:after{
/*	content:"";
	position:absolute;
	display:block;*/
	width:18px;
	height:20px;
	margin-bottom:-24px;
	margin-left:50%;
	left:-10px;
	/*
	background-image:url(../../img/sc00_h3_hr.png);
	background-position:center top;
	background-size:cover;	*/
}
#sc04 .bui_tbl tbody th{
	width: auto;  
}
.chui01 {
display: block ;
max-width:100%;
}


.chui01 dl{
display: block ;
	width:100%;
	margin-bottom:1em;
}
.chui01 dt{
	font-size:2.5vw;
}
.chui01 dd {
	min-height:30vh;/*要調整*/
}	

.chui02{
/*	background-color:#b9a367;*/
	text-align: left;
	border-radius:3rem;
	padding:0.5em 1em;
	color:#fff;
	width:100%;
	font-size:3vw;
	margin:1em auto 1em;
	line-height:1.2;
}
#sc06 h3 {
	background-image: none;
}
#sc06 h3 img{
	height: auto;
	width:100%;
}
.div_bg03{
		background-image: none;
	margin:0 auto 0;
	padding:0 0 3em;
}
.div_bg03 p{
	font-size:3vw;
}
.div_bg03 strong{
	font-size:5.5vw;
}

#sc07 {
	background-color:#FFFFFF;
	padding:1em 15px;
}
.div_bg04{
	border: solid 2px #71D4D5;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 8px #fff;    /* 外側の線になる一本線の枠線をひく*/
	width:100%;
}
.div_bg04 dl{
	display: block;
	width:100%;
}
.div_bg04 dt,
.div_bg04 dd{
	display: block;
	width:100%;
}
.div_bg04 dt{
	padding:1em 1ex 0;
}
.div_bg04 dd{
	padding:1em 1.5em 1em;
}
.div_bg04 img{
	width: 100%;
	height: auto;
	margin:0 auto 0;
}


#sc08 {
	background-color:#FFFFFF;
	padding:25vw 15px 1em;
}
.div_bg05{
	border: solid 2px #71D4D5;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 8px #fff;    /* 外側の線になる一本線の枠線をひく*/
	width:100%;
	padding:10px;
}
.div_bg05 h3{
	text-align:center;
	padding-bottom:25vw;
}
.div_bg05 h3 img.sp{
	top:1vw;
	position: absolute;
	width:100%;
	width:calc(100% - 56px);
	height:auto;
}
.div_bg05 p {
	padding-top:1vw;
	padding-bottom:0;
}
.div_bg05 p img{
	width:100%;
	height:auto;
}
.div_bg05 ul{
	display: block;
	width:100%;
/*	margin:1em auto 0;*/
}
.div_bg05 ul li{
	padding:1em 1em 0;
	display: block;
}
.div_bg05 ul li:first-child{
	width: auto;
	padding-top:0;
	padding-bottom:1em;
}
.div_bg05 li img{
	width:100%;
	height:auto;
}



#sc09 {
	background-color:#FFFFFF;
	padding:21vw 15px 26vw;
}
.div_bg06{
	border: solid 2px #71D4D5;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 8px #fff;    /* 外側の線になる一本線の枠線をひく*/
	width:100%;
	padding:10px;
}
.div_bg06 h3{
	text-align:center;
	padding-bottom:24vw;
}
.div_bg06 h3 img.sp{
	top:0;
	position: absolute;
	width:100%;
	width:calc(100% - 56px);
	height:auto;
}

.div_bg06 p{
	font-size:3.5vw;
	line-height:1.5;
	text-align: left;
	padding-top:3vw;
}
.div_bg06 strong{
	font-size:5.5vw;
}
.div_bg06 .sp_tbl {
/*	overflow:auto;*/
	overflow-x: scroll;
	width:100%;
}

.div_bg06 .sp_tbl table{
	width: auto;
	margin:1em 0 0.5ex;
	border-collapse:separate;
}
.div_bg06 .sp_tbl table th ,
.div_bg06 .sp_tbl table td{
	text-align:center;
	padding:1em 1ex;
	vertical-align:middle;
	line-height:1.2;
white-space: nowrap;
	font-size:2.5vw;
}
.div_bg06 .sp_tbl table td:first-child ,
.div_bg06 .sp_tbl table td:last-child {
	padding:0;
	font-size:1px;
	overflow:hidden;
}
.div_bg06 .sp_tbl table thead th:nth-child(odd) {
	background-color:#EDF5F4;
	border-left:solid 1px #fff;
}
.div_bg06 .sp_tbl table thead th:nth-child(even) {
	background-color:#D7E1E6;
	border-left:solid 1px #fff;
}
.div_bg06 .sp_tbl table tbody td:nth-child(odd) {
	background-color:#EDF5F4;
	border-left:solid 1px #fff;
}
.div_bg06 .sp_tbl table tbody td:nth-child(even) {
	background-color:#D7E1E6;
	border-left:solid 1px #fff;
}
.div_bg06 .sp_tbl table tbody tr.tbl_kei01m2 th ,
.div_bg06 .sp_tbl table tbody tr.tbl_kei01m2 td {
	color:#F096A0;
font-family: vdl-v7mincho,sans-serif , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
border-top: 3px #F096A0 solid;
border-bottom: 3px #F096A0 solid;
	font-size:3vw;
}
.div_bg06 .sp_tbl table tbody tr.tbl_kei01m2 td:nth-child(odd) {
	background-color:#FCF0F7
}
.div_bg06 .sp_tbl table tbody tr.tbl_kei01m2 td:nth-child(even) {
	background-color:#F4E2E9
}
.div_bg06 .sp_tbl table tbody tr.tbl_kei01m2 td:first-child {
	border-left:solid 3px #F096A0;
	border-radius:8px 0 0 8px;
}
.div_bg06 .sp_tbl table tbody tr.tbl_kei01m2 td:last-child {
	border-right:solid 3px #F096A0;
	border-radius:0 8px 8px 0;
}
.div_bg06 .sp_tbl table tbody tr:nth-child(3) th ,
.div_bg06 .sp_tbl table tbody tr:nth-child(3) td {
border-top: 3px #ddd7c1 solid;
}
.div_bg06 .sp_tbl table tbody tr:nth-child(3) td:first-child ,
.div_bg06 .sp_tbl table tbody tr:nth-child(3) td:last-child {
border-top: none;
}
.div_bg06 .sp_tbl table tbody td:nth-child(odd):first-child, 
.div_bg06 .sp_tbl table tbody td:nth-child(even):first-child ,
.div_bg06 .sp_tbl table tbody td:nth-child(odd):last-child, 
.div_bg06 .sp_tbl table tbody td:nth-child(even):last-child {
	background-color:#fff;
}
.div_bg06 .sp_tbl .smlr{
	font-size:1.5vw !important;
	display:block;
}

	
	
	
	

#sc10 {
	padding-bottom:20vw;
}
.div_bg07{
	width:100%;
}
.div_bg07 h3 img{
	margin-top:-23vw;
	margin-left:0;
	width:100%;
	height:auto;
}
.div_bg07 ol {
	display:block;
margin:1em 1em 0;
	
}
.div_bg07 li {
	width:100%;
    padding-left:12vw;
	padding-right:0;
	padding-bottom:5vw;
	position:relative;
}
.div_bg07 li:nth-child(even) {
    padding-left:12vw;
	padding-right:0;
}
.div_bg07 li:before {
width:10vw;
height:10vw;
margin-left:-12vw;
/*left:0;*/
}
.div_bg07 li dt {
	font-size:5vw;
}
.div_bg07 li dd {
	font-size:3vw;
	line-height:1.5;
}
.div_bg08{}


.div_bg08{
	border:#ee9ab1 solid 4px;
	border-radius:0.5ex;
	text-align:center;
	padding:0.5em 0.2ex;
	font-size:4.5vw;
	margin-left:1ex;
	margin-right:1ex;
}

#sc11 {
	padding-bottom:8vw;
}
.div_bg09{
	width:100%;
}
.div_bg09 h3{
	padding:0 0 36.5vw 0;
	position:relative;
}
.div_bg09 h3 img{
	width:100%;
	height:auto;
	margin-top:-15.5vw;
	position:absolute;
}
.div_bg09 h3 + p{
	font-size:3vw;}
.div_bg09 h4{
	padding:1em 1em 1em ;
}
.div_bg09 h4 img{
	width:100%;
	height:auto;
}
.div_bg09 ol {
	display: block;
	padding:0 1em ;

}
.div_bg09 ol li {
	display: block;
	border-right:0 none;
	border-bottom:7.8vw solid #fdf7fa;
/*	padding:7px 12px;*/
	padding:1ex;
	border-radius:5px;
	width:100%;
}
.div_bg09 ol li:after {
/*	content:"";
	display:block;*/
	top: auto;
	bottom:-5.8vw;
	right:50%;
	margin-top:0;
	margin-right:-2.4vw;
	width:4.8vw;
	height:5.8vw;
/*	position:absolute;*/
	background-image:url(../../img/sc11_img_bg01_sp.png);
}
.div_bg09 ol li:last-of-type{
	border-bottom:0 none;
	width:100%;
}

.div_bg09 ol dt {
	text-align: left;
font-size:5vw;
padding-bottom:0;
padding-top:0;
}
.div_bg09 ol dt em{
	display: inline-block;
	text-align: left;
	padding-right:0.5em;
}
.div_bg09 ol dd {
	display:table;
	width:100%;
	font-size:4vw;
}
.div_bg09 ol dd p{
	min-height:1rem;
	display:table-cell;
	padding:0.5ex;
	width:50%;
}
.div_bg09 ol dd p:first-child{
	padding-right:1em;
}
.chui03 {
	text-align: center;
	padding:1ex 1em 0;
	font-size:2.5vw;
}

#sc13 {
	padding:26vw 15px 9vw;
}
.div_bg10{
	text-align:center;
	max-width:1750px;
		width:100%;

	margin-left:auto;
	margin-right:auto;
	border:#FFB0C4 solid 4px;
	padding:0 1em 1em;
}
.div_bg10 h3{
	position:relative;
}
.div_bg10 h3 img{
	position:relative;
	margin-top:-23vw;
	margin-bottom:3vw;
	width:100%;
	height:auto;
}
.div_bg10 .tbl{
	width:100%;
	display:block;
}
.div_bg10 .tbl ol{
	display:block;
	width:100%;
	text-align:left;
}
.div_bg10 ol.ol_10l {
padding-right:0;
	width:100%;
}
.div_bg10 li dd{
	padding:0.5em 0;
	font-size:0.9em;
	line-height:1.5;
}

#sc14 {
	background-color:#efedcb;
	background-repeat:no-repeat;
	background-position:top center ;
/*	background-image:url(../../img/sc14_bg_sp.jpg);
	background-size: 100% auto;*/
	background-image:url(../../img/sc14_bg_sp2.jpg);
	background-size: 100% 100%;	
}
.div_bg11{
/*	height:290vw;*/
	margin-left:auto;
	margin-right:auto;
	padding:2.6vw 0 0 0;
	position: relative;
	height:auto;
}
.div_bg11 h3 img{
	position: relative;
	margin-top:0;
	width:100%;
	height:auto;
}
.div_bg11 p:nth-of-type(1) ,
.div_bg11 p:nth-of-type(2) ,
.div_bg11 p:nth-of-type(3) {
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom;
	width:100%;
	position:relative;
	top:auto;
	left:auto;
	bottom:auto;
/*	left:0;*/
}
.div_bg11 p:nth-of-type(1) {
	background-image:url(../../img/sc14_sp2_img01.png);
	padding-bottom:20vw;
	padding-left:2.9vw;
	padding-right:40.3vw;
/*	top:335px;
	top:44.6vw;
	bottom:181vw;
	width:56.8vw;*/
}
.div_bg11 p:nth-of-type(2) {
	background-image:url(../../img/sc14_sp2_img02.png);
	padding-bottom:19.3vw;
	padding-left:44.6vw;
	padding-right:2.5vw;
	margin-top:-1vw;

/*	position: absolute;
	top:auto;
	bottom:103vw;
	left:44.6vw;
	width:51.2vw;*/
}
.div_bg11 p:nth-of-type(3) {
	background-image:url(../../img/sc14_sp2_img03.png);
	padding-bottom:18vw;
	padding-left:4.3vw;
	padding-right:42.4vw;
/*	position: absolute;
	top:auto;
	bottom:20vw;
	left:5.3vw;
	width:53vw;*/
}
.div_bg11 p{
	font-size:3.8vw;
	line-height:1.5;
}
.div_bg11 strong {
	font-size:5vw;
	font-weight:bold;
	
}

#sc16 {
	padding-bottom:9vw;
}
#sc16 h3{
	background:none;
	height: auto;
}
#sc16 h3 img{
	width:100%;
	height:auto;
}
.div_bg12{
/*
display: flex ;
*/
flex-direction: column ;
	max-width:750px;
	margin: 0;
	padding:2em 15px 0;
}
.div_bg12 h4{
	margin-left:-0.25em;
}
.div_bg12 h4 img{
	width:100%;
	height:auto;
}


.div_bg12 table{
	width:100%;
}
.div_bg12 tr{
	border-bottom:#a0a0a0 dotted 2px;
}

.div_bg12 th,
.div_bg12 td{
	padding:1em;
	font-size:3.3vw;
}
.div_bg12 tbody th{
	width:8em;
	padding-right:0;
}
.div_bg12 tr.maplink{
/*	border-bottom:#fff none 0;*/
	border-bottom:#a0a0a0 dotted 2px;
}
.div_bg12 tr.maplink img{
width: 100%;
height: auto;
}

.div_bg12 dl{
	padding-left:0;
	margin-top:6vw;
	font-size:3.3vw;
}
.div_bg12 dl p img{
width: 100%;
	margin-bottom:0.5rem;
}
.div_bg12 dl p img.sc16p01{
	margin-bottom:0.5rem;
}

#sc17 {
	padding:0 0 6.6vw;
}
#sc17 h3 img{
	width:100%;
	height:auto;
}


.div_bg13{
	max-width:760px;
	margin:1.5em 0.5em 1em;
	position: relative;
	border-radius:1ex;
	padding:1em;
	clear:both;
	font-size:2.2vw;
}
.div_bg13 ul{
	width:100%;
	float: none;
   list-style: outside none none;
   padding-left:1em;
}
.info_box{
	max-width:760px;
	margin:0 auto 20px;
	position: relative;
	padding:0 0.5em 0;
}

.info_box table.table-line {
	border-style: none;
	border-width:0;
	width: 100%;
}
.info_box table.table-line th ,
.info_box table.table-line td {
	border-style: none;
	border-width:0;
	display:block;
	width: 100%;
	color:#000;
}
table.table-line th {
	padding: 10px;
	font-size:1em;
}
table.table-line input:not([type="submit"]),
table.table-line select,
table.table-line textarea {
	max-width:100%;
	font-size:16px;
	border-radius:2px;
	border:#aaa solid 1px;
}
table.table-line input[size="30"] ,
table.table-line textarea {
	width:100%;
	width:calc(100% - 10px);
}

.info_box tr.info_left02 th{
	display:none;
}
.info_box tr.info_left02 td{
	text-align:center;
	padding:1.5em;
}




#sc17 .mess01{
	width:100%;
	padding:0.5em;
}
#sc17 .mess01 img{
	width:100%;
	height:auto;
}
.foot_bg .ggmap{
	margin-top:1ex;
padding-bottom: 75.4%;
}



body#check header dt {
	width: auto;
	padding-right: inherit;
	text-align: center;
}
body#check header dt img {
	width: auto;
	margin:0 auto;
}
body#check .info_box tr.info_left02 td {
	padding:1.5em 0;
}

#sc18 h1 img {
	width:100%;
	height:auto;
}
#sc18 {
	font-size:2.2vw;
}
#sc18 h2{
	font-weight:700;
}
#sc18 p{
	font-size:1.3em;
}
	
	
}

@media screen and (max-width: 450px) {
.div_bg06 h3{
	padding-bottom:20vw;
}
/*
.div_bg11{
*//*	height:286vw;
	height:296vw;*//*

}
.div_bg11 h3 img {
    margin-top: 5vw;}

.div_bg11 p:nth-of-type(1) {

	bottom:188vw;
	width:57.8vw;
}
*/
}

/*-- top --*/
body#top{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #000;
	background-color:#fff;
	font-size : 16px;
	line-height : 1.8;
}
#top * {
	box-sizing:border-box;
}


/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){
#top .page-top img{
		width: 40px;
	}
#top #header ,
#contents ,
footer{
	border-style: none;
	border-width:0 0;
}
}

.u_text01 {
	margin: 20px 0 ;
	background-color: hsla(0,62%,92%,1.00);
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.info_text02 span {
	color: #E96568;
}

span.c_r{
	font-size: 14px;
	color: #E96568;
}

.notes {
	margin-bottom: 50px;
	text-align: left;
}
.notes dt {
	font-size: 15px;
	font-weight: bold;
}
.notes dd {
	font-size: 14px;
}
.comp {
	width: 100% ;
	margin: 50px auto ;
}
.comp .fs-t {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #FF6DA0;
	background-color: #FDE7EF;
	padding: 5% 0;
}
.comp .fs-r {
	font-size: 1em;
}
.errorbar {
	font-size: 0.8em;
	color: #C66;
}
/*
iphone hack
*/
@media screen and (max-width: 750px) {
body.iphone .bui_s,
body.iphone .bui_l{
/*	width: auto;
	max-width:100%;
	padding:0.5em 0 0;*/
	overflow:scroll;
}
}


/*予約条件追加2011-11*/
.chui_w {
	padding:25px 0 0;
}
.chui_w_body {
	max-width:960px;
	margin:30px auto 0;
	position: relative;
	padding: 1.5rem 1rem 1rem 2rem;
	border-radius: 20px;
	background: #FCF2F5;
	border: 5px solid #ED91A8;
}
.chui_w h4 {
	font-size: 1.2rem;
	text-align:left;
	color:#ED91A8;
	font-weight:bold;
	line-height:1;
	width:100%;
	padding: 0 0 0.5rem 0.5rem;
	clear:both;
}
.chui_w ul {
	width: 100%;
	margin: 0;
	list-style: inside;
	padding: 0 1.5rem;
}
.chui_w ul li {
	font-size: 14px;
}

@media screen and (max-width: 750px) {
	
	.chui_w {
		padding:1rem 0 0.5rem ;
	}
	.chui_w_body {
		max-width:96%;
		margin:30px auto 0;
		position: relative;
		padding: 1.5rem 1rem 1rem 2rem;
		border-radius: 20px;
		background: #FCF2F5;
		border: 5px solid #ED91A8 ;
	}
	.chui_w h4 {
		font-size: 1.2rem;
		text-align:center;
		font-weight:bold;
		line-height:1;
		width:100%;
		padding: 0.8rem 0 0.6rem 0;
		background: #ED91A8 ;
		color: #FFFFFF;
	}
	.chui_w ul {
		width: 100%;
		list-style: inside;
		padding: 0 0 ;
		margin: 0.25rem 0 ;
	}
	.chui_w ul li {
		font-size: 14px ;
	}
	
	
}


/*禁忌事項追加2011-11*/
.kinki {
	max-width:960px;
	padding: 25px 0 25px ;
	background: #F6F6F6;
	margin: 0 auto 0 auto;
}
.kinki_body {
	max-width:98%;
	margin:30px auto 0;
	position: relative;
	padding:0 0 0 1em;
	clear:both;
}
.kinki h4 {
	font-size: 1.4rem;
	text-align: center;
	color:#222222;
	font-weight:bold;
	line-height:1;
	width:100%;
	padding-bottom:0.5em;
	clear:both;
}
.kinki p {
	font-size: 0.75rem;
	text-align:left;
	color:#222222;
	line-height:1;
	width:100%;
	padding:0.5em;
	margin: 0 0 0.5rem 0;
	background: #F9EAEA;
}

.kinki dl {
	display: table-cell;
	width:33%;
	color:#222222;
	background: #FFFFFF;
	border-right: #F6F6F6 solid 5px;
	padding: 0.25rem 0.5rem 0.5rem 0.5rem ; 
}
.kinki dl:last-child{
	border-right: none;
}
.kinki dl dt {
	font-style:normal;
	font-weight: bold;
	font-size: 0.7rem;
}
.kinki dl dd {
	font-size: 0.7rem;
    padding-left:1em;
    text-indent:-0.9em;
	padding-right:1em;
	line-height:1.5;
	}
.kinki dl dd li:before{
    content: "\002022\a0";
} 

.kinki .chui02{
	width: 96%;
	font-size: 0.8rem
}

@media screen and (max-width: 750px) {
	
	/*禁忌事項追加2011-11*/

	.kinki {
		padding:1.5rem 0 0.5rem;
		font-size:2.2vw;
	}
	.kinki_body {
		max-width:96%;
		margin:0 auto 0;
		position: relative;
		padding:0 0 0 0;
		clear:both;
	}
	.kinki h4 {
		font-weight:bold;
		line-height:1;
		width:100%;
		padding-bottom:0.5em;
		clear:both;
	}
	.kinki p {
		text-align:left;
		color:#222222;
		line-height:1.5;
		width:100%;
		padding:1em;
		margin: 0 0 0 0;
		background: #F9EAEA;
	}

	.kinki dl {
		display: block;
		width:100%;
		color:#222222;
		background: #F6F6F6;
		border-right: none;
		padding: 1rem 0.5rem 1rem 0.5rem ; 
		margin: 0 0 ;
	}
	.kinki dl:last-child{
		border-right: none;
	}
	.kinki dl dt {
		font-style:normal;
		font-weight: bold;
	}
	.kinki dl dd {
		padding-left:1em;
		text-indent:-0.9em;
		padding-right:1em;
		line-height:1.5;
		}
	.kinki dl dd li:before{
		content: "\002022\a0";
	} 

	.kinki .chui02{
		width: 96%;
	}
	
}


/*--------------------------------------------------------
美通インフルエンサーさん予約用
--------------------------------------------------------*/

.b-yoyaku-tokuten {
	background: #FFFFFF;
	border: 10px solid#F1F1F1;
	margin: 75px auto 50px auto;
	padding: 0 0 50px 0 ;
	position: relative;
}
.b-yoyaku-tokuten-arrow {
	padding: 1rem 0 0 0;
}
.b-yoyaku-tokuten .b-yoyaku-tokuten-title-fukidashi {
	width: 220px;
	height: 150px;
	position: absolute;
	top:-75px;
	left: 50px;
}
.b-yoyaku-tokuten .b-yoyaku-tokuten-title-fukidashi img {
	width: 100%;
}
.b-yoyaku-tokuten .b-yoyaku-tokuten-title-pc {
	display: block;
	width: 750px;
	margin: 100px auto 10px auto ;
}
.b-yoyaku-tokuten .b-yoyaku-tokuten-title-pc img {
	width: 80% ;
	display: block ;
	margin: 0 auto 0 auto ;
}
.b-yoyaku-tokuten .b-yoyaku-tokuten-title-sp {
	display: none;
}
.b-yoyaku-tokuten ul.b-yoyaku-list {
	width: 750px;
	display: table;
	table-layout: fixed;
	text-align: center;
	margin: 0 auto 0 auto;
}
.b-yoyaku-tokuten ul.b-yoyaku-list li {
	display: table-cell;
	vertical-align: middle;
	margin: 0 1rem ;
	padding: 20px;
}
.b-yoyaku-tokuten ul.b-yoyaku-list li img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.b-yoyaku-tokuten p.chui03 {
	text-align: center !important;
}


@media screen and (max-width: 750px){
	
	.b-yoyaku-tokuten {
		width: 90%;
		border: 10px solid #F1F1F1;
		margin: 3rem auto 0 auto;
		padding: 0 0 2rem 0 ;
		position: relative;
	}
	.b-yoyaku-tokuten-arrow {
		padding: 1rem 0 0 0;
	}
	.b-yoyaku-tokuten .b-yoyaku-tokuten-title-fukidashi {
		max-width: 220px;
		width: 50%;
		height: auto;
		position: absolute;
		top:-50px;
		left: 10px;
	}
	.b-yoyaku-tokuten .b-yoyaku-tokuten-title-fukidashi img {
		width: 100%;
	}
	.b-yoyaku-tokuten .b-yoyaku-tokuten-title-pc {
		display:none;
	}
	.b-yoyaku-tokuten .b-yoyaku-tokuten-title-sp {
		display: block;
		width: 100%;
		margin: 15vw auto 0 auto;
	}
	.b-yoyaku-tokuten .b-yoyaku-tokuten-title-sp img {
		width: 90%;
		margin: 0 auto;
	}
	.b-yoyaku-tokuten ul.b-yoyaku-list {
		width: 100%;
		display: block;
		table-layout: fixed;
		text-align: center;
		margin: 0 auto 0 auto;
	}
	.b-yoyaku-tokuten ul.b-yoyaku-list li {
		display: block;
		vertical-align: middle;
		margin: 20px 0 ;
		padding: 10px;
	}
	.b-yoyaku-tokuten ul.b-yoyaku-list li img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.b-yoyaku-tokuten p.chui03 {
		text-align: center !important;
		font-size: 1em;
	}
		
}
