@charset "UTF-8";
/* ==========================================================================



CORE
========================================================================== */


*,
ul,
p,
dl {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
select,
textarea,
.mask,
.loading,
#wrapper {
	transition: all 0.3s ease-in-out;
}

button,
input,
select,
textarea,
header,
footer {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0;
}

body {
	line-height: 170%;
	background-color: #fff;
	color: #444;
	font-family: "游ゴシック体", YuGothic, メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProW3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

a {
	color: #444;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 140%;
}

nav li {
	list-style-type: none;
	display: block;
	vertical-align: top;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}
input.btn {
	border: none;
}

button:active, button:hover, button:focus {
	outline: 0;
}


/* ==========================================================================



MODULES / COMMON
========================================================================== */

.himejiclogo {
	width: 118px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	display: block;
	background: url(/common/2016/gfx/grandvrio-hotel-himeji-castle-logo.png) no-repeat 0 0;
	background-size: contain;
}
	@media all and (min-width: 768px) {
		.himejiclogo {
			width: 146px;
			padding-top: 50px;
		}
	}

@media all and (-ms-high-contrast:none){
  .himejiclogo {
		width: 146px;
		height: 0;
		overflow: hidden;
		display: block;
		background: url(/common/2016/gfx/grandvrio-hotel-himeji-castle-logo--ie.png) no-repeat 0 0;
		background-size: contain;
	}
}

.sticker {
	padding: 2px 22px;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}
.sticker:active,
.sticker:hover,
.sticker:focus {
	background-color: #957334;
	text-decoration: none;
}

.morebtn {
	max-width: 300px;
	margin: 0 auto;
	padding: 15px 20px;
	display: block;
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #261d0e;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.himejic .morebtn:active,
.himejic .morebtn:hover,
.himejic .morebtn:focus {
	background-color: #261d0e;
	color: #fff;
	text-decoration: none;
}
.morebtn:active .extico:after,
.morebtn:hover .extico:after,
.morebtn:focus .extico:after {
	opacity: 1;
}

.btn {
	margin: 0 auto;
	padding: 8px 16px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	background: #957334;
	color: #fff;
	font: 16px/19px "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn:active,
.btn:hover,
.btn:focus {
	background-color: #1d293d;
	text-decoration: none;
}

.btn.v2 {
	background-color: #1d293d;
}
.btn.v2:active,
.btn.v2:hover,
.btn.v2:focus {
	background-color: #957334;
}

.btn.alt1 {
	width: 100%;
	font-size: 18px;
	padding-top: 17px;
	padding-bottom: 18px;
}

.btn.alt2 {
	padding: 7px 14px;
	background: none;
	border: 1px solid #fff;
	border-radius: 15px;
	font-family: "游ゴシック体", YuGothic, メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProW3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.btn.alt2:active,
.btn.alt2:hover,
.btn.alt2:focus {
	background-color: #fff;
	color: #444;
}
.btn.alt2.v2 {
	border: 1px solid #ccc;
	color: #444;
}
.active > .btn.alt2,
.btn.alt2:active,
.btn.alt2:hover,
.btn.alt2:focus {
	background-color: #444;
	color: #fff;
	border: solid 1px #444;
}
.active > .btn.alt2 {
	background-color: #333;
	border: solid 1px #333;
}

.btn.feat {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: none;
	border: 1px solid #d2d2d2;
	color: #444;
	font-size: 18px;
	line-height: 22px;
}
.btn.feat i:after {
	margin-top: 5px;
	display: block;
	font: 500 15px/100% 'Halant', serif;
}
.btn.feat:active,
.btn.feat:hover,
.btn.feat:focus {
	background-color: #444;
	color: #fff;
}

.tel {
	padding-left: 23px;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font: bold 20px/100% "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.tel--02 {
	font-family: "NotoSansCJKjp-Regular", sans-serif;
}
.tel:before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
	background: url(/common/2016/gfx/sprite.png) no-repeat -148px 0;
	background-size: 300px auto;
}

.extico {
	width: 12px;
	height: 12px;
	margin-left: 3px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: url(/common/2016/gfx/sprite.svg) no-repeat -12px 0;
	background-size: 60px auto;
}
.extico:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/common/2016/gfx/sprite.svg) no-repeat 0 0;
	background-size: 60px auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.heading1 {
	margin: 0 auto 28px;
	font: bold 26px/28px "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
}
.heading1 > span {
	display: block;
}
.heading1 > i {
	margin-top: 15px;
	padding: 0 60px;
	position: relative;
	display: inline-block;
}
.heading1 > i:before,
.heading1 > i:after {
	content: '';
	width: 46px;
	height: 11px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	margin-bottom: 3px;
	background: url(/common/2016/gfx/sprite.png) no-repeat 0 0;
	background-size: 300px auto;
}
.heading1 > i:before {
	left: 0;
}
.heading1 > i:after {
	right: 0;
	-webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.heading1 > i > i:after {
/* 	margin-top: 15px; */
	display: block;
	font: 500 15px/100% 'Halant', serif;
}
	@media all and (min-width: 768px) {
		.heading1 {
			margin-bottom: 43px;
			font-size: 32px;
			line-height: 36px;
		}

		.photog .heading1 {
			margin-bottom: 0px;
		}
		.heading1 > i {
			margin-top: 30px;
		}
	}

.heading2 {
	margin: 30px 0 15px;
	padding-left: 34px;
	position: relative;
	display: block;
	font: bold 18px/24px "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.heading2:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	background: url(/common/2016/gfx/sprite.png) no-repeat -55px 0;
	background-size: 231px auto;
}
.heading2 i:after {
	margin-left: 11px;
	display: inline-block;
	vertical-align: bottom;
	font: 500 15px/100% 'Halant', serif;
}

	@media all and (min-width: 768px) {
		.heading2:before {
			width: 26px;
			height: 26px;
			margin-top: -13px;
			background-position: -72px 0;
			background-size: 300px auto;
		}

	}


.mod {
	padding: 38px 0 54px;
}
.mod-foot {
	padding: 0 20px;
}

.note {
	margin: 12px auto;
	padding: 0 30px;
	position: relative;
	display: inline-block;
	font: 18px/21px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.note:before,
.note:after {
	content: '';
	width: 15px;
	height: 1px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #bbb;
}
.note:before {
	left: 0;
}
.note:after {
	right: 0;
}


	@media all and (min-width: 768px) {
		.embroidery-box:before,
		.embroidery-box:after,
		.embroidery-box .embr:before,
		.embroidery-box .embr:after {
			content: '';
			width: 26px;
			height: 26px;
			position: absolute;
			background: url(/common/2016/gfx/sprite.png) no-repeat -46px 0;
			background-size: 300px auto;
		}
		.embroidery-box:before,
		.embroidery-box:after {
			top: 3px;
		}
		.embroidery-box:before {
			left: 3px;
		}
		.embroidery-box:after {
			right: 3px;
			-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
					transform: rotate(90deg);
		}
		.embroidery-box .embr:before,
		.embroidery-box .embr:after {
			bottom: 3px;
		}
		.embroidery-box .embr:before {
			left: 3px;
			-webkit-transform: rotate(270deg);
				-ms-transform: rotate(270deg);
					transform: rotate(270deg);
		}
		.embroidery-box .embr:after {
			right: 3px;
			-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
					transform: rotate(180deg);
		}
	}



#container {
	padding-top: 76px;
	display: block;
}
	@media all and (min-width: 768px) {
		#container {
			padding-top: 125px;
		}
	}







/* ==========================================================================



FORMS
========================================================================== */

input[type=text],
input[type=email],
input[type=url],
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 6px 14px 6px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	font: 300 16px/16px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=url],
textarea {
	-webkit-appearance: none;
}
select {
	height: 38px;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
input[type=text],
input[type=email],
input[type=url],
select {
	height: 38px;
	line-height: 38px;
	padding: 0 14px;
}

.himejic input:-webkit-autofill::-webkit-input-placeholder,
.himejic textarea:-webkit-autofill::-webkit-input-placeholder,
.himejic select:-webkit-autofill::-webkit-input-placeholder,
.himejic input:-webkit-autofill,
.himejic textarea:-webkit-autofill,
.himejic select:-webkit-autofill {
	color: #000;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
	border-color: #957334;
	outline: 0;
}
input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	border-color: #957334;
	outline: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4A4A4A;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #4A4A4A;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #4A4A4A;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #4A4A4A;
}


select {
	background-color: white;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	background-image:
		linear-gradient(45deg, transparent 50%, #444 50%),
		linear-gradient(135deg, #444 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px);
	background-size:
		5px 5px,
		5px 5px;
	background-repeat: no-repeat;
	transition: none;
	transition: border 0.3s ease-in-out;
}
select::-ms-expand {
    display: none;
}
select:focus {
	background-image:
		linear-gradient(45deg, #957334 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #957334 50%);
	background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em;
	background-size:
			5px 5px,
			5px 5px;
	background-repeat: no-repeat;
	border-color: #957334;
	outline: 0;
}
input + span,
select + span {
	margin: 0 19px 0 6px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 100%;
}


select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

@font-face {
	font-family: 'NotoSansCJKjp-Black';/*01*/
	src: url('/common/2016/font/NotoSansCJKjp-Black_min.woff');
}
@font-face {
	font-family: 'NotoSansCJKjp-Bold';/*02*/
	src: url('/common/2016/font/NotoSansCJKjp-Bold_min.woff');
}
@font-face {
	font-family: 'NotoSansCJKjp-DemiLight';/*03*/
	src: url('/common/2016/font/NotoSansCJKjp-DemiLight_min.woff');
}
@font-face {
	font-family: 'NotoSansCJKjp-Light';/*04*/
	src: url('/common/2016/font/NotoSansCJKjp-Light_min.woff');
}
@font-face {
	font-family: 'NotoSansCJKjp-Medium';/*05*/
	src: url('/common/2016/font/NotoSansCJKjp-Medium_min.woff');
}
@font-face {
	font-family: 'NotoSansCJKjp-Regular';/*06*/
	src: url('/common/2016/font/NotoSansCJKjp-Regular_min.woff');
}
@font-face {
	font-family: 'NotoSansCJKjp-Thin';/*07*/
	src: url('/common/2016/font/NotoSansCJKjp-Thin_min.woff');
}

.font01{
	font-family: 'NotoSansCJKjp-Black',sans-serif;/*01*/
}
.font02{
	font-family: 'NotoSansCJKjp-Bold',sans-serif;/*02*/
}
.font03{
	font-family: 'NotoSansCJKjp-DemiLight',sans-serif;/*03*/
}
.font04{
	font-family: 'NotoSansCJKjp-Medium',sans-serif;/*05*/
}
.font05{
	font-family: 'NotoSansCJKjp-Regular',sans-serif;/*06*/
}
.font06{
	font-family: 'NotoSansCJKjp-Thin',sans-serif;/*07*/
}
.font07{
	font-family: 'NotoSansCJKjp-Light',sans-serif;/*04*/
}


/* ==========================================================================



HEADER
========================================================================== */

#header {
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
/* 	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); */
}
#header:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 350;
	background-color: #fff;
}



#header h1 {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -59px;
	z-index: 500;
}


#gnav {
	width: 100%;
	padding: 10px 0;
	list-style: none;
	position: fixed;
	top: -400px;
	left: 0;
	z-index: 300;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #f9f8f5;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-align: center;
	/* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); */
}
#gnav li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
#gnav a {
	padding: 10px;
	display: block;
	/*
	font: bold 16px/19px "Sawarabi Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	*/
	font: 300 16px/19px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-appearance: none;
	font-family: 'NotoSansCJKjp-Regular',sans-serif;
}
#gnav a:active,
#gnav a:hover,
#gnav a:focus {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}
.menu-on #gnav {
	top: 76px;
	opacity: 1;
}

