@charset "UTF-8";
/* =====================================
雛まつり 共通部分
================================== */


/*ナビ・タイトルPC
-------------------------------------------------- */
.page_title {
    background-image: url(../../hinamatsuri_onsen/stamp/images/title_stamp.jpg) ,url(../../hinamatsuri_onsen/stamp/images/title_stamp_bg.png);
    background-repeat: no-repeat,repeat;
    background-size: 1000px auto,321px auto;
    background-position: center center;
    width: 100%;
    height: 440px;
    text-align: center;
}

.page_title h2 {
    display: none;
}
.page_title h2 img{
	width: 100%;
	height: auto;
}
.stit1{
	margin : 100px auto 0;
}
.stit1 img{
	width: 364px;
	height: auto;
}
/*
img{
	width: 100%;
	max-width: 800px;
}
*/

@media(max-width:1000px){
	.pg-contents{
		width: 100%;
	}

}


/*ナビ・タイトル　スマホ
-------------------------------------------------- */

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

.page_title {
    background-size: 120% auto,cover;
    padding-top: 53%;
    height: auto;
}
.page_title h2 img{
	width: 100%;
	max-width: 442px;
	height: auto;
}
.stit1{
	margin: 0 auto;
	padding: 70px 0 20px;
}
.stit1 img{
	max-width: 364px;
	width: 90%;
	height: auto;
}

}/*@media*/

/*ページ内リンク
-------------------------------------------------- */
.page_nav {
	max-width: 800px;
	margin: 4em auto 2em;
}
.page_nav ul{
	display: flex;
	justify-content: space-between;
}
.page_nav li{
	background-color: #EA275E;
	width: 49%;
	text-align: center;
	color: #fff;
	padding-bottom: 0em;
}
.page_nav li a{
	color: #fff;
	display: block;
	width: 100%;
	padding: 1em 0;
	background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 2%;
}
.page_nav li a:hover{
	color: #fff;
}
@media screen and (max-width:736px){
.page_nav {
	max-width: 800px;
	margin: 1em auto 1em;
}
.page_nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}
.page_nav li{
	background-color: #EA275E;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-bottom: 0em;
	margin: 0.5em 0;
}
}/*@media*/

/*default.css:39*リストの文字余白*/
ul li .text{
	line-height: 2em;
}
/* =====================================
　雛まつり
================================== */

/*-------------------------------------------------
背景
-------------------------------------------------*/
/*背景色*/
.main{
	background-color: #fff4f1;
}
/*メインビジュアル下部のギザギザ*/

/*下部のギザギザ*/
.footer-line {
	background: url(../hinamatsuri_onsen/images/shitake-line-bt.png) repeat-x center top;
}

/*コンテンツ部背景*/
.pg-contents {
    background-position: left top,right top;
    background-size: 184px auto,184px auto;
    background-repeat: no-repeat;
	padding:0 0 70px 0;
}

/*コンテンツ部背景（一個一個の背景）*/
.bg-coupon {
	background-color: #fef2df;
	padding: 60px 0 30px 0;
	border-top: 3px solid #df9600;
}
.bg-event {
	background-color: #fce3e4;

/*
	padding: 60px 0 0 0;
    margin: 60px 0 0;
*/
    overflow: auto;
}
.event-box_all .bg-event {
	background-color: #fff4f1;
}
.last-btn {
	padding: 0 20px 0 20px;
	margin: 60px 0 0;
}

/*雛祭り号の運行がないお知らせ*/
.main_wrap .not-hinamatsurigo{
	text-align: center;
	color: #b52626;
    font-size: 1.2em;
    padding: 1em 0;}
.btn_back_special{background-position: right 10px center;}
.text-center{
	text-align: center;
	margin-bottom: 1em;}
.footer_sitemap::before{
/*	background-image: url("../../common/img/titline-p.png");*/
}

