* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {font-size: 14px;}
body {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  color: #444;
}
section {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 0 15px 80px 15px;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
ul {
  list-style: none;
}
ul.dot{
  list-style: disc;         /* ● ドットを表示 */
  padding-left: 1.5em;       /* インデントを少し戻す */
}
ul.icon>li,div.icon,h4.icon{
  display: flex;
  align-items: center; 
}
ul.icon>li>i,div.icon>i,h4.icon>i{
  flex-shrink: 0;  /* アイコンのサイズを保つ */
}

h2 {
  font-family: 'M PLUS 1p', sans-serif;
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 900;
  color: #5c3b30;
}
h2::after {
  content: "••••";
  display: block;
  font-size: 0.6em;
  margin-top: 8px;
  color: #AF9383;
  letter-spacing: 0.1em;
}
a, button, .hamburger {
  -webkit-tap-highlight-color: transparent;
}
a{
  text-decoration: none;
  transition: opacity 0.1s ease; 
}
a:hover{
  opacity: 0.4;
}
.text-sp {
  display: none;
}
.text-pc {
  display: inline;
}
ul.caption{
  padding: 0;
}
ul.caption li,p.caption{
  margin-top:2px;
  margin-bottom:0px;
  font-size: 0.85rem;
  text-indent: -1.3em;     /* 1行目の左端を1文字分戻す */
  padding-left: 1.3em;     /* 全体を1文字分右に寄せる */
  line-height: 1.6;      /* 行間を少し広めに調整（お好みで） */
}
ul.caption,p.caption{
  margin-top:5px;
  margin-bottom:0px;
}
.line {
  width: 600px;
  height: 30px;
  margin: 0 auto 30px auto;
  border-bottom: 2px dotted#ccc;
}
.mb10{margin-bottom:10px !important; }
.mb20{margin-bottom:20px !important; }
.mb30{margin-bottom:30px !important; }
.mb40{margin-bottom:40px !important; }
.mb50{margin-bottom:50px !important; }
/*★★★★★　ナビ　★★★★★*/
/*ナビが開いたときに背景をぼかす*/
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* ← 暗くする */
  backdrop-filter: blur(4px);     /* ← ぼかす */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999; /* メニューより後ろ、ヒーローより前 */
}
.nav-section.open ~ .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}
#nav-trigger {
  height: 1px;
  margin: 0;
  padding: 0;
}
/* ハンバーガーメニュー：スマホ左上に固定 */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 22px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #444;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
}
/* 初期位置：3本線を上下に分ける */
.hamburger span:nth-child(1) {
  top: -8px;
}
.hamburger span:nth-child(2) {
  top: 0;
}
.hamburger span:nth-child(3) {
  top: 8px;
}
/* × に変形 */
.nav-section.open .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}
.nav-section.open .hamburger span:nth-child(2) {
  opacity: 0;
}
.nav-section.open .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
}
.nav-section ul {
  opacity: 0;
  flex-direction: column;
  align-items: center;
  background-color: #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  padding: 45px 0 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.nav-section ul li {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  background-color: #FFF;
}
.nav-section ul li:last-child {
  border-bottom: none;
}
.nav-section ul li a {
  display: block;
  padding: 14px 0;
  font-size: 1.1em;
  font-size: 1.1em;
  color: #444;
  font-weight: 500;
}
.nav-section ul li a:hover,.nav-section ul li a:active{
  opacity: 1;
  background-color: #FFFBE1;
}

/*★★★★★　セクション　★★★★★*/
#hero,#navigation {
  margin: 0;
  padding: 0;
}
#lead { background-color: #FFFFFF; }
#overview { background-color: #FFFDE6; }
#features { background-color: #E9F1E1; }
#schedule { background-color: #E5F1FF; }
#pricing { background-color: #FFFFFF; }
#reservation { background-color: #F9EDFF; }
#access { background-color: #FFFBE6; }
#notice { background-color: #FFFFFF; }
#contact { background-color: #E5F1FF; }

.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
  overflow: hidden;
  z-index: 1;
}
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}
.section-lead {
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
  max-width: 400px;
  margin: auto;
}
.section-inner{
  max-width: 850px;
  margin: 50px auto 0 auto;
  text-align: left;
  /*background-color: antiquewhite;*/
}

/*★★★★★　hero　★★★★★*/
#hero>img{
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: auto;
}

