@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* レスポンシブWEB対応 (PCサイト向け)
------------------------------------------------------------*/
/* @media screen and (min-width : 1025px ){


/* リセットスタイル
------------------------------------------------------------*/

/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* ここまで */


/* レイアウト
------------------------------------------------------------*/

body {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	margin: 0;
	padding: 0;
	color: #000;
	margin-top:0px;
}
p {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	font-size:14px;
	line-height:1.7;
}
a {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	color:#000;
	font-size:14px;
	line-height:1.7;
}
a:hover {
	text-decoration: underline;
	color:#000;
}

.br-sp{	 /* PCで改行しない */
	display: none;
}

/* 各セクションの最大幅指定 */

.section{
	width: 100%;
	max-width: 3000px;
	min-width: 1000px;
	position: relative;
}

/* 各セクションのコンテンツ幅指定 */

.inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 70px;
}
.inner img{
	display:block;
}
.clear {
	clear:both;
}

/* なるだけ使用しない */

.h2-h6del {
	position:absolute;
	left:-9999px;
}
.link_eff img:hover{	opacity:0.8;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=80);
}


/* ヘッダー内要素
------------------------------------------------------------*/

#header{
	display:block;
	overflow:hidden;
	width: 100%;
	margin:0 auto;
	background: #FFF repeat-x 100%;
	background-position: center top;
}
#header h1{
	font-size: 14px;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	font-weight: bold;
	line-height:2.0;
	
	position:relative;
	top:27px;
}
#header .form{
	float:right;
	width:220px;
}
#header .form p{
	font-size:14px;
	font-weight: bold;
	line-height:1.7;
}
#header .form a{
	color:#fff;
	font-size:20px;
	font-weight: bold;
}
#header .form a:hover{
	text-decoration: underline;
	color:#FF92F0;
}
#header .formbtn{
	width:200px;
	background-color:#000;
	color:#fff;
	padding:5px 10px;
	margin:10px 0px;
	text-align: center;
	
	position: relative;
	top:10px;
}
#header img.logo{
	overflow:hidden;
	position:relative;
	top:40px;
	left:0px;
	
	float:left;
}
#header .logo:hover{
	opacity:0.8;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=80);
}


/* ヘッダーナビゲーション要素 */

#headerNavBg{
	display:block;
	overflow:hidden;
	width: 100%;
	margin:0 auto;
	background:#fff;
}
#headerNav{
	display:block;
	overflow:hidden;
	width: 1000px;
	height:100px;
	margin:0 auto;
}

.slicknav_menu {
	display:none;
}

ul.hnavi {
	width:600px;
	margin:0 auto;
	padding-top:40px;
}
li.hnavi {
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:160px;
	text-align:center;
}
li.hnavi a {
	color:#000;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-decoration:none;
}
li.hnavi a:hover {
	color:#FF92F0;
	border-bottom:#FF92F0 solid 3px;
}


/* メインイメージ画像
------------------------------------------------------------*/

#mainImgBg{
	display:block;
	overflow:hidden;
	width: 100%;
	height:560px;
	margin:0 auto;
	background: url("../images/main/pc_main_bg.png") no-repeat; /* メイン画像を背景設定に */
	background-position: center top;
}
#mainImg{
	display:block;
	overflow:hidden;
	position:relative; /* positionをrelative */
	width: 1000px;
	height:400px;
	background-position: center top;
	background-repeat: no-repeat;
	background: repeat-x 100%;
	margin:0 auto;
}
#mainImg h2{
	position:relative;
	top:140px;
	left:470px;
	
	width:500px;
	font-size:36px;
	font-weight: bold;
	line-height: 1.9;
}


/* ページトップボタン（右下）
------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:100;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 0px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
}


/* メインコンテンツ
------------------------------------------------------------*/

/* 各セクションの高さ・背景設定 */

.s1 {	/*  */
	width:100%;
	/* min-height: 960px; */
	background-position:top;
	background-color: #FCF9F0 ;
	padding:60px 0px;
}
.s2 {	/*  */
	/* min-height:720px; */
	background:#fff;
	padding-bottom:60px;
}
.s3 {	/*  */
	/* min-height: 1720px; */
	background:#FCF9F0;
	padding-bottom:90px;
}
.s4 {	/*  */
	/* min-height: 700px; */
	background: url(../images/bg_panel.jpg) repeat-x 100% ;
	background-position:top;
	padding-bottom:60px;
}
.s5 {	/*  */
	/* min-height:1173px; */
	background: #fff;
	padding-bottom:0px;
}
.s6 {	/*  */
	min-height: 960px;
	background-repeat: no-repeat;
	background: url(../images/bg_panel.jpg) repeat-x 100% ;
	background-position: top;
}
.s7 {	/*  */
	min-height: 480px;
	background-repeat: no-repeat;
}
.s16{
	width:50%;
	margin:0 auto;
}

