@charset "utf-8";

/*
 * Smart Device Contents
 */

.sections-contents {
	margin: 24px 0 0;
}

/* ----------------------------- japan, home */

#japan {
	color: #fff;
	box-shadow: 0px 2px 4px #000 inset;
}
#japan a { color:#fff; }

/* ----------------------------- japan, home */

#oversea {
	color: #fff;
	box-shadow: 0px 2px 4px #000 inset;
}
#oversea a { color:#fff; }

/* ----------------------------- foreign, home */

#foreign {
	color: #fff;
	box-shadow: 0px 2px 4px #000 inset;
}
#foreign a { color: #fff; }

/* ----------------------------- infos, home */

#infos {
	color: #fff;
	box-shadow: 0px 2px 4px #000 inset;
}
#infos a { color: #fff; }

/* ----------------------------- information */

.information {
	text-align: center;
	border-bottom: 1px #ccc dotted;
	padding: 32px 0;
}
.information h2 {
	font-size: 1.6rem;
	margin: 0 0 6px;
}
.information ul li {
	margin: 10px 0 0;
}
.information ul a {
	display: block;
	color: #556677;
	border: 1px #ccc solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.3rem;
	line-height: 1;
	padding: 12px 16px;
}
.information ul a:hover {
	background: rgba(0,0,0,.6);
	color: #fff;
}

/* ----------------------------- reservation */

.reservation {
	text-align: center;
	padding: 32px 0;
}

#greeting .reservation {
	padding: 24px 0 0;
}

.reservation ul { margin: 0 0 16px; }
.reservation ul li.catch {
	font-size: 1.3rem;
	margin: 0 0 12px;
}
.reservation ul li:last-child { margin: 4px 0 0; }
.reservation .telnum {
	color: #556677;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1;
}
.reservation ul li .telnum {
	font-size: 2.0rem;
}
.reservation ul li img + .telnum {
	font-size: 3.8rem;
}
.reservation ul li img {
	width: 3.2rem;
	height: auto;
	margin: 0 4px 0 0;
	vertical-align: baseline;
}

a.reservationBox {
	display: inline-block;
	color: #556677;
	border: 1px #ccc solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.6rem;
	font-family: 'loraregular';
	line-height: 1;
	padding: 16px;
}
a.reservationBox:hover {
	background: rgba(0,0,0,.6);
	color: #fff;
}
a.reservationBox span {
	font-size: 1.2rem;
	margin: 0 0 0 20px;
}
.reservation p {
	font-size: 1.6rem;
	vertical-align: middle;
	margin: 24px 0 0;
}
.reservation p img {
	width: 160px;
	height: auto;
	vertical-align: middle;
	margin: 0 0 10px;
}
.reservation p span {
	white-space: nowrap;
	margin: 0 0 0 12px;
}

/* ----------------------------- archive page ( > ul.flex-space-between.item2 ) */

.archive > ul > li {
	text-align: left;
	margin: 0 0 10px;
}
.archive > ul > li a {
	display: block;
	border: 1px #ccc solid;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.archive > ul > li a:hover {
	background: #ccc;
	color: #fff;
}
.archive > ul > li a figure {
	display: inline-block;
	width: 100px;
	vertical-align:middle;
}
.archive > ul > li a h3 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 0 0 10px;
	vertical-align:middle;
}
.archive > ul > li a h3::after {
	font-family:"FontAwesome";
	content: "\f138";
	margin: 0 0 0 4px;
}

/* ----------------------------- sitemap page ( > div.flex-space-between ) */

#stiemaps { padding: 32px 0; }
#stiemaps .inner.flex-space-between > div:not(:last-child) {
	margin: 0 0 28px;
}
#stiemaps h2 {
	font-size: 1.5rem;
	border-bottom: 2px #ccc solid;
	padding: 0 0 6px;
	margin: 0 0 12px;
}
#stiemaps li {
	font-size: 1.3rem;
	border-bottom: 1px #ccc dotted;
}
#stiemaps li a {
	display: block;
	padding: 10px 0;
}
#stiemaps a::after {
	font-family:"FontAwesome";
	content: "\f138";
	margin: 0 0 0 4px;
}

/* ----------------------------- price */

.price-style {
	margin: 10px 0 0;
}
.innertable.price-style {
	margin: 24px 0 0;
}
.price-style h3.essential{
	margin: 20px 0 !important;
	font-size: 1.6rem !important;
}
.price-style p.essential{
	margin: 16px 0 10px !important;
	font-size: 1.4rem !important;
}

.innertable.price-style > p {
	width: 240px;
}
.price-style .tablefixed,
.price-style .table-nonefixed {
	border: 1px #ccc solid;
}
.innertable.price-style .tablefixed,
.innertable.price-style .table-nonefixed {
	border-top: none;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
.innertable.price-style > div > .tablefixed:first-child,
.innertable.price-style > div > .table-nonefixed:first-child {
	border-top: 1px #ccc solid;
}
.price-style .tablefixed li,
.price-style .table-nonefixed li {
	padding: 10px;
	line-height: 1.6;
}
.price-style .tablefixed li:first-child,
.price-style .table-nonefixed li:first-child {
	background: #f5f5f5;
}
.price-style-cap {
	margin: 10px 0 0;
}