@media screen and (max-width:736px){
	/*コンテンツ部背景*/
	.pg-contents{
		background-image:none;
	}
	.bg-coupon {
		padding-left: 20px;
		padding-right: 20px;
}
	.bg-event {
		padding: 0 20px 0 20px;/*padding: 60px 20px 0 20px;*/
        margin: 60px 0 0;
}
	.footer_address address::before{background-image: url("../common/img/titline-p.png");}
	.main_wrap .not-hinamatsurigo {font-size: 1em;}
}





/*-------------------------------------------------
main_photobox
-------------------------------------------------*/
.main_photobox{
    max-width: 800px;
    margin: 0 auto;
}
.main_photobox li{
    width: 266px;
    float: left;
    margin: 0 1px 1px 0;
    padding: 0;
}
.main_photobox li:nth-child(3n){
    margin: 0 0 1px 0;
}
.main_photobox li img{
    width: 100%;
    height: auto;
}
@media(max-width:800px) and (min-width:737px){
	.main_photobox {
    padding-left: 15%;
}
}
@media screen and (max-width:736px){
    .main_photobox{
        width: auto;
        margin: 0 20px;
    }
    .main_photobox li,.main_photobox li:nth-child(3n){
        width: calc(50% - 1px);
        margin: 0 1px 1px 0;
    }
    .main_photobox li:nth-child(2n){
        margin: 0 0 1px 0;
    }
}

/*-------------------------------------------------
map
-------------------------------------------------*/
.map{
	max-width: 800px;
	column-count: 3;
	margin-top:35px;
	margin-bottom:65px;
}
.map img{
	width: 100%;
}
.main_wrap .map li a {
	color:#4896A3;
}
.main_wrap .map li a:hover {
	color:#B0DCE4;
}
@media screen and (max-width:736px){
    .main_photobox{
        width: auto;
        margin: 0 20px;
    }
    .main_photobox li,.main_photobox li:nth-child(3n){
        width: calc(50% - 1px);
        margin: 0 1px 1px 0;
    }
    .main_photobox li:nth-child(2n){
        margin: 0 0 1px 0;
    }
	.map{
		column-count: 1;
	}
}

/*-------------------------------------------------
galleryの線
-------------------------------------------------*/
/*
.thumb_title{
	border-top:3px solid #dc3d66;
	font-size: 125%;
	margin: 0;
	color: #664422;	
	padding: .5em 0 .5em 0;
}
.cat_title span {
    color: #dc3d66;
    padding: 0;
    padding: .5em;
    line-height: 60px;
    background-image: url(../../spot/images/cat_title_bg_c.png);
    background-repeat: repeat-x;
    background-size: auto 2px;
    background-position: bottom center;
    width: 100%;
	margin: 0 auto;
}
.cat_title {
    background-image: url(../../spot/images/cat_title_bg_l.png),url(../../spot/images/cat_title_bg_r.png);
    background-position: left bottom,right bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: 111px auto,111px auto;
    font-size: 200%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin: 0em auto 1em;
    line-height: 60px;
    height: 62px;
    padding: 0 111px;
    clear: both;
}
.cat_title_wrap {
	overflow: auto;
}
*/


/*-------------------------------------------------
概要（上部）
-------------------------------------------------*/
/*体験メニュータイトル*/
.taiken_title, .sisetsu_title{text-align: center;}
.taiken_title img,.sisetsu_title img{
	max-width: 100%;
	width: 387px;
	height: auto;
}
.sisetsu_title{margin-bottom:35px;}
.sisetsu_title img{width: 216px;}
.sisetsu_title img.e_auto{width: auto;}
.title-left {
	max-width: 800px;
    width: 100%;
    margin: 0 auto 0;/*margin: 0 auto 2em;*/
}
.title-left2 {
	max-width: 800px;
    width: 100%;
    margin: 0 auto 0;/*margin: 0 auto 2em;*/
}
.title-left2 p{
	text-align: center;
	margin-top:15px;
}
.title-left2 span{
	text-align: center;
}
.title-left p{
	text-align: center;
	margin-top:15px;
}

