@charset "UTF-8";
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /* iOS 8+ */ }

body{
  overflow-x: hidden;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none; }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  opacity: 0.7;
  text-decoration: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

h1,h2,h3,h4,h5,p,ul{
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*--@mixin 定義 --*/
.hd_pc {
  display: block; }
  @media (max-width: 1200px) {
    .hd_pc {
      display: none; } }
  @media (max-width: 1024px) {
    .hd_pc {
      display: none; } }
  @media (max-width: 750px) {
    .hd_pc {
      display: none; } }
  @media (max-width: 480px) {
    .hd_pc {
      display: none; } }

.hd_sp {
  display: none; }
  @media (max-width: 1200px) {
    .hd_sp {
      display: block; } }
  @media (max-width: 1024px) {
    .hd_sp {
      display: block; } }
  @media (max-width: 750px) {
    .hd_sp {
      display: block; } }
  @media (max-width: 480px) {
    .hd_sp {
      display: block; } }

.pc {
  display: block; }
  @media (max-width: 1024px) {
    .pc {
      display: none; } }
  @media (max-width: 750px) {
    .pc {
      display: none; } }
  @media (max-width: 480px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 1024px) {
    .sp {
      display: block; } }
  @media (max-width: 750px) {
    .sp {
      display: block; } }
  @media (max-width: 480px) {
    .sp {
      display: block; } }

.tab {
  display: none; }
  @media (max-width: 1024px) {
    .tab {
      display: none; } }
  @media (max-width: 750px) {
    .tab {
      display: block; } }
  @media (max-width: 480px) {
    .tab {
      display: block; } }

li {
  list-style: none; }

/*-- 共通 --*/
@font-face {
  font-family: 'Century Gothic';
 /* src: url("../font/century-gothic.ttf") format("truetype"),*/
  src: url("../font/century-gothic.ttf") format("TrueType"),
  url("../font/century-gothic.woff") format("woff");
}

html {
  color: #000000;
  overflow-x: hidden;
}

.noto{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
}
.genMin{
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
}

.century{
  font-family: 'Century Gothic', sans-serif;
  font-weight: 400;
}

.t-center{
  text-align: center;
}

.t-right{
  text-align: right;
}



/*-- fadeIn --*/
.effect-fade {
  opacity: 0;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s; }

.title_effect_fade {
  opacity: 1 !important;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s; }

header .head{
  display: flex;
  width:100%;
  height:100vh;
  position:relative;
  /* overflow-x: hidden; */
}

@media (max-width: 1024px) {
  header .head{
   display: block;
  }
}

header .head .baige_area{
  width:33.333%;
  background:#BC986E;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  z-index:2;
  top:0;
  left:0;
}
@media (max-width: 1024px) {
  header .head .baige_area{
    width:100%;
    height: 56vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.head_logo{
  width:162px;
  height:190px;
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  top:64px;
}

@media (max-width: 1024px) {
  .head_logo{
    position: static;
    margin: inherit;
  }
}

@media (max-width: 768px) {
  .head_logo{
    width: 110px;
    height: 128px;
  }
}

#shichigosan_mv{
  width:66.667%;
}
@media (max-width: 1024px) {
  #shichigosan_mv{
    width:100%;
  }
}

#shichigosan_mv .swiper-slide{
  width:100%;
  height:100vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  #shichigosan_mv .swiper-slide{
    height:auto;
  }
}



#shichigosan_mv .swiper-slide img{
  width: 100%;
  aspect-ratio: 64/45;
  object-fit: cover;
  object-position: center;
  height: 100vh;
}

@media (max-width: 1024px) {
  #shichigosan_mv .swiper-slide img{
    width: 100%;
    aspect-ratio: 64/45;
    object-fit: cover;
    object-position: center;
    height: 44vh;
  }
}

#shichigosan_mv .swiper-slide[data-images="2"] img{
  object-position: right;
}

