@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
	基本設定
---------------------------------------- */

*{
	margin:0;
	padding:0;
	}

html{
	height:100%;
	}
	
body{
	height:100%;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	background-image:url(../images/body_back.gif);
	background-repeat:repeat;
	-webkit-text-size-adjust: 100%;
	
}

img{
	border:0;
	vertical-align:bottom; /* Firefox用 */
	}

p{
	margin:0;
	padding:0;
	}
	
ul{
	list-style:none;
	margin:0;
	padding:0;
	}	
	
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	}	
	


#window{
	width: 100%;
	height: 100
}

/* ----------------------------------------
	ヘッダー
---------------------------------------- */

#header{
	width:100%;
	min-width:1000px;
	background:url(../images/background.gif);
	}
	
.head_inner	{
	width:945px;
	margin:0 auto;
	position:relative;
	/*z-index:1;*/
	padding:20px 0 0 0;
	}		

			
	
.logo{
	float:left;
	cursor:pointer;
	}	

.head_inner	h1{
	font-size:10px;
	text-align:right;
	padding:62px 0 0 0;
	float:right;
	color:#333;
	}
	
/* ----------------------------------------
	tagg 定位置リンク
---------------------------------------- */		
	
#tag_link{
	width:381px;
	position:absolute;
	top:0;
	left:550px;
	z-index:300;
	}	
	
#tag_link h3{
	float:left;
	padding:0 5px 0 0;
	}	


/* ----------------------------------------
  新しいTOPページ
---------------------------------------- */

body#toppage{
/*  background-color: #fff;*/
  background-image: none;
}


header{
  width: 100%;
}



.header_area{
  position: relative;
  z-index: 1500;
  padding-top: 40px;
}

header a{
  text-decoration: none;
}

header h1{
  width: 211px;
  margin:0 auto 20px;
}

nav ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    width: 95%;
    margin: 0 auto;
    max-width: 1300px;
    opacity: 1;
}

nav ul li{
  margin: 0 50px 0 0;
    font-size: 14px;
    font-family: "FOT-筑紫A丸ゴシック Std B", TsukuARdGothicStd-B;
    font-weight: 700;
}

header h3 a{
  color: #000;
}
/* ----------------------------------------
	新しいデザイン　コンテンツ
---------------------------------------- */	

article{
  width: 100%;
  position: relative;
  z-index: 1000;
}

article a{
  text-decoration: none;
}




/* ----------------------------------------
	メニュー
---------------------------------------- */
#menu{
	width:100%;
	min-width:1000px;
	background:url(../images/contents_back_g.gif) repeat-x;
	height:225px;
			}


.menu_inner{
	width:945px;
	margin:0 auto;
	}	

.navi{
	width:245px;
	height:225px;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	*display: inline;
	}

.h_navi	{
	width:245px;
	height:225px;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	*display: inline;
	position:absolute;
	z-index:150;
	}
	
	
	

#slider3{
	float:left;
	padding:0 0 0 245px;
	width:  700px; /* 画像の横幅に合わせて記述 */
	height: 225px; /* 画像の高さに合わせて記述 */
	*display: inline;
	}
	
#top_img{
	float:left;
	padding:0;
	width:  700px; /* 画像の横幅に合わせて記述 */
	height: 225px; /* 画像の高さに合わせて記述 */
	*display: inline;
	}	
	

.hdr_rgt{
    position: absolute;
    top:10px;
    right: 1%;
}



.num{
  font-size: 20px;
}

/* ----------------------------------------
	ホーム　rss
---------------------------------------- */		

.bloginfo{
	width:700px;
	border-bottom:#000000 solid 1px;
	padding:50px 0 0 0;
	margin:0 0 0 245px;
	}	
	
.whatnew{
	float:left;
	width:127px;
	margin:0;
	padding:0;
	white-space:nowrap;
	*display: inline;

	}
	
.blognew{
	float:right;
	width:113px;
	margin:0;
	padding:0;
	white-space:nowrap;
	*display: inline;
	}		
	
.iframe{
	margin:0 0 0 245px;
	padding:10px 0 15px 0;
	}	
		
	



/* ----------------------------------------
	HOME用ソーシャルリンク
---------------------------------------- */
.totaka{
	padding: 20px 0 40px 245px;
}

#home_link{
	width:700px;
	padding:0 0 40px 245px;
	margin:0;
	}	
	
#home_link li{
	list-style:none;
	float:left;
	padding:0 0 0 5px;
	}	







/*2018年３月以降に追加*/

.stp_1{
	font-size: 16px;
	font-weight: 700;
}

.stp_2{
    font-size: 14px;
    color: #c33232;
    font-weight: 700;
}

#contents_inner h2{
	font-size: 18px;
	margin-bottom: 10px;
}



.font14{
  font-size: 14px;
}

.font10{
  font-size: 10px;
}




/* ----------------------------------------
	フロアガイド
---------------------------------------- */

ul.floor{
	margin-bottom: 20px;
}

ul.floor li:first-child{
	margin-bottom: 10px;
}