.left1,
.left2,
.left3,
.left4{
	margin-bottom: 50px;
	padding-top:70px;
	font-size: 200%;
	color: #dc3d66;
	/*まるゴシック*/
	font-family: "M PLUS Rounded 1c", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}


.left4-2{
	margin-bottom: 20px;
	padding-top:70px;
	font-size: 200%;
	color: #dc3d66;
	font-weight: bold;
}

.left1 img{
	width: 591px;
}
.left4 img{
	height: 33px;
    width: auto;
}


/*テーブル*/
.plan_table {
	width: 100%;
	margin: 20px 0;
}
.plan_table, .plan_table th,.plan_table td{
	border-color: #FFAFB2;
}
.plan_table th{
	color: #fff;
	background-color: #dc3d66;
}
.plan_table td{
	padding: 10px;
}
/*テーブル pc*/
.pc_table .onsen{
	width: 200px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	background-color: #dc3d66;
}
.pc_table .syurui{
	width: auto;
	color: #dc3d66;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #fce3e4;
}
.pc_table .syurui ul li{
	float: left;
	margin-left: 10px;
	padding: 0px;
	line-height: 1.5em;
}
.pc_table .syurui ul li a{
	text-decoration: underline;
	color: #dc3d66;
}
@media screen and (max-width:736px){
/*テーブル pc*/
.plan_table{
    width: auto;
    margin: 20px 20px 0;
}
.pc_table .onsen{
	width: auto;
}
.title-left {padding: 0 20px;
	box-sizing: border-box;
}
.title-left2{
	padding: 0;
}
}


/*体験メニューの概要説明文*/
.main_wrap .taiken_intoro_text{
	text-align: center;
	margin: 2em 0;
	line-height: 2em;
}
/*体験メニューの写真*/
.main_wrap  .taiken_main_img{
	max-width: 840px;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 3em;
}
.taiken_main_img img{
	width: 258px;
	height: auto;
	padding-bottom: 60px;
}

@media screen and (max-width:736px){
	/*メニュータイトル*/
	.taiken_title{
/*		padding: 0 15px;*/
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		font-size:169%;
	}
	.taiken_title img{
		width: 100%;
		height: auto;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.left4 img{
		width: 198px;
		height: auto;
		padding-right: 20px;
		box-sizing: border-box;
	}
		/*メニューの一部padding*/
	.main_wrap .taiken_intoro_text.none_padding {
		padding-top: 0px;
		padding-bottom: 0px;
}
	.main_wrap .bg-coupon .taiken_intoro_text {
		padding-left: 0px;
		padding-right: 0px;
}
	/*メニューの概要説明文*/
	.main_wrap .taiken_intoro_text{
		text-align: left;
		margin: 0;
		padding: 2em 15px;
		box-sizing: border-box;
		line-height: 2em;
		font-size: 90%;
	}
	.main_wrap .thankyou_text{
		text-align: center;
	}
	/*メニューの写真*/
	.main_wrap  .taiken_main_img{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin: 0 auto 2em;
		text-align: left;
		line-height: 1.7em;
		font-size: 90%;
	}
	.taiken_main_img img{
		width: 50%;
		height: auto;
		margin: 0 0 1em;
		padding: 0 20px;
		box-sizing: border-box;
		clear: both;
	}
	p .taiken_main_img {
		margin-bottom: 0px;
	}
	.taiken_main_img .center {
		float: right;
}
	.taiken_main_img img:nth-child(3) {
		display: block;
		margin: auto;
	}
	
	/*メニューの写真　クーポン*/
	.main_img_coupon img {
		width: 50%;
		padding: 0 15px;
}
}/*@media*/

/*-------------------------------------------------
詳細（下部）
-------------------------------------------------*/
.taiken_details{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 2em;
/*	box-sizing: border-box;*/
/*	padding: 15px;*/
	color: #666;
	font-size: 95%;
}
/*ボタンなしの場合の下のアキ*/
.none_btn {
	margin-bottom: 60px;
}


/*1カラム*/
.details_1col{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	clear: both;
}
/*2カラム*/
.details_2col{
	width: 50%;
	padding: 15px;
	display: inline-table;
	float: left;
	box-sizing: border-box;
}

/*項目名*/
.details_title{
	vertical-align: middle;
	color: #e3a229;
	line-height: 2em;
	font-size: 130%;
	/*
	position: relative;
	*/
}
.details_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0;
  padding: 0 .5em 0 0;
  background-color: #fff;
  text-align: left;
}
.details_title span::before{
	background-color: #e3a229;
	content: "";
	width: .8em;
	height: .8em;
	display: inline-block;
	border-radius: .4em;
	margin: 0 .3em 0 0;
}
/*イベント名*/
.event_title {
	vertical-align: middle;
    color: #dc3d66;
    line-height: 2em;
    font-size: 150%;
	font-weight: bold;
    position: relative;
}
.event_title::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dc3d66;
}
.event_title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 0;
    padding: 0 .5em 0 0;
    background-color: #fce3e4;
    text-align: left;
}
.main_wrap > .gift_box .event_title span {
    background-color: #fcf3f6;
}


