@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');



/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;/* safari フォーカス枠無し */
}


address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight:normal;
}

html {
	font-size: 62.5%;
}

body {
	font-family:'Noto Serif JP', serif;
	font-size: 1.8rem;
    line-height: 1.8;
	color: #000;
	letter-spacing: 0.05em;
}

a {color: #000;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: underline; text-underline-offset: 4px;}
a:active {color: #000;}

hr {
	border-top: 1px solid #333;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	z-index: 5;
}

.cap-cover-left {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-white {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 255, 255, 255, 0.8);
	padding: 2px 5px;
	z-index: 5;
}

.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	font-size: 0.875em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-bold {
	font-weight: 600;
}

.txt-italic {
	font-style: italic;
}

.txt-black {
	color: #000!important;
}

.txt-white {
	color: #fff!important;
}

.txt-gold {
	color: #9c7725!important;
}

.txt-kerning {
	margin: 0 -0.4em;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.txt-white-shadow-strong2 {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.f-min {
	font-family:'Noto Serif JP', serif!important;
}

.f-go {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.f-en {
	font-family: 'Cinzel', serif!important;
}

.f-gara {
	font-family: "Cormorant Garamond", serif!important;
	font-weight: 400;
}

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

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.bt-bright-soft a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-soft a:hover {
	text-decoration: none;
	filter: brightness(115%);
}

.bt-bright-medium a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-medium a:hover {
	text-decoration: none;
	filter: brightness(140%);
}

.bt-bright-strong a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-strong a:hover {
	text-decoration: none;
	filter: brightness(160%);
}



.container {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.container_sp-wide {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-s {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-wp {
	padding: 0 10px;
}

.all-wrap {
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}








/* ---------------------------------
	 header
--------------------------------- */


header {
	width:100%;
	height: 80px;
	background: rgba(255,255,255,0);
	padding-top: 10px;
	position: fixed;
	top: 0;
	z-index:1000;
	transition: all 0.2s ease;
}

header.active {
	background: rgba(255,255,255,0.7);
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

h1 {
	max-width: 300px;
	margin-top: 5px;
}



/********** header-hnav ***********/

nav.header-hnav {
	flex-grow: 2;
}

nav.header-hnav ul {
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
	padding-right: 40px;
}

nav.header-hnav li {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	width: 160px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.header-hnav li a:hover {
	opacity: 0.4;
}

nav.header-hnav li:nth-child(1) a {
	background: #928058;
	color: #fff;
}

nav.header-hnav li:nth-child(1) a:hover {
	opacity: 1;
	filter: brightness(140%);
}



/********** header-gnav ***********/

.hamburger {
	display : block;
	position: relative;
	z-index : 1200;
	width : 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background: rgba(255,255,255,0);
	top: 20px;
}

.hamburger span {
	display : block;
	position: absolute;
	width   : 100%;
	height  : 2px ;
	left    : 0;
	background : #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 0px;
}
.hamburger span:nth-child(2) {
	top: 10px;
}
.hamburger span:nth-child(3) {
	top: 20px;
}

.hamburger.active span:nth-child(1) {
	top : 10px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

nav.gnav {
	position: fixed;
	z-index : 1100;
	top  : 0;
	right : 0;
	background-image: url("../images/header_bg.jpg");
	background-position: right top;
	background-size: cover;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 800px;
	height: 100%;
	padding: 35px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
	
nav.gnav.active {
	transform: translateX(0);
}

nav.gnav ul.main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

nav.gnav ul.main li {
	position: relative;
	width: 31.51%;
}

nav.gnav ul.main li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.2;
	width: 100%;
	padding: 30px 0;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

nav.gnav ul.main li a:hover {
	background: rgba(146, 117, 39, 0.2);
}

nav.gnav ul.main li a span {
	width: 100%;
	text-align: center;
}

nav.gnav ul.main li a span.en {
	font-family: 'Cinzel', serif;
	color: #927527;
	font-size: 2.5rem;
}

nav.gnav ul.main li a span.ja {
	font-size: 1.2rem;
	margin-top: 2px;
}

nav.gnav ul.main li .new{
	position: absolute;
	top: 1px;
	right: 0;
    color: #fff;
    font-size: 1.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	background: #b3132d;
    padding: 2px 3px;
}

nav.gnav ul.sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}

nav.gnav ul.sub li {
	position: relative;
	width: 48%;
}

nav.gnav ul.sub li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	width: 100%;
	padding: 20px 0;
	text-decoration: none;
	transition: all 0.3s;
}

nav.gnav ul.sub li:nth-child(1) a {
	background: #928058;
}

nav.gnav ul.sub li:nth-child(1) a:hover {
	filter: brightness(130%);
}




/********** loading ***********/

.loading {
	animation: loading 2s;
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/********** main ***********/

main {
	margin-top: 0;
}







/* ---------------------------------
	 content-PC
--------------------------------- */



.dammy {
	word-break: break-word;
}

.dammy-red {
	color: #f00;
	word-break: break-word;
}

.dammy-blue {
	color: #00f;
	word-break: break-word;
}



.body-bg01 {
	background-image: url("../images/body-bg01.jpg");
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}



.first-set {
	padding-top: 60px;
}


h3.txt-head-l {
	font-size: 3.8rem;
	line-height: 1.5;
	text-align: center;
}

.txt-head {
	font-size: 3.0rem;
	line-height: 1.6;
}

.txt-head-s {
	font-size: 2.5rem;
	line-height: 1.6;
}

.txt-lead {
	margin-top: 40px;
	text-align: justify;
}


h3.txt-head-l sup  {
	font-size: 0.35em;
	letter-spacing: 0;
	top: -1.6em;
}

.txt-head sup {
	font-size: 0.35em;
	letter-spacing: 0;
	top: -1.6em;
}



@media only screen and (max-width: 1240px){
.inner-aj {	text-align: justify!important;}
.inner-aj br {	display: none;}
}










/*
h2.title-en {
	font-family: "Cormorant Garamond", serif;
	color: #5a8b7e;
	font-size: 7.0rem;
	line-height: 1.5;
	text-align: center;
}

.txt-head-l {
	font-size: 3.5rem;
	line-height: 1.5;
	text-align: center;
}

.txt-head {
	font-size: 3.0rem;
	line-height: 1.6;
}

.txt-head-s {
	font-size: 2.5rem;
	line-height: 1.6;
}

.txt-lead {
	margin-top: 40px;
	text-align: justify;
}

.txt-head-l sup {
	font-size: 0.35em;
	letter-spacing: 0;
	top: -1.6em;
}


@media only screen and (max-width: 1240px){
.inner-aj {	text-align: justify!important;}
.inner-aj br {	display: none;}
}





.plan_hanrei-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 60px;
}

.plan_hanrei-wrap li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
*/










/* ---------------------------------
	 footer
--------------------------------- */



footer {
	letter-spacing: 0.05rem;
}

.footer-cap {
	font-size: 1.1rem;
    line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	margin-top: 80px;
}

.footer-bt-wrap {
	margin-top: 80px;
}

.footer-bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-bt-wrap ul li {
	width: 44.17%;
	text-align: center;
	margin: 0 10px;
}

.footer-bt-wrap ul li a {
	width: 100%;
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 0.15em;
	padding: 15px 0;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-bt-wrap ul li:nth-child(1) a {
	background-color: #928058;
	background-image: url("../images/bt_mk01.png");
	background-position: left 3% center;
	background-repeat: no-repeat;
	background-size: 30px auto;
}

.footer-bt-wrap ul li:nth-child(1)  a:hover {
	filter: brightness(140%);
}

.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

.footer-wrap li:nth-child(1) {
	width: 35%;
}

.footer-wrap li:nth-child(2) {
	width: 22.25%;
	margin-left: 40px;
}

.footer-wrap .tel {
	font-family:'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

.footer-wrap .tel p:nth-child(1) {
	font-size: 1.2rem;
}

.footer-wrap .tel p:nth-child(2) {
	width: 330px;
	margin-top: 7px;
}

.footer-wrap .tel .time {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
	margin-top: 7px;
}

.footer-wrap .tel .time dt,
.footer-wrap .tel .time dd {
	font-weight: 500;
}

.footer-wrap .logo a {
	text-decoration: none;
}

.footer-wrap .logo p:nth-child(1) {
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.copyright {
	font-family: 'Noto Sans JP', sans-serif!important;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	background: #000;
	padding: 10px;
	margin-top: 20px;
}






/* ---------------------------------
	page-top
--------------------------------- */


#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 70px;
	z-index: 800;
    display: none;
}

#page-top a {
	transition: all .2s ease;
}

#page-top a:hover {
	opacity: 0.4;
}









/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}
















