@charset "utf-8";

/* common
----------------------------------------------------------*/
#contents {
  padding-top: 65px;
  padding-bottom: 90px;
}

/* pagetitle ------- */
.page-head {
  text-align: center;
  background: url(../img/common/bg-yel.jpg) no-repeat center / cover;
}
.page-ttl {
  padding-top: 2.2em;
  padding-bottom: 1.8em;
  font-size: 1.7143rem;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.5;
}
.page-ttl .en {
  display: block;
  font-size: .75em;
  color: #fff;
}

/* title -------  */
/* secttl */
.secttl {
  margin-bottom: .9em;
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.478;
}
.secttl span {
  display: block;
  margin-bottom: .2em;
  font-size: .640em;
}


/* subttl */
.subttl {
  margin-bottom: 1.2em;
  text-align: center;
  font-size: 1.4286rem;
  line-height: 1.4;
}
.subttl .wrap {
  position: relative;
  display: inline-block;
  min-width: 12.8em;
  padding: .325em 1.5em .525em;
}
.subttl .wrap:before, .subttl .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13px;
  background: url(../img/common/deco-brackets-yel.svg) no-repeat center / auto 100%;
  -webkit-transition:all .3s ease-out; transition:all .3s ease-out;
}
.subttl .wrap:before {
  left: 0;
}
.subttl .wrap:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.subttl .wrap > span:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 7.4em;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(to right, #e1b109, #e1b109 .108rem, transparent .108rem, transparent 5px);
  background-size: 7px 2px;
}

/* subttl2 */
.subttl2 {
  position: relative;
  margin-bottom: .8em;
  padding-bottom: .4em;
  text-align: center;
  font-size: 1.2857rem;
  line-height: 1.4;
}
.subttl2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7.4em;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(to right, #e1b109, #e1b109 .108rem, transparent .108rem, transparent 5px);
  background-size: 7px 2px;
}

/* subttl3 */
.subttl3 {
  margin: 1.8em 0 .5em;
  font-size: 1.1429rem;
  line-height: 1.4;
}

/* lead-ttl */
.lead-ttl {
  margin-bottom: 1.7em;
  text-align: center;
  font-size: 1.2857rem;
  line-height: 1.556;
}

/* tbl ------- */
.dl-tbl {
  margin-bottom: 1em;
  font-size: 1.1429rem;
  line-height: 1.5;
  border: 2px solid #e1b109;
  background: #fff;
}
.dl-tbl .row > * {
  padding: .6em .5em;
}
.dl-tbl .row dt {
  width: 200px;
  padding-left: 3.75em;
  color: #fff;
  background: #e1b109;
}
.dl-tbl .row dd {
  padding-left: 3.5em;
  -webkit-box-flex: 1;
  flex: 1;
}

@media screen and (min-width: 600px) {
  .dl-tbl:not(.form-tbl) .row:first-child > * {
    padding-top: 1.6em;
  }
  .dl-tbl:not(.form-tbl) .row:last-child > * {
    padding-bottom: 1.6em;
  }
}

/* box ------- */
.ct-box {
  margin-bottom: 60px;
}

/* effect ------- */
[class*="effect-"],
[class*="effect-cover"]:before  {
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out;
}

/* fadeIn */
.effect-fadeIn {
  opacity: 0;
}
.effect-fadeIn.on-effect {
  opacity: 1;
}

/* fadeInUp */
.effect-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.effect-fadeInUp.on-effect {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* text */
.effect-text {
  opacity: 0;
}
.effect-text.on-effect {
  opacity: 1;
}
.effect-text > span,
.top-hero .copy-main > span > span {
  opacity: 0;
  display: inline-block;
  transition-duration: 1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  -webkit-transform: translate3d(0,.3em,0);
  transform: translate3d(0,.3em,0);
}
.effect-text.on-effect > span,
.top-hero .copy-main > span.on-effect > span {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/* top
----------------------------------------------------------*/
.top-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height:770px;
}
.top-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5%;
  background: url(../img/common/bg-top.png) no-repeat center bottom / 100%;
}
.top-hero-btn {
  width: 100%;
  max-width: 245px;
  margin: 0 auto;
}
.top-hero-btn a {
  position: relative;
  display: block;
  padding: 1.1em 4em;
  color: #fff;
  font-size: .75rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 2.75em;
  background: rgba(255, 255, 255, .28);
}
.top-hero-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  width: 1.333em;
  height: 1.333em;
  margin: auto 0;
  background: url(../img/common/icon-arrow-wht.svg) no-repeat center / 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.top-hero-btn a:hover:after {
  right: 1.4em;
}
.top-hero-btn a em {
   display: block;
   margin-bottom: .2em;
   font-size: 1.5em;
   font-style: normal;
 }
 .top-hero-btn span {
   text-decoration: underline;
 }