#shichigosan_mv .swiper-slide[data-images="4"] img,
#shichigosan_mv .swiper-slide[data-images="5"] img{
  object-position: left;
}

@media (max-width: 1024px) {
  #shichigosan_mv .swiper-slide[data-images="1"] img{
    object-position: bottom;
  }
  #shichigosan_mv .swiper-slide[data-images="2"] img{
    object-position: top right;
  }
  #shichigosan_mv .swiper-slide[data-images="3"] img{
    object-position: center;
  }
  #shichigosan_mv .swiper-slide[data-images="4"] img{
    object-position: top;
  }
  #shichigosan_mv .swiper-slide[data-images="5"] img{
    object-position: bottom left;
  }
}

header .head .border{
  position:absolute;
  bottom:-100px;
  left:0;
  right:0;
  margin:auto;
  z-index: 3;
  width: 1px;
  height: 200px;
}

.scroll-bg{
  position: absolute;
  bottom: -100px;
  left: 50%;
  display: block;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 200px;
}

.scroll-down{
  position:absolute;
  bottom:0px;
  left:0;
  right:0;
  margin:auto;
  z-index: 3;
  width: 1px;
  height: 200px;
  background: #fff;
  animation: scrollDown 2s ease infinite;
  margin: 0 auto;
  display: block;
}

@keyframes scrollDown{
  0%{
      transform-origin: top;
      transform: scaleY(0);
  }
  45%{
      transform-origin: top;
      transform: scaleY(1);
  }
  55%{
      transform-origin: bottom;
      transform: scaleY(1);
  }
  100%{
      transform-origin: bottom;
      transform: scaleY(0);
  }
}

@media (max-width: 768px) {
  .scroll-bg{
    bottom: -50px;
    height: 100px;
  }
  
  .scroll-down{
    height: 100px;
  }
}

.fixed_btn{
  position:fixed;
  top:32px;
  right:25px;
  width:180px;
  height:40px;
  background:rgba(188, 152, 110,0.5);
  border:1px solid #fff;
  z-index:5;
}

@media (max-width: 1024px) {
  .fixed_btn{
    top: inherit;
    bottom: 0;
    width: 100vw;
    right: inherit;
  }
}

.fixed_btn a{
  display: flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
}

.fixed_btn a span{
  color:white;
  font-size:14px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fixed_btn a span{
    font-size:13px;
  }
}
h1 span{
  color:#fff;
  font-size:32px;
  /*font-size: clamp(1.25rem, 1.231rem + 0.09vw, 2rem);*/
  /* font-size:clamp(1.75rem, 1rem + 0.83vw, 2rem); */
  font-size:clamp(1.5rem, 0.154rem + 1.54vw, 2rem);
  letter-spacing: 0.12em;
  display: none;
  opacity: 0;
}

@media (max-width: 1400px) {
  h1 span{
    font-size: clamp(1.25rem, 1.231rem + 0.09vw, 2rem);
  }
}
@media (max-width: 1024px) {
  h1{
    margin-top: 40px;
  }
  h1 span{
    font-size:32px;
  }
}
@media (max-width: 767px) {
  h1 span{
    font-size: clamp(1.25rem, 1.231rem + 0.09vw, 2rem);
  }
}

