@charset "utf-8";

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

*{
	margin:0;
	padding:0;
	}

html{
	height:100%;
	}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size:14px;
	background-color:#F0C843;/*山吹*/
	-webkit-text-size-adjust: 100%;
}

img{
	border:0;
	vertical-align:bottom;
	}

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;
}

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

a:link {
	text-decoration: none;
	color: #000;
}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	text-decoration:underline;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a:visited{
	color: #000;
}


/* ----------------------------------------
	topへ戻る
---------------------------------------- */
header{
    height: 80px;
    width: 98%;
    background-color: #F0C843;
    position: fixed;
    z-index: 5000;
    box-shadow: 5px 0 10px rgba(0,0,0,.2);
    }

header nav {
    text-align: left;
    z-index: 1000;
}
header nav ul {
    margin:0;
    padding:0;
    display: block;
    }
header nav ul li {
    display: block;
    line-height: 300%;
    display: block;
    margin-left: 15px;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
}
header nav ul li a {
    display:block;
}
nav ul li:last-child{
	padding: 0;
    border-bottom: none;
    background: none;
    line-height: 180%;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}


/*ヘッダーまわりはご自由に*/
header {
  padding:2% 0 0 2%;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 70%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

header h1{
	width: 250px;
	margin:0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top:-15px;
}

#contain {
    width: 100%;
    padding-top: 108px;
}

article#contain p.headimg{
	text-align: center;
	background-color:#004886;
}



.sentence2f{
	width:100%;
	background-color:#CA1D23;
}

.sentence2f ul{
	width:900px;
	margin:0 auto;
	padding:20px 0;
}

.sentence2f ul li{
	line-height:0;
}

.sentence2f ul li h2{
	background: url(../images/2f/note_mdl.png) repeat-y 0 0;
	font-size: 14px;
	line-height: 2;
	padding:20px 0;
}

.txt_stg{
	font-size: 26px;
	color: #2F6CB1;
	letter-spacing: 0.07em;
	font-weight: bold;
}
section{
	margin-bottom: 60px;
}

section h3 {
	text-align: center;
	font-size:30px;
font-family: "Noto Sans JP";
    font-weight: 700;
  position: relative;
  margin-bottom: 1.6em;
}
section 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;
}

.bl_box{
	width:900px;
	background-color:#2F6CB1;/*青*/
	padding:25px 0;
	margin:0 auto 40px;
	position:relative;
}

.in_wh{
	background-color: #fff;
	border-radius: 7px;
	width:70%;
	padding:20px 0;
	margin:0 auto;
}

section#day2f ul li:first-child{
	font-size:20px;
	margin-bottom: 20px;
	font-weight: bold;
}

section#day2f ul li:last-child a{
	color: #2F6CB1;
	font-weight: bold;
}

section p{
	font-size:16px;
	text-align: center;
	margin-bottom: 10px;
}

.gr_box{
	width:900px;
	background-color:#3C8237;/*緑*/
	padding:25px 0;
	margin:0 auto 40px;
	position:relative;
}



section#menuf2 ul li:first-child{
	font-size:20px;
	background-color: #F4E500;/*黄色*/
	width:60%;
	border-radius:10px;
	margin:0 auto;
	font-weight: bold;

}



.txt_price{
    font-size: 2.4em;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-family: "Noto Sans JP";
}

.red_box{
	width:900px;
	background-color:#BE2D23;/*赤*/
	padding:25px 0;
	margin:0 auto 40px;
	position:relative;
}

section#menuf2 h6{
	font-size:26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

section#menuf2 h5{
	text-align: center;
	margin-bottom: 40px;
}

.ext1{
	padding:5px 10px;
	background-color:#BE2D23;
	color: #fff;
	font-weight: bold;
	font-size:22px;
	border:1px solid #BE2D23;
}

.ext2{
	padding:5px 10px;
	font-weight: bold;
	font-size:22px;
	border:1px solid #BE2D23;
	background-color: #fff;
}

section#menuf2 h4 {
  position: relative;
/*  display: inline-block;*/
  padding: 0 45px;
  text-align: center;
  margin-bottom: 15px;
}

section#menuf2 h4:before{
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: 220px;
}

section#menuf2 h4:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

/* -----------------------
	共通
-------------------------- */

section ul li{
	text-align: center;
	line-height:1.7;
}

