@charset "UTF-8";

/* --------------------------------
初期設定
---------------------------------*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  color: #262626;
  font-family: Sawarabi Mincho;
  height: 100%;
  width: 100%;
  word-break: break-all;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.container {
  max-width: 980px;
}

.area,
.modal-dialog {
  max-width: 680px;
  margin: auto;
}

.cover {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.contain {
  background-position: center;
  background-size: contain;
  width: 100%;
}

.fontxll {
  font-size: 24px;
}

.fontxl {
  font-size: 22px;
}

.fontll {
  font-size: 20px;
}

.fontl {
  font-size: 18px;
}

.fontm {
  font-size: 16px;
}

.fonts {
  font-size: 14px;
}

.fontss {
  font-size: 12px;
}

.sp {
  display: none;
}

/* --------------------------------
Scroll Effect
---------------------------------*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 0.5s ease 0s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

section{
  padding: 80px 0;
}
header img.logo {
  display: block;
  margin: auto;
  width: 70px;
}
header {
  background-color: #fff;
  height: 70px;
  line-height:70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header nav ul li {
  display: block;
  text-align: center;
  width: 12.5%;
}
header nav ul li a {
  color: #494949;
  font-family: Sawarabi Mincho;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.fv-title{
  font-family: Sawarabi Mincho;
  font-size: 30px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  margin-top:60px;
  position: relative;
}
.seru-text1 {
  color: #494949;
  font-family: Sawarabi Mincho;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin:20px 0;
}
#fv {
  margin-top:170px;
  padding: 0;
}
#reason {
  background-color: #F8F2F2;
  position: relative;
}
#reason:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #F8F2F2;
  z-index: -2;
}
#reason:after {
  content: '';
  position: absolute;
  top: -160px;
  right: calc(50% - 50vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 160px 100vw;
  border-color: transparent transparent #F8F2F2 transparent;
  z-index: -1;
}

.title {
  font-family: Sawarabi Mincho;
  font-size: 30px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #494949;
  position: relative;
  margin-bottom:40px;
}
.en-title{
  font-family: Satisfy;
  font-size: 120px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #B5AC8A33;
  transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  position: absolute;
  top:0;
}

#fv .en-title{
  position: absolute;
  bottom: 20px;
  right: 0;
  top: auto;
}

#reason .en-title {
  left: 35%;
}
.en-title2 {
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}

.card-num{
  color: #887654;
  font-family: Srisakdi;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0em;
}
.card-title{
  font-family: Sawarabi Mincho;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #AD9870;
  padding: 0 10px;
  margin-bottom:0;
}
#review .card-img{
  width: 250px;
  height: 250px;
  background-position: center;
  background-size: cover;
  margin:auto;
}
#review .card-img2 {
  height: 350px;
}
#review .col-md-6 {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  margin: 0.5%;
}

#menu{
  position: relative;
  padding: 160px 0 200px;
}
#menu::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 160px 100vw 0 0;
  border-color: #F8F2F2 transparent transparent transparent;
  z-index: -1;
}
.menu-list{
  position: relative;
}
.menu-list:after {
  content: "";
  background-color: #E0D7B633;
  transform: rotate(30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(15deg);
  display: block;
  width: 120%;
  position: absolute;
  height: 600px;
  top: 100px;
  left: -10%;
  z-index: -2;
}
.menu-content{
  position: relative;
  top: 80px;
}
.menu-title{
  border-bottom: 1px solid #AD9870;
  color: #AD9870;
  font-family: Sawarabi Mincho;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 40px;
}
.menu-name{
  margin-bottom:10px;
  font-family: Sawarabi Mincho;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  color: #242424;
}
#menu .en-title{
  right: 0;
}

#flow {

}
.flow-num{
  background-color: #F9F7F0;
  border:1px solid #AD9870;
  color: #887654;
  line-height: 99px;
  height: 99px;
  text-align: center;
  border-radius: 50%;
  width: 99px;
  font-family: Sawarabi Mincho;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 0 auto;
}
.flow-list {
  border: 1px solid #AD9870;
  padding: 30px 40px;
}
.flow-list_img {
  background-size: cover;
  background-position: center;
  border-radius: 180px;
  padding-bottom: 180px;
  width: 180px;
}
.flow-list_img:before {
  background-color: #B5AC8A33;
  content: "";
  display: block;
  height: 200px;
  width: 215px;
  position: absolute;
  left: 0;
  top: -10px;
  border-radius: 40px;
  z-index: -1;
}
.flow-list_title{
  font-family: Sawarabi Mincho;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #AD9870;
  padding: 10px 0;
}
.flow-list_text {
  font-family: Sawarabi Mincho;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top:20px;
}
.flow-border{
  position: relative;
}
.flow-border {
  height: 115%;
  background-size: contain;
}
.flow-border3 {
  height: 100%;
  background-position: top;
  width: 150px;
  position: relative;
  left: 19%;
}
#flow .en-title{
  left: 25%;
  top: 20%;
}

#review,
#gallery{
  background-color: #E0D7B633;
}
#review .en-title,
#gallery .en-title{
  right: 0;
  color: #D9D9D98F;
  top: 30%;
}

.card-text{
  font-family: Sawarabi Mincho;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
}
.card-name {
  font-family: Sawarabi Mincho;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top:10px;
}

.seru-title {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  float: right;
  letter-spacing: 0.15rem;
}
.seru-text2 {
  font-family: Sawarabi Mincho!important;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 25%;
  bottom: 0;
  letter-spacing: 0.55rem;
  line-height: 50px;
}
.seru-tate{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.seru-right {
  max-width: 320px;
}
.seru-name {
  position: absolute;
  bottom: 0;
  left: 0;
}
#acess .en-title{
  left: 20%;
  top: 10%;
}
.acess-content {
  margin-top:10px;
}
.btn a {
  color: #887654;
  border: 1px solid #887654;
  display: block;
  padding: 10px 50px;
  font-family: Sawarabi Mincho;
  font-size: 16px;
  text-align: center;
  margin:20px 0;
}
.btn2 a {
  background-color: #887654;
  color: #fff;
  padding:0;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
}
.btn-tw a {
  border: 1px solid #03A9F4;
  background: #03A9F4;
  color: #fff;
}
.btn-line a {
  border: 1px solid #06c755;
  background: #06c755;
  color: #fff;
}

.faq_q {
  border-bottom: 1px solid #D0D0D0;
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
}
.faq_q span {
  font-family: Moon Dance;
  font-size: 32px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color:  #81E2D7B2;
  margin-right: 20px;
}
.faq_a {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

footer{
  background-color: #F6F6F6C2;
  padding: 40px 0px 0px;
}
.footer-title {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.footer-text a {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}
.footer-text a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #9B9797;
  vertical-align: middle;
  margin-right: 10px;
}
.flow-border{
 width: 150px;
 left: 0;
 background-position: top;
 background-size: contain;
 position: relative;
 margin:auto;

}
.flow-border:after {
  content: "";
  background-image:url("../images/border.png");

  width: 200px;
  height: 2px;
  position: absolute;
  bottom: 35%;
  -webkit-transform: rotate(90deg);
  left: -40%;
  z-index: -1;

}
.flow-border3:after  {
 display: none;
}

header .drawer_button {
  cursor: pointer;
  height: 50px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 55px;
}

header .drawer_button span {
  background-color: #262626;
  border-radius: 10px;
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header .drawer_button span.bar1 {
  top: 23px;
  width: 25px;
}

header .drawer_button span.bar2 {
  top: 32px;
  width: 15px;
  opacity: 1;
}

header .drawer_button span.bar3 {
  top: 41px;
  width: 25px;
}

.drawer_button{
  display: none;
}
.urikire{
  position: relative;
}
.urikire-text{
  color: red;
  font-weight: bold;
  position: absolute;
  top: 35%;
  font-size: 80px;
  z-index: 1;
  text-align: center;
  left: 0;
  right: 0;
}
.urikire:after{
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5;
}
.price {
  color: #fd4a5b;
  font-size: 16px;
  font-weight: bold;
}
.label-newbie {
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  background: #ff8490;
  padding: 0 4px;
  border-radius: 2px;
  border: solid 1px;
  border-color: #ff8490;
  margin-right: 8px;
}
.price .price-text {
  color: #888;
  font-size: 11px;
  font-weight: normal;
  margin-right: 4px;
}
.price s{
  color: #262626;
  font-size: 14px;
}
.container.menu-content{
  padding:0;
}

@media screen and (max-width: 767px) {
  .drawer_button{
    display: block;
  }
  .fontxll {
    font-size: 22px;
  }
  .fontxl {
    font-size: 20px;
  }
  .fontll {
    font-size: 18px;
  }
  .fontl {
    font-size: 16px;
  }
  .fontm {
    font-size: 14px;
  }
  .fonts {
    font-size: 12px;
  }
  .fontss {
    font-size: 11px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .area {
    padding: 0 10px;
  }
  header{
    height: 50px;
    line-height:50px;
  }
  header img.logo {
    width: 100px;
  }
  header nav {
    display: none;
  }
  #fv{
    margin-top: 50px;
  }
  .fv-title{
    font-size: 20px;
    line-height:40px;
    padding:0 15px;
  }
  .en-title,
  #fv .en-title,
  #reason .en-title {
    font-size: 80px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    margin-bottom: 40px;
    right: 0;
    top: 0;
  }
  #reason .en-title {
    padding-top: 20px;
  }
  section{
    padding:40px 15px;
  }
  .title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  #menu {
    overflow: hidden;
    padding: 40px 0;
  }
  .menu-list:after{
    top: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .menu-title{
    font-size: 20px;
  }
  .menu-name{
    font-size: 16px;
  }
  .card-num{
    font-size: 30px;
  }
  .seru-text1,
  .card-title {
    font-size: 16px;
  }
  #menu::before{
    display: none;
  }
  .menu-content{
    top: 0;
  }
  .flow-num{
    width: 50px;
    line-height: 50px;
    height: 50px;
  }
  .flow-list{
    padding: 10px 10px;
  }
  .flow-list_img:before{
    left: 0;
    top: -5px;
    width: 85px;
    height: 85px;
    right: 0;
    margin: auto;
  }
  .flow-list_img{
    border-radius: 75px;
    padding-bottom: 75px;
    margin: auto;
    width: 75px;
  }
  .flow-list_title{
    font-size: 16px;
    text-align: center;
  }
  .flow-list_text{
    font-size: 12px;
    margin-top: 10px;
  }
  .flow-border{
    width: 85px;
  }
  .flow-border:after {
    width: 300px;
    left: -127px;
    bottom: 45%;
  }
  .faq_q span{
    font-size: 28px;
    margin-right: 10px;
  }
  .faq_q{
    font-size: 16px;
  }
  .faq_a {
    font-size: 14px;
  }
  #review .card{
    margin-bottom:20px;
  }
  .card-name{
    font-size: 20px;
  }
  header nav ul li {
    border-bottom: 1px solid #999;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    width: 100%;
  }
  header .active span.bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 31px;
  }

  header .active span.bar2 {
    opacity: 0;
  }

  header .active span.bar3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 31px;
  }
  #review .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0%;
  }
  .seru-right {

    margin-top: 40px;
  }
  .menu-list .card.mb-3{
  margin: 0!important;
}
.area,
#review .container{
  padding:0;
}
}
