@charset "utf-8";
/* CSS Document */


/* =========================
	Common
========================= */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}
a {
	color: #fff;
	text-decoration: underline;
}
p.link {
	margin: 10px 0;
	text-align: right;
}
p.link a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #cb7d71 url(../img/link_bg.jpg);
	background-size: 80px 30px;
	border: #fff 1px double;
	box-shadow: #c87f70 0 0 2px;
}
ul {
	list-style: none;
}
ul.table {
	display: table;
	margin: 0 auto;
}
ul.table li{
	display: table-cell;
}

em {
	color: #991111;
	font-style: normal	font-weight: bold;
}
.bold {font-weight: bold;}

/*自動改行*/
/* テキストを省略せずに表示する */
.ui-header .ui-title,            /* ヘッダー */
.ui-footer .ui-title,            /* フッター */
.ui-btn-inner,                /* ボタン */
.ui-li-heading,                /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit,    /* リンクリスト */
.ui-li-desc                /* リスト詳細 */
{
    overflow: visible;
    white-space: normal;
}

/* =========================
	Layout
========================= */
body {
	font-size: 13px;
	line-height: 1.4;
	background: url(../img/body_bg.png);
	/*background-size: 100px;*/
	font-family: Helvetica,Arial,sans-serif;
	

}
.wrap {
	margin: 0 auto;
	padding: 10px;
	max-width: 1029px;
}

/* =========================
	ヘッダー
========================= */
.ui-header .ui-title {
	/*padding: 15px 0 15px;*/
	padding: 0;
}


/* =========================
	Menu
========================= */
.g_menu{
	overflow: hidden;
	/*background: url(../common_img/ftbg.png);*/
	background-color: #170d1a;

}
.g_menu ul{
	max-width: 400px;
    margin: 0 auto;
}
.g_menu li{
	/*float: left;*/
	margin: auto;
	width: 50%;
	max-width: 180px;

}
ul.menu{
	overflow: hidden;
	margin: 15px auto;
	/*background: url(../img/menu_bg.jpg);*/
	background-size: 100% 100%;
}
.menu li {
	zoom: 1;
	margin: 0 auto;
	border-bottom: #2f1c3c 1px solid;
    border-top: #73518a 1px solid;
	font-size:15px;
}
.menu li img {
	width: 300px;
}
.menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../common_img/menu_arrow.png) no-repeat right center;
	background-size: 20px 14px;
}
.menu li.panel a {
	background: url(../common_img/menu_arrow02.png) no-repeat right center;
	background-size: 22px 9px;
}
.menu li.back a {
	height :40px;
	background: url(../common_img/menu_arrow_back.png) no-repeat 22px center;
	background-size: 9px 14px;
	padding:8px 0 0 50px;}
.menu li.pc a{
	height: 40px;
	padding-left: 50px;
	line-height: 40px;
	background: url(../common_img/menu_pc.png) no-repeat 15px center;
	background-size: 25.5px 21px;
}
.menu li.active a {
	background: url(../common_img/menu_arrow04.png) no-repeat right center;	background-size: 22px 9px;
}
.menu ul {
	display: none;
	border-top: #351b0c 1px solid;
	background: rgba(253,233,220,0.25);
}
.menu ul li {
	border: none;
	border-bottom: #9b7e6f 1px solid;
}
.menu ul li:last-child {
	border: none;
}
.menu li.panel ul li a {
	padding: 10px 10px 10px 22px;
	color: #fce8da;
	font-size: 12px;
	font-weight: normal;
	background: url(../common_img/menu_arrow03.png) no-repeat 10px center;
	background-size: 5px 6.5px;
}

ul.plan{
	text-align: center;
	overflow: hidden;
	width:100%;
	margin: 15px auto;
	list-style:none;
	padding:0;
}
.plan li {
	margin-bottom: 10px;
}
.plan img {
}
/* =========================
	id="g_menu"
========================= */
.plan .tel{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;

    display: inline-block;
    padding: 6px 8px;
    margin-top: 20px;
}

/* =========================
	Content
========================= */

/* 大きいコンテンツスクロール用 */
.x_scroll {
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

/*見出し*/

h2.title{
	text-align:center;
	width:100%;
	margin: 0 0 10px;
	font-size: 18px;}

h2 img{
	max-width: 100%;
	height: auto;
}

h4 {
	font-weight: bold;
	font-size: 16px;
	color: #F60;
	padding-top: 0.5em;
	margin-bottom: 0px;
}


header p{
	font-size:9px;
	color: #5e5e5e;
	text-align: left;
	}

header{
	padding-top: 15px;
	text-align: center;
	background-color: #170d1a;
}

.content_box {
	margin: 0 0 15px;
	zoom: 1;
	overflow: hidden;
}




/* イメージ */
.left_photo {
	float: left;
	margin: 0 10px 10px 0;
}
.left_photo img {
	width: 140px;
}
.left_photo img.mini {
	width: 100px;
}
.center_photo {
	text-align: center;
	margin-top: 10px;
}
.right_photo {
	width: 40%;
	float: right;
	margin: 0 0 10px 10px;
}
.right_photo img {
}


/* =========================
	Top
========================= */
#slider_box {
	margin-bottom:30px;
	padding: 0;
}