/*★★★★★　lead　★★★★★*/
#lead h3{
  font-size: 1.2rem;
  margin: 5px 0;
}
#lead img{
  margin: auto;
}
img.lead1{
  max-width:800px;
}
.profile-box {
  align-items: center;
  text-align: center;
  display: block; 
  margin-top: 2rem;
  font-size: 0.95rem;
}
.profile-text {
  width: 100%;
}
.profile-text ul{
  margin: 20px auto 0 auto;
  text-align: left;
  max-width: 280px;
}
.profile-text li{
  padding:2px 0;
}
.profile-text li i {
  font-size: 1.2rem;
  color: #ff7a00; /* オレンジ */
  margin-right: 10px;
}
.profile-text .subtitle{
  color: #832215;
  font-weight: 600;
  font-size: 1.1rem;
}
.profile-image img {
  max-width: 230px;
  object-fit: cover;
  border-radius: 50%;
}
.message-area {
  padding: 2rem 0;
  text-align: center;
  margin: auto;
  max-width: 600px;
}
#lead h4 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #D84683;
  margin-bottom:20px;
}
.message-box {
  font-size: 1rem;
  line-height: 1.5rem;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fff;
  padding: 1.5rem 1.5rem;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
/* 吹き出しの三角形 */
.message-box::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  transform: translateX(-50%) rotate(45deg);
}
.srcret .sg{
  max-width: 500px;
}
.srcret .sc{
  max-width: 450px;
}

/*★★★★★　overview　★★★★★*/
.event-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fffde6;
  border-radius: 10px;
}
.event-image{
  max-width: 500px;
  margin:0 auto;
  padding: 0 10px;
}
.event-details {
  list-style: none;
  padding: 0 0 0 10px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 480px;
}
.event-details h4{
  font-size: 1.1rem;
  color: #665A44;
}
.event-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.icon-circle {
  background-color: #ffa500;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-circle i {
  font-size: 13px;
}
.event-wrapper{
  font-size: 0.9rem;
}

/*★★★★★　features　★★★★★*/
.features-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px; /* 間隔調整 */
}
.feature-box {
  background: #fff;
  border-radius: 16px;
  padding: 35px 20px;
  width: 100%;
  max-width: 260px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.feature-img {
  width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: block;
}
.feature-box h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #665A44;
}
.feature-box p {
  line-height: 1.6;
  color: #444;text-align: left;
}

/*★★★★★　schedule　★★★★★*/
.schedule-timebox {
  justify-content: center;
  background: #FFF9D4;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #5c3b30;
  margin:60px 0 8% 0;
  gap: 8px;
}

.schedule-timebox i {
  font-size: 1.3rem;
}

.schedule-card {
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  margin: 0 5% 20px 5%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.schedule-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #5D9B72;
}

.schedule-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

