@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
}
body {
   font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #00479d;
  font-size: 18px;
}
.body-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.serif {
  font-family: "ten-mincho", serif;
font-weight: 400;
font-style: normal;
  
}
img {
  width: 100%;
}
p {
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.site-copy {
    width: 8%;
    position: absolute;
    right: 28%;
    top: 16%;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}
.header-area{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.hamburger {
    width: 94px;
    height: 94px;
    position: fixed;
    top: 24px;
    right: 40px;
        background: rgb(241,137,0);
    background: linear-gradient(0deg, rgba(241,137,0,1) 0%, rgba(241,137,0,1) 13%, rgba(230,0,55,1) 58%, rgba(230,0,55,1) 100%);
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95, 0.95);
  transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
}
.point-lead .pic-wrap img {
    border-radius: 0 40px 40px 0;
}
.aside {
    padding: 60px 60px 30px;
    background: #faf3ed;
    margin-bottom: 150px;
    border-radius: 20px;
}
.aside-title {
    font-size: 22px;
    text-align: center;
    padding-bottom: 24px;

}
.menu-active .hamburger {
        background:none;

}
.point .aside p {
    font-size: 15px;
    padding-bottom: 36px;
    line-height: 1.9;
}
.mg40 {
  margin-top: 40px;
}

.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 44px;
}
.hamburger span:nth-of-type(2){
  top: 52px;
}
.slide-menu {
background: rgb(241,137,0)!important;;
background: linear-gradient(0deg, rgba(241,137,0,1) 0%, rgba(241,137,0,1) 13%, rgba(230,0,55,1) 58%, rgba(230,0,55,1) 100%)!important;;
    position: fixed;
    top: 0;
    width: 100%;
    top: -100%;
    transition: .4s;
    height: 100%;
    z-index: 3;
}


.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 50px 50px 0;
}
.slide-menu li{
  color: #fff;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);
}

.menu-active .slide-menu {
 top: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .4s;
}
 .sp {
    display: none;
  }
.gnav {
      position: absolute;
    top: 40px;
    left: 40px;
  z-index: 2;
}
#home .gnav {
 color: #fff;
}
#home .gnav a {
 color: #fff;
}
.gnav-title {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding-bottom: 24px;
}
#home .gnav-title {
 color: #fff;
}


.gnav li {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 6px;
    padding-left: 20px;
  position: relative;
  transition: .4s;
}
.gnav li:before {
    content: "-";
    position: absolute;
    left: 2px;
    top: -8px;
    font-size: 24px;
  transition: .4s;
}
.gnav li a:hover {
    background: #e81927;
    color: #f5e6d8;
  transition: .4s;
}
.logo {
    width: 17%;
    margin: 0 auto;
}

#home .logo {
    width: 100%;
    margin: 0 auto;

}
.hero-copy {

}
.hero-p {
  text-align: center;
  width: 60%;
  margin: 0 auto 160px;
  font-weight: 600;
  padding-top: 36px;
}
.hero {

}


.inner {
width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}
.inner-wide {
  width: 84%;
  margin: 0 auto;
}
.inner-mini {
    width: 68%;
    margin: 0 auto;
}
.l-sec {
  padding-top: 120px;
}
.content-inner {

}
span.mini {
    font-size: 11px;
    padding-right: 5px;
    color: #999;
}
.sec-copy-img {
    width: 65%;
    margin: 0 auto 15px;
}
.shohin-items.flex {
    padding: 80px 0 30px;
}
.shohin-item-txt {
padding-bottom: 10px;
}
.shohin-item-inner {
    display: flex;
    justify-content: space-between;
}
.spots11 .shohin-item-inner {
  display: block;
}
.spots11 .shohin-item {
    width:100%;
}

.shohin-no-wrap {
    display: flex;
    align-items: center;
    left: 0;
    color: #fff;
    right: 0;
    margin: auto;
    border-radius: 6px;
    background: #00479d;
    text-align: center;
    justify-content: center;
    margin-bottom: 16px;
  padding: 5px 0 2px;
}
.spots11 .shohin-no-wrap {
    background: #920783;
      padding: 16px 0 13px;
}
.spots7 .shohin-no-wrap {
    background: #e5004f;
}
.spots11 {
    color: #920783;
}
.spots7 {
    color: #e5004f;
}
.spots11 .shohin-no {
    font-size: 42px;
}
.spots11 .shohin-no-sots {
    font-size: 28px;
}
.note {
 
}
#spot {
  padding-top: 150px;
}
.shohin-comp.jp {
    font-weight: 900;
    text-align: center;
}
.shohin-no-sots {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
}
.shohin-no {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 32px;
}
.shohin-data {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 16px;
}
.spots11 .shohin-pic {
    width: 80%;
    margin: 0 auto 24px;
}
.shohin-pic img {
 border-radius: 10px;
}
.sec-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 48px;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.16em;
    color: #c69d63;
}


