/* CSS Document */

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

　周辺観光

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

/*メインビジュアル　タイトル
-------------------------------------------------- */
.mv_title_sub{
	background-image: url(images/mv_img.png);
}
.mv_title_sub img{
	height: 108px;
}
/*メインビジュアル（スマホ）--------------*/
@media screen and (max-width:737px){
	.mv_title_sub img{
		height: 54px;
	}
}

/*common上書き
-------------------------------------------------- */
.title_04{
	color: #000;
	border-color: #000;
}
.title_04::before{
	background-color: #000;
}
.title_04 span{
	float: right;
	vertical-align: middle;
}
.title_04 span img{
	height: 26px;
	width: auto;
}
.title_03 span.logo{
	display: block;
	text-align: center;
	padding: 0 0 30px;
}
.title_03 span.logo img{
	height: 70px;
	width: auto;
}
@media screen and (max-width:737px){
	.title_04 span{
		float: none;
		width: 100%;
		display: block;
		padding: 5px 0 0;
	}
	.title_04 span img{
		height: 13px;
		width: auto;
	}
}

/*common上書き　画像モックテストアップ用スタイル
-------------------------------------------------- */
#TEST{
   max-width: 1440px;
   padding: 0;
}
/*画像モックテストアップのHTMK
<div class="limit_wide_padding" id="TEST">
		<div class="wide_img"><img src="images/main.png" alt=""></div>
</div>*/


/*--------------------------------------------------
館内イベントのご案内　SHION_EVENTS 
（上から登場するものをベースとしてスタイルを上書き調整しています）
-------------------------------------------------- */
/*タイトル下の概要*/
.event_gaiyou{
	border-top: #9692B4 solid 1px;
	border-bottom: #9692B4 solid 1px;
	padding: 30px 0;
	text-align: center;
	vertical-align: middle;
}
.event_gaiyou dt,.event_gaiyou dd{
	display: inline-block;
	vertical-align: middle;
}
.event_gaiyou dt{
	background-color: #EEECF5;
	font-size: 1.35em;
	border-radius: 5px;
	color: #49436A;
	padding: 10px;
	margin: 0 0 0 5px;
}
.event_gaiyou dt a{
	color: #49436A;
	display: block;
	margin: -10px;
	padding: 10px 30px 10px 10px;
	background-image: url("images/arrow_shion.png");
	background-size: 13px auto;
	background-position: center right 10px;
	background-repeat: no-repeat;
}
.event_gaiyou dd{
	font-size: 2.1em;
	font-weight: bold;
	padding: 10px;
	margin: 0 5px 0 0;
}
.event_gaiyou dd span{
	font-size: .7em;
}
/*本文*/
.event_copy{
	text-align: center;
	padding: 30px 0;
	margin: 0;
	line-height: 2em;
	font-weight: bold;
}
/*イベント01-----------------*/
#shion_event_01{
	position: relative;
	min-height: 440px;
	background-image: url("images/shion_01_bg.png");
	background-repeat: no-repeat;
	background-position: top 30px left 100px;
}
/*イベント01のメイン画像*/
.img_wrap{
	width: 476px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.img_wrap img{
	width: 100%;
	height: auto;
}
/*イベント01のテキストボックス*/
.text_wrap{
	float: right;
	width: calc(100% - 400px);
	padding: 50px 0;
	z-index: 1;
}
/*イベント01のタイトル*/
.event_title,.event_text_box{
	width: 100%;
	padding: 0 0 0 110px;
}
.event_title img{
	height: 124px;
	width: auto;
	float: left;
	vertical-align: middle;
}
.event_title_text{
	font-size: 3.5em;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1em;
	margin: 0;
	padding: 15px 0 15px 160px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.event_title_text span{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: .6em;
}
/*イベント01の本文*/
.event_text_box{
	border-top: #9692B4 1px solid;
	margin-top: 30px;
	padding-top: 30px;
	line-height: 2em;
}
/*イベント02-----------------*/
#shion_event_02{
	position: relative;
	min-height: 440px;
	background-image: url("images/shion_02_bg.png");
	background-repeat: no-repeat;
	background-position: top 30px right 100px;
}
/*イベント02のメイン画像*/
#shion_event_02 .img_wrap{
	width: 446px;
	right: 0;
	left: auto;
}
/*イベント02のテキストボックス*/
#shion_event_02 .text_wrap{
	float: left;
}
/*イベント02のタイトル*/
#shion_event_02 .event_title,#shion_event_02 .event_text_box{
	padding: 0 110px 0 0;
}
/*カレンダー-----------------*/
.calendar{
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -20px;
}
.calendar li{
	display: block;
	width: 33.3333%;
	padding: 20px;
	text-align: center;
	vertical-align: top;
}
.calendar li:nth-child(2),
.calendar li:nth-child(5){
	border-left: 1px solid #DAD9E1;
	border-right: 1px solid #DAD9E1;
}
.calendar li:nth-child(1),
.calendar li:nth-child(2),
.calendar li:nth-child(3){
	border-bottom: 1px solid #DAD9E1;
}
.calendar li img{
	width: 100%;
	/*max-width: 329px;*/
	height: auto;
}
.calendar::after{
	content: "";
	width: 33.3333%;
}