.circle{
	position: absolute;
    top: -20px;
    left: 150px;
    width:100px;
    height: 100px;
}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.colbox{
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.bc_gr{
	background-color:#3C8237;/*緑*/
}

.bc_bl{
	background-color:#2F6CB1;/*青*/
}
.bc_red{
	background-color:#BE2D23;/*赤*/
}

.tx_gr{
	color: #3C8237;/*緑*/
}

.tx_bl{
	color:#2F6CB1;/*青*/
}

.mb40{
	margin-bottom: 40px;
}

section#qandaf2 div,
section#cautionf2 div,
section#accessf2 div,
section#contactf2 div{
	width: 900px;
	margin:0 auto 60px;
	background-color: #fff;
	padding:40px 0;
	border-radius: 10px;
}

img {
    width: 100%;
    height: auto;
}

/* -----------------------
	親子ボルダリング
-------------------------- */


section#oyakof2 ul li:first-child{
	font-size:26px;
	margin-bottom:10px;
	font-weight: bold;
}

section#oyakof2 ul li:nth-child(2){
	margin-bottom: 15px;
	font-size:20px;
	font-weight: bold;
}

section#oyakof2 ul li:nth-child(3){
	margin-bottom: 5px;
	font-size:20px;
	font-weight: bold;
}

section#oyakof2 ul li:nth-child(5){
	font-size:18px;
	color: #3C8237;/*緑*/
	font-weight: bold;
	margin-bottom: 15px;
}

ul.waku_wh{
	width: 900px;
	text-align: center;
	margin:0 auto 60px;
	background-color: #fff;
	padding:20px 0;
	border-radius: 10px;
}

ul.waku_wh li{
	font-size:20px;
	margin-bottom: 10px;
}


ul.waku_wh li:nth-child(2){
	background-color: #BE2D23;/*赤*/
	padding:10px 15px;
	border-radius: 10px;
	width: 60%;
	margin:0 auto 10px;
	letter-spacing:5px;
}

ul.waku_wh li:nth-child(2) a{
	color: #fff!important;/*赤*/
	font-weight: bold;
	display: block;　
}


ul.waku_wh li:nth-child(4) a{
	color: #BE2D23;/*赤*/
	font-weight: bold;
}

ul.waku_wh li:nth-child(4){
	font-size:35px;
	letter-spacing:5px;
}


/* -----------------------
	貸切
-------------------------- */

.waku_bl{
	background-color:#2F6CB1;/*青*/
	padding:5px 0;
	margin-right: 10px;
	font-size:22px;
	color: #fff;
	font-weight: bold;
	letter-spacing:5px;
	width:50%;
}

section#rentalf2 ul li:first-child {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}

section#rentalf2 ul li:nth-child(2){
	margin-bottom: 5px;
	font-size:20px;
	font-weight: bold;
}

section#rentalf2 ul li:nth-child(3),
section#rentalf2 ul li:nth-child(5){
	background-color:#2F6CB1;/*青*/
	padding:5px 0;
	margin:0 auto;
	font-size:22px;
	color: #fff;
	font-weight: bold;
	letter-spacing:5px;
	width:50%;
}

section#rentalf2 ul li{
	margin:0 0 10px;
	font-size:22px;
}

section#rentalf2 h4{
	font-size:20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 200%;
}


/* -----------------------
	ご利用の流れ
-------------------------- */
section#flowf2 ul{
	width: 900px;
	text-align: center;
	margin:0 auto 60px;
	background-color: #fff;
	padding:20px 0;
	border-radius: 10px;
}

section#flowf2 ul li{
	font-size:1.1em;
	text-align: center;
	margin-bottom: 10px;
	line-height:200%;
}

section#flowf2 li a{
	color: #2F6CB1;
	text-decoration:underline;
}

/* -----------------------
	QandA
-------------------------- */

section#qandaf2 div{
	padding-top:40px;
}

section#qandaf2 h4{
	width: 80%;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 20px auto;
}
section#qandaf2 h4:before{
    content: "Q";
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0 0.4em 0 0;
    line-height: 1.0em;
    vertical-align: baseline;
    float: left; 
    height: auto;
    color:#BE2D23;/*赤*/
}

section#qandaf2 h5{
	width: 70%;
    font-size: 16px;
    margin: 0 auto 40px auto;
    line-height: 200%;
}

section#qandaf2 h5:before{
    content: "A";
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0 0.4em 0 0;
    line-height: 1.0em;
    vertical-align: baseline;
     float: left;
    height: auto;
    color:#2F6CB1;/*青*/
}


/* -----------------------
	注意事項
-------------------------- */
section#cautionf2 p{
	line-height:1.8;
	width: 80%;
	margin:0 auto 20px;
	text-align: left;
}

section#cautionf2 img{
	margin:10px 0 20px;
}

section#cautionf2 span{
    border: 1px #000 solid;
    padding: 0.5em 1em;
    font-size: 1.1em;
    line-height: 300%;
}

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

section#accessf2 h4{
	width: 80%;
	margin:0 auto;
}