.title-line {
    width: 60px;
    height: 3px;
    margin: 0 auto 50px;
    background: #c69d63;
}
.sec-leadcopy {
font-size: 48px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
}
.sec-leadcopy.center {
text-align: center;
}
th {
    text-align: left;
    font-weight: 400;
    padding: 5px;
    line-height: 1.5;
  font-size: 14px;
  width: 6em;
}
td {
    text-align: left;
    padding: 5px;
    line-height: 1.5;
   font-size: 14px;
}
.sec-leadcopy span {
    font-size: 28px;
    display: block;
    padding-top: 15px;
}
section#detail {
    background: #fdeaef;
    padding-top: 120px;
}
.prize-item {
    width: calc(33.333% - 36px);

}
span.mini {
    font-size: 0.85em;
}
.reverse {
  flex-direction: row-reverse;
}.prize-items.flex {
      padding: 80px 0 160px;
}
.prize {
    width: 80%;
    margin: 0 auto;
}
.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



footer {
    text-align: center;
    padding: 140px 0 80px;

}
.foot-logo {
    width: 15%;
    margin: 0 auto 36px;
}
footer .about p {
    font-size: 18px;
    line-height: 2;
    padding-top: 6px;
    color: #000;
}
footer p {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 6px;
      color: #000;
}
.arrow_btn::before, .arrow_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn a {
    position: relative;
    display: block;
    padding: 18px 0 20px;
    margin-top: 24px;
    border-radius: 40px;
    width: 320px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 24px;
    margin: 80px auto 0;
    color: #fff;
    background: #00479d;
  transition: .3s;
}
.btn a:hover {
    color: #fff;
    background: #e5004f;
  transition: .3s;
}
.arrow_01::before {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00479d;
}

/* ボタン */
.arrow_btn.arrow_01::after {
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-form {
    text-align: center;
  margin-bottom: 60px;
}
.btn-form a {
  display: inline-block;
  padding: 14px 0 12px;
  margin: 24px auto 0;
  border: #00479d solid 2px;
  border-radius: 40px;
  width: 220px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  
}
.hero-copy.hero-fade {
    text-align: center;
    padding-top: 18px;
    font-size: 30px;
    padding-bottom: 18px;
    font-weight: 900;
    line-height: 1.4;
    background: #0c1969;
    color: #fff;
    font-style: italic;
}
p.lead {
    font-size: 25px;
    text-align: center;
    padding: 120px 0;
    font-weight: 900;
}
.spot-list-title-en.en {
    font-size: 90px;
    font-weight: 900;
    text-align: center;
}
.btn-form a:hover {
  transition: .4s;
  color: #fff;
  background: #00479d;
}
.info-txt p {
  padding-bottom: 1em;
}
.item-tmb {
    overflow: hidden;
    border-radius: 999px;
    border: #00479d solid 7px;
}
.ex .item-tmb {
    border: #2a9fab solid 7px;
}
	
a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}
.item-image {
  overflow: hidden;
}
.shohin-pic {
    padding-bottom: 20px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.item {
    width: calc(20% - 32px);
    box-sizing: border-box;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}
.item-summary-copy {
    font-size: 13px;
    text-align: center;
}
.item-no {
    position: absolute;
    background: #00479d;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
  display: none;
}
.item-summary-title {
    text-align: center;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 8px;
    line-height: 1.4em;
    font-weight: 700;
	
}
.item-summary-title rt {
font-weight: 500;
    padding-bottom: 1px;
}
.item-summary-address {
    text-align: center;
    font-size: 13px;
    background: #00479d;
    display: inline-block;
    padding: 3px 12px;
    color: #fff;
    border-radius: 6px;
    margin-top: 16px;
}
.ex .item-summary-address {
    background: #2a9fab;
}
.ex .item-summary-title {
    color: #2a9fab;
}
.ex .item-summary-copy {
  color: #2a9fab;
}
.ex span.sup {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    padding-top: 10px;
    color: #2a9fab;
}



.sec-title-en {
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 18px;
    color: #d7ae71;
}
.sec-title-line {
    width: 80px;
    height: 2px;
    background: #d7ae71;
    margin: 0 auto;
    margin-bottom: 12px;
}
.spot-item-tmb {
    border-radius: 16px;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: .4s;
}
div#store {
    padding-bottom: 100px;
}
.inner.syouhin {
    padding: 80px;
    background: #fff;
    border-radius: 30px;
  position: relative;
}
.map {
  width: 100%;
  margin: 0 auto 100px;
  height: 660px;
}
.map iframe {
  border: 0;
  width: 100%;
}

