@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  background: #F5E6D8;
  color: #DF1337;
  font-size: 17px;
}
.body-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
font-family: "etna", sans-serif;
font-weight: 400;
font-style: normal;
}
.serif {
  font-family: "ten-mincho", serif;
font-weight: 400;
font-style: normal;
  
}
img {
  width: 100%;
}
p {
  line-height: 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: 20px;
    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: 0px 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: 24%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}
.hero-copy {
    width: 5.5%;
    position: absolute;
    right: 5.5%;
    top: 10%;
}
.hero-p {
  text-align: center;
  width: 60%;
  margin: 0 auto 160px;
  font-weight: 600;
  padding-top: 36px;
}
.hero {
    height: 100vh;
  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;;
}


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

.slide-menu-wrap {
    width: 80%;
    margin: 8% auto 0;
}
.slide-menu-logo {

    width: 50%;
    text-align: center;
    padding-top: 5%;
}
.slide-menu-logo img {
    width:60%;
  margin: 0 auto;
}
.slide-menu-gnav {
    width:50%;
}
.slide-menu li a {
    text-decoration: none;
    display: block;
    padding-bottom: 6px;
}
.nav-en {
    font-size: 42px;
    display: block;
    line-height: 1;
}
.slide-menu-gnav li {
padding-bottom: 12px;
}



#about .item-body {
  padding-bottom: 120px;
}
.campaign {
  width: 78%;
  margin: 0 auto 120px;
  position: relative;
  text-align: center;
}
.cp-time {
  width: 200px;
  position: absolute;
  top: -80px;
  right: -60px;
}
.campaign .bnr img {
  border-radius: 30px;
  margin-bottom: 30px;
}
.campaign a {
  text-decoration: underline;
  font-size: 16px;
}
.sec-title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 68px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
#home .sec-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
#home .point p {
    line-height: 1.8;
    font-size: 16px;
    padding-bottom: 0;
}
#home .btn a {
    padding: 12px 0 11px;
    width: 180px;
}
.sec-leadcopy {
font-size: 48px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
}
.sec-leadcopy.center {
text-align: center;
}

.sec-leadcopy span {
    font-size: 28px;
    display: block;
    padding-top: 15px;
}

#home .l-sec {
    padding-top: 180px;
}
#home .point .inner {
    padding-top: 0;
}
.info-entry {
    position: relative;    text-align: center;
  width: 80%;
    margin: 0 auto 156px;
}
.info-cat {
    display: inline-block;
    padding: 10px 24px 6px;
    background: #df1337;
    color: #fff;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1;
}
.info-data {
    padding: 24px 0 24px;
    font-size: 36px;
}
.info-pic img{
    border-radius: 20px;
}
.info-txt {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding-top: 46px;
}
.info-txt-title {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 24px;
}

.info-txt-title .sup {
    font-size: 75%;
}


.reverse {
  flex-direction: row-reverse;
}

.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;
  }
}
.flex-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col2 .item-summary {
  width: calc(55% - 24px);
}
.flex-col2 .item-image {
  width: calc(45% - 36px);
}
.flex-col2 .item-image img {
  border-radius: 20px;
}
.flex-col2 .item-summary p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}
#about .item-title {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.name {
  font-size: 13px;
  padding-bottom: 20px;
}
.name strong {
  font-weight: 400;
  font-size: 17px;
  padding-left: 10px;
}
.item-title-en {
  font-size: 48px;
  color: #CFC0AC;
  line-height: 0.7;
  padding-bottom: 0.6em;
}
.item-title {
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 900;
}
.page-hero {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  padding: 30px 40px;
  align-items: center;
}
.page-hero-logo {
  width: 24%;
}
.page-hero-title {
  margin-left: 20px;
}
.page-hero-title .title-jp {
  font-size: 42px;
}
.page-hero-title .title-jp span {
  display: block;
  font-size: 16px;
}
.graph-wrap {
    width: 78%;
    margin: 60px auto 120px;
    position: relative;
}