/*-------------------------
景品一覧
-------------------------*/
.Event-gift{
	height:auto;
	background-image:url(../../hinamatsuri_onsen/stamp/images/hana_bkg2.svg);
	background-repeat:no-repeat;
	background-position :center;
	padding-bottom:70px;
}

.gift_box ul{
	display: flex;
	flex-wrap: wrap;
	max-width:800px;
 	margin:30px auto 2em;
}
.gift_box li{
	background-color: #fff;
	padding:3.2%;
	margin: 1%;
	width:332px;
}
.text-box_g{
	display: flex;
	height:100px;
}
.text-box_g img{
	width:auto;
	height:80px;
	padding-right:1em;
}
.gift_box .text span{
	color:#EA285D;
	font-size:120%;
}
@media screen and (min-width:737px){
.gift_box li.top_list{
	width:800px;
}
.gift_box li.top_list .gift_box_li{
	display: flex;
	justify-content: space-between;
}
.top_list .text-box_g{
	display:block;
	margin:2em auto;
}
.top_list .text-box_g .gift_list_img{
	text-align: center;
	margin:0 auto 1em;
}
.top_list .text-box_g .text{
	font-size:140%;
}
.img-box_g{
		width:50%;
	}
}
@media screen and (max-width:736px){
	.gift_box ul li{
		padding: 0;
	}
	.gift_box .text-box_g{
	margin: 10px;
}
	.gift-picture{
		width:90%;
		margin:0 5% 5% 5%;
	}
	.text-box_g{
		height:auto;
	}
	.text-box_g .text{
		font-size:90%;
	}
	.text-box_g img {
		height:70px;
	}
}

	
/*イベント名　情報*/
.details_event_title {
	vertical-align: middle;
    color: #dc3d66;
    line-height: 2em;
    font-size: 130%;
}
.details_event_title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 0;
    padding: 0 .5em 0 0;
    text-align: left;
	font-weight: bold;
}

/*景品一覧注意書き*/
.gift_att{
	max-width:800px;
	margin:auto;
}
.gift_att p{
	text-align:center;
}

/*p*/
.taiken_details p{
	margin-bottom: .7em;
}
/*ul*/
.details_ul{
	margin-bottom: .7em;
}
.details_ul li{
	line-height: 1.5em;
	padding-left: 1em;
	padding-bottom: .7em;
}

/*イベント　画像*/
.event_img {
	margin: 20px 0;
}