.close {
    color: #fff;
    font-size: 38px;
    position: absolute;
    right: 24px;
    top: 20px;
    font-weight: 300;
      cursor: pointer;
}
.spot-items p.sup {
    font-size: 14px;
    text-align: center;
    padding-bottom: 80px;
}
.spot-items.flex {
    padding-bottom: 60px;
}
.ouen-logo {
    width: 360px;
    margin: 0 auto 80px;
}
.spot-items.flex.tokyo-list {
    padding-bottom: 0px;
}
.sec-subtitle {

}
.map-bg{
    width: 60%;
    margin: 0 auto;
}
.bg-fff {
  background: #fff;
}
.page-title-wrap {
    text-align: center;padding-top: 60px;
}
.page-title-ico{
    width: 5%;
    margin: 0 auto 10px;
}
    span.w400 {
    font-weight: 400;
}
.spot-item-menu {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 700;
    padding-top: 12px;
    text-align: center;
    line-height: 1.6;
  text-decoration: underline;
    font-feature-settings: "palt";
}
.spot-list-title {
    width: 360px;
    margin: 20px auto 80px;
}
.spot-list {
    padding: 0 30px;
}
.about a {
    text-decoration: underline;
}


.spot-item-spotname {
    text-align: center;
    font-size: 13px;
  padding-top: 6px;
}
.page-lead {
  width: 60%;
}           
.page-title-jp {
    font-size: 20px;
    line-height: 1.3;
}

.page-title-en {
    font-size: 48px;
}
.page-title-no {
  color: #ddae4e;
  font-size: 80px;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.btn-plan {
    padding: 10px 0 0;
}
.btn-plan a {
    display: block;
    width: 13em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    line-height: 1em;
    border-radius: 40px;
    color: #00479d;
    font-weight: 900;
}
.btn-plan a:hover {
 background: #0e1c66;
color: #ffea11;
  transition: .4s;
}
.modaal-content-container .btn-plan a {
    display: block;
    width: 9em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    line-height: 1em;
    border-radius: 40px;
    color: #00479d;
    font-weight: 900;
}
.item-copy {
    text-align: center;
    padding: 18px 0;
    font-size: 21px;
    line-height: 1.5;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}

.sec-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
    display: inline-block;
    line-height: 1.6;
    margin-top: 16px;
}
.sec-ico {
    width: 140px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}
.sec-copy.jp {
font-size: 30px;
    text-align: center;
    line-height:1.6;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    font-weight: 700;
}
.leadcopy {
    padding-bottom: 120px;
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
}
.leadcopy p {
    line-height: 2;
    padding-bottom: 1em;
}
.leadcopy p a {
   text-decoration: underline;
}
#connection p.sup {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}.kikan.jp {
    border-top: #00479d solid 2px;
    text-align: center;
    border-bottom: #00479d solid 2px;
    padding: 16px 0;
    font-size: 22px;
    font-weight: 900;
    margin-top: 40px;
    letter-spacing: 0.08em;
}
span.marker {
    background: linear-gradient(transparent 70%, #f5e780 70%);
}
.shohin-item-wrap {
position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.shohin-item-wrap-w {
    width: calc(55% - 30px);
}
.shohin-item-wrap.spots11 {
width: 45%;
}
.shohin-item-wrap.spots7 {
width: 100%;
 margin-bottom: 0px;
}
.shohin-item-wrap.spots4 {
width: 100%;
   margin-bottom: 30px;
}
.shohin-item-shop {
    font-size: 12px;
    padding: 0 0 6px;
    text-align: center;
    line-height: 1.4;
}
.shohin-item-name {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}

.shohin-item {
    width: calc(33.333% - 18px);
}

.spots11 .shohin-comp.jp {
    font-size: 30px;
    padding-top: 40px;
}
.spots11 .shohin-data {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 46px;
}
.spots11 .shohin-item-name {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding-top: 30px;
}

.btn-form.wide a {
    width: 320px;    margin: 14px auto 24px;
}

        /* モーダルウィンドウのスタイル */
.modal {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 68 151 / 62%);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.modal-item-address03 {
    text-align: center;
    font-size: 15px;
}
.modal-item-title {
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 0.06em;
    font-weight: 900;
    padding-bottom: 20px;
}
.modal-item-title rt{
    font-weight: 500;
    font-size: 10px;
    padding-bottom: 2px;
    letter-spacing: -1em;
}

.jun .modal-item-title {
    padding-top: 30px;
}

.modal-item-address02 {
    text-align: center;
    line-height: 1.6;
    font-size: 17px;
    padding-bottom: 5px;
}.modal-item-address01 {
    display: inline-block;
    padding: 8px 20px;
    background: #00479d;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}
.modal p {
    font-size: 15px;
    line-height: 1.8em;
    text-align: left;
    padding: 30px 40px 0;    text-indent: 1em;
}
.modal p.url {
    padding-top: 10px;
    text-indent: 0;
}
.modal p.url a {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    padding-top: 7px;
    text-decoration: underline;
      letter-spacing: -0.05em;
}
ul.sup.indent2 {
    font-size: 13px;
    padding: 30px 40px;
    text-align: left;
}
ul.sup.indent2 li {
padding-bottom: 12px;
}



.modal-item-no {
    display: none;
}
.modal.hide {
opacity: 0;
      pointer-events: none;
}
.modal.show {
opacity: 1;
      pointer-events: auto;
}
.modal-item-pic img {

}
.modal-content {
    background-color: #ffffff;
    margin: 10vh auto;
    padding: 0;
    width: 35%;
    transition: transform 0.4s ease;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    max-width: 1180px;
    opacity: 0;
    border: #00479d solid 6px;
}
#yukari14 .modal-content {
    border: #2a9fab solid 6px;
}
#yukari14 .modal-item-txt {
    color: #2a9fab;
}
#yukari14 .modal-item-address01 {
    background: #2a9fab;
}
#yukari14 .close {
    color: #2a9fab;
}
#yukari14.modal {
    background-color: rgb(28 134 145 / 71%);
}