h1 span.is-active{
  display: block;
  animation-name:fadeIn;
  animation-duration: 5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.inner{
  max-width:1280px;
  width:84%;
  margin:0 auto;
}


@media (max-width: 1024px) {
  .inner{
    width: 100%;
  }
}

.about{
  padding-top:180px;
}

@media (max-width: 768px) {
  .about{
    padding-top:148px;
    padding-top:80px;
  }
}

.about h2{
  font-size:40px;
  letter-spacing: 0.04em;
  position:relative;
  padding-bottom:136px;
}

@media (max-width: 1024px) {
  .about h2{
    font-size: clamp(1.5rem, 0.938rem + 2.5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .about h2{
    padding-bottom: 104px;
  }
}

.about h2:after{
  border-left:1px solid #000;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  bottom:0;
  width:1px;
  height:72px;
  content:"";
}

.about .about_content{
  margin-top:64px;
  font-size:16px;
  letter-spacing: 0.04em;
  line-height:3.5;
}

@media (max-width: 1024px) {
  .about .about_content{
    font-size: clamp(0.813rem, 0.707rem + 0.47vw, 1rem);
    text-align: left;
    width: 84%;
    margin: 0 auto;
    margin-top:32px;
  }
}

@media (max-width: 768px) {
  .about .about_content{
    margin-top: 32px;
  }
}

.plan{
  margin-top:120px;
}

@media (max-width: 1024px) {
  .plan{
    margin-top:80px;
  }
}

@media (max-width: 768px) {
  .plan_01{
    margin-top:32px;
  }
}

.plan_flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap:6.25%;
}

@media (max-width: 1024px) {
  .plan_flex{
    display: block;
  }
}

.plan .plan_img{
  max-width:640px;
  width:50%;
}

@media (max-width: 1024px) {
  .plan .plan_img{
    width: 100%;
    max-width: inherit;
  }
  .plan_content--wrap{
    width: 84%;
    margin: 0 auto;
    margin-top: 32px;
  }
}


@media (max-width: 1024px) {
  .plan .sp_plan_flex{
    display: flex;
    column-gap:12px;
  }
}
.plan .subtitle{
    font-size:14px;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .plan .subtitle{
    font-size:12px;
  }  
}

.plan .plan_title{
  font-size:28px;
  letter-spacing: 0.04em;
  margin-top:8px;
}

@media (max-width: 1024px) {
  .plan .plan_title{
    font-size:clamp(1.5rem, 1.364rem + 0.6vw, 1.75rem);
  }
  .plan .plan_title{
    margin-top: 40px;
  } 
}

@media (max-width: 768px) {
  /* .plan .plan_title{
    margin-top: 40px;
  }   */

  .subtitle + .plan_title {
    margin-top: 8px;
  }
}

.plan .plan_content{
  font-size:16px;
  letter-spacing: 0.04em; 
  line-height:2;
  margin-top:24px;
}

@media (max-width: 1024px) {
  .plan .plan_content{
    margin-bottom:48px;
    margin-top: 40px;
    line-height: 3;
  }  
}


@media (max-width: 768px) {
  .plan .plan_content{
    font-size:clamp(0.813rem, 0.647rem + 0.74vw, 1rem);
  }
}

.plan .plan_three--flex{
  display: flex;
  column-gap:3.125%;
  margin-top:48px;
}

.plan_05.plan .plan__wrap .plan__title--flex .plan__title{
  font-size: 14px;
}

/* .plan_05.plan  .plan__wrap .plan__title--flex{
  flex-wrap: wrap;
  column-gap:12px;
} */

.plan_05.plan  .plan__wrap .plan__title--flex .price{
  font-size: 18px;
  margin-left:0;
}
@media (max-width: 1024px) {
  .plan .plan_three--flex{
    display: block;
   
  }
}

@media (max-width: 768px) {
  .plan .plan_three--flex{
    margin-top: 42px;
  }
}

@media (max-width: 768px) {
  .plan_05.plan .plan__wrap .plan__title--flex{
    display: block;
  }

  .plan_05.plan .plan__wrap .plan__title--flex .plan__title{
    font-size: 14px;
  }

  .plan_05.plan  .plan__wrap .plan__title--flex .price{
    font-size: 16px;
    margin-left: 0;
  }
}

.plan .plan__wrap{
  width:calc(100%/3 - 3.125%);
}

@media (max-width: 1024px) {
  .plan .plan__wrap{
    width:100%;
  }
}

.plan .plan__wrap .plan_img{
  width:100%;
  max-width: inherit;
}

.plan .plan__wrap .plan_content--wrap{
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .plan .plan__wrap .plan_content--wrap{
    margin-top: 56px;
  }
  .plan .plan__wrap:first-of-type .plan_content--wrap{
    margin-top:42px;
  }
}
.plan .plan__wrap .plan__title--flex{
  display: flex;
  align-items: center;
  padding-bottom:12px;
  border-bottom:1px solid #DDDDDD;
  width:100%;
  white-space: nowrap;
  flex-wrap:wrap;
  column-gap:12px;
}

.plan .plan__wrap .plan__title--flex .plan__title{
  font-size:16px;
  letter-spacing: 0.04em;
}

.plan .plan__wrap .plan__title--flex .price{
  font-size:20px;
  letter-spacing: 0.04em;
  /* margin-left:12px; */
}

.plan .plan__wrap .plan__title--flex .price span{
  font-size:14px;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .plan .plan__wrap .plan__title--flex .price{
    font-size: 18px;
  }

  .plan .plan__wrap .plan__title--flex .price span{
    font-size: 12px;
  }
}

.plan .plan__wrap ul{
  margin-top:24px;
  font-size:14px;
  line-height:2;
}

.plan .plan_other{
  width:100%;
  border:1px solid #A56F4E;
  color:#A56F4E;
  padding:15px;
  margin-top:40px;
}

@media (max-width: 1024px) {
  .plan .plan_other{
    width:84%;
    margin:auto;
    margin-top:48px;
    padding:15px;
    text-align:left;
  }
}

.plan .plan_other span{
  font-size:13px;
  line-height:2.4;
  letter-spacing: 0.04em;
}

.plan .plan_option{
  display: flex;
  margin-top:48px;
}

@media (max-width: 1024px) {
  .plan .plan_other span{
    line-height:2;
  }
  .plan .plan_option{
    display: block;
    width: 84%;
    margin: 0 auto;
  }
}

.plan .plan_option .option__right{
  margin-left:64px;
  padding-left:40px;
  border-left:1px solid #DDDDDD;
}

@media (max-width: 1024px) {
  .plan .plan_option .option__right{
    padding-left: 0;
    margin-left: 0;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
    border-left: 0;
  }
}
.plan .plan_option .option__right p{
  color:#000;
  font-size:14px;
  line-height:2;
  letter-spacing: 0.04em;
}

.plan_08{
  padding-bottom:160px;
}

@media (max-width: 1024px) {
  .plan_08{
    padding-bottom: 80px;
  }
}

.brown_linear{
  background:linear-gradient(90deg,#DFCBBE,#BC986E);
  padding:60px 0;
}

@media (max-width: 768px) {
  .brown_linear{
    padding:35px 0;
  }
}

.brown_linear .reserve_btn{
  width:560px;
  height:80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #fff;
  margin:auto;
}

@media (max-width: 768px) {
  .brown_linear .reserve_btn{
    width: 84vw;
    height: 50px;
  }
}

.brown_linear .reserve_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}

.brown_linear .reserve_btn a span{
  font-size:24px;
  color:#fff;
}

@media (max-width: 768px) {
  .brown_linear .reserve_btn a span{
    font-size: clamp(1.125rem, 0.794rem + 1.47vw, 1.5rem)
  }
}

.photo_option{
  padding-bottom:180px;
}

.photo_option h2.title{
  position:relative;
  font-size:40px;
  margin-top:120px;
}
@media (max-width: 1024px) {
  .photo_option .inner{
    width: 84%;
  }
}
@media (max-width: 768px) {
  .photo_option{
    padding-bottom:80px;
  }
  .photo_option h2.title{
    font-size: clamp(1.5rem, 0.958rem + 2.41vw, 2.5rem);
    margin-top: 80px;
  }
}

.photo_option h2:before{
  position:absolute;
  max-width:1010px;
  width:78.90625%;
  top: 45%;
  left: 0;
  background: #000;
  height: 1px;
  content:"";
}

@media (max-width: 1440px) {
  .photo_option h2:before{
    width: calc(0.841 * 100vw - 285.538px);
  }
}
@media (max-width: 1024px) {
  .photo_option h2:before{
    left: -85px;
    width:calc(0.695 * 100vw - 72px);
  }
}
@media (max-width: 768px) {
  .photo_option h2:before{
    left: -104px;
    width:78.90625%;
  }
}

.photo__option--flex{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.03125%;
  row-gap:67px;
  margin-top:64px;
}

@media (max-width:1024px) {
  .photo__option--flex{
    column-gap: 4.0%;
  }
}

@media (max-width: 768px) {
  .photo__option--flex{
    margin-top:32px;
    row-gap:32px;
  }
}

.photo__option--content{
  max-width:300px;
  width:23.4375%;
}

@media (max-width: 1024px) {
  .photo__option--content{
    max-width: inherit;
    width: calc(100%/2 - 2.03125%);
  }
}

.photo__option--content h4{
  font-size:16px;
  margin-top:24px;
}

@media (max-width: 1024px) {
  .photo__option--content h4{
    text-align: left;
  }
}

@media (max-width: 768px) {
  .photo__option--content h4{
    font-size:clamp(0.813rem, 0.206rem + 2.7vw, 1.5rem);
    margin-top:12px;
  }
}

.photo__option--content p{
  margin-top:8px;
  font-size:14px;
}

@media (max-width: 1024px) {
  .photo__option--content p{
    text-align: left;
  }
}

@media (max-width: 768px) {
  .photo__option--content p{
    font-size:clamp(0.688rem, 0.522rem + 0.74vw, 0.875rem);
  }
}

.access_content{
  margin-top:160px;
  position:relative;
  max-width:1120px;
  width:87.5%;
  margin-left:auto;
}

@media (max-width: 1024px) {
  .access_content{
    width: 84%;
    margin: 0 auto;
    margin-top: 48px;
  }
}


.access_content:before{
  position:absolute;
  left:-160px;
  top:0;
  background:#000;
  width:1px;
  height:850px;
  content:"";
}

.googlemap{
  height:480px;
}

@media (max-width: 768px) {
  .googlemap{
    height:160px;
  }
}

.googlemap iframe{
  width:100%;
  height:100%;
}

.access_content address{
  font-style:normal;
  font-size:16px;
  line-height: 2.5;
}

@media (max-width: 768px) {
  .access_content address{
    font-size:14px;
  }
}

.access_content h2{
  font-size:40px;
  margin-top:100px;
}

@media (max-width: 768px) {
  .access_content h2{
    font-size:clamp(1.5rem, 0.618rem + 3.92vw, 2.5rem);
    margin-top:20px;
  }
}

.access_content .access_text{
  margin-top:64px;
}

@media (max-width: 768px) {
  .access_content .access_text{
    margin-top:32px;
  }
}

.contact_btn--area{
  margin-top:132px;
}

@media (max-width: 768px) {
  .contact_btn--area{
    margin-top:80px;
  }
}

.contact_btn{
  width:620px;
  height:320px;
  background:url(../img/page/shichigosan/contact_bg@2x.jpg) no-repeat;
  background-size:100% auto;
  content:"";
  margin:auto;
}

@media (max-width: 768px) {
  .contact_btn{
    width: 84vw;
    height: auto;
    aspect-ratio: 315/162;
  }
}

.contact_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}

.contact_btn a span{
  font-size:24px;
  color:#fff;
}

footer{
  margin-top:120px;
  text-align: center;
}
@media (max-width: 1024px) {
  footer{
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  footer{
    margin-top:80px;
  }
}

footer .foot_logo{
  width:162px;
}

@media (max-width: 768px) {
  footer .foot_logo{
    width: 127px;
  }
}

footer .copyright{
  background:#F2E3D9;
  color:#A56F4E;
  height:40px;
  display: flex;
  justify-content:center;
  align-items:center;
  font-size:12px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  footer .copyright{
    margin-top: 24px;
    font-size:10px;
    height:32px;
  }
}