/* news */
.top-news {
  padding-top: 30px;
  padding-bottom: 80px;
}
.top-news .news-box {
  font-size: 14px;
  text-align: center;
}

/* concept */
.contept-ttl {
  width: 50%;
  order: 2;
}
.contept-desc {
  width: 50%;
  padding-right: 20px;
  padding-top: 30px;
  text-align: center;
}
.contept-desc .desc1 {
  margin: 0 0 .5em;
  line-height: 1.24;
  font-size: 2.3125rem;
}
.contept-desc .desc1 span {
  display: block;
  font-size: 1.622em;
}
.contept-desc .desc2 {
  margin: 0 0 1.2em;
  font-size: 1.75rem;
  line-height: 1.1;
}
.contept-desc .desc2 em {
  font-size: 1.143em;
  line-height: 1;
  font-style: normal;
}
.contept-desc .desc2 .equal {
  display: block;
  margin-top: 3px;
  transform: rotate(90deg);
  font-size: 1.071em;
}

/* intro */
.top-intro {
  padding-top: 56px;
}
.top-intro .secttl {
  margin-bottom: 0;
}
.top-intro .secttl span {
  margin-bottom: .8em;
}

.top-intro-item {
  position: relative;
  padding: 60px 0 0;
}
.top-intro-item .ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 2.728rem;
  letter-spacing: .075em;
  line-height: 1;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.top-intro-item .ttl span {
  font-size: 1.375em;
}
.top-intro-item .con {
  position: relative;
  padding: 98px 0 36px;
}
.top-intro-item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.top-intro-item .txt {
  width: 50%;
  margin-top: 0;
  font-size: .9375rem;
}
.top-intro-item:nth-of-type(odd) .ttl {
  right: 65px;
  left: auto;
}
.top-intro-item:nth-of-type(odd) .img {
  right: 0;
  left: auto;
}
.top-intro-item:nth-of-type(odd) .txt {
  text-align: right;
}
.top-intro-item:nth-of-type(even) .txt {
  margin-left: auto;
}

.top-intro-item.item1 .txt {
  width: 46%;
}

.top-intro-item.item2 {
  padding-top: 90px;
}
.top-intro-item.item2 .ttl {
  font-size: 2.6181rem;
  line-height: 1.2;
}
.top-intro-item.item2 .con {
  padding-bottom: 0;
}
.top-intro-item.item2 .img {
  margin-left: 14px;
}

.top-intro-item.item3 {
  padding-top: 68px;
}
.top-intro-item.item3 .ttl {
  right: 20px;
}
.top-intro-item.item3 .con {
  padding-top: 140px;
  padding-bottom: 0;
}
.top-intro-item.item3 .img {
  width: 45%;
}

.top-intro-item.item4 {
  padding-top: 80px;
}
.top-intro-item.item4 .con {
  padding-top: 130px;
  padding-bottom: 160px;
}
.top-intro-item.item4 .ttl {
  left: 5px;
  font-size: 2.75rem;
  line-height: 1.2;
}
.top-intro-item.item4 .ttl span {
  margin-top: 1.579em;
  display: block;
  font-size: .864em;
}
.top-intro-item.item4 .img {
  width: 52%;
  text-align: right;
}
.top-intro-item.item4 .txt {
  width: 43%;
}

