@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Meow+Script&family=Noto+Sans+JP:wght@100..900&family=Oxanium:wght@200..800&family=Zen+Kaku+Gothic+New&display=swap');


html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #231f20;
  line-height: 2;
  letter-spacing: 0.25rem;
  width: 100%;
  overflow-x: hidden;
}
a,
a:link,
a:active,
a:visited {
  transition: all 0.5s ease-out;
  outline: none;
  text-decoration: none;
  color: #231f20;
}
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
/*------------------------
  Fade Animation
------------------------*/
.fadein {
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
}
.fade-on {
  opacity: 1;
  margin-top: 0;
}
/*---------------------------------------------------------common*/
.spnomi {
  display: none;
}
.spnomi480 {
  display: none;
}
.spnomi760 {
  display: none;
}
.pcnomi480 {
  display: block;
}
.pcnone {
  display: none;
}
.clear {
  clear: both;
}
.color_logo {
  color: #8d715d;
}
.color_brown {
  color: #482a08;
}
.color_beije {
  color: #c4ac90;
}

.color_white_beije {
  color: #fff;
  -webkit-text-stroke: 0.8px #c4ac90;
  font-weight: 900;
}
@media only screen and (max-width: 1200px) {
  .spnomi {
    display: block;
  }
  .pcnone {
    display: block;
  }
  html {
    font-size: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 760px) {
  .spnomi760 {
    display: block;
  }
  .spnone {
    display: none;
  }
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .spnomi480 {
    display: block;
  }
  html {
    font-size: 40%;
  }
  .pcnomi480 {
    display: none;
  }
  body {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1rem;
  }
}
.so1280{
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
/*---------------------------------------------------------header, nav*/
header {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.main_container {
  position: absolute;
  width: calc(100vw - 4rem);
  height: calc(100vh - 4rem);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3rem;
  overflow: hidden;
}
/*-----------------------------------------------------slide*/
.cssslider{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.cssslider div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
    z-index: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.cssslider div:first-of-type{
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(images/top03.jpg);
}
.cssslider div:nth-of-type(2){
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),  linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(images/top02.jpg);
	animation-delay: 5s;
}
.cssslider div:nth-of-type(3){
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),  linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(images/top06.jpg);
	animation-delay: 10s;
  background-position:center center , center center , bottom center;
}
.cssslider div:last-of-type{
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),  url(images/top05.jpg);
	animation-delay: 15s;
}
@media screen and (max-width: 480px) {
  .cssslider div:nth-of-type(3){
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),  linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(images/top06sp.jpg);
    background-position:center center , center center , bottom bottom;
  }

}

.nav-container {
  margin: 0 auto;
  position: relative;
  padding: 0 55px 0 0;
  background-color: antiquewhite;
}
#logo {
  max-width:200px;
  width: 38%;
  min-width: 120px;
  padding: 2.5rem 10px 0 2.5rem;
  position: absolute;
 
}


nav {
  float: right;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}
.nav-list li {
  float: left;
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.nav-list li span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
}
.nav-list li a,
.nav-list li a:visited {
  display: block;
  padding: 50px 15px 0 17px;
  line-height: 1.2;
  color: #231f20;
  text-decoration: none;
}
.nav-list li a:hover,
.nav-list li a:visited:hover {
  color: #231f20;
}


.reserve_outer a {
  position: fixed;
  bottom: 70px;
  right: 70px;
  width: 210px;
  height: 210px;
  background: #6b8e23;
  border-radius: 50%;
  box-shadow: #231f20;
  z-index: 3;
  transform-origin: bottom right;
}
.reserve_outer{
  position: relative;
}
body.reservepage .reserve_outer{
  display: none;
}


.reserve_outer a:hover {
  box-shadow: 0px 0px 26px 5px rgba(0, 0, 0, 0.28);
}
.reserve_outer a:hover .reserve {
  background-color: #4f7942;
  color: #fff;
}


.reserve {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  background-color: #4f7942;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  padding: 43px 0 0 0;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
}


