@charset "UTF-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

.fa,
.fas,
.far {
  font-family: FontAwesome;
  text-decoration: none;
  font-style: normal;
}

.mb10 {
  margin-bottom: 10px;
}

input[type='date'],
select,
input[type='text'],
input[type='email'],
textarea {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/*----------------------------------------------------
blog詳細
----------------------------------------------------*/
#blogPost {
  width: 80%;
  margin: 50px auto 80px;
  font-family: 'A-OTF Gothic BBB Pr6N';
}

#blogPost h1 {
  font-size: 200%;
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
  margin: 20px auto;
  text-align: center;
}

#blogPost .border {
  margin: 20px auto;
  border-bottom: dotted 2px #606060;
}

#blogPost .blog_thumb {
  text-align: center;
  margin: 50px auto;
}

.blogBread {
  display: flex;
}

#blogPost h2 {
  font-size: 20px;
  color: #333;
  border-left: 2px solid #9a1c48;
  padding: 5px 9px;
  text-align: left;
}

#blogPost p {
  line-height: 1.8;
  font-size: 110%;
}

#blogPost .cat {
  margin-left: 20px;
  font-size: 100%;
}

#blogPost .blogContent {
  margin: 50px auto 200px;
}

#blogPost .link {
  text-align: center;
  margin: 50px auto;
  font-size: 110%;
  clear: both;
}

.movieframe {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 480px) {
  .movieframe {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
  #blogPost {
    width: 90%;
    text-align: center;
  }

  #blogPost .blog_thumb {
    text-align: center;
    margin: 70px auto 50px;
  }

  #blogPost h1 {
    font-size: 150%;
  }

  #blogPost .blogContent {
    margin: 20px auto 80px;
  }

  .premiumTitle h2 {
    font-size: 300% !important;
  }
}

.plan .premium {
  width: 100%;
}

.premium {
  width: 90%;
  margin: 50px auto;
}

.premiumTitle h2 {
  font-size: 400%;
  color: #707070;
  font-family: 'cormorant-garamond', serif;
  font-style: normal;
  font-weight: 500;
}

.premiumContent {}

.premium h3 {
  font-size: 180%;
  font-family: 'A-OTF Futo Min A101 Pr6N';
  font-weight: bold;
  color: #988124;
}

.premium p {
  font-size: 110%;
  font-family: 'Hiragino Kaku Gothic Pro', Verdana, Arial, Helvetica,
    'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.8;
  margin: 20px auto;
}

.premium_img {
  width: 100%;
  margin: 80px auto 0px !important;
}

.premium_img .before {
  width: 45%;
  object-fit: cover;
  float: left;
}

.premium_img img {
  width: 100%;
}

.premium_img p {
  font-size: 180%;
  font-family: 'pt-serif', serif;
  font-weight: 400;
  font-style: italic;
}

.premium_img .after {
  width: 52%;
  object-fit: cover;
  float: right;
}

.premium ul {
  font-size: 130%;
  font-family: 'A-OTF Gothic BBB Pr6N';
  margin: 5px 0;
  clear: both;
}

#conceptBox {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}

#conceptBox .panel {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 290px;
  height: 290px;
  padding: 30px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#conceptBox .panel h2 {
  font-size: 500%;
  font-family: 'Tangerine', cursive !important;
  text-align: center;
  margin-bottom: 10px;
  color: #ff99be;
}

#conceptBox .panel .lead {
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  text-align: center;
}

#conceptBox .panel p {
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 5px;
}

#slide {
  margin: 0px auto 0px;
  width: 100%;
  height: 450px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#slide ul {
  height: 450px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#slide ul li {
  width: 900px;
  height: 450px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
}

#slide ul li img {
  height: 450px;
}

.instaTitle {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-top: 1px solid #ddd;
  padding: 5px 0;
  background-color: #ff99be;
  color: #fff;
}

span.fa {
  margin-right: 5px;
}

@media only screen and (max-width: 1250px) and (min-width: 416px) {
  .tourBnrPC {
    display: none;
  }

  .tourBnrTB {
    width: 100%;
    margin: 0px auto;
    display: block;
  }

  .tourBnrTB img {
    width: 100%;
  }

  .tourBnrSP {
    display: none;
  }

  .qa_adress .button {
    padding: 20px 0;
    width: 40%;
    margin: 10px 0;
  }

  .qa_adress .tel img {
    margin: 30px 0;
    width: 40%;
  }
}

