@charset "UTF-8";
/* ==================================================================================================================
==================================================================================================================

基本設定（pc）

==================================================================================================================
==================================================================================================================*/


/*基本CSS*/

* {
    margin: 0;
    padding: 0;
    }

html {
	position: relative;
    height:100%;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;/* safariちらつき防止 */
    }


body {
    position: relative;
    width: 100%;
    font-family: YuGothic,'Yu Gothic','Osaka','Optima';
    line-height: 1.4;
	overflow-wrap: break-word;/* 文字の折り返し */
	font-size:1.6rem;
    }

.clearfix {
    display: block;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;/* 隙間対応 */
    font-size: 0.1em;/* 隙間対応 */
    line-height: 0;/* 隙間対応 */
    }
	
#sidebar {
       -ms-overflow-style: none;    /* スクロールバーを非表示*/
   }


/* 電話番号設定 */

a[href^="tel:"] {
    pointer-events: none;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #333;
    }



/*リンク指定*/

a {
    color: #000;
    }

a:hover {
	color:#999;
    transition: 0.5s;
    }

a img:hover {
    opacity: 0.6;
    transition: 0.5s;
    }

img {
    width: 100%;
    }

_:-ms-lang(x), img {
    width: 100%;
    }


/*ヘッダー指定*/

header {
	padding-top: 22px;
}


/*ボックス*/
.content_1400 {
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	overflow: hidden;
    }


.content_1200 {
    max-width: 1200px;
    margin: 0 auto;
    }

.content_1000 {
    max-width: 1000px;
    margin: 0 auto;
    }
	
.content_950 {
    max-width: 950px;
    margin: 0 auto;
    }
	
.content_850 {
    max-width: 850px;
    margin: 0 auto;
    }
	
/*表示・非表示*/
.pc {display: block;}

.tab{display: none;}

.sp {display: none;}

.pc_tab {display: block;}
.tab_sp {display: none;}

/*改行*/
.br-pc {
    display: block;
}

.br-tab {
    display: none;
}

.br-sp {
    display: none;
}

.br-500 {
	display: block;
}
/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜

以下サイト別指定＜適宜書き換えする事！＞

〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */

/*ボーダー*/

.plan_border_stay {
	border-bottom: dotted 3px #FFC02D;
}

.plan_border_oneday {
	border-bottom: dotted 3px #D23400;
}

.plan_border_sudomari {
	border-bottom: dotted 3px #fff;
}


/*　リボンボタン　共通*/
.ribbon {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
   margin-top: 5%;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon:hover {
	opacity: 0.6;
}


/*　リボンボタン　カスタム*/
.ribbon_costom1 {
  background: #FFC02D;/*宿泊*/
  color: #000;
}

.ribbon_costom2 {
background: #D23400;/*日帰り*/
color: #fff;
}

.plan_about_stay:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(../images/icon01.gif);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 7px;
}

.plan_about_oneday:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(../images/icon02.gif);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 7px;
}

.plan_about_stay:hover,
.plan_about_oneday:hover {
	opacity: 0.6;
}
	



/*カレンダー*/
.google_cal iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
.google_cal iframe {
	height: 600px;
}
}




/*〜〜〜〜〜〜派生ページ 共通〜〜〜〜〜〜*/
.hasei_top img {
    max-width: 1400px;	
	margin: 0 auto;
}

.hasei_plan {
	padding: 5% 0;
}

.tate01 {
    width: 2px;
    height: 30px;
    background-color: #000;
    margin: 0 auto;
}

.tate02 {
    width: 2px;
    height: 45px;
    background-color: #000;
    margin: 0 auto;
}

.price_span {
    font-size: 1.5rem;
}



/*日帰り*/
.bgc_oneday {
	background-color: #FFF3F3;
}
.hasei_info_waku_r {
	border: solid 2px #E10F07;
}
.hasei_ti_bgc_r {
	background-color :#E10F07;
	color: #fff;
}
.hasei_color_r {
	color: #E10F07;
	border-bottom: solid 2px #E10F07;
}
	

/*宿泊*/
.bgc_stay {
	background-color: #F7F2DE;
}
.hasei_info_waku_y {
	border: solid 2px #FFBE2D;
}
.hasei_ti_bgc_y {
	background-color :#FFBE2D;
}
.hasei_color_y {
	color: #FFBE2D;
	border-bottom: solid 2px #FFBE2D;
}
.tx-l {
	text-align: left;
}



/*日帰り・宿泊 共通*/
.hasei_info_wrapper {
	padding: 5% 0;
	text-align: center;
}