.text_anime {
  width: 165px;
  height: 165px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 300;
  font-size: 9px;
  animation: donut-spin 12s linear infinite;
  letter-spacing: 3.8px;
}
.text_anime svg {
  overflow: visible;
}
.text_anime path {
  fill: none;
}
.text_anime text {
  fill: #fff;
  opacity: 0.6;
}
@keyframes donut-spin {
  to {
    transform: rotate(1turn);
  }
}
.bg_hgroup{
  /*background-image: linear-gradient(90deg, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0));*/
  position: absolute;
  bottom: 70px;
  height: 250px;
  width: 100%;
}
hgroup {
  position: absolute;
  transform-origin: bottom left;  
  line-height: 1;  
  padding:0 0 30px 7rem;
  position: absolute;
  bottom: 70px;
 
  width: 100%;
  height: auto;
}
.hiace{
  display: none;
  position: absolute;
  bottom: 1rem;
  width: 300px;
  left: 600px;
}
.main_catch {
  font-size: 54px;
  width: 570px;
  height: auto;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 2;
}
.main_catch_sub {
  font-size: 20px;
  letter-spacing:12px;
  margin-left: 5px;
  flex-wrap: nowrap;
  width: 570px;
}
.main_catch_sub_span {
  font-size: 90px;
  letter-spacing: 9px;
  display: block;
  font-weight: 700;
  margin-left: -8px;
}
/* -------------------------------------------Mobile navigation */
.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  z-index: 10;
  border-radius: 0;
}
.reserve_outer.spmenu a {
  position: relative;
  right: auto;
  left: auto;
  display: block;
  margin: auto;
  transform-origin: center center;
}
@media only screen and (max-width: 1200px) {
  .nav-container {
    padding: 0 0 0 0;
  }
  .nav-list li.spnomi {
    /* logo */
    margin: 0 auto 0px;
  }
  .sp_logo {
    width: 160px;
  }
  .nav-mobile {
    display: block;
    z-index: 20;
  }
  nav {
    width: calc(100%);
    padding: 0 0;
    position: relative;
    margin-top: -90px;
    z-index: 11;
  }
  .nav-list {
    display: none;
    background-color: #fbfbf7;
    border-radius: 0;
    padding-top: 40px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .nav-list li {
    float: none;
    margin: 0;
    border-right: 0;
    text-align: center;
  }
  .nav-list li a {
    padding: 15px 0;
    line-height: 20px;
    font-size: 15px;
  }
  .nav-list li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
  .bg_hgroup{
    bottom: 40px;
    height: 200px;
  }
  hgroup {
    transform: scale(0.8);
    bottom: 5%;
    
  }
  .reserve_outer a {
    transform: scale(0.9);
    bottom: 5%;
    right: 5%;
  }
}
@media screen and (min-width: 1201px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: fixed;
  right: 4.5rem;
  top: 4.5rem;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  z-index: 20;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #482a08;
  position: absolute;
  display: block;
  content: "";
  transition: all 200ms ease-in-out;
  z-index: 20;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 760px) {
  #logo {
    max-width:180px;
    min-width: 120px;
    padding: 2.5rem 10px 0 2.5rem;
   
  }
  .main_container {
    position: absolute;
    background: #d7cfd4 url(images/main_img.png) no-repeat center top 70px /180%
      auto;
    width: 100vw;
    height: 98vh;
    border-radius: 0 0 3rem 3rem;
    margin: 0;
  }
  .bg_hgroup{
    bottom: 40px;
    height:130px;
  }
  hgroup {
    transform: scale(0.5);
  }
  .reserve_outer a {
    transform: scale(0.7);
    bottom: 5%;
    right: 5%;
  }
  .sp_logo {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  header {
    max-height: 650px;
  }
  .main_container {
    position: absolute;
    max-height: 650px;
    margin: 0;
  }
  .bg_hgroup{
    bottom: 35px;
    height:100px;
  }

  .img-01{
   background-position: center right -200px;
  }
  .img-02{
    background-position: bottom right -180px;
   }
  hgroup {
    transform: scale(0.42);
    bottom: 5%;
  }
  .reserve_outer a {
    transform: scale(0.6);
    bottom: 50px;
    right: 20px;
  }
 
  
.nav-list li a {
  padding: 14px 0;
  line-height: 15px;
  font-size: 14px;
}
.hiace{
  bottom: 200px;
  width: 500px;
  left: 30px;
}

  
}
/* -------------------------------------------------------------/nav */
/* ---------------------------------------------------greeting and feature */
.section_basic {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.greeting {
  overflow: hidden;
}
.line01 {
  position: absolute;
  top: 50px;
}
.line02 {
  position: absolute;
  top: 20px;
  margin-left: -200px;
  width: calc(100% + 200px);
}
.line03 {
  position: absolute;
  top: 120px;
  opacity: 0.4;
}
.line04 {
  position: absolute;
  top: 180px;
  opacity: 0.6;
  transform: rotate(5deg);
}
.line05 {
  position: absolute;
  top: 0px;
}
.h2_english {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8rem;
  letter-spacing: 0.6rem;
  position: relative;
  padding-left: 10%;
  transform: rotate(-5deg);
  margin-bottom: 7rem;
  line-height: 1.2;
}
.greeting_outer {
  display: flex;
  padding: 100px 50px 0 0;
}
.greeting_photos {
  width: calc(50% - 100px);
  display: flex;
  flex-wrap: wrap;
  padding-right: 10rem;
  justify-content: space-between;
}
.greeting_text {
  width: calc(50% + 100px);
  max-width: 740px;
}
.greeting_text p {
  line-height: 2.8;
}
.g01 {
  width: 100%;
  border-radius: 0 20px 20px 0;
  height: 350px;
  object-fit: cover;
  align-items: flex-start;
}
.g02 {
  width: 43%;
  border-radius: 0 20px 20px 0;
  object-fit: cover;
  height: 280px;
  align-items: center;
  margin-top: 140px;
}
.g03 {
  width: 43%;
  border-radius: 20px;
  object-fit: cover;
  height: 280px;
  margin-top: 70px;
}
.h3_greeting {
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.head_english {
  text-align: center;
  font-size: 5.4rem;
  font-weight: 900;
  letter-spacing: 0.8rem;
  margin-bottom: 10rem;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}
.head_margin{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.head_english span {
  font-size: max(1.6rem, 13px);
  display: block;
  font-weight: 400;
  margin-top: 2rem;
  letter-spacing: 0.2rem;
}
.head_english span.head_span_other{
  font-size: max(1.8rem, 16px);
    font-weight: 600;
    margin-right: 2rem;
    letter-spacing: .2rem;
   
}
.feature_box {
  position: relative;
  display: flex;
  margin-bottom: 10rem;
}
.feature_box_photo {
  width: calc(50% - 100px);
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  align-items: flex-start;
  object-fit: cover;
}
.feature_box_photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature_box_text {
  width: calc(50% + 100px);
  position: relative;
  line-height: 2.5;
  padding: 50px 50px 0 0;
}
.feature_box_photo.even {
  order: 2;
  border-radius: 30px 0 0 30px;
}
.feature_box_text.even {
  order: 1;
  padding-left: 50px;
}
.feature_box_text_inner {
  max-width: 760px;
  padding: 0 20px 0 50px;
}
.feature_box_text_inner.even {
  padding: 0 50px 0 20px;
  margin-left: auto;
}
.number {
  color: #c4ac90;
  font-size: 10rem;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #c4ac90;
  letter-spacing: 0.5rem;
}
.number span {
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  margin-left: 3rem;
  font-family: "Roboto Mono", monospace;
}
.feature_head {
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: 0.3rem;
}
a.btn01 {
  width: 70%;
  max-width: 420px;
  font-size: max(2rem, 15px);
  margin: 14rem auto;
  border-radius: 1.5rem;
  border: 1px solid #6b8e23;
  color: #6b8e23;
  display: block;
  text-align: center;
  padding: 2rem 0;
  font-weight: 600;
  position: relative;
  letter-spacing: max(0.5rem, 1px);
}
a.btn01::after,
a.btn01::before {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: max(1.5rem, 11px);
  font-weight: 400;
  color: #482a08;
}
a.btn01.b_price,
a.btn01.b_info,
a.btn01.b_sns {
  margin: 14rem auto 8rem;
}
a.btn01.b_reserv {
  margin: 14rem auto 18rem;
}
a.btn01:before {
  content: "＼　　　　　　　　　　　　　／";
  color: #6b8e23;
  font-weight: 900;
}
.b_feature::after {
  content: "車両について詳しく見る";
}
.b_price::after {
  content: "料金について詳しく見る";
}
.b_reserv::after {
  content: "空車状況・予約ページへ";
}
.b_info::after {
  content: "お知らせ一覧を見る";
}
.b_sns::after {
  content: "instagramをフォローする";
}
a.btn01:hover {
  background-color: #6b8e23;
  border: 1px solid #6b8e23;
  color: #fff;
  box-shadow: 0px 5px #5b5b5b;
}
a.btn01:active {
  box-shadow: 0 0;
  transform: translate(0px, 5px);
}
.b_feature::first-letter::after {
  color: #6b8e23;
}
@media screen and (max-width: 1200px) {
  .g01 {
    height: 300px;
  }
  .g02 {
    height: 230px;
  }
  .g03 {
    height: 230px;
  }
  .feature_box_text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .line01 {
    top: 0;
    margin-left: -300px;
    width: calc(100% + 300px);
  }
  .line02 {
    top: 20px;
    margin-left: -200px;
    width: calc(100% + 200px);
  }
  .g01 {
    height: 200px;
  }
  .g02 {
    width: 60%;
    height: 230px;
    margin-top: 100px;
  }
  .g03 {
    height: 230px;
    width: 80%;
    margin-left: 50px;
  }
  .feature_box {
    flex-wrap: wrap;
  }
  .feature_box_photo,
  .feature_box_photo.even {
    width: 90%;
    max-width: 600px;
    order: 1;
    border-radius: 0;
    margin: auto;
    height: auto;
  }
  .feature_box_text,
  .feature_box_text.even {
    width: 100%;
    position: relative;
    line-height: 2.5;
    padding: 0;
    order: 2;
    margin-top: -30px;
  }
  .feature_box_text_inner,
  .feature_box_text_inner.even {
    max-width: 720px;
    margin: auto;
    padding: 0 5%;
  }
  .feature_box_text p {
    line-height: 2;
  }
  .feature_box_photo img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 5 / 3;
  }
}
@media screen and (max-width: 760px) {
  .h2_english {
    margin-bottom: 4rem;
    padding-left: 5%;
  }
  .section_basic {
    padding: 20px 0;
  }
  .greeting_outer {
    padding: 4rem 5%;
    flex-wrap: wrap;
  }
  .h3_greeting {
    text-align: center;
  }
  .greeting_photos {
    width: 100%;
    padding: 50px 0 0 0;
    justify-content: space-around;
    order: 2;
  }
  .greeting_text {
    width: 100%;
    order: 1;
  }
  .greeting_text p {
    line-height: 2.2;
  }
  .g01 {
    width: 50%;
    height: 200px;
    border-radius: 30px;
    padding: 2rem;
    order: 2;
    margin-top: 30px;
    max-width: 300px;
  }
  .g02 {
    width: 40%;
    margin-top: 0;
    border-radius: 30px;
    height: 200px;
    padding: 2rem;
    order: 1;
    max-width: 300px;
  }
  .g03 {
    width: 50%;
    height: 200px;
    margin: 0 0 0 0;
    border-radius: 30px;
    padding: 2rem;
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .number {
    margin-top: -20px;
    font-weight: 600;
    letter-spacing: 0.5rem;
    color: #d3ba9c;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  }
  .number span {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-left: 0;
    display: block;
    color: #c4ac90;
    -webkit-text-stroke: transparent;
    filter: none;
  }
  .head_english {
    letter-spacing: 0.2rem;
    margin-bottom: 3rem;
  }
  .feature_head {
    font-size: 3rem;
  }
  .feature_box {
    margin-bottom: 6rem;
  }
  a.btn01 {
    margin: 8rem auto 18rem;
  }
  a.btn01.b_info,
  a.btn01.b_sns {
    margin: 10rem auto 8rem;
    width: 90%;
  }
  a.btn01.b_price {
    margin: 6rem auto 8rem;
  }
  a.btn01.b_reserv {
    margin: 9rem auto 18rem;
  }
  .g01 {
    width: 50%;
    height: 200px;
    border-radius:0 20px 0 0;
    padding: .5rem;
    order: 2;
    margin-top: 0;
    max-width: 300px;
  }
  .g02 {
    width: 50%;
    margin-top: 0;
    border-radius: 20px 0 0 0;
    height: 200px;
    padding: .5rem;
    order: 1;
    max-width: 300px;
    right: -5%;
  }
  .g03 {
    width: 100%;
    height: 200px;
    margin: 0 ;
    border-radius: 0 0 20px 20px;
    padding: .5rem;
    order: 3;
  }
}
/* --------------------------------------------------------scenarios */
.scenarios {
  margin-top: -80px;
  width: 100%;
  height: auto;
  position: relative;
  background: #fbfbf7 url(images/bg_icons.png) repeat-y top 50px center / 60%
    auto;
  overflow: hidden;
  padding-bottom: 10rem;
}
.scenarios::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  content: "";
  background: url(images/bg_icons.png) no-repeat top 50px center / 60% auto,
    #fff url(images/wave.png) no-repeat top center / 100% 300px;
}
.scenarios_box {
  width: 90%;
  max-width: 1280px;
  margin: 5rem auto;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 5rem 5rem 5rem 10rem;
  display: flex;
  justify-content: space-between;
}
.scenario_english {
  color: #6b8e23;
  font-size: 13px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0.8rem;
  top: 20px;
  letter-spacing: 5px;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
}
.scenarios_text {
  width: 60%;
  padding: 0 5rem 0 0;
}
.scenarios_text.even {
  padding: 0 0 0 5rem;
}
.scenarios_h2 {
  font-weight: 700;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
.scenarios_photo {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}
.scenarios_text.even {
  order: 2;
}
.scenarios_photo img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
  height:auto;
}
@media screen and (max-width: 760px) {
  .scenarios::before {
    background: url(images/bg_icons.png) no-repeat top 50px center / 80% auto,
      #fff url(images/wave.png) no-repeat top center / 800px 300px;
  }
  .scenarios_box {
    flex-wrap: wrap;
    padding: 5.5rem;
  }
  .scenarios_text,
  .scenarios_text.even {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    order: 2;
  }
  .scenario_english {
    font-size: 11px;
  }
  .scenarios_photo {
    margin: 0 auto 10px;
    order: 1;
    width: 100%;
  }
}
/* --------------------------------------------------------price and reservations */
.outer1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.outer1280.margin_b18rem{
  margin-bottom: 18rem;
}
.outer1280.margin_8rem_auto{
  margin: 8rem auto;
}
.outer1024 {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
iframe {
  border-radius: 20px;
  margin-top: 5rem;
}
.price {
  background: url(images/line02.png) no-repeat top -20px left 0 / 100% auto,
    url(images/garland_r.png) no-repeat top 20% right / 15% auto,
    #fff url(images/garland_l.png) no-repeat top 20% left / 15% auto;
  margin-top: -15rem;
  padding-top: 12rem;
  z-index: 2;
  position: relative;
}
.margin_price {
  margin-top: 15rem;
  margin-bottom: 9rem;
}
.price_outer {
  display: flex;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  overflow: hidden;
}
.price_box {
  width: 31%;
  min-width: 300px;
  display: inline-block;
  flex-wrap: wrap;
  margin: 12px;
}
.price_box dt {
  background-color: #6b8e23;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 0 13px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  width: 100%;
  line-height: 1.6;
}
.price_box dt.high {
  background-color: #4f7942;
}
.price_box dt.special {
  background-color: #556b2f;
}
.price_box dt span {
  display: block;
  font-size: max(1.5rem, 13px);
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.price_box dd {
  background-color: #f6f4e7;
  padding: 20px 20px 20px;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #482a08;
  width: 100%;
  align-items: stretch;
}
.price_box dd .price_number {
  display: block;
  margin-top: 50px;
}
.price_box dd .price_detail {
  text-align: left;
  font-size: 13px;
  display: block;
  color: #231f20;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.price_box dd .font_s {
  font-size: 16px;
}
@media screen and (max-width: 1480px) {
  .margin_price {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .price {
    background: url(images/line02.png) no-repeat top -20px left 0 / 100% auto,
      url(images/garland_r.png) no-repeat top 10% right / 20% auto,
      #fff url(images/garland_l.png) no-repeat top 10% left / 20% auto;
    margin-top: -10rem;
    padding-top: 10rem;
  }
  .price_outer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .price_box {
    width: 40%;
  }
}
@media screen and (max-width: 760px) {
  .price {
    background: url(images/line02.png) no-repeat top -20px left 0 / 100% auto,
      url(images/garland_r.png) no-repeat top 5% right / 25% auto,
      #fff url(images/garland_l.png) no-repeat top 5% left / 25% auto;
    margin-top: -8rem;
    padding-top: 5rem;
  }
  .price_box {
    width: 90%;
    max-width: 400px;
    margin: 0 0 5rem 0;
  }
  .price_box dd .price_number {
    display: block;
    margin-top: 0px;
  }
  .price_box dd .price_detail {
    text-align: left;
    font-size: 13px;
    display: block;
    color: #231f20;
    letter-spacing: 0.5px;
  }
  .price_box dd .font_s {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .price {
    background: url(images/line02.png) no-repeat top -20px left 0 / 100% auto,
      url(images/garland_r.png) no-repeat top 2% right / 27% auto,
      #fff url(images/garland_l.png) no-repeat top 2% left / 27% auto;
    margin-top: -8rem;
    padding-top: 3rem;
  }
  .margin_price {
    margin-bottom: 7rem;
  }
}
/* --------------------------------------------------------info */
.info {
  margin-top: -80px;
  width: 100%;
  position: relative;
  background: #fbfbf7;
  overflow: hidden;
  padding-bottom: 0;
}
.info::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  content: "";
  background: #fff url(images/wave.png) no-repeat top center / 100% 300px;
}
.info_outer {
  display: flex;
  justify-content: space-between;
  overflow: scroll;
}
.info_box {
  width: 24%;
  margin: 1%;
  min-width: 270px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 1.5;
}
.info_box img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.info_box_text {
  padding: 20px;
}
.info_box_text p {
  margin-bottom: 23px;
}
.info_box h2 {
  font-size: 16px;
  font-weight: 600;
  color: #482a08;
  margin-bottom: 10px;
  line-height: 1.3;
}
.date {
  color: #482a08;
}
.blog_date {
  display: flex;
  justify-content: space-between;
  font-family: "Oxanium", sans-serif;
}
/* --------------------------------------------------------sns */
.sns {
  background-color: #fbfbf7;
  padding: 5rem 0 20rem;
  position: relative;
}
#sb_instagram .sbi_photo img{
  border-radius: 2rem;
}
footer {
  background:url(images/foot.png) no-repeat top 0 left 0 / 100% auto;
  padding-top: 10rem;
  margin-top: -20rem;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
}
.foot_outer a {
  color: #fff;
}
.foot_outer {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 2rem 2% 100px;
  background-color: #8d715d;
}
.foot_left {
  width: 55%;
}
.foot_left img {
  width: 200px;
  opacity: .7;
  display: inline-block;
}
.foot_address{
  vertical-align: top;
  display: inline-block;
  margin: 10px 0 0 20px;
  font-size: 14px;
}
.foot_address h3{
  font-size: max(2.8rem, 20px);
  font-weight: 600;
  line-height: 1;
  
}
.foot_address h3 span{
  font-size: max(1.8rem, 14px);
  display: block;
  margin: 10px 0 30px;
  font-weight: 400;
  letter-spacing: 1rem;
 
}
.foot_right {
  width: 50%;
  max-width: 450px;
}
.sns_icons {
  padding: 20px 0;
  font-size: 30px;
}
.sns_icons a {
  margin-right: 20px;
  vertical-align: top;
  display: inline-block;
}
.fa-line{
  color: #06c755;
  position: relative;
  margin-top: -2px;
}

.fa-facebook-square{
  color:#1877F2;
  margin-top: -2px;
}
.sns_icons  .fa-instagram{
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: #fff;
  border-radius: 3px;
  padding: 2px 1px 0 2px;
  font-size: 26px;
  margin-top: -2px;
}



.bg_line_white{
  
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
}

.foot_left img.linebtn{
  width: 120px;
  opacity: 1;
}

.foot_nav {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  font-size: 15px;
}
.foot_nav li {
  padding: 8px 0;
}
.copy {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 12px;
  text-align: center;
  opacity: .8;
}
@media screen and (max-width: 1440px) {
  footer {
    background:url(images/foot.png) no-repeat top 0 left 0 / 100% auto;
  padding-top: 5rem;
  margin-top: -20rem;
  }
}
@media screen and (max-width: 1024px) {
  footer {
  padding-top: 3rem;
  }
  .foot_outer {
    flex-wrap: wrap;
    padding: 5rem 5% 50px;
  }
  .foot_left {
    width:100%;
    
  }
  
  .foot_right {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 760px) {
  footer {
    padding-top: 0rem;
    margin-top: -15rem;
  }
  .foot_outer {
    padding: 0 5% 50px;
  }
  .copy {
    position: absolute;
    font-size: 12px;
    bottom: 20px;
  }
  .foot_left img {
    width: 180px;
  }
  .foot_left {
    text-align: center;
     
   }
}
@media screen and (max-width:480px) {
  footer {
    margin-top: -15rem;
  }
  .foot_outer {
    margin-top: -20px;
    padding-bottom: 150px;
  }
  .foot_left img {
    width: 140px;
    display: block;
    margin: 0 auto 10px;
  }
 
  .foot_address{
   
    margin: 0;
    font-size: 14px;
  }
}
/* ------------------------------------------------------price page */
.table_price{
  width: 100%;
  min-width: 550px;
  background-color: #fff;
  text-align: center;
}
.table_price th,.table_price td{
  padding: 10px 0 13px;
  border: 1px solid #fff;
  
}
.table_price th{
color: rgba(255, 255, 255, 0.7);
  
   font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.table_price th span {
  display: block;
  font-size: max(1.5rem, 13px);
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.bg_red{
  background-color: #E57373;
  color: #fff;
}
.bg_blue{
  background-color: #4A90E2;
  color: #fff;
}
.bg_beije{
  background-color: #d3ba9c;
}
.bg_green01{
  background-color: #8fa631;
}
.bg_green02{
  background-color: #6b8e23;
}
.bg_green03{
  background-color: #4f7942;
}
.bg_green04{
  background-color: #556b2f;
}
.bg_beije_light{
  background-color: #f8f7f1;
}
.head_english span.note{
  position: absolute;
  top: -10rem;
  right: 0rem;
  color: #482a08;
  font-size: max(1.4rem, 11px);
    border: 1px solid #d0ab81;
  padding: 10px 15px;
  border-radius: 5px;
  
}
.note_red{
  font-size: max(1.6rem, 13px) ;
  color: #d0ab81;
}
header.header_other{
  height: calc(350px + 2rem);
  
}
.head_english02 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: max(3.6rem, 24px);
  font-weight: 900;
  letter-spacing: 0.6rem;
  margin: 3rem 0 20px 0;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}
.head_english02 span {
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  margin-top: 2rem;
  letter-spacing: .2rem;
  color: #482a08;
  display: block;
}
.head_english span.note {
  font-size: max(1.4rem, 11px);
}

.english_subtitle {
  position: absolute;
  top: 60%; /* 上から50% */
  left: 50%; /* 左から50% */
  transform: translate(-50%, -50%); /* 要素の中心を基準に移動 */
  margin: 0;
  text-align: center; 
  font-size: 2rem; 
  color: #231f20; 
  font-weight: 700;
}

.page-title {
  position: absolute;
  top: 50%; /* 上から50% */
  left: 50%; /* 左から50% */
  transform: translate(-50%, -50%); /* 要素の中心を基準に移動 */
  margin: 0;
  text-align: center; 
  font-size: 3rem; 
  color: #231f20; 
  font-weight: 700;
}
.page-id-128 .page-title{
  font-size: 2.5rem; 
}
.main_sub {
  background:url(images/main_sub.jpg) no-repeat bottom -50px right / cover;
  position: absolute;
  width: calc(100vw - 4rem);
  height: 350px;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3rem;
}
.border_radius_table_l_t{
  border-radius: 20px 0 0 0;
}
.border_radius_table_l_b{
  border-radius: 0 0 0 20px;
}
.border_radius_table_r_t{
  border-radius: 0 20px 0 0;
}
.border_radius_table_r_b{
  border-radius: 0 0 20px 0;
}
.price_outer_scroll {
  display: flex;
  justify-content: space-between;
  overflow: scroll;
  margin-bottom: 0;
  position: relative;
}
  .price_menu_box{
  padding: 5rem 5rem;
  background-color: #f8f7f1;
  border-radius: 20px;
}
.h2_english02 {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8rem;
  letter-spacing: 0.6rem;
  position: relative;
  padding-left: 20%;
  transform: rotate(-5deg);
  top: 15rem;
  line-height: 1.2;
}
.head_english03 {
  text-align: left;
  font-size: max(1.4rem, 13px);
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  z-index: 2;
  position: relative;
  border-bottom: 1px solid #c4ac90;
  padding-bottom: 2rem;
}
.head_english03 span {
  font-size: max(1.8rem, 16px);
  font-weight: 600;
  margin-right: 2rem;
  letter-spacing: .2rem;
  color: #482a08;
}
.menu_box{
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem;
  margin: 2rem auto 4rem;
  list-style: 1.2;
}
.menu_box.add_margin{
  margin: 1rem auto;
  padding:1rem 3rem 3rem;
}
.menu_box li{
  display: block;
  position: relative;
  padding:2px 0;
  font-size: max(1.6rem, 14px);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.head_price_li_s{
 
  color: #482a08;
  background-color: #dbccbb;
  font-weight: 700;
  font-size: max(1.8rem, 16px);
  padding:.5rem 0;
  border: 1px solid #c4ac90;
  display: block;
  margin-bottom: .5rem;
  text-align: center;
  border-radius: 5px;
}
.font_w7{
  font-weight: 700;
  font-size: max(1.8rem, 16px);
}
.menu_box li span.add_price{
   display: inline-block;
  flex-direction: column;
  font-weight: 400;
  font-size: max(1.6rem, 14px);
  color: #E57373;
}

.dl_price {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: #c4ac90 1px solid;
  border-radius:1.5rem;
  margin: 1rem auto 3rem;
  color: #482a08;
}
.dl_price dt, .dl_price dd {
  box-sizing: border-box;
}
.dl_price dt {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 1rem;
  border-bottom: 1px solid #c4ac90;
  border-right:  1px solid #c4ac90;
  
}
.dl_price.ver02 dt {
  width: 50%;
}
.dl_price.ver03 dt {
  width: 70%;
}
.dl_price dt:first-child{
  border-radius: 1.4rem 0 0 0;
}
.dl_price dt:last-child{
  border-radius: 0 0 0 1.5rem;
}
.dl_price dt:first-of-type,
.dl_price dd:first-of-type {
  background-color: #fff;
 background-color: #f4eee7;;
  color: #b9a084;
  font-weight: 700;
  text-align: center;
}

.dl_price.bg_white dt:first-of-type,
.dl_price.bg_white dd:first-of-type {
  background-color: transparent;
  color: #b9a084;
  font-weight: 700;
  text-align: center;
}
.dl_price dd:first-of-type {
  border-radius:0 1.4rem 0 0;
}
.dl_price dt:last-of-type,
.dl_price dd:last-of-type {
  border: none;
  border-radius: 0 0 0 1.5rem;
  border-right:  1px solid #c4ac90;
}
.dl_price dd:last-of-type {
  border-right: none;
}
.dl_price dd {
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: 0;
  padding: 1rem;
  border-bottom: 1px solid #c4ac90;
}
.dl_price.ver02 dd {
  width: 50%;
}
.dl_price.ver03 dd {
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .main_sub {    
    height: 30rem;    
  }
  header.header_other{
    height: 32rem;
  } 
}
@media only screen and (max-width: 760px) {
.head_english03 span {
  display: block;
  margin-right: 2rem;
  margin-bottom:.5rem;
}
.head_english span.note{
  top: -7rem;
  padding: 8px 12px;
  border-radius: 5px;
  z-index: 10;
}
.dl_price dt,.dl_price dd{
  width: 50%;
}
.main_sub {
  width:100%;
  top: 0;
  border-radius:0 0 3rem 3rem;
  background:url(images/main_sub.jpg) no-repeat bottom 0 right / cover;
  
}
}
@media only screen and (max-width: 480px) {
  header.header_other{
    height: 30rem;
  } 
  .table_price{
    min-width: 450px;
  }
 
  .head_english span.note{
    padding: 4px 8px;
    border-radius: 3px;
    top: -9rem;
  }
  
.menu_box{
  border-radius: 10px;
  padding: 1.8rem;
  margin: 2rem 0 4rem;
}
.price_menu_box{
  padding: 2rem; 
  border-radius: 10px;
}
.head_english02 {
  letter-spacing: .4rem;
  margin: 3rem 0 20px 0;
 
}
.head_english02 span {
  font-weight: 500;
  margin-top: 2rem;
}

}
/* swiper----------- */
.slide_box{
  margin: 2rem auto 10rem;
  max-width: 1280px;
  width: 90%;
  
  
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}

.swiper-slide img{
object-fit: cover;
height: auto;
width: 100%;
aspect-ratio:4 / 3;
object-position: center center;
border-radius: 3rem;
}
#alt-display{
  margin-left: 10px;
  margin-top: 5px;
  min-height: 50px;
  
}

@media only screen and (max-width: 760px) {
  .slide_box{
    width: 96%;
    margin: 2rem auto 0;
  }
  .swiper-slide.thum{
    width: 20%;
  }
  .mySwiper2 {
  
    width: 100%;
    aspect-ratio: 16/7.57;
    border-radius:0;
  }
}
/*car--------*/
.dl_car {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius:1.5rem;
  margin: 1rem auto 3rem;
  color: #482a08;
}
.dl_car dt {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 1rem;
  border-bottom: 1px solid #e7e5d4;
  color: #8f6b41;
  font-weight: 800;
  
  
}
.dl_car dd:first-of-type {
  border-radius:0 1.4rem 0 0;
}
.dl_car dd:last-of-type {
  border-right: none;
}
.dl_car dd {
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: 0;
  padding: 1rem;
  border-bottom: 1px solid #e7e5d4;
}
.menu_box02{
  margin: 5rem auto 12rem;
}
.menu_box02 li{
  position: relative;
  padding:10px 20px;
  font-size: max(1.6rem, 14px);
  border: 1px solid #bba48a;
  border-radius: 3px;
  display: inline-block;
  margin: 5px 2px;
}
.head_faq{
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 1.5rem;
  margin: 2.5rem 0 2rem;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #e2d1bc;
}
.head_faq span{
font-family: "Crimson Text", serif;
font-size: 4rem;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  padding: 16px;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 20rem;
}

.equipment-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.equipment-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.equipment-item i {
  font-size: 24px;
  color:#8fa631;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}



/*flow--------*/
:root {
  --primary-color: #8fa631;
  --secondary-color: #c4ac90;
}
.steps-section {
  padding: 6rem 0rem;
 
  
}

.flow_step{
  font-size: max(1.5rem,13px);
  margin: 10px 0 0;
}

.font_size_flow{
  font-size: max(1.5rem,13px);
}

.exemption_cases {
  list-style-type: circle; /* デフォルトの箇条書きスタイル */
  margin: 0;
  padding: 0 20px; /* 左にスペースを付けてインデント */
  font-size: 1em; /* 標準的なテキストサイズ */
  line-height: 1.6; /* 行間を広げて読みやすく */
  color: #333; /* テキストカラーを落ち着いたダークグレーに */
}

.exemption_cases li {
  margin-bottom: 10px; /* 各項目の間に余白を追加 */
}

.note_flow{
  color: #E57373;
  display: block;
}

.note_flow.addforte{
  font-weight: bold;
  display: inline-block;
}
.steps-container {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: center;
  
}

.step {
  vertical-align: top;
  padding: 20px;
  text-align: center;
  position: relative;
  min-height: 300px;
  background-color: #fbfbf7;
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

  
}

.step::after{
  content: '\f0d8';
  position: absolute;
  top: 35%;
  right: -40px;
  font-size: 40px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
  color: #482a08;
  

}

.step:nth-child(6)::after{
  display: none;
}

.step-number {
  background: var(--secondary-color);
  color: white;
  font-weight: bold;
  padding: 15px 15px 10px ;
  border-radius:0 0 5px 5px;
  font-size: 0.9em;
  position: absolute;
  top: -10px;
  left: 4%;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

  font-family: "Oxanium", sans-serif;
}

.step-number span{
  font-size: 3.2rem;
  display: block;
  margin-top: .5rem;
}

.step-title {
  font-size: max(2rem,17px);
  margin-bottom: 10px;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}

.step-title i {
  font-size: 4rem;
  background-color: #fff;
  padding: 3rem 0;
  border-radius: 50%;
  margin-bottom: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 10rem;
  height: 10rem;

}

.step-description {
  margin: 0;
  text-align: left;
  font-size: max(1.5rem,13px);
  line-height: 1.5;
}
.head_note{
  font-size: max(1.8rem, 15px);
  line-height: 1;
  padding:1.2rem;
  margin: 2rem 0 .5rem;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #e2d1bc;
  
}

.head_note02{
  font-size: max(1.8rem, 15px);
  line-height: 1;
  padding:1.2rem 1.2rem 1.2rem 3rem;
  margin: 2rem 0 .5rem;
  font-weight: 600;
  font-style: normal;
  position: relative;
}

.head_note02::after{
  position: absolute;
  left: 0;
  top: 0.2rem;
  height: 4rem;
  width:5px;
  content:'';
  background-color: #482a08;
}



.head_note+p{
  padding:0 1.2rem;
}

.line_contact a i{
  color: #06c755;
  font-size: 40px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .steps-container {
    grid-template-columns: repeat(2, 1fr);
   
    
  }
}


@media (max-width: 760px) {
  .steps-container {
    grid-template-columns: 1fr;
  }
  .step {
   
    min-height: auto;
    
  }
  .step::after{
    
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -25px;
    bottom: -30px;
    font-size: 40px;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    color: #482a08;
  }
  
  .step:nth-child(3)::after{
    display: block;
  }
  .steps-section {
    padding: 1rem 0rem 5rem;
    margin-top: 2rem;
   
    
  }
  

}
/*option--------*/

.recommended {
  background:#E57373;
  color: white;
  font-weight: bold;
  padding: 5px 5px 6px ;
  border-radius:0 0 5px 5px;
  font-size: 9px;
  position: absolute;
  top: -5px;
  left: 5px;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
}

.recommended span{
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  
}

.options-section {
  
  margin: 0 auto 20rem;
  width: 100%;
}


.options-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin:0 auto 12rem;
  width: 90%;
  max-width: 1280px;
}

.option {
  background: white;
  border: 8px solid #d9c6b0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  position: relative;
}

.option.osusume{
  background-color: rgb(246, 244, 226);
  border: 8px salmon solid;
}

.option-icon {
  aspect-ratio: 5/3.3;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
 
}
.option-icon img{
  object-fit: contain;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

.option-icon i.fas{
  margin-top: 10px;
  font-size: 40px;
  color: #8f6b41;
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color:#dbccbb;
  padding-top: 40px;
  
  

}

.option-title {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
}

.option-price {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0;
}

.option-description {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 1024px) {
  .options-container {
    grid-template-columns: repeat(3, 1fr);
  }
}



@media (max-width: 768px) {
  .options-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .option-icon {
    aspect-ratio: auto;   
  }
}

@media (max-width: 480px) {
  .options-container {
    grid-template-columns:1fr;
  }
  
}

.h4_option_osusume{
  font-size: 16px;
  font-weight: 700;
  color:#efa7a7;
  margin-left: 10px;
  margin-bottom: 5px;
}

.option_osusume{
  padding: 10px 10px 0 10px;
  border-radius: 10px;
  border: 2px solid #f0b6b6;
  margin-bottom: 5px;
}

/* フォーム全体のスタイル */
.wpcf7-form {
  max-width: 900px;
  width: 94%;
  margin: 2rem auto 20rem;
  letter-spacing: 1px;
 
  
}
.wpcf7-form strong{
  font-weight: 800;
}

.required{color: #E57373;}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select
{
	display: block;
    margin: 5px 0 0;
    padding: 2.2rem;
    width: 100%;
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    line-height: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    text-align: left;
}
.number_p{
  width: 30%;;
}

.wpcf7-form select {
    padding-right: 46px;
    background-image: url(images/ico_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
	position: relative;
}


/* フォーム項目のスタイル */
.wpcf7-form p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #482a08;
  font-weight: 700;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-date,
.wpcf7-number,
.wpcf7-textarea,
.wpcf7-submit {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  box-sizing: border-box;
}

.wpcf7-textarea {
  resize: vertical;
  height: 80px;
}

.reserve_option{
  width: 100%;
  background-color: #f4eee7;
  padding: 30px;
  margin: 30px 0;
}

.wpcf7-form .reserve_option p{
  font-weight: 400;
}

.form_list a, .reserve_option a,.note_price a{
  text-decoration: underline;
  color: #E57373;
}

.reserve_head{
  font-size: 17px;
  font-weight: 600;
  color: #482a08;
  margin-bottom: .8rem;
}
.reserve_margin{
  margin: 8rem 0 2rem;
}

.reserve_margin02{
  margin: 12rem 0 8rem;
}
.reserve_head span{
  font-size: 14px;
  font-weight: 400;
}

.box_form_list, .terms_contact{
  border: 1px solid #ccc;height: 500px; overflow-y: scroll; background-color: #f9f9f9;
  margin-bottom: 1.5rem;

}
.box_form_list {
  height: 250px;
  padding: 2rem;
}

.form_list {
  display: block;
}

.form_list li{
  list-style: circle;
  margin-left: 30px;
 
}
p {
  text-indent: 0em !important;
  }

  img.line_c{
    width: 120px;
    vertical-align: middle;
  }

/* チェックボックスと同意確認のスタイル */
.wpcf7-checkbox {
  margin-bottom: 10px;
  
}

.wpcf7-acceptance {
  font-size: 13px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.wpcf7-acceptance input {
  margin-right: 5px;
 
}

.box_accept{ 
border: 1px solid #E57373;
padding: 8px 0 8px 0;
margin: 20px 0 20px 0;
border-radius: 5px;
}

.box_accept.w90{ 
 width: 90%;
 margin:20px auto;
  }

  

/* 送信ボタンのスタイル */
.wpcf7-submit {
  
  transition: background-color 0.3s ease;
}
.wpcf7-submit {
  width: 70%;
  max-width: 420px;
  font-size: max(2rem, 15px);
  margin: 10rem auto 0;
  border-radius: 1.5rem;
  border: 1px solid #6b8e23;
  color: #6b8e23;
 
  display: block;
  text-align: center;
  padding: 2rem 0;
  font-weight: 600;
  position: relative;
  letter-spacing: max(0.5rem, 1px);
}
.wpcf7-submit:hover {
  background-color: #6b8e23;
  border: 1px solid #6b8e23;
  color: #fff;
  box-shadow: 0px 5px #5b5b5b;
}
.wpcf7-submit:active {
  box-shadow: 0 0;
  transform: translate(0px, 5px);
}



.submit_margin{
  margin-bottom: 3rem;
}


/* フォームのレスポンシブ対応 */
@media (max-width: 480px) {
  .wpcf7-form {
      padding: 0;
      margin-bottom: 20rem;
  }
  .wpcf7-text,
  .wpcf7-email,
  .wpcf7-tel,
  .wpcf7-date,
  .wpcf7-number,
  .wpcf7-textarea {
      font-size: 13px;
  }
  .reserve_margin02{
    margin: 10rem 0 4rem;
  }
  .wpcf7-list-item{
    width: 100%;
    margin: 0 0 0 0;
  }
}

.wpcf7-list-item-label{
  font-weight: normal;
  font-size: 16px;
}


/* 約款 */
.terms_contact {
  font-size: 14px;
 
  display: block;
}

/* メインタイトル */
.terms_contact h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* サブタイトル */
.terms_contact h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

/* 章タイトル */
.terms_contact h3 {
  font-size: 20px;
  margin-top: 30px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

/* 条項タイトル */
.terms_contact h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* 段落 */
.box_form_list p,.terms_contact p {
  font-size: 14px;
  text-indent: 1.5em;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0;
}

/* リスト */
.terms_contact ul {
  list-style-type: disc;
  
}

.terms_contact ul li {
  margin-bottom: 10px;
}

.company_box{
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem;
  margin: 2rem auto 4rem;
  list-style: 1.2;
}

.li_company{
  list-style-position: outside;
  list-style: circle;
  line-height: 1.8;
  margin-left: 15px;
}

/* -------------------------------------------------------------info */

.box_info{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.li_info li{
	width: 100%;
	border-bottom: 1px dotted #cebba6;
	position: relative;
	padding: 25px 20px 25px 10px;
	box-sizing: border-box;
	
}

.li_info li:last-child{
	border: none;
}

.li_info li:after{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 12px;
	margin-top: -8px;
	 width: 40px;
  height: 3px;
  border-bottom: 1px solid #c4ac90;
  border-right: 2px solid #c4ac90;
  transform: skew(60deg);
display: inline-block;
}

.date{
	
	font-size: 14px;
	margin-right: 10px;
	letter-spacing: 1px;
  font-family: "Oxanium", sans-serif;
}
.cate a{
	font-size: 13px;
    padding: 2px 5px 1px 7px;
    margin-left: 10px;
    margin-bottom: 3px;
    display: inline-block;
	border: 1px solid #c4ac90;
	border-radius: 5px;
	color: #c4ac90;
	min-width: 100px;
	text-align: center;
	
}

.info_title{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	display: inline;
	
}

.btn_for_info{
	margin-top: 50px;
}

@media only screen and (max-width: 999px) {

.li_info{
	padding: 15px 20px 15px 0;	
} 
	
	.date{	
	left: 20px;
	top: 20px;
	
}

.info_title{
	
	padding: 20px 0 5px 0;
	line-height: 1.5;
	display: block;
	
	}
}

@media screen and (max-width: 768px) {
  input[type="submit"],
  button {
      background-color: initial !important;
      color: initial !important;
  }
}

.wpcf7-not-valid {
  border: 2px solid #E57373 !important;
}
.wpcf7-response-output {
  color: #E57373 !important;
  font-weight: bold;
}

.wpcf7 form .wpcf7-response-output {
  margin-bottom: 30rem;
}