.graph-bg {
    margin-left: 5%;
}
.graph-ichigo {
    width: 33%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 34%;
    padding-right: 8%;
}
.graph-txt {
    width: 50%;
    position: absolute;
    bottom: -15%;
    right: -16%;
}
.graph-title {
    font-size: 19px;
}
.graph-txt p {
    font-size: 15px;
    line-height: 1.7;
    padding-top: 15px;
}


.title-en {
  font-size: 11px;
  padding-top: 4px;
}
.lead-image {
  width: 85%;
}
.lead-image img {
  border-radius: 0 30px 30px 0;
  opacity: 0.95;
}
.item-summary.inner {
  text-align: center;
  width: 56%;
  margin: -50px auto 0;
  z-index: 2;
  position: relative;
}
.item-summary.inner p {
  text-align: left;
  font-size: 18px;
}
footer {
    text-align: center;
    padding: 140px 0 80px;
    background: #fff;

}
.foot-logo {
    width: 15%;
    margin: 0 auto 36px;
}
footer p {
    font-size: 15px;
    line-height: 1.7;
    padding-top: 6px;
}
.fukushima {
    width: 80px;
    margin: 20px auto 12px;
}
.news-bnr a {
  width: 80%;
  margin: 160px auto 0;
  padding: 60px 180px;
  background: #683250;
  display: block;
}
.btn a {
  display: inline-block;
  padding: 10px 0 8px;
  margin-top: 24px;
  border: #DF1337 solid 2px;
  border-radius: 40px;
  width: 120px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.btn a:hover {
  transition: .4s;
  color: #fff;
  background: #DF1337;
}
.btn-form {
    text-align: center;
  margin-bottom: 60px;
}
.btn-form a {
  display: inline-block;
  padding: 14px 0 12px;
  margin: 24px auto 0;
  border: #DF1337 solid 2px;
  border-radius: 40px;
  width: 220px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  
}


.btn-form a:hover {
  transition: .4s;
  color: #fff;
  background: #DF1337;
}
.info-txt p {
  padding-bottom: 1em;
}
.item-tmb {
  overflow: hidden;
}
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;
}
.cat {
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  padding: 7px 9px;
  background: #333;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  z-index: 3;
}
.hotel .cat {
  background: #804f97;
}
.restaurant .cat {
  background: #ed722d;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2.5);
}
.scroll-infinity__item > img {
  width: 100%;
}
.sec-title-en {
  font-size: 60px;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 600;
}
#home .sec-title-en {
  font-size: 50px;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 400;
}

.home-info-cat {
  display: inline;
  padding-right: 10px;
  
}
.home-info-txt-title {
  display: inline;
  padding-right: 10px;
  
}
p.center {
    text-align: center;
}

