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

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*ZenOldMincho*/
  font-family: "Zen Old Mincho";
  src: url('../fonts/font/ZenOldMincho-Regular.ttf');
  src:
  url('../fonts/font/ZenOldMincho-Regular.woff2') format('woff2'),
  url('../fonts/font/ZenOldMincho-Regular.woff') format('woff'),
  url('../fonts/font/ZenOldMincho-Regular.ttf') format('truetype');
	font-weight: 400;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: #EFEDEB;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
    font-style: normal;
	max-width:1920px;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:400;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 320px;margin-top: 56px;}
.btn01 a {display: flex;justify-content: space-between;align-items: center;width: 100%;padding-bottom: 16px;box-sizing: border-box;position: relative;}
.btn01 a::before, .btn01 a::after {content: "";display: block;height: 1px;position: absolute;bottom: 0;left: 0;transition: 0.3s;}
.btn01 a::before {width: 100%;background: #D2CDC9;}
.btn01 a::after {width: 0;background: #000;}
.btn01 a .btn-text {display: block;width: calc(100% - 50px);font-size: 18px;line-height: 1.44;}
.btn01 a .arrow {display: block;width: 42px;height: 9px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;}
.btn01 a:hover {text-decoration: none;}
.btn01 a:hover::after {width: 100%;}

.btn01.shiro a::before {background: #535353;}
.btn01.shiro a::after {background: #FFFFFF;}
.btn01.shiro a .btn-text {color: #FFFFFF;}
.btn01.shiro a .arrow {background: url("../img/common/btn_arrow_white.svg") no-repeat center;background-size: contain;}

.btn01.sns-btn01 a .btn-text {padding-left: 32px;box-sizing: border-box;position: relative;font-size: 16px;line-height: 1.5;}
.btn01.sns-btn01 a .btn-text::before {content: "";display: block;width: 24px;position: absolute;top: 4px;left: 0;filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(11%) hue-rotate(250deg) brightness(99%) contrast(99%);}
.btn01.sns-btn01.sns-btn01_ig a .btn-text::before {height: 24px;background: url("../img/common/icon_insta.svg") no-repeat center;background-size: contain;}
.btn01.sns-btn01.sns-btn01_x a .btn-text::before {height: 22px;background: url("../img/common/icon_x.svg") no-repeat center;background-size: contain;}

.title01 {margin-bottom: 40px;}
.title01 .sub {display: block;color: #B1883A;padding-left: 56px;position: relative;margin-bottom: 23px;}
.title01 .sub::before {content: "";display: block;width: 40px;height: 1px;background: #B1883A;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.title01 .title {display: block;font-family: "Zen Old Mincho";font-size: 40px;line-height: 1.45;letter-spacing: 0.024em;}

.title01.shiro .sub {color: #CCA66B;}

.title01_tate {display: flex;flex-direction: row-reverse;align-items: flex-start;justify-content: flex-end;margin-bottom: 0;}
.title01_tate .sub {padding-top: 41px;padding-left: 0;margin-left: 24px;margin-bottom: 0;line-height: 1;}
.title01_tate .sub::before {width: 1px;height: 32px;top: 0;left: 50%;transform: translateX(-50%);}
.title01_tate .title {line-height: 1;letter-spacing: -0.3em;margin-top: -22px;}
.safari .title01_tate .title {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
    .title01_tate .title {letter-spacing: 0.1em;}
}

.tel_box {}
.tel_box .tel {}
.tel_box .tel .num {font-size: 24px;line-height: 1.46;padding-left: 20px;position: relative;}
.tel_box .tel .num::before {content: "";display: block;width: 16px;height: 16px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 12px;left: 0;}
.tel_box .tel-text {font-size: 15px;line-height: 1.4;text-align: center;margin-top: -3px;}

.contact_btn {width: 180px;height: 48px;}
.contact_btn a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;box-sizing: border-box;background: #B1883A;text-align: center;}
.contact_btn a .btn-text {display: inline-block;font-size: 18px;line-height: 1.44;color: #FFFFFF;padding-left: 28px;box-sizing: border-box;position: relative;transition: 0.3s;}
.contact_btn a .btn-text::before {content: "";display: block;width: 20px;height: 16px;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: contain;position: absolute;top: 6px;left: 0;}
.contact_btn a:hover {text-decoration: none;background: #FFFFFF;}
.contact_btn a:hover .btn-text {color: #B1883A;}
.contact_btn a:hover .btn-text::before {filter: brightness(0) saturate(100%) invert(62%) sepia(21%) saturate(1151%) hue-rotate(1deg) brightness(86%) contrast(88%);}

.sns-link-list {width: auto!important;align-items: center;}
.sns-link-list > li {width: 40px;height: 40px;margin-right: 5px;}
.sns-link-list > li:last-child {margin-right: 0;}
.sns-link-list > li > a {display: block;width: 100%;height: 100%;background: #191818;border-radius: 50%;position: relative;}
.sns-link-list > li > a > img {width: auto;height: 20px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.sns-link-list > li > a:hover {background: #B1883A;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.bold{font-weight: 700;}

.common_text {line-height: 2;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.min {font-family: "Zen Old Mincho";}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.safari .tate {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
}
.tate .tate-num {position: relative;display: inline-block;right: -0.6em;top: -0.6em;margin-bottom: -0.3em;}
.safari .tate .tate-num {}
@-moz-document url-prefix(){
    .tate .tate-num {
	}
}

/*色*/
.shiro {color:#FFFFFF;}
.kuro {color: #000000;}
.ki {color: #CCA66B;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 6.25vw;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: 31.77vw;margin-left: 20px;position: relative;z-index: 1;}
#header .header_inner .logo_box .logo-text {font-size: 0.68vw;margin-bottom: 0.68vw;}
#header .header_inner .logo {align-items: center;width: auto;}
#header .header_inner .logo a {display: block;width: 19.74vw;position: relative;}
#header .header_inner .logo a .logo02 {position: absolute;top: 0;left: 0;opacity: 0;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}
#header .header_inner .logo .logo-img {width: 3.85vw;margin-left: 16px;}
#header .header_inner .logo .logo-sub {display: inline-block;font-size: 0.94vw;line-height: 1.44;letter-spacing: 0.016em;padding: 0.16vw 0.31vw 0.26vw;box-sizing: border-box;border: 1px solid #DBDBDB;margin-left: 16px;}

#header .header_inner .right {width: calc(100% - 33.85vw);height: 100%;padding-top: 0.26vw;box-sizing: border-box;margin-right: 20px;}
#header .header_inner .right .right_top {height: 2.76vw;margin-bottom: 0.99vw;justify-content: flex-end;align-items: flex-end;}

#header .header_inner .right .right_top .search_form {width: 10.42vw;height: 2.08vw;margin-right: 16px;}
#header .header_inner .right .right_top .search_form #searchform input[type="text"] {width: 100%;padding: 0.42vw 0.83vw 0.42vw 2.19vw;border: 1px solid #E5E5E5;background: url(../img/common/icon_search.svg) no-repeat center left 0.83vw, #FFFFFF;background-size: 0.94vw;font-size: 0.83vw;}
#header .header_inner .right .right_top .search_form #searchform input[type="submit"] {display: none;}

#header .header_inner .right .right_top .sns_box {display: inline-flex;width: auto;align-items: center;margin-right: 16px;}
#header .header_inner .right .right_top .sns_box > p {font-size: 0.78vw;margin-right: 8px;}
#header .header_inner .right .right_top .sns_box .sns-link-list > li {width: 2.08vw;height: 2.08vw;}
#header .header_inner .right .right_top .sns_box .sns-link-list > li > a {background: #EFEDEB;}
#header .header_inner .right .right_top .sns_box .sns-link-list > li > a > img {height: 1.04vw;filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(145deg) brightness(98%) contrast(101%);}
#header .header_inner .right .right_top .sns_box .sns-link-list > li > a:hover {background: #B1883A;}
#header .header_inner .right .right_top .sns_box .sns-link-list > li > a:hover > img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(214deg) brightness(102%) contrast(102%);}

#header .header_inner .right .right_top .tel_box {margin-right: 16px;}
#header .header_inner .right .right_top .tel_box .tel .num {font-size: 1.25vw;padding-left: 1.04vw;}
#header .header_inner .right .right_top .tel_box .tel .num::before {width: 0.83vw;height: 0.83vw;top: 0.63vw;}
#header .header_inner .right .right_top .tel_box .tel-text {font-size: 0.78vw;margin-top: -0.16vw;}

#header .header_inner .right .right_top .contact_btn {width: 9.38vw;height: 2.5vw;}
#header .header_inner .right .right_top .contact_btn a .btn-text {font-size: 0.94vw;padding-left: 1.46vw;}
#header .header_inner .right .right_top .contact_btn a .btn-text::before {width: 1.04vw;height: 0.83vw;top: 0.31vw;}

/*gnav*/
.gnav {}
.gnav > ul.flex {width:auto;justify-content: flex-end;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 20px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a, .gnav .gnav_first > p {display: block;font-size: 0.83vw;line-height: 1.5;position: relative;}
.gnav > ul > li > a::before, .gnav .gnav_first > p::before {content: "";display: block;width: 0;height: 1px;background: #000000;transition: 0.3s;position: absolute;bottom: -0.26vw;left: 0;}
.gnav > ul > li > a > span {white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover::before, .gnav .gnav_first > p:hover::before {width: 100%;}

.gnav .gnav_first {}
.gnav .gnav_first > p {padding-right: 0.99vw;white-space: nowrap;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 0.78vw;height: 0.52vw;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: cover;transition: 0.3s;position: absolute;top: 0.47vw;right: 0;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);}
.gnav_bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 0.99vw;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
}
.gnav_second {
	width: 61.46vw;
	background: rgba(251, 249, 248, 0.9);
	padding: 2.08vw;
	box-sizing: border-box;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_first .gnav_second > div {
	width: 10.94vw;
	margin: 0.68vw 0.63vw 0 0;
}
.gnav_first .gnav_second > div:nth-child(-n+5) {
	margin-top: 0;
}
.gnav_first .gnav_second > div:nth-child(5n) {
	margin-right: 0;
}
.gnav_first .gnav_second > div a {
	display: flex;
	align-items: center;
	width:100%;
	padding: 0.52vw;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
}
.gnav_first .gnav_second > div a img {
	width:4.17vw;
}
.gnav_first .gnav_second > div a p {
	width:calc(100% - 4.17vw);
	transition: 0.3s;
}
.gnav_first .gnav_second > div a:hover {
	text-decoration: none;
	border: 1px solid #B1883A;
}
.gnav_first .gnav_second > div a:hover p {
	color: #B1883A;
}

/* main */
/*-------------------------------------------*/
#main {}
#main.home_main {width: 100%; height: 800px;background: url("../img/main/main_img.jpg") no-repeat center bottom;background-size: cover;position: relative;margin-top: 0;}
#main.home_main .text_box {width: auto;position: absolute;bottom: 80px;left: 80px;}
#main.home_main .text_box .ls40 {letter-spacing: 0.04em;}
#main.home_main .text_box .ls-40 {letter-spacing: -0.04em;}
#main.home_main .text_box .ls-80 {letter-spacing: -0.08em;}
#main.home_main .text_box .main_title {font-size: 64px;line-height: 1.44;text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);}
#main.home_main .text_box .main_text {font-size: 26px;line-height: 1.43;margin-top: 27px;text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height:440px;padding-top:220px;box-sizing: border-box;background: url("../img/main/kasou.png") no-repeat bottom right #191818;font-family: "Zen Old Mincho";position:relative;}
#main.kasou::before {content:"";width:100%;height:1px;background:#525151;position:absolute;top:120px;left:0;}

#main.kasou .main_title {font-size:48px;letter-spacing:0.04em;margin-bottom:16px;color:#fff;}
#main.kasou .main_sub_title {font-size:18px;color:#CCA66B;}

#main.kasou .cnt {justify-content: space-between;align-items: center;}
#main.kasou .cnt .right {width: 675px;color: #fff;font-family: 'NotoSansJP';line-height:2;}

#main.kasou02 {padding-top: 119px;background: #191818;border-bottom: 1px solid #525151;}


/*パンくず*/
div#bread {height:0;position:relative;top:10px;}
ul.bread-list {font-size:12px;justify-content: flex-start;}
ul.bread-list li {color:#787878;}
ul.bread-list li a {text-decoration:none;color:#787878;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"-";margin: 0 8px;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:120px;z-index: -100;}

div#page-top{position: fixed;right: 0;bottom:0;z-index: -1;opacity: 0;transition: 0.3s;width:80px;background:#000;}
.fixed div#page-top{z-index: 50;opacity: 1;}

div#top-link {position: absolute;top: 0;}
div#top-link span {display: none;}




/* footer */
/*-------------------------------------------*/
#search-sec {padding: 110px 0 120px;box-sizing: border-box;}
#search-sec h2 {font-size: 40px;line-height: 1.45;letter-spacing: 0.04em;margin-bottom: 40px;}
#search-sec .box_title {font-size: 24px;line-height: 1.45;margin-bottom: 16px;}
#search-sec .kind_box {margin-top: 80px;}
#search-sec .kind_box .kind-list li {width: 260px;margin: 20px 20px 0 0;}
#search-sec .kind_box .kind-list li:nth-child(-n+4) {margin-top: 0;}
#search-sec .kind_box .kind-list li:nth-child(4n) {margin-right: 0;}
#search-sec .kind_box .kind-list li a {display: flex;align-items: center;width: 100%;padding: 10px;box-sizing: border-box;background: #FFFFFF;border: 1px solid #FFFFFF;}
#search-sec .kind_box .kind-list li a .img {width: 100px;text-align: center;}
#search-sec .kind_box .kind-list li a .img img {width: auto;height: 100px;}
#search-sec .kind_box .kind-list li a p {width: calc(100% - 100px);transition: 0.3s;}
#search-sec .kind_box .kind-list li a:hover {text-decoration: none;border: 1px solid #B1883A;}
#search-sec .kind_box .kind-list li a:hover p {color: #B1883A;}

#map-sec {width: 100%;height: 480px;position: relative;}
#map-sec iframe {width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#footer {padding-bottom: 120px;background: #232120;color: #FFFFFF;}
#footer a {color: #FFFFFF;}
#footer .nav_box {padding: 80px 0;box-sizing: border-box;background: #191818;}
#footer .nav_box .cnt {align-items: flex-start;}
#footer .nav_box .cnt h2 {width: 170px;}
#footer .nav_box .cnt .list_box {justify-content: space-between;width: calc(100% - 170px);padding-left: 88px;border-left: 1px solid #33312F;box-sizing: border-box;}
#footer .nav_box .cnt .list_box > div.flex {width: auto;}
#footer .nav_box .cnt .list_box > div.flex .list {margin-right: 120px;}
#footer .nav_box .cnt .list_box > div.flex .list:last-child {margin-right: 0;}
#footer .nav_box .cnt .list_box > div.flex .list li {padding-left: 16px;box-sizing: border-box;margin-bottom: 16px;position: relative;}
#footer .nav_box .cnt .list_box > div.flex .list li:last-child {margin-bottom: 0;}
#footer .nav_box .cnt .list_box > div.flex .list li::before {content: "";display: block;width: 8px;height: 1px;background: #FFFFFF;position: absolute;top: 13px;left: 0;}

#footer .footer_box {margin-top: 120px;}
#footer .footer_box .footer_box_in {justify-content: space-between;flex-wrap: nowrap;}
#footer .footer_box .footer_box_in .left {width: calc(100% - 600px);}
#footer .footer_box .footer_box_in .left .navs-list {display:flex;}
#footer .footer_box .footer_box_in .left .cnt {align-items: center;margin-top: 74px;}
#footer .footer_box .footer_box_in .left .cnt .contact_btn {margin-right: 40px;}
.navs-list {width: 100%;}
.navs-list > ul.navs-list01 {margin-right: 56px;}
.navs-list > ul.navs-list00 > li {padding-left: 16px;box-sizing: border-box;margin-bottom: 24px;position: relative;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom: 0;}
.navs-list > ul.navs-list00 > li::before {content: "";display: block;width: 8px;height: 1px;background: #FFFFFF;position: absolute;top: 13px;left: 0;}

#footer .footer_box .right {width: 600px;padding-left: 200px;box-sizing: border-box;position: relative;}
#footer .footer_box .right::before {content: "";display: block;width: 160px;height: 260px;background: url("../img/common/footer_img01.png") no-repeat center;background-size: contain;position: absolute;top: -20px;left: 0;}
#footer .footer_box .right .logo {width: 283px;margin-bottom: 32px;}
#footer .footer_box .right .logo a {display: block;width: 100%;}
#footer .footer_box .right .logo a:hover {text-decoration: none;opacity: 0.7;}

#footer .footer_box .right .info_box p {margin-bottom: 8px;}
#footer .footer_box .right .info_box p:last-child {margin-bottom: 0;}
#footer .footer_box .right .info_box p span {display: block;margin-bottom: 2px;}
#footer .footer_box .right .info_box p span:last-child {margin-bottom: 0;}
#footer .footer_box .right .copyright {font-size: 14px;line-height: 1.43;text-align: right;margin-top: 56px;}




/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