/* s1の個別設定 */

.s1 h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding:60px 0px;
}
.s1 p{
	font-size:14px;
	line-height:1.7;
	text-align:center;
}
.s1 p.big{
	font-size:28px;
	font-weight:bold;
	line-height:2.4;
	text-align:center;
}
.s1 p.pink1{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#FF7BA5;
	padding:14px 0px;
}
.s1 p.pink2{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	color:#FF7BA5;
	padding:14px 0px;
}
.s1 img.s1img{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.s1 ul{
	width:100%;	
	display:flex;
	justify-content: space-evenly;
}
.s1 li{
	width:320px;
	padding:10px;
}
.s1 p{
	padding:14px;
}
.s1 .icon_jiseki{
	position:absolute;
	top:-40px;
	right:-70px;
}
/* s2の個別設定 */

img.s2img{
	float:left;
	margin-left:70px;
	margin-right:40px;
}
.s2box01{
}
.s2 h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding:60px 0px;
}
.s2 h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.7;
	text-align:center;
	padding:60px 0px 40px;
}
.s2 h3.rei{
	font-size:24px;
	padding-top:40px;
	padding-bottom:30px;
}
.s2 h4{
	font-size:28px;
	font-weight:bold;
	line-height:1.7;
	text-align:center;
	padding:10px 0px;
	
	width:810px;
	margin: 0px 0px 30px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	background-color:#FF7BA5;
	border-radius: 10px;
}
.s2 p{
	font-size:14px;
	line-height:1.7;
	text-align:left;
}
.s2 p.center{
	font-size:14px;
	line-height:1.7;
	text-align:center;
}
.s2 p.big{
	padding:30px 0px 0px;
	font-size:26px;
	font-weight:bold;
	line-height:1.8;
	text-align:center;
}
.s2 p.pink1{
	font-size:28px;
	font-weight:bold;
	text-align:left;
	color:#FF7BA5;
	padding:14px 0px;
}
.s2 p.pink2{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#FF7BA5;
	padding:14px 0px;
}
.s2 .pink3{
	color:#FF7BA5;
	font-weight:bold;	
}
.s2 p.pinkcenter{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#FF7BA5;
	padding:10px 0px;
}
.s2 ul.ex{
	display: flex;		/* 横並び */
	flex-wrap: wrap;	/*折り返し有り・複数行*/
	justify-content: center;
	margin-bottom:40px;
}
.s2 ul li.ex{
	width:300px;
	height:120px;
	background-color:#D8D8D8;
	margin:10px;
	border-radius:10px;
}
.s2 ul li.ex p{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:44px;
}


/* s3の個別設定 */

.s3box01{
	position:relative;

	width:830px;
	padding-top:80px;
}
.s3box01 img.title{
	position:relative;
	left:64px;
	z-index:1;
}
.s3box01 img.girl{
	position:absolute;
	top:40px;
	right:-70px;

	z-index:0;
}
.s3box01 p{
	width:400px;
	font-size:14px;
	font-weight: bold;
	line-height: 1.7;

	position:relative;
	top:14px;
	left:90px;
}
.s3box02{
	position:relative;
	width:1000px;
	height:440px;
	padding-top:100px;
}
.s3box02 img.girl2{
	position:relative;
	top:0px;
	left:38px;
	z-index:1;
}
.s3box02 .example{
	background:#fff;
	width:542px;
	border:solid 2px #FF7BA5;
	border-radius: 10px;
	padding:30px 44px 40px 80px;

	position:absolute;
	top:80px;
	right:32px;
	z-index:0;
}
.s3box02 h3{
	font-size:16px;
	font-weight: bold;
	background-color: #FF7BA5;
	color:#fff;
	padding:5px 20px;
	border-radius: 5px;
	width:100px;
	float:left;
	
	position: relative;
	top:-2px;
	left:-8px;
}
.s3box02 h4{
	font-size:20px;
	font-weight:bold;
	height:30px;
	
	position: relative;
	top:4px;
	left:10px;
}
.s3box02 p{
	font-size:12px;
	font-weight: bold;
	line-height:1.7;
	margin-top:10px;
}
.s3box02 .ppink{
	color:#FF7BA5;
	font-weight: bold;
}
.s3box03{
	width:820px;
	height:550px;
	background-color: #fff;
	border-radius: 80px;
	position: relative;
	margin:0px 30px;
	padding:20px 60px;
	justify-content: center;
}
.s3box03 .lbox{
	float:left;
	width:46%;
	margin:2%;
}
.s3box03 .lbox p{
	font-size:14px;
	line-height: 1.7;
}
.s3box03 .rbox{
	float:left;
	width:46%;
	margin:2%;
}
.s3box03 .rbox p{
	font-size:14px;
	line-height: 1.7;
}
.s3box03 h3{
	font-size:30px;
	font-weight: bold;
	color:#FF7BA5;
	text-align: center;
	padding:40px 0px;
}
.s3box03 .karano{
	font-size:20px;
	font-weight: bold;
}
.s3box03 img.boygirl{
	margin-top:20px;
}