section#accessf2 h4 iframe{
	height: 400px;
}

section#accessf2 ul{
	margin:20px 0;
}

section#accessf2 ul li{
	text-align: left;
	font-size:18px;
	line-height: 200%;
}

section#accessf2 p{
	text-align: left;
}

section#accessf2 p span{
	font-weight: bold;
	font-size:16px;
}


/* -----------------------
問い合わせ
-------------------------- */

section#contactf2 h4{
	width: 80%;
	margin:0 auto;
}

section#contactf2 table.out_tbl{
    width: 85%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

.attention{
	color: #ff473d;
    padding-left: 5px;
}



section#contactf2 table.out_tbl caption {
    padding-bottom: 20px;
    font-size: 1.3em;
    color: #ff473d;
}

section#contactf2 table.in_tbl{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

section#contactf2 table th{
	text-align: left;
/*	margin-right: 1%;*/
	padding:5px 1% 5px 0;
	border-top: 1px solid #a9a9a9;
    border-right: solid 6px white;
    font-weight: normal;
}

section#contactf2 table td{
	text-align: left;
    position: relative;
    padding: .7em .2em;
    border-top: 1px solid #d3d3d3;
}

section#contactf2 table td span{
	font-size:0.9em;
}

section#contactf2 table td span.fm_num{
	margin-right: 10px;
}

section#contactf2 table input[type=email],
section#contactf2 table input[type=text]
{
    width: 100%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
/*    padding: 5px 9px;*/
    letter-spacing: .05em;
}
section#contactf2 table textarea{
    background-color: #f2f1eb;
    width: 100%;
    height: 140px;
    border: 0 none;
/*    padding: 8px 9px;*/
}

.res_date{
	line-height:2.2em;
}

section#contactf2 table input[type=date],
section#contactf2 table input[type=time]
{
    width: 45%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
    letter-spacing: .05em;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

section#contactf2 table.in_tbl{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

.con_btn{
	background-color: #4a473c;
    text-align: center;
    border: 0 none;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 1.1em;
    letter-spacing: .1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
}








/* -----------------------
宣伝
-------------------------- */

.adv{
	width: 71.42%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center;
}

ul.adv li:nth-child(1),
ul.adv li:nth-child(4),
ul.adv li:nth-child(6){
	font-size:1.5em;
	margin-bottom: 20px;
	font-weight: 700;
}


/* -----------------------
footer
-------------------------- */

footer{
	width:100%;
	background-color: #fff;
}
.foot2f{
	width: 71.42%;
    max-width: 1120px;
    margin: 0 auto;
    padding:20px 0;
    text-align: center;
}

.foot2f h2 img{
	width:300px;
}

.foot2f ul li:first-child{
	font-size:1.5em;
	font-weight: 700;
	margin-bottom: 10px;
}

.foot2f ul li:nth-child(2){
	font-size:1.7em;
	font-weight: 700;
	margin-bottom: 20px;
}

.footend{
	height: 15px;
	background-color:#F0C843;/*山吹*/
}


.foot2f h3{
    text-align: center;
    font-size: 2.2em;
    margin: 20px 0;
}

.totop{
	text-align: center;
    font-size: 2.2em;
    margin: 20px 0;
}

.copy{
	font-size:0.7em;
}

.wf-sawarabigothic 
{ font-family: "Sawarabi Gothic"; }





/* -----------------------
クエリ
-------------------------- */


@media screen and (min-width: 1029px){
body {
	min-width: 1024px;
}

.foot2f h4{
	width:200px;
	height: 58px;
	margin:0 auto 40px;
}
	ul.adv li:nth-child(2),
	ul.adv li:nth-child(3),
	ul.adv li:nth-child(5),
	ul.adv li:nth-child(7){
	width:46%;
	margin-bottom: 25px;
	display: inline-block;
}
.spphoto{
	display: none;
}

header h1 p.logosp{
	display: none;
}

article#contain p.headimg img{
	max-width:1024px;
}

ul.adv li:nth-child(5),
ul.adv li:nth-child(7){
	width:390px;
}

}

@media screen and (max-width: 1029px) {

header{
    height: 80px;
    }

header h1{
	width: 200px;
	top:10px;
}

header h1 p.logopc{
	display: none;
}

header nav ul li {
    font-size: 0.9em;
}

#contain {
    padding-top: 80px;
}

ul.adv li:nth-child(2),
ul.adv li:nth-child(3){
	width:100%;
}
.sentence2f ul{
	width: 98%;
}

.sentence2f ul li {
    /* line-height: 0; */
    width: 85%;
    margin: 0 auto;
}
.sentence2f ul li:first-child,
.sentence2f ul li:last-child{
	display: none;
}