/*--------------------------------------------------
愛真館 館内イベントのご案内　AISHINKAN_EVENTS 
（上から登場するものをベースとしてスタイルを上書き調整しています）
-------------------------------------------------- */
.bg_orange{
	background-color: #fff;
	background-image: url("images/aishinkan_wrap_bg2.png"),url("images/aishinkan_wrap_bg.png");
	background-size: 1711px auto,cover;
	background-position: center top 50px,center center;
	background-repeat: repeat-y,no-repeat;
	padding: 100px 0 0;
	margin: 0 0 100px;
	width: 100%;
}
#AISHINKAN_EVENTS .title_03 span{
	color: #CD6447;
}
/*タイトル下の概要*/
#AISHINKAN_EVENTS .event_gaiyou{
	border-top: #E3BBAF solid 1px;
	border-bottom: #E3BBAF solid 1px;
}
#AISHINKAN_EVENTS .event_gaiyou dt{
	background-color: #F8DCD2;
	color: #CD6447;
}
#AISHINKAN_EVENTS .event_gaiyou dt a{
	color: #CD6447;
	background-image: url("images/arrow_aishinkan.png");
}
/*イベント01-----------------*/
#aishinkan_event_01{
	position: relative;
	min-height: 340px;
	background-image: url("images/aishinkan_01_bg.png");
	background-repeat: no-repeat;
	background-position: top 30px left 80px;
}
/*イベント01のメイン画像*/
#AISHINKAN_EVENTS .img_wrap{
	width: 327px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
/*イベント01のテキストボックス*/
#AISHINKAN_EVENTS .text_wrap{
	float: right;
	width: calc(100% - 280px);
	padding: 50px 0;
	z-index: 1;
}
/*イベント01のタイトル*/
#AISHINKAN_EVENTS .event_title,#AISHINKAN_EVENTS .event_text_box{
	width: 100%;
	padding: 0 0 0 110px;
}
#AISHINKAN_EVENTS .event_title img{
	height: 124px;
	float: left;
}
/*イベント01の本文*/
#AISHINKAN_EVENTS .event_text_box{
	border-top: #E3BBAF 1px solid;
}
/*イベント02-----------------*/
#aishinkan_event_02{
	position: relative;
	min-height: 340px;
	background-image: url("images/aishinkan_02_bg.png");
	background-repeat: no-repeat;
	background-position: top 30px right 80px;
}
/*イベント02のメイン画像*/
#aishinkan_event_02 .img_wrap{
	right: 0;
	left: auto;
}
/*イベント02のテキストボックス*/
#aishinkan_event_02 .text_wrap{
	float: left;
}
/*イベント02のタイトル*/
#aishinkan_event_02 .event_title,#aishinkan_event_02 .event_text_box{
	padding: 0 110px 0 0;
}
/*カレンダー-----------------
#AISHINKAN_EVENTS .calendar li:nth-child(2){
	border-left: 1px solid #E3BBAF;
	border-right: 1px solid #E3BBAF;
}*/