/* s4の個別設定 */

.s4 .cbox{
	width:860px;
	margin: 0 auto;
	margin-top:60px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
.s4 h3{
	font-size:32px;	
	font-weight: bold;
	text-align: center;
	padding:60px;
}
.s4 table{
	width:660px;
	margin: 0 auto;
}
.s4 tr{
}
.s4 th,td{
	font-size:14px;
	line-height:2.0;
	padding:2%;
	text-align:left;
}
.s4 th{
	width:20%;
}
.s4 a{
	color:#000;		
}
.s4 a:hover{
	text-decoration: underline;
	color:#000;		
}


/* s5の個別設定 */

.s5 h3{
	font-size:32px;	
	font-weight: bold;
	text-align: center;
	padding:60px;
}
.s5 h4{
	font-size:24px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	padding:0px;
}
.s5 p.mendan{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color:red;
	text-align: center;
	padding:0px;
}

/* 予約フォーム */

#contactform{
	width:780px;
	/* height:653px; */
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
#contactform input{
	clear:both;

	height:45px;
	width:800px;
	font-size:14px;
	margin:0px 0px 20px 0px;

	color:#000000;	/* グレー色 */
	background-color: #EAEAEA;	/* 薄グレー */
	border: 1px #8a8a8a double;	/* グレー色 */
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
}
#contactform select{
	height:45px;
	width:800px;
	margin:0px 0px 20px 0px;

	color:#000000;	/* グレー色 */
	background-color: #EAEAEA;	/* 薄グレー */
	border: 1px #8a8a8a double;	/* グレー色 */
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
}
#contactform textarea{
	height:150px;
	width:800px;
	margin:0px 0px 40px 0px;

	line-height:1.7;

	color:#000000;	/* グレー色 */
	background-color: #EAEAEA;	/* 薄グレー */
	border: 1px #8a8a8a double;	/* グレー色 */
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */
}
#contactform input[type=checkbox]{
	width:20px;
	height:20px;
}
#contactform a{
	color:#000;
	text-decoration:underline;
}
#contactform .attention{
	font-size:11px;
}
#contactform a:hover{
	text-decoration:none;
}
#contactform input.submitbtn{
	width: 804px;
	height: 80px;

	background: #FF7BA5;	/* ピンク色 */
	color:#fff;
	font-size:24px;
	font-weight:bold;

	border-radius:5px;
	border: 3px #FF7BA5 solid;	
}
#contactform input.submitbtn:hover{
	text-decoration:underline;

	opacity:0.8;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=80);
}

/* s6の個別設定 */

/* s7の個別設定 */

	
/* お問い合わせ
*****************************************************/

#content_contact{
	display:block;
	overflow:hidden;
	width: 100%;
	margin:0 auto;
	background: #FFF500 no-repeat; /* メイン画像を背景設定に */
	background-position: center top;
}

#contact_inner{
	display:block;
	overflow:hidden;
	position:relative; /* positionをrelative */
	width: 1150px;
	background-position: center top;
	background-repeat: no-repeat;
	background: repeat-x 100%;
	margin:0 auto;
}

#contact_inner img{
	display:block;
}

#contact_inner img.formbtn_m{
	position: absolute;
	top: 1420px;	/* お問い合わせボタン高さ調整 */
	left: 859px;
}
#contact_inner img.formbtn_m2{
	position: absolute;
	top: 1670px;	/* お問い合わせボタン高さ調整 */
	left: 859px;
}

#contact_inner img.formbtn_m:hover{
	opacity:0.8;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=80);
}
#contact_inner img.formbtn_m2:hover{
	opacity:0.8;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=80);
}

#contact_inner h4{
	font-size:20px;
	font-weight:bold;
}

#contact_inner p{
	line-height:1.7;
}


/* お問い合わせフォーム TABLE用
*****************************************************/

table.siamese{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	border-collapse: collapse;
}

table.siamese p{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	font-size:14px;
	line-height:1.7;
}

