/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*!///////////////////////////////////////////*/
/*!//////////// ↓↓↓reset↓↓↓ ////////////*/
/*!///////////////////////////////////////////*/
*, *::before, *::after { box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 0; color: #000;}
a { text-decoration: none;}
ul,ol { padding-left: 0; list-style-type: none;}
dd { margin-left: 0;}
p {font-size: 14px; line-height: 1.75;}
@media screen and (min-width: 768px) { p { font-size: 16px;}}
button {border: 0;}
/*!///////////////////////////////////////////*/
/*!//////////// ↑↑↑reset↑↑↑ ////////////*/
/*!///////////////////////////////////////////*/


/*!////////////////////////////////////////////*/
/*!//////////// ↓↓↓common↓↓↓ ////////////*/
/*!////////////////////////////////////////////*/
body { font-family: "Noto Sans JP", sans-serif;}
@media screen and (max-width: 767px) {
  .sp-none { display: none !important;}}
@media screen and (min-width: 768px) {
  .pc-none {display: none !important;}}
.hidden { display: none !important;}
.image { display: block; width: 100%;}
.wrapper {position: relative;}
.container {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* section { overflow: hidden; } */
/*!////////////////////////////////////////////*/
/*!//////////// ↑↑↑common↑↑↑ ////////////*/
/*!////////////////////////////////////////////*/


.top {
  position: relative;
  overflow: hidden;
}

.fv {
  position: relative;
  background-color: #00002D;
  /* background-image: url(../img/fv-bk.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%; */
  /* padding-bottom: 34.28571428571429vw; */
}

.fv-bkimg {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
}

/* スライダー */
.slider {
  width: 100%;
}
.slick-img img {
  height: auto;
  width: 100%;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.fv-text {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .fv-text {
    display: block;
    text-align: center;
    padding-bottom: 13.75vw;
  }
}

.fv-text-title {
  width: 23.64285714285714vw;
}
@media screen and (max-width: 767px) {
  .fv-text-title {
    width: 100vw;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}

.fv-text-title img {
  width: 100%;
}

.fv-text-note {
  font-size: 1.21428571428571vw;
  font-weight: 100;
  color: #DCE9A8;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .fv-text-note {
    font-weight: 300;
    font-size: 2.8vw;
    writing-mode: unset;
    line-height: 1.8;
  }
}

.fv-point {
  background-color: #00002D;
  background-image: url(../img/point-bk.svg) , url(../img/main-bk.jpg);
  background-repeat: no-repeat , no-repeat;
  background-position: bottom center , top;
  background-size: 107.1428571428571vw , 100%;
  padding-bottom: 21.42857142857143vw;
}
@media screen and (max-width: 767px) {
  .fv-point {
    background-image: url(../img/main-bk.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-bottom: 56.25vw;
  }
}

.fv-point {

}

.fv-point h2 {
  width: 100%;
  margin-bottom: 7.85714285714286vw;
}

.fv-point-list {
  margin: 0 auto;
  width: 75.28571428571429vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10vw;
}
@media screen and (max-width: 767px) {
  .fv-point-list {
    width: 100vw;
    display: block;
    padding-bottom: 15.625vw;
  }
}

.fv-point-list-item {
  position: relative;
  width: 19.28571428571429vw;
  height: 19.28571428571429vw;
  margin: 0 2.5vw 4.3vw;
}
@media screen and (max-width: 767px) {
  .fv-point-list-item {
    width: 100vw;
    height: 50vw;
  }
}

.fv-point-list-point {
  position: absolute;
  width: 27.21428571428571vw;
  height: 27.21428571428571vw;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .fv-point-list-point {
    width: 59.0625vw;
    height: 59.0625vw;
  }
}

.fv-point-list-point--1 {
  top: -20px;
  transform: translateX(calc( -50% - 9px ));
}
.fv-point-list-point--2 {
  top: 28px;
  transform: translateX(calc( -50% - 16px ));
}
.fv-point-list-point--3 {
  top: -23px;
  transform: translateX(calc( -50% + 5px ));
}
.fv-point-list-point--4 {
  top: 0;
  transform: translateX(-50%);
}
.fv-point-list-point--5 {
  top: -32px;
  transform: translateX(calc( -50% + 118px ));
}
@media screen and (max-width: 767px) {
  .fv-point-list-point {
    top: 0;
    transform: translateX(calc( -50% - 10vw));
  }
  .fv-point-list-point--2 ,.fv-point-list-point--4 {
    transform: translateX(calc( -50% + 10vw));
  }
}

/*アニメーション用CSS*/
.yurenai {
  position : absolute;
  top : -4.28571428571429vw;
  left : 50%;
  transform: translateX(-50%);
  width: 142.8571428571429vw;
  pointer-events: none;
  animation: blinking 8s ease-in-out infinite alternate ,
  yurayura0 10s infinite alternate;
}
_::-webkit-full-page-media,
_:future,
:root .yurenai {
  left : 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .yurenai {
    top : -4.6875vw;
    width: 140.625vw;
  }
}

.yurayura1 {
    animation: blinking 10s ease-in-out infinite alternate ,
    yurayura1 5s infinite alternate;
}

.yurayura2 {
  animation: blinking 5s ease-in-out infinite alternate ,
  yurayura0 3s infinite alternate;
}

.point-move {
  position: absolute;
  width: 100vw;
  pointer-events: none;
  top : 0;
  left : 0;
  animation: point-move1 10s infinite alternate;
}

.point-move--2 {
  animation: point-move2 5s infinite alternate;
}
.point-move--3 {
  animation: point-move1 5s infinite alternate;
}
.point-move img {
  width: 100%;
}

.updown1{
  animation-name:point-move1;
  animation-duration: 10s;
}
.updown2{
  animation-name:UpDown2;
  animation-duration: 14s;
}
.updown3{
  animation-name:point-move2;
  animation-duration: 20s;
}
.updown4{
  animation-name:point-move1;
  animation-duration: 15s;
}
.updown5{
  animation-name:point-move1;
  animation-duration: 8s;
}

.updown{
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes blinking {
	0% {opacity: 0.7;}
	100% {opacity: 1;}
}
@keyframes yurayura0 {
	0% {transform: translate(-50% , 0);}
  100% {transform: translate(calc( -50% + 15px ) , -5px);}
}
@keyframes yurayura1 {
	0% {transform: translate(-50% , 0);}
  100% {transform: translate(calc( -50% - 25px ) , 25px);}
}
@keyframes point-move1 {
	0% {transform: translate(0 , 0);}
	100% {transform: translate(-10px , 20px);}
}
@keyframes point-move2 {
	0% {transform: translate(0 , 0);}
	100% {transform: translate(5px , 10px);}
}
@keyframes UpDown2{
  0% {transform: translateY(0);}
  100% {transform: translate( 10px, -5px );}
}

.fv-heritage {
  max-width: 1000px;
  /* width: 71.42857142857143vw; */
  padding-bottom: 60px;
  background-color: #ADA665;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-heritage {
    width: 85.9375vw;
    padding-bottom: 0;
  }
}

.fv-heritage p {
  color: #231815;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 2.43;
}
@media screen and (max-width: 767px) {
  .fv-heritage p {
    font-size: 2.96875vw;
  }
}

.fv-heritage-text {
  margin: 30px 50px;
}
@media screen and (max-width: 767px) {
  .fv-heritage-text {
    margin: 30px 7.812vw;
  }
}

.fv-heritage-list {
   padding: 0 50px;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   gap: 0 10px;
  }
  @media screen and (max-width: 767px) {
    .fv-heritage-list {
      padding: 0;
      display: block;
      padding: 0 7.8125vw;
     }
  }

.fv-heritage-list li {
  max-width: 286px;
  width: 20.42857142857143vw;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fv-heritage-list li {
    max-width: none;
    width: 100%;
    padding-bottom: 4.6875vw;
    margin-right: 0;
  }
}

.fv-heritage-list li:last-of-type {
  margin-right: 0;
 }

.fv-heritage-list li img {
  width: 100%;
}

.map {
  position: relative;
  background-color: #00002D;
  background-image: url(../img/main-bk.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .map {
    padding-bottom: 15.625vw;
  }
}

.map-title {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.map-title img {
  width: 100%;
}

.map-back {
  position: relative;
}

.map-pic {
  width: 100%;
  border-top: solid 2px #DCE9A8;
}
@media screen and (max-width: 767px) {
  .map-pic {
    height: 164.0625vw;;
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
}

.map-pic img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map-pic img {
    display: none;
  }
}

/* 以下タブ */

.tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.tabs--1 {
  position: absolute;
  top: 0;
  left: -0.2vw;
  transform: translateY(-5.28571428571429vw);
}

@media screen and (max-width: 767px) {
  .tabs--1 {
    left: -0.2vw;
    transform: translateY(-11.5625vw);
  }
}

.tab_label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.33783571428571%;
  height: 4.21428571428571vw;
  padding: 5px 0;
  margin: 0 -0.5px;
  background-color: #005A98;
  color: #fff;
  font-size: 1.35714285714286vw;
  font-weight: 300;
  letter-spacing: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab_label {
    width: 26.5625vw;
    height: 9.21875vw;
    padding: 5px 0;
    margin: 0 -0.5px;
    font-size: 2.96875vw;
  }
}

.tab_label__2 {
  width: 25.5%;
  margin: 0 -1px;
}
@media screen and (max-width: 767px) {
  .tab_label__2 {
    width: 28.4%;
  }
}

.tab_label:hover {
  opacity: 0.83;
}
@media screen and (max-width: 767px) {
  .tab_label:hover {
    opacity: 1;
  }
}

.tab_label-line {
  border-left: solid #fff 1px;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  position: relative;
}

.tab_content-block {
  display: block;
}

.tab_content--map {
  padding-bottom: 72.85714285714286vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tab_content--map {
    background-image: url(../img/kurashiki-map1_sp.png?240216);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .tab_content--map2 {
    background-image: url(../img/kurashiki-map2_sp.png);
  }
  .tab_content--map3 {
    background-image: url(../img/kurashiki-map3_sp.png);
  }
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #00002D;
  font-size: 1.71428571428571vw;
  background-color: #DCE9A8;
  height: 5.28571428571429vw;
  width: 23%;
  border-left: solid transparent 1px;
  z-index: 1;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 767px) {
  .tabs input:checked + .tab_label {
    font-size: 3.75vw;
    height: 11.5625vw;
    width: 33.125vw;
    letter-spacing: 0.4rem;
  }
}

.tabs input:checked + .tab_label__2 {
  width: 32.2%;
}
@media screen and (max-width: 767px) {
  .tabs input:checked + .tab_label__2 {
    width: 35%;
  }
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}
@media screen and (max-width: 767px) {
  #tab01:checked ~ #tab01_content,
  #tab02:checked ~ #tab02_content,
  #tab03:checked ~ #tab03_content {
    padding-bottom: 164vw;
  }
}

.tab_content{
  position: relative;
  width: 100%;
}

.tab_pic {
  transform: translate( 0.27vw , 0.27vw );
}

.spot {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .spot {
    max-width: none;
    padding: 0 7vw;
  }
}

.spot-wrapper {
  background-color: #00425D;
  box-shadow: 0 0 10px rgba(35, 24, 21, 0.8);
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .spot-wrapper {
    padding-bottom: 3.90625vw;
  }
}

.tabs-spot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content {
  display: block;
}

input[name="tab_switch2"] {
  display: none;
}

.tab_content2 {
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .tab_content2 {
    padding: 0 3.90625vw;
  }
}

.spot_content {
  background-color: #fff;
  padding: 10px 30px 50px;
}
@media screen and (max-width: 767px) {
  .spot_content {
    padding: 0 6.25vw 6.25vw;
  }
}

.spot_content-list {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  grid-template:
      'name pic' auto
      'point pic' auto
      'point address' auto
      '. gmap' auto
      /* 'gmap .' auto  */
      / 45.6% 50% auto;
  gap: 0 30px;
  max-width: 790px;
  margin: 0 auto;
  border-bottom: 1px solid #005A98;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .spot_content-list {
    display: block;
    max-width: none;
    padding: 7.5vw 0;
    text-align: center;
  }
}

.spot_content-list:last-child {
  border-bottom: none;
}

.spot_content-list--light {
  grid-template:
      'pic name' auto
      'pic point' auto
      'address point' auto
      /* 'address gmap' auto */
      'gmap .' auto 
      / 50% 45.6% auto;
}

.spot_content-list--lightlong {
  grid-template:
  'pic name' auto
  'pic point' auto
  'address point' auto
  'gmap point' auto
  'gmap .' auto 
  / 50% 45.6% auto;
}

.spot_content-list__name {
  grid-area: name;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  gap: 10px 0;
  padding-bottom: 25px;
  border-bottom: solid #00425D 1px;
}
@media screen and (max-width: 767px) {
  .spot_content-list__name {
    gap: 12px;
    padding-bottom: 2.65625vw;
  }
}

.spot_content-list__name-tag {
  color: #fff;
  font-size: 20px;
  background-color: #00425D;
  padding: 0 13px;
  border-radius: 5px;
  letter-spacing: 0.2rem;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .spot_content-list__name-tag {
    font-size: 3.125vw;
    padding: 0 13px;
  }
}

.spot_content-list__name h3 {
  font-size: 27px;
  color: #005A98;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .spot_content-list__name h3 {
    font-size: 4.53125vw;
  }
}

.spot_content-list__pic {
  grid-area: pic;
}

.spot_content-list__pic img {
  width: 100%;
}

.spot_content-list__point {
  grid-area: point;
  margin-bottom: auto;
  padding-top: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .spot_content-list__point {
    padding-top: 3.90625vw;
  }
}

.spot_content-list__point-title {
  display: inline-block;
  border: solid #005A98 1px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #005A98;
  padding: 2px 15px;
}
@media screen and (max-width: 767px) {
  .spot_content-list__point-title {
    font-size: 2.96875vw;
    padding: 0.1vw 2vw;
  }
}

.spot_content-list__point-text {
  font-size: 15px;
  font-weight: 300;
  color: #005A98;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .spot_content-list__point-text {
    font-size: 2.96875vw;
    padding-top: 3.125vw;
  }
}

.spot_content-list__point-authorization {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
  background-color: #DCE9A8;
  border-radius: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .spot_content-list__point-authorization {
    height: auto;
    padding: 1.875vw 0;
    margin-top: 3.75vw;
  } 
}

.spot_content-list__point-authorization p {
  font-size: 14.7px;
  font-weight: 400;
  line-height: 1.3;
  color: #005A98;
}
@media screen and (max-width: 767px) {
  .spot_content-list__point-authorization p {
    font-size: 2.96875vw;
    letter-spacing: -0.01rem;
  }
}

.spot_content-list__address {
  padding-top: 10px;
  grid-area: address;
  text-align: left;
}

.spot_content-list__address p {
  font-size: 15px;
  font-weight: 300;
  color: #005A98;
}
@media screen and (max-width: 767px) {
  .spot_content-list__address p {
    font-size: 2.8125vw;
  }
}

.spot_content-list__gmap {
  grid-area: gmap;
  margin-bottom: auto;
}

.spot_content-list__gmap a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 253px;
  height: 62px;
  margin: 20px 0 auto;
  background-color: #00425D;
  padding: 0 20px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .spot_content-list__gmap a {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 3.90625vw auto auto;
    padding: 2.8125vw 6.25vw 2.8125vw 3.75vw;
  }
}
.spot_content-list__gmap a:hover {
  background-color: #DCE9A8;
  transition: all 0.5s;
}

.spot_content-list__gmap-icon {
  display: block;
  background-color: #DCE9A8;
  width: 23px;
  height: 32px;
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
@media screen and (max-width: 767px) {
  .spot_content-list__gmap-icon {
    width: 28.2817px;
    height: 38.9564px;
    /* transform: translate(3.5px, 3px); */
  }
}

path {
  width: 23px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  path {
    width: 28.2817px;
    height: 38.9564px;
    transform: translate(3.5px, 3px);
  }
}

.spot_content-list__gmap a:hover .spot_content-list__gmap-icon {
  background-color: #00425D;
}

.spot_content-list__gmap-text {
  color: #DCE9A8;
  font-size: 17px;
  font-weight: 400;
  padding-left: 20px;
}
.spot_content-list__gmap a:hover .spot_content-list__gmap-text {
  color: #00425D;
}
@media screen and (max-width: 767px) {
  .spot_content-list__gmap-text {
    font-size: 3.28125vw;
    padding-left: 3.90625vw;
    letter-spacing: 0.1rem;
  }
}

.more {
  text-align: center;
}

.spot_content-more-button {
  display: inline-block;
  background-color: #00425D;
  position: relative;
  margin: 50px auto;
  padding: 15px 100px 15px 60px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .spot_content-more-button {
    padding: 3.90625vw 18.75vw 3.90625vw 12.5vw;
    margin: 6.25vw auto 0;
  }
}
.spot_content-more-button:hover {
  background-color: #DCE9A8;
  transition: all 0.5s;
}

.spot_content-more-button-text {
  color: #DCE9A8;
  font-size: 16px;
  font-weight: 400;
}
.spot_content-more-button:hover .spot_content-more-button-text {
  color: #00425D;
}
@media screen and (max-width: 767px) {
  .spot_content-more-button-text {
    font-size: 2.96875vw;
    letter-spacing: 0.2rem;
  }
}

.spot_content-more-button-deco {
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 2px #DCE9A8 solid;
  border-top: 2px #DCE9A8 solid;
  right: 20px;
  top: 50%;
  transform: translate(0 ,calc(-50% - 0.25rem)) rotate(225deg);
}
.spot_content-more-button:hover .spot_content-more-button-deco {
  border-left: 2px #00425D solid;
  border-top: 2px #00425D solid;
}
@media screen and (max-width: 767px) {
  .spot_content-more-button-deco {
    width: 2.8125vw;
    height: 2.8125vw;
  }
}

input[name="tab_switch3"] {
  display: none;
}

.more input:checked + .spot_content-more-button {
  display: none;
  padding: 0;
  transition: all 0.5s;
}

#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content,
#tab09:checked ~ #tab09_content {
  display: block;
}

.photo {
  max-width: 1000px;
  padding: 0 45px;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photo {
    padding: 0 3.90625vw;
    margin: 9.375vw auto 0;
  }
}

.photo h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .photo h4 {
    font-size: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}

.photo h4 span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .photo h4 span {
    font-size: 3.125vw;
  }
}