@media screen and (max-width:736px){
	.event_img img{
		width: 100%;
}
	/*項目名*/
	.details_title{
		line-height: 1.5em;
		font-size: 120%;
}
	.details_event_title {
    font-size: 140%;
}
    .main_wrap > .gift_box{
        padding: 0 20px;
        width: auto;
    }
	.details_title span {
  		position: relative;
  		z-index: 2;
  		display: inline-block;
  		margin: 0 0;
  		padding: 0 .5em 0 0;
  		background-color: #fff;
  		text-align: left;
}
	.event_title {
		vertical-align: middle;
    	color: #dc3d66;
    	font-size: 130%;
		font-weight: bold;
    	position: relative;
		line-height: 1.5em;
}
	.event_title span {
    	position: relative;
    	z-index: 2;
    	display: inline-block;
    	margin: 0 0;
    	padding: 0 0 0 0;
    	background-color: #fce3e4;
    	text-align: left;
}
	.gift_box p br{display: block;}
}

/*タクシー ライン*/
.event_title small{
	line-height: 0;
}
.event_title.taxi::before {
    top: 75%;
}
.event_title.taxi {
	line-height: 1.5em;
}


/*table*/
.details_table{
	background-color: #fff;
	width: 100%;
	margin: 0;
	margin-bottom: .7em;
}
.details_table,.details_table th,.details_table td{
	border: rgba(68,153,0,0.5) 1px solid;
}
.details_table th,.details_table td{
	padding: .7em 1em;
}
.details_table th{
	background-color: rgba(68,153,0,0.7);
	color: #fff;
	font-weight: normal;
	white-space:nowrap;
}
#TAIKEN_INTORO .details_table tr:nth-child(even) td{
	background-color: rgba(68,153,0,0.05);
}


@media screen and (max-width:736px){
	.taiken_details{
		padding: 15px 0;
	}
	.details_2col{
		width: 100%;
		float: none;
	}
}/*@media*/


/*コンテンツ部背景（右下のきのこ）*/
.taiken_details img {
	padding-right: 30px;
}
@media screen and (max-width:736px){
.taiken_details img {
	padding-right: 0;
	width:100%;
}
}
/*-------------------------------------------------
ボタン
-------------------------------------------------*/
.taiken_btn{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 4em;
}
.taiken_btn .btn_box01 a{
	background-color: #ec6941;
    background-position: left 10px center;
	padding: 1em;
	font-size: 120%;
}

@media screen and (max-width:736px){
	.taiken_btn{
		padding: 0 15px;
		box-sizing: border-box;
		margin-bottom: 2em;
	}
}/*@media*/

/*-------------------------------------------------
イベントボタン
-------------------------------------------------*/
.event_btn{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 4em;
}
.event_btn .btn_box01 a{
	background-color: #dc3d66;
    background-position: left 10px center;
	padding: 1em;
	font-size: 120%;
}
.event_btn .btn_box01 a.coming{
/*	background-color: #8B5865;*/
/*    background-image:none;*/
}
.event_btn .btn_box01 a.coming:hover{
	opacity: 1;
}
@media screen and (max-width:736px){
	.event_btn{
		padding: 0 0px;
		box-sizing: border-box;
		margin-bottom: 60px;
	}
}/*@media*/
/*-------------------------------------------------
イベントボタン(ショート)
-------------------------------------------------*/
.event_btn_s{
	
	width: 100%;
}
.event_btn_s .btn_box01 a{
	background-color: #dc3d66;
    background-position: left 10px center;
	padding: 1em;
	font-size: 120%;
}
.event_btn_s .btn_box01 a.coming:hover{
	opacity: 1;
}
@media screen and (max-width:736px){
	.event_btn_s{
		padding: 0 0px;
		box-sizing: border-box;
/*		margin-bottom: 60px;*/
	}
}/*@media*/
/*-------------------------------------------------
旅館バナー
-------------------------------------------------*/
.bn_box{
	max-width: 800px;
	width: 100%;
	background-color: #eee3cf;
	margin: 0 auto 2em;
	box-sizing: border-box;
	padding: 15px;
	overflow: auto;
}
.bn_list{
	text-align: center;
	margin: 0;
}
.bn_list li{
	display: inline-block;
	padding: 0 0px;
}

@media screen and (max-width:736px){
	.bn_box{
		margin-bottom: 0;
	}
	.bn_list li{
		display: block;
		padding: 5px;
	}
}/*@media*/