.flex-col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col4 .item {
  width: calc(25% - 2%);
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.flex-col4 .item-tmb {
  border-radius: 10px;
  overflow: hidden;
  transition: .4s;
}
.flex-col4 .item-title {
  font-size: 17px;
  line-height: 1.3;
  padding-bottom: 4px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 24px;
  font-weight: 500;
}
.flex-col4 p {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 13px;
  text-align: center;
}
.modaal-content-container {
  padding: 0;
}
.modaal-container {
  width: 48%;
  color: #DF1337;
  border-radius: 20px;
  overflow: hidden;
}
.modaal-container .item-title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
.modaal-container p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.modaal-container table {
  width: 80%;
  margin: 40px auto;
}
.modaal-overlay {
  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;;
  opacity: 0.9;
}
.modaal-container th {
  padding: 18px 10px;
  width: 11em;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td {
  padding: 18px 10px;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td a {
  text-decoration: underline;
}
.modaal-content-container .item-tmb {
  margin-bottom: 60px;
}
.map {
  width: 80%;
  margin: 0 auto 36px;
}
.map iframe {
  border: 0;
  width: 100%;
}
.modaal-container .item-cat {
  font-size: 14px;
  text-align: center;
}
.close {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  cursor: pointer;
}
.modaal-wrapper .modaal-close {
  display: none;
}
.map-ico{
    width: 22px;
    position: absolute;
    top: 45%;
    left: 60%;
}
.map-ico.ico01{
    top: 65%;
    left: 60%;
}
.map-ico.ico02 {
    left: 59%;
    top: 14%;
}
.map-ico.ico03{
    left: 64%;
    top: 5%;
}
.map-ico.ico04{
    left: 44%;
    top: 36%;
}
.map-ico.ico05{
    top: 27%;
    left: 61%;
}
.map-ico.ico06 {
     top: 57%;
    left: 59.6%;
}
.map-ico.ico07 {
top: 58%;
    left: 58%;
}
.map-ico.ico08 {
    top: 78%;
    left: 59%;
}
.map-ico.ico09 {
    top: 47%;
    left: 58%;
}

.map-ico.ico-furuya {
    top: 50%;
    left: 61%;
}

.map-ico.ico-kyu {
    top: 35.8%;
    left: 41.6%;
}
.map-ico.ico-aguriiwaki {
top: 76%;
    left: 75.5%;
}
.map-ico.ico-ono {
    top: 68%;
    left: 76%;
}
.map-ico.ico01-02{
    top: 20%;
    left: 57.5%;
}

.map-ico.ico-saito {
    top: 15%;
    left: 65.5%;
}
.map-ico.ico-androll {
    top: 57%;
    left: 58.5%;
}


#shop-list {
  margin-top: 160px;
}

.anchor ul {
    text-align: center;
}
.anchor {
    padding: 60px 0;
}
.anchor li {
    margin: 0 2px;
    display: inline;
}
.anchor li a {
    display: inline-block;
    border: #df1337 solid 1px;
    border-radius: 60px;
    font-size: 15px;
    line-height: 1em;
    padding: 9px 18px 7px;
    font-weight: 500;
  transition: .4s;
}
.anchor li a:hover {
  background: #df1337;
  color: #fff;
   transition: .4s;
}
.anchor li.select a {
    background: #df1337;
    color: #f5e6d8;
}

.shop-map{
position: relative;
}
.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;
}
    


.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;
}

.entry-body-title {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  padding: 80px 0 0px;
  font-weight: 900;
}
.entry-body {
  width: 80%;
  margin: 0 auto;
}
.entry-pic img {
  border-radius: 20px;
  margin-bottom: 24px;
}
.entry-pic {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 30px;
}
.caption {
  font-size: 15px;
  line-height: 1.8;
}
.entry-body p {
  line-height: 2.2;
  padding: 0 24px 2em;
}
.entry-archive {
  padding-top: 170px;
}
.entry-archive-title {
    font-size: 150px;
    font-weight: 400;
    top: -85px;
    left: 0;
    right: 0;
    position: absolute;
}
.entry-archive-items {
  display: flex;
  justify-content: space-between;    width: 82%;
    margin: 0 auto;    position: relative;
}
.entry-archive-items .item {
  width: calc(25% - 24px);
  text-align: center;
}
.entry-archive-items .item-image {
  border-radius: 8px;
}
.entry-archive-items .name {
  margin-top: 24px;
  font-size: 17px;
  padding-bottom: 16px;

}

.entry-archive-items .item p {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  padding: 0 1em;
}
.entry-pic-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry-pic-flex img {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 15px;
}
.shop-archive {
    background: #fff;
    margin-top: 170px;
  position: relative;
  text-align: center;
}
.galery {
    width: 80%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}
.galery-item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
}
.galery-item img{
   border-radius: 6px;
}
.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: #DF1337;
    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: #DF1337;
    font-weight: 900;
}
.item-copy {
    text-align: center;
    padding: 18px 0;
    font-size: 21px;
    line-height: 1.5;
}

