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

/* =========================
	body
========================= */

body {
	background: #fff;
	font-size: 13px;
	font-family: 'Noto Serif JP', serif;
	line-height: 2em;
	color: #000;
}

p{
	font-family: 'Noto Serif JP', serif;}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	text-decoration: underline;
	word-break: break-all;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	border-collapse: collapse; 
	/*border-spacing:3px;*/
	word-break: break-all;
	color: #333;
}

th {
	padding: 6px 2%;
}

td {
	width: auto;
	padding: 6px 2%;
}

ul {
	padding: 0 30px;
	color: #333;
}

#tabs {
	max-width: 700px;
	margin: 30px auto;
	padding: 0;
}

div[data-role=navbar] ul li {
	overflow: hidden;
}

div[data-role=navbar] ul li a {
	padding: 15px 0;
	background: url(../img/guestroom/guestroom_link2.png) no-repeat center center;
	background-size: 98% 100%;
	line-height: 0;
}

div[data-role=navbar] .ui-btn-active {
	background: url(../img/guestroom/guestroom_link1.png) no-repeat center center;
	background-size: 98% 100%;
}


/* =========================
	logo
========================= */

h1 {
	margin: 0;
	padding: 15px 10%;
	line-height: 0;
	text-align: center;
}

h1 img {
	width: 100%;
	max-width: 490px;
}

.header_logo{}

.header_logo img{
	width:50%;}

/* =========================
	slider
========================= */

.slider_box {
	max-width: 800px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* =========================
	g_menu
========================= */

.g_menu {
	min-height: 70px;
	margin: 0;
	text-align: center;
	padding:18px 0 0 0;
	background-image:url(../img/all/bg1.jpg);
	background-repeat:repeat;
}

.g_menu a {
	display: inline-block;
	width: 50%;
	max-width: 350px;
}

.g_menu img {
	max-width: 180px;
}


/* =========================
	menu
========================= */

#index .menu{
	margin:0 -15px;}

.menu {
	margin: 0;
	padding-top: 3px;
	background-image:url(../img/all/bg1.jpg);
	background-repeat:repeat;
}

.menu ul {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.menu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	line-height: 0;
	list-style: none;
}

.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active{
	display: block;
	padding: 24px 10px;
	color:#FFF;
	text-decoration:none;
	letter-spacing:2px;
	font-weight:normal;
	font-family: 'Noto Serif JP', serif;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 14px;
	text-decoration: none;
}

.menu ul li a:hover{
	display: block;
	padding: 24px 10px;
	color:#FCC;
	text-decoration:none;
	letter-spacing:2px;
	font-weight:normal;
	font-family: 'Noto Serif JP', serif;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 14px;
	text-decoration: none;
}

#menu{
	background-image:url(../img/all/bg1.jpg);}

.menu_logo{
	text-align:center;
	padding:10px 0 0 0;}


/* =========================
	footer_menu
========================= */

.footer_menu {
	text-align: center;
	background-image:url(../img/all/bg2.jpg);
	background-repeat:repeat;
}

.footer_menu img {
	margin:12px 0 -15px 0;
}

.menu_sns{
	padding:0 25px;}


/* =========================
	f_menu
========================= */

.f_menu {
	margin: 0;
	background-image:url(../img/all/bg2.jpg);
	background-repeat:repeat;
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu img {
	max-width: 160px;
}

.f_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}

.f_menu2 {
	margin: 0;
	background-image:url(../img/all/bg3.jpg);
	background-repeat:repeat;
}

.f_menu2:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu2 img {
	max-width: 160px;
}

.f_menu2 ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu2 li {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}

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

/* =========================
	footer
========================= */

.footer {
	margin: 0;
	padding: 30px 0 0;
	background-image:url(../img/all/bg1.jpg);
	background-repeat:repeat;
}