table.siamese th{
	width:200px;	/* 横幅調整 */
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	font-size:14px;
	font-weight:bold;
	line-height:1.7;
	text-align:left;
	padding: 20px;
	border: solid 1px;
	border-collapse: collapse;
	background-color:#FFFFFF;
}
table.siamese th.otoiawaseform h4{
	text-align:left;
}
table.siamese th.title{
	border: solid 0px;
}
table.siamese p.h2{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
table.siamese td{
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	/* Web font指定 */
	font-size:14px;
	line-height:1.7;
	text-align:left;
	padding: 20px;
	border: solid 1px;
	border-collapse: collapse;
	background-color:#FFFFFF;
}
table.siamese td.noneborder{
	text-align:center;
	padding-top:30px;
	border: solid 0px;
	background:#fff;
}

input{
	color:#000000;
	background-color: #EAEAEA;
	border: 1px #AAAAAA double;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
input.w100{	width:100px; }
input.w170{	width:170px; }
textarea.w350{	width:100%; }
textarea{
	color:#000;
	background-color: #EAEAEA;
	border: 1px #AAAAAA double;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
select{
	color:#000;
	background-color: #EAEAEA;
	border: 1px #AAAAAA double; 
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.bottonA{
	background-color:#c9c9c9;
	border-radius: 4px;        /* CSS3草案 */  
	color: #fff;
	font-weight:bold;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	text-align:center;
	padding:16px 4%;
}
.bottonB {
	position: relative;
	
	background-color: #FF7BA5;
	border-radius: 4px;
	color: #fff;
	font-weight:bold;
	line-height: 42px;
	-webkit-transition: none;
	transition: none;
	padding:6px 4%;
}
.bottonB:hover {
	background-color: #FF0004;
}
.bottonB:active {
	top: 3px;
	box-shadow: none;
}
.bottonC{
	background-color:#7B7070;
	font-weight:bold;
	margin-bottom:0px;
	padding:10px;
	color:#FFFFFF;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-align:center;
	}
.hissu{
	margin-right: 0px;
	float:right;
	display: block;
	height: 14px;
	width: 31px;
	background-image: url(../images/contact/icon_contact_hissu.png);
	background-repeat: no-repeat;
}


/* フッター
*****************************************************/

footer{
	position: relative;
	width:1000px;
	margin:0 auto;
}
footer a{
}
footer p{
	font-size:12px;
	font-weight: bold;
	line-height:1.7;
}
footer p.address{
	position: relative;
	left:80px;
	bottom:-260px;
	float: left;
}
footer p.copyright{
	clear:both;
	position: relative;
	bottom:-244px;
	left:286px;
	float: left;
}
footer img.logo{
	float:left;
	position: relative;
	left:50px;
	bottom:-260px;
}
footer img.fgirl{
	float:right;
	position: relative;
}


/* ナビゲーション部分 */

#footerNavBg{
	display:block;
	overflow:hidden;
	text-align: center;
	width: 100%;
	margin:0 auto;
	background: #fff repeat-x 100%;
	background-position: center top;
}
#footerNav{
	overflow:hidden;
	background-position: center;
	color:#FFFFFF;
	width: 1150px;
	margin:0 auto;
	margin-top: 0px;
}

/* コピーライト部分 */



/* フッター内ナビゲーション
------------------------------------------------------------*/

ul.fnavi {
	width:600px;
	margin:0 auto;
	padding-top:40px;
}
li.fnavi {
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:160px;
}
li.fnavi a {
	color:#000;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-decoration:none;
}
li.fnavi a:hover {
	color:#FF92F0;
	border-bottom:#FF92F0 solid 3px;
}


/* スペーサー
*****************************************************/

.mob_h50{						}
.mob_h80{						}
.mob_h100{						}
.h10	{	height:10px;		}
.h20	{	height:20px;		}
.h30	{	height:30px;		}
.h35	{	height:35px;		}
.h40	{	height:40px;		}
.h43	{	height:43px;		}
.h45	{	height:45px;		}
.h47	{	height:47px;		}
.h50	{	height:50px;		}
.h50w	{	height:50px;		}
.h60	{	height:60px;		}
.h68	{	height:68px;		}
.h70	{	height:70px;		}
.h80	{	height:80px;		}
.h87	{	height:87px;		}
.h90	{	height:90px;		}
.h100	{	height:100px;		}
.h150	{	height:150px;		}
.h180	{	height:180px;		}
.h200	{	height:200px;		}
.h220	{	height:220px;		}
.h700	{	height:700px;		}
.h777	{	height:777px;		}
.h860	{	height:860px;		}
.mt5 	{	margin-top:5px;		}
.mt10 	{	margin-top:10px;	}
.mt15 	{	margin-top:15px;	}
.mt20 	{	margin-top:20px;	}
.mt30 	{	margin-top:30px;	}
.mt35 	{	margin-top:35px;	}
.mt40 	{	margin-top:40px;	}
.mt50 	{	margin-top:50px;	}
.mt55 	{	margin-top:55px;	}
.mt60 	{	margin-top:60px;	}
.mt70 	{	margin-top:70px;	}
.mt80 	{	margin-top:80px;	}
.mt90 	{	margin-top:90px;	}
.mt95 	{	margin-top:95px;	}
.mt100 	{	margin-top:100px;	}


/* レスポンシブWEB対応 (PCサイト向け)
------------------------------------------------------------*/

/* }