.hasei_info_container {
    border-radius: 10px;
	background-color: #FFF;
}

.hasei_infobox {
	padding: 3% 7%;
    margin: 0 auto;
}

.hasei_info_item {
	display: flex;
	justify-content: left;
    align-items: flex-start;
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 2%;
}

.hasei_info_ti {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 1.3% 0;
}

.hasei_info_subti {
	padding: 1.5% 3%;
	border-radius: 5px;
	flex-basis: 107px;
	margin-right: 5%;
}

.hasei_info_tx01 {
	text-align: left;
	flex-basis: 95%;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック';
	line-height: 1.8;
}

.hasei_info_tx02 {
	font-size: 1.4rem;
	font-weight: bold;
}

.taiken_nagare_time {
	max-width: 110px;
	margin: 7% auto 0;
}

.taiken_nagare_time_l {
	max-width: 110px;
	margin-right: auto;
}

.taiken_nagare {
	text-align: center;
	position: relative;
	padding: 43px 0 0;
	margin: 120px 0 auto;
}

.taiken_nagare:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background-image: url(../images/special_logo.gif);
    background-repeat: no-repeat;
	background-size: contain;
	width: 5em;
	height: 5em;
}

.taiken_ti {
		position: relative;
	font-size: 3.4rem;
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体';
	text-align: center;
	margin-bottom: 3%;
	display: inline-block;
}

.taiken_ti:before {
    position: absolute;
    top: 30px;
    left: -20%;	
	transform: translate(-50%, -50%);
    content: '';
    background-image: url(../images/fukidashi_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 2em;
}

.taiken_ti:after {
    position: absolute;
    top: 30px;
    right: -40%;	
	transform: translate(-50%, -50%);
    content: '';
    background-image: url(../images/fukidashi_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 2em;
}



/*　体験　詳しく見る*/
.hasei_taiken_wrapper {
	padding: 10% 0 5%;
}

.hasei_taiken_container {
	align-items: center;
	margin-bottom: 6%;
}

.hasei_taiken_container:last-child {
    margin-bottom: 0;
}

.hasei_taiken_img {
	flex-basis: 48%;
}

.hasei_taiken_box {
    flex-basis: 48%;
	font-weight: bold;
}
	
.hasei_taiken_ti {
	font-size: 3.5rem;
	margin-bottom: 10px;
	display: inline;
}

.hasei_taiken_tx {
	line-height: 160%;
	letter-spacing: 0.8px;
	padding-top: 2%;
}

.backnumber_more img {
    max-width: 320px;
    width: 85%;
    margin: 0 auto;
}

.backnumber_close {
    max-width: 120px;
	margin: 3% auto 0;
}



/*仕事の合間*/
.hasei_aima {
	margin: 70px 0;
}

.aima_wrapper {
	text-align: center;
}

.aima_ti_img {
	max-width: 155px;
	margin:0 auto;
}


/*プラン*/
.plan_bgc_contact {
    background-color: #FFEF001A;
}

.hasei_plan_wrapper {
	text-align: center;
}

.hasei_plan_container {
	position: relative;
    flex-basis: 39%;
	background-color: #FFF;
	padding: 2%;
}

.stay_waku {
	border: dotted 3px #FFC02D;
}

.oneday_waku {
	border: dotted 3px #D23400;
}

.plan_hasei_onedeay_img {
	position: absolute;
	width: 95%;
    top: 3%;
    right: -57%;
	transform: translate(-50%, -50%);
    max-width: 346px;
	
}

.plan_hasei_stay_img{
    position: absolute;
    width: 27%;
    left: 5%;
    top: 63%;
	transform: translate(-50%, -50%);
    max-width: 141px;
}



/*素泊まり*/
.sudomari_wrapper {
	background-color: #389CCD;
	padding: 2%;
	margin-top: 5%;
	text-align: center;
	align-items: flex-end;
}

.sudomari_container {
	position: relative;
	flex-basis:48%;
	margin-left: 3%;
}

.sudomari_in {
	background-color: #FFF;
	border-radius: 5px;
	padding: 2% 8%;
	margin: 14px auto 0;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック';
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    width: 257px;
    line-height: 1.6;
}

.sudomari_in span {
	font-size: 1.2rem;
	font-weight: bold;
}

.sudomari_img {
	flex-basis:48%;
}

.plan_hasei_sudomari_img {
    position: absolute;
    width: 24%;
    left: 3%;
    top: 7%;
    transform: translate(-50%, -50%);
    max-width: 95px;
}





/* ==================================================================================================================
==================================================================================================================

基本設定（tab）

==================================================================================================================
================================================================================================================== */

@media screen and (max-width: 999px) {
	
/* 電話番号設定 */

a[href^="tel:"] {
    pointer-events: auto;
    }
	
.content_1400 {
	width: 90%;
}
	

.content_1200 {
	width:90%;
}

.content_1000 {
	width:90%;
}
	
.content_950 {
	width: 90%;
}

.content_850 {
	width: 90%;
}
	
/*表示・非表示*/
.pc {display: none;}

.tab{display: block;}

.sp {display: none;}

.pc_tab {display: block;}
.tab_sp {display: block;}

/*改行*/
.br-pc {
    display: none;
}
.br-tab {
    display: block;
}
.br-sp {
    display: none;
}
.br-500 {
	display: block;
}

/*ヘッダー指定*/
header {
    height: 60px;
	padding-top: 15px;
}

/*ハンバーガーメニュー*/
.hamburger_btn {
    display: block;
}

#hamburger_btn {
    position: fixed;
    width: 30px;
    top: 28px;
    right: 30px;
    margin-left: auto;
    background: rgba(255,255,255,0);
    z-index: 3;
	background-color: #fff;
    padding: 21px 12px 21px 9px;
    border-radius: 5px;
    box-shadow: 4px 0px 4px 1px rgba(0,0,0,0.3);
}
	
#hamburger_btn:hover{
background-color: #fff;
}

#hamburger_btn span{
margin-top: 11px;
}