/* shop */
.top-shop {
  padding-top: 30px;
}
.shop-list {
  max-width: 970px;
  margin: 0 auto;
}
.shop-list li {
  width:31.44%;
  margin-bottom: 40px;
  margin-right: 2.84%;
  text-align: center;
}
.shop-list li:nth-child(3n),
.shop-list li:last-child {
  margin-right: 0;
}
.shop-list li a {
  color: #fff;
  text-decoration: none;
}
.shop-list li > a {
  display: block;
}
.shop-list li > a:hover {
  opacity: .7;
}
.shop-list .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3.8em;
  margin-bottom: .3em;
  font-size: 1.875rem;
  line-height: 1.2;
  border: 1px solid #fff;
  border-radius: 1.667em;
}
.shop-list .name span {
  display: block;
  margin-top: .625em;
  font-size: .533em;
}
.shop-list .name .sub {
  margin-top: 0;
  padding-bottom: .25em;
}
.shop-list .tel {
  position: relative;
  margin: 0;
  font-size: 1.5625rem;
}
.shop-list .tel:before {
  content: "";
  display: inline-block;
  margin-right: .4em;
  vertical-align: -.06em;
  width: .88em;
  height: .88em;
  background: url(../img/common/icon-tel-wht.svg) no-repeat center / 100%;
}
.shop-list .holiday {
  margin: 0;
  line-height: 1.5;
  font-size: 1.125rem;
}

/* contact
----------------------------------------------------------*/
.contact-tel {
  margin-bottom: 60px;
  text-align: center;
}
.contact-tel .g-tel-num {
  font-size: 1.375em;
}

.form-ttl {
  margin-bottom: 1.5em;
}
.form-policy {
  margin-top: 1.4em;
  text-align: center;
}


/* complete */
#contents.complete-box {
  padding-top: 45px;
}
.complete-ttl {
  font-size: 1.4286rem;
  font-weight: bold;
  text-align: center;
}
.complete-msg {
  text-align: center;
  line-height: 1.8;
}
.complete-btn {
  margin-top: 3em;
  text-align: center;
}