.photo p {
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  padding: 25px;
  border: 1px #fff solid;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .photo p {
    font-size: 3vw;
    padding: 4.6875vw;
  }
}

.directions {
  background-color: #F6F5E9;
  padding: 95px 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .directions {
    padding: 15.625vw 10.78125vw 10.421875vw;
  }
}

.directions-contents {
  position: relative;
  max-width: 1000px;
  padding: 80px 150px 60px;
  margin: 0 auto;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .directions-contents {
    padding: 8.59375vw 4.6875vw 8.59375vw;
  }
}

.directions-contents h2 {
  font-size: 23px;
  font-weight: 400;
  color: #00425D;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .directions-contents h2 {
    font-size: 4.0625vw;
    margin-bottom: 5.15625vw;
  }
}

.directions-contents p {
  font-size: 17px;
  font-weight: 300;
  color: #00425D;
}
@media screen and (max-width: 767px) {
  .directions-contents p {
    font-size: 2.96875vw;
  }
}

.directions-contents p span {
  text-decoration: none;
  text-decoration: underline;
  color: #00425D;
}

.directions-contents img {
  position: absolute;
  object-fit: contain;
}

.directions-contents-car1 {
  width: 123px;
  left: -40px;
  top: 55px;
}
@media screen and (max-width: 767px) {
  .directions-contents-car1 {
    width: 17.421875vw;
    left: -8vw;
    top: 11.71875vw;
  }
}

