@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

img {
  vertical-align: bottom;
}

/*===============================*\
 CONTENTS
\*===============================*/
/*===============================*\

01.Header
02.Campaign
03.Aim
04.Personalcatch
05.Why
06.Trainer
07.Cause
08.Facility
09.Shopdata
10.Footer
11.Form

99.Common

\*===============================*/
.pc {
  display: none;
}

@media (min-width: 1200px) {
  .pc {
    display: block;
  }
}

@media (min-width: 1200px) {
  .sp {
    display: none;
  }
}

/*===============================*\
  Header
\*===============================*/
.l_header {
  position: relative;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .l_header {
    height: 1080px;
    background: #d7d7d7 url(../img/img_kv01_pc.jpg) no-repeat center top;
  }
}

.header_ttl.header_pc {
  margin: 0;
  display: none;
}

@media (min-width: 1200px) {
  .header_ttl.header_pc {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.header_sp {
  margin: 0;
}

.header_sp img {
  display: block;
  width: 100%;
  max-width: 1200px;
}

@media (min-width: 1200px) {
  .header_sp {
    display: none;
  }
}

.header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Teko", sans-serif;
  margin: 0;
}

.header_tel img {
  width: 20px;
  padding-right: 3px;
}

.header_tel a {
  font-size: 3.6rem;
  color: #000;
  text-decoration: none;
  line-height: 1;
  padding: 5px 0 5px 5px;
}

.header_tel .tel_link {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

@media (min-width: 1200px) {
  .header_tel {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 5px 18px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
  }
}

/*===============================*\
  Campaign
\*===============================*/
.l_campaign {
  padding: 40px;
  background: url(../img/bg_campaign.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .l_campaign {
    padding: 90px 0;
  }
}

.ttl_campaign img {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.txt_campaign {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 30px auto 0;
}

@media (min-width: 1200px) {
  .txt_campaign {
    margin: 90px auto 0;
  }
}

.btn_conversion {
  width: 100%;
  margin: 30px auto 0;
}

.btn_conversion a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  background: #d83b35;
  font-size: 3rem;
  font-family: "Teko", "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 5px;
  border-bottom: 3px solid #a62e29;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_conversion .btn_conversion_sub {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}

@media (min-width: 1200px) {
  .btn_conversion a {
    margin-top: 80px;
    padding: 20px;
    font-size: 3.6rem;
  }
  .btn_conversion a:hover {
    background: #f2433d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_conversion .btn_conversion_sub {
    font-size: 1.8rem;
  }
}

/*===============================*\
  Aim
\*===============================*/
.l_aim {
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .l_aim {
    padding: 60px 0 0;
  }
}

@media (min-width: 1200px) {
  .l_aim {
    padding: 100px 0 0;
  }
}

.ttl_aim {
  margin: 0 0 20px;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .ttl_aim {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .ttl_aim {
    font-size: 4.8rem;
  }
}

.list_aim {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .list_aim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .list_aim {
    margin-top: 90px;
  }
}

.list_aim_item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

@media (min-width: 768px) {
  .list_aim_item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .list_aim_item {
    width: 25%;
  }
}

.list_aim_item:nth-child(even) {
  background: #fafafa;
}

.list_aim_img {
  margin: 0;
  padding: 0;
}

.list_aim_img img {
  width: 100%;
}

.list_aim_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .list_aim_box {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .list_aim_box {
    padding: 50px 0;
  }
}

.list_aim_icon {
  display: block;
  width: 90px;
  margin: 0 auto;
}

.list_aim_type {
  text-align: center;
  margin: 10px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.list_aim_type span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Teko", sans-serif;
  color: #d83b35;
}

@media (min-width: 1200px) {
  .list_aim_type {
    font-size: 3.4rem;
  }
  .list_aim_type span {
    font-size: 2.8rem;
  }
}

/*===============================*\
  Personalcatch
\*===============================*/
.l_personalcatch {
  margin: 0;
  padding: 0;
}

.l_personalcatch img {
  width: 100%;
}

@media (min-width: 1200px) {
  .l_personalcatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.personalcatch_img {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .personalcatch_img {
    width: 50%;
  }
}

.personalcatch_txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  height: 280px;
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../img/bg_personalcatch.jpg) no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (min-width: 768px) {
  .personalcatch_txt {
    font-size: 2rem;
    height: 380px;
  }
}

@media (min-width: 1200px) {
  .personalcatch_txt {
    width: 50%;
    font-size: 2.4rem;
    height: auto;
  }
}

/*===============================*\
  Price
\*===============================*/
.l_price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  background: url(../img/bg_price.png);
}

@media (min-width: 1200px) {
  .l_price {
    padding: 110px 0 100px;
  }
}

.ttl_price {
  margin: 0;
  padding: 0;
}

.ttl_price img {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .ttl_price img {
    max-width: 250px;
  }
}

.list_price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .list_price {
    width: 94%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .list_price {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
  }
}

.list_price_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto 20px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: #222;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .list_price_item {
    padding: 30px 20px;
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .list_price_item {
    width: 19.2%;
    padding: 40px 20px;
  }
}

.list_price_item_ttl {
  position: relative;
  margin: 0;
  padding: 0 0 30px;
  font-size: 2rem;
  font-weight: bold;
}

.list_price_item_ttl:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #d83b35;
}

@media (min-width: 1200px) {
  .list_price_item_ttl {
    padding: 0 0 40px;
    font-size: 2.3rem;
  }
}

.list_price_item_num {
  margin: 5px 0 0;
  padding: 0;
  font-family: "Teko", sans-serif;
  font-size: 4rem;
}

@media (min-width: 1200px) {
  .list_price_item_num {
    font-size: 6rem;
  }
}

.list_price_item_yen {
  font-size: 3rem;
}

@media (min-width: 1200px) {
  .list_price_item_yen {
    font-size: 4.8rem;
  }
}

.list_price_item_notice {
  padding: 5px;
  width: 160px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #d83b35;
}

@media (min-width: 1200px) {
  .list_price_item_notice {
    width: 70%;
    font-size: 1.8rem;
  }
}

.list_price_annotationbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .list_price_annotationbox {
    width: 100%;
    max-width: 1200px;
    padding: 20px 20px;
    text-align: center;
    font-size: 1.6rem;
  }
}

/*===============================*\
  Why
\*===============================*/
.l_why {
  padding: 30px;
  background: url(../img/bg_why.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 1200px) {
  .l_why {
    padding: 70px 0 60px;
  }
}

.l_why.secondary {
  background-color: #efefef;
}

.ttl_why {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .ttl_why {
    font-size: 3.6rem;
  }
}

.list_why {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0;
}

@media (min-width: 768px) {
  .list_why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.list_why_item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 45px;
}

.list_why_item:before {
  position: absolute;
  top: -15px;
  left: -15px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 10px solid #d83b35;
  border-left: 10px solid #d83b35;
}

.list_why_item:after {
  position: absolute;
  bottom: -15px;
  right: -15px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 10px solid #d83b35;
  border-bottom: 10px solid #d83b35;
}

@media (min-width: 768px) {
  .list_why_item {
    width: 44%;
    margin: 3%;
  }
}

.list_why_item_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  padding: 25px;
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
}

.list_why_item_inner:before {
  position: absolute;
  top: -15px;
  right: -15px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 10px solid #d83b35;
  border-right: 10px solid #d83b35;
}

.list_why_item_inner:after {
  position: absolute;
  bottom: -15px;
  left: -15px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 10px solid #d83b35;
  border-bottom: 10px solid #d83b35;
}

@media (min-width: 1200px) {
  .list_why_item_inner {
    padding: 35px 25px;
    font-size: 2.4rem;
  }
}

.primary .list_why_item.why01 {
  background: url(../img/bg_why_primary_list01.png) no-repeat left center;
  background-size: contain;
}

.primary .list_why_item.why02 {
  background: url(../img/bg_why_primary_list02.png) no-repeat left center;
  background-size: contain;
}

.primary .list_why_item.why03 {
  background: url(../img/bg_why_primary_list03.png) no-repeat left center;
  background-size: contain;
}

.primary .list_why_item.why04 {
  background: url(../img/bg_why_primary_list04.png) no-repeat left center;
  background-size: contain;
}

.secondary .list_why_item.why01 {
  background: url(../img/bg_why_secondary_list01.png) no-repeat left center;
  background-size: contain;
}

.secondary .list_why_item.why02 {
  background: url(../img/bg_why_secondary_list02.png) no-repeat left center;
  background-size: contain;
}

.secondary .list_why_item.why03 {
  background: url(../img/bg_why_secondary_list03.png) no-repeat left center;
  background-size: contain;
}

.secondary .list_why_item.why04 {
  background: url(../img/bg_why_secondary_list04.png) no-repeat left center;
  background-size: contain;
}

.secondary .list_why_item:before {
  border-top-color: #b3225c;
  border-left-color: #b3225c;
}

.secondary .list_why_item:after {
  border-right-color: #b3225c;
  border-bottom-color: #b3225c;
}

.secondary .list_why_item_inner {
  color: #b3225c;
}

.secondary .list_why_item_inner:before {
  border-top-color: #b3225c;
  border-right-color: #b3225c;
}

.secondary .list_why_item_inner:after {
  border-left-color: #b3225c;
  border-bottom-color: #b3225c;
}

/*===============================*\
  Trainer
\*===============================*/
.l_trainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  background: url(../img/bg_trainer.png) no-repeat left center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .l_trainer {
    padding: 100px 0;
  }
}