.point-lead {
    position: relative;
}
.point-lead .sec-leadcopy {
    position: absolute;
    bottom: -120px;
    right: 160px;
    font-size: 40px;
}
.pic-wrap {
    width: 80%;
}
.point .inner {
    padding-top: 200px;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    padding-bottom: 120px;
}
.flex .pic-wrap {
    width: 47%;
}
.flex .txt-wrap {
    width: 47%;
}
.flex .pic-wrap img {
    border-radius: 20px;
}
.sec-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
    display: inline-block;
    line-height: 1.6;
    margin-top: 16px;
}
.point p {
    line-height: 2;
    font-size: 16px;
    padding-bottom: 36px;
}
.point p.sup {
    font-size: 13px;
}
.point.about p {
    padding-bottom: 18px;
}
.point.about p.sup {
    font-size: 12px;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}

.home .inner-mini {
    width: 54%;
    margin: 0 auto;
}
.home-info-list .sec-title-en {
    font-size: 50px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 400;
}
.home-info-list a {
    padding: 18px 30px;
    display: block;
    margin-bottom: 8px;
    background: #f7ece2;
    border-radius: 60px;
}

.home-info-list a:hover {
   color: #f7ece2;
    background: #DF1337;
  transition: .4s;
}
.online-title {
    font-size: 60px;
    text-align: center;
    padding: 80px 0;
}
.online table {
    width: 100%;
}
.online {
   padding-bottom: 120px;
}

.online th {
    padding: 20px;
    border-top: #df1337 solid 1px;
    font-size: 17px;
    line-height: 1.6;
      width: 28%;
}
.online td {
    padding: 20px;
    border-top: #df1337 solid 1px;
    font-size: 17px;
    line-height: 1.6;
}
.row2 {
    padding-top: 36px;
}
.info-txt-subtitle {
    font-size: 17px;
    background: #df1337;
    color: #fff;
    padding: 16px;
    margin-bottom: 30px;
text-align: left;
}




.row2 li {
    line-height: 1.6;
    padding-bottom: 8px;
}

.row2 img {
margin-bottom: 36px;
}

.btn-form.wide a {
    width: 320px;    margin: 14px auto 24px;
}
#register .info-entry {
    text-align: left;
}
#register .info-txt {
    width: 95%;
  padding: 0;
}


div.vid_contents {
width: 100%;
text-align: center;
margin: auto;
    padding: 3% 0;
}
video.vid_main {
width: 100%;
max-width: 920px;
}
#home .movie .sec-title {
    font-size: 24px;
}