/* =========================
	map
========================= */
/*div#map{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 250px;
}*/

/* =========================
	movie
========================= */
.movie_button {
	text-align: center;
	padding: 15px 0;
}
.movie_button img {
	-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.45);
box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.45);
}
.movie_box {
	margin: 10px 0 60px;
	text-align: center;
}
.movie_box video {
	vertical-align: bottom;
}

/* =========================
	footer
========================= */
.footer {
	background: url(../img/footer_bg3.png) repeat;
    background-size: contain;
    text-align: center;
}
.footer .illust{
	background: url(../img/footer_bg2.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
}


.footer p {
	padding: 10px;
	color: #fff !important;
}
.footer_copy {
    background: #170d1a;
}


.footer_navi a{
	color:#fff;
}


/* =========================
	common
========================= */

/* margin-bottom */
.mb_10{margin-bottom: 10px;}
.mb_15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_25{margin-bottom: 25px;}
.mb_30{margin-bottom: 30px;}
.mb_35{margin-bottom: 35px;}
.mb_40{margin-bottom: 40px;}
.mb_45{margin-bottom: 45px;}
.mb_50{margin-bottom: 50px;}
.mb_55{margin-bottom: 55px;}
.mb_60{margin-bottom: 60px;}

.chu{text-align: center;font-size: 9px;color: #ad94bf;}
.t_right{text-align: right;}
p.text {margin-bottom: 8px;}
.center{text-align: center;}

p,dl,dt,dd{	color: #fff; }
p a{color: #fff;/*text-decoration: none;*/}
.t_right{text-align: right;}

.clear{
	height: 1px;
	clear: both;
}

section{margin-bottom: 60px;}
section.last{margin-bottom: 0px;}

/* テーブル */
table {
	width: 100%;
	border-collapse: collapse;
}
table .table_bg {
    background: transparent url(../img/bg02.jpg);
    color: #fff;
    font-weight: bold;
}
.table_480,
.table{display: table;margin:0 auto;}
.table .table_cell{
	display: table-cell;
	vertical-align: top;
}
.table_cell{
	display: table-cell;
}

.table .right,
.table .left{
	display: table-cell;
	vertical-align: top;
}
.table .left{	padding-right: 20px;}
#cuisine_02 .table .right{
	vertical-align: middle;
}

#cuisine_02 ul{
	max-width: 680px;
}


/* イメージ */
.main_img{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}








/**********************
@media screen　で可変するimg
**********************/
ul.restrant,
.room_01 ul,
.read ul,
.season ul{
	margin-top:20px; 
	padding-bottom: 40px;
	text-align: center;
}
.room_01 ul.last,
.read ul.last,
.season ul.last
{padding-bottom: 0px;}

ul.restrant li,
.part_of_room ul li,
.room_01 ul li,
.read ul li,
.season ul li{
	margin-bottom: 40px;
	padding-right: 15px;
	float: left;	
	width: 50%;
	display: inline-block;
}

ul.restrant li:last-child,
.room_01 ul li:last-child,
.read ul li:last-child,
.season ul li:last-child{
	margin-bottom: 0px;
	padding-right: 0px;
}
ul.restrant li img,
.part_of_room ul li img,
.room_01 ul li img,
.read ul li img,
.season ul li img{
	width: 100%;
}

/**********************************************************************
　　　以下は削除して書き換えOK
**********************************************************************/
hr.washi_top{
	background: url(../img/washi_01.png);
	background-size: 100% 100%;
	border: none;
	height: 30px;
	margin:20px 0 0;
}
hr.washi_bottom{
	background: url(../img/washi_03.png);
	    background-size: 100% 100%;
	border: none;
	height: 30px;
	margin:0px 0 20px;
}
.washi {
	background: url(../img/washi_02.png);
	background-size: 100% auto;
	padding: 0 30px;
	line-height: 1.7em;
}
.washi p,
.washi li{
	color: #40220f;

}

.batafly{
	background: url(../img/batafly.png) no-repeat;
	background-size: contain;
	background-position: right bottom;
	min-height: 100px;

}

#welcom_01 ul.table li{
	width: 30%;
	padding:0 10px; 
	vertical-align: middle;
}

.title_bk{
	text-indent: -9999px;
}

h2.title01{
	border-bottom:solid 1px #40220f; 
	padding-bottom: 5px;
}
h2.title02{
	background: url(../img/index_titleimg01.png) no-repeat;
	background-size: contain;
	background-position: center top;
	height:41px; 
}
h2.title03{
	background: url(../img/ryouri_titleimg18.png) no-repeat;
	background-size: cover;
	background-position: left top;
	height:86px; 
	margin: 40px auto 10px;
}
h2.title04{
	background: url(../img/ryouri_titleimg13.png) no-repeat;
	background-size: cover;
	background-position: left top;
	height:86px; 
	margin: 40px auto 10px;
}

h2.title12{
	background: url(../img/title_photo.png) no-repeat;
	background-size: cover;
	background-position: left top;
	height:86px; 
	margin: 40px auto 10px;
}
h2.title13{
    background: url(../img/title_access.png) no-repeat;
    background-size: cover;
	background-position: left top;
    height:86px; 
    margin: 40px auto 10px;
    }
h2.title14{
    background: url(../img/title_event.png) no-repeat;
    background-size: cover;
	background-position: left top;
    height:86px; 
    margin: 40px auto 10px;
    }



h2.title05{
	background: url(../img/onsen_titleimg01.png) no-repeat;
    background-size: contain;
    background-position: -5px top;
    width: 40px;
    height: 315px;
    border-right: 1px solid #40220f;
}

h2.title08{
	background: url(../img/kannai_titleimg_06.png) no-repeat;
    background-size: contain;
    background-position: -5px top;
    width: 40px;
    /*height: 315px;*/
    border-right: 1px solid #40220f;
}

h2.title11{
	background: url(../img/access_titleimg01.png) no-repeat;
    background-size: 96px auto;
    background-position: left top;
    border-right: 1px solid #40220f;
}

.washi_inside{
	padding-left: 20px;
}

h2.title06{
	background: url(../img/onsen_titleimg03.png) no-repeat;
    background-size: 300px auto;
    background-position: center top;
    width: 100%;
    height: 100px;
    margin: 0;
}

h2.title07{
	background: url(../img/onsen_titleimg04.png) no-repeat;
    background-size: 300px auto;
    background-position: center top;
    width: 100%;
    height: 100px;
    margin: 0;
}

h2.title09{
	background: url(../img/kannai_titleimg09.png) no-repeat;
    background-size: cover;
	background-position: left top;
	height:86px; 
	margin: 40px auto 10px;
}

h2.title10{
	background: url(../img/kannai_titleimg10.png) no-repeat;
    background-size: cover;
	background-position: left top;
	height:86px; 
	margin: 40px auto 10px;
}
h2.title11{
	background: url(http://www.yunishigawa-yamashiroya.co.jp/common/img/kannai_titleimg11.png) no-repeat;
    background-size: cover;
	background-position: left top;
	height:86px; 
	margin: 40px auto 10px;
}

/****cuisine*******************************/
#cuisine_02 .left {
    border: none;
    width: 100%;
    background: url(../img/ryouri_img12.png) no-repeat;
    background-position: right top;
    background-size: contain;
}
#cuisine_02 .left table{
	max-width:600px;
}