@media screen and (max-width:736px){
	/*--------------------------------------------------
	館内イベントのご案内　SHION_EVENTS 
	（上から登場するものをベースとしてスタイルを上書き調整しています）
	-------------------------------------------------- */
	/*タイトル下の概要*/
	.event_gaiyou{
		border-top: 0;
		border-bottom: 0;
		padding: 0;
	}
	.event_gaiyou dt,.event_gaiyou dd{
		display: block;
		margin: 0;
	}
	.event_gaiyou dt{
	}
	.event_gaiyou dt a{
	}
	.event_gaiyou dd{
		font-size: 1.5em;
		margin: 0 0 10px;
	}
	.event_gaiyou dd span{
		font-size: .7em;
	}
	/*本文*/
	.event_copy{
		padding: 20px 0;
		text-align: left;
	}
	/*イベント01-----------------*/
	#shion_event_01{
		min-height: auto;
		background-image: url("images/shion_01_bg.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}
	/*イベント01のメイン画像*/
	.img_wrap{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.img_wrap img{
	}
	/*イベント01のテキストボックス*/
	.text_wrap{
		float: none;
		width: 100%;
		padding: 0 0 50px;
	}
	/*イベント01のタイトル*/
	.event_title,.event_text_box{
		padding: 0;
	}
	.event_title{
		text-align: center;
	}
	.event_title img{
		height: 72px;
		width: auto;
		float: none;
		vertical-align: middle;
	}
	.event_title .sp_title_img {
		
	}
	.event_title_text{
		text-align: center;
		font-size: 2.2em;
		padding: 5px 0 15px;
	}
	.event_title_text span{
	}
	/*イベント01の本文*/
	.event_text_box{
		margin-top: 0;
		padding-top: 15px;
	}
	/*イベント02-----------------*/
	#shion_event_02{
		min-height: auto;
		background-image: url("images/shion_02_bg.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}
	/*イベント02のメイン画像*/
	#shion_event_02 .img_wrap{
		width: 100%;
	}
	/*イベント02のテキストボックス*/
	#shion_event_02 .text_wrap{
		float: none;
	}
	/*イベント02のタイトル*/
	#shion_event_02 .event_title,#shion_event_02 .event_text_box{
		padding: 0;
	}
	/*カレンダー-----------------*/
	.calendar{
		padding: 15px 0;
		display: block;
		width: 100%;
		margin: 0;
	}
	.calendar li{
		display: block;
		width: 100%;
		padding: 30px 0;
		margin: 0;
		text-align: center;
		vertical-align: top;
	}
	.calendar li:nth-child(1),
	.calendar li:nth-child(2),
	.calendar li:nth-child(3),
	.calendar li:nth-child(4),
	.calendar li:nth-child(5){
		border-top: none;
		border-bottom: 1px solid #DAD9E1;
		border-left: none;
		border-right: none;
	}
	.calendar li img{
	}
	/*--------------------------------------------------
	愛真館 館内イベントのご案内　AISHINKAN_EVENTS 
	（上から登場するものをベースとしてスタイルを上書き調整しています）
	-------------------------------------------------- */
	.bg_orange{
		background-image: url("images/aishinkan_wrap_bg2.png"),url("images/aishinkan_wrap_bg.png");
		background-size: 120% auto,cover;
		background-position: center top 30px,center center;
		padding: 30px 0 0;
		margin: 0 0 30px;
	}
	#AISHINKAN_EVENTS .title_03 span{
	}
	/*タイトル下の概要*/
	#AISHINKAN_EVENTS .event_gaiyou{
		border-top: none;
		border-bottom: none;
	}
	#AISHINKAN_EVENTS .event_gaiyou dt{
	}
	#AISHINKAN_EVENTS .event_gaiyou dt a{
	}
	/*イベント01-----------------*/
	#aishinkan_event_01{
		min-height: auto;
		background-image: url("images/aishinkan_01_bg.png");
		background-repeat: no-repeat;
		background-position: top 30px center;
		background-size: 100% auto;
	}
	/*イベント01のメイン画像*/
	#AISHINKAN_EVENTS .img_wrap{
		width: 100%;
		position: relative;
	}
	/*イベント01のテキストボックス*/
	#AISHINKAN_EVENTS .text_wrap{
		float: none;
		width:100%;
		padding: 0 0 50px;
	}
	/*イベント01のタイトル*/
	#AISHINKAN_EVENTS .event_title,#AISHINKAN_EVENTS .event_text_box{
		padding: 0;
	}
	#AISHINKAN_EVENTS .event_title img{
		height: 72px;
		float: none;
	}
	/*イベント01の本文*/
	#AISHINKAN_EVENTS .event_text_box{
		border-top: #E3BBAF 1px solid;
	}
	/*イベント02-----------------*/
	#aishinkan_event_02{
		min-height: auto;
		background-image: url("images/aishinkan_02_bg.png");
		background-repeat: no-repeat;
		background-position: top 30px center;
		background-size: 100% auto;
	}
	/*イベント02のメイン画像*/
	#aishinkan_event_02 .img_wrap{
		right: 0;
		left: auto;
	}
	/*イベント02のテキストボックス*/
	#aishinkan_event_02 .text_wrap{
		float: none;
	}
	/*イベント02のタイトル*/
	#aishinkan_event_02 .event_title,#aishinkan_event_02 .event_text_box{
		padding: 0;
	}
	/*カレンダー-----------------
	#AISHINKAN_EVENTS .calendar li:nth-child(2){
		border-top: 1px solid #E3BBAF;
		border-bottom: 1px solid #E3BBAF;
		border-left: none;
		border-right: none;
	}*/
}


