/* CSS Document */

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

　周辺観光

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

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

/*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: #D7D6E3;
	font-size: 1.35em;
	border-radius: 5px;
	color: #49436A;
	padding: 10px;
	margin: 0 0 0 5px;
}
body .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;
}

#SHION_EVENTS .title_03 span{
	color: #49436A;
}

/*イベント01-----------------*/
.shion_event_wrap{
	background-image: url("images/bg_p.png");
	background-size: cover;
}
#shion_event_01{
	position: relative;
	min-height: 414px;
	background-image: url("images/shion_01_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
}
/*イベント01のメイン画像*/
.img_wrap{
	width: 340px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.img_wrap img{
	width: 100%;
	height: auto;
}
/*イベント01のテキストボックス*/
.text_wrap{
	float: right;
	width: calc(100% - 310px);
	padding: 50px 0;
	z-index: 1;
}
/*イベント01のタイトル*/
.event_title,.event_text_box{
	width: 100%;
	padding: 0 0 0 110px;
}
.event_title img{
	height: 111px;
	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 130px;
	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: 414px;
	background-image: url("images/shion_02_bg.png");
	background-repeat: no-repeat;
	background-position: top right
}
/*イベント02のメイン画像*/
#shion_event_02 .img_wrap{
	width: 326px;
	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: table;
	width: calc(100% + 40px);
	margin: 0 -20px;
}
.calendar li{
	display: table-cell;
	width: 33.3333%;
	padding: 0 20px;
	text-align: center;
	vertical-align: top;
}
.calendar li:nth-child(2){
	border-left: 1px solid #DAD9E1;
	border-right: 1px solid #DAD9E1;
}
.calendar li img{
	width: 100%;
	/*max-width: 329px;*/
	height: auto;
}

/*--------------------------------------------------
愛真館 館内イベントのご案内　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: 0;
	margin: 0;
	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: 450px;
	background-image: url("images/aishinkan_01_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
}
/*イベント01のメイン画像*/
#AISHINKAN_EVENTS .img_wrap{
	width: 446px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
/*イベント01のテキストボックス*/
#AISHINKAN_EVENTS .text_wrap{
	float: right;
	width: calc(100% - 446px);
	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: 111px;
	float: left;
}
/*イベント01の本文*/
#AISHINKAN_EVENTS .event_text_box{
	border-top: #E3BBAF 1px solid;
}
/*イベント02-----------------*/
#aishinkan_event_02{
	position: relative;
	min-height: 450px;
	background-image: url("images/aishinkan_02_bg.png");
	background-repeat: no-repeat;
	background-position: top right;
}
/*イベント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: 52px;
		width: auto;
		float: none;
		vertical-align: middle;
		margin: 10px 0;
	}
	.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(2){
		border-top: 1px solid #DAD9E1;
		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: 52px;
		float: none;
		margin: 10px 0;
	}
	/*イベント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;
}