.modal-content table {
    width: 85%;
    margin: 0 auto;
}
.modal-content th {
    padding: 4px;
    line-height: 1.4;
}
.modal-content td {
    padding: 4px;
    line-height: 1.4;
}
.sake-detail .modal-item-title {
    padding-top: 26px;
}
.jyobanmono-detail .modal-item-title {
    padding-top: 26px;
}
.majiuma-detail .modal-item-title {
    padding-top: 26px;
}

.modal-item-copy {
    padding-top: 28px;
    font-weight: 900;
    line-height: 1.4;
    font-size: 17px;
}
.modal-item-txt {
    padding-bottom: 80px;
    text-align: center;
}
.show .modal-content {
  animation-name: showmodal;
  animation-duration: 0.4s;
  animation-delay: 0.4s;
   animation-fill-mode: forwards;
}

@keyframes showmodal {
  0% {
     opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
        .modal.show {
            display: block;
            opacity: 1;
            transition: .3s;
        }

        .modal.hide {
            opacity: 0;
        }

.close {
    color: #00479d;
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 36px;
    margin: 0 auto;
    font-weight: 900;
    text-align: center;
}



        /* マーカーに対応するリンク */
        .marker-link {
            cursor: pointer;
          transition:  all .4s;
          position: relative;
        }

 .spot-detail-pic {
    width: 50%;
}
 .spot-detail-pic img {   
    height: 100%;
object-fit: cover;
}
.spot-detail-txt {
    color: #fff;
    width: 50%;
    padding: 60px;
  font-weight: 400;
}
.menu-name {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 10px;
  font-weight: 700; font-feature-settings: "palt";
}
.menu-price {
font-size: 13px;
  padding-bottom: 8px;
}
span.job {
    font-size: 12px;
}
.menu-data {
    font-size: 13px;
    padding-bottom: 6px;
    line-height: 1.6;
}
.chef.flex {
    padding-bottom: 20px;
    padding-top: 40px;
    justify-content: flex-start;
}
.chef-pic {
    width: 72px;
    border-radius: 999px;
    overflow: hidden;
    margin-right: 20px;
}
.spot-name {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 5px;
}
.spot-deitail.flex {
    padding: 0;
}.chef-name {
    font-size: 16px;
}
	/* infowindowのCSS */
.gm-style-iw {
    width: auto !important;
    left: 0 !important;
    background-color: #fff;
    border-radius: 0px!important;
    padding: 20px!important;
}
.gm-style img {
    max-width: none;
    width: 100%;
}
.gm-style .gm-style-iw-d {
    overflow: hidden!important;
    box-sizing: border-box;
    overflow: auto;
    max-height: 450px!important;
}

.firstHeading {
	color: #fff;
	margin: 0;
	padding: 10px;
}
.gm-ui-hover-effect>span {
    background-color: #fff!important;
}
#bodyContent {
	padding: 10px;
	font-size: 16px;
}
    .gm-ui-hover-effect {
    color: #fff!important;
    background: #152d6b!important;
    }
.gm-style .gm-style-iw-c {
    background-color: #152d6b!important;
    border-radius: 10px!important;
    color: #fff!important;
}
/* 閉じるボタンのCSS */
.closebtn {
	width: 50px!important;
    height: 50px!important;
    opacity: 1!important;
    right: 35px!important;
    top: 0!important;
}
.gm-style .gm-style-iw-tc::after {
    background: #152d6b;
  }
/* デフォルトの閉じるボタンを消す */
.closebtn img {

}

#map {
    width: 100%;
    height: 66px;
    margin: 0 auto;
    border-radius: 20px;
    border: #00479d solid 4px;
}
#map1 {
    width: 100%;
    height: 660px;
    margin: 0 auto;
  transition: .4s;
      border-radius: 30px;
    border: #00479d solid 6px;
}
#map2 {
    width: 100%;
    height: 660px;
    margin: 0 auto;
   transition: .4s;
  pointer-events: none;
      border-radius: 30px;
    border: #00479d solid 6px;
}