/*★★★★★　pricing　★★★★★*/
.pricing-box {
  display: flex;
  flex-direction: column;
}
.pricing-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  /*border-radius: 12px;*/
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
  overflow: hidden;
  padding: 0 10px;
}
.pricing-img {
  max-width: 350px;
  margin: auto;
}
.pricing-img img{
  width: 90%;
  margin: auto;
  /*border-radius: 999px;*/
}
.pricing-content {
  max-width: 450px;
  margin: auto;
  margin-top: 30px;
}
.pricing-title {
  font-size: 1.05rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 4px 30px;
  border-radius: 999px;
}
.pricing-title.green {
  background: #4D9772;
}
.pricing-title.orange {
  background: #E69722;
}
.pricing-title.blue {
  background: #328BD3;
}
.pricing-list {
  list-style: none;
  padding: 0;
}
.pricing-list li {
  margin-top: 10px;
  line-height: 1.6;
  color: #444;
  font-size: 1rem;
}
.pricing-list h4{
  color: #84603C;
  font-size: 1.1rem;
  font-weight: 600;
}
.pricing-list h4>.mm{
  font-size: 0.9rem;
  font-weight: 600;
}
.pricing-summary .pricing-title{
  margin: 0;
}
.pricing-summary {
  text-align: center;
  padding: 0 16px;
  max-width: 900px;
  margin: 0 auto;
}
.pricing-labels {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 45px;
}
.plus {
  font-size: 1.4rem;
  font-weight: bold;
  color: #888;
}
.price-circles {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*justify-content: space-around;*/
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
}
.circle-item {
  background: #F1EFE7;
  width: 60vw;          /* ビューポート幅の60% */
  height: 60vw;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.circle-item .target {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 20px auto 10px;
  color: #FFFFFF;
  background-color: #706961;
  border-radius: 100px;
  width: 75%;
  padding: 2px 0;
}
.circle-item .set {
  font-size: 1.1rem;
  color: #333;
}
.circle-item .set .food{
  font-size: 0.9rem;
}
.circle-item .yen {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #523838;
}
.circle-item .price {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.2rem;
  margin:0 2px 0 10px;
}
.circle-item .unit {
  font-size: 1rem;
  font-weight: 600;
}
.circle-item .tax {
  font-size: 0.75rem;
  color: #555;
}
ul.pricing-notes {
  text-align: left;
  margin-bottom: 40px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.payment-box {
  background: #fff9e7;
  border-radius: 12px;
  padding: 20px 25px;
  color: #5a4230;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.payment-box h4 {
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 8px;
  gap: 8px;
}
.payment-box i {
  font-size: 1.5rem;
}
#pricing .line{
  width: 85%;
  height: 40px;
  margin-bottom: 40px;
  border-bottom: 3px dotted #ccc;
}

/*★★★★★　reservation　★★★★★*/
.section-heading {
  /*font-family: 'M PLUS 1p', sans-serif;*/
  font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", Meiryo, sans-serif;
  background-color: #A9A296;
  color: #fff;
  font-weight:bold;
  text-align: center;
  padding: 12px;
  margin-bottom: 24px;
  font-size: 1.1rem;
}
.reservation-text {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 24px;
  width: 95%;
}
.highlight-red {
  color: #d72828;
  font-weight: bold;
}
.cancel-table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
}
.cancel-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 16px;
  border-collapse: collapse;
  font-size: 0.95rem;
  background: #fff;
}
.cancel-table th,
.cancel-table td {
  border: 1px solid #ccc;
  padding: 12px 8px;
  text-align: center;
}
.cancel-table th {
  background-color: #f9f9f9;
  font-weight: bold;
}
#reservation .caption{
  max-width: 700px;
  margin: auto;
}
.section-contact {
  background: #FFF;
  margin-top: 80px;
  padding: 20% 20px;
  text-align: center;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
}
.star-img {
  position: absolute;
  top: -8%;
  left: -1%;
  width:100px;

}
.contact-head {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.2rem;
  color: #0070c0;
  margin-bottom: 20px;
  line-height: 1.6;
}
.contact-text {
  margin-bottom: 24px;
  color: #555;
}
.contact-label {
  display: inline-block;
  padding: 4px 5%;
  font-weight: 500;
  border-radius: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  background: #4D9772;
  color: #fff;
}
.co-box img{
  max-width: 400px;
  margin: auto;
  width: 80%;
}
.co-box .re,.co-box .co{
  margin-bottom: 30px;
}
.contact-cap{
  font-size: 0.95rem;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: #6C534C;
  text-decoration: none;
  padding: 20px 30px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: opacity 0.2s ease; 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.contact-button i {
  font-size: 1.2rem;
  margin-right: 5px;
}

/*★★★★★　access　★★★★★*/
.access-box{
  background: #FFF;
  padding: 10% 8%;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.access-block {
  margin-bottom:40px;
}
.access-box h3 {
  display: inline-block;
  padding: 4px 30px;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  margin-bottom: 20px;
  background-color:#4D9772;
  font-size: 1.05rem;
}
.access-place {
  font-size: 1.1rem;
  font-weight:500;
  margin-bottom: 4px;
}
.access-subtitle {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.access-parking-detail {
  margin-top: 20px;
}
.access-group ul{
  line-height: 1.7rem
}
.gmap{
  width: 100%; height: 350px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

/*★★★★★　notice　★★★★★*/
#notice ul{
  line-height:1.5rem;
}
#notice ul li{
  margin-bottom: 8px;
}

/*★★★★★　contact　★★★★★*/
#contact .section-contact {
  margin-top: 0;
  padding: 15% 20px;
}
#contact .co-box .re{
  margin-bottom: 0;
}

/*★★★★★　footer　★★★★★*/
.site-footer {
  background-color: #f8f8f8;
  text-align: center;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #666;
  /*border-top: 1px solid #ddd;*/
}


/* =========================================== */
/* スマホ */
/* =========================================== */
@media (max-width: 499px) {
.pc-br {
  display: none;
}
}