@media only screen and (max-width: 1000px) {
  .tourBnrPC {
    display: none;
  }

  .tourBnrSP {
    display: none;
  }

  .tourBnrTB {
    margin-top: 40px;
    display: block;
  }

  .instaTitle {
    font-size: 16px;
    padding: 4px 0;
  }
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #conceptBox {
    height: 350px;
  }

  #conceptBox .panel {
    width: 240px;
    height: 240px;
    padding: 10px;
  }

  #conceptBox .panel h2 {
    font-size: 320%;
  }

  #conceptBox .panel .lead {
    display: none;
  }

  #conceptBox .panel p {
    font-size: 12px;
    line-height: 150%;
  }

  #slide {
    margin: 0px auto 0px;
    width: 100%;
    height: 350px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #slide ul {
    height: 350px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  #slide ul li {
    width: 700px;
    height: 350px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
  }

  #slide ul li img {
    height: 350px;
  }

  .instaTitle {
    font-size: 16px;
    padding: 4px 0;
  }
}

@media screen and (min-width: 416px) and (max-width: 768px) {
  #action .mess {
    width: auto;
  }

  .PhotoFee_contents {
    margin: 0px;
  }

  .option {
    margin: 0px;
  }

  .wdTitle {
    margin: 50px auto;
    font-size: 190% !important;
  }

  .PhotoFee_contents h3 {
    font-size: 150%;
  }

  .galleryUL li h2 {
    font-size: 200%;
  }

  #action .actionFt {
    width: auto;
    margin: 0 auto;
  }

  #action .actionArea table {
    margin: auto;
    float: none;
  }

  #action .btn {
    margin: 0px auto;
    width: 100%;
  }

  .plan_button,
  .PhotoFee_contents .onecolumn .plan_button {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.content {
  padding: 0 70px;
}
@media screen and (max-width: 680px) {
  .content {
    padding: 0 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pageTitle {
    margin: 20px auto 80px !important;
  }

  #planSec .planName {
    margin-left: 0;
    font-size: 90%;
  }

  #planSec a img {
    object-fit: cover;
    padding-bottom: 10px;
  }

  #planSec .oneColumn .planName {
    margin-right: 0;
    font-size: 100%;
  }

  #planSec .price,
  #otherplan2 .price {
    font-size: 200%;
  }

  #otherplan2 .planTxt {
    width: 100%;
  }

  .customer_imgContent {
    width: 90%;
    margin: 50px auto;
  }

  .staffwide {
    height: 600px;
  }

  #flowSec li {
    padding: 30px 20px 0;
  }

  #flowSec li h2 {
    font-size: 110%;
  }

  #flowSec li .linkBtn a {
    font-size: 80%;
  }

  #mc .mcTitle {
    font-size: 100%;
  }

  .galleryUL li h2 {
    font-size: 280%;
  }

  #action .actionFt img {
    margin-top: 0px;
    margin-left: 0px;
  }

  #action .actionArea table {
    margin: 30px auto;
    float: none;
    clear: both;
  }

  #action .actionFt {
    width: 90%;
  }

  #action .mess {
    width: auto;
  }

  #action .btn {
    margin: 50px auto 0;
    width: 100%;
  }

  .wpp_p {
    margin: 30px 10% !important;
  }

  .wpp {
    margin: 20px auto 100px;
  }

  #PhotoFee img {
    height: 500px;
  }

  .PhotoFee {
    width: auto;
    margin: 0 auto;
  }

  .PhotoFee h2 {
    margin: 120px 0 80px;
    font-size: 190%;
  }

  .plan_button,
  .PhotoFee_contents .onecolumn .plan_button {
    float: none;
    margin: 0 auto;
  }

  .wdTitle {
    text-align: center;
  }

  .PhotoFee_contents {
    margin: 50px;
    text-align: center;
  }

  .PhotoFee .border {
    padding: 10px;
    margin-top: 100px;
  }

  .PhotoFee .option h2 {
    margin: 0 0 20px;
  }

  .harf-box p {
    box-sizing: border-box;
    top: 25%;
    left: 10px;
    transform: none;
    font-size: 110%;
  }

  .hair_insta .insta_title {
    left: 12%;
  }

  .insta_inner1 #sb_instagram #sbi_load .sbi_follow_btn {
    position: absolute;
    margin: 0;
  }

  .insta_inner2 #sb_instagram #sbi_load .sbi_follow_btn,
  .insta_inner3 #sb_instagram #sbi_load .sbi_follow_btn {
    position: absolute;
    margin: 0;
  }
}