.box_trainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #fff;
}

@media (min-width: 1200px) {
  .box_trainer {
    border-width: 4px;
    padding: 30px;
  }
}

.trainer_name {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .trainer_name {
    font-size: 3rem;
  }
}

.trainer_name_sub {
  margin: 0;
  padding: 0;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.4rem;
}

@media (min-width: 1200px) {
  .trainer_name_sub {
    font-size: 2.4rem;
  }
}

.trainer_caption {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 1200px) {
  .trainer_caption {
    font-size: 1.8rem;
  }
}

/*===============================*\
  Cause
\*===============================*/
.l_cause {
  padding: 0;
}

@media (min-width: 1200px) {
  .l_cause {
    padding: 0;
  }
}

.ttlbox_cause {
  padding: 20px;
  background: url(../img/bg_cause_ttl.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .ttlbox_cause {
    padding: 40px 20px 40px;
  }
}

@media (min-width: 1200px) {
  .ttlbox_cause {
    padding: 80px 0;
  }
}

.ttl_cause {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  color: #d83b35;
}

@media (min-width: 768px) {
  .ttl_cause {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .ttl_cause {
    font-size: 6rem;
  }
}

.caption_cause {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 2;
  color: #d83b35;
  text-align: center;
}

@media (min-width: 768px) {
  .caption_cause {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .caption_cause {
    margin-top: 30px;
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.contbox_cause {
  padding: 10px 0 0;
  background: #d83b35;
}

.ttlsub_cause {
  margin: 35px 0 0 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .ttlsub_cause {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .ttlsub_cause {
    font-size: 3.6rem;
  }
  .ttlsub_cause::before {
    content: "～";
  }
  .ttlsub_cause::after {
    content: "～";
  }
}

.list_cause {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  list-style: none;
  margin: 20px auto 0;
  padding: 10px 10px 0 0;
}

@media (min-width: 1200px) {
  .list_cause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px 0 0;
  }
}

.list_cause_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 10px 10px;
}

@media (min-width: 768px) {
  .list_cause_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list_cause_item {
    width: 50%;
    padding: 0 0 20px 20px;
  }
}

.list_cause_item_img img {
  display: block;
  width: 100%;
}

.list_cause_item_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  background: #eee;
}

.list_cause_item_txt {
  margin: 0;
  padding-bottom: 10px;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .list_cause_item_txt {
    font-size: 2.4vw;
  }
}

@media (min-width: 1200px) {
  .list_cause_item_txt {
    font-size: 1.1vw;
  }
}

/*===============================*\
  Facility
\*===============================*/
.l_facility {
  padding: 30px 20px;
  background: url(../img/bg_facility.png);
}

@media (min-width: 1200px) {
  .l_facility {
    padding: 80px 0 100px;
  }
}

.list_facility {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0;
}

@media (min-width: 768px) {
  .list_facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .list_facility {
    margin: 50px auto 0;
  }
}

.list_facility_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  .list_facility_item {
    width: 50%;
    max-width: auto;
    margin: 0 auto 20px;
  }
}

.list_facility_item_img {
  width: 50%;
  max-width: 276px;
  margin: 0 auto;
  padding: 5px;
}

.list_facility_item_img img {
  width: 100%;
}

.list_facility_item_txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  font-size: 1.3rem;
  background: #fff;
}

@media (min-width: 768px) {
  .list_facility_item_txt {
    padding: 15px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .list_facility_item_txt {
    font-size: 1.8rem;
  }
}

/*===============================*\
  Shopdata
\*===============================*/
.l_shopdata {
  padding: 30px 20px 0;
}

@media (min-width: 1200px) {
  .l_shopdata {
    padding: 100px 0 0;
  }
}

.shopdata_access {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px 20px 15px;
  font-size: 1.4rem;
  text-align: center;
  border: 4px solid #eee;
}

.shopdata_access_txt {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .shopdata_access_txt {
    font-size: 1.8rem;
  }
}

.tel_link_s {
  display: inline-block;
  margin-top: 10px;
  padding-left: 25px;
  font-family: "Teko", sans-serif;
  font-size: 3.6rem;
  color: #222;
  text-decoration: none;
  background: url(../img/icon_tel.png) no-repeat left 12px;
  background-size: 20px;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.shopdata_map {
  margin: 40px 0 0 0;
  width: 100%;
}

.shopdata_map iframe {
  width: 100%;
  height: 250px;
}

@media (min-width: 1200px) {
  .shopdata_map {
    margin: 50px 0 0 0;
  }
  .shopdata_map iframe {
    height: 560px;
  }
}

/*===============================*\
  Fotter
\*===============================*/
.l_footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}

@media (min-width: 1200px) {
  .l_footer {
    padding: 120px 0;
  }
}

.fotter_logo {
  margin: 0;
  text-align: center;
}

.fotter_logo img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.copyright {
  margin: 20px 0 0;
  text-align: center;
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .copyright {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}

/*===============================*\
  Form
\*===============================*/
.l_form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  font-size: 1.4rem;
  background: url(../img/bg_form.png);
}

@media (min-width: 1200px) {
  .l_form {
    width: 100%;
    padding: 100px 0;
    font-size: 1.6rem;
  }
}

.form_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  max-width: 960px;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.4);
}

