@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600;700&family=Playfair+Display:wght@400;600;700&display=swap');


html {
  scroll-behavior: smooth;
  color: #333333;
  letter-spacing: 1px;
}
body{
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
	background: #F6F6F6;
}
html, body { overflow-x: hidden; }
img{
	width: 100%;
	height: auto;
	display: block;
}
section{
	padding: 100px 0;
}
a{
	transition: all 0.3s ease-out;
}
a:hover{
	opacity: 0.7;
}
p, li, dl{
    line-height: 2;
    letter-spacing: 1px;
}
h1,h2,h3,h4,h5{
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}
table{
	width: 100%;
}


@media screen and (max-width:768px){
	p, li, dl{
		font-size: 14px;
	}
	section{
		margin-bottom: 40px!important;
	}
	
}

.width-ss,.width-s,.width-sm,.width-m,.width-ml,.width-l,.width-ll{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.width-ss{max-width: 800px;}
.width-s{max-width: 900px;}
.width-sm{max-width: 1000px;}
.width-m{max-width: 1200px;}
.width-ml{max-width: 1300px;}
.width-l{max-width: 1400px;}
.width-ll{max-width: 1500px;}

.flex,.flex-al{
    display: flex;
    flex-wrap: wrap;
}
.flex-sb,.flex-sb-al{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec-title{
    font-size: 30px;
    letter-spacing: 4px;
    position: relative;
    margin-bottom: 50px;
}
.sec-title::after{
    content: "";
    background: var(--key);
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.sec-title.center{
	text-align: center;
}
.sec-title.center::after{
	left: 50%;
	transform: translateX(-50%);
}
.sec-title-sub{
    font-size: 24px;
    margin-bottom: 30px;
}

@media screen and (max-width:768px){
    .flex,.flex-sb{
        display: block;
    }
}

:root {
    --key: #ff8c00;
}

/**************************************************/
/********************* ヘッダー ********************/
/**************************************************/
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	height: 65px;
	width: 100%;
	background: #fff;
	z-index: 100;
}
.site-header-in{
	width: 90%;
    max-width: 1500px;
	height: 100%;
    margin: auto;
    align-items: center;
}
.site-logo{
	width: 200px;
}
.global-nav{
	flex-basis: calc(100% - 230px);
	
}
.global-nav ul {
    display: flex;
    gap: 32px;
    justify-content: end;
    padding-right: 50px;
}
.global-nav a {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}
.global-nav .en {
    display: block;
    font-size: 14px;
    letter-spacing: 0.08em;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.is-reserve{
    background: var(--key);
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
}
.global-nav .jp {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
    font-size: 11px;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease, transform 0.3s ease;
	color: #333;
}
/* hover時 */
.global-nav a:hover .en {
    opacity: 0.4;
}
.global-nav a:hover .jp {
    opacity: 1;
    transform: translateX(-50%) translateY(5px);
}


/**************************************************/
/********************* フロント ********************/
/**************************************************/
.front-top{
	margin-top: 65px;
	position: relative;
	height: calc(100vh - 65px);
	padding: 0;
}
.front-top-slider{
	height: calc(100vh - 65px);
}
.front-top-slider .swiper-slide{
	overflow: hidden;
}
.front-top-slider img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
	will-change: transform;
}
/* ズーム用アニメーション */
@keyframes frontZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}
.front-top-slider .swiper-slide.is-zoom img {
    animation: frontZoom 12s linear forwards;
}

.front-top-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	gap: 20px;
	z-index: 1;
}
.front-top-logo{
	width: 300px;
}
.front-top-text h1{
    font-size: 24px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 10px;
}
.front-top-text h1 small{
	font-size: 16px;
	display: block;
	margin-top: 10px;
}
.f-greet-info{
    flex-basis: 55%;
    margin-right: -15%;
    position: relative;
}
.f-greet-info p{
	background: #f6f6f6;
	padding: 20px 20px 0 0;
}

.f-greet-img{
	flex-basis: 60%;
}
.f-concept{
	background-image: url("../img/front/top.webp");
	background-size: cover;
	padding: 50px 0;
	position: relative;
}
.f-concept::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.f-concept-in{
    max-width: 1000px;
    margin: auto;
    color: #fff;
    position: relative;
    z-index: 1;
}
.f-menu{
	padding-bottom: 0!important;
}
.f-menu-bg{
    background: #fff;
    padding: 40px;
}
.f-menu-items>div{
	flex-basis: 48%;
}
.f-menu-row{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.f-menu-row:not(:last-of-type){
	border-bottom: 1px solid #ddd;
}
.f-menu-item{
	line-height: 1.7;
}
.f-menu-item small{
	display: block;
}
.f-menu-block{
	margin-bottom: 30px;
	font-size: 13px;
}
.f-menu-block h3{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 2px;
    letter-spacing: 5px;
}
.f-menu-price{
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.f-menu-notes{
    font-size: 14px;
    border: 1px solid #aaa;
    padding: 20px;
    color: #555;
}
.f-style-items{
	gap: 20px;
	margin-bottom: 40px;
}
.f-style-item{
	flex-basis: calc(100% / 4 - 15px);
}
.link-btn{
	text-align: center;
}
.link-btn a{
    display: inline-block;
    border: 1px solid #333;
    padding: 10px 120px 10px 100px;
    position: relative;
}
.link-btn a::after{
	content: "＞";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.f-rese{
	background: #fff;
	position: relative;
	padding-bottom: 150px;
}
.f-rese-flex{
	align-items: flex-end;
}
.f-rese-info {
    flex-basis: 50%;
    background: #1a1a1a;
    color: #fff;
    padding: 40px;
	position: relative;
	z-index: 3;
}
.f-rese-img{
	flex-basis: 85%;
	margin-left: -35%;
	position: relative;
	z-index: 2;
}
.f-rese-img img {
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 150px;
}
.f-rese-bg{
    position: absolute;
    height: 620px;
    width: 80%;
    top: 200px;
    left: 0;
    background: #F3EFEA;
    z-index: 1;
}
.f-rese-info p{
	margin-bottom: 30px;
}
.f-rese-info .link-btn a {
    border: 1px solid #FFF;
}

/**************************************************/
/********************* マージン ********************/
/**************************************************/
.rev{
	flex-direction: row-reverse;
}
.mt-10{
    display: inline-block;
    margin-top: 10px;
}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}

 /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

@media screen and (max-width: 768px) {
.pc, .pc2 { display: none !important; }
  /*pcのみ表示ブロック*/
  .sp { display: block !important; }
}