
@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
	Foundation
------------------------ */
html,
body {
	height: 100%;
}

*,
*: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: 14px;
}

body {
	background-color: #fff;
	word-wrap: break-word; 
	color: #333;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 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%;
}

/* pc  sp  表示/非表示--------*/

.pc{display: block;}
.sp{display: none;}

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

}

/* 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
-------------------------------- */


/* 画像切り替え用 ---------------- */
.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: "游明朝", "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;
}

@media screen and (max-width:767px){
	.hamburger {
	top: 20px;
	left:0;
	}
}


.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;
}

@media screen and (max-width:767px){
	.hamburger_inner {
	width: 80px;
	}
}

.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: #666;
}

.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/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/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: 100%;
	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: #fff;
	overflow-y: scroll;
}
.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: 100px;
	right: 0;
	left: 0;
	margin: auto;
	width: 850px;
	max-height: 100%;
	transition: opacity 0.6s;
	transition-delay: 0.8s;
}

@media screen and (max-width:767px){
	.modalmenu_inner {
	margin: auto;
	width: 90%;
}
}

.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;
}

@media screen and (max-width:767px){
	.modalMenu_block-01 {float: none;}
	.modalMenu_block-01:after {width: 100%;}
	.modalMenu_block-01 img{max-width: 100%;}
}

.modalMenu_block-02 {
	float: right;
}

@media screen and (max-width:767px){
	.modalMenu_block-02 {float: none;margin-top: 40px;}
}


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

@media screen and (max-width:767px){
	.modalMenu_block-03 {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	}
}

.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;
}

@media screen and (max-width:767px){
	.modalMenu_list {width:100%;margin: 20px 0 0; }
	.modalMenu_list_item {margin-bottom: 30px;}
}

.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: 120px;
}

.modalMenu_list_item:nth-child(2) {
	width: 195px;
}

.modalMenu_list_item:nth-child(3) {
	width: 365px;
}

.modalMenu_list_item:nth-child(4) {
	width: 170px;
}
.modalMenu_list_item:last-child {
	margin-bottom: 0; 
	width: 175px;
}


@media screen and (max-width:767px){
.modalMenu_list_item:first-child {width: 30%;}
.modalMenu_list_item:nth-child(2) {width: 45%;}
.modalMenu_list_item:nth-child(3) {width: 89%;}
.modalMenu_list_item:nth-child(4) {width: 43%;}
.modalMenu_list_item:last-child {width: 43%;}
}

.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: #8d7c3c;
	font-size: 14px;
	text-align: center;
}

.modalMenu_snsList {
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modalMenu_snsList_item {
	margin-right: 40px;
}

.modalMenu_snsList_item img{width:100%;height:auto;}
.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: 330px;
}

@media screen and (max-width:767px){
	.modalMenu_info_list {
	margin: 30px 0 0; 
	width: 100%;
	}
}

.modalMenu_info_list_item {
	margin-bottom: 34px; 
	letter-spacing: 1px;
}
.modalMenu_info_list_item:last-child {
	margin-bottom: 0;
}

.modalMenu_info_list_item a {
	color: #666;
	line-height: 1;
}
.modalMenu_info_list_item a span {
	color: #ccc;
	font-size: 14px;
}

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

@media screen and (max-width:767px){
	.modalMenu_contactArea {
	margin: 30px 0 0;
	width:100%;
	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;
}

@media screen and (max-width:767px){
	.modalMenu_contactArea_info_requestBtn {margin:0 auto; }
}

.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/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/common_mail_icon_big.png) no-repeat;
}

.modalMenu_contactArea_tel {
	width:100%;
}

@media screen and (max-width:767px){
	.modalMenu_contactArea_tel {width:75%;margin: 20px auto;}
}

.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/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;
}

@media screen and (max-width:767px){
	.modalMenu_subArea {
	width: 100%;
	}
}

.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/common/modalmenu_bg_01.jpg) no-repeat top;
	background-size: cover;
}

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

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

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

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

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