ul.floor li:nth-child(2){
	font-size:1.2em;
	line-height:200%;
}

ul.floor li a{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

ul.fg_photo{
  width:70%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap:wrap;
    margin:0 auto 20px;
}　

ul.fg_photo li{
	margin-right: 5px;
    margin-bottom: 5px;
}

ul.fg_photo li img{
  width:100px;
  height: auto;
  	margin-right: 5px;
    margin-bottom: 5px;
}

.shopbnr{
	width: 100%;
}

.shopbnr img{
	width: 810px;
}

#kiyaku{
  margin: 0 auto 80px auto;
  width: 90%;
  border:#000 1px solid;
  margin:10px auto 0;
  padding:20px 5%;
  clear:both;
  }

.kiyaku_ttl{
  font-size: 14px;
}

#kiyaku ol li:before {
  content:"\02714";
  color: #ccb36b;
  margin-right: 8px;
}



.kiyaku_ttl:before {
  content:'● ';
  color: #ccb36b;
}

#kiyaku li{
  line-height:2em;
  }




/* ----------------------------------------
	料金のページ
---------------------------------------- */

.sc_contents{
  width: 1110px;
  margin:0 auto;
}





.menu_contents table {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 14px;
}

.menu_contents table.price th {
    width: 20%;
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}

.menu_contents table.price td {
    width: 20%;
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}


.menu_contents h4{
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}
.mb60{
	margin-bottom: 60px;
}

.menu_contents ul.grp{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.menu_contents ul.grp li:first-child{
	margin-right:15px;
}



.menu_contents table.coupon th {
    width: 60%;
    text-align: left;
    padding: 15px 0 10px 5%;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}

.menu_contents table.coupon td {
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding-right: 5%;
}

.pit{
    font-size: 12px;
    background-color: #e6711b;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    line-height: 2;
}


.subth{
	font-size: 10px;
}


.txt_po{
	font-size:110%;
	padding:0 0 0 140px;
	clear:both;
	}

#pdf{
	width:100%;
	margin:0 auto;
	}
#pdf li{
	padding:5px 0 0 5px;
	}
#pdf li.p_link{
	margin:5px 5px 0 0;
	float:left;
	cursor:pointer;
	}
.menu_contents p.pri_tx1{
  font-size: 16px;
  text-align: center;
  margin-bottom: 45px;
}

.menu_contents h2{
	font-weight: 600;
	text-align: center;
}

/* ----------------------------------------
	アクセス
---------------------------------------- */

.hours{
	padding:0;
	margin: 20px 0 60px 0;
	}

.hours li{
    font-size: 16px;
    line-height: 1.8;
}

.ac_ttl{
	padding:30px 0 20px 0;
	}

ul.hours li:last-child{
	margin-top: 20px;
}

ul.hours li:nth-child(2){
    margin: 10px 0 10px;
    font-weight: 600;
}


/*news*/

.col_news{
    width: 100%;
    padding: 10px 0;
}
.col_news h6{
	text-align: center;
	margin: 0 auto 30px;
    font-size: 1.6rem;
    text-align: center;
    width: 90%;
}
.col_news p{
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 auto 90px;
	width: 90%;
	text-align: center;
}



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

#footer{
	width:100%;
	min-width:1000px;
	background:url(../images/foot_back.gif) repeat-x;
	height:265px;
	/*clear:both;*/
	margin:0;
	padding:0;
	}

.foot_inner{
	width:945px;
	margin:0 auto;
	list-style:none;
	color:#FFF;
	/*clear:both;*/
	padding:45px 50px 0 100px;
	}	
	
.wh_back{
	width:1px;
	height:134px;
	/*background:url(../images/wh_60_px.gif) repeat-y;*/
	padding:0;
	float:left;
	/*margin:45px 0 35px 0;*/
	}	
	
	
#footer h3{　/*外観画像*/
	width:200px;
	padding:0 21px 0 30px;
	float:left;
	}	
	
#footer h4{　/*ロゴ*/
	width:126px;
	padding:45px 22px 0 0;
	float:left;
	}	
	
#foot_addres{
	width:188px;
	padding:0 20px 0 20px;
	float:left;
	}	
	
#foot_addres li{
	font-size:80%;
	line-height:2;
	}
	
	
#foot_addres li.foot_add{
	font-size:78%;
	}	
	
#foot_addres li.foot_tel{
	font-size:110%;
	padding:0 0 10px 0;
	}		
	
	
#foot_link{
	width:110px;
	float:left;
	padding:0 46px 0 36px;
	}		
		

	
#foot_link li{
	background:url(../images/footer_03.png) no-repeat;
	padding:0 0 0 18px;
	}	
	
#footer h5{
	clear:both;
	height:50px;
	text-align:center;
	font-size:78%;
	padding:50px 0 0 0;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	}


.kidslink1{
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #000;
	line-height: 2.2;
}

.kidslink1 span{
/*	border: 1px #000 solid;*/
	padding: 10px;
	display: inline-block;
}

.kidslink1 span a{
	color: #000;
	text-decoration: underline;
}

