@charset "UTF-8";
.tit01.has-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.tit01__logo {
  margin-left: 30px;
  width: 350px; }

.ttl--sectionTitle {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px; }

.ttl--designTitle, .ttl--designTitleRev {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 50px; }

.ttl--designTitleRev {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.ttl__designEn {
  font-size: 110px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  white-space: nowrap;
  color: #70CAB7;
  margin-right: 20px;
  line-height: 80px; }

.ttl__designJa, .ttl__designJa--rev, .ttl__designJa--narrow {
  background-color: #70CAB7;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 20px; }

.ttl__designJa--rev {
  text-align: right; }

.ttl--stripe {
  text-align: center;
  background-image: repeating-linear-gradient(-45deg, rgba(112, 202, 183, 0.5), rgba(112, 202, 183, 0.5) 2px, transparent 0, transparent 6px); }

.ttl__stripeIner {
  display: inline-block;
  background-color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 0 20px;
  line-height: 140%; }

.arenaFlex, .arenaFlex--rev, .arenaFlex--middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 50px; }

.arenaFlex--rev {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.arenaFlex--middle {
  -ms-flex-align: center;
      align-items: center; }

.arenaFlex__item, .arenaFlex__item--wideImg, .arenaFlex__item--nallowTxt {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px; }

.arenaFlex__item--wideImg {
  -ms-flex-preferred-size: 675px;
      flex-basis: 675px; }

.arenaFlex__item--nallowTxt {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px; }

.aboutIntro__image {
  margin-bottom: 55px; }

.aboutIntro__text {
  font-size: 16px;
  line-height: 212.5%;
  margin-bottom: 70px; }

.aboutIntro__paragraph {
  margin-bottom: 1.5em; }

.aboutIntro__spec {
  width: 560px;
  margin: auto; }

.aboutIntro__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 260%;
  margin-bottom: -20px; }

.aboutIntro__title {
  font-size: 24px;
  margin-bottom: 10px; }

.aboutIntro__listItem {
  width: 160px; }

.aboutIntro__listItem:before {
  content: "−";
  margin-right: 1em; }

.aboutIntro__listBody {
  width: calc(100% - 160px); }

.aboutCircles {
  padding-top: 60px; }

.aboutCircles__lead {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px; }

.aboutCircles .about_section_text {
  font-weight: 500; }

.aboutTab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.aboutTab__item, .aboutTab__item--arena, .aboutTab .isActive {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 4px; }

.aboutTab .isActive {
  height: 90px;
  margin-top: 0;
  border-top: 4px solid #0096C1; }

.aboutTab .isActive .aboutTab__link {
  color: #0096C1 !important; }

.aboutTab .isActive .aboutTab__number:before, .aboutTab .isActive .aboutTab__number:after {
  border-color: #0096C1; }

.aboutTab__link {
  color: #70CAB7 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  font-weight: 300;
  padding-left: 30px;
  white-space: nowrap;
  display: block;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  transition-property: background-color, color; }

.aboutTab__number {
  position: relative;
  padding-right: 60px;
  width: 80px;
  display: inline-block;
  text-align: right; }

.aboutTab__number:after, .aboutTab__number:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 15px;
  transform: rotate(45deg);
  border: 1px solid #70CAB7;
  border-width: 1px 1px 0 0; }

.aboutTab__number:after {
  right: 19px; }

.aboutTab__textSmall {
  font-size: 20px; }

a.aboutTab__link:hover {
  background-color: #70CAB7;
  color: #fff !important; }

a.aboutTab__link:hover .aboutTab__number:before, a.aboutTab__link:hover .aboutTab__number:after {
  border-color: #fff; }

.btn {
  display: block;
  margin: auto;
  width: 312px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #000 !important;
  border: 2px solid #000;
  border-radius: 35px;
  transition-property: color,background-color;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  font-weight: 700; }

.btn:hover {
  background-color: #000;
  color: #fff !important; }

.btn.coming_soon:hover {
  background-color: #fff;
  color: #000 !important; }

.btn:hover .icon--doubleArrowRight:before, .btn:hover .icon--doubleArrowRight:after {
  border-color: #fff; }

.foodContents {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 10px; }

.foodContents__ttl {
  margin-bottom: 20px;
  padding-top: 40px; }

.foodContents__lead {
  font-size: 16px;
  line-height: 200%; }

.foodContents__txt {
  margin-bottom: 1.5em; }

.foodItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.foodItem__img, .foodItem__img--blueBell, .foodItem__img--club38 {
  -ms-flex-preferred-size: 385px;
      flex-basis: 385px; }

.foodItem__img--blueBell {
  padding-top: 45px; }

.foodItem__img--club38 {
  padding-top: 30px; }

.foodItem__body {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px; }

.foodItem__logo, .foodItem__logo--blueBell, .foodItem__logo--club38 {
  display: block;
  margin: auto auto 20px; }

.foodItem__logo--blueBell {
  width: 245px; }

.foodItem__logo--club38 {
  width: 420px; }

.foodItem__txt {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 2em; }

.foodItem__only {
  color: #0096C1;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  margin-bottom: 20px; }

.foodItem__onlyIcon {
  margin-right: 10px;
  position: relative;
  top: -5px; }

.foodItem__more, .foodItem__more--disabled {
  width: 312px;
  height: 70px;
  line-height: 70px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #70CAB7 !important;
  border: 2px solid #70CAB7;
  border-radius: 35px;
  font-weight: 500; }

.foodItem__more:hover, .foodItem__more--disabled:hover {
  background-color: #70CAB7;
  color: #fff !important; }

.foodItem__more--disabled {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #fff !important;
  cursor: default; }

.foodItem__more--disabled:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #fff !important; }

.foodItem__soon {
  padding-top: 1em;
  text-align: center;
  color: #ed0408;
  font-size: 16px; }

.icon--doubleArrowRight {
  margin-right: 5px; }

.icon--doubleArrowRight:before, .icon--doubleArrowRight:after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.icon--doubleArrowRight:after {
  right: 4px; }

.shopContents {
  margin-bottom: 0;
  font-size: 16px; }

.shopContents__flex, .shopContents__flex--middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.shopContents__flex--middle {
  -ms-flex-align: center;
      align-items: center; }

.shopContents__img {
  -ms-flex-preferred-size: 440px;
      flex-basis: 440px; }

.shopContents__main {
  -ms-flex-preferred-size: 440px;
      flex-basis: 440px;
  line-height: 200%; }

.shopContents__txt {
  margin-bottom: 1em; }

.shopContents__txt p {
  margin-bottom: 1em; }

.shopContents__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }

.shopContents__listTitle {
  -ms-flex-preferred-size: 145px;
      flex-basis: 145px;
  color: #2778BE; }

.shopContents__listTitle:before {
  content: "―";
  display: inline-block;
  width: 35px; }

.shopContents__listBody {
  -ms-flex-preferred-size: calc(100% - 145px);
      flex-basis: calc(100% - 145px); }

.shopContents__menu {
  margin-bottom: 80px; }

.shopContents__price {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif; }

.shopContents__serviceList {
  margin-top: 40px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.shopContents__serviceItem {
  -ms-flex-preferred-size: calc(33.3% - 4px);
      flex-basis: calc(33.3% - 4px);
  text-align: center; }

.shopContents__serviceCaption {
  padding-top: 10px; }

.shopContents__reserve {
  line-height: 200%;
  display: -ms-flexbox;
  display: flex; }

.shopContents__reserveNote {
  color: #FF0000;
  white-space: nowrap;
  padding-right: 50px; }

.shopContents__reserveList {
  /* list-style: decimal; */
  margin-bottom: 30px; }

.shopContents__reserveItem {
  margin-bottom: 2em; }

.shopContents__location .shopContents__main {
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px; }

.shopContents__locationTxt {
  text-indent: -23px;
  padding-left: 23px; }

.shopHead, .shopHead--club38 {
  height: 240px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-position: center;
  background-repeat: no-repeat; }

.shopHead--club38 {
  background-image: url("../images/about/club38_head_pc.jpg"); }

.shopHead__title svg, .shopHead__title--club38 svg {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 5px #000); }

.shopHead__title path, .shopHead__title--club38 path {
  fill: white; }

.shopHead__title--club38 {
  width: 530px; }

.shopImages__main {
  margin-bottom: 10px; }

.shopImages__thumbsContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.shopImages__item {
  -ms-flex-preferred-size: calc(33.3% - 2px);
      flex-basis: calc(33.3% - 2px); }

.shopImages__thumb {
  cursor: pointer;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.shopImages__thumb.isActive {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.toFoodTop {
  position: fixed;
  top: 160px;
  right: 40px;
  width: 130px;
  height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  transition-property: background-color; }

.toFoodTop:hover {
  background-color: rgba(0, 0, 0, 0.5); }

#about {
  background: linear-gradient(135deg, #ffff84 0%, #007fb2 100%); }

@media only screen and (max-width: 739px){
  .tit01__logo{
    display: none; }
  .ttl--sectionTitle{
    font-size: 24px;
    margin-bottom: 30px; }
  .ttl--designTitle, .ttl--designTitleRev{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
    margin: auto;
    padding-bottom: 20px;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .ttl__designEn{
    font-size: 13vw;
    text-align: right;
    margin-right: 0;
    line-height: 40px;
    margin: 0 5px 5px; }
  .ttl__designJa, .ttl__designJa--rev, .ttl__designJa--narrow{
    font-size: 21px;
    -ms-flex-positive: inherit;
        flex-grow: inherit;
    line-height: 140%;
    margin-bottom: 5px;
    min-width: 240px; }
  .ttl__designJa--narrow{
    min-width: auto; }
  .ttl--stripe{
    padding-top: 15px; }
  .ttl__stripeIner{
    font-size: 21px;
    display: block;
    padding-top: 30px; }
  .arenaContents{
    padding-top: 50px !important; }
  .arenaFlex, .arenaFlex--rev, .arenaFlex--middle{
    display: block;
    font-size: 14px;
    line-height: 185.71429%; }
  .arenaFlex__item, .arenaFlex__item--wideImg, .arenaFlex__item--nallowTxt{
    margin-bottom: 20px; }
  .aboutIntro__image{
    margin-bottom: 40px; }
  .aboutIntro__text{
    font-size: 14px;
    margin-bottom: 30px; }
  .aboutIntro__spec{
    width: 100%; }
  .aboutIntro__list{
    font-size: 14px;
    margin-bottom: 0; }
  .aboutIntro__title{
    font-size: 22px; }
  .aboutIntro__listItem{
    width: 110px;
    white-space: nowrap; }
  .aboutIntro__listItem:before{
    margin-right: .5em; }
  .aboutCircles__lead{
    font-size: 18px; }
  .aboutCircles__lead{
    font-size: 16px; }
  .aboutTab{
    width: 96%;
    margin: auto; }
  .aboutTab__item, .aboutTab__item--arena, .aboutTab .isActive{
    -ms-flex: 0 1 33.8%;
        flex: 0 1 33.8%;
    height: 52px;
    line-height: 100%; }
  .aboutTab__item--arena{
    -ms-flex-preferred-size: 29.7% !important;
        flex-basis: 29.7% !important; }
  .aboutTab .isActive{
    height: 68px; }
  .aboutTab__link{
    display: block;
    font-size: 23px;
    font-size: 5.4vw;
    font-weight: 700;
    padding-left: 10%;
    padding-top: 10px; }
  .aboutTab__number{
    width: 20px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    padding-right: 50px; }
  .aboutTab__number:after, .aboutTab__number:before{
    width: 11px;
    height: 11px;
    top: 0; }
  .aboutTab__text{
    display: block;
    font-size: 5.4vw; }
  .aboutTab__textSmall{
    font-size: 2.6vw; }
  .btn{
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 27px;
    font-size: 17px; }
  .foodContents__ttl{
    padding-top: 30px;
    margin-bottom: 10px;
    line-height: 150%; }
  .foodContents__lead{
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 180%; }
  .foodContents__txt{
    margin-bottom: 1em; }
  .foodItem{
    display: block;
    padding-bottom: 20px; }
  .foodItem__img, .foodItem__img--blueBell, .foodItem__img--club38{
    padding-top: 0;
    margin-bottom: 30px; }
  .foodItem__logo--blueBell{
    width: 180px; }
  .foodItem__logo--club38{
    max-width: 330px; }
  .foodItem__txt{
    font-size: 14px; }
  .foodItem__more, .foodItem__more--disabled{
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 17px; }
  .shopContents{
    font-size: 14px; }
  .shopContents__flex, .shopContents__flex--middle{
    display: block; }
  .shopContents__img{
    margin-bottom: 30px; }
  .shopContents__serviceList{
    display: block; }
  .shopContents__serviceItem{
    margin-bottom: 10px; }
  .shopContents__reserve{
    display: block; }
  .shopContents__reserveList{
    padding-left: 20px; }
  .shopHead, .shopHead--club38{
    height: 120px;
    background-size: cover;
    width: 96%;
    margin: auto; }
  .shopHead--club38{
    background-image: url("../images/about/club38_head_sp.jpg"); }
  .shopHead__title--club38{
    width: 270px; }
  .shopImages{
    margin-bottom: 40px; }
  .toFoodTop{
    width: 80px;
    height: 80px;
    top: 80px;
    right: 6px; }
  .toFoodTop__img{
    width: 42px; }
  #about{
    padding-top: 40px;
    background: linear-gradient(135deg, #c3e793 0%, #007fb2 100%); }
  #about .tit01{
    margin-bottom: 0; }
  #about .contents_block{
    padding: 15px; } }

@media only screen and (max-width: 375px){
  .aboutIntro__list{
    font-size: 12px; } }