#header .youyaku {
	padding: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 10px;
	z-index: 400;
	display: block;
}
#gnavtoggle {
	width: 35px;
	height: 0;
	padding-top: 35px;
	position: fixed;
	top: 14px;
	left: 10px;
	z-index: 400;
	display: block;
	border: none;
	border-radius: 3px;
	background-color: #1d293d;
	color: #1d293d;
}
#gnavtoggle:after {
	content: 'Menu';
	width: 35px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	display: block;
	font: bold 11px/100% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -0.4px;
	text-align: center;
}
#gnavtoggle:active,
#gnavtoggle:hover,
#gnavtoggle:focus {
	background-color: #957334;
	color: #957334;
}
#gnavtoggle i,
#gnavtoggle i:before,
#gnavtoggle i:after {
	content: '';
	width: 22px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -11px;
	border-radius: 3px;
	background-color: #fff;
}
#gnavtoggle i:before {
	margin-top: -9px;
}
#gnavtoggle i:after {
	margin-top: 7px;
}

	@media all and (min-width: 375px) {
		#header .youyaku {
			right: 20px;
		}
		#gnavtoggle {
			left: 20px;
		}
	}
	@media all and (max-width: 479px) {
		#header .youyaku {
			padding: 5px;
			font-size: 12px;
		}
	}
	@media all and (min-width: 420px) {
		#header .youyaku {
			padding: 8px 10px;
		}
	}
	@media all and (min-width: 480px) {
		#header .youyaku {
			padding: 8px 16px;
		}
	}
	@media all and (min-width: 768px) {
		#header {
			height: 125px;
		}
		#header h1 {
			top: 20px;
		}
		#header .youyaku {
			width: 131px;
			margin-top: -17px;
		}
		#gnavtoggle {
			display: none;
		}
		.menu-on #gnav,
		#gnav {
			position: absolute;
			top: auto;
			bottom: 16px;
			padding: 0;
			opacity: 1;
			z-index: 500;
		}
		#gnav {
			border: none;
			background-color: #fff;
		}
		#gnav li {
			width: auto;
			margin: 0 10px;
		}
		#gnav a {
			padding: 0;
			font-size: 13px;
		}
		#gnav a:active,
		#gnav a:hover,
		#gnav a:focus {
			background-color: transparent;
			color: #957334;
			text-decoration: none;
		}
	}
	@media all and (min-width: 900px) {
		#gnav li {
			margin: 0 15px;
		}
		#gnav a {
			font-size: 14px;
		}
	}
	@media all and (min-width: 1024px) {
		#gnav li {
			margin: 0 22px;
		}
	}
	@media all and (min-width: 1280px) {
		#gnav li {
			margin: 0 32px;
		}
	}
	@media all and (min-width: 1500px) {
		#gnav li {
			margin: 0 44px;
		}
	}