/*お子様のご利用*/


.narabi ul li:nth-child(2){
	width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.narabi ul li:nth-child(2) img{
	width: 100%;
}

.narabi ul li:first-child{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}


.narabi ul li:nth-child(3){
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.narabi ul li:nth-child(4){
	position: relative;
	width: 80%;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 16px;
	background-color: #ffef00;
	text-align: center;
	font-weight: 600;
}

.narabi ul li:nth-child(4)::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.narabi ul {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.narabi ul a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

#f1kids h3 {
    text-align: center;
    font-size: 30px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    position: relative;
    margin-bottom: 1.6em;
}

#f1kids h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}


ul.kidstop li:last-child{
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}



#f1kids ul li:first-child{
	font-size: 18px;
	margin-bottom: 10px;
}

#f1kids dl{
	margin-bottom: 60px;
	}



#f1kids dl dt {
    padding: 0 0 11px 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}

#f1kids dl dd {
    padding-left: 16px;
    font-size: 16px;
/*    text-align: center;*/
    line-height: 2;
}

#f1kids ul li:first-child,#f1kids ul li:nth-child(3){
    padding: 0 10px 5px 40px;
    margin: 0 0 15px 10px;
    font-size: 18px;
    border-bottom: #333333 dotted 1px;
    background: url(../images/kids_mark.png) no-repeat left bottom;
}
#f1kids ul li:nth-child(2),#f1kids ul li:nth-child(4){
	font-size: 14px;
	line-height: 1.8;
	margin: 20px;
}






/* ----------------------------------------
	topへ戻る
---------------------------------------- */	

#page-top {
	display:none;
    position: fixed;
    bottom: 60px;
    right: 20px;
}



/* ----------------------------------------
	共有
---------------------------------------- */

/* ---リセット---- */	

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,label,dl,dt,dd {
margin:0;
padding:0;
list-style:none;
}

/* ---ブロック　インライン---- */	

.block {     /* ブロック要素にする */
    display:block
    }
.inline {    /* インライン要素にする */
    display:inline
    }

.clear{
	clear:both;
}	

/* ---フロート--- */	
	
.f_l{
	float:left;
	}	

.f_r{
	float:right;
	}	
	
.liststyle{
	list-style:none;
	}

.tac {
    text-align: center;
}
/* --- Clearfix --- */	
.Clearfix:after {
    height:0.1px;
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    font-size:0.1em;
    line-height:0;
    }

.Clearfix {
    *zoom:1;
    }

.Clearfix{
  *overflow:hidden;
}



.clearfix:after {
    height:0.1px;
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    font-size:0.1em;
    line-height:0;
    }

.clearfix {
    *zoom:1;
    }

.clearfix{
  *overflow:hidden;
}



/* ---text align---- */

.tx_center{
text-align:center;
}

.tx_left{
text-align:left;
}

.tx_right{
	text-align:right;
	}	
	
.mdl{
	vertical-align:middle;
	}	
	
.tx_u{
	text-decoration:underline;
		}	
	
/* ---color	---- */

.red{
	color:#CC0033;
	}	
	
.pink{
	color:#cc6666;
	}	
	


/* ---font---- */	
	
.font_80{
	font-size:80%;
	}	
	
.font_90{
	font-size:90%;
	}
	
.font_110{
	font-size:110%;
	}	
	
.fb{
	font-weight:bold;
	}		
	
/* ---padding---- */		

.p10_t{
	padding-top:10px;
	}
	
.p5_l{
	padding-left:5px;
	}	
	
p5_r{
	padding-right:5px;
	}	
	
.p7_l{
	padding-left:7px;
	}		
	
.p10_l{
	padding-left:10px;
	}	
	
.p15_t{
	padding-top:15px;
	}	

.p20_t{
	padding-top:20px;
	}	
	
.p_10t_5b{
	padding:10px 0 5px 0;
	}	


.p_10t_5l{
	padding:10px 0 0 5px;
	}

.p5_b{
	padding-bottom:5px;
	}	
	
.p10_b{
	padding-bottom:10px;
	}	
	
.p15_b{
	padding-bottom:15px;
	}	
	
.p20_b{
	padding-bottom:20px;
	}	
	
.p5_t_b{
	padding:5px 0;
	}
	
.p10_t_b{
	padding:10px 0;
}

.p30_l{
	padding-left:30px;
	}
	
.p30_t{
	padding-top:30px;
	}
	
	
.p25_l_r{
	padding:0 25px;
	}
	
	
.p25_l{
	padding-left:25px;
	}
	
		
.p34_r{
	padding-right:34px;
	}			
	
.p30_r{
	padding-right:30px;
	}	
	
.m30_l{
	margin-left:30px;
	}
	
.m25_l_r{
	margin:0 25px;
	}	
	
.m30_r{
	margin-right:30px;
	}
.m20_l{
	margin-left:20px;
	}
.m25_l{
	margin-left:25px;
	}	
	
.m40_l{
	margin-left:40px;
}

.m100_l{
	margin-left:104px;
}

