@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@300;400;600;700&family=Roboto:wght@400;500&display=swap");
@keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}
/* ----------------------------------------------------------------------- 
	settings
----------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  color: #56411C;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}

a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 801px) {
  a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -ms-filter: "alpha(opacity=$opacity)";
  }
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

div ul p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*-------------------------------------------------------------------
  common setting
-------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 800px) {
  .spOnly {
    display: block;
  }
}

.contentIn, .footerIn {
  margin: 0 auto;
  width: 1280px;
}
.contentIn:after, .footerIn:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .contentIn, .footerIn {
    width: 100%;
    padding: 0 5%;
  }
}

.imgWapper01 {
  text-align: center;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: all 1s;
}

.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*-------------------------------------------------------------------
  top
-------------------------------------------------------------------*/
.wrapper {
  position: relative;
}

#mainVisualSec {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #FFFFFF;
  background-color: #FBF6F0;
}
#mainVisualSec header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
#mainVisualSec header .headerIn {
  height: 142px;
  margin: 0 auto;
  padding: 40px 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #mainVisualSec header .headerIn {
    width: 100%;
    padding: 20px 20px 0;
  }
}
#mainVisualSec header .headerIn .hLogo img {
  width: 50px;
}
#mainVisualSec header .headerIn ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#mainVisualSec header .headerIn ul li {
  margin: 0 10px;
}
#mainVisualSec header .headerIn ul li img {
  height: 28px;
}
#mainVisualSec .mainVisualIn {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}
#mainVisualSec .mainVisualIn video {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#mainVisualSec .mainVisualIn #mainSlider {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#mainVisualSec .mainVisualIn #mainSlider li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mainVisualSec .mainVisualIn #mainSlider li.slider01 {
  background-image: url(../images/bg_slide_01.jpg);
}
#mainVisualSec .mainVisualIn #mainSlider li.slider02 {
  background-image: url(../images/bg_slide_02.jpg);
}
#mainVisualSec .mainVisualIn #mainSlider li.slider03 {
  background-image: url(../images/bg_slide_03.jpg);
}
#mainVisualSec .mainVisualIn #mainSlider li.slider04 {
  background-image: url(../images/bg_slide_04.jpg);
}
#mainVisualSec .mainVisualIn #mainSlider li.slider05 {
  background-image: url(../images/bg_slide_05.jpg);
}

.overWapper {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#logoSec {
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#logoSec .contentIn {
  position: relative;
  text-align: center;
}
#logoSec .contentIn .logoTaiwanCastella {
  width: 400px;
  height: 421px;
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #logoSec .contentIn .logoTaiwanCastella {
    width: 250px;
    height: 264px;
  }
}
#logoSec .contentIn .logoTaiwanCastella img {
  animation: 5s fadeIn forwards;
}

#scrollSec {
  height: 100vh;
  background: -moz-linear-gradient(top, rgba(211, 164, 104, 0) 0%, #d3a468 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(211, 164, 104, 0) 0%, #d3a468 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(211, 164, 104, 0) 0%, #d3a468 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3a468', endColorstr='#d3a468',GradientType=0 );
  /* IE6-9 */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#scrollSec .contentIn {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  padding-top: 130px;
}
#scrollSec .contentIn .mainTxt01 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  #scrollSec .contentIn .mainTxt01 {
    font-size: 20px;
  }
}
#scrollSec .contentIn .mainTxt02 {
  margin-top: 50px;
  font-size: 17px;
}
@media screen and (max-width: 800px) {
  #scrollSec .contentIn .mainTxt02 {
    font-size: 15px;
    letter-spacing: 0;
  }
}

#btnSec {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  #btnSec {
    width: 100px;
  }
}