/* ==========================================================================



FOOTER
========================================================================== */

#footer {
	background-color: #eeece9;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

#footer nav {
	padding: 20px;
	border-bottom: 2px solid #fff;
}
#footer nav li {
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}
#footer nav li a {
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 13px;
	font-size: 14px;
	line-height: 26px;
	white-space: nowrap;
}
#footer nav li a:active,
#footer nav li a:hover,
#footer nav li a:focus {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}

#footer img.logo {
	width: 146px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
a.routeinnhotels {
	width: 132px;
	height: auto;
	margin: 30px auto;
	display: block;
}
a.routeinnhotels img {
	width: 100%;
	height: auto;
}

.foot-contact {
	padding-top: 30px;
}
.foot-contact p span {
	margin: 5px 0;
	display: block;
}

#copyright {
	padding: 18px 20px;
	background-color: #494949;
	color: #fff;
}

@media all and (max-width: 768px) {
	#copyright {
		font-size: 8px;
	}
}

.backtotop {
	width: 54px;
	height: 0;
	padding-top: 54px;
	position: fixed;
	right: 0;
	bottom: -54px;
	z-index: -1;
	opacity: 0;
	background-color: #3f3f3f;
	transition: all 0.3s ease-in-out;
}
.backtotop:after {
	content: '';
	width: 21px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -10px;
	background: url(/common/2016/gfx/sprite.png) no-repeat -127px 0;
	background-size: 300px auto;
}
.scrolled .backtotop {
	bottom: 0;
	z-index: 100;
	opacity: 1;
}

	@media all and (min-width: 768px) {
		#footer nav li {
			margin: 4px 10px;
		}
		#footer nav li a {
			padding: 0;
			border: none;
		}
		#footer nav li a:active,
		#footer nav li a:hover,
		#footer nav li a:focus {
			background: none;
			color: #444;
			text-decoration: underline;
		}
	}