#cuisine_02 table th{
	border-bottom: #fff 1px solid;
    border-right: #fff 1px solid;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    background: #6b3f87;
        text-align: right;
    border-right: none;
}
#cuisine_02 table td{
    text-align: left;
    border-bottom: #40220f 1px solid;
    border-right: #40220f 1px solid;
    padding: 10px;
    color: #40220f;
    background: url(../img/bg01.png);
    width: 240px;
}

.tanpin span.yoyaku{
	font-size: 11px;
	color: #c89fe2;
}
.tanpin span.yoyaku:before{
	content: "* ";
	color:#fff;
}

.notice{
    background: #604373;
    margin: 10px 0 10px 0;
    padding: 10px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    letter-spacing: 0.1em;
    text-align: center;	
}

.notice_l{
    background: #604373;
    margin: 10px auto 20px auto;
    padding: 10px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    letter-spacing: 0.1em;
    text-align: left;	
    max-width: 680px;
    display: table;
}

#cuisine .table_480 ul{
	display: table-cell;
	padding: 0 10px 20px;
	max-width: 342px;
	vertical-align: top;
}

#cuisine .table_480 ul li:nth-child(2){
	margin-bottom: 10px;
	margin-top: 5px;
}
#cuisine .table_480 ul.w_322{
	width: 322px;
	padding: 0 20px 20px;
}
/****onsen*******************************/
.yu{
	margin: 0 auto 40px;
}
.yu .table_cell{
	padding:0 3px 5px 
}
/****facility*******************************/
.fa_navi ul li{
	display: table-cell;
	padding:0 5px; 
}