@media screen and (max-width:1300px) {
.page-lead {
    width: 70%;
}
  
}
@media screen and (max-width:1200px) {

  #about .item-title {
    font-size: 24px;
}
.entry-body {
    width: 90%;
    margin: 0 auto;
}
}

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

  .campaign {
    width: 85%;
    margin: 0 auto 80px;
    position: relative;
    text-align: center;
}

  #about .item-title {
    font-size: 24px;
}.sec-title-en {
    font-size: 46px;
    text-align: center;
    padding-bottom: 50px;
    font-weight: 600;
}.flex-col2 .item-image {
    width: calc(45% - 16px);
}.flex-col2 .item-summary {
    width: calc(55% - 16px);
}.sec-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 68px;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.05em;
}.flex-col4 .item {
    width: calc(33.333% - 2%);
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
}.cp-time {
    width: 160px;
    position: absolute;
    top: -80px;
    right: -30px;
}.hero-p {
    text-align: center;
    width: 80%;
    margin: 0 auto 160px;
    font-weight: 600;
    padding-top: 36px;
}
.map-ico {
    width: 16px;
}
}

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

  .page-title-no {
    color: #ddae4e;
    font-size: 60px;
    letter-spacing: -0.06em;
    line-height: 0.9;
}.page-title-wrap .name {
    font-size: 13px;
    padding-bottom: 42px;
    font-weight: 600;
}
  .page-title-wrap .name strong {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 600;
}
  #interview .page-hero p {
    padding: 36px;
    font-weight: 600;
    font-size: 16px;
}
  .entry-body p {
    line-height: 2.2;
    padding: 0 0 2em;
    font-size: 16px;
}.caption {
    font-size: 13px;
    line-height: 1.8;
}.entry-archive-items .item {
    width: calc(33.333% - 10px);
    text-align: center;
}.entry-archive-items .name strong {
    font-weight: 600;
    font-size: 15px;
    display: block;
    padding-top: 6px;
    margin: 0;padding-left: 0;
}.entry-archive-items .item p {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    padding: 0;
}.entry-archive {
    padding-top: 60px;
}
  
  
  .entry-body-title {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    padding: 50px 0 0px;
    font-weight: 900;
}
  #shop-list {
    margin-top: 100px;
}

}
@media screen and (max-width:800px) {
  .gnav {
    position: absolute;
display: none;
}
  .hero {
  }
  .hamburger {

    opacity: 1;
    pointer-events: auto;
background: #e60037;
}
.hero-copy {
display: none;
}
.flex-col2 {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}.flex-col2 .item-image {
    width: 100%;
    margin-bottom: 36px;
}.flex-col2 .item-summary {
    width: 100%;
}.page-lead {
    width: 80%;
}
  .logo {
    width: 36%;
    margin: 0 auto;
    padding: 0;
    margin-top: 0;
  }
  #home .logo {
    width: 68%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 29%;
}
 #home .l-sec {
    padding-top: 100px;
} 
  .inner-mini {
    width: 80%;
    margin: 0 auto;
}
  .youtube iframe {
    border-radius: 20px;
}
  #home .sec-title-en {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 400;
}
#home .point .flex {
    display: block;
}
#home .flex .pic-wrap {
    width: 100%;
    margin-bottom: 30px;
}#home .flex .txt-wrap {
    width: 100%;
}#home .sec-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}.foot-logo {
    width: 180px;
    margin: 0 auto 36px;
}
  .page-title-ico {
    width: 15%;
    margin: 0 auto 10px;
}.info-entry {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto 120px;
}

  
  .info-txt-title {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 24px;
  text-align: center;
}.info-data {
    padding: 24px 0 24px;
    font-size: 30px;
}
    .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .slide-menu ul {
    padding: 40px 0px 0;
}
  .slide-menu-gnav {
    width: 100%;
}.slide-menu-logo {
    width: 80%;
    text-align: center;
    padding-top: 10%;
    margin: 0 auto;
}
  .nav-en {
    font-size: 46px;
    display: block;
    line-height: 1;
}.sec-leadcopy {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
}
  .graph-txt {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 30px;
}
  .graph-wrap {
    width: 100%;
    margin: 60px auto 120px;
    position: relative;
}
  .graph-ichigo {
    width: 30%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 27%;
    padding-right: 6%;
}
  .point-lead .sec-leadcopy {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 30px;
    text-align: center;
}.pic-wrap {
    width: 100%;
}.flex .pic-wrap {
    width: 100%;
    margin-bottom: 30px;
}.flex .txt-wrap {
    width: 100%;    text-align: center;
}.point p {
    line-height: 1.8;
    text-align: left;
    font-size: 15px;
    padding-bottom: 36px;
}.point .flex {
    padding-bottom: 20px;
}.sec-leadcopy {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}
  .site-copy {
display: none;
}
  .slide-menu-logo {
    width: 50%;
    text-align: center;
    padding-top: 5%;
    margin: 0 auto;
}
  
  .nav-en {
    font-size: 36px;
    display: block;
    line-height: 1;
}.slide-menu li.sub {
    font-size: 13px;
    padding-bottom: 10px;
}
  .point-lead .pic-wrap img {
    border-radius: 0;
}
}

