@charset "UTF-8";
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
.top_banner {
  text-align: center;
  margin-bottom: 70px;
}

.top_banner img {
  margin-bottom: 20px;
}

.school_banner {
  text-align: center;
  margin-top: 70px;
}

.btn_time {
  display: inline-block;
  background-color: #0e8e46;
  color: #FFF;
}

.btn_time a {
  display: block;
  padding: 20px 165px;
  position: relative;
}

.btn_time a:after {
  content: '';
  display: block;
  width: 8px;
  height: 4px;
  background: url(../common/images/arrow_white.svg) center center no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px), print {
  h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin: 40px;
  }
  .bread_nav {
    padding-top: 153px;
    background-color: #f4f4f4;
  }
  .bread_nav__wrapper {
    width: 1100px;
    margin: 0 auto;
  }
  .bread_nav__wrapper ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bread_nav__wrapper ul a {
    color: #218e43;
  }
  .bread_nav__wrapper ul li {
    margin: 15px 25px;
    position: relative;
  }
  .bread_nav__wrapper ul li:first-of-type {
    margin-left: 0;
  }
  .bread_nav__wrapper ul li:last-of-type::after {
    display: none;
  }
  .bread_nav__wrapper ul li::after {
    content: '＞';
    position: absolute;
    right: -34px;
    top: 0;
  }
  .mainvisual {
    width: 100%;
    position: relative;
    width: 100%;
  }
  .mainvisual video {
    width: 100%;
  }
  .characteristic {
    margin-top: 60px;
  }
  .characteristic li {
    margin-bottom: 50px;
    position: relative;
  }
  .characteristic li::after {
    position: absolute;
    content: '';
    background-image: url(../images/point1_txt.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 27%;
    height: 28%;
    z-index: 1;
    top: -20px;
    left: 90px;
  }
  .characteristic li:nth-of-type(2)::after {
    background-image: url(../images/point2_txt.png);
  }
  .characteristic li:nth-of-type(3)::after {
    background-image: url(../images/point3_txt.png);
  }
  .characteristic figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .characteristic figure .img {
    width: 43%;
  }
  .characteristic figure .img img {
    width: 100%;
    height: 100%;
  }
  .characteristic figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f5fff4;
    width: 57%;
  }
  .characteristic dt {
    color: #218e43;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .characteristic dd {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 600px;
  }
  .relief {
    padding-bottom: 70px;
    width: 1100px;
    margin: 0 auto 0;
  }
  .relief__mainImg {
    text-align: center;
  }
  .relief ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  .relief li {
    width: 320px;
    height: 320px;
    background-color: #ffeccf;
    -moz-border-radius: 100%;
         border-radius: 100%;
    text-align: center;
    position: relative;
  }
  .relief li h4 {
    font-size: 3rem;
    line-height: 1.1;
    padding: 50px 0 20px;
  }
  .relief li .logo {
    height: 80px;
    margin-bottom: 15px;
  }
  .relief li .logo img {
    height: 100%;
  }
  .relief li p {
    width: 230px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .relief li::after {
    position: absolute;
    content: '';
    height: 34px;
    width: 24px;
    background-image: url(../images/arrow_right_orange.png);
    background-repeat: no-repeat;
    right: -50px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
       -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .relief li:nth-of-type(2) {
    margin: 0 75px;
  }
  .relief li:nth-of-type(3) h4 {
    padding: 30px 0 10px;
  }
  .relief li:nth-of-type(3)::after {
    display: none;
  }
  .rservation {
    width: 1100px;
    margin: 0 auto 0;
  }
  .rservation .webRservation__ttl,
  .rservation .telRservation__ttl {
    margin-bottom: 20px;
  }
  .rservation .webRservation ul,
  .rservation .telRservation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rservation .webRservation li,
  .rservation .telRservation li {
    background-color: #f7f7f7;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 350px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rservation .webRservation .icon img,
  .rservation .telRservation .icon img {
    width: 100%;
  }
  .rservation .webRservation__txt {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 1.5em;
    position: relative;
    color: #008c44;
  }
  .rservation .webRservation ul {
    margin: 40px 0 50px;
  }
  .rservation .webRservation li {
    height: 75px;
  }
  .rservation .webRservation a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .rservation .webRservation a::after {
    position: absolute;
    content: '';
    background-image: url("../images/arrow_right_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    height: 15px;
    width: 10px;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .rservation .webRservation .bigtree {
    width: 135px;
  }
  .rservation .webRservation .luxze {
    width: 150px;
  }
  .rservation .webRservation .bsteam {
    width: 166px;
  }
  .rservation .webRservation .limbsquare {
    width: 210px;
  }
  .rservation .webRservation .majorcourt {
    width: 150px;
  }
  .rservation .webRservation .b-tone {
    width: 180px;
  }
  .rservation .telRservation li {
    height: 170px;
  }
  .rservation .telRservation .icon {
    height: 96px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rservation .telRservation .bigtree {
    width: 160px;
  }
  .rservation .telRservation .luxze {
    width: 170px;
  }
  .rservation .telRservation .bsteam {
    width: 210px;
  }
  .rservation .telRservation .limbsquare {
    width: 230px;
  }
  .rservation .telRservation .majorcourt {
    width: 177px;
  }
  .rservation .telRservation .b-tone {
    width: 177px;
  }
  .rservation .telRservation .tel_wrapper {
    width: 100%;
    position: relative;
  }
  .rservation .telRservation .tel_wrapper a {
    pointer-events: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .rservation .telRservation .tel_wrapper a .tel_icon {
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 35px;
  }
  .rservation .telRservation .tel_wrapper a .tel_icon img {
    width: 100%;
  }
  .rservation .telRservation .tel_wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -20px;
    background-color: #cdcdcd;
  }
  .shop {
    padding: 75px 0 55px;
  }
  .shop h2 {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
  .shop h2.section_title em {
    margin-top: 15px;
    font-weight: normal;
  }
  .shop_list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .shop_list p {
    color: #fff;
    margin-top: 15px;
  }
  .shop_list p + p {
    margin-top: 30px;
  }
  .shop_list a {
    width: 50%;
  }
  .shop_list a .sakura {
    background: url("../images/shop01.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 50px 0 70px;
  }
  .shop_list a .luxze {
    background: url("../images/shop02.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 54px 0 70px;
  }
  .shop_list a .b_steam {
    background: url("../images/shop03.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 50px 0 70px;
  }
  .shop_list a .limb {
    background: url("../images/shop04.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 70px 0 70px;
  }
  .shop_list a .major {
    background: url("../images/shop05.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 50px 0 70px;
  }
  .shop_list a .new_shop {
	  background: url("/images/shop07.jpg?191224") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 50px 0 70px;
  }
  .shop_list a .hiramatu {
	  background: url("/images/shop10.jpg?191224") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 50px 0 70px;
  }
  .shop_list a.hiramatu2 {
    background-position: center;
    -moz-background-position: center;
    padding: 70px 0;
  }
  .shop_list a .btn {
    padding: 10px 0;
    color: #0e8e46;
    background: #fff;
    width: 220px;
    margin: 30px auto 0;
    position: relative;
  }
  .shop_list a .btn:after {
    content: '';
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1529584841035);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -124px -668px;
    width: 7px;
    height: 11px;
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .shop_list a:nth-of-type(1) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .shop_list a:nth-of-type(2) {
    border-bottom: 1px solid #fff;
  }
  .shop_list a:nth-of-type(3) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .shop_list a:nth-of-type(4) {
    border-bottom: 1px solid #fff;
  }
  .shop_list a:nth-of-type(5) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .shop_list a:nth-of-type(6) {
    border-bottom: 1px solid #fff;
  }
  .stuff_support__wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stuff_support__wrap__contents {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #d1ecea;
  }
  .stuff_support__wrap__contents div {
    text-align: center;
  }
  .stuff_support__wrap__contents p {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }
  .stuff_support__wrap__contents a {
    margin: 35px auto 0;
    display: inline-block;
    padding: 7px 0;
    font-size: 2rem;
    width: 356px;
    background-color: #218e43;
    color: #fff;
    background-image: url("../images/arrow_right_white.png");
    background-repeat: no-repeat;
    -moz-background-size: 10px;
         background-size: 10px;
    background-position: 334px center;
  }
  .stuff_support__wrap__img {
    width: 50%;
  }
  .stuff_support__wrap__img img {
    width: 100%;
  }
  .customer_voice {
    width: 1100px;
    margin: 0 auto;
  }
  .customer_voice__ttl {
    margin: 100px 0 40px;
  }
  .customer_voice ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .customer_voice__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .customer_voice__inner .img {
    width: 40%;
  }
  .customer_voice__inner figcaption {
    width: 60%;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customer_voice__inner dl {
    padding: 40px 30px;
  }
  .customer_voice__inner dt {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .customer_voice li {
    width: 530px;
    margin-bottom: 35px;
  }
  .customer_voice li:nth-of-type(1) .img {
    background-image: url(../images/customer01.jpg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
  }
  .customer_voice li:nth-of-type(2) .img {
    background-image: url(../images/customer02.jpg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
  }
  .customer_voice li:nth-of-type(3) .img {
    background-image: url(../images/customer03.jpg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
  }
  .customer_voice li:nth-of-type(4) .img {
    background-image: url(../images/customer04.jpg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
  }
  .question {
    margin-top: 40px;
    width: 1100px;
    margin: 0 auto;
  }
  .question h4 {
    margin: 43px 0 23px;
  }
  .question__mass__contents {
    margin-bottom: 23px;
  }
  .question__mass__contents a {
    text-decoration: underline;
  }
  .question .q {
    background-color: #f3fdf6;
    color: #218e43;
    border-bottom: 3px solid #c7f8d7;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
  }
  .question .q span {
    display: inline-block;
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .question .q::before {
    content: 'Q';
    font-weight: bold;
    font-size: 2.2rem;
    padding: 0 15px;
  }
  .question .q::after {
    content: '';
    position: absolute;
    height: 11px;
    width: 16px;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
       -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    background-image: url("../images/arrow_bottom_green.png");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .question .q.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .question .a {
    padding: 0 15px;
    line-height: 1.8;
    font-size: 1.6rem;
    display: none;
  }
}

.fade_area {
  height: 1000px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #container {
    overflow: hidden;
  }
  h2 {
    text-align: center;
  }
  .bread_nav {
    background-color: #f4f4f4;
  }
  .bread_nav__wrapper {
    padding: 81px 15px 8px;
  }
  .bread_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bread_nav ul li {
    margin-right: 30px;
    font-size: 1.4rem;
    position: relative;
  }
  .bread_nav ul li a {
    color: #218e43;
  }
  .bread_nav ul li:last-of-type::after {
    display: none;
  }
  .bread_nav ul li::after {
    content: "＞";
    position: absolute;
    right: -24px;
    top: 0;
  }
  .mainvisual {
    position: relative;
  }
  .mainvisual video {
    width: 100%;
  }
  .mainvisual p {
    text-indent: -9999px;
    background-image: url(../images/mainvisual_txt.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 auto;
    width: 90vw;
    height: 23vw;
    position: absolute;
    bottom: 8vw;
    left: 5vw;
  }
  .characteristic__title {
    margin: 30px 0 40px;
  }
  .characteristic li {
    margin-bottom: 40px;
    position: relative;
  }
  .characteristic li::after {
    position: absolute;
    content: "";
    background-image: url(../images/point1_txt.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 35vw;
    height: 30vw;
    z-index: 1;
    top: -5vw;
    left: 3vw;
  }
  .characteristic li:nth-of-type(2)::after {
    background-image: url(../images/point2_txt.png);
  }
  .characteristic li:nth-of-type(3)::after {
    background-image: url(../images/point3_txt.png);
  }
  .characteristic figcaption {
    background-color: #f6fff5;
    padding: 20px 15px;
  }
  .characteristic figcaption dt {
    font-size: 2rem;
    color: #218e43;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .relief {
    padding: 0 15px;
    text-align: center;
  }
  .relief__ttl {
    margin-bottom: 20px;
  }
  .relief__mainImg {
    margin-bottom: 20px;
  }
  .relief li {
    margin: 0 auto 60px;
    height: 250px;
    width: 250px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #ffeed3;
    position: relative;
  }
  .relief li p {
    font-size: 1.3rem;
    line-height: 1.8;
    width: 190px;
    margin: 0 auto;
  }
  .relief li h4 {
    font-size: 2rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 20px;
  }
  .relief li::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 24px;
    background-image: url(../images/arrow_bottom_orange.png);
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -56px;
    right: 37%;
  }
  .relief li:nth-of-type(3) h4 {
    padding: 20px 0 10px;
  }
  .relief li:nth-of-type(3)::after {
    display: none;
  }
  .relief .logo {
    height: 70px;
    margin: 0 auto 10px;
  }
  .relief .logo img {
    height: 100%;
  }
  .rservation {
    margin: 0 15px 30px;
  }
  .rservation h2 {
    margin-bottom: 30px;
  }
  .rservation .webRservation ul, .rservation .telRservation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rservation .webRservation li, .rservation .telRservation li {
    width: 44vw;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
  }
  .rservation .webRservation .bigtree, .rservation .telRservation .bigtree {
    width: 24vw;
  }
  .rservation .webRservation .luxze, .rservation .telRservation .luxze {
    width: 26vw;
  }
  .rservation .webRservation .bsteam, .rservation .telRservation .bsteam {
    width: 28vw;
  }
  .rservation .webRservation .limbsquare, .rservation .telRservation .limbsquare {
    width: 29vw;
  }
  .rservation .webRservation .majorcourt, .rservation .telRservation .majorcourt {
    width: 24vw;
  }
  .rservation .webRservation .b-tone, .rservation .telRservation .b-tone {
    width: 28vw;
  }
  .rservation .webRservation {
    margin-bottom: 30px;
  }
  .rservation .webRservation__txt {
    margin: 15px 0;
    color: #008c44;
    padding-left: 1.3em;
    position: relative;
  }
  .rservation .webRservation__txt.circle::before {
    top: 11px;
  }
  .rservation .webRservation li {
    height: 18vw;
    position: relative;
  }
  .rservation .webRservation a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -moz-border-radius: 5px;
         border-radius: 5px;
    position: relative;
  }
  .rservation .webRservation a::after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow_right_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    height: 4vw;
    width: 3vw;
    right: 0vw;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .rservation .webRservation .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rservation .telRservation__ttl {
    margin-bottom: 20px;
  }
  .rservation .telRservation .icon {
    height: 20vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .rservation .telRservation .icon img {
    width: 100%;
  }
  .rservation .telRservation .tel_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5vw 0;
    border-top: 1px solid #d1d1d1;
  }
  .rservation .telRservation .tel_wrapper a {
    font-size: 4vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rservation .telRservation .tel_wrapper .tel_icon {
    width: 5vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1vw;
  }
  .shop {
    padding: 20px 0 50px;
  }
  .shop h2 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .shop h2.section_title em {
    margin-top: 15px;
  }
  .shop_list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .shop_list p {
    color: #fff;
    margin-top: 15px;
  }
  .shop_list p + p {
    margin-top: 15px;
  }
  .shop_list a {
    width: 100%;
  }
  .shop_list a .sakura {
    background: url("../images/shop01.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20px 0;
  }
  .shop_list a .luxze {
    background: url("../images/shop02.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20px 0;
  }
  .shop_list a .b_steam {
    background: url("../images/shop03.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20px 0;
  }
  .shop_list a .limb {
    background: url("../images/shop04.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20px 0;
  }
  .shop_list a .major {
    background: url("../images/shop05.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20px 0;
  }
  .shop_list a .new_shop {
	  background: url("/images/shop07.jpg?191224") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20px 0;
  }
  .shop_list a .hiramatu {
	  background: url("/images/shop10.jpg?191224") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20px 0;
  }
  .shop_list a.hiramatu2 {
    background-position: center;
    -moz-background-position: center;
    padding: 40px 0 0;
  }
  .shop_list img {
    width: 50%;
  }
  .shop .btn {
    padding: 10px 0;
    color: #0e8e46;
    background: #fff;
    width: 220px;
    margin: 30px auto 0;
    position: relative;
  }
  .shop .btn:after {
    content: '';
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1529584841035);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -124px -668px;
    width: 7px;
    height: 11px;
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .stuff_support__wrap {
    width: 100%;
  }
  .stuff_support__wrap__contents {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #d1ecea;
    padding: 40px 0 30px;
  }
  .stuff_support__wrap__contents div {
    text-align: center;
  }
  .stuff_support__wrap__contents p {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .stuff_support__wrap__contents a {
    margin: 20px auto 0;
    display: inline-block;
    padding: 10px 0;
    font-size: 1.4rem;
    width: 220px;
    background-color: #218e43;
    color: #fff;
    background-image: url("../images/arrow_right_white.png");
    background-repeat: no-repeat;
    -moz-background-size: 8px;
         background-size: 8px;
    background-position: 200px center;
  }
  .customer_voice {
    margin: 40px 0;
    padding: 0 15px;
  }
  .customer_voice__ttl {
    margin-bottom: 20px;
  }
  .customer_voice__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #d1d1d1;
  }
  .customer_voice__inner .img {
    width: 40%;
  }
  .customer_voice__inner .img img {
    width: 100%;
  }
  .customer_voice__inner figcaption {
    width: 60%;
    background-color: #f4f2eb;
    padding: 25px 15px;
  }
  .customer_voice__inner .name {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .customer_voice__inner .contents {
    font-size: 1.4rem;
  }
  .customer_voice li {
    margin-bottom: 20px;
  }
  .customer_voice li:nth-of-type(1) .img {
    background-image: url(../images/customer01.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .customer_voice li:nth-of-type(2) .img {
    background-image: url(../images/customer02.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .customer_voice li:nth-of-type(3) .img {
    background-image: url(../images/customer03.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .customer_voice li:nth-of-type(4) .img {
    background-image: url(../images/customer04.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .question {
    padding: 0 15px;
  }
  .question h2 {
    margin-bottom: 15px;
  }
  .question h4 {
    margin-bottom: 15px;
  }
  .question__mass__contents {
    margin-bottom: 20px;
  }
  .question__mass__contents .q {
    background-color: #f4fdf7;
    padding: 8px 3em;
    border-bottom: 2px solid #cbf9db;
    position: relative;
  }
  .question__mass__contents .q::before {
    content: "Q";
    position: absolute;
    font-size: 2rem;
    font-weight: bold;
    color: #218e43;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .question__mass__contents .q::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 20px;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
       -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    background-image: url("../images/arrow_bottom_green.png");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .question__mass__contents .q.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .question__mass__contents .q span {
    color: #218e43;
  }
  .question__mass__contents .a {
    padding: 10px 0;
    display: none;
  }
}

.fade_close {
  width: 25px;
  height: 25px;
  float: right;
}

.fade_trigger {
  text-align: left;
}