@media (min-width: 1200px) {
  .form_area {
    padding: 30px;
  }
}

.form-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-table__th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px;
  text-align: left;
  width: 35%;
  color: #fff;
  background: #222;
}

.form-table__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  width: 63%;
  margin: 0 0 10px;
}

.form-group {
  width: 100%;
}

.form-size--min input,
.form-size--min select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
}

input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 3px 0 0;
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

.form-size--mid input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.form-group--check label + label {
  margin: 0 0 0 10px;
}

.form-text {
  color: #c00;
}

@media (min-width: 1200px) {
  .form-text {
    font-size: 1.4rem;
  }
}

.form-action {
  position: relative;
  text-align: center;
}

.form-btn--submit {
  position: relative;
  padding: 10px 15px;
  color: #fff;
  background: #d83b35;
  border: 1px solid #d83b35;
  border-bottom: 3px solid #a62e29;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-btn--submit:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom-color: #d83b35;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .form-btn--submit {
    padding: 10px 25px;
  }
}

.btn-combi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-combi .form-action {
  width: 160px;
}

/* thanks */
.link_retern-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 8em;
  margin: 10px auto 0;
  padding: 8px 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #d83b35;
  border-radius: 8px;
  border-bottom: 3px solid #a62e29;
}

/*===============================*\
  Common
\*===============================*/
.ttl_default {
  margin: 0;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-size: 4.8rem;
}