.fukushima-on #map1 {
  pointer-events: auto;
}
.tokyo-on #map1 {
  pointer-events: none;
}
.fukushima-on #map2 {
  pointer-events: none;
}
.tokyo-on #map2 {
  pointer-events: auto;
}


  .eria {
    margin: 0 1.5%;
    display: flex;
    align-items: center;
}
.ico-explanation {
    margin: 0 1.5%;
    display: flex;
    align-items: center;
}
  .eria-title {
    padding-right: 14px;
}
 .ico {
    width: 32px;
   margin-right: 4px;
}
    input, textarea, select {
    border: #152d6b solid 2px;
    border-radius: 4px;
    padding: 4px 40px 4px 10px;
    color: #152d6b;
}
   .map-nav {
 width: 100%;
}
.map-wrap {
    position: relative;
  padding-bottom: 60px;
}
.map-nav ul{
    width: 100%;
    display: flex;
    justify-content: center;
  margin-bottom: 48px;
}
    /* 背景のスクロールを無効にするためのクラス */
        body.modal-open {
            overflow: hidden;
        }
ul.sup.indent {
    font-size: 15px;
}
ul.sup.indent li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
  line-height: 1.5;
}
.map-nav ul li {
 
}

.map-nav ul li.fukushima a{
    width: 100%;
    text-align: center;
    display: block;
    border-right: #333 solid 1px;
    padding: 0px 30px;
      font-size: 22px;
  font-weight: 900;
}
.map-nav ul li.tokyo a{
    width: 100%;
    text-align: center;
    display: block;
    border-left: #333 solid 1px;
    padding: 0px 30px;
      font-size: 22px;
   font-weight: 400;
}
.map-nav ul li.tokyo a:hover{

}
.fukushima-on .map-nav ul li.tokyo a:hover{

}
.tokyo-on .map-nav ul li.fukushima a:hover{

}
.tokyo-on .map-nav ul li.tokyo a{
font-weight: 900;
}

.tokyo-on .map-nav ul li.tokyo a{

}
.tokyo-on .map-nav ul li.fukushima a{
font-weight: 400;
}
.fukushima-on .map-nav ul li.fukushima a{

    font-weight: 900;

}
.fukushima-on .map-nav ul li.tokyo a{

}


.spot-list.tokyo-list {
  display: none;
}
.tokyo-on .spot-list.tokyo-list {
  display: block;
}
.tokyo-on .spot-list.fukushima-list {
  display:none;
}

.fukushima-on .spot-list.tokyo-list {
  display: none;
}
.fukushima-on .spot-list.fukushima-list {
  display: block;
}
.sec-title-img {

}
.spot-list-data {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 30px;
}
.flow-item {
    width: calc(33.3333% - 40px);
    margin-bottom: 60px;
}
.sec-title-img {
     width: 360px;
    margin: 0 auto 80px;
}
.flow-item p {
    font-size: 15px;
    padding-top: 20px;
    line-height: 1.6;
    font-weight: 400;
}
.flow-items.flex {
width: 80%;
    margin: 80px auto;
}
.flow-no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00479d;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 600;
}
.furari-logo {
    width: 300px;
    margin: 0 auto 16px;
}
.furari-copy {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #3fb9b5;
    padding-bottom: 40px;
}
.download-items.flex {
    justify-content: center;
  padding-bottom: 20px;
}.download-item {
    width: 200px;
    margin: 8px;
}.qr {
    width: 150px;
    margin: 0 auto;
  padding-bottom: 120px;
}
.foot-bnr {
    width: 54%;
    margin: 0 auto;
}
.bnr-items.flex {
    padding-bottom: 40px;
}.bnr-item {
    width: calc(50% - 12px);
    margin: 0 0 20px;
}
.about {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
    max-width: 1100px;
    padding-bottom: 60px;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 60px;
}
strong {
    color: #E91E63;
}
.about-title {
    padding-bottom: 30px;
    padding-top: 24px;
    width: 720px;
    margin: 0 auto;
    padding-left: 30px;
}
.about-content-txt {
    width: 100%;
  text-align: center;
}
.about-title-line {
    width: 60px;
    height: 3px;
    background: #00479d;
    margin: 0 auto 24px;
}
        #map1, #map2 {
            width: 100%;
            height: 660px;
              position: absolute!important;
        }
#map2 {
opacity: 0;
          
        }