/*-------------------------------------------------
お申し込みについて
-------------------------------------------------*/
.caution_box{
	max-width: 800px;
	width: 100%;
	background-color: #eee;
	margin: 0 auto 2em;
	box-sizing: border-box;
	padding: 30px;
	overflow: auto;
	color: 333;
}
/*タイトル*/
.caution_title{
	vertical-align: middle;
	color: #333;
	line-height: 2em;
	font-size: 130%;
	position: relative;
	text-align: center;
}
.caution_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0;
  padding: 0 .5em 0;
  background-color: #eee;
  text-align: center;
}
.caution_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999;
}
/*テキスト*/
.caution_box p{
	text-align: center;
}
/*住所*/
address.taiken_address{
	float: none;
	width: 100%;
	font-size: 100%;
	margin: 1em 0;
}
address.taiken_address p{
	color: #991111;
}
.tel_text{
	font-size: 200%;
	font-weight: bold;
}
.tel_text br{
	display: none;
}
/*約款*/
.yakkan_box{
	background-color: #fff;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.yakkan_box a{
	padding-left: 20px;
	background-image: url(../../imagem/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

@media screen and (max-width:736px){
	.caution_box{
		padding: 15px;
	}
	/*テキスト*/
	.caution_box p{
		text-align: left;
	}
	/*住所*/
	address.taiken_address{
		float: none;
		width: 100%;
		font-size: 100%;
		margin: 1em 0;
	}
	address.taiken_address p{
		color: #991111;
	}
	.caution_box p.tel_text{
		font-size: 160%;
		font-weight: bold;
		text-align: center;
	}
	.tel_text br{
		display: inline;
	}

	/*約款*/
	.yakkan_box{
		background-color: #fff;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.caution_box .yakkan_box p{
		text-align: center;
	}
}/*@media*/



/* =====================================
　体験プログラム　独自スタイル設定
　平賀さん家のディファーム:お問い合わせ
================================== */

/*-------------------------------------------------
フォーム
-------------------------------------------------*/

#TAIKEN_FORM .detailed{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2em;
}

/*STEPタイトル*/
.step{
	text-align: center;
	font-weight: bold;
	margin-bottom: .7em;
	font-size: 110%;
	color:  rgba(68,153,0,1);
}
@media screen and (max-width:736px){
	.step{
		padding: 0 15px;
		font-size: 100%;
		text-align: left;
	}
}

/*ボタン*/
.formBtn{
	text-align: center;
	margin-top: 1em;
}
.formBtn input{
	padding: 1em 3em;
	border: none;
	color: #fff;
	font-size: 110%;
	display: inline-block;
}
.formBtn input[type="submit"]{
	background-color: #ffa735;
}
.formBtn input[type="reset"]{
	background-color: #999;
}
@media screen and (max-width:736px){
	.formBtn{
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}
	.formBtn input{
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		padding: .7em;
		margin: 0;
		display: block;
	}
}


/*テーブルスマホ対応（#TAIKEN_FORMの中にあるtableのみ）*/
@media screen and (max-width:736px){
	/*table*/
	#TAIKEN_FORM .details_table{
		width: 100%;
		border: none;
	}
	#TAIKEN_FORM .details_table th,#TAIKEN_FORM .details_table td{
		border-left: none;
		border-right: none;
	}
	#TAIKEN_FORM .details_table th,#TAIKEN_FORM .details_table td{
		box-sizing: border-box;
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	#TAIKEN_FORM .details_table th{
		white-space:normal;
		text-align: left;
	}
	#TAIKEN_FORM .details_table td{
		padding: 1em 15px;
	}
	#TAIKEN_INTORO .details_table tr:nth-child(even) td{
		background-color: rgba(68,153,0,0.05);
	}
	
}