.sentence2f ul li h2{
	width: 100%;
	margin:0 auto;
	line-height: 1.8;
	background-color: #fff;
	border-radius: 7px;
}
.sentence2f ul li h2 div{
	width:90%;
	margin:0 auto;
}

section h3 {
    font-size: 1.9em;
}

.in_wh {
    width: 85%;
}

.in_wh ul{
	width: 95%;
	margin:0 auto;
}

.circle {
    top: -12px;
    left: 10px;
    width: 80px;
    height: 80px;
}

section#menuf2 ul li:first-child {
	margin-bottom: 10px;
}

section#menuf2 h6 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

section#menuf2 h4:before {
    left: 60px;
}

.txt_price {
    display: block;
}

.pcphoto{
	display: none;
}

section p {
	width:95%;
	margin:0 auto;
	line-height: 200%;
}

section#oyakof2 ul li:nth-child(2) {
    font-size: 1em;
}

section#oyakof2 ul li:nth-child(3) {
    font-size: 1.2em;
}

ul.waku_wh li:nth-child(2) {
    width: 80%;
}

ul.waku_wh li:nth-child(4) {
    font-size: 1.9em;
}

ul.waku_wh li:last-child {
    font-size: 1em;
}

section#rentalf2{
	margin-bottom: 20px;
}

section#rentalf2 ul li:nth-child(2) {
    margin-bottom: 10px;
    font-size: 1.3em;
}

section#rentalf2 ul li:nth-child(3),
section#rentalf2 ul li:nth-child(5) {
	font-size: 1.3em;
    letter-spacing: 0.3em;
    width: 80%;
}

section#rentalf2 ul li:nth-child(4),
section#rentalf2 ul li:nth-child(6) {
	font-size: 2.2em;
    display: block;
    letter-spacing: 5px;
    font-weight: bold;
}

section#rentalf2 h4 {
	width: 90%;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
}


section#flowf2 ul li {
    font-size: 1.1em;
    width: 95%;
    margin: 0 auto 10px;
}

section#qandaf2 h4 {
    width: 90%;
    font-size: 1.2em;
}

section#qandaf2 h5 {
    width: 90%;
    font-size: 1.1em;
}

.mb40 {
    margin-bottom: 20px;
}

section#cautionf2 p {
    width: 90%;
    font-size: 1.1em;
    margin-bottom: 0;
}

section#cautionf2 span {
    font-size: 1.1em;
    line-height: 330%;
}

section#qandaf2 div,
section#cautionf2 div,
section#accessf2 div,
section#contactf2 div {
    padding-bottom: 40px;
}

section#accessf2 h4 {
    width: 90%;
}

section#accessf2 p {
    font-size: 1.1em;
    line-height:200%;
}

section#contactf2 h4 {
    width: 90%;
}

section#contactf2 table.out_tbl {
    width: 95%;
}
section#contactf2 table.out_tbl caption {
    font-size: 1.1em;
    text-align: left;
}

section#contactf2 table th,
section#contactf2 table td {
    width: 100%;
    display: block;
}

section#contactf2 table input[type=date],
section#contactf2 table input[type=time] {
    width: 100%;
}

.acd-label {
    line-height: 250%;
}

.adv {
    width: 95%;
    padding:0;
}

ul.adv li:nth-child(1),
ul.adv li:nth-child(4),
ul.adv li:nth-child(6) {
    font-size: 1.3em;
    margin-bottom: 10px;
}
ul.adv li:nth-child(5),
ul.adv li:nth-child(3),
ul.adv li:last-child {
	margin-bottom: 40px;
}
ul.adv li img{
	margin-bottom: 10px;
}

.foot2f {
    width: 85%;
}

.foot2f img{
	width:200px;
}

.foot2f h4{
	margin-bottom: 10px;
}

.foot2f ul li{
	line-height:200%;
}
.foot2f ul li:nth-child(2) {
    background-color: #2F6CB1;
    border-radius: 10px;
    letter-spacing: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.foot2f ul li:nth-child(2) a{
	color: #fff;
}



.foot2f h2 img {
    width: 200px;
}



ul.waku_wh li {
    font-size: 1.3em;
}

.txt_stg {
    font-size: 1.2em;
}

.bl_box {
    width: 100%;
}

.bl_box:nth-child(3) {
    margin-bottom: 10px;
}

.gr_box {
    width: 100%;
}

.red_box {
    width: 100%;
}

ul.waku_wh {
    width: 95%;
}

section#flowf2 ul {
    width: 95%;
}

section#qandaf2 div,
section#cautionf2 div,
section#accessf2 div,
section#contactf2 div {
    width: 95%;
}
}








/* ----------------------------------------
	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;
}