/*無料　湯めぐりシャトル BUS
（上から登場するものをベースとしてスタイルを上書き調整しています）
-------------------------------------------------- */
/*本文*/
#BUS .event_copy{
	padding: 0;
}


/*====================================================
　2カラム　スタイル　スマホ設定
====================================================*/
@media screen and (max-width:736px){
	.column{
		width: 100%;
		padding: 0 0 20px;
	}
}

/*====================================================
　2カラム　スタイル　PC設定
====================================================*/
@media screen and (min-width:737px){
	.column_02_wrap{
		width: 100%;
	}
	.column_02_wrap .column{
		float: left;
		width: 50%;
		padding: 0 30px 60px 0;
	}
	.column_02_wrap .column.right{
		float: right;
		padding: 0 0 60px 30px;
	}
}



.red{
	color: #A74118;
}


/*====================================================
　さんさ
====================================================*/
.sansa_title{
	font-size: 2em;
	text-align: center;
	margin: 50px 0 30px;
	padding: 0;
}
.sansa_title span{
	display: block;
	font-size: 1.3em;
	padding: 0 0 .8em;
}
.sansa_copy{
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 1.5em;
	color: #49436A;
	line-height: 1.7em;
}
.sansa_text{
	text-align: center;
	font-size: 1.8em;
	background-color: #EEECF5;
	padding: 30px;
	color: #e70012;
	font-weight: bold;
	border-radius: 5px;
	line-height: 1.5em;
}
.sansa_text small{
	display: block;
	padding: .5em 0 0;
	line-height: 1.5em;
	font-weight: normal;
}
.main_img {
	margin: 1.5em 0 0;
	padding: 0;
}
.main_img img{
	width: 100%;
	height: auto;
}
.sansa_group_title{
	background-color: #e70012;
	margin: 0;
	padding: 1em 1em;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.5em;
}
.sansa_group{
	border: #e70012 5px solid;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	margin: 0 0 100px;
	background-color: #fff;
}
.sansa_list{
	list-style: none;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.sansa_list li{
	min-width: 23%;
	display: inline-block;
	padding: .3em;
	font-weight: bold;
}
.sansa_list li::before{
	content: "●";
	color: #e70012;
	margin: 0 .5em 0 0;
	display: inline-block;
}
.sansa_group_note{
	text-align: right;
}

@media screen and (max-width:736px){
	.sansa_title{
	}
	.sansa_title span{
	}
	.sansa_copy{
		letter-spacing: .05em;
		font-size: 1.3em;
	}
	.sansa_text{
		text-align: left;
		font-size: 1.5em;
		padding: 20px;
	}
	.sansa_text small{
	}
	.main_img {
		margin: 2em 0 0;
	}
	.main_img img{
	}
	.sansa_group_title{
		font-size: 1.7em;
		padding: .5em;
		line-height: 1.5em;
	}
	.sansa_group_title span{
		font-size: .7em;
		line-height: 1.5em;
	}
	.sansa_group{
		border: #e70012 3px solid;
		padding: 20px;
		margin: 0 0 50px;
	}
	.sansa_list{
		font-size: 1.2em;
	}
	.sansa_list li{
		min-width: 100%;
		margin: 0;
		padding: 0 0 .3em;
	}
	.sansa_list li::before{
	}
	.sansa_group_note{
		text-align: left;
	}
}