.directions-contents-car2 {
  width: 95px;
  left: 145px;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .directions-contents-car2 {
    width: 13.46875vw;
    left: 9.375vw;
    top: -3.125vw;
  }
}

.directions-contents-car3 {
  width: 88px;
  right: 64px;
  bottom: 135px;
}
@media screen and (max-width: 767px) {
  .directions-contents-car3 {
    width: 12.4003125vw;
    right: -6.25vw;
    bottom: 18.28125vw;
  }
}

.directions-contents-car4 {
  width: 99px;
  right: -50px;
  bottom: 46px;
}
@media screen and (max-width: 767px) {
  .directions-contents-car4 {
    width: 13.90625vw;
    right: 9.375vw;
    bottom: -3.90625vw;
  }
}

.directions-favor {
  max-width: 1000px;
  padding: 60px 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .directions-favor {
    padding: 60px 0 0;
  }
}

.directions-favor h3 {
  color: #00425D;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px #00425D solid;
}
@media screen and (max-width: 767px) {
  .directions-favor h3 {
    font-size: 3.90625vw;
    padding-bottom: 3.03125vw;
    margin-bottom: 4.0625vw;
  }
}

.directions-favor h3 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-weight: 900;
  border-radius: 50%;
  border: #00425D solid 2px;
  padding: 0.1rem 0.7rem 0.5rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .directions-favor h3 span {
    width: 5.59375vw;
    height: 5.59375vw;
    padding: 0 0.35rem 1rem;
    margin-right: 10px;
  }
}