#facility_02 article,
#facility_03 article,
#facility_04 article{
	display: table;
	margin: 0px auto 40px;
}

.flex03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.flex03 dl{
	width: 48%;
	
}
.flex03 dt{
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #000!important;
	letter-spacing: 0.05em;
}
.flex03 dt img{
	width:100%;
	margin-bottom: 5px;
}
.flex03 dd{
	border-top:1px dotted #5C5C5C;
	line-height: 1.5em;
	padding:5px;
	font-size: 0.95em;
	color: #000!important;
}
.chui{
	border:1px solid #a1a1a1;
	padding: 10px;	
}
.chui h3{
	color: #000;
	text-align: center;
	padding-bottom: 10px;
}

/****photogallery*******************************/
#photogallery .table li{
	display: table-cell; */
    width: 22%;
    overflow: hidden;
    padding: 4px 3px 0;
}

#photogallery .table li img{
	background-image: url(../img/photo_bg.png);
    background-size: contain;
    background-repeat: no-repeat;

	padding:10px; 
	display: table;
	}


/****access*******************************/

#access_01 .table{
	width: 100%;
	margin-top: 40px;
}
#access_01 .table iframe{
	padding-left: 20px;
}
#access_01 .table .right_80,
#access_01 .table .left_20{
	display: table-cell;
}
#access_01 .table .left_20{
	width: 96px;
}
#access_01 h2.apper_480{
        display: none;
    }


#access h4 {
    color: #E48384;
    font-size: 14px;
    border-bottom: #E48384 2px solid;
    padding: 0 0 5px 0;
    margin: 20px 0 20px 0;
}

#access hr{
	clear: both;
    margin: 0;
    padding: 0;
    visibility: hidden;
    height: 0px;
}

#access .point{
	margin: 0 0 30px 0;
	text-align: center;
	/*line-height: 2.5em;*/
}

.access_point01 {
    background: #619630;
    padding: 5px;
    margin: 0 10px 0 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.access_point02 {
    background: #A83C3E;
    padding: 5px;
    margin: 0 0 0 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
#access_02 .access_point02,
#access_02 .access_point01{
	width: 120px;
	margin: 0 5px; 
}


#access_03 .table{
	min-width: 100%;
}

#access_03 .table .left{
	width: 220px;
	height: auto;
}

#access_03 article.table{
	margin-bottom: 20px;
}

#access_03 h5{
	font-size: 1em;
	display: inline-block;
	margin-bottom: 10px;
}

.txt-bold{font-weight:bold;}
.kome{
	background-color: #FFFFFF;
	padding: 5px;
	color: #E11518;
}



.green{
	color:#669900;
	font-weight: bold;
}

#event_01 li{
	width: 50%;
	margin-bottom: 20px;
}

#event_01 li:nth-child(1n){
	float: left;
	padding-right: 15px;
}

#event_01 li img{
	margin-bottom: 5px;
}
#event_01 li strong{
	font-weight: normal;
	font-size: 14px;
	color: #FF9799;
}
.bus_table{
	width: 100%;
	margin:15px auto 25px;
	border: 1px solid #482b5c;
	background-color:#f4f4ff;
	color: #000;
}
.bus_table th{
	border-bottom: 1px solid #482b5c;
	padding: 10px 5px;
	letter-spacing: 1px;
	line-height: 1.5em;
	vertical-align: middle;
	font-size: 1em;
	font-weight:normal;
	text-align: center;
	color: #482b5c;
}
.bus_table td{
	border-bottom: 1px solid #482b5c;
	padding: 10px 5px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	color: #482b5c;
}
.bus_tr{
	background-color:hsla(275,100%,76%,0.30);
}
.weekend th, .weekend td{
	color: #EF1417;
	font-weight: bold;
}
.bus_info{
	background-color: #ffdadb;
	border: 3px solid #ef2e2c;
	width: 100%;
	margin: 20px auto;
	padding: 3% 2%;
}
.bus_info h4{
	text-align: center;
	font-size: 16px!important;
	letter-spacing: 0.02em;
	position: relative;
	margin: 0!important;
	color: #c41416!important;
}
.bus_info ul{
	display: table;
	margin: 15px auto 0;
}
.bus_info li{
	color: #000;
	margin-bottom: 5px;
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.5em;
}
.bus_info li span{
	color: #000;
}
.bg_rinzi::before{
	content: "";
	display: inline-block;
	background-color:#fff11f;
	width: 20px;
	height: 15px;
	margin: 0 5px;
	border: 1px solid #515151;
}
.bus_info li p{
	display: flex;
	align-items: center;
}
.rinzi{background-color:#fff11f; }
.rinzi th, .rinzi td{font-weight: bold;}