/* ------------------------
modal
------------------------ */
.modal {
	visibility: hidden; 
	opacity: 0;
	position: fixed;
	z-index: 800;
	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_mask {
	position: absolute;
	z-index:2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.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: 80px auto 0;
	padding: 0;
	max-width:100%;
	height: calc(100vh - 300px);
	background-color: #fff;
}



.modal_section {
	display: none;
	visibility: hidden;
	transition: visibility 0.5s, opacity 0.5s;
}

.view-modal-service .modal_section.modal_section-service {
	display: block; 
	visibility: visible;
}
.view-modal-overview  .modal_section.modal_section-overview {
	display: block; 
	visibility: visible;
}
.view-modal-history .modal_section.modal_section-history {
	display: block; 
	visibility: visible;
}
.view-modal-access .modal_section.modal_section-access {
	display: block; 
	visibility: visible;
}

.view-modal-privacy .modal_section-privacy {
	display: block; 
	visibility: visible;
}

.view-modal-contact .modal_section-contact {
	display: block; 
	visibility: visible;
}




@media screen and (max-width:767px){
	.modal-info .modal_block {
	width: 90%;
	padding: 0;
	}
}
	

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

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

@media screen and (max-width:767px){
	.modal-info .modal_close {
	top: 30px;
	left: 20px;
	}
}

.modal-info .modal_close_inner {
	display: block;
	position: relative;
	padding: 3px;
	text-decoration: none;
	color: #666; 
	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;
}

@media screen and (max-width:767px){
	.modal-info .overpass {
	margin: 10px 0 0 0;
	}
}

.modal-info .modal_section_ttl {
	margin-bottom: 70px; 
	text-align: center;
}
.modal-info .modal_section_ttl {
	margin-bottom: 70px; 
	text-align: right;
	margin: 60px;
}

@media screen and (max-width:767px){
	.modal-info .modal_section_ttl {
	margin-bottom: 70px; 
	text-align: right;
	margin: 20px;
	}
}

.modal-info .modal_section_ttl span {
	display: block;
	margin-top: 10px; 
	color: #fff;
	font-size: 16px;
}


.modal-info .modal_section_ttl_min{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 30px;
	margin-bottom: 45px;
	text-align: center;
	margin-top: 85px;
	color: #666;
}

@media screen and (max-width:767px){
.modal-info .modal_section_ttl_min {
    margin-top: 880px;
	}
}

/*** 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;
}

@media screen and (max-width:767px){
	.modalLocation_inner {
	padding: 0 0;
}
}
.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_inner dl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;}


.modalLocation_inner dt {
	font-size: 20px;
	line-height: 1;
	margin-right: 30px;
}


.modalLocation_inner dd {
	line-height: 1.564;
	font-size: 20px;
}


@media screen and (max-width:767px){
	.modalLocation_inner dl {display: block;}


	.modalLocation_inner dt {
		font-size: 16px;
		line-height: 1;
		margin-right: 0;
		margin-bottom: 30px;
	}


	.modalLocation_inner dd {font-size: 16px;}
}

.map_canvas {
	width:100%;
	height: 450px;
}

@media screen and (max-width:767px){
	.map_canvas {
	width:100%;
	}
}



/*** Overview***/

.kv{width: 100%;
height: auto;
	position: relative;
}

.kv .lead{
	position: absolute;
	top:10%;
	left: 0;
	background-color: rgba(255,255,255,0.6);
	color: #000000;
	max-width: 750px;
	width: 40%;
	padding: 30px;
	text-align: center;
}


@media screen and (max-width:767px){
	.kv .lead {
    top: 138%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 10px;
	}
}


.table {
	font-size: 16px;
	background-color: rgba(141,124,60,0.8);
	max-width: 850px;
	width: 45%;
	position: absolute;
	right: 0;
	top:260px;
}
@media screen and (max-width:767px){
	.modal_section-overview .table{
		font-size: 14px;
		background-color: rgba(141,124,60,0.8);
		max-width: 950px;
		width: 90%;
		position: absolute;
		right: 0;
		left: 0;
		margin: 190% auto 50px;
	}
}

.table table {
	width:90%;
	border-collapse: collapse;
	margin: 50px auto;
}
.table tr {
	text-align: left;
	line-height: 1.36;
	border-bottom: 1px solid #fff;
}


.table th {
	padding:5px;
	color: #fff;
	line-height: 1;
}
.table td {
	position: relative; 
	padding:5px;
	padding-right: 0;
	vertical-align: top;
	color: #fff;
}
.table td .br {
	display: inline-block;
	margin-top: 5px;
}

.table td.head {
	padding-left: 16px;
	width: 137px;
	color: #fff; 
	font-weight: normal;
}



.box{
	background: #585858;
	max-width: 1000px;
	padding: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	margin:0 auto 50px;
}


@media screen and (max-width:767px){
	.box{
	padding: 25px;
	font-size: 14px;
	}
}


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

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

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

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

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

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

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

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

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


/****history*******/


.table_history{
	font-size: 16px;
	background-color: rgba(141,125,61,0.8);
	max-width: 950px;
	width: 50%;
	position: absolute;
	left: 0;
	top:380px;
}

@media screen and (max-width:767px){
	.table_history {
    width: 90%;
    top: 600px;
		right: 0;
		margin: 0 auto 50px;
		font-size: 14px;
	}
	
	.view-modal-history .modal_section.modal_section-history h3{width:80%;margin: 30px auto 0;}
	

}
.table_history table {
	width:80%;
	border-collapse: collapse;
	margin: 50px auto;
}

@media screen and (max-width:767px){
	.table_history table {margin: 25px auto;}
}

.table_history tr {
	text-align: left;
	line-height: 1.36;
	border-bottom: 1px solid #fff;
}


.table_history th {
	padding:5px;
	color: #fff;
	line-height: 1;
}
.table_history td {
	position: relative; 
	padding:5px;
	padding-right: 0;
	vertical-align: top;
	color: #fff;
}
.table_history td .br {
	display: inline-block;
	margin-top: 5px;
}

.table_history td.head {
	padding-left: 16px;
	width: 137px;
	color: #fff; 
	font-weight: normal;
}


/****access****/


@media screen and (max-width: 767px){
.view-modal-access .modal_section.modal_section-access h3 {
    width: 80%;
    margin: 30px auto 0;
	}
}
.modal_section-access .modalLocation_inner .ad{margin: 10px auto; font-size: 20px;text-align: center;}

.modal_section-access .map{margin: 0 auto;text-align: center;}



/****privecy***/

.modal_section-privacy{
	color: #666;
	padding: 0 15px;
	margin: 0 auto;
}
.modal_section-privacy h3{width: 80%;}

.modal_section-privacy .box{
	overflow-y: scroll;
	padding: 0;
	height: 450px;
	background: #fff;
	color: #666;
	scrollbar-base-color: #8c7b3a;
	scrollbar-arrow-color: #8c7b3a;
}


@media screen and (max-width:767px){
	
.modal_section-privacy{
	padding: 0 0;
}	
	.modal_section-privacy .box{
		height:100%;
		width: 100%;
		background: #fff;
		color: #666;
		display: block;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0); 
	}
}