@media (min-width: 1200px) {
  .ttl_default {
    font-size: 7.2rem;
  }
}

.ttl_default_sub {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

@media (min-width: 1200px) {
  .ttl_default_sub {
    font-size: 1.8rem;
  }
}

.scroll_top {
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 100;
}

.scroll_top a {
  position: relative;
  padding-left: 10px;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  color: #222;
  text-decoration: none;
  border-left: 2px solid #222;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.scroll_top a:after {
  position: absolute;
  top: -20px;
  left: -11px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #222;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.scroll_top a:hover {
  color: #a62e29;
  border-left-color: #a62e29;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll_top a:hover:after {
  border-bottom-color: #a62e29;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*-----------*\
$animation
\*-----------*/
/*----- fadeIn -----*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.fadeIn {
  opacity: 1;
}

/*----- Up slide -----*/
.js-Up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- zoomIn -----*/
.js-zoomIn {
  opacity: 0.5;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}

.zoomIn {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*----- zoomOut -----*/
.js-zoomOut {
  opacity: 0.5;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -webkit-transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}

.zoomOut {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*----- fadeInUp -----*/
.js-fadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- fadeInRight -----*/
.js-fadeInRight {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fadeInRight {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- fadeInLeft -----*/
.js-fadeInLeft {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fadeInLeft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* js-fadeIn_delay */
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.js-fadeIn_delay li.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- fadeInLeft -----*/
.btnflash {
  -webkit-animation: move-btnflash 0.5s ease 1 alternate;
  animation: move-btnflash 0.5s ease 1 alternate;
}

@-webkit-keyframes move-btnflash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes move-btnflash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

/*----- line show-----*/
.js-lineshow {
  position: relative;
  word-break: keep-all;
}

.lineshow:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d83b35));
  background: linear-gradient(transparent 60%, #d83b35 60%);
  -webkit-animation: move-lineshow 0.7s ease 1 forwards;
  animation: move-lineshow 0.7s ease 1 forwards;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  z-index: -1;
}

@-webkit-keyframes move-lineshow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes move-lineshow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*----- line show-----*/
.js-shine {
  position: relative;
}

.shine:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(90%, transparent));
  background: linear-gradient(transparent 10%, rgba(255, 255, 255, 0.4) 50%, transparent 90%);
  -webkit-animation: move-shine 3s ease 1 forwards;
  animation: move-shine 3s ease 1 forwards;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  z-index: 1;
}

@-webkit-keyframes move-shine {
  0% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
    transform: translate(-150%, -150%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(150%, 150%) rotate(-45deg);
    transform: translate(150%, 150%) rotate(-45deg);
  }
}

@keyframes move-shine {
  0% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
    transform: translate(-150%, -150%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(150%, 150%) rotate(-45deg);
    transform: translate(150%, 150%) rotate(-45deg);
  }
}