#aboutSec {
  background-color: #FBF6F0;
  padding-bottom: 200px;
}
@media screen and (max-width: 800px) {
  #aboutSec {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec .contentIn {
    padding: 0;
  }
}
#aboutSec .flexWapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#aboutSec .flexWapper.rvs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
@media screen and (max-width: 800px) {
  #aboutSec .flexWapper.rvs {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec .infoText {
    padding: 0 5%;
  }
}
#aboutSec .infoText .aboutIndex {
  margin-top: -40px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 38px;
}
@media screen and (max-width: 800px) {
  #aboutSec .infoText .aboutIndex {
    margin-top: -25px;
    font-size: 30px;
  }
}
#aboutSec .infoText .aboutTtl {
  margin-top: 24px;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  #aboutSec .infoText .aboutTtl {
    margin-top: 12px;
    font-size: 20px;
  }
}
#aboutSec .infoText .aboutTxt {
  margin-top: 23px;
  font-size: 17px;
  line-height: 2em;
}
@media screen and (max-width: 800px) {
  #aboutSec .infoText .aboutTxt {
    font-size: 15px;
    line-height: 1.6em;
  }
}
#aboutSec .imgWrap {
  background-color: #E0BF98;
}
#aboutSec #about01 {
  padding-top: 140px;
  background-image: url(../images/bg_about_01.png);
  background-repeat: no-repeat;
  background-position: top 400px right 0;
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 {
    background-image: url(../images/bg_about_01_sp.png);
    padding: 100px 0 30px;
    background-position: top 100% left 0;
  }
}
#aboutSec #about01 .imgWapper01 {
  width: 976px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .imgWapper01 {
    width: 320px;
  }
}
#aboutSec #about01 .flexWapper {
  margin-top: -45px;
  padding: 0 66px 0 68px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .flexWapper {
    margin-top: -20px;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .flexWapper .ttlWrapper {
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .flexWapper .ttlWrapper #ttlAbout01 {
    width: 80%;
    margin-left: -3%;
  }
}
#aboutSec #about01 .flexWapper .aboutIndex, #aboutSec #about01 .flexWapper .aboutTtl, #aboutSec #about01 .flexWapper .aboutTxt {
  margin-left: 28px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .flexWapper .aboutIndex, #aboutSec #about01 .flexWapper .aboutTtl, #aboutSec #about01 .flexWapper .aboutTxt {
    margin-left: 0;
  }
}
#aboutSec #about01 .flexWapper .imgBlock02 {
  margin-top: 88px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .flexWapper .imgBlock02 {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .flexWapper .imgBlock02 #about01Image01sp {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about01 .flexWapper .imgBlock02 #about01Image02 {
    width: 55%;
    margin: 30px 0 0 auto;
  }
}
#aboutSec #about02 {
  padding-top: 140px;
  background-image: url(../images/bg_about_02.png);
  background-repeat: no-repeat;
  background-position: top 390px left 95px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about02 {
    background-image: url(../images/bg_about_02_sp.png);
    background-position: top 91% right 0;
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about02 .flexWapper .ttlWrapper {
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about02 .flexWapper .ttlWrapper #ttlAbout02 {
    width: 70%;
    margin-right: -3%;
  }
}
#aboutSec #about02 .flexWapper .infoText {
  width: 520px;
  margin-top: 20px;
  margin-left: 45px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about02 .flexWapper .infoText {
    width: 100%;
    margin-left: 0;
  }
}
#aboutSec #about02 .flexWapper .infoText img {
  margin-left: 10px;
}
#aboutSec #about02 .flexWapper .imgBlock02 #about02Image01 {
  width: 437px;
  height: 581px;
  margin-left: 75px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about02 .flexWapper .imgBlock02 #about02Image01 {
    width: 80%;
    height: auto;
    margin: 30px auto 0 0;
  }
}
#aboutSec #about02 .flexWapper .imgBlock02 #about02Image02 {
  width: 266px;
  height: 192px;
  margin-top: 40px;
  margin-left: 426px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about02 .flexWapper .imgBlock02 #about02Image02 {
    width: 40%;
    height: auto;
    margin: 20px 5% 0 auto;
  }
}
#aboutSec #about03 {
  padding: 224px 0 30px;
  background-image: url(../images/bg_about_03.png);
  background-repeat: no-repeat;
  background-position: top 333px right 90px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about03 {
    padding: 100px 0 40px;
    background-image: url(../images/bg_about_03_sp.png);
    background-position: top 103% right 27%;
  }
}
#aboutSec #about03 .flexWapper {
  padding-left: 95px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about03 .flexWapper {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about03 .flexWapper .ttlWrapper {
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about03 .flexWapper .ttlWrapper #ttlAbout03 {
    width: 70%;
    margin-left: -3%;
  }
}
#aboutSec #about03 .infoText {
  margin-top: 20px;
}
#aboutSec #about03 .infoText img {
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about03 .infoText img {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about03 .imgBlock02 {
    width: 77%;
    margin: 40px 0 0 auto;
  }
}
#aboutSec #about04 {
  padding-top: 175px;
  background-image: url(../images/bg_about_04.png);
  background-repeat: no-repeat;
  background-position: top 345px left 40px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 {
    padding: 100px 0 40px;
    background-image: url(../images/bg_about_04_sp.png);
    background-position: bottom 0 right 0;
  }
}
#aboutSec #about04 .flexWapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  flex-flow: wrap-reverse;
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .flexWapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .flexWapper .ttlWrapper {
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .flexWapper .ttlWrapper #ttlAbout04 {
    width: 70%;
    margin-right: -3%;
  }
}
#aboutSec #about04 .imgBlock02 {
  width: 1181px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .imgBlock02 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .imgBlock02 #about04Image01 {
    width: 90%;
    margin: 30px auto 0 10%;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .imgBlock02 #about04Image02 {
    width: 65%;
    margin: 30px 35% 0 auto;
  }
}
#aboutSec #about04 .infoText {
  margin-top: -25px;
  padding-left: 640px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .infoText {
    padding: 0 5%;
  }
}
#aboutSec #about04 .infoText img {
  margin-left: 67px;
}
@media screen and (max-width: 800px) {
  #aboutSec #about04 .infoText img {
    margin-left: 0;
  }
}
#aboutSec #about04 .infoText .aboutIndex {
  margin-top: -36px;
}