.directions-favor li {
  color: #00425D;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .directions-favor li {
    font-size: 2.96875vw;
  }
}

/* ↓要素サイズはサファリバグ対策 */
footer {
  width: 100%;
  height: 100%;
  background-color: #00002D;
  background-image: url(../img/ft-bk.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  grid-template:
  'ftimg ftinfo' auto
  'ftimg ftnote' auto / 40% 50% auto;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  footer {
    background-image: url(../img/ft-bk_sp.jpg);
    padding: 30px 10.9375vw;
    grid-template:
    'ftimg ftinfo' auto
    'ftnote ftnote' auto
    / 22.4% auto auto;
    justify-content: space-between;
  }
}

.ft-img {
  grid-area: ftimg;
  width: 161px;
  margin: 0 30px 0 auto;
}
@media screen and (max-width: 767px) {
  .ft-img {
    max-width: 17.5vw;
    margin: 0 2.34375vw 0 auto;
  }
}

.ft-info {
  grid-area: ftinfo;
  margin-right: auto;
}

.ft-name {
  font-size: 33.5px;
  font-weight: 400;
  line-height: 1.0;
  color: #DCE9A8;
}
@media screen and (max-width: 767px) {
  .ft-name {
    font-size: 5.6875vw;
    letter-spacing: 0.2rem;
  }
}

.ft-add {
  font-size: 17px;
  font-weight: 300;
  color: #DCE9A8;
}
@media screen and (max-width: 767px) {
  .ft-add {
    font-size: 2.96875vw;
    letter-spacing: 0.05rem;
  }
}

.ft-note {
  grid-area: ftnote;
  display: block;
  position: relative;
  border: 1px #fff solid;
  border-radius: 10px;
  text-align: center;
  padding: 3px 80px 10px;
  margin: 3px auto 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ft-note {
    width: 100%;
    padding: 3px 4.6875vw 10px;
    margin: 3.125vw auto 0 0;
  }
}

.ft-note-text {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ft-note-text {
    font-size: 3.86628125vw;
  }
}

.ft-note-text small {
  display: block;
  font-size: 12.8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .ft-note-text small {
    font-size: 2.515625vw;
  }
}

.ft-note-text-sp {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  transform: translate( 0 , calc(-50% - 0.05rem)) rotate(135deg);
}

.ft-note:hover {
  background-color: #fff;
  transition: all 0.3s;
}
.ft-note:hover .ft-note-text {
  color: #00425D;
}
.ft-note:hover .ft-note-text-sp {
  border-top: 1px #00425D solid;
  border-left: 1px #00425D solid;
}

/* モーダル */
.popup {
  margin: 100px 0;
  text-align: center;
}

.popup-container {
  padding: 0 90px;
  margin: auto;
  max-width: 1180px;;
}
@media screen and (max-width: 767px) {
  .popup-container {
   padding: 0;
  }
}

.popup-content {
  position: relative;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 40px;
  /* background-color: #faf8ec; */
}
@media screen and (max-width: 767px) {
  .popup-content {
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}

.popup-btn {
  width: 40%;
  max-width: 233px;
}

.popup-btn--ml10 {
  margin-left: 10px;
}

.close-btn {
  position: absolute;
  top: 3px;
  right: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .close-btn {
    top: 0;
    right: 15px;
    width: 33px;
    height: 33px;
  }
}
.close-btn:hover {
  cursor: pointer;
}

.close-btn span {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #00425D;
  width: 30px;
  height: 1px;
}

.close-btn span:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal_content-list {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 75px;
  position: relative;
  width: auto;
  max-width: 1000px;
  grid-template:
  'pic name' auto
  'pic point' auto
  'address point' auto
  'gmap .' auto / 50% 50% auto;
  /* gap: 0 30px; */
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal_content-list {
    padding: 11.71875vw 6.25vw 7.03125vw;
    width: 78.125vw;
  }
}
.mfp-auto-cursor .mfp-content {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .mfp-auto-cursor .mfp-content {
    max-width: none;
    width: 78.125vw;
  }
}

.popup-pos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 65.4vw;
}
@media screen and (max-width: 767px) {
  .popup-pos {
    top: 143.2vw;
  }
}

.popup-pos span {
  width: 2.28571428571429vw;
  height: 3.21428571428571vw;
  background-image: url(../img/pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 1vw;
}
@media screen and (max-width: 767px) {
  .popup-pos span {
    width: 6.25vw;
    height: 8.59375vw;
    margin: 0 1vw;
  }
}

.popup-pos-name {
  font-size: 1vw;
  font-weight: 400;
  color: #00425D;
  background-color: #DCE9A8;
  padding: 0.3vw 0.5vw;
  position: relative;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .popup-pos-name {
    font-size: 2.96875vw;
    padding: 1.484375vw 1.2vw;
    margin: 0 1vw;
    letter-spacing: 0.05rem;
  }
}
.popup-pos:hover .popup-pos-name {
  background-color: #fff;
  transition: all 0.3s;
}

.popup-pos p::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4rem solid #DCE9A8;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0 , -50%) rotate(180deg);
}
.popup-pos:hover.popup-pos p::after {
  border-left: 0.4rem solid #fff;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
}

.popup-pos1 {
  left: 65.2vw;
}
@media screen and (max-width: 767px) {
  .popup-pos1 {
    left: 37.3vw;
  }
}

/* 逆パターン↓↓↓↓ */
.popup-pos2 {
  top: 39.57142857142857vw;
  right: 39.07142857142857vw;
  flex-direction: row-reverse;
}
.popup-pos2 p::after {
  left: 100%;
  transform: translate(0 , -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .popup-pos2 {
    top: 84.1vw;
    right: auto;
    left: 12.4vw;
    flex-direction: row;
  }    
  .popup-pos2 p {
    text-align: left;
  }
  .popup-pos2 p::after {
    left: auto;
    right: 100%;
    transform: translate(0 , -50%) rotate(180deg);
  }
}
/* 逆パターン↑↑↑↑ */

.popup-pos3 {
  top: 54.78571428571429vw;
  left: 87.21428571428571vw;
}
@media screen and (max-width: 767px) {
  .popup-pos3 {
    flex-direction: column-reverse;
    align-items: flex-end;
    top: 110.5vw;
    left: 77vw;
  }
  .popup-pos3 p {
    margin-bottom: 1.5vw;
  }
  .popup-pos3 p::after {
    left: 80%;
    top: 100%;
    transform: translate(-50% , 0) rotate(90deg);
  }
}

.popup-pos4 {
  top: 37.57142857142857vw;
  left: 82.6vw;
}
@media screen and (max-width: 767px) {
  .popup-pos4 {
    top: 79.4vw;
    left: 75.4vw;
  }
  .popup-pos4 p {
    text-align: left;
  }
}

.popup-pos5 {
  top: 36.3vw;
  left: 55.3vw;
}
@media screen and (max-width: 767px) {
  .popup-pos5 {
    flex-direction: column-reverse;
    top: 65.5vw;
    left: 68vw;
  }
  .popup-pos5 p {
    margin-bottom: 1.5vw;
  }
  .popup-pos5 p::after {
    left: 50%;
    top: 100%;
    transform: translate(-50% , 0) rotate(90deg);
  }
}

.popup-pos6 {
  top: 35.4vw;
  left: 43.7vw;
}
@media screen and (max-width: 767px) {
  .popup-pos6 {
    top: 75.5vw;
    left: 50.3125vw;
  }
}

/* 逆パターン↓↓↓↓ */
.popup-pos7 {
  top: 30.5vw;
  right: 52.2vw;
  flex-direction: row-reverse;
}
.popup-pos7 p::after {
  left: 100%;
  transform: translate(0 , -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .popup-pos7 {
    top: 65.78125vw;
    right: 46vw;
  }
}
/* 逆パターン↑↑↑↑ */

.popup-pos8 {
  top: 54.14285714vw;
  left: 52.4vw;
}
@media screen and (max-width: 767px) {
  .popup-pos8 {
    flex-direction: column-reverse;
    align-items: flex-start;
    top: 109vw;
    left: 69.6vw;
  }
  .popup-pos8 p {
    margin-bottom: 1.5vw;
  }
  .popup-pos8 p::after {
    left: auto;
    right: 80%;
    top: 100%;
    transform: translate(-50% , 0) rotate(90deg);
  }
}

/* 逆パターン↓↓↓↓ */
.popup-pos9 {
  top: 54.8vw;
  right: 43vw;
  flex-direction: row-reverse;
}
.popup-pos9 p::after {
  left: 100%;
  transform: translate(0 , -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .popup-pos9 {
    top: 119.296875vw;
    right: 26vw;
  }
}
/* 逆パターン↑↑↑↑ */

.popup-pos10 {
  top: 41vw;
  left: 21.7vw;
}
@media screen and (max-width: 767px) {
  .popup-pos10 {
    top: 87.890625vw;
    left: 2.421875vw;
  }
}

/* 逆パターン↓↓↓↓ */
.popup-pos11 {
  top: 2.8vw;
  right: 42vw;
  flex-direction: row-reverse;
}
.popup-pos11 p::after {
  left: 100%;
  transform: translate(0 , -50%) rotate(0);
}
.popup-pos11 .popup-pos-name {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .popup-pos11 {
    top: 2.65625vw;
    right: 10.5vw;
  }
  .popup-pos11 .popup-pos-name {
    transform: translateY(50%);
    margin: 0;
  }
}
/* 逆パターン↑↑↑↑ */

.popup-pos12 {
  top: 25vw;
  left: 56.7vw;
}
@media screen and (max-width: 767px) {
  .popup-pos12 {
    flex-direction: column-reverse;
    align-items: flex-end;
    top: 40vw;
    left: auto;
    right: 1vw;
  }
  .popup-pos12 p {
    margin-bottom: 1.5vw;
  }
  .popup-pos12 p::after {
    left: 80%;
    top: 100%;
    transform: translate(-50% , 0) rotate(90deg);
  }
}

/* 逆パターン↓↓↓↓ */
.popup-pos13 {
  top: 28vw;
  right: 55.7vw;
  flex-direction: row-reverse;
}
.popup-pos13 p::after {
  left: 100%;
  transform: translate(0 , -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .popup-pos13 {
    top: 58.5vw;
    right: 36.40625vw;
    flex-direction: column;
  }
  .popup-pos13 p {
    margin: 1.5vw 0 0;
  }
  .popup-pos13 p::after {
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translate(-50% , 0) rotate(270deg);
  }
}

.popup-pos14 {
  top: 25vw;
  right: 50.6vw;
  flex-direction: row-reverse;
}
.popup-pos14 p::after {
  left: 100%;
  transform: translate(0 , -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .popup-pos14 {
    top: 41.015625vw;
    right: 29.8vw;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .popup-pos14 p {
    margin-bottom: 1.5vw;
  }
  .popup-pos14 p::after {
    left: 80%;
    top: 100%;
    transform: translate(-50% , 0) rotate(90deg);
  }
}

.popup-pos15 {
  top: 24.64285714vw;
  right: 77.7vw;
  flex-direction: row-reverse;
}
.popup-pos15 p::after {
  left: 100%;
  transform: translate(0 , -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .popup-pos15 {
    top: 52.03125vw;
    right: auto;
    left: 2vw;
    flex-direction: row;
  }
  .popup-pos15 p {
    margin: 3vw 1vw 0;
  }
  .popup-pos15 p::after {
    left: auto;
    right: 100%;
    transform: translate(0 , -50%) rotate(180deg);
  }
}
/* 逆パターン↑↑↑↑ */

/* メニュー */
.modal-menu {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #FFF;
}
.modal-list::after {
  content: "";
  background-color: rgba(0, 0, 45, 0.7);
  width: 644px;
  height: 100vh;
  position: fixed;
  z-index: -5;
  left: auto;
  right: 0;
  top: 0;
  pointer-events: none;
}

.header {
  z-index: 100;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .header {
    top: 1vw;
    right: 4.6875vw;
    width: 46.4px;
    height: 48px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.logo {
  font-size: 1.25em;
  font-weight: bold;
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .drawer__button {
    width: 46.4px;
    height: 48px;
  }
}

.drawer__button::after {
  content: "MENU";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50% , -0.3rem);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.7rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.7rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.menu-active > span:first-child {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.drawer__button.menu-active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.menu-active > span:last-child {
  transform: translate(-50%, -50%) rotate(30deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: flex;
  flex-direction: row-reverse;
}
.drawer__nav.menu-active {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 645px;
  height: 100vh;
  background-color: rgba(0, 0, 45, 0.7);
  margin: 0 0 0 auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 105px 30px 35px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .drawer__nav__inner {
    width: 100%;
    padding: 19.375vw 0 10vw;
  }
}
.drawer__nav.menu-active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  display: grid;
  height: 100%;
  min-height: 350px;
  max-height: 700px;
  margin: 0 auto;
}
.drawer__nav__back {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .drawer__nav__menu {
    display: grid;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}

.drawer__nav__item {
  text-align: left;
}

.drawer__nav__link {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.5rem;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .drawer__nav__link {
    font-size: 4.0625vw;
    letter-spacing: 0.1rem;
    text-align: justify;
  }
}

.drawer__nav__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.drawer__nav__link__text {
  padding-top: 10px;
}

.drawer__nav__link__text a {
  border-bottom: none;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5rem;
  line-height: 2.35;
}

@media screen and (max-width: 767px) {
  .drawer__nav__link span {
    display: inline-block;
    border-bottom: solid 1px #fff;
  }
}

.drawer__nav__back {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .drawer__nav__back {
    display: none;
  }
}
/* ハンバーガーメニュー展開時、背景を固定 */
body.menu-active {
  height: 100%;
  overflow: hidden;
}

.mfp-bg {
  background: #003A58;
  opacity: 0.8;
  mix-blend-mode: multiply;
}

.leaflet {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  grid-template:
      'l_img . .' 2fr
      'l_img . l_tex' auto
      'l_img . .' 1fr
      'l_img . l_lin' auto
      'l_img . .' 2fr / 32% 1fr 60% auto;
  margin: 0 auto;
  padding: 100px 160px 0;
}
@media screen and (max-width: 767px) {
  .leaflet {
    display: block;
    padding: 16.875vw 0 0;
    text-align: center;
  }
}

.leaflet img {
  width: 100%;
  grid-area: l_img;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .leaflet img {
    width: 45.625vw;
    padding: 5.3125vw 0;
  }
}

.leaflet p {
  width: 100%;
  grid-area: l_tex;
  object-fit: contain;
  font-size: 23px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .leaflet p {
    font-size: 3.90625vw;
  }
}

.leaflet a {
  width: 100%;
  grid-area: l_lin;
  object-fit: contain;
  font-size: 21px;
  color: #00425D;
  font-weight: 400;
  text-align: center;
  background-color: #DCE9A8;
  padding: 28px 0;
  border-radius: 8px;
  background-image: url(../img/dl.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 85% center;
}
@media screen and (max-width: 767px) {
  .leaflet a {
    display: block;
    width: 62.03125vw;
    font-size: 3.28125vw;
    background-size: 4.375vw;
    padding: 4.0625vw 0;
    margin: 0 auto;
  }
}

.leaflet a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}