/* form  */
.form-tbl {
  margin: 45px 0 38px;
}
.form-tbl .row dt {
  width: 280px;
  padding-left: 2.2em;
}
.form-tbl .row dd {
  padding-left: 2em;
  padding-right: 2em;
}
.required {
  margin-left: 1rem;
  color: #e02c22;
  font-size: 12px;
  vertical-align: 1px;
}
.form-note {
  margin: 4px 0;
  font-size: 12px;
}
.submit-box div + div {
  margin-top: 1.2857rem;
}
.submit-btn {
  font-size: 1.1429rem;
}
.submit-btn.type-back {
  margin-right: 3em;
  padding-right: 2.8em;
  padding-left: 3.5em;
}
.submit-btn.type-back .ja:after {
  right: auto;
  left: 1.2em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.form-tbl.type-confirm .row > * {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .form-tbl .row:first-child > * {
    padding-top: 2em;
  }
  .form-tbl .row:last-child > * {
    padding-bottom: 2em;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
.select-custom select,
textarea {
  margin: 4px 0;
  padding: 0.345em 1em;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  border: 1px solid #cccfd0;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 3px;
  background: #fff;
}
textarea {
  display: block;
}

input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
  font-weight: bold;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
.select-custom select:focus,
textarea:focus {
  border-color: #e1b109;
  outline: none;
}

.select-custom {
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
.select-custom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: #818181 transparent transparent transparent;
  pointer-events: none;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.8em;
  background: #fff;
}
.select-custom select::-ms-expand {
  display: none;
}

.size-t {
  width: 15%;
}
.size-s {
  width: 30%;
}
.size-m {
  width: 70%;
}
.size-l {
  width: 100%;
}
.size-zip {
  width: 8em;
}

/* policy */
.policy-lead {
  margin-bottom: 2.8em;
}
.policy-address {
  margin-top: 2.5em;
}
.policy-btn {
  margin-top: 50px;
  text-align: center;
}


/* レスポンシブ
----------------------------------------------------------*/
/* 960px 以上 (PC・タブレット横) */
@media screen and (min-width: 960px) {

}

/* 959px 以下 (タブレット縦以下) */
@media screen and (max-width: 959px) {

  /* common
  ----------------------------------------------------------*/
  .top-intro,
  #contents {
    background-size: 200%;
  }

  /* dl */
  .dl-tbl .row dt {
    padding-left: 3em;
  }
  .dl-tbl .row dd {
    padding-left: 2em;
  }

  /* tbl */
  .ct-tbl tr > * {
    padding-left: .8em;
    padding-right: .8em;
  }

  /* list */
  .column-list .ttl {
    font-size: 1.25rem;
  }

  /* top
  ----------------------------------------------------------*/
  .top-hero {
    height: 600px;
    min-height: 0;
  }
  .top-hero::after {
    background-size: 150%;
  }
  .top-hero-logo {
    width: 50%;
    max-width: 320px;
  }

  .top-news {
    padding-bottom: 40px;
  }

  .contept-ttl {
    margin: 40px auto 0;
  }
  .contept-desc {
    width: 100%;
    padding-right: 0;
  }

  .top-intro {
    padding-top: 80px;
  }
  .top-intro-item .con {
    padding: 11% 0 8%;
  }
  .top-intro-item .txt {
    width: 45%;
  }
  .top-intro-item:nth-of-type(odd) .ttl {
    right: 0;
  }
  .top-intro-item.item3 .con {
    padding-top: 12%;
    padding-bottom: 4%;
  }
  .top-intro-item.item4 .con {
    padding-top: 10%;
    padding-bottom: 12%;
  }
  .top-intro-item.item4 .ttl {
    left: 0;
  }
  .top-intro-item.item4 .img {
    width: 50%;
  }
  .top-intro-item.item4 .txt {
    width: 46%;
  }

  .shop-list li {
    width: 48%;
    margin-right: 4%;
  }
  .shop-list li:nth-child(2n) {
    margin-right: 0;
  }

  /* contact
  ----------------------------------------------------------*/
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  .select-custom select,
  textarea {
    font-size: 16px;
  }

  .form-tbl .row dt {
    width: 100%;
    margin-right: 0;
    padding: 1em 1em 1em 1.5em;
  }
  .form-tbl .row dd {
    padding: 1em 1.5em;
  }


}

/* 599px 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  /* common
  ----------------------------------------------------------*/
  #contents {
    padding-top: 40px;
  }

  /* title */
  .page-ttl {
    padding-top: 1.7em;
    padding-bottom: 1.5em;
    font-size: 1.6rem;
  }
  .secttl {
    font-size: 1.6rem;
  }

   /* tbl */
  .dl-tbl:not(.form-tbl) .row dt {
    width: 100%;
    padding-left: 1em;
  }
  .dl-tbl:not(.form-tbl) .row dd {
    padding: 1em .5em 1em 1em;
  }

  /* top
  ----------------------------------------------------------*/
  .top-hero {
    height: 380px;
  }

  .contept-ttl {
    width: 80%;
  }

  .top-intro .secttl {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
  }
  .top-intro-item {
    padding-top: 45px;
    margin-bottom: 30px;
  }
  .top-intro-item.item2 {
    padding-top: 75px;
  }
  .top-intro-item.item3 {
    padding-top: 45px;
  }
  .top-intro-item.item4 {
    padding-top: 40px;
  }
  .top-intro-item .con,
  .top-intro-item.item3 .con,
  .top-intro-item.item4 .con {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-intro-item .img {
    position: static;
    width: 90% !important;
    margin: 0 auto 20px;
  }
  .top-intro-item .txt {
    width: 100% !important;
    font-size: 1rem;
  }
  .top-intro-item .txt,
  .top-intro-item:nth-of-type(odd) .txt {
    text-align: center;
  }

  .shop-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }



  /* contact
  ----------------------------------------------------------*/
  .form-tbl {
    margin: 30px 0 25px;
  }

  .submit-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .submit-btn {
    min-width: 200px;
  }
  .submit-btn.type-back {
    margin-right: 13px;
    margin-bottom: 1em;
  }

  .size-t {
    width: 50%;
  }
  .size-s {
    width: 100%;
  }
  .size-m {
    width: 100%;
  }

}

/* 350px 以下 (スマホ)  */
@media screen and (max-width: 350px) {


}