#map2.show {
opacity: 1;
          
        }
        .show {
         opacity: 1;
        }
        .hide {
          opacity: 0;
        }.download {

}
.inner.stamp {

}
#stamp {
  color: #000;
}
.spot-list p.sup {
    font-size: 14px;
    text-align: center;
    padding-bottom: 80px;
}
.about-content-logo {
    width: 140px;
    margin: 0 auto;
}
.prize-no {
    text-align: center;
    padding-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.coution-title {
    font-weight: 600;
    padding-bottom: 24px;
}
p.sup {
    font-size: 14px;
    text-align: center;
    padding-bottom: 24px;
}
.map-ico-items.flex {
    justify-content: center;
    padding-bottom: 24px;
}.map-ico-detail {
    align-items: center;
    padding: 0 20px;
}
.icon {
    width: 70px;
}
.ico-txt {
    padding-left: 10px;
    font-weight: 700;
}
.page-hero {
    background: #fdeaef;
}
h1.logomini.hero-fade {
    width: 250px;
    margin: 0 auto;
    padding: 60px 0 0;
}
section#form {
    background: #fdeaef;
}
input, textarea, select {
    border: none;
    border-radius: 6px;
    padding: 15px;
    color: #000;
    background: #fff;
}
input.form100 {
    width: 100%;
}
#form-wrap dl {
  padding: 25px;
  border-bottom: #98b3af dotted 1px;
}
div#rule {
    padding: 25px;
}
#form-wrap dt {
}
#form-wrap dd {
  padding-top: 18px;
  width: 100%;
}
#form .inner-mini {
    width: 68%;
}
#form p.sup {
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px;
}
span.red {
    color: #e50050;
}
textarea.form100 {
    width: 100%;
}
.ifr {
    overflow-y: scroll;
    height: 300px;
    background: #b6dcd8;
    padding: 50px;
}
.sec-subtitle-jp2 {
    font-weight: 600;
    padding-top: 0px;
    font-size: 19px;
    padding-bottom: 16px;
}
.rule li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
    padding-bottom: 3px;
}
.rule p {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 10px;
}
.contact-wrap {
    background: #c8b086;
    margin-bottom: 10px;
    color: #fff;
    padding: 24px 24px 8px;
    font-weight: 600;
}
.conf-check {
    text-align: center;
}
button {
    font-size: 18px;
    padding: 18px 60px;
    border-radius: 999px;
    border: none;
    background: #00479d;
    font-weight: 600;
    color: #fff;
  transition: .4s;
}
button:hover {
    background: #e50050;
  transition: .4s;
}
.back2 {
    text-align: center;
    padding: 40px 0 100px;
}
.back2 a {
    display: inline-block;
    border-bottom: #00479d solid 2px;
    width: auto;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
  transition: .4s;
}
.back2 a:hover {
  color: #e50050;
    border-bottom: #e50050 solid 2px;
  transition: .4s;
}