#takeoutSalonSec {
  padding-bottom: 180px;
  background-color: #CCA375;
  color: #FBF6F0;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec {
    padding-bottom: 90px;
  }
}
#takeoutSalonSec .bgGradation {
  background: #FBF6F0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FBF6F0 0%, #CCA375 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FBF6F0 0%, #CCA375 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FBF6F0 0%, #CCA375 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$bg', endColorstr='$beg',GradientType=0 );
  /* IE6-9 */
}
#takeoutSalonSec .flexWapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  text-align: center;
}
#takeoutSalonSec .flexWapper.rvs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .flexWapper.rvs {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
  }
}
#takeoutSalonSec .flexWapper .infoText {
  width: 406px;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  margin-bottom: 2px;
  position: relative;
}
#takeoutSalonSec .flexWapper .infoText:before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: solid 1px;
  position: absolute;
  left: 0px;
  top: 4px;
}
#takeoutSalonSec .flexWapper .infoText:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: solid 1px;
  position: absolute;
  left: 0px;
  bottom: -6px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .flexWapper .infoText {
    width: 90%;
    margin: auto;
  }
}
#takeoutSalonSec .nameTxt {
  font-size: 35px;
  line-height: 1.1em;
  margin-top: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .nameTxt {
    font-size: 23px;
  }
}
#takeoutSalonSec .nameTxt span {
  display: block;
  font-size: 21px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .nameTxt span {
    font-size: 20px;
  }
}
#takeoutSalonSec .nameSubTxt {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .nameSubTxt {
    margin-top: 20px;
    font-size: 14px;
  }
}
#takeoutSalonSec .priceList {
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .priceList {
    margin-top: 20px;
  }
}
#takeoutSalonSec .priceWrap {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#takeoutSalonSec .priceWrap span {
  display: block;
}
#takeoutSalonSec .priceWrap span.typeTxt {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .priceWrap span.typeTxt {
    font-size: 17px;
  }
}
#takeoutSalonSec .priceWrap span.priceTxt {
  font-size: 41px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec .priceWrap span.priceTxt {
    font-size: 23px;
  }
}
#takeoutSalonSec .priceWrap span.taxTxt {
  font-size: 12px;
  line-height: 1.8em;
}
#takeoutSalonSec #takeoutBlock {
  padding: 152px 100px 0 110px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock {
    padding: 70px 0 0;
  }
}
#takeoutSalonSec #takeoutBlock .infoText {
  padding: 40px 0 35px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock .infoText {
    margin-top: 30px;
    padding: 30px 0 35px;
  }
}
#takeoutSalonSec #takeoutBlock .infoText .nameSubTxt {
  font-size: 15px;
  letter-spacing: 0.03em;
}
#takeoutSalonSec #takeoutBlock .menuBergamot {
  position: absolute;
  top: -5px;
  left: 8px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock .menuBergamot {
    top: -25px;
  }
}
#takeoutSalonSec #takeoutBlock .nameTxt {
  padding-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
}
#takeoutSalonSec #takeoutBlock .priceWrap {
  padding: 20px 0;
  line-height: 2.5em;
}
#takeoutSalonSec #takeoutBlock #menuFortunePlane {
  margin-top: 123px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #menuFortunePlane {
    margin-top: 60px;
  }
}
#takeoutSalonSec #takeoutBlock #menuFortuneBox {
  margin-top: 123px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #menuFortuneBox {
    margin-top: 60px;
  }
}
#takeoutSalonSec #takeoutBlock #menuFortuneBox .nameTxt {
  font-size: 32px;
  line-height: 1.6em;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #menuFortuneBox .nameTxt {
    font-size: 23px;
  }
}
#takeoutSalonSec #takeoutBlock #choseSource {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn {
  width: 100%;
  margin: 165px auto 0;
  background-color: #D6AC7B;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn {
    margin: 80px auto 0;
  }
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn::before {
  content: "";
  width: 100%;
  height: 7px;
  background-image: url(../images/bdr_top.png);
  background-repeat: no-repeat;
  background-position: center top 0;
  display: block;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn::before {
    background-image: url(../images/bdr_top_sp.png);
  }
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn::after {
  content: "";
  width: 100%;
  height: 7px;
  background-image: url(../images/bdr_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom 0;
  display: block;
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn .choseSourceTtl {
  font-size: 23px;
  background-position-y: 15px;
  margin-top: -23px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn .choseSourceTtl {
    font-size: 17px;
    line-height: 1.2em;
  }
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn .choseSourcetxt01 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn .choseSourcetxt01 {
    margin-top: 10px;
    font-size: 13px;
  }
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn .choseSourcetxt02 {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: bold;
  padding: 50px 0 60px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceIn .choseSourcetxt02 {
    font-size: 15px;
    padding: 25px 0 30px;
  }
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceNotice {
  margin: 27px 0 130px;
  font-size: 16px;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceNotice {
    margin: 15px 0 70px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceNotice .txt01 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceNotice .txt01 {
    font-size: 16px;
  }
}
#takeoutSalonSec #takeoutBlock #choseSource .choseSourceNotice .txt02 {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #choseSource .choseSourceNotice .txt02 {
    font-size: 18px;
  }
}
#takeoutSalonSec #takeoutBlock #onePieceBox {
  width: 1080px;
  height: 440px;
  background-image: url(../images/bg_1piecebox.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #onePieceBox {
    width: 100%;
    height: auto;
    background-image: url(../images/bg_1piecebox2_sp.png);
    background-position: center;
  }
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn {
  padding: 32px 87px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn {
    margin: 0 auto;
    padding: 23% 10px;
  }
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .imgBlock02, #takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .infoText2 {
    width: 300px;
    margin: auto;
  }
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .onePieceBoxTtl {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .onePieceBoxTtl {
    margin-top: 30px;
    font-size: 27px;
  }
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .onePieceBoxTtl span {
  font-size: 64px;
  line-height: 1em;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .onePieceBoxTtl span {
    font-size: 43px;
  }
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .onePieceBoxtxt {
  font-size: 16px;
  margin: 13px 0;
  line-height: 1.6em;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .onePieceBoxtxt {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .onePieceBoxNotice {
  font-size: 10px;
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .ItemBox {
  margin-top: 20px;
  border-left: 1px solid #FFFFFF;
  padding-left: 25px;
  text-align: left;
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .ItemBox .nameSubTxt span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  color: #CCA375;
  padding: 5px;
  background-color: #FFFFFF;
  letter-spacing: 0.01em;
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .ItemBox .nameTxt {
  margin: 15px 0;
  border-bottom: none;
  padding-bottom: 10px;
  line-height: 1em;
}
#takeoutSalonSec #takeoutBlock #onePieceBox #onePieceBoxIn .ItemBox .priceWrap {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#takeoutSalonSec #salonBlock {
  padding: 60px 0 0 0;
}
#takeoutSalonSec #salonBlock .infoText {
  margin-top: 10px;
  margin-left: 80px;
}
@media screen and (max-width: 800px) {
  #takeoutSalonSec #salonBlock .infoText {
    margin-left: auto;
  }
}
#takeoutSalonSec #salonBlock .priceWrap {
  padding: 0;
  margin-top: 7px;
}

#tipsSec {
  background-color: #FBF6F0;
  padding: 180px 0 120px 0;
}
@media screen and (max-width: 800px) {
  #tipsSec {
    padding: 90px 0;
  }
}
#tipsSec .ttlBlock01 {
  width: 1081px;
  height: 110px;
  margin: 0 auto;
  background-image: url(../images/bg_ttl_tips_pc.png);
  background-repeat: no-repeat;
  background-position-y: 45%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #tipsSec .ttlBlock01 {
    width: 100%;
    height: 80px;
    background-image: url(../images/bg_ttl_tips_sp.png);
    background-size: 100% auto;
  }
}
#tipsSec .ttlBlock01 span {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 47px;
  background-color: #FBF6F0;
  color: #D2A36C;
  line-height: 1em;
  letter-spacing: 0.09em;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  #tipsSec .ttlBlock01 span {
    font-size: 35px;
  }
}
#tipsSec ol {
  width: 1081px;
  margin: 65px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  background-image: url(../images/bg_ttl_tips_end_pc.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
}
@media screen and (max-width: 800px) {
  #tipsSec ol {
    width: 100%;
    margin: 20px auto;
    background-image: url(../images/bg_ttl_tips_end_sp.png);
    background-size: 100% auto;
  }
}
#tipsSec ol li {
  width: 33%;
  text-align: center;
  margin-bottom: 120px;
  background-repeat: no-repeat;
  background-position-x: 70px;
}
@media screen and (max-width: 800px) {
  #tipsSec ol li {
    width: 80%;
    margin: 0 auto 60px;
    background-position-x: 34px;
  }
}
#tipsSec ol li .tipsTtl {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 33px;
  margin-top: 25px;
  line-height: 1em;
}
#tipsSec ol li .tipsTxt {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.7em;
}
#tipsSec ol li img {
  margin-top: 30px;
}
#tipsSec ol li img.ajstMgn1 {
  margin-top: 20px;
}
#tipsSec ol li img.ajstMgn2 {
  margin-top: 15px;
}
#tipsSec ol li:nth-child(1) {
  background-image: url(../images/bg_tips_num_01.png);
}
#tipsSec ol li:nth-child(2) {
  background-image: url(../images/bg_tips_num_02.png);
  background-repeat: no-repeat;
}
#tipsSec ol li:nth-child(3) {
  background-image: url(../images/bg_tips_num_03.png);
  background-repeat: no-repeat;
}
#tipsSec ol li:nth-child(4) {
  background-image: url(../images/bg_tips_num_04.png);
  background-repeat: no-repeat;
}
#tipsSec ol li:nth-child(5) {
  background-image: url(../images/bg_tips_num_05.png);
  background-repeat: no-repeat;
}
#tipsSec ol li:nth-child(6) {
  background-image: url(../images/bg_tips_num_06.png);
  background-repeat: no-repeat;
}

