@charset "UTF-8";

html{

}
body{
  line-height: 1.7;
  margin: 0;

  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3{
font-family:
  "Yu Mincho",
  "游明朝",
  YuMincho,
  "Hiragino Mincho ProN",
  "Hiragino Serif",
  serif;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
  margin: 20px 0 10px;
}
p,
.sold{
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  font-size: 18px;
}
a{
    text-decoration: none;
}
.headcon{
  background: #fff;
  width: 100%;
  z-index: 1;
}
figure img{
  max-width: 100%;
}
.rogo a{
  color: black;
}
.sm-tx{
  display: block;
  font-size: 16px;
  line-height: 130%;
}
.menu-wrapper {
  position: relative;
  padding: 0 70px;
}

.menu-icon {
  width: 40px;
  height: 30px;
  position: absolute; /* ← fixedにして常に左上固定 */
  top: 20px;
  right: 70px;
  cursor: pointer;
  z-index: 4;
  display: inline-block;
}

.menu-icon span {
  display: block;
  height: 2px;
  margin: 8px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked ~ .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked ~ .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked ~ .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.menu {
  position: fixed;
  top: 0;
  right: -500px; /* ← 初期位置を左へ */
  width: 400px;
  height: 100%;
  background: #fff;
  transition: right 0.4s ease;
  z-index: 3;
}

#menu-toggle:checked ~ .menu {
  right: 0; /* ← 開いたときは左0へ */
}
#menu-toggle:checked ~ .menu-icon {
  position: fixed;
  top: 115px;
}
.menu-cover{
  display: none;
}
#menu-toggle:checked ~ .menu-cover{
  position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
  z-index: 2;
}
.menu ul {
  list-style: none;
  padding: 10vw 60px;
}

.menu li {
  margin: 0 0 30px;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 20px;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  transition: color 0.3s;
  font-family: serif;
}
.menu a:hover{
  opacity: 0.5;
  transition: 0.2s;
}
.fv {
  position: relative;
  width: 100%;
  height: clamp(300px, 60vw, 700px);
  overflow: hidden;
}