.btn-wrap {
    padding: 40px 0;
    text-align: center;
}
.ifr {
    overflow-y: scroll;
    height: 300px;
    background: #bbdbd7;
    padding: 50px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.policy-title {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
.foot-bg-wrap {
    position: relative;
}
.foot-bg {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.6;
}
h4 {
    line-height: 1.6;
    padding-bottom: 60px;
}
p.error_messe {
    color: #fb1081;
}

.form-back {
    padding: 40px 0;
    text-align: center;
}
.form-back input {
    font-size: 18px;
    padding: 18px 60px;
    border-radius: 999px;
    border: none;
    background: #00479d;
    font-weight: 600;
    color: #fff;
    transition: .4s;
}
.form-back input:hover {
    background: #e50050;
    transition: .4s;
}
section#form {
    padding-top: 60px;
}
table.formTable {
    width: 100%;
    margin-top: 24px;
}
table.formTable th {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 10px;
    border-bottom: #00479d solid 1px;
  width: 14em;
}
table.formTable td {
    font-size: 16px;
    font-weight: 400;
    padding:18px  10px;
    border-bottom: #00479d solid 1px;
}
.lead-comp{
    text-align: center;
    padding-bottom: 120px;
}
.thanks-title {
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 700;
}
.lead-comp p {
    line-height: 1.6;
}
.lead-comp p a{
 text-decoration: underline;
}
.ill{
		width: 30%;
		position: absolute;
	}
.web-join {
    border: #e5859f solid 2px;
    padding: 40px;
    margin-bottom: 60px;
	background: #fff;
}
.web-join-title {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #e5859f;
}
.web-join p{
    padding-bottom: 12px;
}
.web-join ul.sup.indent li {
    padding-bottom: 0;
}
.web-join a {
    text-decoration: underline;
}


@media screen and (max-width:1500px) {
.item {
    width: calc(25% - 18px);
}
}
@media screen and (max-width:1300px) {
.content-inner {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 40px;
    border: #00479d solid 5px;
    max-width: 1400px;
}
.l-sec {
    padding-top: 80px;
}
.inner {
    width: 85%;
    margin: 0 auto;
}.spot-item {
    width: calc(24% - 18px);
    box-sizing: border-box;
    line-height: 1.6;
    margin-bottom: 45px;
}
  .leadcopy {
    width: 80%;
}.inner {
    width: 88%;
    margin: 0 auto;
    max-width: 1400px;
}
  .about {
    width: 88%;
}
}
@media screen and (max-width:1100px) {
  .shohin-item-inner {
    display: block;
}
  .shohin-item-wrap.spots4 {
    width: 32%;
}.shohin-item-wrap.spots7 {
    width: 32%;
}.shohin-item-wrap.spots11 {
    width: 32%;
}.shohin-item {
    width: 100%;
    margin-bottom: 20px;
}.item {
    width: calc(33.3333% - 24px);
    box-sizing: border-box;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: center;
}.flow-items.flex {
    width: 100%;
    margin: 80px auto;
}.flow-item {
    width: calc(33.3333% - 20px);
    margin-bottom: 60px;
}.flow-item p {
    font-size: 14px;
    padding-top: 20px;
    line-height: 1.6;
    font-weight: 400;
}.about-title {
    padding-bottom: 30px;
    padding-top: 24px;
    width: 75%;
    margin: 0 auto;
    padding-left: 5%;
}footer .about p {
    font-size: 16px;
    line-height: 2;
    padding-top: 6px;
    color: #000;
}.foot-logo {
    width: 200px;
    margin: 0 auto 36px;
}ul.sup.indent li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}
  .modal-content {
    width: 50%;
}
}
@media screen and (max-width:800px) {

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
.spot-list-title-en.en {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
}.item {
    width: calc(33.3333% - 14px);
    box-sizing: border-box;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: center;
}.item-summary-title {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 1.4em;
    font-weight: 700;
}.icon {
    width: 40px;
}.ico-txt {
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
}p.sup {
    font-size: 12px;
    text-align: center;
    padding-bottom: 24px;
}.about-content-txt {
    width: 100%;
    text-align: left;
}footer .about p {
    font-size: 14px;
    line-height: 2;
    padding-top: 6px;
    color: #000;
}.leadcopy {
    padding-bottom: 120px;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
}.kikan.jp {
    border-top: #00479d solid 2px;
    text-align: center;
    border-bottom: #00479d solid 2px;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 900;
    margin-top: 40px;
    letter-spacing: 0.08em;
}.shohin-items.flex {
    padding: 40px 0 20px;
}.sec-copy-img {
    width: 95%;
    margin: 0 auto 15px;
}#connection p.sup {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}.shohin-no-sots {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
}.shohin-no {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 24px;
}.shohin-data {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 16px;
}.shohin-item-name {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}.shohin-item-wrap {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 12px;
}
  #form .inner-mini {
    width: 88%;
}
  h1.logomini.hero-fade {
    width: 50%;
}
  .lead-coution.bold {
    font-size: 14px;
}
  #form-wrap dl {
    padding: 16px 0;
    border-bottom: #98b3af dotted 1px;
}#form-wrap dd {
    padding-top: 14px;
    width: 100%;
}#form-wrap dt {
    font-size: 16px;
    font-weight: 600;
}.ifr {
    overflow-y: scroll;
    height: 200px;
    background: #bbdbd7;
    padding: 30px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}div#rule {
    padding: 25px 0;
}.policy-title {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}.rule p {
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 10px;
}.shohin-item-wrap-w {
    width: 100%;
}.shohin-item-wrap-w {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
}
@media screen and (max-width:650px) {
.shohin-item-wrap.spots7 {
    width: 49%;
}
  .shohin-item-wrap.spots4 {
    width: 49%;
}
  .shohin-item-wrap.spots11 {
    width: 100%;
    margin-top: 10px;
}.spot-list {
    padding: 0;
}.item {
    width: calc(50% - 8px);
    box-sizing: border-box;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: center;
}.map-ico-detail {
    align-items: center;
    padding: 0 10px;
}.icon {
    width: 35px;
}.spot-list-title {
    width: 300px;
    margin: 20px auto 50px;
}p.sup {
    font-size: 12px;
    text-align: center;
    padding-bottom: 14px;
}.sec-title-img {
    width: 300px;
    margin: 0 auto 80px;
}.furari-logo {
    width: 60%;
    margin: 0 auto 16px;
}.furari-copy {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: #3fb9b5;
    padding-bottom: 20px;
}.download-item {
    width: 36%;
    margin: 4px;
}.flow-item p {
    font-size: 12px;
    padding-top: 20px;
    line-height: 1.6;
    font-weight: 400;
}.flow-item {
    width: calc(50% - 6px);
    margin-bottom: 60px;
}.about-title {
    padding-bottom: 30px;
    padding-top: 24px;
    width: 97%;
    margin: 0 auto;
    padding-left: 3%;
}footer {
    text-align: center;
    padding: 40px 0 20px;
}
  .about {
    width: 80%;
    margin-bottom: 20px;
}.btn a {
    width: 80%;
    font-size: 16px;
}
  .item {
    margin-bottom: 30px;
}
  section#detail {
    background: #f7ebee;
    padding-top: 60px;
}
	
  .leadcopy {
    width: 84%;
}.kikan.jp {
    border-top: #00479d solid 2px;
    text-align: center;
    border-bottom: #00479d solid 2px;
    padding: 16px 0;
    font-size: 15px;
    font-weight: 900;
    margin-top: 40px;
    letter-spacing: 0;
    font-feature-settings: "palt";
    line-height: 1.4;
}#connection p.sup {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
}
  .shohin-item {
    width: 100%;
    margin-bottom: 10px;
}.shohin-item-wrap {
    border-radius: 10px;
    padding: 8px;
}.shohin-item-shop {
    font-size: 11px;
    padding: 12px 0 6px;
    text-align: center;
}.shohin-items.flex {
    padding: 10px 0 20px;
}.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}.spot-list-title-en.en {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}.spot-list-title {
    width: 80%;
    margin: 10px auto 40px;
}.item-tmb {
    overflow: hidden;
    border-radius: 999px;
    border: #00479d solid 5px;
}
	
	.item-summary-title {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 1.4em;
    font-weight: 700;
}.ico-txt {
    padding-left: 6px;
    font-weight: 700;
    font-size: 12px;
}    .sec-title-img {
        width: 80%;
        margin: 10px auto 40px;
    }
  .modal-content {
    width: 90%;
}.modal-content {
    margin: 4vh auto;
    width: 90%;
    border-radius: 20px;
    border: #00479d solid 5px;
}.modal-item-title {
    font-size: 22px;
    text-align: center;
    padding-top: 14px;
    letter-spacing: 0.06em;
    font-weight: 900;
    padding-bottom: 16px;
}th {
    font-size: 13px;
    width: 4em;
}td {
    font-size: 13px;
}h4 {
    font-size: 15px;
    text-align: left;
}p.error_messe {
    color: #fb1081;
    text-align: left;
    font-size: 15px;
}table.formTable th {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
    border-bottom: #00479d solid 1px;
    width: 10em;
}table.formTable td {
    font-size: 14px;
    font-weight: 400;
  padding: 10px 5px;
    border-bottom: #00479d solid 1px;
}
  .form-back input {
    margin-bottom: 10px;
}.lead-comp p {
    line-height: 1.6;
    font-size: 14px;
}.shohin-item-wrap.spots4 {
    margin-bottom: 0px;
}
}