@media screen and (max-width: 680px) {
  .header-title,
  .side-menu-btn {
    display: none;
  }
}

@media screen and (min-width: 415px) {
  #planSec br,
  .plan_br {
    display: none;
  }
}

/*Pagenation*/
.pagenation {
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
}

.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

.grecaptcha-badge {
  opacity: 0;
}

.accBtn {
  text-align: center;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px;
  cursor: pointer;
}

.accCheck {
  display: none;
}

.accBtn:hover {
  opacity: 0.8;
}

.accInner {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.accInner table {
  background-color: #fff;
}

.accCheck:checked+.accInner,
.accCheck.wpcf7c-conf+.accInner {
  height: auto;
  padding: 5px;
  background-color: #fff;
  opacity: 1;
}

.comp {
  font-weight: bold;
  padding: 100px 0 100px 0;
}

.colmun_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7%;
  max-width: 1400px;
  box-sizing: border-box;
}
.one_colmun_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .colmun_wrap {
    padding: 0;
    gap: 22px 13px;
  }
}

.wasou-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background: #EAEEF0;
  border-radius: 0 120px 0 120px;
  padding: 0 70px;
  margin-top: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .wasou-bg {
    border-radius: 0 80px 0 50px;
    padding: 0 13px 30px;
    margin-top: 50px;
    box-sizing: border-box;
  }
}

.wasou-bg .inner-wrap {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 120px;
}
.wasou-bg .inner-wrap .secTitle {
  padding: 100px 0 120px;
}
@media screen and (max-width: 680px) {
  .wasou-bg .inner-wrap {
    margin-bottom: 50px;
  }
  .wasou-bg .inner-wrap .secTitle {
    padding: 40px 0 35px;
  }
}

.wasou-bg .wasou-content-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 680px) {
  .wasou-bg .wasou-content-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.wasou-bg .wasou-content-wrap .image-wrap {
  position: relative;
  z-index: 1;
  width: 55.55%;
  margin-right: -7.14%;
  transform: translateY(-27px);
  box-sizing: border-box;
}
.wasou-bg .wasou-content-wrap .image-wrap img {
  border-radius: 15px;
}
@media screen and (max-width: 680px) {
  .wasou-bg .wasou-content-wrap .image-wrap {
    width: 100%;
    margin-right: 0;
    padding: 0 17px;
    transform: none;
    margin-bottom: -50px;
  }
}
.wasou-bg .wasou-content-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 51.59%;
  padding: 104px 20px 80px 11%;
  box-sizing: border-box;
  background: #F7FAFC;
  border-radius: 35px;
}
@media screen and (max-width: 680px) {
  .wasou-bg .wasou-content-wrap .text-wrap {
    width: 100%;
    padding: 100px 17px 45px;
  }
}
.wasou-bg .wasou-content-wrap .wasou-logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 680px) {
  .wasou-bg .wasou-content-wrap .wasou-logo {
    margin-bottom: 50px;
    max-width: 177px;
  }
}
.wasou-bg .wasou-content-wrap .text-content {
  max-width: 370px;
}
@media screen and (max-width: 680px) {
  .wasou-bg .wasou-content-wrap .text-content {
    margin-bottom: 0;
  }
}
.wasou-bg .wasou-content-wrap .text-content p {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2.1;
}
.wasou-bg .wasou-content-wrap .text-content p.one-line {
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .wasou-bg .wasou-content-wrap .text-content p {
    font-size: 13px;
  }
  .wasou-bg .wasou-content-wrap .text-content p.one-line {
    font-size: 1.3em;
  }
}

.fg-caption-desc {
  display: none;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  background: #ffffff !important;
  color: #545454 !important;
}

.grecaptcha-badge {
  opacity: 1 !important;
}

#sb_instagram .sbi_photo img {
  height: 100% !important;
  object-fit: cover;
}

.menu-widget {
  padding: 20px 20px;
}

.title-gentei {
  font-family: "Noto Serif JP";
  padding-bottom: 10px;
}
.menu-widget .box {
  background-color: #F4EFEF;
  display: block;
  font-size: 13px;
  padding: 10px;
  border-radius: 4px;
}

.menu-widget .box p {
  margin-bottom: 5px;
}

.menu-widget .box span {
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  gap: 5px;
}