.active #hamburger_btn span:nth-child(1) {
    top: 9px;
}

.active #hamburger_btn span:nth-child(3) {
    top: 9px;
}	
	
#hamburger_btn p {
	text-align: center;
}

#hamburger_btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

#hamburger_btn span:nth-child(1){
    top: 0;
}

#hamburger_btn span:nth-child(2){
    top: 10px;
}

#hamburger_btn span:nth-child(3){
    top: 20px;
}
    
#sidebar {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    }

.active #sidebar {
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity: 0.98;
    }
 
.navimenu01 {
    width: 90%;
    margin: 50px auto;
    }


.navimenu01 ul {
    margin-top: 5px;
    text-align: left;
	font-size:1.4rem;
    }

.navimenu01 li {
    display: block;
    position: static;
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
    font-size: 1.5rem; 
	font-weight:bold;
	text-align:left;
    }

.navimenu01 li a {
    display: block;
    color: #000;
	position:static;
}
	
.navimenu01 li a::after {
display:none;
}

.navimenu01 li a:hover::after {
display:none;
}


/*ハンバーガーボタン：開閉時*/

.active #hamburger_btn span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    transform: rotate(35deg);
    }

.active #hamburger_btn span:nth-child(2) {
    width: 0;
    }

.active #hamburger_btn span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
    }
	
	
	

/*メイン指定（メニューと被らないようにする）*/
main {
    margin-top: 17px;
    }

/*〜〜〜〜〜〜派生ページ 共通〜〜〜〜〜〜*/
.hasei_top {
    margin-top: 4%;
}

.hasei_aima {
	margin: 5% 0;
}


}

/* ==================================================================================================================
==================================================================================================================

基本設定（sp）

==================================================================================================================
================================================================================================================== */



@media screen and (max-width: 764px) {
	
	
body {
	font-size:1.4rem;
 }	

/*改行*/
.br-pc {
    display:none;
}
.br-tab {
    display:none;
}
.br-sp {
    display:block;
}
.br-500 {
	display: block;
}

@media screen and (max-width: 500px){
.br-500 {
	display: none;
}
}


/*表示・非表示*/
.pc {display: none;}

.tab{display: none;}

.sp {display: block;}

.pc_tab {display: none;}
.tab_sp {display: block;}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜

以下サイト別指定＜適宜書き換えする事！＞

〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
/*文字サイズ*/

.sp_tx01{
	font-size:2.4rem !important;
}

.sp_tx02{
	font-size:2.2rem !important;
}

.sp_tx03{
	font-size:1.6rem !important;
}

.sp_tx04{
	font-size:1.4rem !important;
}

.sp_tx05{
	font-size:0.8rem !important;
}


/*ヘッダー指定*/

header {
    padding-top: 30px;
	height: 42px;
}

/*ハンバーガーメニュー*/
#hamburger_btn {
	top: 14px;
    right: 16px;
}

#hamburger_btn span{
	width: 28px;
	height: 2px;
	}
	
#hamburger_btn span:nth-child(2) {
    top: 9px;
}

