﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
カラム構成
========================*/
.container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #FBE8D0;
  background: linear-gradient(0deg,rgba(251, 232, 208, 1) 0%, rgba(233, 241, 226, 1) 50%, rgba(251, 232, 208, 1) 100%);
  background-attachment: fixed;
}
main {
  flex: 1;
  padding: 0 0 64px;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 0;/*親要素からはみ出し防止*/
}
aside {
  width:84px;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-y: hidden;
}
@media screen and (max-width: 1240px) {
aside {
  width:64px;
  }
}
@media screen and (max-width: 767px) {
.container {
  flex-direction: column-reverse;
  }
aside {
  width:100%;
  height: 64px;
  background: #FFF;
  }
main {
  width: 100%;
}
}
@media screen and (max-width: 640px) {
main {
  padding: 0 0 42px;
  }
}


/*========================
フッター
========================*/
footer {
  width: 100%;
  background: #FFF;
  padding: 64px 32px 32px;
  margin: auto;
}
footer ul {
  width:100%;
  max-width: 840px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
footer ul li:first-child{
  width: 320px;
  text-align: center;
}
footer ul li:first-child img{
  width: 220px;
}
footer ul li:last-child{
  flex: 1;
  padding: 0 0 0 32px;
}
footer ul li:last-child h1{
  font-size: 1.05em;
  font-weight: 500;
  margin-bottom: 0.8em;
}
footer ul li:last-child p{
  font-size: 0.95em;
  margin: 0.5em 0;
}
footer ul li:last-child .access {
  font-size: 0.9em;
  margin: 0.6em 0 1em;
}
footer ul li:last-child .copyright {
  font-family: "Figtree", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #616161;
}
@media screen and (max-width: 1000px) {
footer ul {
  align-items:flex-start;
  }
footer ul li:first-child{
  width: 220px;
  }
footer ul li:first-child img{
  width: 164px;
  }
}
@media screen and (max-width: 767px) {
footer {
  padding: 48px 32px 32px;
  }
footer ul {
  max-width: 420px;
  display: block;
  flex-direction: column;
  }
footer ul li:first-child{
  width: 100%;
  }
footer ul li:first-child img{
  width: 164px;
  }
footer ul li:last-child{
  padding: 32px 0 0 0;
  text-align: center;
  }
footer ul li:last-child h1{
  text-align: left;
  }
footer ul li:last-child p{
  text-align: left;
  }
footer ul li:last-child .access {
  text-align: left;
  }
footer ul li:last-child .copyright {
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
footer {
  padding: 32px 32px 24px;
  }
footer ul li:first-child img{
  width: 124px;
  }
footer ul li:last-child{
  padding: 18px 0 0 0;
  }
}

/*-------------------------
アイコンリンク
--------------------------*/
.footSNS {
  display: inline-block;
  margin: 32px 0;
}
.footSNS a{
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid #9F9F9F;
}
.footSNS a:first-child{
  padding: 0 1em 0 0;
}
.footSNS a:last-child {
  border-right: none;
  padding: 0 0 0 1em;
}
.footSNS img{
  max-width: 42px;
}
@media screen and (max-width: 480px) {
.footSNS {
  margin: 24px 0;
  }
.footSNS img{
  max-width: 32px;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
画像付きセクション
--------------------------*/
.seccolumn {
  width:100%;
  margin: 100px auto 64px;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.seccolumn li:first-child{
  width: 40%;
  position: relative;
}
.seccolumn li:last-child{
  width: 60%;
  padding: 32px 32px 32px 48px;
}
.seccolumn li:first-child img {
  z-index: -1;
}
.seccolumn li:first-child h5 {
  position: absolute;
  top: -24px;
  right: 18px;
  writing-mode: vertical-rl;
  font-family: "Figtree", sans-serif;
  white-space: nowrap;
  letter-spacing: 0.06em;
	font-weight: 300;
	font-size: 3.4em;
  color: #FFF;
}
.seccolumn li:last-child p {
  font-size: 1.1em;
  margin-bottom: 0.8em;
  line-height: 1.9;
}
@media screen and (max-width: 1420px) {
.seccolumn li:first-child h5 {
	font-size: 3em;
  }
}
@media screen and (max-width: 960px) {
.seccolumn {
  display: block;
  flex-direction: column;
  }
.seccolumn li:first-child{
  width: 100%;
  }
.seccolumn li:last-child{
  width: 100%;
  padding: 32px 42px 0 42px;
  }
.seccolumn li:first-child h5 {
	font-size: 4em;
  }
.seccolumn li:last-child p {
  padding: 0 0.8em;
  }
}
@media screen and (max-width: 640px) {
.seccolumn {
  margin: 84px auto 48px;
  }
.seccolumn li:first-child h5 {
	font-size: 3.4em;
  }
.seccolumn li:last-child p {
  font-size: 1em;
  line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
.seccolumn {
  margin: 64px auto 42px;
  }
.seccolumn li:last-child{
  width: 100%;
  padding: 32px 32px 0 32px;
  }
.seccolumn li:first-child h5 {
	font-size: 2.6em;
  }
}

/*-------------------------
見出し
--------------------------*/
/* 大文字 */
.title {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
.title {
  font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
.title {
  font-size: 1.7em;
  }
}
@media screen and (max-width: 640px) {
.title {
  margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
.title {
  font-size: 1.5em;
  margin-bottom: 18px;
  }
}

/* オレンジゴシック */
.orangegothic {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.4em;
  color: #E59332;
  line-height: 1.6;
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
.orangegothic {
  font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
.orangegothic {
  font-size: 1.15em;
  }
}

/*-------------------------
アイコン付き電話リンクテキスト
--------------------------*/
.tel{
  position:relative;
  display: inline-block;
  font-size: 1.6em;
  line-height: 1;
  padding: 0 0 0 0.9em;
  color: #333;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0.3em auto;
  letter-spacing: 0.06em;
}
.tel:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/common/tel.png) no-repeat;
  background-size:contain;
}
@media screen and (max-width: 480px) {
.tel{
  font-size: 1.4em;
  }
}

/*-------------------------
ボタン・テキストリンク
--------------------------*/
/* 文末矢印付き四角ボタン */
.btn {
  display: inline-block;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 3em 1em 1.2em;
  border: 1px solid #626262;
  color: #333;
  font-size: 0.95em;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0.6em 0.6em 0;
}
.btn:after {
  position: absolute;
  right: 1em;
  top:34%;
  transform-origin: left;
  width: 1.6em;
  height: .6em;
  background-color: #626262;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}
.btn:hover{
  background-color: rgb(255,255,255,0.6);
}
@media screen and (max-width: 480px) {
.btn {
  width: 100%;
  padding: 0.9em 3em 0.9em 1.2em;
  }
}

/* ご予約はこちらボタン*/
.btn_resv {
	display: inline-block;
	color: #8D455C;
	background-color: rgb(255,255,255,1);
	text-decoration: none;
	padding: 1.2em 1.5em 1.2em 3.6em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid #8D455C;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_resv:before {
	position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.4em;
  height:1.4em;
  background:url(../img/icon_resv2.png) no-repeat;
  background-size:contain;
}
.btn_resv:hover{
	background-color: rgb(255,255,255,0.6);
}
@media screen and (max-width: 480px) {
.btn_resv {
	width: 100%;
  font-size: 1.05em;
	padding: 1em 1.5em 1em 3.2em;
  text-align: center;
  }
}

/* ご予約はこちらボタン(メニューボックス用)*/
.btn_resv2 {
  width: 100%;
	display: inline-block;
	color: #8D455C;
	background-color: rgb(255,255,255,1);
	text-decoration: none;
	padding: 0.9em 1.2em 0.9em 3em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid #8D455C;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  text-align: center;
}
.btn_resv2:before {
	position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.4em;
  height:1.4em;
  background:url(../img/icon_resv2.png) no-repeat;
  background-size:contain;
}
.btn_resv2:hover{
	background-color: rgb(255,255,255,0.6);
}


/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像420px ＋ テキスト*/
.column420 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column420 li:first-child {
  max-width: 420px;
  margin: 0 42px 0 0;
}
.column420 li:last-child {
  flex: 1;
}
@media screen and (max-width: 960px) {
.column420 {
  align-items:flex-start;
  }
.column420 li:first-child {
  max-width: 300px;
  margin: 0 32px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column420 {
  flex-direction: column;
  display:block;
  max-width: 640px;
  }
.column420 li:first-child {
  max-width: 100%;
  margin: 0 0 24px 0;
  }
.column420 li:first-child img{
  width: 100%;
  max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
.column420 {
  max-width: 480px;
  }
.column420 li:first-child img{
  max-width: 320px;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}