.footer_inner {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.footer_inner img {
	width:170px;
}

.footer_inner p {
	margin: 15px 0 20px;
	color: #fff;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.notlink a:link, .notlink a:active, .notlink a:hover, .notlink a:visited{
	color:#FFF;
	text-decoration:none;}

.copyright {
	margin: 10px 0 0;
	padding: 5px 0;
	background-image:url(../img/all/copy-back.png);
	background-repeat:repeat;
	font-size: 11px;
	text-align: center;
}

.copyright p {
	margin: 0;
	color: #fff;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	background-image:url(../img/all/bg2.jpg);
	background-repeat:repeat;
}

.contents p {
	padding: 0 2%;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: rgba(96,56,19,0.9);
	border: 1px double rgba(255,255,255,0.3);
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.text_contents {
	max-width: 530px;
	margin: 0 auto;
	padding: 1px 15px 15px;
	background: url(../img/all/text_contents.png) no-repeat top left;
}

.text_contentsb {
	padding: 1px 15px 15px;
	background: url(../img/all/text_contents.png) no-repeat top left;
}

.text_contents2 {
	max-width: 530px;
	margin: 0 auto;
	padding: 1px 15px 15px;
	background: url(../img/all/text_contents2.png) no-repeat top left;
}

.text_contents3 {
	padding: 1px 15px;
	background: url(../img/all/text_contents3.jpg) no-repeat top left;
}

.text_contents4 {
	padding: 1px 15px;
	background: url(../img/all/text_contents4.jpg) no-repeat top left;
}

.lightbox:after {
	content: "";
	display: block;
	clear: both;
}

.lightbox_info {
	margin: -15px 0 -5px;
	font-size: 11px;
	text-align: center;
}

.kome {
	margin: 5px 0 0;
}

.kome p {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 0 15px;
	background-image: url(../img/all/kome.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 14px 14px;
}

.inline_block span {
	display: inline-block;
}


/* =========================
	page
========================= */

/*------------------ 追加 index ------------------*/

.index_header {
	margin: 0 auto;
	background: url(../img/index/header_back.jpg) no-repeat top left;
	background-size: 100% auto;
}

.top_text_title{
	background-image:url(../img/index/bg_top_text.png);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100% auto;
	text-align:center;}

.top_text{
	background-image:url(../img/index/bg_01.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;}

.top_contents_btn{
	padding:20px;
	background-image:url(../img/all/bg1.jpg);
	margin:30px -15px;}

.movie_btn{
	padding:0 40px;}

.top_btns{
	text-align:center;}

.top_btns img{
	width:93%;}

.telbig{
	font-size:24px;}
	

/*------------------ cuisine ------------------*/

.cuisine_header {
	margin: 0 auto;
	background: url(../img/cuisine/header_back.jpg) no-repeat top center;
	background-size: cover;
	border-top: 11px solid #79576F;
	padding-bottom:20px;
}

.cuisine_title h2 {
	text-align:center;}

.cuisine_title h2 img{
	width:40%;}

.cuisine {
	max-width: 510px;
	margin: 20px auto 0;}

#cuisine .p1{
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	letter-spacing:1px;
	padding:10px;
	font-weight:normal;
	line-height:26px;}

.oshinagaki { 
    background:url(../img/cuisine/menu-bg.png) center center repeat;
    padding:15px;
	margin:-15px;
    box-sizing:border-box;
    }

.cuisine_bg1{
	background:#846077;
	margin:15px -15px 0 -15px;
	padding:10px 15px 10px 15px;}

.cuisine_bg2{
	background:#79885B;
	margin:15px -15px 0 -15px;
	padding:10px 15px 10px 15px;}

.cuisine_bg3{
	background:#89705A;
	margin:15px -15px 0 -15px;
	padding:10px 15px 10px 15px;}

.cuisine_bg4{
	background:#56768D;
	margin:15px -15px 0 -15px;
	padding:10px 15px 10px 15px;}

.cuisine_bg1in{
	background-image:url(../img/cuisine/bg1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100%;
	text-align:center;
	padding:15px 15px 5px 15px;}

.cuisine_bg2in{
	background-image:url(../img/cuisine/bg2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100%;
	text-align:center;
	padding:15px 15px 5px 15px;}

.cuisine_bg3in{
	background-image:url(../img/cuisine/bg3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100%;
	text-align:center;
	padding:15px 15px 5px 15px;}

.cuisine_bg4in{
	background-image:url(../img/cuisine/bg4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100%;
	text-align:center;
	padding:15px 15px 5px 15px;}

.cuisine_box{
	margin-top:15px;
	padding:15px;}










/*------------------ rooms ------------------*/

.rooms_header {
	margin: 0 auto;
	background: url(../img/rooms/header_back.jpg) no-repeat top center;
	background-size: cover;
	border-top: 11px solid #79576F;
	padding-bottom:20px;
}

#rooms .p1{
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	letter-spacing:1px;
	padding:10px;
	font-weight:normal;
	line-height:26px;}













/*------------------ facilities ------------------*/

.facilities_header {
	margin: 0 auto;
	background: url(../img/facility/header_back.jpg) no-repeat top center;
	background-size: cover;
	border-top: 11px solid #79576F;
	padding-bottom:20px;
}

#facilities .p1{
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	letter-spacing:1px;
	padding:0 10px 10px 10px;
	font-weight:normal;
	line-height:26px;}

.komekome{
	font-size:15px;
	text-align:center;
	color:#636;}

/*------------------ spa ------------------*/

.spa_header {
	margin: 0 auto;
	background: url(../img/spa/header_back.jpg) no-repeat top center;
	background-size: cover;
	border-top: 11px solid #79576F;
	padding-bottom:20px;
}

#spa .p1{
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	letter-spacing:1px;
	padding:10px;
	font-weight:normal;
	line-height:26px;}

.table {
	width:100%;
	border-collapse: separate;
	border-spacing:2;
	font-size:16px;
	text-align:left;
    line-height:170%;
	letter-spacing:0;
    margin-bottom:.5rem;
	font-family: 'Noto Serif JP', serif;
	}
	.table th {
	padding:8px 10px;
	vertical-align: middle;
    background: #DFCED2;
	}
	.table td {
	padding:8px 10px;
    background:#E9DFDF;
	}


.asterisk{
	margin:0 0 0 -10px;}

.asterisk li {
  list-style-type: none;
  text-indent: -1em;
  font-family: 'Noto Serif JP', serif;
  line-height:26px;
}

.asterisk li:before {
  display: inline;
  content: "※";
}

.p3{
	font-size:16px;
	letter-spacing:1px;
	line-height:26px;
	color:#333;
	text-align:left;
	font-weight:normal;}

/*------------------ access ------------------*/

.access_header {
	margin: 0 auto;
	background: url(../img/access/header_back.jpg) no-repeat top center;
	background-size: cover;
	border-top: 11px solid #79576F;
	padding-bottom:20px;
}

.access_box{
	background:#E9DFDF;
	padding:15px;}

/*------------------ sightseeing ------------------*/

.sightseeing_header {
	margin: 0 auto;
	background: url(../img/sightseeing/header_back.jpg) no-repeat top center;
	background-size: cover;
	border-top: 11px solid #79576F;
	padding-bottom:20px;
}

#sightseeing .p2{
	font-size:16px;
	text-align:center;
	padding-bottom:15px;}

.al-center{
	text-align:center;}

.sight_box{
	background-color:#FCFCFB;
	padding:15px;
	margin:5px 0 15px 0;}

.sight_p1{
	color:#781F4B;
	font-size:18px;
	text-align:left;
	letter-spacing:1px;
	border-bottom:1px solid #781F4B;
	padding:5px 0 5px 5px;
	line-height:32px;}

.sight_p2{
	font-size:16px;
	letter-spacing:1px;
	line-height:23px;
	color:#333;}


/*------------------ movie ------------------*/

.movie_contents {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
}

.movie_contents p,
.movie_contents h2 {
	margin: 0 0 20px;
	text-align: center;
	color: #523700;
}

.movie_contents span {
	display: inline-block;
}

.movie_contents strong {
	display: inline-block;
	margin: 0 10px;
}

.movie {
	padding: 0;
}

.movie_box {
	margin: 10px 0 30px;
}


/* =========================
	add
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}


/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


/*------------------ line_height ------------------*/

.line_height {
	line-height: 0;
	text-align: center;
}