/* パララックス画像 */
.fvimg {
  background-image: url('../img/img_fv.jpg'); /* ここを画像URLに変更 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;       /* 親の高さに合わせる */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;        /* コンテンツより後ろ */
}
.fv .fvtitle{
  position: absolute;
  left: 10%;
  top: 2%;
  color: #2f241d;
  text-align: left;
  font-family: "Hiragino Mincho ProN",
    "Yu Mincho", serif !important;
  font-weight: 900;
}
.fvimg:after{
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* 暗くする */
  z-index: -1;
}
.accent{
    color:#2e5d45;
}
.content{
    text-align: center;
}
.content .title{
    margin: 40px 0;
}
.about .txbox{
  color: #fff;
  width: 50%;
  text-align: left;
}
.about figure{
  margin: 30px auto 0;
  max-width: 360px;
}
.mask{
  background: url(../img/img_bg01.jpg)no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.mask:after{
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 暗くする */
  backdrop-filter: blur(5px); /* 背景をぼかす */
  z-index: -1;
}
.tablewp{
  max-width: 1500px;
  margin: 0 auto;
}
.table{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto 100px;
  flex-wrap: wrap;
}
.tablebox{
  width: 300px;
}
.table a{
  display: block;
  overflow: hidden;
}
.table a img{
  max-width: 100%;
  vertical-align: bottom;
  transition: transform .6s ease;
}
.table a img:hover{
  transform: scale(1.1);
}
.siz{
  font-size: 15px;
}
.more{
  padding: 20px 20px;
  width: 400px;
  font-size: 22px;
  background: none;
  border: 1px solid black;
}
.table .type{
  display: block;
  font-size: 16px;
  line-height: 100%;
}
.order{
  color: #fff;
}
.order .item{
  margin: 0 auto 60px;
  position: relative;
}
.order .item.end{
  margin: 0;
}
.order .item:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%); 
  margin: 20px auto;
}
.order .item.end:after{
  content: none;
}
.order .item p{
  margin: 10px auto 0;
}
.order .mida{
  border: 1px solid #fff;
  padding: 10px 20px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 30px;
}
.inclink a{
  border: 1px solid black;
  padding: 20px 0;
  width: 400px;
  margin: 30px auto 0;
  color: black;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inclink a:after{
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: '';
  margin: 0 20px;
}
.inclink a:hover{
  background: black;
  color: #fff;
  transition: 0.2s;
}
.inclink a:hover:after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.maillink a,
.tel{
  border: 1px solid #fff;
  padding: 20px 20px;
  width: 400px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maillink a:before{
  content: "";
  background: url(../img/ic_mail.svg)no-repeat;
  width: 40px;
  height: 26px;
  display: flex;
  background-size: contain;
  margin-right: 10px;
}
.footer{
  background: #a1774fe8;
  color: #fff;
}
.maillink a:hover{
  background: #fff;
  color: #a1774fe8;
  transition: 0.2s;
}
.maillink a:hover:before{
  background: url(../img/ic_mail_hov.svg)no-repeat;
  background-size: contain;
}
.inner{
  padding: 40px 0 60px;
}
.contact .title,
.access .title{
  margin: 60px auto 30px;
}
.flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maptx{
  margin: 0 0 20px;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 60%;
  /* 16:9のアスペクト比 */
  height: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%); 
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.copy{
  margin: 30px 0 0;
  text-align: center;
}
.anim-box.slidein.is-animated {
  animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.sold{
  position: relative;
}
.sold:before{
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3); /* 暗くする */
  width: 100%;
  height: 100%;
  top: 0;
}
.sold:after{
  content: "SOLD OUT";
  position: absolute;
  font-weight: bold;
  color: red;
  font-size: 26px;
  z-index: 1;
  left: 50%;
  transform: translateY(0) translateX(-50%); 
  top: 45%;
  line-height: 120%;
}
.anim-box.fadeup.is-animated01 {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 700px){
.sp_br{
  display: none;
}
.footer .inner{
  width: 800px;
  margin: 0 auto;
} 
/* PC */
h1.fvtitle{
    font-family: "Kaisei Decol", serif;
    font-size: clamp(28px, 3vw, 56px);
    font-weight: 400;
}
}
@media screen and (max-width: 768px) {
h2{
  font-size: 26px;
}
h1,
h3{
  font-size: 18px;
}
.sm-tx,
p{
  font-size: 15px;
  text-align: left;
}
.content .title{
  margin: 40px 0 30px;
}
.contact .title,
.access .title{
  margin: 60px auto 30px;
}
.menu-wrapper{
  padding: 10px 30px;
}
.menu-icon {
    top: 35px;
    right: 40px;
}
.order .item p{
  margin: 10px 20px 0;  
}
.inclink a,
.maillink a,
.more,
.tel{
  width: 80%;
  font-size: 17px;
}
.inner{
  width: 85%;
  margin: 0 auto;
  padding: 30px 0 60px;
}
.menu{
  width: 100%;
}
.rogo{
  margin: 20px 0 10px;
}
.about .txbox{
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.map{
  width: 100%;
  padding-top: 80%;
}
.maillink a:before{
  transform: scale(0.8);
}
.fv {
  height: 50vh;       /* スマホは高さを低めに */
  max-height: 400px;
}
.table{
  gap: 0;
  margin: 0 auto 50px;
}
.table .tablebox{
  width: 46%;
  margin-right: 0;
  margin-bottom: 40px;
}
.table a img{
  width: 100%;
}
.siz{
  line-height: 150%;
}
.menu ul {
  padding: 30vw 60px;
}
.table h3{
  margin: 15px auto 10px;
}
.pc_br{
  display: none;
}
.sold:after{
  font-size: 18px;
  z-index: 1;
  left: 50%;
  transform: translateY(0) translateX(-50%); 
  top: 35%;
}
.table .type{
  font-size: 15px;
}
h1.fvtitle{
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    serif;
    font-size: 18px;
    font-weight: 900;
}
}