/* =========================================== */
/* タブレット */
/* =========================================== */
@media (min-width: 500px) and (max-width: 767px) {
.sp-br {
  display: none;
}
/*★★★★★　セクション　★★★★★*/
.section-lead {
  text-align: center;
  max-width:none;
}
/*★★★★★　pricing　★★★★★*/
.price-circles {
  flex-direction: row;
}
/*★★★★★　reservation　★★★★★*/
.section-contact {
  padding: 15% 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.star-img {
  top: -5%;
  left: 2%;
  width:120px;
}
.contact-head {
  font-size: 1.4rem;
}
}

/* =========================================== */
/* スマホ・タブレット（PCより小さいサイズ） */
/* =========================================== */
@media (max-width: 767px) {
/*★★★★★　ナビ　★★★★★*/
.nav-section ul {
  pointer-events: none;
}
.nav-section.open ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-section.close ul {
  opacity: 1;
  transform: translateY(-100%);
}
}

/* =========================================== */
/* PC */
/* =========================================== */
@media (min-width: 768px) {
html {font-size: 16px;}
section {
  padding: 30px 30px 130px 30px;
}
h2 {
  font-size: 2em;
}
.text-sp {
    display: inline;
  }
.text-pc {
  display: none;
}
.sp-br {
  display: none;
}
  
/*★★★★★　ナビ　★★★★★*/
.hamburger {
  display: none;
}
.nav-section {
  position: relative;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.3s ease;
}
.nav-section.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.nav-section ul {
  opacity: 1;
  all: unset;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.nav-section ul li {
  width:auto;
  border-bottom: none;
}
.nav-section ul li a:hover{
  background-color:#FFF;
  opacity: 0.4;
}

/*★★★★★　セクション　★★★★★*/
.section-lead {
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
  max-width:none;
}
.section-inner{
  margin: 70px auto 0 auto;
}
/*★★★★★　lead　★★★★★*/
#lead h3{
  font-size: 1.4rem;
}
.profile-box {
  display: flex;
  align-items: center; /* 高さを中央に揃える */
  flex-wrap: wrap;
  text-align: left;
}
.profile-image{
  width: 40%;
}
.profile-text{
  padding-left: 20px;
  width: 60%;
}
.profile-text ul{
  margin-left: 10px;
  max-width:none;
}
#lead h4 {
  font-size: 1.2rem;
  margin-bottom:16px;
}
.message-area {
  max-width:none;
  margin-bottom: 2rem;
}
.message-box {
  padding: 2rem 4rem;
}
/* 吹き出しの三角形 */
.message-box::before {
  top: -12px;
  left: 40px;
  transform: rotate(45deg);
}
.srcret .sg{
  max-width: 720px;
  width: 95%;
}
.srcret .sc{
  max-width: 550px;
  width: 90%;
}
  
/*★★★★★　overview　★★★★★*/
.event-box {
  gap: 60px;
  flex-direction: row;
}
.event-image,
.event-details {
  flex: 1;
}
.event-image{
  padding: 0;
}
.event-image img {
  width: 100%;
  height: auto;
}
.event-details {
  padding: 0;
  }
.event-details h4{
  font-size: 1.2rem;
}
.icon-circle {
  width: 36px;
  height: 36px;
}
.icon-circle i {
  font-size: 18px;
}
/*★★★★★　features　★★★★★*/
#features .section-inner {
  
  max-width: 1000px;
}
.features-wrapper {
  gap: 20px;
}
.feature-box {
  position: relative;
  width: 22%;
  text-align: center;
  margin-top: 40px; 
  margin-top: calc(4vw + 100px);
  padding: 20px 16px 24px;
}
.feature-img {
  width: 100%;
  position: absolute;
  top: clamp(-120px, -30vw, -150px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.feature-text{
  padding-top: 34%;
}
.feature-box p{
  font-size: 0.95rem;
}

/*★★★★★　schedule　★★★★★*/
.schedule-timebox {
  padding: 10px 10px;
  font-size: 1.2rem;
  margin:60px 0 40px 0;
}
.schedule-timebox i {
  font-size: 1.8rem;
}
/*★★★★★　pricing　★★★★★*/
.pricing-item {
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0;
}
.pricing-item.reverse {
  flex-direction: row-reverse;
}
.pricing-img {
  width: 30%;
  max-width:none;
  margin:0;
}
.pricing-img img {
  width: 100%;
  }
.pricing-content {
  margin-top:0;
  width: 65%;
  max-width:none;
  margin:0;
}
.pricing-list li {
  font-size: 0.9rem;
}
.pricing-list h4{
  font-size: 1rem;
}
.pricing-labels {
  flex-direction: row;
  gap: 12px;
}
.price-circles {
  flex-direction: row;
  gap: 40px;
}
.circle-item {
  width: 25vw; 
  height: 25vw;
}
.pricing-summary{
  padding: 32px 16px;
 } 
.payment-box {
  padding: 30px 40px;
}
.payment-box h4 {
  font-size: 1.2rem;
}
.payment-box i {
  font-size: 1.6rem;
} 
#pricing .line{
  width: 80%;
}
/*★★★★★　reservation　★★★★★*/
.reservation-text {
  text-align: center;
}
.section-contact {
  margin-top: 60px;
  padding: 60px 30px;
}
.star-img {
  top: 5%;
  left: 5%;
  width:150px;
}
.contact-head {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
.contact-email{
  font-size: 1.6rem;
}
/*★★★★★　access　★★★★★*/
.access-box{
  padding: 10% 10%;
}
.access-place {
  font-size: 1.2rem;
}
.gmap{
  width: 100%; height: 400px;
} 
/*★★★★★　contact　★★★★★*/
#contact .section-contact {
  margin-top: 0;
  padding: 10% 30px;
}
}
@media (min-width: 900px) {
.feature-img {
  top: clamp(-140px, -30vw, -150px);
}
  