@charset "UTF-8";
@font-face {
	font-family: 'NotoSerifCJK';
	src: url('../fonts/NotoSerifCJKjp-Medium.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'メイリオ';
	src:url("../fonts/meiryo.eot");
	src: url('../fonts/meiryo.ttc') format("truetype"), url('../fonts/meiryo.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'メイリオ';
	src:url("../fonts/meiryob.eot");
	src: url('../fonts/meiryob.ttc') format("truetype"), url('../fonts/meiryob.woff') format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'hiramaru';
	src: url('../fonts/hiramaru_w4.otf') format("opentype"), url('../fonts/hriamaru.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4{
	font-weight: normal;
}

html,
body {
	height: 100%;
	background-color: #f6f0e2;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

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

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

/* ------------------------
	Base Settings
------------------------ */
html {
	font-size: 12px;
}

body {
	background-color: #fceecd;
	word-wrap: break-word;
	color: #333;
	font-family: "メイリオ", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", Verdana,  "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6875;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #00f;
}
a:visited {
	color: #000080;
}
a:hover {
	text-decoration: none;
	color: #f00;
}
a:active {
	text-decoration: none;
	color: #ff8000;
}
a[href^="tel:"] {
	cursor: text;
	text-decoration: none;
}

::-moz-selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

/* ------------------------
	utilities Classes
------------------------ */
/* clearfix ---------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* 非表示 ---------------- */
.u-blind {
	display: none !important;
	visibility: hidden;
}

.u-visible-sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.u-hidden-sp {
		display: none !important;
	}
	.u-visible-sp {
		display: block !important;
	}
	img.u-visible-sp {
		display: inline-block !important;
	}
}

/* 画像テキスト ---------------- */
.u-imgReplace {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
}

/* br ---------------- */
.u-brsp {
	display: none;
}
@media screen and (max-width: 768px) {
	.u-brsp {
		display: block;
	}
}

.u-brpc {
	display: block;
}
@media screen and (max-width: 768px) {
	.u-brpc {
		display: none;
	}
}

/* btn表示 ---------------- */
.u-btnTrans {
	opacity: 0;
	transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}
.u-btnTrans.is-active {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* --------------------------------
  Common
-------------------------------- */
body {
	background: #fceecd;
}

/* 画像切り替え用 ---------------- */
.js-responsiveImg {
	visibility: hidden;
}
@media screen and (max-width: 768px), print {
	.js-responsiveImg {
		visibility: visible;
	}
}

/* telリンク ---------------- */
a[href^="tel:"] {
	cursor: text !important;
}

/* module ---------------- */
.no-touch .m-btn-hover {
	transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.no-touch .m-btn-hover:hover {
	opacity: 0.7;
	cursor: pointer;
}

/* 英字用フォント ---------------- */
.overpass {
	font-family: "Overpass", sans-serif;
}

.cantata {
	font-family: "Cantata One", serif;
}

/* 英字用フォント ---------------- */
.mincho {
	font-family: 'NotoSerifCJK', "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

/* 3Dロールオーバー ---------------- */
.rollBox:hover .front {
	-webkit-transform: rotateX(-90deg);
	        transform: rotateX(-90deg);
}

.rollBox:hover .front-ov {
	-webkit-transform: rotateX(0deg);
	        transform: rotateX(0deg);
}

.front {
	display: block;
	position: absolute;
	width: 80px;
	height: 14px;
	transition: all 0.3s;
	-webkit-transform: rotateX(0deg);
	        transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -7px;
	    -ms-transform-origin: 50% 50% -7px;
	        transform-origin: 50% 50% -7px;
}

.front-ov {
	display: block;
	position: absolute;
	width: 80px;
	height: 14px;
	transition: all 0.3s;
	-webkit-transform: rotateX(90deg);
	        transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -7px;
	    -ms-transform-origin: 50% 50% -7px;
	        transform-origin: 50% 50% -7px;
}

/* スクロールアニメーション用 ---------------- */
.arrowBox {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 20px auto 0;
	width: 13px;
	height: 72px;
}
.arrowBox span {
	position: absolute;
	top: -100%;
	left: 0;
	-webkit-animation: scrollAnime 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	        animation: scrollAnime 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@-webkit-keyframes scrollAnime {
	0% {
		top: -100%;
	}
	20% {
		top: -100%;
	}
	50% {
		top: 0;
	}
	70% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}

@keyframes scrollAnime {
	0% {
		top: -100%;
	}
	20% {
		top: -100%;
	}
	50% {
		top: 0;
	}
	70% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}

/* 画像モーダル用 ---------------- */
.modalImg {
	display: block;
	position: relative;
	margin-left: 21px;
	border-left: 1px solid #4f4f4f;
	height: 35px;
}
.modalImg .caption {
	display: block;
	position: relative;
	margin-left: 20px;
	padding: 16px 0 0 0;
	color: #fff;
}
.modalImg .caption .caption_icon {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
	margin-right: 7px;
	width: 13px;
	height: 13px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	background: #fff;
}
.modalImg .caption .caption_icon:before,
.modalImg .caption .caption_icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 7px;
	height: 1px;
	background: #000;
}
.modalImg .caption .caption_icon:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.modalImg .caption .caption_txt {
	display: inline-block;
	margin-left: 19px;
	transition: margin 0.2s;
	color: #ccc;
	font-size: 12px;
	line-height: 13px;
}

/* タブレット縦横 ---------------- */
.tabletPortrait {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: visibility 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	background: #000;
	pointer-events: none;
}
.tabletPortrait img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.tabletPortrait.is-Length {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

/* --------------------------------
  header
-------------------------------- */
.hamburger {
	position: fixed;
	z-index: 102;
	top: 38px;
	left: 36px;
}
.hamburger.is-changeColor .hamburger_line {
	background: #000;
}
.hamburger.is-changeColor .hamburger_txt {
	color: #000;
}

.hamburger_inner {
	display: block;
	position: relative;
	padding: 3px;
	width: 45px;
	height: 49px;
}

.hamburger_line {
	display: block;
	margin: 0 auto;
	height: 2px;
	background: #ccc;
}
.hamburger_line:first-child {
	margin-bottom: 7px;
}
.hamburger_line:nth-child(3) {
	margin-top: 6px;
}

.hamburger_line-short {
	width: 16px;
	transition: width 0.2s, margin 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, width 0.2s, margin 0.2s;
	transition: transform 0.2s, width 0.2s, margin 0.2s, -webkit-transform 0.2s;
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}

.hamburger_line-long {
	width: 30px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}

.hamburger_inner:hover .hamburger_line-short {
	width: 30px;
}

.hamburger_inner.is-current .hamburger_line-long {
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
}

.hamburger_inner.is-current .hamburger_line-short {
	width: 30px;
}

.hamburger_inner.is-current .hamburger_line {
	background-color: #ccc;
}
.hamburger_inner.is-current .hamburger_line:first-child {
	-webkit-transform: rotate(45deg) translate(0, -3.5px);
	    -ms-transform: rotate(45deg) translate(0, -3.5px);
	        transform: rotate(45deg) translate(0, -3.5px);
}
.hamburger_inner.is-current .hamburger_line:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(0, 3.5px);
	    -ms-transform: rotate(-45deg) translate(0, 3.5px);
	        transform: rotate(-45deg) translate(0, 3.5px);
}

.hamburger_inner.is-current .hamburger_txt {
	color: #fff;
}

.hamburger_txt {
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	margin: 13px auto 0;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.bottomArea {
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 10px;
}

.linkNav {
	float: left;
	margin-top: -3px;
	margin-right: 4px;
}

.linkNav_item {
	float: left;
	margin: 0 auto;
	margin: 9px 0 8px;
	padding: 0 15px;
	border-right: 1px solid #666;
	height: auto;
	text-align: center;
	letter-spacing: 0.8px;
	color: #808080;
	line-height: 1;
}
.linkNav_item:first-child a {
	width: 64px;
}
.linkNav_item:last-child {
	border-right: none;
	width: 120px;
	height: 16px;
}
.linkNav_item a {
	display: block;
	position: relative;
	width: 80px;
	height: 1em;
	color: #808080;
	font-size: 14px;
}

.linkNav_item-group {
	position: relative;
}
.linkNav_item-group:hover .frontlist {
	-webkit-transform: rotateX(-90deg);
	        transform: rotateX(-90deg);
}
.linkNav_item-group:hover .frontlist-ov {
	-webkit-transform: rotateX(0deg);
	        transform: rotateX(0deg);
}
.linkNav_item-group .frontlist {
	display: block;
	position: absolute;
	width: 93px;
	height: 16px;
	transition: all 0.3s;
	-webkit-transform: rotateX(0deg);
	        transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -8px;
	    -ms-transform-origin: 50% 50% -8px;
	        transform-origin: 50% 50% -8px;
}
.linkNav_item-group .frontlist-ov {
	display: block;
	position: absolute;
	width: 120px;
	height: 16px;
	transition: all 0.3s;
	-webkit-transform: rotateX(90deg);
	        transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -8px;
	    -ms-transform-origin: 50% 50% -8px;
	        transform-origin: 50% 50% -8px;
}

.linkBnr_item {
	float: left;
	margin-right: 21px;
	width: 16px;
	height: 16px;
}
.linkBnr_item .linkBnr_item_sns {
	width: 16px;
	height: 16px;
}
.linkBnr_item:last-child {
	margin-right: 0;
}

.requestBtn {
	position: relative;
	float: left;
	width: 190px;
	height: 26px;
}
.requestBtn:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}
.requestBtn:hover:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}
.requestBtn a {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.requestBtn a .front-ov {
	padding: 2px 0 2px 10px;
	width: 190px;
	height: 26px;
	-webkit-transform-origin: 50% 50% -13px;
	    -ms-transform-origin: 50% 50% -13px;
	        transform-origin: 50% 50% -13px;
	background-color: #bda756;
	color: #000;
}
.requestBtn a .front-ov:before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	width: 13px;
	height: 10px;
	background: url(../img/common_mail_icon_small.png) no-repeat;
}
.requestBtn a .front {
	padding: 2px 0 2px 54px;
	width: 190px;
	height: 26px;
	-webkit-transform-origin: 50% 50% -13px;
	    -ms-transform-origin: 50% 50% -13px;
	        transform-origin: 50% 50% -13px;
	background-color: #8d7c3c;
	color: #000;
}
.requestBtn a .front:before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	width: 13px;
	height: 10px;
	background: url(../img/common_mail_icon_small.png) no-repeat;
}

.copyright {
	position: fixed;
	z-index: 100;
	top: 17px;
	right: 17px;
	letter-spacing: 0.6px;
	color: #cbcbcb;
	font-size: 9px;

	-webkit-writing-mode: vertical-rl;

	    -ms-writing-mode: tb-rl;

	        writing-mode: vertical-rl;
}

.modalmenu {
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 100vh;
	transition: background-color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	background-color: #000;
}
.modalmenu.is-thin {
	transition-delay: 0s !important;
	background-color: transparent !important;
}
.modalmenu .is-thin {
	opacity: 0.4;
}
.modalmenu .is-thin:before {
	opacity: 0.4;
}
.modalmenu .js-hover {
	transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.modalmenu.is-appear {
	transition-delay: 0.3s;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.modalmenu.is-appear .modalmenu_inner {
	opacity: 1;
}
.modalmenu.is-appear + .modalmenuBlack {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.modalMenu_wrap {
	overflow-y: scroll;
	height: 100%;
}

.modalmenu_inner {
	opacity: 0;
	position: relative;
	top: 129px;
	right: 0;
	left: 0;
	margin: auto;
	width: 776px;
	max-height: 80%;
	transition: opacity 0.6s;
	transition-delay: 0.8s;
}

.modalMenu_block-01 {
	position: relative;
	float: left;
}
.modalMenu_block-01:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -62px;
	left: 3px;
	width: 770px;
	height: 1px;
	background: #1b1b1b;
}

.modalMenu_block-02 {
	float: right;
}

.modalMenu_block-03 {
	clear: both;
	padding-top: 88px;
	padding-bottom: 80px;
}

.modalMenu_categoty {
	transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.modalMenu_list {
	margin: 58px 0 0;
	width: 380px;
}

.modalMenu_list_item {
	margin-bottom: 60px;
}
.modalMenu_list_item a {
	display: block;
	position: relative;
}
.modalMenu_list_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 32px;
}
.modalMenu_list_item:first-child {
	width: 222px;
}
.modalMenu_list_item:first-child a:after {
	width: 238px;
}
.modalMenu_list_item:nth-child(2) {
	width: 346px;
}
.modalMenu_list_item:nth-child(2) a:after {
	width: 362px;
}
.modalMenu_list_item:nth-child(3) {
	width: 379px;
}
.modalMenu_list_item:nth-child(3) a:after {
	width: 396px;
}
.modalMenu_list_item:nth-child(4) {
	width: 346px;
}
.modalMenu_list_item:nth-child(4) a:after {
	width: 362px;
}
.modalMenu_list_item:last-child {
	margin-bottom: 0;
	width: 264px;
}
.modalMenu_list_item:last-child a:after {
	width: 280px;
}

.modalMenu_list_item_number {
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
}

.modalMenu_list_item_en {
	display: block;
}

.modalMenu_list_item_jp {
	display: block;
	margin: 8px 0 0 0;
	letter-spacing: -1px;
	color: #999;
	font-size: 14px;
}

.modalMenu_sns {
	padding-bottom: 15px;
	transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	letter-spacing: 1.3px;
	color: #ccc;
	font-size: 12px;
}

.modalMenu_snsList {
	margin-top: 18px;
}

.modalMenu_snsList_item {
	float: left;
	margin-right: 40px;
}
.modalMenu_snsList_item:last-child {
	margin-right: 0;
}

.modalMenu_snsList_item_sns {
	opacity: 0.4;
	transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.modalMenu_snsList_item_sns:hover {
	opacity: 1;
}

.modalMenu_info_list {
	margin: 50px 0 0;
	width: 230px;
}

.modalMenu_info_list_item {
	margin-bottom: 34px;
	letter-spacing: 1px;
}
.modalMenu_info_list_item:last-child {
	margin-bottom: 0;
}
.modalMenu_info_list_item:before {
	content: "";
	display: inline-block;
	margin: 0 10px 2px 0;
	width: 5px;
	height: 9px;
	background: url(../img/common_arrow_icon.png) no-repeat;
}
.modalMenu_info_list_item a {
	color: #999;
	line-height: 1;
}
.modalMenu_info_list_item a span {
	color: #ccc;
	font-size: 16px;
}

.modalMenu_contactArea {
	margin: 67px 0 0;
	width: 230px;
	transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.modalMenu_contactArea_info_requestBtn {
	position: relative;
	margin-right: 35px;
	width: 230px;
	height: 46px;
}
.modalMenu_contactArea_info_requestBtn a {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.modalMenu_contactArea_info_requestBtn .front {
	display: block;
	padding: 10px 0px 0px 64px;
	width: 230px;
	height: 46px;
	-webkit-transform-origin: 50% 50% -23px;
	    -ms-transform-origin: 50% 50% -23px;
	        transform-origin: 50% 50% -23px;
	background: #8d7c3c;
	color: #000;
	font-size: 16px;
}
.modalMenu_contactArea_info_requestBtn .front:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 17px;
	height: 12px;
	background: url(../img/common_mail_icon_big.png) no-repeat;
}
.modalMenu_contactArea_info_requestBtn .front-ov {
	display: block;
	padding: 11px 0px 0px 16px;
	width: 230px;
	height: 46px;
	-webkit-transform-origin: 50% 50% -23px;
	    -ms-transform-origin: 50% 50% -23px;
	        transform-origin: 50% 50% -23px;
	background-color: #bda756;
	color: #000;
	font-size: 16px;
}
.modalMenu_contactArea_info_requestBtn .front-ov:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 17px;
	height: 12px;
	background: url(../img/common_mail_icon_big.png) no-repeat;
}

.modalMenu_contactArea_tel {
	margin-top: 37px;
}

.modalMenu_series {
	padding-bottom: 15px;
	transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	letter-spacing: 1.3px;
	color: #ccc;
	font-size: 12px;
	line-height: 33px;
}

.modalMenu_seriesList_item {
	float: left;
	margin-right: 24px;
}
.modalMenu_seriesList_item:last-shild {
	margin-right: 0;
}

.modalMenu_seriesList_item_txt a {
	display: block;
}

.modalMenu_seriesList_item_txt span {
	display: block;
	margin-left: 27px;
	color: #999;
	font-size: 14px;
	line-height: 1;
}

.modalMenu_seriesList_item_txt .modalMenu_seriesList_item_txt_en {
	position: relative;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}
.modalMenu_seriesList_item_txt .modalMenu_seriesList_item_txt_en:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -27px;
	width: 13px;
	height: 13px;
	transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	background: url(../img/common_blank_icon.png) no-repeat;
}

.modalMenu_seriesList_item_txt .modalMenu_seriesList_item_txt_jp {
	margin-top: -2px;
	letter-spacing: -0.5px;
	font-size: 12px;
}

.modalMenu_subArea {
	float: left;
	width: 687px;
}
.modalMenu_subArea:last-child {
	width: 87px;
}

.modalMenuBg,
.modalmenuBlack {
	display: block;
	opacity: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	pointer-events: none;
}

.modalMenuBg {
	display: none;
}

.modalmenuBlack {
	opacity: 0.6;
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	background: #000;
}

.modalMenuBg-1 {
	background: url(../img/modalmenu_bg_01.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-2 {
	background: url(../img/modalmenu_bg_02.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-3 {
	background: url(../img/modalmenu_bg_03.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-4 {
	background: url(../img/modalmenu_bg_04.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-5 {
	background: url(../img/modalmenu_bg_05.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-6 {
	background: url(../img/modalmenu_bg_06.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-7 {
	background: url(../img/modalmenu_bg_07.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-8 {
	background: url(../img/modalmenu_bg_08.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-9 {
	background: url(../img/modalmenu_bg_09.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-10 {
	background: url(../img/modalmenu_bg_10.jpg) no-repeat top;
	background-size: cover;
}

.modalMenuBg-11 {
	background: url(../img/modalmenu_bg_11.jpg) no-repeat top;
	background-size: cover;
}

/* ------------------------
modal
------------------------ */
.modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-info {
	transition: visibility 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.view-modal-info .modal-info {
	visibility: visible;
	opacity: 1;
}

.modal-gallery {
	transition: visibility 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.view-modal-gallery .modal-gallery {
	visibility: visible;
	opacity: 1;
}

.modal_mask {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal_contents {
	overflow: auto;
	position: relative;
	z-index: 2;
}

.modal_close {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 20px;
	width: 36px;
	height: 36px;
	background-color: #ccc;
}

.modal_block {
	margin: 60px auto 0;
	padding: 0;
	max-width: 1100px;
	height: calc(100vh - 160px);
	background-color: #fff;
}

.modal_block_inner {
	min-width: 1100px;
	height: 800px;
}

.modal_section {
	display: none;
	visibility: hidden;
	transition: visibility 0.5s, opacity 0.5s;
}
.view-modal-price .modal_section.modal_section-price {
	display: block;
	visibility: visible;
}
.view-modal-location .modal_section.modal_section-location {
	display: block;
	visibility: visible;
}
.view-modal-outline .modal_section.modal_section-outline {
	display: block;
	visibility: visible;
}
.view-modal-gallery .modal_section.modal_section-gallery {
	display: block;
	visibility: visible;
}

.modal-gallery {
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height: 80%;
}
.modal-gallery.is-modalGallery {
	width: 100%;
	height: 100%;
}
.modal-gallery .modal_section {
	opacity: 0;
	position: relative;
	height: 100%;
	transition: opacity 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.modal-gallery .modal_section.is-modalGallery {
	opacity: 1;
}
.modal-gallery .modal_section img {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: none;
}
.modal-gallery .modal_section img.is-vertical {
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
}
.modal-gallery .modal_block_inner {
	max-width: none;
	height: 100%;
}
@media screen and (max-width: 1110px) {
	.modal-gallery .modal_block_inner {
		min-width: auto;
	}
}
.modal-gallery .modal_contents {
	padding-top: 60px;
}
.modal-gallery .modal_block {
	margin: 0;
	padding: 0;
	max-width: none;
	height: 100%;
	background: none;
}
@media screen and (max-width: 1110px) {
	.modal-gallery .modal_block {
		min-width: auto;
	}
}
.modal-gallery .modal_mask {
	background: url(../img/modalmenu_bg.png);
}
.modal-gallery .modal_close {
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 62px;
	height: 60px;
	transition: opacity 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	background: none;
	text-align: center;
}
.modal-gallery .modal_close.is-modalGallery {
	opacity: 1;
}
.modal-gallery .modal_title {
	opacity: 0;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 62px;
	height: 60px;
	transition: opacity 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	color: #ccc;
	font-size: 16px;
	line-height: 60px;
}
.modal-gallery .modal_title span {
	color: #ccc;
	font-size: 22px;
}
.modal-gallery .modal_title.is-modalGallery {
	opacity: 1;
}
.modal-gallery .modal_close_inner {
	display: block;
	width: 62px;
	height: 60px;
	background: url(../img/common_modalImg_btn.png) no-repeat;
}

.modal-info .modal_section {
	padding: 80px 0;
}

.modal-info .modal_block_inner {
	height: auto;
}

.modal-info .modal_block {
	margin: 60px auto 0;
	padding: 0 0 60px;
	background: none;
}

.modal-info .modal_mask {
	background: url(../img/modalmenu_bg.png);
}

.modal-info .modal_close {
	position: fixed;
	z-index: 10;
	top: 39px;
	left: 57px;
	width: 30px;
	background: none;
	text-align: center;
}

.modal-info .modal_close_inner {
	display: block;
	position: relative;
	padding: 3px;
	text-decoration: none;
	color: #ccc;
	font-size: 10px;
}
.modal-info .modal_close_inner .hamburger_line {
	display: block;
	margin: 0 auto;
	height: 2px;
	background: #ccc;
}
.modal-info .modal_close_inner .hamburger_line.fristLine {
	-webkit-transform: rotate(45deg) translate(4.5px, -3.5px);
	    -ms-transform: rotate(45deg) translate(4.5px, -3.5px);
	        transform: rotate(45deg) translate(4.5px, -3.5px);
}
.modal-info .modal_close_inner .hamburger_line.lastLine {
	-webkit-transform: rotate(-45deg) translate(4.5px, 3.5px);
	    -ms-transform: rotate(-45deg) translate(4.5px, 3.5px);
	        transform: rotate(-45deg) translate(4.5px, 3.5px);
}

.modal-info .overpass {
	display: inline-block;
	margin: 18px 0 0 0;
	letter-spacing: 1.2px;
}

.modal-info .modal_section_ttl {
	margin-bottom: 70px;
	text-align: center;
}
.modal-info .modal_section_ttl span {
	display: block;
	margin-top: 10px;
	color: #ccc;
	font-size: 16px;
}

/*** LOCATION ***/
.modalLocation_img {
	visibility: hidden;
	opacity: 0 !important;
	position: relative;
	margin-bottom: 46px;
	transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition-delay: 0.8s;
}
.view-modal-info .modalLocation_img {
	visibility: visible;
	opacity: 1 !important;
}

.modalLocation_inner {
	padding: 0 44px;
}

.modalLocation_lead {
	color: #8d7c3c;
	font-size: 32px;
}
.modalLocation_lead span {
	vertical-align: middle;
	font-size: 16px;
}

.modalLocation_txt {
	margin: 30px 0 72px;
	color: #ccc;
	font-size: 16px;
	line-height: 2.375;
}

.modalLocation_way_box {
	float: left;
	color: #ccc;
	font-size: 14px;
}
.modalLocation_way_box dl:first-child {
	margin-bottom: 33px;
	padding-bottom: 32px;
	border-bottom: 1px solid #3b3b3b;
}
.modalLocation_way_box dt {
	margin-bottom: 18px;
	height: 31px;
	font-size: 18px;
	line-height: 1;
}
.modalLocation_way_box dt:before {
	content: "";
	display: inline-block;
	margin-right: 13px;
	vertical-align: middle;
}
.modalLocation_way_box dt.car:before {
	width: 40px;
	height: 16px;
	background: url("../img/common_car_icon.png");
}
.modalLocation_way_box dt.train:before {
	position: relative;
	top: -2px;
	width: 25px;
	height: 31px;
	background: url("../img/common_train_icon.png");
}
.modalLocation_way_box dd {
	line-height: 1.564;
}

.modalLocation_box_way-right {
	margin-left: 63px;
}

.modalLocation_way_attention {
	margin-top: 40px;
}

.modalLocation_way_map {
	margin-top: 10px;
	text-align: right;
}
.modalLocation_way_map a {
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	text-decoration: none;
	color: #ccc;
}
.modalLocation_way_map a:before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	width: 13px;
	height: 13px;
	background: url("../img/common_blank_icon.png");
	vertical-align: middle;
}
.modalLocation_way_map a:hover {
	opacity: 0.6;
}

.map_canvas {
	width: 520px;
	height: 360px;
}

/*** OUTLINE ***/
.table {
	font-size: 14px;
}
.table table {
	width: 100%;
	border-collapse: separate;
}
.table tr {
	text-align: left;
	line-height: 1.36;
}
.table tr:nth-child(2) {
	border-spacing: 1px;
}
.table tr:nth-child(even) {
	background: #252525;
}
.table tr:nth-child(odd) {
	background: #1d1d1d;
}
.table th {
	padding: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background: #8d7c3c;
	color: #000;
	line-height: 1;
}
.table td {
	position: relative;
	padding: 16px 0;
	padding-right: 0;
	vertical-align: top;
	color: #ccc;
}
.table td .br {
	display: inline-block;
	margin-top: 5px;
}
.table td:before,
.table td:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
}
.table td:before {
	top: 0;
	background: rgba(255, 255, 255, 0.1);
}
.table td:after {
	bottom: 0;
	background: #000;
}
.table td.head {
	padding-left: 18px;
	width: 137px;
	color: #8d7c3c;
	font-weight: bold;
}
.table td.border-l {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-spacing: 1px;
}
.table td.border-r {
	border-right: 1px solid #000;
}
.table td span {
	display: inline-block;
}

.modal_section-outline td span {
	vertical-align: top;
}

.modal_section-outline .address_info {
	display: inline-block;
	margin-top: 3px;
	font-size: 12px;
}

/*** PRICE ***/
.table-price .colon {
	display: inline-block;
	margin-left: 1em;
}

.table-price .colon_3 {
	margin-right: 0.5em;
}

.table-price .colon_5 {
	margin-right: 1.5em;
}

.table-price table {
	border-collapse: collapse;
}
.table-price table tr {
	text-align: center;
}
.table-price table tr:nth-child(odd) {
	background: #252525;
}
.table-price table tr:nth-child(even) {
	background: #1d1d1d;
}
.table-price table tr:nth-child(3) {
	border-top: 1px solid #303030;
}
.table-price table tr:nth-child(4) {
	border-top: 1px solid #5c5c5c;
}
.table-price table tr:nth-child(5) {
	border-top: 1px solid #303030;
}
.table-price table tr:nth-child(6) {
	border-top: 1px solid #5c5c5c;
}
.table-price table tr:nth-child(7) {
	border-top: 1px solid #303030;
}

.table-price th:first-child {
	width: 25%;
}

.table-price th:nth-child(2) {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.table-price th .num {
	font-size: 22px;
}

.table-price th .th_info {
	margin-left: 5px;
	font-size: 14px;
}

.table-price td {
	border-right: 1px solid #5c5c5c;
	vertical-align: middle;
	color: #ccc;
	font-size: 14px;
}
.table-price td:first-child {
	color: #ccc;
}
.table-price td[rowspan="2"] {
	position: static;
	padding: 20px 0 15px;
	border-right: 1px solid #5c5c5c;
	background: #252525;
}
.table-price td:before,
.table-price td:after {
	display: none;
}
.table-price td:last-child {
	border-right: none;
}

.table-price .roomtype {
	margin: 11px auto 12px;
	letter-spacing: -1px;
	color: #ccc;
}

.table-price .roomarea {
	color: #999;
}

.table-price .priceTotal {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	font-size: 24px;
}
.table-price .priceTotal .yen {
	font-size: 20px;
}

.table-price .priceDetail {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	color: #999;
}

.table-price .cost {
	font-size: 18px;
}

.table-price .tax {
	font-size: 14px;
}

.priceAttention {
	margin-top: 14px;
	letter-spacing: -1px;
	color: #999;
	font-size: 13px;
}
.priceAttention span {
	display: inline-block;
	text-indent: 1em;
}

/* ------------------------
underMenu
------------------------ */
.underMenu {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 1100px;
}
.underMenu:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 100px;
	background: #666;
}

.underMenu_btn {
	position: relative;
	padding: 27px 0 22px;
	height: 149px;
}
.underMenu_btn:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 27px;
	width: 0;
	height: 100px;
	transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	background: url(../img/underMenu_bg.png);
}
.underMenu_btn:hover:before {
	width: 476px;
}
.underMenu_btn:hover .underMenu_btn_arrow-left:after {
	transition-delay: 0s;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.underMenu_btn:hover .underMenu_btn_arrow-left img {
	transition-delay: 0.7s;
	-webkit-transform: scale(-1, 1) translateX(0);
	    -ms-transform: scale(-1, 1) translateX(0);
	        transform: scale(-1, 1) translateX(0);
}
.underMenu_btn:hover .underMenu_btn_arrow-right:after {
	transition-delay: 0s;
	-webkit-transform: scale(1, 1) translateX(100%);
	    -ms-transform: scale(1, 1) translateX(100%);
	        transform: scale(1, 1) translateX(100%);
}
.underMenu_btn:hover .underMenu_btn_arrow-right img {
	transition-delay: 0.7s;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.underMenu_btn-left {
	float: left;
	width: 549px;
}
.underMenu_btn-left:before {
	right: 41px;
}

.underMenu_btn-right {
	float: right;
	width: 550px;
}
.underMenu_btn-right:before {
	left: 40px;
}

.underMenu_btn_name {
	display: block;
	padding-top: 31px;
}
.underMenu_btn_name span {
	display: block;
	letter-spacing: -1px;
	color: #999;
}

.underMenu_btn_name-00 {
	padding-left: 190px;
}
.underMenu_btn_name-00 span {
	padding: 8px 0 0 34px;
}

.underMenu_btn_name-01 {
	padding-left: 200px;
}
.underMenu_btn_name-01 span {
	padding: 7px 0 0 36px;
}

.underMenu_btn_name-02 {
	padding-left: 119px;
}
.underMenu_btn_name-02 span {
	padding: 7px 0 0 34px;
}

.underMenu_btn_name-03 {
	padding-left: 140px;
}
.underMenu_btn_name-03 span {
	padding: 7px 0 0 36px;
}

.underMenu_btn_name-04 {
	padding-left: 170px;
}
.underMenu_btn_name-04 span {
	padding: 7px 0 0 36px;
}

.underMenu_btn_arrow {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 72px;
	width: 55px;
	height: 10px;
}
.underMenu_btn_arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 10px;
	transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.7s;
}
.underMenu_btn_arrow img {
	transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.underMenu_btn_arrow-left {
	left: 4px;
}
.underMenu_btn_arrow-left:after {
	background: url(../img/common_icon_arrow_u_l.png) no-repeat;
}
.underMenu_btn_arrow-left img {
	-webkit-transform: scale(-1, 1) translateX(-100%);
	    -ms-transform: scale(-1, 1) translateX(-100%);
	        transform: scale(-1, 1) translateX(-100%);
}

.underMenu_btn_arrow-right {
	right: 3px;
}
.underMenu_btn_arrow-right:after {
	background: url(../img/common_icon_arrow_u_r.png) no-repeat;
}
.underMenu_btn_arrow-right img {
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}