@media screen and (max-width:650px) {
  .graph-ichigo {
    width: 30%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25%;
    padding-right: 6%;
}

.sec-title-en {
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}#about .item-title {
    font-size: 22px;
}.flex-col2 .item-summary p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
}.btn {
    text-align: center;
}.flex-col2 .item-image img {
    border-radius: 15px;
}.sec-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 38px;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.05em;
}.flex-col4 .item {
    width: calc(50% - 8px);
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}.flex-col4 .item-title {
    font-size: 15px;
    line-height: 1.3;
    padding-bottom: 4px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 14px;
    font-weight: 500;
}.flex-col4 p {
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 12px;
    text-align: center;
}.modaal-container {
    width: 100%;
    color: #DF1337;
    border-radius: 20px;
    overflow: hidden;
}.flex-col4 .item-tmb {
    border-radius: 8px;
    overflow: hidden;
    transition: .4s;
}.page-title-en {

}.page-title-en-wrap {
    width: 20%;
    text-align: right;
}.page-lead {
    width: 80%;
}.page-title-wrap .name {
    font-size: 13px;
    padding-bottom: 26px;
    font-weight: 600;
}#interview .page-hero img {
    border-radius: 14px;
}#interview .page-hero p {
    padding: 30px 10px;
    font-weight: 600;
    font-size: 14px;
}.entry-body-title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0 0px;
    font-weight: 900;
}.entry-pic {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
}.entry-pic img {
    border-radius: 14px;
    margin-bottom: 20px;
}.caption {
    font-size: 11px;
    line-height: 1.8;
}.entry-body p {
    line-height: 2.2;
    padding: 0 0 2em;
    font-size: 15px;
}.entry-archive-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.entry-archive-items .item {
    width: calc(50% - 10px);
    text-align: center;
}.entry-archive-items .name {
    margin-top: 18px;
    font-size: 12px;
    padding-bottom: 16px;
    font-weight: 600;
}.entry-archive-items .name strong {
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding-top: 6px;
    margin: 0;
    padding-left: 0;
}.entry-archive-items .item p {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    padding: 0;
  margin-bottom: 24px;
}
.entry-archive-title {
    font-size: 60px;
    font-weight: 400;
    top: -35px;
    left: 0;
    right: 0;
    position: absolute;
}.online-title {
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
}.map-bg {
    width: 100%;
    margin: 0 auto;
}.anchor li {
    display: inline;
    width: 40%;
    margin: 5px;
}.anchor ul {
   display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .anchor li a {
    display: inline-block;
    border: #df1337 solid 1px;
    border-radius: 60px;
    font-size: 13px;
    line-height: 1em;
    padding: 12px 18px 10px;
    font-weight: 500;
    transition: .4s;
    width: 100%;
}
  .inner-mini {
    width: 84%;
    margin: 0 auto;
}
  
  .l-sec {
    padding-top: 80px;
}
  .info-txt-subtitle {
    font-size: 15px;
    background: #df1337;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    text-align: left;
}
  .sec-leadcopy {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}
  .sec-leadcopy span {
    font-size: 15px;
    display: block;
    padding-top: 5px;
}
  .graph-title {
    font-size: 16px;
    text-align: center;
}
  .graph-txt p {
    font-size: 13px;
    line-height: 1.7;
    padding-top: 15px;
}
  .point-lead .sec-leadcopy {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 22px;
    text-align: center;
}.sec-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.6;
    margin-top: 16px;
}.point p.sup {
    font-size: 12px;
}.aside {
    padding: 30px 30px 10px;
    background: #faf3ed;
    margin-bottom: 150px;
    border-radius: 20px;
}.point .aside p {
    font-size: 13px;
    padding-bottom: 30px;
    line-height: 1.9;
}.aside-title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 24px;
    line-height: 1.6;
}.btn-form.wide a {
    width: 100%;
    margin: 14px auto 24px;
}
  #home .movie .sec-title {
    font-size: 16px;
    padding-bottom: 10px;
}
  .map-ico.ico-aguriiwaki {
    top: 75%;
    left: 88%;
}
  .map-ico.ico-saito {
    top: 12%;
    left: 78%;
}
  .map-ico.ico-kyu {
    top: 35%;
    left: 31%;
}
  .map-ico.ico-ono {
    top: 68%;
    left: 86%;
}
  
  .map-ico.ico03 {
    left: 72%;
    top: 3%;
}
  .map-ico.ico02 {
    left: 64%;
    top: 14%;
}
  .map-ico.ico05 {
    top: 28%;
    left: 67%;
}
  .map-ico.ico09 {
    top: 47%;
    left: 63%;
}.map-ico.ico08 {
    top: 78%;
    left: 62%;
}.map-ico.ico-aguriiwaki {
    top: 75%;
    left: 93%;
}
  .map-ico.ico04 {
    left: 41%;
    top: 36%;
}.map-ico.ico-kyu {
    top: 35%;
    left: 38%;
}
  .map-ico.ico01-02 {
    top: 18%;
    left: 62%;
}.map-ico.ico05 {
    top: 26%;
    left: 70%;
}.map-ico.ico-furuya {
    top: 50%;
    left: 68%;
}.map-ico.ico-ono {
    top: 68%;
    left: 92%;
}.map-ico.ico-androll {
    top: 56%;
    left: 65%;
}.mg40 {
    margin-top: 20px;
}.slide-menu li.sub {
    font-size: 14px;
    padding-bottom: 8px;
}
}
@media screen and (max-width:450px) {

  .modaal-container table {
    margin: 10px auto 30px;
}
.site-copy {
    font-size: 11px;
    padding: 15px 15px;
}
    .graph-ichigo {
    width: 30%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 23%;
    padding-right: 6%;
}

.hamburger {
    width: 64px;
    height: 64px;
    position: fixed;
    top: 14px;
    right: 14px;
    background: #DF1337;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
}.hamburger span:first-of-type {
    top: 28px;
}.hamburger span:nth-of-type(2) {
    top: 35px;
}
  body {
    font-size: 14px;
}.sec-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 38px;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.05em;
}.flex-col4 .item-title {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 4px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 14px;
    font-weight: 500;
}.flex-col4 p {
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 11px;
    text-align: center;
}.souma-logo {
    width: 120px;
    margin: 0 auto;
}#about .item-body {
    padding-bottom: 80px;
}.flex-col2 .item-image img {
    border-radius: 10px;
}#about .item-title {
    font-size: 18px;
}.name strong {
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
}.name {
    font-size: 12px;
    padding-bottom: 20px;
}.footer {
    position: relative;
    padding: 20px 0 40px;
    color: #ffffff;
    z-index: 2;
}.cat {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    padding: 7px 9px;
    background: #333;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    z-index: 3;
}.campaign a {
    text-decoration: underline;
    font-size: 14px;
}.page-title-no {
    color: #ddae4e;
    font-size: 30px;
    letter-spacing: -0.06em;
    line-height: 0.9;
}.page-title-wrap .name {
    font-size: 12px;
    padding-bottom: 26px;
    font-weight: 600;
}.page-title-wrap .name {
    font-size: 12px;
    padding-bottom: 26px;
    font-weight: 600;
    line-height: 1.4;
}#interview .page-hero p {
    padding: 30px 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.9;
}#interview .page-hero img {
    border-radius: 10px;
}.entry-pic img {
    border-radius: 10px;
    margin-bottom: 20px;
}.caption {
    font-size: 11px;
    line-height: 1.8;
    text-align: left;
}
  .caption br {
  display: none;
}
  .entry-body p {
    line-height: 2;
    padding: 0 0 2em;
    font-size: 14px;
}
  .entry-archive-items .item {
    width: calc(50% - 6px);
    text-align: center;
}
  .page-title-wrap .name strong {
    font-size: 13px;
    padding-left: 0;
    font-weight: 600;
    display: block;
}.entry-archive-items .name {
    margin-top: 18px;
    font-size: 11px;
    padding-bottom: 6px;
    font-weight: 600;
}.flex-col4 .item {
    width: calc(50% - 6px);
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}.inner {
    width: 86%;
    margin: 0 auto;
}.modaal-content-container .item-tmb {
    margin-bottom: 30px;
}.modaal-container .item-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 8px 0;
}.modaal-container th {
    padding: 12px 5px;
    width: 10em;
    border-top: #DF1337 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}.modaal-container th {
    padding: 12px 5px;
    width: 6em;
    border-top: #DF1337 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}.modaal-container td {
    padding: 14px 5px;
    border-top: #DF1337 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}p.center {
    text-align: left;
}.point .inner {
    padding-top: 50px;
}
}