/*取消料のテーブル独自設定*/
#TAIKEN_FORM .kiyaku_table_pc{
	display: table;
	width: 100%;
}
#TAIKEN_FORM .kiyaku_table_pc td,#TAIKEN_FORM .kiyaku_table_sp td,#TAIKEN_FORM .kiyaku_table_pc th,#TAIKEN_FORM .kiyaku_table_sp th{
	text-align: center;
}
#TAIKEN_FORM .kiyaku_table_sp{
	display: none
}

@media screen and (max-width:736px){
	/*取消料のテーブル独自設定*/
	#TAIKEN_FORM .kiyaku_table_pc{
		display: none;
	}
	#TAIKEN_FORM .kiyaku_table_sp{
		width: 100%;
		font-size: 90%;
		display: table;
	}
	#TAIKEN_FORM .details_table .kiyaku_table_sp,#TAIKEN_FORM .details_table .kiyaku_table_sp th,#TAIKEN_FORM .details_table .kiyaku_table_sp td{
		border: rgba(68,153,0,0.5) 1px solid;
	}
	#TAIKEN_FORM .details_table .kiyaku_table_sp th,#TAIKEN_FORM .details_table .kiyaku_table_sp td{
		width: auto;
		display: table-cell;
		padding: 10px 15px;
	}
}
/*イメージイラスト*/
.img_stamp img{
	max-width:800px;
	width:100%
}

/*開催期間*/
.Event-period{
	background-color: #fce3e4;
	padding-bottom:70px;
	background-image:url(../../hinamatsuri_onsen/stamp/images/hana_bkg.svg) ;
	background-repeat:no-repeat;
	background-position :center;
}
@media screen and (max-width:736px){
.Event-period{
	background-image:none;
}
}

/*注意事項*/
.Event-attention{
	background-color: #fff;
}
.Event-attention ul{
	padding-bottom:70px;
}
.Event-attention ul li{
	list-style: disc;
}

/*タイトル中央揃え*/
.head-border {
    display: flex;
    align-items: center;
}
/*文字ボーダーではさむ*/
.head-border{
	color: #dc3d66;
	font-size: 150%;
	font-weight: bold;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #dc3d66;
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}
@media screen and (max-width:736px){
	.head-border{
/*	font-size: 136%;*/
}
}


/*スタンプラリー参加方法*/
.head-border{
	margin-top:40px;
}
.apply img{
	padding:0;
	margin-top:25px;
	margin-bottom:50px;
}
.pc{ display: block !important; }
.sp{ display: none !important; }

.Event-facility ul li{
	padding:0;
	margin:0 0 .4em;
}

@media screen and (max-width:736px){
.pc{ display: none !important; }
.sp{ display: block !important; }

.event-box_all .sp{
		text-align:center;
	}
}

/*対象の花巻市内雛まつりイベント*/
.event-box_all .taiken_details{
	display:flex;
}
.event-box-m{
	margin-top:40px;
	margin-bottom:70px;
}
/*
.facility_img{
	max-width:335px
}
*/
.text-box{
	width:100%;
}
.text-box p{
	text-align: left;
}
@media screen and (max-width:736px){
.Event-gift{
	background-image:none;
}
.event-box_all .taiken_details{
	display:block;
}
.gift_box ul li{
	margin:auto;
	margin-top:20px;
}
}

span{
		font-family: "M PLUS Rounded 1c", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

/*温泉で雛まつりを楽しむ略Sp対応*/
@media screen and (max-width:736px){
.pg-contents h2 {
	font-size:120%;
}
}


/*お問い合わせ先*/
.address_p{
background-color: #fce3e4;
	max-width: 600px;
    margin: 70px auto 2em;
	padding: 4em 1em;
    border-radius: 15px;
    box-sizing: border-box;
}
.address_p h3{
	font-size: 1.4em;
	color: #333;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.address_p p{
	font-size: 1.4em;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.address_p span{
	font-size: 1.4em;
}
@media screen and (max-width:736px){
	.address_p{
		padding: 2em 1em;
	}
.address_p h3{
	font-size: 1.2em;
}
.address_p p{
	font-size: 1.2em;
}
.address_p span{
	font-size: 1.2em;
}
}