#accessSec {
  text-align: center;
  padding-bottom: 120px;
  background-color: #FBF6F0;
}
#accessSec .ttlBlock01 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 47px;
  color: #D2A36C;
  line-height: 1em;
  letter-spacing: 0.09em;
  padding-bottom: 42px;
}
@media screen and (max-width: 800px) {
  #accessSec .ttlBlock01 {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
#accessSec .ttlBlock02 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #56411C;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #accessSec .ttlBlock02 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
#accessSec .accessWrapper {
  background: linear-gradient(90deg, #F3E6D7 0%, #F3E6D7 50%, #FBF6F0 50%, #FBF6F0 100%);
}
#accessSec .accessWrapper .contentIn {
  background: linear-gradient(90deg, #F3E6D7 0%, #F3E6D7 81%, #FBF6F0 81%, #FBF6F0 100%);
  background-size: cover;
  padding: 50px 0 62px;
}
@media screen and (max-width: 800px) {
  #accessSec .accessWrapper .contentIn {
    padding: 20px 3%;
  }
}
#accessSec .accessWrapper2 {
  margin-top: 73px;
  background: linear-gradient(90deg, #FBF6F0 0%, #FBF6F0 50%, #F3E6D7 50%, #F3E6D7 100%);
}
#accessSec .accessWrapper2 .contentIn {
  background: linear-gradient(90deg, #FBF6F0 0%, #FBF6F0 19%, #F3E6D7 19%, #F3E6D7 100%);
  background-size: cover;
  padding: 50px 0 62px;
}
@media screen and (max-width: 800px) {
  #accessSec .accessWrapper2 .contentIn {
    padding: 20px 3%;
  }
}
#accessSec .accessWrapper2 .contentIn .infoBlock {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #accessSec .accessWrapper2 .contentIn .infoBlock {
    margin-top: 27px;
  }
}
#accessSec .accessWrapper2 .contentIn .shopLink {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#accessSec .btnBlock {
  position: relative;
  width: 457px;
  height: 54px;
  margin: 45px auto 27px;
  background-color: #56411C;
  background-image: url(../images/btn_arrow_r.png);
  background-repeat: no-repeat;
  background-position: top 50% right 10%;
}
@media screen and (max-width: 800px) {
  #accessSec .btnBlock {
    width: 75%;
    height: 40px;
    background-position: top 50% right 7%;
  }
}
#accessSec .btnBlock a {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 54px;
}
@media screen and (max-width: 800px) {
  #accessSec .btnBlock a {
    font-size: 18px;
    line-height: 40px;
  }
}
#accessSec .infoBlock p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 17px;
  line-height: 1.8em;
}
@media screen and (max-width: 800px) {
  #accessSec .infoBlock p {
    font-size: 3.3vw;
  }
}
#accessSec .infoBlock a {
  margin: 0 10px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #56411C;
  letter-spacing: 0.01em;
}
#accessSec .infoBlock .sText {
  font-size: 12px;
  margin: 8px 0 15px;
}
@media screen and (max-width: 800px) {
  #accessSec .infoBlock .sText {
    font-size: 2.9vw;
  }
}