/* ==========================================================================



HERO BANNER / CAROUSEL
========================================================================== */
.bkimg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.herobanner {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #252525;
	font: 400 16px/21px "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
}
.herobanner:after {
	content: '';
	padding-top: 34.78%;
	display: block;
}

.herobanner .container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
}

.herobanner .content {
	width: auto;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	right: 50%;
	margin-right: 20px;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.herobanner .head {
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}
.herobanner p {
	margin-top: 10px;
	font-weight: bold;
}
.herobanner .tag {
	padding: 5px 10px;
	display: inline-block;
	background-color: rgba(13, 31, 60, 0.7);
	color: #fff;
}

.flickity-page-dots {
	bottom: 10px;
}
.flickity-page-dots .dot {
	width: 9px;
	height: 9px;
	margin: 0 5px;
	border: 1px solid #7b5f2b;
	background-color: #7b5f2b;
	opacity: 1;
}
.flickity-page-dots .dot.is-selected {
	background-color: #fff;
}

	@media all and (max-width: 767px) {
		/* visuallyhidden */
		.herobanner .content {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
	}
	@media all and (min-width: 768px) {
		.herobanner:after {
			padding-top: 43.8%;
		}
	}
	@media all and (min-width: 900px) {
		.herobanner .head {
			font-size: 28px;
		}
		.herobanner p {
			margin-top: 15px;
		}
	}
	@media all and (min-width: 1200px) {
		.herobanner .head {
			font-size: 38px;
		}
		.herobanner p {
			margin-top: 20px;
		}
		.herobanner .tag {
			padding: 10px 20px;
		}
	}

#hometop {
	position: relative;
}

.contactinfo {
	padding: 10px;
	background-color: #f9f8f4;
	font: bold 14px/16px "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
}

.contactinfo--02 {
	padding: 10px;
	background-color: #f9f8f4;
	font: bold 14px/16px "NotoSansCJKjp-Regular", sans-serif;
	text-align: center;
}
.contactinfo .logo-alt {
	width: 235px;
	height: auto;
	margin: 10px auto 13px;
	display: block;
}
.contactinfo p span {
	margin: 8px 0;
	display: block;
}
.contactinfo p .tel {
	font-size: 24px;
	line-height: 28px;
	display: inline;
}
	@media all and (min-width: 768px) {
		#homeshow .flickity-page-dots {
			width: auto;
			max-width: 1170px;
			padding: 25px 14px 24px;
			right: 15px;
			bottom: 0;
			left: 15px;
			background-color: rgba(255, 255, 255, 0.71);
			text-align: right;
		}

		.contactinfo {
			width: auto;
			padding: 6px 10px;
			position: absolute;
			bottom: 0;
			left: 15px;
			background: none;
			text-align: left;
		}
		.contactinfo .logo-alt,
		.contactinfo p span {
			margin: 0;
			display: inline-block;
		}
		.contactinfo .logo-alt {
			margin-bottom: 5px;
		}
		.contactinfo p span {
			margin: 0 9px 0 0;
		}
		.contactinfo p .tel {
			font-size: 14px;
			line-height: 16px;
		}
	}
	@media all and (min-width: 800px) {
		.contactinfo {
			padding-left: 15px;
		}
	}
	@media all and (min-width: 960px) {
		.contactinfo {
			line-height: 49px;
		}
		.contactinfo .logo-alt {
			margin-right: 20px;
		}
		.contactinfo p {
			display: inline-block;
		}
	}
	@media all and (min-width: 1200px) {
		#homeshow .flickity-page-dots {
			width: 1170px;
			right: auto;
			left: 50%;
			margin-left: -585px;
		}

		.contactinfo {
			width: 860px;
			left: 50%;
			margin-left: -585px;
		}
	}





/* ==========================================================================



ご予約 / RESERVATION
========================================================================== */