@media screen and (max-width:450px) {
.icon {
    width: 30px;
}
  p.sup {
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1.6;
}.map {
    width: 100%;
    margin: 0 auto 100px;
    height: 500px;
}#map1 {
    border-radius: 20px;
    border: #00479d solid 5px;
          height: 550px;
}.flow-items.flex {
    width: 100%;
    margin: 60px auto 0;
}.coution-title {
    font-weight: 600;
    padding-bottom: 24px;
    font-size: 16px;
}.about {
    width: 90%;
    margin-bottom: 20px;
}footer .about p {
    text-align: left;
}.close {
    font-size: 20px;
    bottom: 20px;
    margin: 0 auto;
}#spot {
    padding-top: 80px;
}.l-sec {
    padding-top: 40px;
}.map-wrap {
    position: relative;
    padding-bottom: 10px;
}.leadcopy {
    padding-bottom: 40px;
}
.map-ico-items.flex {
    justify-content: flex-start;
    padding-bottom: 24px;
    width: 260px;
    margin: 0 auto;
}
  .map-ico-detail {
    margin-bottom: 6px;
}
  .icon {
    width: 28px;
}.shohin-pic {
    padding-bottom: 10px;
}.ex .item-tmb {
    border: #2a9fab solid 5px;
}.spot-list-title {
    width: 80%;
    margin: 10px auto 20px;
}.web-join {
    border: #3fb9b5 solid 1px;
    padding: 20px;
    margin-bottom: 60px;
    background: #fff;
}.web-join-title {
    font-size: 17px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #3fb9b5;
    line-height: 1.5;
    text-align: center;
}.web-join p {
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}
}

@media screen and (max-width:390px) {
.item-summary-copy {
    font-size: 11px;
    text-align: center;
}
.item {
    width: calc(50% - 4px);
}.inner {
    width: 92%;
}.modal-item-copy {
    font-size: 15px;
}.modal-item-address03 {
    text-align: center;
    font-size: 13px;
}
  .modal p {
        font-size: 14px;
    padding: 30px 30px 0px;
}
  ul.sup.indent2 {
    font-size: 13px;
    padding: 30px 30px;
    text-align: left;
}
  
  
  .modal-item-address02 {
    font-size: 15px;
}
  .modal-item-address01 {
    font-size: 15px;
}
}