.modal_section-privacy h3.modal_section_ttl{text-align: center;margin: 0 auto;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}

.modal_section-privacy h4{
	position: relative;
	display:block;
	margin-bottom: 1em;
	font-size: 30px;
	text-align: center;
	margin:40px auto;
	left: 0;
	right: 0;
}

@media screen and (max-width:767px){
	.modal_section-privacy h4{
	font-size: 18px;
	margin: 30px auto;
	}
}

.modal_section-privacy h4:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

.modal_section-privacy .text{width: 90%;margin: 0 auto;text-align: left;}

@media screen and (max-width:767px){
	.modal_section-privacy .text{width: 100%;margin: 0 auto;text-align: left;}
}

.modal_section-privacy ol{
	list-style: decimal;
	width: 87%;
	margin: 10px auto;text-align: left;
	padding-left: 15px;
}


.modal_section-privacy .atend{text-align: right;margin:20px 0; width: 90%;}

@media screen and (max-width:767px){
.modal_section-privacy .atend{font-size: 12px; width: 100%;}
}

.modal_section-privacy .ceo{text-align: right;font-size: 18px;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";width: 90%;}


/****contact***/
.modal_section-contact h3.modal_section_ttl{margin: 60px auto;text-align: center;}

.table_contact{
	font-size: 16px;
	max-width: 950px;
	width: 90%;
	border-collapse: collapse;
	margin: 50px auto;
	background: #fff;
}

@media screen and (max-width:767px){
	.table_contact {
    width: 90%;
    top: 600px;
		right: 0;
		margin: 25px auto;
		font-size: 14px;
	}

}


.table_contact tr {
	text-align: left;
	line-height: 1.36;
}


.table_contact th {
	padding:10px;
	color: #8c7b3a;
	line-height: 1;
}
.table_contact td {
	padding:10px;
	color: #8c7b3a;
}


@media screen and (max-width:767px){
	.table_contact td,
	.table_contact th{
	display: block;
	}
}


.table_contact td.ck {
	display: flex;
	flex-direction: row; 
	justify-content: flex-end;
	 align-items: center;
}

.table_contact td.ck span{white-space: nowrap;}
	
	
.table_contact td 
input[type="text"],
input[type="email"],
input[type="tel"] 
{border: 1px solid #8c7b3a;width:100%;padding: 10px;}


.table_contact td 
input[type="submit"]
{background: #8c7b3a;;width:100%;padding: 10px;color: #fff;}


/* ------------------------
underMenu
------------------------ */
.underMenu {
	overflow: hidden; 
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 1100px;
}

@media screen and (max-width:767px){
	.underMenu {width: 100%;}
}
.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/common/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/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/common_icon_arrow_u_r.png) no-repeat;
}
.underMenu_btn_arrow-right img {
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}