#hamburger_btn span:nth-child(3) {
    top: 18px;
}


/*メイン指定（メニューと被らないようにする）*/
main {
    margin-top: -5%;
    }


/*　リボンボタン　共通*/
.hasei_ribbon {
   margin-top: 0;
}


/*〜〜〜〜〜〜派生ページ共通〜〜〜〜〜〜*/
/*日帰り*/
.oneday_nagare_subimg01 {
	width: 20%;
	right: 0%;
}
.oneday_nagare_subimg02 {
	width: 20%;
	left: -4%;
}


/*日帰り・宿泊 共通*/
.tate02 {
    height: 35px;
}

.hasei_infobox {
	padding: 3%;
}

.hasei_info_ti {
	font-size: 2.0rem;
}

.hasei_info_item {
	font-size: 1.6rem;
}

.hasei_info_subti {
	font-size: ;
	padding: 1.5% 0;
	border-radius: 5px;
	width: 105px;
	margin-right: 5%;
}

.hasei_info_tx01 {
	text-align: left;
	width: 311px;
}

.hasei_info_item span{
	font-size: 1.1rem;
	display: block;
    margin: 0 auto;
}

.hasei_info_tx02 {
	font-size: 1.2rem;
}

.taiken_nagare {
    margin: 60px 0 auto;
}

.taiken_ti {
	font-size: 2.6rem;
}


/*　体験　詳しく見る	*/
.hasei_taiken_box {
	margin: 2% 0;
}
	
.hasei_taiken_ti {
	font-size: 2.4rem;
	margin: 10px 0;
}


/*プラン*/
.hasei_plan {
	margin-top: 10%;
}

.plan_hasei_stay_img {
    left: 8%;
    top: 68%;
}

.plan_hasei_onedeay_img {
    width: 72%;
    right: -30%;
}


/*素泊まり*/
.plan_hasei_sudomari_img {
	width: 20%;
}


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

.form_wrapper ul {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 1px dotted #ccc;
	display:block;
	justify-content:space-between;
	align-items: center;
	}

.form_important { /*赤アイコン*/
    padding: 0 5px;
    font-size: 1.3rem;
    color: #E50012;
	}

	
.form_ti01,
.form_area01,
.form_area02,
.form_area03{
	width:100%;
	}

.form_area01 input {
	max-width:97%;
}

.form_ti01 {
	font-weight:bold;
	margin-bottom: 1%;
}

.form_minitx {
	display:block;
	margin-left: 0%;
}

input.form_btn01,input.form_btn02 {
	padding: 5% 10%;
}


/*thanks css*/

.form_thanks_tx02 a{
	display: block;
}


.footer_box02 {
	padding: 30px 0 15px;
}


/* ==================================================================================================================
==================================================================================================================

汎用指定    

==================================================================================================================
================================================================================================================== */

.sp_t05 {	margin: 5px 0 0 0;}
.sp_t10 {	margin: 10px 0 0 0;}
.sp_t15 {	margin: 15px 0 0 0;}
.sp_t20 {	margin: 20px 0 0 0;}
.sp_t30 {	margin: 30px 0 0 0;}
.sp_t40 {	margin: 40px 0 0 0;}
.sp_t50 {	margin: 50px 0 0 0;}
.sp_t60 {	margin: 60px 0 0 0;}
.sp_t70 {	margin: 70px 0 0 0;}
.sp_t80 {	margin: 80px 0 0 0;}
.sp_t90 {	margin: 90px 0 0 0;}
.sp_t100 {	margin: 100px 0 0 0;}

.sp_b05 {	margin: 0 0 5px 0;}
.sp_b10 {	margin: 0 0 10px 0;}
.sp_b15 {	margin: 0 0 15px 0;}
.sp_b20 {	margin: 0 0 20px 0;}
.sp_b30 {	margin: 0 0 30px 0;}
.sp_b40 {	margin: 0 0 40px 0;}
.sp_b50 {	margin: 0 0 50px 0;}
.sp_b60 {	margin: 0 0 60px 0;}
.sp_b70 {	margin: 0 0 70px 0;}
.sp_b80 {	margin: 0 0 80px 0;}
.sp_b90 {	margin: 0 0 90px 0;}
.sp_b100 {	margin: 0 0 100px 0;}

.sp_t05_b05 {	margin: 5px 0 5px 0;}
.sp_t10_b10 {	margin: 10px 0 10px 0;}
.sp_t20_b20 {	margin: 20px 0 20px 0;}
.sp_t30_b30 {	margin: 30px 0 30px 0;}