.pageTop {
  position: fixed;
  right: 30px;
  bottom: 25px;
  opacity: 1;
  z-index: 101;
}
@media screen and (max-width: 800px) {
  .pageTop {
    width: 40px;
    right: 0;
    bottom: 15px;
  }
}
.pageTop a {
  display: inline-block;
}
.pageTop img {
  width: 28px;
}

#footer {
  padding: 52px 0 87px;
  background-color: #CCA375;
  color: #FFFFFF;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #footer {
    font-size: 14px;
    padding: 30px 0 45px;
  }
}
#footer .fSNSList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
#footer .fSNSList li {
  margin: 0 10px;
}
#footer .fSNSList li img {
  height: 28px;
}
#footer .fLogo {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #footer .fLogo {
    margin-top: 20px;
  }
}
#footer .fLogo img {
  width: 202px;
}

/*----------------------*/
#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
}
#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
#modal-overlay #close {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 20px;
  right: 20px;
}
#modal-overlay #close::before, #modal-overlay #close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
#modal-overlay #close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

/*
// モーダルウィンドウ全体のレイアウト（画面いっぱいに表示）
.c-modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99999;
}

.c-modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
}

.c-modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	.vBody {
		position: relative;
		padding-bottom: 56.25%;
		width: 1000px;
		height: 0;
		overflow: hidden;

		iframe {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%!important;
			height: 100%!important;
		}
	}

	// position: relative;
	// padding-bottom: 56.25%;
	// height: 0;
	// overflow: hidden;

	// iframe {
	// 	position: absolute;
	// 	top: 0;
	// 	left: 0;
	// 	width: 100%;
	// 	height: 100%;
	// }
}

.c-modal_content_inner {
    position: relative;
    padding: 24px;
}

.c-modal_close {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
    top: 20px;
    right: 20px;
}
.c-modal_close::before, .c-modal_close::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: $wht;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 5px);
	left: 14%;
}

.c-modal_close::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

*/