.mod.youyaku {
	background: url(/common/2016/img/youyaku-bk.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.mod.youyaku .con {
	padding: 0 20px;
}
.heading1.youyaku > i > i:after {
	content: "Reservation";
}
.mod.youyaku .btn.alt1 {
	max-width: 520px;
}
.mod.youyaku footer {
	padding-top: 23px;
	text-align: center;
}
.mod.youyaku footer ul {
	max-width: 520px;
	margin: 0 auto 12px;
	display: block;
}
.mod.youyaku footer li {
	margin: 7px;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}
.mod.youyaku .note strong {
	font-weight: normal;
}
	@media all and (max-width: 767px) {
		.heading1.youyaku > i:before,
		.heading1.youyaku > i:after {
			background-position: 0 -11px;
		}

		.mod.youyaku .opts {
			display: none;
		}

		/* visuallyhidden */
		.mod.youyaku .note span {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
	}
	@media all and (min-width: 768px) {
		.mod.youyaku {
			background: none;
			padding-bottom: 0;
		}
		.heading1.youyaku {
			color: #444;
		}
		.mod.youyaku .con {
			padding-top: 52px;
			padding-bottom: 62px;
			background: url(/common/2016/img/youyaku-bk.jpg) no-repeat center center;
			background-size: cover;
		}

		.mod.youyaku .opts {
			display: inline-block;
			vertical-align: top;
		}

		.mod.youyaku label {
			margin: 0 4px;
			display: inline-block;
			vertical-align: top;
			text-align: left;
		}
		.mod.youyaku label:first-of-type {
			width: 312px;
		}
		.mod.youyaku label:last-of-type {
			width: 110px;
		}
		.mod.youyaku label .lbl {
			margin: 0 0 9px;
			padding-left: 16px;
			position: relative;
			display: block;
		}
		.mod.youyaku label .lbl:before {
			content: '';
			width: 11px;
			height: 11px;
			position: absolute;
			top: 50%;
			margin-top: -6px;
			left: 0;
			background-color: #fff;
		}

		select[name=sel_ym1] {
			width: 161px;
		}
		select[name=sel_d1],
		input[name=nights] {
			width: 67px;
		}

		.mod.youyaku .btn.alt1 {
			width: 33%;
			max-width: 417px;
			padding: 10px 20px 9px;
			display: inline-block;
			vertical-align: bottom;
			font-size: 16px;
		}

		.mod.youyaku footer {
			margin-top: 40px;
		}
		.mod.youyaku footer ul {
			max-width: 818px;
			padding-top: 33px;
			border-top: 1px solid rgba(255, 255, 255, 0.33);
		}
		.mod.youyaku .note i {
			width: 14px;
			height: 16px;
			margin-bottom: 3px;
			margin-right: 7px;
			display: inline-block;
			vertical-align: bottom;
			background: url(/common/2016/gfx/sprite.png) no-repeat -98px 0;
			background-size: 300px auto;
		}
		.mod.youyaku .note {
			font-size: 16px;
		}
		.mod.youyaku .note strong {
			font-size: 20px;
		}
	}
	.yoyaku_br{
		display: none;
	}
@media all and (max-width: 768px) {

	.yoyaku_br{
		display: block;
	}
	.morning_0{
		font-size: 24px;
		display: block;
		padding-top: 10px;
		letter-spacing: 15px;
		font-weight: bold;
	}
	
}




/* ==========================================================================



おすすめ / RECOMMENDATIONS / POPULAR
========================================================================== */

.page-anchors {
	text-align: center;
}
.page-anchors ul {
	padding: 42px 0 0;
	list-style: none;
}
.page-anchors li {
	margin: 8px;
	display: inline-block;
	vertical-align: top;
}

.heading1.osusume > i > i:after {
	content: "Recommend";
}
	@media all and (max-width: 767px) {
		.heading1.youyaku > i:before,
		.heading1.youyaku > i:after {
			background-position: 0 -11px;
		}

		.mod.youyaku .opts {
			display: none;
		}

		/* visuallyhidden */
		.heading1.osusume span > span {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
	}
	@media all and (min-width: 768px) {
		.page-anchors {
			display: none;
		}
	}

.mod.osusume {
	padding-bottom: 0;
}

.osusumebox {
	list-style: none;
}
.osusumebox img {
	width: 100%;
	height: auto;
}
.osusumebox .heading2 {
	margin-bottom: 15px;
}
.osusumebox p {
	margin: 15px 0;
	font-size: 16px;
	line-height: 30px;
}
.osusumebox p span {
	display: block;
}
.osusumebox .btn.v2 {
	padding-top: 22px;
	padding-bottom: 22px;
	font-family: "游ゴシック体", YuGothic, メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProW3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.kaguranoyu .heading2 i:after {
	content: 'Kaguranoyu';
}
.room .heading2 i:after {
	content: 'Room';
}
.restaurant .heading2 i:after {
	content: 'Restaurant';
}
.banquet .heading2 i:after {
	content: 'Banquet-Meeting';
}
.osusumebox figcaption {
	padding: 0 20px 51px;
}
.osusumebox a {
	display: block;
}
.osusumebox a:active,
.osusumebox a:hover,
.osusumebox a:focus {
	background-color: #eee;
	text-decoration: none;
}

.osusumebox .kaguranoyu {
	padding-bottom: 51px;
}
.osusumebox .kaguranoyu .heading2,
.osusumebox .kaguranoyu p {
	margin-right: 20px;
	margin-left: 20px;
}
	@media all and (min-width: 768px) {
		.osusumebox li {
			width: 33.33%;
			padding: 10px;
			display: inline-block;
			vertical-align: top;
		}
		.osusumebox .room {
			padding-left: 20px;
		}
		.osusumebox .banquet {
			padding-right: 20px;
		}
		.osusumebox figcaption {
			padding-right: 10px;
			padding-left: 10px;
		}
		.osusumebox .kaguranoyu {
			width: 100%;
			margin: 0 0 10px;
			padding: 30px 20px 40px;
			background: url(/common/2016/img/osusume-bk.jpg) no-repeat center center;
			background-size: cover;
		}
		/* visuallyhidden */
		.osusumebox .kaguranoyu img {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.osusumebox .kaguranoyu .con {
			width: 540px;
			margin: 0 auto;
			padding: 30px;
			position: relative;
			background-color: rgba(255, 255, 255, 0.9);
		}
		.osusumebox .kaguranoyu .con .heading2 {
			margin: 0 0 25px;
		}
		.osusumebox .kaguranoyu p {
			margin-right: 0;
			margin-left: 0;
		}
		.osusumebox .kaguranoyu .btn.v2 {
			padding-top: 8px;
			padding-bottom: 8px;
		}
		.osusumebox .kaguranoyu .btn.v2 span {
			display: inline;
		}
	}
	@media all and (min-width: 1024px) {
		.osusumebox {
			text-align: center;
		}
		.osusumebox li {
			max-width: 490px;
			padding: 15px;
			text-align: left;
		}
		.osusumebox .room {
			padding-left: 30px;
		}
		.osusumebox .banquet {
			padding-right: 30px;
		}
		.osusumebox .kaguranoyu {
			max-width: 100%;
			margin-bottom: 15px;
		}
	}




/* ==========================================================================



最新情報 / INFO / NEWS
========================================================================== */

.mod.news {
	background-color: #f9f8f5;
}

.heading1.news > i > i:after {
	content: 'Information';
}

.newsbox {
	list-style: none;
	padding-bottom: 30px;
}
.newsitem {
	padding: 0 20px 35px;
	position: relative;
}
.newsitem > * {
	position: relative;
	z-index: 10;
}
.newsitem .thumb {
	width: 100%;
	margin: 0 0 10px;
	display: block;
}
.newsitem .thumb:active img,
.newsitem .thumb:hover img,
.newsitem .thumb:focus img {
	opacity: 0.6;
}

.newsitem .thumb img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	transition: opacity 0.3s ease-in-out;
}
.newsitem .headline {
	margin-top: 5px;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProW3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
}
.date {
	margin: 15px 0 7px;
	display: block;
	font: 500 12px/100% メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProW3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
	@media all and (min-width: 520px) {
		.newsbox {
			padding-right: 10px;
			padding-left: 10px;
			display: flex;
			flex-direction:row;
			flex-wrap:wrap;
		}
		.newsbox li {
			width: 50%;
			vertical-align: top;
		}
		.newsitem {
			padding-left: 10px;
			padding-right: 10px;
		}
	}
	@media all and (min-width: 920px) {
		.newsbox li {
			width: 33.33%;
		}
		.newsbox li:last-of-type {
			display: none;
		}
	}
	@media all and (min-width: 1024px) {
		.newsbox {
			max-width: 1480px;
			margin-right: auto;
			margin-left: auto;
		}
		.newsbox li {
			width: 25%;
		}
		.newsbox li:last-of-type {
			display: inline-block;
		}
		.newsbox,
		.newsitem {
			padding-left: 15px;
			padding-right: 15px;
		}
	}



/* ==========================================================================



おすすめプラン / RECOMMENDED PLAN / TO DO
========================================================================== */

.heading1.todo > i > i:after {
	content: 'Recommended plan';
}

	@media all and (min-width: 520px) {
		.newsbox.col-3 li:last-of-type {
			display: none;
		}
	}
	@media all and (min-width: 720px) {
		.newsbox.col-3 li:last-of-type {
			display: inline-block;
		}
		.newsbox.col-3 li {
			width: 33.33%;
		}
	}




/* ==========================================================================



イーグレ キヤッスル ミレ / EAGLE CASTLE
========================================================================== */

.mod.eagle {
	position: relative;
	text-align: center;
}

.mod.eagle img {
	width: 100%;
	max-width: 414px;
	height: auto;
	margin: 0 auto 40px;
	display: block;
}

.mod.eagle .sticker {
	padding: 6px 19px;
	font: 16px/18px "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	display: inline-block;
}
.mod.eagle header p {
	margin: 15px 0;
	font: 24px/100% "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.mod.eagle p {
	margin: 15px 0 27px;
	font-size: 16px;
	line-height: 22px;
}
	@media all and (min-width: 768px) {
		/* visuallyhidden */
		.mod.eagle img,
		.mod.eagle .morebtn span {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.mod.eagle {
			max-width: 1440px;
			height: 172px;
			margin: 0 auto;
			padding: 0;
		}
		.mod.eagle:before,
		.mod.eagle:after {
			content: '';
			width: 28%;
			height: 100%;
			position: absolute;
			top: 0;
			background: url(/common/2016/img/eagle-castle-bk.jpg) no-repeat left center;
			background-size: cover;
		}
		.mod.eagle:before {
			left: 0;
		}
		.mod.eagle:after {
			right: 0;
			background-position: right center;
		}
		.mod.eagle .con {
			width: 44%;
			margin: 0 auto;
			padding: 27px 10px 7px;
			position: relative;
			background-color: #f1ede5;
		}
		.mod.eagle .morebtn {
			width: 100%;
			max-width: 100%;
			height: 100%;
			padding: 0;
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			z-index: 50;
			border: none;
		}
		.mod.eagle .morebtn:active,
		.mod.eagle .morebtn:hover,
		.mod.eagle .morebtn:focus {
			background-color: rgba(149, 115, 52, 0.22);
		}
		.mod.eagle header p {
			margin-top: 20px;
		}
		.mod.eagle header p i {
			width: 15px;
			height: 15px;
			margin-left: 5px;
			display: inline-block;
			vertical-align: middle;
			background: url(/common/2016/gfx/sprite.svg) no-repeat -12px 0;
			background-size: 60px auto;
		}
	}
	@media all and (min-width: 960px) {
		.mod.eagle:before,
		.mod.eagle:after {
			width: 33.33%;
		}
		.mod.eagle .con {
			width: 33.33%;
		}
	}



/* ==========================================================================



交通アクセス ACCESS / フォトギャラリー PHOTO GALLERY
========================================================================== */

.access .btn.feat i:after {
	content: 'Access';
}
.gallery .btn.feat i:after {
	content: 'Photo Gallery';
}

.btnfeatbox {
	padding: 0 20px;
	list-style: none;
	text-align: center;
}
.btnfeatbox li {
	margin: 20px 0;
}
	@media all and (min-width: 640px) {
		.btnfeatbox {
			padding: 0 10px;
		}
		.btnfeatbox li {
			max-width: 450px;
			width: 50%;
			margin: 0;
			padding: 0 10px;
			display: inline-block;
		}
	}
	@media all and (min-width: 640px) {
		.btnfeatbox li {
			padding: 0 15px;
		}
	}





/* ==========================================================================



下層ページ

========================================================================== */

.pagebanner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.pagebanner:after {
	content: '';
	padding-top: 18.93%;
	display: block;
}

.page-details .mod.top {
	padding-bottom: 0;
}
.page-details .page-anchors {
	margin-bottom: 60px;
	display: block;
	border-top: 1px solid #d2d2d2;
}

.page-details .mod {
	padding-top: 48px;
}
.page-details .heading1 img {
	margin: 0 auto 35px;
	display: block;
}

.page-details .mod.child:nth-of-type(even) {
	background-color: #fbf8f6;
}

.photodisclaimer {
	position: relative;
}
.photodisclaimer:after {
	content: '※写真はイメージです。';
	padding: 5px 10px;
	position: absolute;
	display: block;
	right: 10px;
	bottom: 10px;
	background-color: rgba(255, 255, 255, 0.91);
	font-size: 12px;
	line-height: 14px;
}

.blocks {
	text-align: center;
}

.blocks .block {
	padding-bottom: 23px;
	text-align: left;
}
.blocks .block img {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: block;
}
.blocks p {
	margin: 13px 20px;
}
.olist {
	list-style: none;
	padding-right: 20px;
	padding-left: 20px;
}
.olist > li {
	margin: 20px 0;
	padding-left: 22px;
	position: relative;
}
.olist > li:first-of-type {
	margin-top: 0;
}
.olist > li:before {
	content: '';
	width: 13px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(/common/2016/gfx/sprite.png) no-repeat -163px 0;
	background-size: 300px auto;
}
.olist ul,
.olist ol {
	list-style: disc;
	padding-left: 20px;
}
.olist ul,
.olist ol {
	margin-top: -5px;
}
.olist ul li,
.olist ol li {
	margin: 5px 0;
}

.blocks + .blocks {
	border-top: 1px solid #d2d2d2;
}

.blockshead {
	margin: 60px auto 30px;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
}
.mod > .blockshead {
	margin-top: 0;
}

.blockslist {
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
}

.blocks .head3 {
	margin: 30px 20px 13px;
	position: relative;
	padding-left: 22px;
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.blocks .head3:after {
	content: '';
	width: 13px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(/common/2016/gfx/sprite.png) no-repeat -163px 0;
	background-size: 300px auto;
}

.blocks .head3--fwb {
	font-weight: bold;
}

.blocks.col-2 .head3 ~ p {
	margin-left: 42px;
}

.blocks-foot {
	padding: 20px 20px 55px;
}
.page-details > .blocks-foot {
	padding-top: 30px;
}
.block .blocks-foot {
	padding-right: 0;
	padding-left: 0;
}
.blocks-foot .morebtn {
	min-width: 250px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding: 11px 5px;
	font-size: 14px;
	line-height: 16px;
}
	/* 2 columns  */
	@media all and (min-width: 640px) {
		.blocks.col-2 .block {
			width: 50%;
			max-width: 585px;
			display: inline-block;
			vertical-align: top;
		}
		.blocks.col-2 .block p {
			margin-right: 15px;
			margin-left: 15px;
		}
		.blocks.col-2 .head3 ~ p {
			margin-left: 42px;
		}
	}
	@media all and (min-width: 1220px) {
		.blocks.col-2 .block:first-of-type p {
			margin-left: 0;
		}
	}

	/* 2 columns .blockslist */
	@media all and (min-width: 640px) {
		.blocks.col-2 .blockslist,
		.blocks.col-2 .blockslist .block {
			padding: 0 10px;
		}
		.blocks.col-2 .blockslist .block {
			max-width: 600px;
		}
		.blocks.col-2 .blockslist .head3,
		.blocks.col-2 .blockslist p {
			margin-right: 0;
			margin-left: 0;
		}
		.blocks.col-2 .blockslist .head3 ~ p {
			margin-left: 22px;
		}
	}
	@media all and (min-width: 1024px) {
		.blocks.col-2 .blockslist,
		.blocks.col-2 .blockslist .block {
			padding: 0 15px;
		}
	}

	/* 3 columns  */
	@media all and (min-width: 640px) {
		.blocks.col-3 .block {
			width: 33.33%;
			max-width: 400px;
			display: inline-block;
			vertical-align: top;
		}
		.blocks.col-3,
		.blocks.col-3 .block {
			padding: 0 10px;
		}
		.blocks.col-3 .head3,
		.blocks.col-3 p {
			margin-right: 0;
			margin-left: 0;
		}
	}
	@media all and (min-width: 1024px) {
		.blocks.col-3,
		.blocks.col-3 .block {
			padding: 0 15px;
		}
	}

	


	/* 2/3 + 1/3 columns - 会席料理　（ご夕食メニュー） + その他プラン */
	@media all and (max-width: 539px) {
		.blocks.col-3-two-one .block + .block .blockshead {
			margin-top: 0;
		}
	}
	@media all and (min-width: 540px) {
		.blocks.col-3-two-one .two-col-one {
			width: 50%;
			display: inline-block;
			vertical-align: top;
		}
	}
	@media all and (min-width: 768px) {
		.blocks.col-3-two-one {
			padding: 0 10px;
		}
		.blocks.col-3-two-one .block {
			width: 33.33%;
			max-width: 400px;
			padding: 0 10px;
			display: inline-block;
			vertical-align: top;
		}
		.blocks.col-3-two-one .two-col {
			width: 66.67%;
			max-width: 800px;
		}
		.blocks.col-3-two-one .two-col-one:nth-of-type(1) {
			padding-right: 10px;
		}
		.blocks.col-3-two-one .two-col-one:nth-of-type(2) {
			padding-left: 10px;
		}
		.blocks.col-3-two-one .olist {
			padding-right: 0;
			padding-left: 0;
		}
		.blocks.col-3-two-one .head3,
		.blocks.col-3-two-one p {
			margin-right: 0;
			margin-left: 0;
		}
	}
	@media all and (min-width: 1024px) {
		.blocks.col-3-two-one,
		.blocks.col-3-two-one .block {
			padding: 0 15px;
		}
		.blocks.col-3-two-one .two-col-one:nth-of-type(1) {
			padding-right: 15px;
		}
		.blocks.col-3-two-one .two-col-one:nth-of-type(2) {
			padding-left: 15px;
		}
	}

.mod.youyaku.mini {
	padding-bottom: 40px;
	background: none;
	color: #444;
}
.mod.youyaku .heading1.youyaku {
	margin-bottom: 30px;
}
.mod.youyaku.mini .con {
	padding: 0 20px;
	background: none;
}
.mod.youyaku.mini form {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	background: #f2f2f2;
}
.mod.youyaku.mini label .lbl:before {
	background-color: #444;
}
.mod.youyaku.mini footer {
	margin-top: 0;
}
.mod.youyaku.mini footer p {
	margin: 0;
	font: bold 15px/30px "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.mod.youyaku.mini footer p .tel {
	margin-left: 5px;
}
	@media all and (min-width: 400px) {
		.mod.youyaku.mini footer p {
			font-size: 20px;
		}
	}
@media all and (min-width: 400px) {
}

@media all and (max-width: 768px) {
	.detail_yoyaku_mini{
		border: solid 1px #ccc;
		margin-left: 20px;
		margin-right: 20px;
	}
}

#himejic .youkakupromo {
	margin: 20px;
	padding: 30px 10px;
	background-color: #f3f0e7;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
#himejic .youkakupromo p {
	width: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#himejic .youkakupromo p span {
	padding-right: 9px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #d2d2d2;
}
#himejic .youkakupromo p .btn {
	width: 101px;
	margin-left: 8px;
	vertical-align: middle;
}
	@media all and (min-width: 375px) {
		#himejic .youkakupromo {
			margin: 20px;
			padding: 30px 20px;
		}
		#himejic .youkakupromo p span {
			padding-right: 28px;
		}
		#himejic .youkakupromo p .btn {
			width: 101px;
			margin-left: 27px;
		}
	}
	@media all and (min-width: 410px) {
		#himejic .youkakupromo p .btn {
			width: 131px;
		}
	}
	@media all and (min-width: 640px) {
		#himejic .block .youkakupromo {
			margin-right: 15px;
			margin-left: 15px;
			padding-right: 10px;
			padding-left: 10px;
		}
		#himejic .block .youkakupromo p span {
			padding-right: 10px;
		}
		#himejic .block .youkakupromo p .btn {
			width: auto;
			margin-left: 10px;
		}
	}
	@media all and (min-width: 768px) {
		#himejic .block .youkakupromo p span {
			padding-right: 28px;
		}
		#himejic .block .youkakupromo p .btn {
			width: 131px;
			margin-left: 27px;
		}
	}
	@media all and (min-width: 1220px) {
		#himejic .block .youkakupromo {
			margin-left: 0;
		}
	}

/* ==========================================================================



お食事 / RESTAURANT

========================================================================== */

.heading1.restaurant > i > i:after {
	content: "Restaurant";
}

.harimalogo {
	width: 159px;
	height: auto;
}
.sagisologo {
	width: 96px;
	height: auto;
}
.shirasagilogo {
	width: 64px;
	height: auto;
}

.single #header{
	border-bottom: none;
}