@charset "utf-8";

/* ----------------------------------------------------------

Common Setting

---------------------------------------------------------- */
/*pc + sp*/
.pc   {display:block}
.sp   {display:none}
@media only screen and (max-width:767px) {
.pc   {display:none}
.sp   {display:block}
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd  {
  position: relative;
  word-break:break-all;
  padding:0;
  margin:0;
  box-sizing:border-box;
  outline:none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6   {
  font-weight:normal;
  padding:0;
  margin:0
}


/*font*/
.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.en {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}

/*futura-pt
.futura  {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.futura.italic  {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.futura.heavy  {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.futura.heavy.italic  {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.futura.bold {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.futura.bold.italic  {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*strong*/
strong {
  font-weight: 700;
}

/*ul dl*/
ul,ul li  {
  list-style:none;
  padding:0;
  margin:0
}

ul.disc li {
  list-style: disc;
  margin-left: 1em;
}

ol  {
  margin-left: 1em;
}

/*position*/
.center {
  text-align:center
}

.pccenter{
  text-align:center
}

@media only screen and (max-width:767px) {
  .pccenter{
    text-align:left
  }
}

.left {
  text-align:left
}

.right  {
  text-align:right
}

.block  {
  display: block;
}

.large {
  font-size: 120%;
}

.small {
  font-size: 90%;
}

/*wide*/
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/*link*/
a:not(.nohover),
a:not(.nohover):hover {
  cursor:pointer;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition: 0.2s all;
}

a:not(.nohover):hover {
  opacity: 0.7; 
}

a.nolink {
  pointer-events: none;
}

@media (min-width: 520px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
}

@media only screen and (max-width: 520px) {
  a:hover {
    opacity: 1.0; 
  }
}

/*img*/
img {
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
  max-width:100%
}

figure  {
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
  margin-right: auto;
}

img.radius {
  border-radius: 36px;
}

@media only screen and (max-width:767px) {
  img.radius {
    border-radius:calc(36px / 2);
  }
}

img.round {
  border-radius: 100%;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter  {
  margin:0;
}

.alignleft  {
  display:inline;
  float:left;
  margin-top:9px;
  margin-right:36px;
  margin-bottom:18px
}

.alignright {
  display:inline;
  float:right;
  margin-top:9px;
  margin-left:36px;
  margin-bottom:18px
}

.aligncenter  {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

@media only screen and (max-width:767px) {
  .alignnone,
  .alignleft,
  .alignright,
  .aligncenter  {
    display:block;
    float:none;t
    ext-align:center;
    margin:1em auto
  }
}


/*loading */
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123456789;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}

/* ----------------------------------------------------------

Btn Setting

---------------------------------------------------------- */
/*btn*/
.btn, 
button[type="button"], 
input[type="button"], 
input[type="submit"]  {
  display:block;
  text-decoration: none;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
  position:relative;
  cursor:pointer;
  box-shadow:none;
  outline:none;
  /*
  border-radius: 18px;
  */
  appearance:none;
}

.btn.en  {
  font-weight: 300;
  line-height: 2;
}

.btn.ja  {
}

.btn__round {
  border-radius: 200px!important;
}


/*btn__primary*/
.btn__primary {
  background-color: #5e4355;
  background-size: calc(39px/ 2);
  border: 1.5px solid #7f740b;
  text-align: center;
  color: #fff!important;
  padding:24px 36px;
}

  .btn__primary:hover,
  .btn__primary:focus  {
    color: #fff!important;
  }

/*btn__secondary*/
.btn__secondary {
  background: #b89246;
  border: 1.5px solid #b89246;
  text-align: center;
  color: #fff!important;
  padding:27px 36px;
}

  .btn__secondary:hover,
  .btn__secondary:focus  {
    color: #fff!important;
  }

/*btn__border__black*/
.btn__border__black {
  background:transparent ;
  border: 1.5px solid #5e4355;
  text-align: center;
  color: #5e4355!important;
  padding:27px 36px;
}

  .btn__border__white:hover,
  .btn__border__white:focus  {
    color: #5e4355!important;
  }

/*btn__border__white*/
.btn__border__white {
  background:transparent ;
  border: 1.5px solid #fff;
  text-align: center;
  color: #fff!important;
  padding:27px 36px;
}

  .btn__border__white:hover,
  .btn__border__white:focus  {
    color: #5e4355!important;
  }


/*btn__line*/
.btn__line {
  background: #53a557;
  border: 1.5px solid #53a557;
  text-align: center;
  color: #fff!important;
  padding:27px 36px;
}

  .btn__secondary:hover,
  .btn__secondary:focus  {
    color: #fff!important;
  }

@media only screen and (max-width:767px) {
  .btn__primary ,
  .btn__secondary ,
  .btn__border__black ,
  .btn__line {
    padding:calc(27px / 2) 18px;
  }

}



/*btn__arrow*/
.btn__primary.btn__arrow,
.btn__secondary.btn__arrow  ,
.btn__line.btn__arrow {
  display: block;
  background-position:95% 50% ;
  background-image: url(../img/icon__arrow1.png);
  background-size: calc(39px / 2);
  background-repeat: no-repeat;
}

@media only screen and (max-width:767px) {
  .btn__primary.btn__arrow,
  .btn__secondary.btn__arrow  ,
  .btn__line.btn__arrow {
    background-position:95% 50% ;
    background-image: url(../img/icon__arrow1.png);
    background-size: calc(39px / 3);
  }
}

/* ----------------------------------------------------------

Form Setting

---------------------------------------------------------- */
/*form reset
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=url],
input[type=tel],
textarea {
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:1px solid #ccc;
  padding: 22.5px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: inherit;
}

select{
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:1px solid #ccc;
  padding: 22.5px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: inherit;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
  transition: 0.3s;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.1)
}

textarea {
  line-height: 2;
}

@media only screen and (max-width:767px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  input[type=date],
  input[type=url],
  input[type=tel],
  textarea {
    border-radius: calc(9px / 1.5);
    padding: calc(22.5px / 1);
    width: 100%;
    max-width: 100%;
  }

  input[type=text].zip,
  input[type=text].date {
    width:auto;
  }

  select {
    border-radius:calc(9px / 1.5);
    padding: calc(22.5px / 1);
    width: 100%;
    max-width: 100%;
  }
}

/*radio checkbox
input[type=radio],
input[type=checkbox] {
  transform:scale(1.5);
  margin-right: 0.5rem;
}

/*select
.select select {
  box-sizing:border-box;
  width: 100%;
  outline: none;
  border:none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #000;
  max-width: 100%;
  padding: 22.5px 45px 22.5px 22.5px;
  font-size: 18px;
}

.select select::-ms-expand {
  display: none;
}

.select {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  border:1px solid #ccc;
  box-sizing:border-box;
  background: #fff;
}

.select::before {
  position: absolute;
  top: 45%;
  right:9px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

::-webkit-input-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
::placeholder{
  color:#aaa
}

@media only screen and (max-width:767px) {
  .select select {
    box-sizing:border-box;
    width: 100%;
    outline: none;
    border:none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none;
    color: #000;
    max-width: 100%;
    padding: calc(22.5px / 2) calc(45px /2) calc(22.5px / 2) calc(22.5px / 2);
    font-size: calc(18px / 1.18);
  }

  .select {
    border-radius: calc(6px / 2);
  }
}


/* ----------------------------------------------------------

Table Setting

---------------------------------------------------------- */
/*wide*/
table.w15 th {
  width: 15%;
}

table.w20 th {
  width: 20%;
}

table.w25 th {
  width: 25%;
}

table.w30 th {
  width: 30%;
}

table.w40 th {
  width: 40%;
}

table.w50 th {
  width: 50%;
}

/*table__bordered*/
table.table__bordered {
  border: none;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__bordered tr th ,
table.table__bordered tr td {
  text-align: left;
  font-weight: 400;
  border-bottom: 0.15px solid #5e4355;
  padding:30.5px;
  font-weight: 400;
}

  table.table__bordered tr:nth-last-child(1) th ,
  table.table__bordered tr:nth-last-child(1) td {
    border-bottom:none;
  }

@media only screen and (max-width:767px) {
  table.table__bordered tr th ,
  table.table__bordered tr td {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box!important;
    padding:calc(30.5px / 1.5) 0 ;
  }

  table.table__bordered tr th {
    padding-bottom: 2.25px;
    border-bottom: none;
  }

  table.table__bordered tr td {
    padding-top: 2.25px;
  }


}



/*wp-block-table
.wp-block-table table ,
.wp-block-table tr th ,
.wp-block-table tr td {
  border: 1px solid #0576fd;
  border-collapse: collapse;
}*/

/*table__striped*/
table.table__striped {
  border: none;
  width: 100%;
  table-layout: fixed;
  border: none;
  box-sizing: border-box;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__striped tr th ,
table.table__striped tr td {
  text-align: left;
  font-weight: 400;
  padding:30.5px;
  box-sizing: border-box!important
  /*letter-spacing: 0.0015em;*/
}

  table.table__striped tr th.right {
    text-align: right;
  }

  table.table__striped tr:nth-child(odd) th ,
  table.table__striped tr:nth-child(odd) td {
    background: #fff;
  }

  table.table__striped tr:nth-child(even) th ,
  table.table__striped tr:nth-child(even) td {
    background: rgba(235, 235, 237, 0.50);
  }

@media only screen and (max-width:767px) {
  table.table__striped tr th ,
  table.table__striped tr td {
    display: block;
    width: 100%;
    position: relative;
    padding:calc(30.5px / 1.5) 18px ;
    /*letter-spacing: 0.0015em;*/
  }

  table.table__striped tr th {
    padding-bottom: 2.25px;
  }

  table.table__striped tr td {
    padding-top: 2.25px;
  }

}



/*table__responsive*/
@media only screen and (max-width:767px) {
  /*table__responsive
  .table__responsive {
    table-layout: fixed;
  }

  .table__responsive tr th,
  .table__responsive tr td {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: calc(17px/ 1.17);
    display: block;
  }

  .table__responsive tr th,
  .table__striped.table__responsive tr th,
  .table__bordered.table__responsive tr th {
    display: block;
    position: relative;
    width: 100%;
    padding: 9px 18px 4.5px;
    border: none;
    font-size: calc(18px / 1.18);
  }

  .table__bordered.table__responsive tr {
   
  }

  .table__responsive.table__bordered {
    border-top: none;
  }

  .table__responsive.table__bordered tr th ,
  .table__responsive.table__bordered tr td {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: none;
    padding:calc(36px /2);
  }
/*
  table.w20 th ,
  table.w25 th ,
  table.w30 th ,
  table.w40 th ,
  table.w50 th ,
  */
  .table__responsive.w15,
  .table__responsive.w20,
  .table__responsive.w25,
  .table__responsive.w30,
  .table__responsive.w40,
  .table__responsive.w50 {
    width: 100%;
  }
}

/* ----------------------------------------------------------

Layout Setting

---------------------------------------------------------- */
body  {
  position: relative;
  font-feature-settings:"palt" 1;
  line-break:strict!important;
  overflow-wrap:break-word!important;
  word-wrap:break-word!important;
  box-sizing:border-box;
  width:100%;
  max-width: 1920px;
  min-width: 1180px;
  color: #5e4355;
  /*
  font-weight:300;
  */
  font-weight:400;
  letter-spacing: 0.05em;
  font-size:17px;
  line-height:2;
  padding:0;
  margin:auto;
}

#wrapper {
  position: relative;
}

main {
  position: relative;
  z-index: 1;
}

  .home main {
    overflow-x: hidden;
    width: 100%;
    background-image: url(../img/home__bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: left;
  }

.container__fluid  {
  width:100%;
  margin:auto;/*
  padding-left:2em;
  padding-right:2em;*/
  max-width: 1920px;
}

.container__wide {
  width:100%;
  margin:auto;
  padding-left:2em;
  padding-right:2em;
  max-width: 1920px;
}

.container  {
  max-width:1180px;
  margin:auto;
}

.container__middle {
  max-width:1024px;
  margin:auto;
}

.container__narrow {
  max-width:980px;
  margin:auto;
}

.container__xnarrow  {
  max-width:900px;
  margin:auto;
}

.container__xxnarrow {
  max-width:800px;
  margin:auto;
}

.container__xxxnarrow {
  max-width:700px;
  margin:auto;
}

.container__xxxxnarrow {
  max-width:600px;
  margin:auto;
}

.container__xxxxxnarrow {
  max-width:500px;
  margin:auto;
}

.container__xxxxxxnarrow {
  max-width:400px;
  margin:auto;
}

.container__xxxxxxxnarrow {
  max-width:300px;
  margin:auto;
}

@media only screen and (max-width:767px) {
  body  {
    min-width:1px;
    max-width: 100%;
    font-size:calc(17px / 1.17);
    line-height: 1.89;
    -webkit-text-size-adjust:100%;
    -webkit-overflow-scrolling:touch;
  }

  .container__fluid,
  .container__wide,
  .container,
  .container__middle,
  .container__narrow,
  .container__xnarrow,
  .container__xxnarrow,
  .container__xxxnarrow,
  .container__xxxxnarrow,
  .container__xxxxxnarrow,
  .container__xxxxxxnarrow,
  .container__xxxxxxxnarrow {
    width:100%;
    max-width:100%;
    padding-left:1em;
    padding-right:1em;
    box-sizing:border-box
  }

  .container .container,
  .container .container__middle,
  .container .container__narrow,
  .container .container__xnarrow,
  .container .container__xxnarrow,
  .container .container__xxxnarrow,
  .container .container__xxxxnarrow,
  .container .container__xxxxxnarrow,
  .container .container__xxxxxxnarrow,
  .container .container__xxxxxxxnarrow {
    padding-left:0;
    padding-right:0;
  }

  .home main {
    overflow-x: auto;
  }

}

/*iPhone横*/
@media (orientation: landscape) and (max-width:900px)　{
  body  {
    min-width:1180px;
  }
}

/*iPad用*/
@media screen and (device- width : 768px ) and (device- height : 1024px ) and (-webkit-device-pixel-ratio: 2 ) {
  body  {
    min-width: 1024px;
  }
}




/* ----------------------------------------------------------

Header Setting

---------------------------------------------------------- */
/*topbar*/
.header {
  position: relative;
}

/*topbar*/
.topbar {
  width: 100%;
  padding:36px 0 ;
  position: relative;
  position: absolute;
  top: 0;
  z-index: 12;
}

.topbar:after {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 120px;
  z-index: 1;
  background: linear-gradient(180deg,rgba(59, 40, 43, 1) 0%, rgba(94, 67, 85, 1) 100%);
  opacity: 0.75;
}

  .home .topbar:after {
    display: none;
  }

.topbar__container {
  display: flex;
  flex-wrap: wrap;
  z-index: 2345;
  padding-left: 2em;
  padding-right: 2em;
  justify-content: space-between;
  align-items: center;
}

.topbar__logo {
  flex-basis:230px;
  margin-top: -9px;
  position: relative;
}

.gnav__pc {
  flex-basis:calc(100% - 260px);
  text-align: right;
  position: relative;
  z-index: 678;
}

.gnav__pc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.gnav__pc__list li  {
  margin-top: 9px;
  margin-left: 54px;
}

.gnav__pc__list li a   {
  display: block;
  text-decoration: none;
}

.gnav__pc__list li a span  {
  display: block;
  color: #fff;
  margin: auto;
  line-height: 1.456789;
}

  .gnav__pc__list li a span.en  {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
  }

  .gnav__pc__list li a span.ja  {
    font-size: 14px;
    font-weight: 400;
  }

.gnav__pc__list li.sns  {
  margin-left: 18px;
}

.gnav__pc__list li.sns img {
  width: calc(72px / 2.5);
  margin-left:24px;
}

@media only screen and (max-width:767px) {
  .topbar {
    padding:calc(36px / 2) 0 ;
  }

  .topbar:after {
    height: calc(120px /2);
  }

  .topbar__logo {;
    margin-top: -13.5px;
  }

  .gnav__pc {
    display: none;
  }

}


@media only screen and (max-width:767px) {
  /*is-show*/
  .topbar.is-show {
    position: fixed;
    top: 0;
    /*
    background-image: url(../img/topbar__bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    */
    background: #5e4355;/*
    background: linear-gradient(90deg,rgba(44, 52, 53, 1) 0%, rgba(33, 39, 48, 1) 100%);*/
    animation: fadeIn .5s ease .25s 1 normal backwards;
    z-index: 1234567890;
    width: 100%;
  }

  .topbar.is-show:after {
    height: calc(120px / 2);
  }


  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .topbar.is-show, 
  .topbar.is-show .topbar__nav__list ul.gnav__pc li a span {
    color: #fff!important
  }
}


#navArea  {
  display: none;
}
@media only screen and (max-width:767px) {
  .gnav__pc {
    display: none;
  }

  #navArea  {
    display:block;
  }

  nav.gnav__sp  {
    display:block;
    position:fixed;
    top:0;
    right:-100%;
    bottom:0;
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transition:all .5s;
    opacity:0;
    background: #5e4355;/*
    background: linear-gradient(90deg,rgba(44, 52, 53, 1) 0%, rgba(33, 39, 48, 1) 100%);*/
    z-index: 1234567890123456789;
  }

  .open nav.gnav__sp  {
    right:0;
    opacity:1
  }

  nav.gnav__sp .inner {
    padding: 18px
  }

  nav.gnav__sp .inner ul  {
    list-style:none;
    padding:9px ;
  }

  nav.gnav__sp .inner ul li {
    position:relative;
    margin:0;
    text-align:left
  }

  nav.gnav__sp .inner ul li a     {
    display:block;
    color:rgba(255,255,255,1)!important;
    box-sizing:border-box;
    font-size:calc(17px / 1.17);
    font-weight: 500;
    padding:20.25px 9px;
    text-decoration:none;
    transition-duration:0.2s;
    border-bottom:0.75px solid rgba(255,255,255,0.25);
  }

    nav.gnav__sp .inner ul li a:hover,
    nav.gnav__sp .inner ul li a:focus {
      color:rgba(255,255,255,0.75)!important;
    }

  /*toggle__btn*/
  .toggle__btn {
    display:block;
    position:fixed;
    top:22.5px;
    right:18px;
    width:30px;
    height:30px;
    transition:all .5s;
    cursor:pointer;
    z-index: 123456789012345678901
  }

  .toggle__btn span {
    display:block;
    position:absolute;
    right:0;
    width:40px;
    height:2px;
    background-color:#fff;
    border-radius:0;
    transition:all .5s;
  }

    .toggle__btn.active span {
      background-color:#fff;
    }

  .toggle__btn span:nth-child(1) {
    top:4px
  }

  .toggle__btn span:nth-child(2) {
    top:12px;
    width:30px;
  }
/*
  .toggle__btn span:nth-child(3)  {
    bottom:8px
  }
*/
  .open .toggle__btn span {
    background-color:#fff
  }

  .open .toggle__btn span:nth-child(1) {
    -webkit-transform:translateY(8px) rotate(-315deg);
    transform:translateY(8px) rotate(-315deg)
  }
/*
  .open .toggle__btn span:nth-child(2) {
    opacity:0
  }

  .open .toggle__btn span:nth-child(3) {
    -webkit-transform:translateY(-8px) rotate(315deg);
    transform:translateY(-8px) rotate(315deg)
  }
*/

  .open .toggle__btn span:nth-child(2) {
    -webkit-transform:translateY(-8px) rotate(315deg);
    transform:translateY(0px) rotate(315deg);
    width:40px;
  }

  .toggle__btn__label {
    display: block;
    font-size:10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin:20.5px auto auto;
    margin-left: -7.25px;
    width:40px;
  }

  .open .toggle__btn__label {
    display: none;
  }

  .gnav__sp .parent__menu__sp .child__menu__sp  {
    margin-top: -4.5px!important;
  }

  .gnav__sp .parent__menu__sp a.label {
    pointer-events: none;
    color: rgba(255,255,255,0.55)!important;
    font-size: 12px!important;
    margin-bottom: 0!important;
    padding-top: 36px!important;
    padding-bottom: 0!important;
    border-bottom: none!important;
  }

  .gnav__sp .child__menu__sp {
    padding-left: 0!important;
  }

  /*gnav__sp__list*/
  .gnav__sp__list li  {
    margin-top: 9px;
    margin-left: 0;
  }

  .gnav__sp__list li a   {
    display: block;
    text-decoration: none;
    padding: 36px 0!important;
  }

  .gnav__sp__list li a span  {
    display: block;
    color: #fff;
    margin: auto; 
    line-height: 1.456789;
  }

  .gnav__sp__list li a span.en  {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
  }

  .gnav__sp__list li a span.ja  {
    font-size: 14px;
    color:rgba(255,255,255,0.65);
    font-weight: 400;
  }
}


@media only screen and (max-width:767px) {
  /*gnav__sp__menu__list*/
  .gnav__sp__list .gnav__sp__menu__list  {
    margin-top: -18px;
    padding: 0 0 9px 1em;
  }

  .gnav__sp__list .gnav__sp__menu__list a  {
    padding: 18px 0px!important;
    color:rgba(255,255,255,1)!important;
    font-size:calc(17px / 1.3)!important;
    transition-duration:0.2s;
    border-bottom:0.75px solid rgba(255,255,255,0.25);
  }

  .gnav__sp .inner ul li a.menu__list__link {
    border-bottom: none;
  }

  .gnav__sp__menu__child__list {
    margin-top: 0!important;
    padding: 0 0 0 1em!important;
  }

  .gnav__sp .inner ul ul.gnav__sp__menu__child__list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .gnav__sp .inner ul ul.gnav__sp__menu__child__list li a {
    display:block;
    color:rgba(255,255,255,1)!important;
    font-weight: 5400;
    padding:9px 0!important;
  }

  /*gnav__sp__sns__list*/
  .gnav__sp__sns__list  {
    margin: 18px auto;
    text-align: center;
  }

  .gnav__sp__sns__list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
  }

  .gnav__sp__sns__list li a {
    border-bottom: none!important;
  }

  .gnav__sp__sns__list li img {
    height: calc(79px / 2);
  }
}


/* ----------------------------------------------------------

Section Setting

---------------------------------------------------------- */
/*bg*/
.bg1 {
  background-color: #fff
}

.bg2 {
  background-color: #f4f2f3
}

/*color*/
.color1 {
  color: #fff;
}

  p.color1 {
    font-weight: 300;
  }

/*section*/
.section {
  padding:90px 0 ;
}

p.leed {
  font-size: 18px;
}

p.leed.center {
  text-align: center;
}

@media only screen and (max-width:767px) {
  .section {
    padding:calc(90px / 2) 0;
  }

  p.leed {
    font-size: calc(17px / 1.17)
  }

}

/*padding margin*/
.mt-4  {
  margin-top: -4.5px
}

.mt-9  {
  margin-top: -9px
}

.mt-18  {
  margin-top: -18px
}

.mt-27  {
  margin-top: -27px
}

.mt-36 {
  margin-top: -36px
}

.mt-45 {
  margin-top: -45px
}

.mt-54 {
  margin-top: -54px
}

.mt-63 {
  margin-top: -63px
}

.mt-72 {
  margin-top: -72px
}

.mt-81 {
  margin-top: -81px
}

.mt-90 {
  margin-top: -90px
}

.mt-120 {
  margin-top: -120px;
}

.mt-150 {
  margin-top: -150px;
}

.mt-180 {
  margin-top: -180px;
}

.mb-9  {
  margin-bottom: -9px
}

.mb-18  {
  margin-bottom: -18px
}

.mb-27  {
  margin-bottom: -27px
}

.mb-36 {
  margin-bottom: -36px
}

.mb-45 {
  margin-bottom: -45px
}

.mb-54 {
  margin-bottom: -54px
}

.mb-63 {
  margin-bottom: -63px
}

.mb-72 {
  margin-bottom: -72px
}

.mb-81 {
  margin-bottom: -81px
}

.mb-90 {
  margin-bottom: -90px
}

.mt0 {
  margin-top: 0!important;
}

.mt9 {
  margin-top: 9px;
}

.mt18 {
  margin-top: 18px;
}

.mt27 {
  margin-top: 27px;
}

.mt36 {
  margin-top: 36px;
}

.mt45 {
  margin-top: 45px;
}

.mt54 {
  margin-top: 54px;
}

.mt63 {
  margin-top: 63px;
}

.mt72 {
  margin-top: 72px;
}

.mt81 {
  margin-top: 81px;
}

.mt90 {
  margin-top: 90px;
}

.mb0 {
  margin-bottom: 0!important;
}

.mb9 {
  margin-bottom: 9px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb63 {
  margin-bottom: 63px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb81 {
  margin-bottom: 81px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt0 {
  padding-top: 0;
}

.pt9 {
  padding-top: 9px;
}

.pt18 {
  padding-top: 18px;
}

.pt27 {
  padding-top: 27px;
}

.pt36 {
  padding-top: 36px;
}

.pt45 {
  padding-top: 45px;
}

.pt54 {
  padding-top: 54px;
}

.pt63 {
  padding-top: 63px;
}

.pt72 {
  padding-top: 72px;
}

.pt81 {
  padding-top: 81px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pt150 {
  padding-top: 150px;
}

.pt180 {
  padding-top: 180px;
}

.pb0 {
  padding-bottom: 0;
}

.pb9 {
  padding-bottom: 9px;
}

.pb18 {
  padding-bottom: 18px;
}

.pb27{
  padding-bottom: 27px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb54 {
  padding-bottom: 54px;
}

.pb63 {
  padding-bottom: 63px;
}

.pb72 {
  padding-bottom: 72px;
}

.pb81 {
  padding-bottom: 81px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb210 {
  padding-bottom: 210px;
}

.pd9 {
  padding: 9px;
}

.pd18 {
  padding: 18px;
}

.pd27 {
  padding: 27px;
}

.pd36 {
  padding: 36px;
}

.pd45 {
  padding: 45px;
}

.pd54 {
  padding: 54px;
}

.pd63 {
  padding: 63px;

}

@media only screen and (max-width:767px) {
  .mt-4  {
    margin-top: calc(-4.5px / 2)
  }

  .mt-9  {
    margin-top: calc(-9px / 2)
  }

  .mt-18  {
    margin-top: calc(-18px / 2)
  }

  .mt-27  {
    margin-top: calc(-27px / 2)
  }

  .mt-36 {
    margin-top: calc(-36px / 2)
  }

  .mt-45 {
    margin-top: calc(-45px / 2)
  }

  .mt-54 {
    margin-top: calc(-54px / 2)
  }

  .mt-63 {
    margin-top: calc(-63px / 2)
  }

  .mt-72 {
    margin-top: calc(-72px / 2)
  }

  .mt-81 {
    margin-top: calc(-81px / 2)
  }

  .mt-90 {
    margin-top: calc(-90px / 2)
  }

  .mt-120 {
    margin-top: calc(-120px / 2)
  }

  .mt-150 {
    margin-top: calc(-150px / 2)
  }

  .mt-180 {
    margin-top: calc(-180px / 2)
  }

  .mb-9  {
    margin-bottom: calc(-9px / 2)
  }

  .mb-18  {
    margin-bottom: calc(-18px / 2)
  }

  .mb-27  {
    margin-bottom: calc(-27px / 2)
  }

  .mb-36 {
    margin-bottom: calc(-36px / 2)
  }

  .mb-45 {
    margin-bottom: calc(-45px / 2)
  }

  .mb-54 {
    margin-bottom: calc(-54px / 2)
  }

  .mb-63 {
    margin-bottom: calc(-63px / 2)
  }

  .mb-72 {
    margin-bottom: calc(-72px / 2)
  }

  .mb-81 {
    margin-bottom: calc(-81px / 2)
  }

  .mb-90 {
    margin-bottom: calc(-90px / 2)
  }

  .mt9 {
    margin-top: calc(9px / 2)
  }

  .mt18 {
    margin-top: calc(18px / 2)
  }

  .mt27 {
    margin-top: calc(27px / 2)
  }

  .mt36 {
    margin-top: calc(36px / 2)
  }

  .mt45 {
    margin-top: calc(45px / 2)
  }

  .mt54 {
    margin-top: calc(54px / 2)
  }

  .mt63 {
    margin-top: calc(63px / 2)
  }

  .mt72 {
    margin-top: calc(72px / 2)
  }

  .mt81 {
    margin-top: calc(81px / 2)
  }

  .mt90 {
    margin-top: calc(90px / 2)
  }

  .mb9 {
    margin-bottom: calc(9px / 2)
  }

  .mb18 {
    margin-bottom: calc(18px / 2)
  }

  .mb27 {
    margin-bottom: calc(27px / 2)
  }

  .mb36 {
    margin-bottom: calc(36px / 2)
  }

  .mb45 {
    margin-bottom: calc(45px / 2)
  }

  .mb54 {
    margin-bottom: calc(54px / 2)
  }

  .mb63 {
    margin-bottom: calc(63px / 2)
  }

  .mb72 {
    margin-bottom: calc(72px / 2)
  }

  .mb81 {
    margin-bottom: calc(81px / 2)
  }

  .mb90 {
    margin-bottom: calc(90px / 2)
  }

  .pt9 {
    padding-top: calc(9px / 2)
  }

  .pt18 {
    padding-top: calc(18px / 2)
  }

  .pt27 {
    padding-top: calc(27px / 2)
  }

  .pt36 {
    padding-top: calc(36px / 2)
  }

  .pt45 {
    padding-top: calc(45px / 2)
  }

  .pt54 {
    padding-top: calc(54px / 2)
  }

  .pt63 {
    padding-top: calc(63px / 2)
  }

  .pt72 {
    padding-top: calc(72px / 2)
  }

  .pt81 {
    padding-top: calc(81px / 2)
  }

  .pt90 {
    padding-top: calc(90px / 2)
  }

  .pt120 {
    padding-top: calc(120px / 2)
  }

  .pt150 {
    padding-top: calc(150px / 2)
  }

  .pt180 {
    padding-top: calc(180px / 2)
  }

  .pb9 {
    padding-bottom: calc(9px / 2)
  }

  .pb18 {
    padding-bottom: calc(18px / 2)
  }

  .pb27{
    padding-bottom: calc(27px / 2)
  }

  .pb36 {
    padding-bottom: calc(36px / 2)
  }

  .pb45 {
    padding-bottom: calc(45px / 2)
  }

  .pb54 {
    padding-bottom: calc(54px / 2)
  }

  .pb63 {
    padding-bottom: calc(63px / 2)
  }

  .pb72 {
    padding-bottom: calc(72px / 2)
  }

  .pb81 {
    padding-bottom: calc(81px / 2)
  }

  .pb90 {
    padding-bottom: calc(90px / 2)
  }

  .pb180 {
    padding-bottom: calc(180px / 2)
  }

  .pb210 {
    padding-bottom: calc(210px / 2)
  }

  .pd9 {
    padding: calc(9px / 2)
  }

  .pd18 {
    padding: calc(18px / 2)
  }

  .pd27 {
    padding: calc(27px / 2)
  }

  .pd36 {
    padding: calc(36px / 2)
  }

  .pd45 {
    padding: calc(45px / 2)
  }

  .pd54 {
    padding: calc(54px / 2)
  }

  .pd63 {
    padding: calc(63px / 2)
  }

}


/*section__container*/
.section__container .leed {
  text-align: center;
  margin:auto;
}


@media only screen and (max-width:767px) {
  .section__container .leed {
    text-align: justify;
    margin:0;
    padding-left: 18px;
    padding-right: 18px;
  }

}


/*section__title**/
.section__title {
  position: relative;
  font-style: normal;
}

.section__title span {
  display: block;
  text-align: center;
  margin: auto;
}

  .section__title span.en {
    font-size: 54px;
    font-weight:400;
    letter-spacing: 0.1em;
    line-height: 1.456789;
  }

    .section__title span.en.large {
      font-size: 63px;
    }

    .section__title span.en.xlarge {
      font-size: 72px;
    }

    .section__title span.en.xxlarge {
      font-size: 81px;
    }

    .section__title span.en.small {
      font-size: 45px;
    }

    .section__title span.en.xxsmall {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.345em;
    }

  .section__title span.ja {
    font-size:27px;
    line-height: 1.89;
    font-weight: 400;
    letter-spacing: 0.05em;
  }

    .home .section__title span.ja {
      letter-spacing: 0.345em;
    }

    .section__title span.ja.large {
      font-size:36px;
    }

    .section__title span.ja.xlarge {
      font-size:40.5px;
    }

    .section__title span.ja.xxsmall {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.345em;
    }

.section__title.border__bottom.left {
  border-bottom: 1px dotted #5e4355;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.section__title.border__bottom.left span.ja.mincho {
  display: block;
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width:767px) {
  .section__title span.en {
    font-size: calc(54px / 1.75);
    letter-spacing: calc(0.1em / 1.5);
  }

  .section__title span.en.large {
    font-size: calc(63px / 1.8);
  }

  .section__title span.en.xlarge {
    font-size: calc(72px / 1.9);
  }

  .section__title span.en.xxlarge {
    font-size: calc(81px / 1.9);
  }

  .section__title span.en.small {
    font-size: calc(45px / 1.6);
  }

  .section__title span.en.xxsmall {
    font-size: calc(16px / 1.3);
  }

  .section__title span.ja {
    font-size: calc(27px / 1.4);
    line-height: 1.56789;
  }

    .home .section__title span.ja {
      letter-spacing: calc(0.345em / 1.5);
    }

  .section__title span.ja.large {
    font-size: calc(36px / 1.65);
  }

  .section__title span.ja.xlarge {
    font-size: calc(40.5px / 2);
  }

  .section__title span.ja.xxsmall {
    font-size: calc(16px / 1.1);
  }

}


/*section__subtitle*/
.section__subtitle.left  {
  text-align: left;
  margin: 0;
}

.section__subtitle.center  {
  text-align: center;
  margin: 0 auto;
}

.section__subtitle span.ja.mincho {
  display: block;
  font-weight: 600;
}

  .section__subtitle.left span.ja.mincho {
    font-size: 22.5px;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
  }

  .section__subtitle.left span.ja.mincho.large {
    font-size: 24px;
  }
  
@media only screen and (max-width:767px) {
  .section__subtitle.left span.ja.mincho {
    font-size: calc(22.5px / 1.325);
    margin-bottom: calc(18px / 1.5);
    letter-spacing: calc(0.05em / 1.5);
  }

  .section__subtitle.left span.ja.mincho.large {
    font-size:calc(24px / 1.34);
  }
}


/*breadnav*/
.breadnav {
  padding: 36px 0 
}

.breadnav p {
  font-size: 15px;
  line-height: 2
}

.breadnav p a {
  text-decoration: underline!important;
}

  .breadnav p a:focus ,
  .breadnav p a:hover  {
    text-decoration: none!important;
    transition: 0.3s;
  }

@media only screen and (max-width:767px) {
  .breadnav {
    padding:calc(36px / 1.5) 0 ;
  }

  .breadnav p {
    font-size: calc(15px / 1.12)
  }
}


/*cta*/
.cta {
  background-image: url(../img/cta__bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  padding: 90px 0;
}

.cta__container {
  flex-basis: 100%;
}

.cta .section__title  {
  padding-top: 9px;
}

.cta .section__title span {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

.cta p.leed {
  text-align: center;
  font-weight: 300;
  color: #fff;
  margin: 65.5px auto auto;
  letter-spacing: 0.075em;
}

.cta__contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:90px auto auto;
}

.cta__contact__list li  {
  flex-basis: 32%;
  margin: 0 1%;
  color: #fff;
}

  .cta__contact__list li:nth-child(1)  {
    margin-left: 0;
  }

  .cta__contact__list li:nth-child(3)  {
    margin-right: 0;
  }

.cta__contact__list li span.ja {
  font-size: 18px;
  font-weight:400;
  color: inherit;
  display: block;
  text-align: center;
  margin: auto auto 9px;
}

.cta__contact__list li.tel a {
  font-size: 30.5px;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff!important;
  line-height: 1;
  padding:27px 18px;
}

.cta__contact__list li.line a ,
.cta__contact__list li.mail a {
  font-size:20px;
  display: block;
  letter-spacing: 0.0115em;
  font-weight: 600;
  line-height: 1;
  padding:30.5px 18px 24.5px;
}

.cta__contact__list li.tel a img {
  width: calc(39px /2);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5px;
  margin-top: -4.5px;
}

.cta__contact__list li.line a img {
  width: calc(72px /2);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5px;
  margin-top: -4.5px;
}

.cta__contact__list li.mail a img {
  width: calc(44px /2);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5px;
  margin-top: -4.5px;
}

@media only screen and (max-width:767px) {
  .cta {
    background-image: url(../img/cta__bg.jpg);
    background-position: 75% 0;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    padding: 90px 0;
  }

  .cta:after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #5e4355;
    opacity: 0.5;
    z-index: 11;
  }

  .cta__container {
    z-index: 123;
    flex-basis: 100%;
  }

  .cta .section__title  {
    padding-top: calc(9px / 1.5);
  }

  .cta .section__title span {
    font-size: calc(36px / 1.4);;
  }

  .cta p.leed {
    margin: calc(65.5px / 2) auto auto;
  }

  .cta__contact__list {
    margin:calc(90px / 1.5) auto auto;
  }

  .cta__contact__list li  {
    flex-basis: 100%;
    margin: 1% auto ;
  }

  .cta__contact__list li:nth-child(1),  
  .cta__contact__list li:nth-child(3)  {
    margin-right: auto ;
  }

  .cta__contact__list li span.ja {
    font-size: calc(18px / 1.18);
    margin: auto auto 9px;
  }

  .cta__contact__list li.tel a {
    font-size: calc(30.5px / 1.305);
    padding:calc(27px / 1.5) 1em;
  }

  .cta__contact__list li.line a ,
  .cta__contact__list li.mail a {
    font-size: calc(20px / 1.205);
    padding:calc(27px / 1.5) 1em;
  }

  .cta__contact__list li.tel a img {
    width: calc(39px / 2.5);
    margin-right: 2.25px;
    margin-top: -2.25px;
  }

  .cta__contact__list li.line a img {
    width: calc(72px /2.5);
    margin-right: 2.25px;
    margin-top: -2.25px;
  }

  .cta__contact__list li.mail a img {
    width: calc(44px / 2.5);
    margin-right: 2.25px;
    margin-top: -2.25px;
  }

}


/*page__header*/
.page__header {
  width: 100%;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(94, 67, 85, 1);
  overflow-x: clip;
}

.home__header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  align-items: center;
}

.page__header__text {
  flex-basis: 100%;
  text-align: center;
  margin: auto;
}

.page__header__title {
  text-align: left;
  margin:0;
}

.page__header__title span {
  display: block;
  text-align: center;
  margin: auto ;
  line-height: 1;
  color: #fff;
}

  .page__header__title span.ja {
    font-size: min(4vw, 45px);
    line-height: 1.2356789;
    font-weight:300;
    letter-spacing: 0.05em;
  }

  .page__header__title span.ja small {
    font-size: min(2vw, 24px);
    line-height: 1.2356789;
    font-weight:300;
    letter-spacing: 0.05em;
  }

  .page__header__title span.ja small.small {
    line-height: 1.2356789;
    font-size: min(1.5vw, 22.5px);
  }

  .page__header__title span.en {
    font-size: min(15.0vw, 189px);
    font-weight:500;
    margin: auto auto -5% ;;
    letter-spacing: 0.00123455em;
    opacity: 0.15;
  }

  .page__header__title span.en.large {
    font-size: min(17.0vw, 225px);
    word-break: keep-all;
    margin: auto auto -6% ;;
  }

  .page__header__title span.en.small {
    font-size: min(10vw, 144px);
    word-break: keep-all;
    margin: auto auto -4% ;;
  }

  .page__header__title span.en.xsmall {
    font-size: min(8vw, 126px);
    word-break: keep-all;
    margin: auto auto -3% ;;
  }

  .page__header__title span.en.xxsmall {
    font-size: min(6vw, 108px);
    word-break: keep-all;
    margin: auto auto -2.25% ;;
  }

  .page__header__title span.en.xxxsmall {
    font-size: min(5vw, 99px);
    word-break: keep-all;
    margin: auto auto -2.1% ;;
  }

@media only screen and (max-width:767px) {
  .page__header {
    height: calc(600px / 2);
  }

  .page__header__title span.ja {
    font-size: 24px;
    line-height: 1.456789;
  }

  .page__header__title span.ja small {
    /*font-size:20px*/
    font-size: calc(min(4vw, 24px) /1);
  }

  .page__header__title span.ja small.small {
    font-size: calc(min(3.5vw, 22.5px) /1);
  }

  .page__header__title span.en {
    /*font-size: 54px;*/
    letter-spacing: 0.000123455em;
    font-size: calc(min(15vw, 189px) / 1);
  }

  .page__header__title span.en.large {
    /*font-size:62px;*/
    font-size: calc(min(17vw, 225px) / 1);
  }

  .page__header__title span.en.small {
    /*font-size: 48px;*/
    font-size: calc(min(12vw, 144px) / 1);
  }

  .page__header__title span.en.xsmall {
    /*font-size: 40px;*/
    font-size:calc(min(10vw, 126px) / 1);
  }

  .page__header__title span.en.xxsmall {
    /*font-size: 30.5px;*/
    font-size:calc(min(8vw, 108px) / 1);
  }

  .page__header__title span.en.xxxsmall {
    /*font-size:24px;*/
    font-size:calc(min(7vw, 99px) / 1);
  }
}


/*error404*/
.section.error404 {
  padding-top: 90px;
}

.error404 .entry__btn a {
  display: block;
  text-decoration: none;
  margin: 36px auto 18px;
  max-width: 256px;
}

@media only screen and (max-width:767px) {
  .section.error404 {
    padding-top: calc(90px / 1.5);
  }

  .error404 .entry__btn a {
    display: block;
    text-decoration: none;
    margin: calc(36px / 1) auto calc(18px / 1.5);
    max-width: 100%;
  }

}


/* ----------------------------------------------------------

HOME Setting

---------------------------------------------------------- */
/*home__header*/
.home__header {
  width: 100%;
  height: 1024.0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(../img/home__header__bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__header:after {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 200px;
  mix-blend-mode: multiply;
  background: #5e4355;
  background: linear-gradient(180deg,rgba(51, 59, 73, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
}

.home__header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  height: 100%;
  align-items: center;
}

.home__header__text {
  flex-basis: 100%;
}

.home__header__title {
  text-align: left;
  margin:0;
  padding-top: 45px;
}

.home__header__title span.en {
  font-size: calc(90px + 45px);
  display: block;
  line-height: 1.123456789;
  color: #fff;
  font-weight:300;
  letter-spacing: 0.05em;
}

.home__header p {
  text-align: justify;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.123456789;
}

@media only screen and (max-width:767px) {
  .home__header {
    width: 100%;
    height: 100vh;/*
    height: 100svh;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url(../img/home__header__bg.jpg);
    background-position:55% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home__header:after {
    height: calc(150px / 1.5);
    background: #5e4355;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    z-index: 1;
    background: #5e4355;
  }


  .home__header__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    z-index: 234;
    height: 100%;
    align-items: end;
  }

  .home__header__text {
    flex-basis: 100%;
    padding-bottom:72px;
  }


  .home__header__title {
    padding-top:0
  }

  .home__header__title span.en {
    font-size: 14vw;
    letter-spacing: calc(0.25em / 2);
  }

  .home__header p {
    font-size: calc(17px / 1.17);
    text-align: justify;
    letter-spacing: xcalc(0.05em / 1.5);
    line-height: 2;
  }
}


/*home__menu*/
.home__menu {
  position: relative;
  z-index: 567;
  padding:72px 90px;
}

.home__menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.home__menu__list li  {
  flex-basis: 18%;
  margin: 0 1%
}

  .home__menu__list li:nth-child(1)  {
    margin-left: -4%;
  }

  .home__menu__list li:nth-child(5)  {
    margin-right: -1%;
  }

.home__menu__list li a  {
  text-decoration:none;
  display: block;
  text-align: center;
}

  .home__menu__list li:nth-child(5) a {
    padding-left:36px;
    margin-right: -36px;
  }
  
  .home__menu__list li a:hover  ,
  .home__menu__list li a:focus  {
    opacity: 1;
  }

.home__menu__list li a img  {
  width: calc(168px /2);
  margin: 18px auto;
}

.home__menu__list li span.ja  {
  display: block;
  font-weight: 500;
  font-size: 20.25px;
  padding: 18px 0 0;
  letter-spacing: 0.35em;
  line-height: 1.456789;
  position: relative;
}

  .home__menu__list li a:hover img ,
  .home__menu__list li a:focus img ,
  .home__menu__list li a:hover span.ja ,
  .home__menu__list li a:focus span.ja {
    opacity: 0.5;
    transition: 0.5s all;
  }

.home__menu__list li a:after  {
  position: absolute;
  content: '';
  border-right: 0.25px solid #5e4355;
  height: 95px;
  width: 0.5px;
  top: 15%;
  left: -2em;
  margin: 0;
}

  .home__menu__list li:nth-child(1) a:after  {
    display: none;
  }

@media only screen and (max-width:767px) {
  .home__menu {
    padding:calc(72px / 4) 1em;
  }

  .home__menu__list li  {
    flex-basis: 100%;
    margin:1% auto;
    padding: 0;
    text-align: left;
    border-bottom: 0.75px solid #dedede;
  }

  .home__menu__list li:nth-child(1)  ,
  .home__menu__list li:nth-child(5)  {
    margin-left:auto;
    margin-right:auto;
  }


  .home__menu__list li a ,
  .home__menu__list li:nth-child(5) a {
    text-align: left;
    padding-left:0;
    margin-right: 0;
    padding:9px 18px;
    background-image: url(../img/icon__arrow2.png);
    background-size: 16px;
    background-position: calc(100% - 1em) 50%;
    background-repeat: no-repeat;
  }
  
  .home__menu__list li a:hover  ,
  .home__menu__list li a:focus  {
    opacity: 1;
  }

  .home__menu__list li a img  {
    width: calc(168px / 4);
    margin:  auto;
    text-align: left;
  }

  .home__menu__list li span img  {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 9px;
  }

  .home__menu__list li span.ja  {
    display: inline-block;
    vertical-align: middle;
    font-size: calc(24px / 1.55);
    padding: 0 0;
    letter-spacing: 0.2em;
    text-align: left;
  }

  .home__menu__list li a:after ,
  .home__menu__list li:nth-child(1) a:after  {
    display: none;
  }


}

/*home__about*/
.home__about {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 34;
}

.home__about__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 123;
  padding:63px 0;
}

.home__about__text {
  flex-basis: 75%;
  position: relative;
  margin-left: 2.5%;
  margin-right: -5%;
  z-index: 34;
}

.home__about__img {
  flex-basis: 70%;
  margin-right: -20%;
  margin-left: -30%;
  position: relative;
  z-index: 12;
}

.home__about .section__title,
.home__about .section__title span {
  text-align: left;
}

.home__about .section__title span.en {
  font-size: 107px;
}

.home__about__text p {
  text-align: justify;
  flex-basis: 100%;
  padding-top: 5em;
  max-width: 656px;
  padding-left: 2.5em;
  line-height: 2.567;
}

@media only screen and (max-width:767px) {
  .home__about__container {
    padding:calc(63px / 1.5) 0;
  }

  .home__about__text {
    flex-basis: 100%;
    margin:1em auto;
  }

  .home__about__img {
    flex-basis: calc(100% + 2em);
    margin: 1em -1em;
  }

  .home__about .section__title span.en {
    font-size: calc(107px / 2);
  }

  .home__about__text p {
    padding-top: calc(5em /2);
    max-width: 100%;
    font-size: calc(17px / 1.17);
    padding-left:0;
  }
}



/*home__feature*/
.home__feature {
  padding-top: 0;
  position: relative;
  z-index: 12;
}

.home__feature__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: top;
  z-index: 123;
  padding: 0;
}

.home__feature__text {
  flex-basis: 55%;;
  position: relative;
  z-index: 34;
  order: 2;
  padding-top:calc(90px + 90px + 90px);
}

.home__feature__img {
  flex-basis:60%;
  margin-left: -22.5%;
  margin-right: -5%;
  position: relative;
  z-index: 12;
  order: 1;
}


@media only screen and (min-width:1280px) {
  .home__feature__text {
    flex-basis: 45%;;
  }

  .home__feature__img {
    flex-basis:60%;
    margin-left: -5%;
    margin-right: -15%;
  }
}


@media only screen and (max-width:767px) {
  .home__feature {
    overflow-x: hidden;
  }

  .home__feature__text {
    flex-basis: 100%;;
    order: 1;
    padding-top:calc(90px / 2);
    padding-bottom:calc(90px / 2);
    margin: 1em auto;
  }

  .home__feature__img {
    flex-basis:100%;
    order: 2;
    margin: 1em auto;
  }

}


.home__feature__img li.img1 {
  left:0;
}

.home__feature__img li.img2 {
  position: absolute;
  left: 10em;
  top: 30em;
}

.home__feature__img li.img1 img {
  max-width: calc(1080px / 1.9);
}

.home__feature__img li.img2 img {
  max-width: calc(1080px / 2.25);
}

.home__feature .section__title,
.home__feature .section__title span {
  text-align: left;
}

.home__feature .section__title span.en {
  font-size: 107px;
}

.home__feature__container p  {
  text-align: justify;
  font-size: 17px;
  line-height: 2.2345;
}

.home__feature__list {
  margin-top: 36px;
}

.home__feature__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  padding: 36px 0 ;
  border-bottom:0.75px dotted #5e4355;
}

  .home__feature__list dl:nth-last-child(1) {
    border-bottom: none;
  }

.home__feature__list dl dt {
  flex-basis: 10%;
}

.home__feature__list dl dd {
  flex-basis: 90%;
}

.home__feature__list dl dt span.en {
  display: block;
  font-size: 45px;
  line-height: 1.3456789;
  font-style: italic;
}

.home__feature__title span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.789;
}

.home__feature__list p  {
  display: block;
  margin-top:24px;
  width: 97.5%;
  text-align: justify;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width:767px) {
  .home__feature__img li.img2 {
    position: relative;
    right: -1em;
    left:3em;
    top: -5em;
  }

    .home__feature__img li.img1 img {
      max-width: 90%;
    }

    .home__feature__img li.img2 img {
      max-width: 87%;
      object-fit: cover;
      width: 100%;
      object-position: top center;
      height: 500px;
    }


  .home__feature .section__title span.en {
    font-size: calc(107px / 2);
  }

  .home__feature__list {
    margin-top: calc(36px / 1.5);
  }

  .home__feature__list dl {
    padding:calc(36px / 1.5) 0 ;
  }

  .home__feature__list dl dt {
    flex-basis: 12.5%;
  }

  .home__feature__list dl dd {
    flex-basis: 87.5%;
  }

  .home__feature__list dl dt span.en {
    font-size: calc(45px / 1.5);
  }

  .home__feature__title span {
    font-size: calc(24px / 1.35);
  }

  .home__feature__list p  {
    margin-top:calc(24px / 1.5);
    font-size: calc(17px / 1.17);
    width: 100%
  }

}


/*home__access*/
.home__access {
  padding-top: calc(90px + 90px);
  padding-bottom: calc(90px + 45px);
  position: relative;
}

.home__access figure {
  width: 100%;
  margin: auto auto 36px;
  padding: 0 
}

.home__access__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 90px 0 0 ;
}

.home__access__text {
  order: 1;
  flex-basis: 45%;
}

.home__access__map {
  order: 2;
  flex-basis: 55%;
}

.home__access .section__title,
.home__access .section__title span {
  text-align: center;
}

.home__access .section__title span.en {
  font-size: 107px;
}

.home__access__title {
  text-align: left!important;
  position: relative;
  margin: 0;
}

.home__access__title span {
  display: block;
  text-align: left!important;
  position: relative;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.home__access__text p {
  line-height: 2;
  text-align: left;
}

.home__access__btn {
  margin: 72px 0 0;
  width: 400px;
  text-align: left;
}

.home__access__btn a {
  font-size: 20px;
}

@media only screen and (max-width:767px) {
  .home__access {
    padding-top: calc(90px / 90);
    padding-bottom: calc(90px / 4);
  }

  .home__access figure {
    margin: auto auto calc(36px /1.5);
  }

  .home__access__container {
    padding: calc(90px / 1.5) 0 0 ;
  }

  .home__access__text {
    flex-basis: 100%;
    order: 2;
  }

  .home__access__map {
    flex-basis: 100%;
    order: 1;
    margin-top: -2em;
    margin-bottom: 1em;
  }

  .home__access .section__title span.en {
    font-size: calc(107px / 2);
  }

  .home__access__title span {
    font-size:calc(24px / 1.35);
    margin-bottom: calc(24px / 1.5);
  }

  .home__access__btn {
    margin: calc(72px / 2) auto;
    width: 100%;
  }

  .home__access__btn a {
    font-size: calc(20px / 1.2);
  }

}


/* ----------------------------------------------------------

Menu Setting

---------------------------------------------------------- */
/*menu
.menu__list a {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  background-image: url(../img/icon__arrow1.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.menu__list:nth-last-child(1) a.menu__list__link {
  background-image: none;
}

.menu__list  {
  padding: 45px 0;
  border-bottom: 1px dotted #5e4355
}

.menu__list__icon {
  flex-basis: 150px;
}

.menu__list__title {
  text-align: left;
  margin: 0;
  flex-basis:calc(100% - 200px);
}

.menu__list__title span {
  display: block;
  text-align: left;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}

.menu__list__icon img {
  border-radius: 27px;
  border: 10px solid #f9f6f3;
  box-sizing: border-box;
}

@media only screen and (max-width:767px) {
  .menu__list a {
    background-size: calc(30px / 2);
  }

  .menu__list  {
    padding: calc(45px / 1.5) 0;
  }

  .menu__list__icon {
    flex-basis: 100px;
  }

  .menu__list__title {
    flex-basis:calc(100% - 118px);
  }

  .menu__list__title span {
    font-size: calc(30px / 1.56);
  }

  .menu__list__icon img {
    border-radius: calc(27px / 1.5);
  }
}



/*menu__child
.menu__child {
  padding-top: 45px;
}

.menu__child__list {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
  padding-left: 45px;
}

.menu__child__list li {
  margin:0 1.5%;
  text-align: left;
}

  .menu__child__list li:nth-child(3n-2) {
    flex-basis: 30%;
    margin-left: 0;
  }

  .menu__child__list li:nth-child(3n-1) {
    flex-basis: 35%;
  }

  .menu__child__list li:nth-child(3n) {
    flex-basis: 25%;
    margin-right: 0;
  }

.menu__child__list li a {
  background-image: url(../img/icon__arrow1.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

  .menu__child .menu__child li {
    flex-basis: 100%;
  }

  .menu__child .menu__child li a {
    margin-bottom: 24.5px;
  }

.menu__child__list li {
  margin-bottom: 11.25px;
}

.menu__child__list li a {
  font-size: 15px;
}

@media only screen and (max-width:767px) {
  .menu__child {
    padding-top: calc(45px / 1.5);
  }

  .menu__child__list {
    padding-left:4.5px;
  }

  .menu__child__list li {
    margin:2% auto;
    text-align: left;
  }

  .menu__child__list li:nth-child(3n-2) ,
  .menu__child__list li:nth-child(3n-1) ,
  .menu__child__list li:nth-child(3n) {
    flex-basis: 100%;
    margin-right:auto;
    margin-left:auto;
  }

  .menu__child__list li a {
    background-position: 100% 50%;
    background-size: calc(18px / 1.5);
  }

  .menu__child .menu__child li {
    flex-basis: 100%;
  }

  .menu__child .menu__child li a {
    margin-bottom: calc(24.5px / 1.25);
  }

  .menu__child__list li {
    margin-bottom:calc(11.25px / 1.25);
  }

  .menu__child__list li a {
    font-size:calc(15px / 1.1);
  }

}

/* ----------------------------------------------------------

Clinic Setting

---------------------------------------------------------- */
/*about*/
.about__container {
  padding-top: 72px;
}

.access__map__container {
  margin-top: 9px;
  margin-bottom: 9px;
  width: 100%;
}

.access__map__container iframe {
  width: 100%;
  height: 500px;
}

.access__map__link {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width:767px) {
  .about__container {
    padding-top:calc(72px / 1.5);
  }

  .access__map__container {
    margin-top:calc(9px / 1.5);
    margin-bottom: calc(9px / 1.5);;
    width: 100%;
  }

  .access__map__container iframe {
    width: 100%;
    height:calc(500px / 1.5);
  }

  .access__map__link {
    font-size: calc(16px / 1.16);
  }

}


/*history*/
.history {
  position: relative;
  padding-top: 18px;
}

.history__container {
  padding-top: 72px;
}

@media only screen and (max-width:767px) {
  .history {
    padding-top: calc(18px /1.5);
  }

  .history__container {
    padding-top: calc(72px /1.5);
  }

}


/* ----------------------------------------------------------

Subject Setting

---------------------------------------------------------- */
/*subject__section*/
.subject__section {
  padding: 90px 0;
  margin: 45px auto;
  background-color: #f4f2f3;
}

  .subject__section.others {
    background-color: #fff;
  }

.subject__section .section__title span {
  letter-spacing: 0.085em;
}

.subject__head {
  padding: 45px 3px 27px;
  border-radius: 6px;
  border: 1px solid #5b4454;
  background-color: #fff;
  margin-top: 27px;
  border-radius: 18px;
}

.subject__head__bottom  {
  width: calc(46px / 1);;
  height: calc(46px / 1);
  margin: auto;
  position: relative;
  z-index: 12345;
  margin-top: -23px;
  background-image: url(../img/subject__head.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: calc(46px / 1);
}
/*
  .internal .subject__head {
    background:#f1f1f2;
  }

  .dermatology .subject__head {
    background:#f9f6f3;
  }
*/
.subject__title {
  text-align: center;
  margin: auto;
  position: relative;
}

.subject__title span {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 30.5px;
  letter-spacing: 0.0525em;
  padding:  0 ;
  margin: 0 auto ;
  font-weight: 500;
}

.subject__title:before,
.subject__title:after {
  position: absolute;
  content: '';
  margin: auto;
  width:calc(76px / 1);
  height:calc(61px / 1);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: calc(76px / 1);
}

  .subject__title:before {
    top:0%;
    left: 5px;
    background-image: url(../img/subject__title1__bg.png);
  }

  .subject__title:after {
    top:25%;
    right: 5px;
    background-image: url(../img/subject__title2__bg.png);
  }

@media only screen and (max-width:767px) {
  .subject__section {
    padding: calc(90px / 2) 0;
    margin: calc(45px / 1.5) auto;
  }

  .subject__head {
    padding: calc(45px / 2) 0 calc(27px / 2);
    margin-top: calc(27px / 1.5);
    border-radius: calc(18px / 1.5);
  }

  .subject__head__bottom  {
    width: calc(46px / 1);;
    height: calc(46px / 1);
    margin-top: -23px;
    background-image: url(../img/subject__head.png);
    background-size: calc(46px / 1);
  }

  .subject__title span {
    font-size:calc(30.5px /1.65);
    letter-spacing: calc(0.0525em /1.5);
  }

  .subject__title:before,
  .subject__title:after {
    width:calc(76px / 2);
    height:calc(61px / 2);
    background-size: calc(76px / 2);
  }

  .subject__title:before {
    top:0%;
    left: 5px;
    background-image: url(../img/subject__title1__bg.png);
  }

  .subject__title:after {
    top:25%;
    right: 5px;
    background-image: url(../img/subject__title2__bg.png);
  }

}


/*.subject__menu_*/
.subject__menu__container {
  padding: 18px;
  border-radius: 18px;
  position: relative;
}

  .internal .subject__menu__container:after {
    border-top: 50px solid #5e4355;
  }

  .dermatology .subject__menu__container:after {
    border-top: 50px solid #7f740b;
  }

.subject__menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 18px ;
}

.subject__menu__list li {
  margin: 0 0.35%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.56789;
  border-radius: 100px;
  padding:20px 30px 20px 55px ;
  text-align: center;
  text-indent: -24px;
  background-color: #74606e;
}

  .subject__menu__list li:before {
    content: '';
    width:  calc(63px/ 2.5);
    height: calc(63px/ 2.5);
    margin: 0 9px 0 0;
    display: inline-block;
    vertical-align: middle;
    background-image:url(../img/icon__check3.png) ;
    background-size: calc(63px/ 2.75);
    background-repeat: no-repeat;
    background-position: 0 50%;
  }

  .subject__menu__list li:nth-child(3n-2) {
    margin-left: 0;
  }

  .subject__menu__list li:nth-child(3n) {
    margin-right: 0;
  }

.subject__menu__list li img {
  pointer-events: no-repeat;
  width: 23px;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -2.25px;
}

@media only screen and (max-width:767px) {
  .subject__menu__container {
    padding: calc(18px/ 2);
    border-radius: calc(18px/ 2);
  }

  .subject__menu__list {
    padding: calc(18px/ 2); ;
  }

  .subject__menu__list li {
    width: 100%;
    margin: 1% auto;
    font-size: calc(18px/ 1.18);
    border-radius: 100px;
    padding:calc(20px/ 1.5) 18px calc(20px/ 1.5) calc(55px/ 1.5) ;
    text-indent: -15px;
  }

  .subject__menu__list li:before {
    width:  calc(63px/ 3.5);
    height: calc(63px/ 3.5);
    margin: 0 calc(9px/ 1.5) 0 0;
    background-image:url(../img/icon__check3.png) ;
    background-size: calc(63px/ 4.25);
    background-position: 0 50%;
  }

  .subject__menu__list li img {
    width: calc(23px / 1.5);
    margin-right: calc(9px / 1.5);;
    margin-top: -1.125px;
  }
}


/*subject__detail*/
.subject__detail__list {
  background: #fff;
  padding: 36px 36px 36px 72px;
  border-radius: 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 18px 0;
}

.subject__detail__title {
  flex-basis: 30%;
  text-align: left;
  margin: 0;
}

.subject__detail__list p {
  flex-basis: 65%;
  display: block;
  position: relative;
  text-align: left;
  margin: 0;
}

.subject__detail__title span {
  flex-basis: 100%;
  display: block;
  text-align: left;
  margin: 0;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.456789;
}

  .subject__detail__title span small {
    font-size: 16px;
  }

.subject__detail__list p {
  font-size: 17.25px;
  text-align: justify;
  font-weight: 400;
  padding: 0 9px;
}

@media only screen and (max-width:767px) {
  .subject__detail__list {
    padding: calc(36px / 1.5) 18px ;
    border-radius: calc(18px / 1.5);
    margin: calc(18px / 1.5) 0;
  }

  .subject__detail__title {
    flex-basis: 100%;
    text-align: center;
    margin:4.5px auto 13.5px;
  }

  .subject__detail__list p {
    flex-basis: 100%;
  }

  .subject__detail__title span {
    font-size: calc(22.5px / 1.2);
    line-height: 1.456789;
    text-align: center;
    margin: auto;
  }

  .subject__detail__title span small {
    font-size: calc(16px / 1.16);
  }

  .subject__detail__list p {
    font-size: calc(17.25px / 1.175);
    padding: 0 calc(9px/ /1.5);
  }

}

/*subject__others*/
.subject__others__container {
  padding: 18px;
  border-radius: 18px;
  position: relative;
  margin-top: 27px;
}

  .internal .subject__others__container ,
  .dermatology .subject__others__container ,
  .urology .subject__others__container {
    background-color: #f4f2f3;
  }
  
.subject__others__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  padding:18px 90px;
}

.subject__others__list li {
  flex-basis: 48%;
  margin:1%;
  font-weight: 600;
  font-size: 19px;
  background-image: url(../img/icon__check2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: calc(63px / 2.25);
  padding-left: 36px;
  text-align: left;
}

  .subject__others__list li:nth-child(odd) {
    margin-left: 0;
  }

  .subject__others__list li:nth-child(even) {
    margin-right: 0;
  }

.subject__others__caution {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 16px;
  margin-bottom: 9px;
}

@media only screen and (max-width:767px) {
  .subject__others__container {
    padding: calc(18px / 1.5);
    border-radius: calc(18px / 1.5);
    margin-top: calc(27px / 1.5);
  }

  .subject__others__list {
    padding:calc(18px / 1.5) 18px;
  }

  .subject__others__list li {
    flex-basis: 100%;
    margin:1% auto;
    font-size: calc(19px / 1.2);
    background-image: url(../img/icon__check2.png);
    background-size: calc(63px / 3.5);
    background-position: 0 9px;
    padding-left: calc(36px / 1.5);
  }

  .subject__others__list li:nth-child(odd) ,
  .subject__others__list li:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .subject__others__caution {
    font-size: calc(16px / 1.16);
    margin-bottom: calc(9px / 1.5);
  }
}

/* ----------------------------------------------------------

Menu Setting

---------------------------------------------------------- */
/*menu*/
.menu__list__container {
  padding: 90px 0 ;
}

.menu__list a {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  background-image: url(../img/icon__arrow2.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.menu__list:nth-last-child(1) a.menu__list__link {
  background-image: none;
}

.menu__list  {
  padding: 45px 0;
  border-bottom: 1px dotted #5b4454
}

.menu__list__icon {
  flex-basis: 90px;
}

.menu__list__title {
  text-align: left;
  margin: 0;
  flex-basis:calc(100% - calc(90px + 45px));
}

.menu__list__title span {
  display: block;
  text-align: left;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}

@media only screen and (max-width:767px) {
  .menu__list__container {
    padding:calc(90px / 1.5) 0;
  }

  .menu__list a {
    background-size: calc(30px / 2);
  }

  .menu__list  {
    padding: calc(45px / 1.5) 0;
  }

  .menu__list__icon {
    flex-basis: 90px;
  }

  .menu__list__title {
    flex-basis:calc(100% - 99px);
  }

  .menu__list__title span {
    font-size: calc(30px / 1.56);
  }

}


/*menu__child*/
.menu__child {
  padding-top: 45px;
}

.menu__child__list {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
  padding-left: 45px;
}

.menu__child__list li {
  margin:0 1.5%;
  text-align: left;
}

  .menu__child__list li:nth-child(3n-2) {
    flex-basis: 30%;
    margin-left: 0;
  }

  .menu__child__list li:nth-child(3n-1) {
    flex-basis: 35%;
  }

  .menu__child__list li:nth-child(3n) {
    flex-basis: 25%;
    margin-right: 0;
  }

.menu__child__list li a {
  background-image: url(../img/icon__arrow2.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

  .menu__child .menu__child li {
    flex-basis: 100%;
  }

  .menu__child .menu__child li a {
    margin-bottom: 24.5px;
  }

.menu__child__list li {
  margin-bottom: 11.25px;
}

.menu__child__list li a {
  font-size: 15px;
}

@media only screen and (max-width:767px) {
  .menu__child {
    padding-top: calc(45px / 1.5);
  }

  .menu__child__list {
    padding-left:4.5px;
  }

  .menu__child__list li {
    margin:2% auto;
    text-align: left;
  }

  .menu__child__list li:nth-child(3n-2) ,
  .menu__child__list li:nth-child(3n-1) ,
  .menu__child__list li:nth-child(3n) {
    flex-basis: 100%;
    margin-right:auto;
    margin-left:auto;
  }

  .menu__child__list li a {
    background-position: 100% 50%;
    background-size: calc(18px / 1.5);
  }

  .menu__child .menu__child li {
    flex-basis: 100%;
  }

  .menu__child .menu__child li a {
    margin-bottom: calc(24.5px / 1.25);
  }

  .menu__child__list li {
    margin-bottom:calc(11.25px / 1.25);
  }

  .menu__child__list li a {
    font-size:calc(15px / 1.1);
  }

}


/* ----------------------------------------------------------

Setting Setting

---------------------------------------------------------- */
/*service__about*/
.service__about__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: top;
}

.service__about__text {
  order: 1;
  flex-basis:calc(100% - calc(468px + 45px));
}

.service__about__img {
  order:2;
  flex-basis: 468px;
  margin-top: 9px;
  margin-bottom: 18px;
}

.service__about .section__title small.en {
  font-size: 18px;
}

.service__about__text p {
  text-align: justify;
}

.service__about__img img {
  border-radius: 18px;
}

.service__about__container.noimg .service__about__text {
  flex-basis:100%
}

@media only screen and (max-width:767px) {
  .service__about__text,
  .service__about__container.noimg .service__about__text {
    flex-basis:100%
  }

  .service__about__img {
    flex-basis:100%;
    margin-top:9px;
    margin-bottom: calc(18px / 1.5);
  }

  .service__about .section__title small.en {
    font-size: calc(18px / 1.18);
  }

}


/*service__influence*/
.service__influence__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top
}

.service__influence__list {
  background:#f9f6f3;
  border-radius: 9px;
  padding:45px 36px ;
  flex-basis: 32%;
  margin: 0 1% 2%;
}

  .service__influence__list:nth-child(3n-2) {
    margin-left: 0;
  }

  .service__influence__list:nth-child(3n) {
    margin-right: 0;
  }

.service__influence__title {
  position: relative;
  text-align: center;
  margin: auto;
}

.service__influence__list span {
  display: block;
}

.service__influence__title span.num {
  position: relative;
  display: block;
  font-size: 40.5px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}

.service__influence__title span.num:after {
  position: absolute;
  content: '';
  top:calc(100% + 22.5px);
  left: calc(50% - calc(50px /2));
  width: 50px;
  border-top: 1px solid #5e4355;
}

.service__influence__list span.title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40.5px;
}

.service__influence__list p {
  font-size: 17px;
  margin-top: 13.5px;
  font-weight: 400;
  text-align: justify;
}

@media only screen and (max-width:767px) {
  .service__influence__list {
    padding:calc(45px / 1.5) 18px ;
    flex-basis: 100%;
    margin: 2% auto;
  }

  .service__influence__list:nth-child(3n-2) ,
  .service__influence__list:nth-child(3n) {
    margin-left: auto;
    margin-right: auto;
  }

  .service__influence__title span.num {
    font-size: calc(40.5px / 1.4505);
  }

  .service__influence__title span.num:after {
    top:calc(calc(100% + 22.5px) / 1.125);
    left: calc(50% - calc(50px /2));
    width: 50px;
  }

  .service__influence__list span.title {
    font-size: calc(24px / 1.34);
    margin-top: calc(40.5px / 1.405);
  }

  .service__influence__list p {
    font-size: calc(17px / 1.17);
    margin-top: calc(13.5px / 1.5);
  }

}


/*service__whats*/
.service__whats__container {
  background:#f9f6f3;
  border-radius: 18px;
  padding:45px 54px 9px;
}

.service__whats__list {
  margin-bottom: 45px;
}

.service__whats__title {
  position: relative;
  text-align: left;
  margin: auto;
  border-bottom: 1px dotted #5e4355 ;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.service__whats__list span {
  display: inline-block;
  vertical-align: middle;
}

.service__whats__title span.num {
  position: relative;
  font-size: 40.5px;
  font-weight: 500;
  font-style: italic;
  margin-right: 9px;
  line-height: 1;
}

.service__whats__list span.title {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.service__whats__list p {
  font-size: 17px;
  margin-top: 13.5px;
  font-weight: 400;
  text-align: justify;
}

@media only screen and (max-width:767px) {
  .service__whats__container {
    background:#f9f6f3;
    border-radius: 18px;
    padding:calc(45px / 1.5) 18px calc(9px / 1.5);
  }

  .service__whats__list {
    margin-bottom: calc(45px / 1.5);
  }

  .service__whats__title {
    border-bottom: 1px dotted #5e4355 ;
    padding-bottom: 9px;
    margin-bottom: 9px;
  }

  .service__whats__title span.num {
    font-size: calc(40.5px / 1.405);
    margin-right: calc(9px / 1.5);
  }

  .service__whats__list span.title {
    font-size: calc(24px / 1.24);
  }

  .service__whats__list p {
    font-size: calc(17px / 1.17);
    margin-top: calc(13.5px / 1.5);
  }

}

/*service__recommend*/
.service__recommend__container {
  background-color: #ecf5fd;
  border-radius: 18px;
  padding:45px 90px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.service__recommend__text {
  flex-basis: 50%;
}

.service__recommend__img {
  flex-basis: 45%;
  text-align: right;
}

.service__recommend__text ul li {
  font-size: 19px;
  font-weight: 500;
  background-image: url(../img/icon__check2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: calc(63px / 2);
  margin: 13.5px 0;
  padding-left: 45px;
  text-align: left;
  display: block;
  text-align: left;
}

.service__recommend__img img {
  width: calc(628px /2);
}

@media only screen and (max-width:767px) {
  .service__recommend__container {
    padding:calc(45px / 4) 18px 0;
  }

  .service__recommend__text {
    flex-basis: 100%;
  }

  .service__recommend__img {
    flex-basis: 100%;
    text-align: center;
  }

  .service__recommend__text ul li {
    font-size: calc(19px / 1.19);
    background-size: calc(63px / 3);
    background-position: 0 9px;
    margin: calc(13.5px /1.5) 0;
    padding-left: calc(45px / 1.5);
  }

  .service__recommend__img img {
    width: calc(628px / 3);
    margin-top: 9px;
  }
}


/*service__target*/
.service__target__container {
  background-color: #f9f6f3;
  border-radius: 18px;
  padding:36px 90px;
  box-sizing: border-box;
}

.service__target__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top
}

.service__target__list li {
  flex-basis: 31.5%;
  margin: 1%;
  position: relative;
  font-size: 19px;
  font-weight: 500;
}

.service__target__list li:before {
  position: relative;
  content: '・';
  margin-right:4.5px;
}

.service__target__list li.nodisc:before {
  content: '';
  margin-right:0;
}

  .service__target__list li:nth-child(3n-2) {
    margin-left: 0;
    flex-basis: 36.5%;
  }

  .service__target__list li:nth-child(3n-1) {
    flex-basis: 26.5%;
  }

  .service__target__list li:nth-child(3n) {
    margin-right: 0;
    flex-basis: 31.5%;
  }

@media only screen and (max-width:767px) {
  .service__target__container {
    padding:calc(36px /1.5) 18px;
  }

  .service__target__list li {
    flex-basis: 100%;
    margin: 1% auto;
    font-size: calc(19px / 1.19);
  }

  .service__target__list li:before {
    margin-right:calc(4.5px / 1);
  }

  .service__target__list li.nodisc:before {
    content: '';
    margin-right:calc(4.5px * 2.75);
  }

  .service__target__list li:nth-child(3n-2) {
    flex-basis: 100%;
  }

  .service__target__list li:nth-child(3n-1) {
    flex-basis: 100%;
  }

  .service__target__list li:nth-child(3n) {
    margin-right: 0;
    flex-basis: 100%;
  }
}


/*service__background*/
.service__background__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: 18px;
}

.service__background__text {
  flex-basis: calc(100% - 438px);
}

.service__background__img {
  flex-basis: 420px;
  text-align: right;
}

.service__background__list {
  background:#f9f6f3;
  border-radius: 18px;
  padding:30.5px 36px;
  margin-bottom: 18px;
}

.service__background__title {
  position: relative;
  text-align: left;
  margin: auto;
  border-bottom: 1px dotted #5e4355 ;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.service__background__list span {
  display: inline-block;
  vertical-align: middle;
}

.service__background__title span.num {
  position: relative;
  font-size: 40.5px;
  font-weight: 500;
  font-style: italic;
  margin-right: 9px;
  line-height: 1;
}

.service__background__list span.title {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.service__background__list p {
  font-size: 17px;
  margin-top: 13.5px;
  font-weight: 400;
  text-align: justify;
}

@media only screen and (max-width:767px) {
  .service__background__container {
    margin-top: calc(18px / 1.5);
  }

  .service__background__text {
    flex-basis: 100%;
  }

  .service__background__img {
    flex-basis:100%;;
    text-align: center;
    margin-top: 9px;
    border-radius: 18px;
  }

  .service__background__img img {
    border-radius: 18px;
  }

  .service__background__list {
    padding:calc(30.5px / 1.5) 18px;
    margin-bottom: calc(18px / 1.5);
  }

  .service__background__title {
    padding-bottom: 9px;
    margin-bottom: 9px;
  }

  .service__background__title span.num {
    font-size: calc(40.5px / 1.505) ;
    margin-right: calc(9px / 1.5);
  }

  .service__background__list span.title {
    font-size: calc(24px / 1.405) ;
    width: 88%;
    line-height: 1.56789;
    text-align: left;
  }

  .service__background__list p {
    font-size: calc(17px / 1.17) ;
    margin-top: calc(13.5px / 1.5);
  }

}


/*service__treatment*/
.service__treatment__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: 18px;
}

.service__treatment__text {
  order: 1;
  flex-basis: calc(100% - 736px);
}

.service__treatment__img {
  order: 2;
  flex-basis: 700px;
  text-align: right;
}

.service__treatment__list {
  background:#f9f6f3;
  border-radius: 18px;
  padding:27px 36px;
  margin-bottom: 18px;
}

.service__treatment__title {
  position: relative;
  text-align: left;
  margin: auto;
  border-bottom: 1px dotted #5e4355 ;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.service__treatment__list p {
  font-size: 17px;
  margin-top: 13.5px;
  font-weight: 400;
  text-align: justify;
}

@media only screen and (max-width:767px) {
  .service__treatment__container {
    margin-top: calc(18px / 1.5);
  }

  .service__treatment__text {
    flex-basis: 100%
  }

  .service__treatment__img {
    flex-basis: 100%;
    text-align: center;
    border-radius: 18px;
  }

  .service__treatment__img img {
    border-radius: 18px;
  }

  .service__treatment__list {
    padding:calc(27px / 1.5) 18px;
    margin-bottom: calc(18px / 1.5);
  }

  .service__treatment__title {
    padding-bottom: 9px;
    margin-bottom: 9px;
  }

  .service__treatment__list p {
    font-size: calc(17px / 1.17);
    margin-top:calc(13.5px / 1.5);
  }
}

/*service__report*/
.service__report__container {
  background-color: #fefbf0;
  border-radius: 18px;
  padding: 0 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.service__report__text {
  order: 2;
  flex-basis: 45%;
}

.service__report__img {
  order: 1;
  flex-basis: 45%;
  text-align: left;
}

.service__report__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  padding:40.5px 45px;
}

.service__report__list li {
  flex-basis: 47%;
  margin:1%;
  position: relative;
  font-size: 19px;
  font-weight: 500;
}

.service__report__img img {
  width: calc(1395px / 1.75);
  margin-left: -90px;
}

@media only screen and (max-width:767px) {
  .service__report__text {
    flex-basis: 100%;
    order: 1;
  }

  .service__report__img {
    flex-basis: 100%;
    order: 2;
    text-align: center;
  }

  .service__report__list {
    padding:calc(40.5px / 4.25) 18px calc(40.5px / 2.25);
  }

  .service__report__list li {
    flex-basis: 100%;
    margin:1.25% auto;
    font-size: calc(19px / 1.19);
  }

  .service__report__img img {
    width: calc(1395px / 2.25);
    margin-left: auto;
  }
}


/*service__price*/
.service__price {
  padding: 90px 0;
  background: #f9f6f3;
}

.service__price .section__title span.en {
  font-size: 45px;
}

.service__price .section__title span.ja {
  letter-spacing: 0.075em;
}

.service__price__container {
  border-radius: 18px;
  padding: 45px 90px;
  background: #fff;
  margin-top: 45px;
}

.service__symptom__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}

.service__price__list dl  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20.25px 45px;
  border-bottom: 0.8px dotted #5e4355;
}

  .service__price__list dl:nth-last-child(1)  {
    border-bottom: none;
  }

.service__price__list dl dt {
  flex-basis: 75%;
  font-size: 18px;
}

.service__price__list dl dd {
  flex-basis: 25%;
  text-align: right;
  font-size: 20.25px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

  .service__price__list.price__large dl dt {
    flex-basis: 35%;
  }

  .service__price__list.price__large dl dd {
    flex-basis: 65%;
  }

.service__price__caution {
  display: block;
  text-align: right;
  margin-top: 9px;
  font-size: 12px;
}

.service__price__list__text {
  font-size: 14px;
  padding: 20.25px 45px;
  border-bottom: 0.8px dotted #5e4355;
}

.service__price__block {
  margin: 36px auto 0;
}

.service__price__title {
  text-align: center;
  margin: auto;
  padding:13.5px 18px;
  background: #5e4355;
  margin-bottom: -54px;
  position: relative;
  z-index: 123;
  border-radius:18px 18px 0 0 ;
}

.service__price__title span.ja {
  text-align: center;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 24px;
}

.service__price__text {
  font-size: 17px;
}

@media only screen and (max-width:767px) {
  .service__price {
    padding: calc(90px / 2) 0;
  }

  .service__price .section__title span.en {
    font-size: calc(45px / 1.55);
  }

  .service__price .section__title span.ja {
    letter-spacing: calc(0.075em / 1.5);
  }

  .service__price__container {
    padding: calc(45px / 2) 18px;
    margin-top: calc(45px / 1.5);
  }

  .service__price__list dl  {
    padding: calc(20.25px / 1.5) 0
  }

  .service__price__list dl dt {
    flex-basis: 100%;
    font-size: calc(18px / 1.18);
    text-align: left;
  }

  .service__price__list dl dd {
    flex-basis: 100%;
    font-size: calc(20.25px / 1.225);
    text-align: left;
  }

  .service__price__list.price__large dl dt,
  .service__price__list.price__large dl dd ,
  .service__price__list.price__middlee dl dt,
  .service__price__list.price__middlee dl dd {
    flex-basis: 100%;
    text-align: left;
  }

  .service__price__caution {
    margin-top: calc(9px /1.5);
    font-size: calc(12px /1.12);
  }

  .service__price__list__text {
    font-size: calc(14px / 1.14);
    padding: calc(20.25px / 1.5) 18px
  }

  .service__price__block {
    margin: calc(36px / 1.5) auto 0;
  }

  .service__price__title {
    padding:calc(13.5px / 1.5) 18px;
    margin-bottom: calc(-54px / 1.5);
  }

  .service__price__title span.ja {
    font-size: calc(24px / 1.34);
  }

  .service__price__text {
    font-size: calc(17px / 1.17);
    text-align: justify;
  }
}


/*service__monitor
.service__monitor {
  padding: 90px 0;
  background: #f9f6f3;
}

.service__monitor .section__title span.en {
  font-size: 45px;
}

.service__monitor .section__title span.ja {
  letter-spacing: 0.075em;
}

.service__monitor p.leed {
  text-align: center;
  margin: 36px auto;
}

.service__monitor__container {
  border-radius: 18px;
  padding: 45px 18px;
  background: #fff;
  margin-top: 45px;
}

.service__monitor__title {
  text-align: center;
  margin: auto;
}

.service__monitor__title span {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 24px;
  font-weight: 500;
}

.service__monitor__list {
  padding: 36px 18px;
  box-sizing: border-box;
}

.service__monitor__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}

.service__monitor__list ul li {
  box-sizing: border-box;
  flex-basis: 33%;
  padding: 0 4%;
}

  .service__monitor__list ul li:nth-child(2) {
    border-left: 1px dotted #5e4355;
    border-right: 1px dotted #5e4355;
  }

.service__monitor__subtitle {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 20.5px;
  font-weight: 600;
}

@media only screen and (max-width:767px) {
  .service__monitor {
    padding: calc(90px / 2) 0;
  }

  .service__monitor .section__title span.en {
    font-size: calc(45px / 1.55);
  }

  .service__monitor .section__title span.ja {
    letter-spacing: calc(0.075em / 1.5);
  }

  .service__monitor p.leed {
    margin: calc(36px / 1.5) auto;
  }

  .service__monitor__container {
    padding: calc(45px / 1.5) 18px;
    margin-top: calc(45px / 1.5);
  }

  .service__monitor__title span {
    font-size: calc(24px / 1.24)
  }

  .service__monitor__list {
    padding: calc(36px / 1.5) 18px;
  }

  .service__monitor__list ul li {
    flex-basis: 100%;
    padding: 2% auto;
  }

  .service__monitor__list ul li:nth-child(2) {
    margin:18px 0 ;
    border-left: none;
    border-right: none;
  }

  .service__monitor__subtitle {
    font-size: calc(20.5px / 1.205);
  }

}


/*service__regenerative*/
.service__regenerative__container {
  background:#f9f6f3;
  border-radius: 18px;
  padding: 0 ;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.service__regenerative__text {
  flex-basis: 70%;
  padding: 45px;
  box-sizing: border-box;
}

.service__regenerative__img {
  position:absolute;
  right: 0;
  top: 0;
}

.service__regenerative__text p {
  text-align: justify;
}

.service__regenerative__img img {
  width: calc(964px /2);
}

@media only screen and (max-width:767px) {
  .service__regenerative__text {
    flex-basis: 100%;
    order: 1;
    padding: calc(45px / 4) 18px;
  }

  .service__regenerative__img {
    position:relative;
    flex-basis: 100%;
    order: 2;
    text-align: center;
    margin: 9px auto auto;
  }
}


/*service__merit*/
.service__merit__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top
}

.service__merit__list {
  background:#f9f6f3;
  border-radius: 9px;
  padding:45px 36px ;
  flex-basis: 48%;
  margin: 1%;
}

  .service__merit__list:nth-child(odd) {
    margin-left: 0;
  }

  .service__merit__list:nth-child(eve) {
    margin-right: 0;
  }

.service__merit__title {
  position: relative;
  text-align: center;
  margin: auto;
}

.service__merit__list span {
  display: block;
}

.service__merit__title span.num {
  position: relative;
  display: block;
  font-size: 40.5px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}

.service__merit__title span.num:after {
  position: absolute;
  content: '';
  top:calc(100% + 22.5px);
  left: calc(50% - calc(50px /2));
  width: 50px;
  border-top: 1px solid #5e4355;
}

.service__merit__list span.title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40.5px;
}

.service__merit__list p {
  font-size: 17px;
  margin-top: 13.5px;
  font-weight: 400;
  text-align: justify;
}

@media only screen and (max-width:767px) {
  .service__merit__list {
    padding:calc(45px / 1.5) 18px ;
    flex-basis: 100%;
    margin: 2% auto;
  }

  .service__merit__list:nth-child(odd),
  .service__merit__list:nth-child(eve) {
    margin-left: auto;
    margin-right: auto;
  }

  .service__merit__title span.num {
    font-size:calc(40.5px / 1.405)
  }

  .service__merit__title span.num:after {
    top:calc(calc(100% + 22.5px) / 1.25);
    left: calc(50% - calc(50px /2));
    width: 50px;
  }

  .service__merit__list span.title {
    font-size: calc(24px / 1.24);
    margin-top: calc(40.5px / 1.5);
  }

  .service__merit__list p {
    font-size: calc(17px / 1.17); 
    margin-top: calc(13.5px / 1.5);
  }

}


/*service__summary*/
.service__summary__img {
  text-align: center;
  margin: 2em auto;
}

.service__summary__img img {
  width: 720px;
  text-align: center;
  margin: auto;
}

@media only screen and (max-width:767px) {
  .service__summary__img {
    margin: 2em auto;
    padding: 0 2em;
  }

  .service__summary__img img {
    width: 100%;
  }
}


/* ----------------------------------------------------------

Monitor Setting

---------------------------------------------------------- */
/*monitor__about*/
.section.monitor__about {
  padding:90px 0 0;
  margin-bottom: -45px;
  position: relative;
}
  
  .monitor__spacer {
    padding: 45px 0 0;
    position: relative;
  }

.monitor__container {
  position: relative;
}

.monitor__list {
  padding:54px 72px;
}

.monitor__list a {
  text-decoration: none;
}

.monitor__detail__container {
  display: flex;
  padding: 36px 0 9px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.monitor__detail__text {
  flex-basis: 50%;
}

.monitor__detail__img {
  flex-basis: 46%;
}

.monitor__detail__title {
  position: relative;
  display: block;
  background:#74606e ;
  color: #fff;
  text-align: center;
  padding: 9px;
}

.monitor__detail__title span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 27px;
}

.monitor__detail__body {
  background:#fff;
  padding:27px 9px;
}

@media only screen and (max-width:767px) {
  .section.monitor__about {
    padding:calc(90px / 1.5) 0 0;
    margin-bottom: -22.5px;
  }
  
  .monitor__spacer {
    padding: calc(46px / 1.5) 0 0;
    position: relative;
  }

  .monitor__list {
    padding:calc(54px / 1.5) 0;
  }

  .monitor__detail__container {
    padding: calc(36px / 1.5) 0 9px;
  }

  .monitor__detail__text {
    flex-basis: 100%;
  }

  .monitor__detail__img {
    flex-basis: 100%;
    margin-top: 18px;
  }

  .monitor__detail__title {
    padding: calc(9px / 1.5);
  }

  .monitor__detail__title span {
    font-size: calc(27px / 1.5);
  }

  .monitor__detail__body {
    padding:calc(27px / 1.5) 9px calc(27px / 1.15);
  }

}

/*monitor__price__list*/
.monitor__price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

  .monitor__price__list.border {
    padding-bottom: 36px;
    margin-bottom: 27px;
    border-bottom: 1px dotted #5b4454 ;
  }

.monitor__price__list li.before {
  flex-basis: 42%;
}

.monitor__price__list li.after {
  flex-basis: 52%;
  text-align: center;
  margin: auto;
}

.monitor__price__list li.before:after {
  position: absolute;
  content: '▶︎';
  width: 2%;
  height: 20px;
  margin:0;
  top: 0%;
  left: 100%;
}

  .monitor__price__list li.before.twoline:after {
    top: 40%;
  }

.monitor__price__before__title {
  display: block;
  color: #5b4454;
  width: 90%;
  text-align: center;
  font-size: 13px;
  margin: 9px auto;
}

.monitor__price__after__title {
  display: block;
  background-color: #f4f2f3;
  color: #5b4454;
  width: 90%;
  text-align: center;
  font-size: 13px;
  margin: 9px auto;
}

.monitor__price__list li.before span.en {
  display: block;
  text-align: center;
  font-size: 27px;
  line-height: 1.34567;
  font-weight: 500;
}

.monitor__price__list li.after span.en {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
}

  .monitor__price__list li.after span.en small {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    line-height: 1.4567;
    font-weight: 400;
  }

.monitor__price__list li.after span.ja.caution {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4567;
  font-weight: 300;
}

.monitor__caution {
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .monitor__price__list.border {
    padding-bottom: calc(36px / 1.5);
    margin-bottom: calc(27px / 1.5);
  }

  .monitor__price__list li.before {
    flex-basis: 100%;
    padding-bottom: 27px;
  }

  .monitor__price__list li.after {
    flex-basis:  100%;
    text-align: center;
    margin: auto;
  }

  .monitor__price__list li.before:after,
  .monitor__price__list li.before.twoline:after {
    position: absolute;
    content: '▼';
    width: 2%;
    height: 20px;
    margin:0;
    top: calc(100% - 27px);
    left: 50%;
  }

  .monitor__price__before__title {
    width: 50%;
    font-size: 13px;
    margin: 9px auto;
  }

  .monitor__price__after__title {
    width: 50%;
    font-size: 13px;
    margin: 9px auto;
  }

  .monitor__price__list li.before span.en {
    font-size: calc(27px / 1.45);
  }

  .monitor__price__list li.after span.en {
    font-size: calc(45px / 1.45);
  }

  .monitor__price__list li.after span.en small {
    font-size: calc(24px / 1.35);
  }

  .monitor__price__list li.after span.ja.caution {
    font-size: 13px;
  }

}

/* ----------------------------------------------------------

Beauty Setting

---------------------------------------------------------- */
/*beauty__about*/
.beauty__about__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0;
}

  .beauty__about__container.top {
    text-align: top;
  }

  .beauty__about__container.center {
    justify-content: center;
  }

  .beauty__about__container.block {
    display: block;
  }

.beauty__about__text {
  order: 1;
  flex-basis:57.5%
}

.beauty__about__img {
  order:2;
  flex-basis: 37.5%;
  margin-top: 9px;
  margin-bottom: 18px;
  text-align: right;
}

.beauty__about__text p {
  text-align: justify;
  line-height: 2.1234;
  font-size: 17px;
  font-weight: 300;
}

.beauty__about p  ,
.beauty__about li  {
  font-weight: 300;
}

  .beauty__about__container.middle .beauty__about__text {
    flex-basis:calc(100% - calc(368px + 45px));
  }

  .beauty__about__container.middle .beauty__about__img {
    flex-basis: 368px;
  }

  .beauty__about__container.small .beauty__about__text {
    flex-basis:calc(100% - calc(268px + 45px));
  }

  .beauty__about__container.small .beauty__about__img {
    flex-basis: 268px;
  }

  .beauty__about__container.divided2 .beauty__about__text {
    flex-basis:48%
  }

  .beauty__about__container.divided2 .beauty__about__img {
    flex-basis:48%
  }

.beauty__about__inner {
  background-color: #fff;
  border-radius: 9px;
  margin: 36px auto auto;
  padding: 36px 54px;
  width: 100%;
}

  .beauty__about__inner .beauty__about__container {
    padding: 18px 0;
  }

  .beauty__about__inner.bg2 {
    background-color: #f4f2f3;
  }

@media only screen and (max-width:767px) {
  .beauty__about__container {
    padding: calc(45px / 1.5) 0;
  }

  .beauty__about__text {
    flex-basis: 100%;
  }

  .beauty__about__img {
    flex-basis: 100%;
    margin-top: 24.5px;
    margin-bottom: 18px;
    text-align: center;
  }

  .beauty__about__container.middle .beauty__about__text,
  .beauty__about__container.small .beauty__about__text ,
  .beauty__about__container.noimg .beauty__about__text,
  .beauty__about__container.divided2 .beauty__about__text {
    flex-basis:100%
  }

  .beauty__about__container.middle .beauty__about__img,
  .beauty__about__container.small .beauty__about__img,
  .beauty__about__container.divided2 .beauty__about__img {
    flex-basis:100%
  }

  .beauty__about__container .section__subtitle span {
    font-size: calc(22.5px / 1.255)!important
  }

  .beauty__about__text p {
    font-size: calc(17px / 1.17);
  }

  .beauty__about__inner {
    margin: calc(36px / 1.5) auto auto;
    padding: calc(36px / 2.5) 18px;
  }

  .beauty__about__inner  .beauty__about__container {
    padding: calc(18px / 1.5) 0;
  }

}


/*beauty__head*/
.beauty__head  {
  background-color: #5b4454;
  widows: 100%;
  height: 300px;
  padding: 0;
  margin: 0 0 -45px;
  position: relative;
}

.beauty__head__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.beauty__head__title {
  flex-basis: 100%;
  text-align: center;
  margin:auto;
}

.beauty__head__title span {
  display: block;
  text-align: center;
  margin: auto ;
  line-height: 1;
  color: #fff;
}

  .beauty__head__title span.ja {
    font-size: min(4vw, 45px);
    font-weight:300;
    letter-spacing: 0.05em;
  }

@media only screen and (max-width:767px) {
  .beauty__head  {
    background-color: #5b4454;
    height: calc(300px / 1.5);
    margin: 0 0 -22.5px;
  }

  .beauty__head__title span.ja {
    font-size: 24px;
  }
}



/*beauty__flex*/
.beauty__flex__container {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
  margin-top: 36px;
}

  .beauty__flex__container.center {
    justify-content: center;
  }

  .beauty__flex__container.left {
    justify-content: flex-start;
  }

.beauty__flex__container.divided2 .beauty__flex__list {
  flex-basis: 49%;
  margin: 1%;
  padding: 45px 40.5px;
  border-radius: 9px;
}

  .beauty__flex__container.divided2 .beauty__flex__list:nth-child(odd) {
    margin-left: 0;
  }

  .beauty__flex__container.divided2 .beauty__flex__list:nth-child(even) {
    margin-right: 0;
  }

  .beauty__flex__container.divided2 .beauty__flex__list.short {
    flex-basis: 39%;
  }

  .beauty__flex__container.divided2 .beauty__flex__list.long {
    flex-basis: 59%;
  }

.beauty__flex__container.divided3 .beauty__flex__list {
  flex-basis: 32%;
  margin: 1% 0.5%;
  padding: 45px 40px;
  border-radius: 9px;
}

  .beauty__flex__container.divided3 .beauty__flex__list:nth-child(3n-2) {
    margin-left: 0;
  }

  .beauty__flex__container.divided3 .beauty__flex__list:nth-child(3n) {
    margin-right: 0;
  }

  .beauty__flex__container.divided3 .beauty__flex__list.long {
    flex-basis: 50%;
  }

  .beauty__flex__container.divided3 .beauty__flex__list.notext {
    padding: 24px 40.5px 9px;
  }

.beauty__flex__list {
  background-color: #fff;
}

  .beauty__flex__list.bg2 {
    background-color: #f4f2f3
  }

  .beauty__flex__list.border {
    border:1px dotted #5e4355;
  }


.beauty__flex__text {
  text-align: left;
}

.beauty__flex__title {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  margin: auto auto 18px;
}

  .beauty__flex__title.left {
    margin: auto 0 18px ;
    text-align: left;
  }

.beauty__flex__title span {
  display: block;
  line-height: 1.56789;
  font-weight: 700;
  letter-spacing: 0.05em;
}

  .beauty__flex__title span.mincho.large {
    font-size: 21px;
  }

  .beauty__flex__title span.mincho.xlarge {
    font-size: 24px;
  }

  .beauty__flex__title span.mincho.xxlarge {
    font-size: 29px;
  }

.beauty__flex__text p {
  font-size: 17px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .beauty__flex__container {
    margin-top: calc(36px / 1.5)
  }

  .beauty__flex__container.divided2 .beauty__flex__list,
  .beauty__flex__container.divided3 .beauty__flex__list {
    flex-basis: 100%;
    margin: 1% auto;
    padding: calc(45px / 1.5) 18px
  }

  .beauty__flex__container.divided2 .beauty__flex__list:nth-child(odd),
  .beauty__flex__container.divided2 .beauty__flex__list:nth-child(even),
  .beauty__flex__container.divided3 .beauty__flex__list:nth-child(3n-2),
  .beauty__flex__container.divided3 .beauty__flex__list:nth-child(3n) {
    margin-left: auto;
    margin-right: auto;
  }

  .beauty__flex__container.divided2 .beauty__flex__list.short,
  .beauty__flex__container.divided2 .beauty__flex__list.long ,
  .beauty__flex__container.divided3 .beauty__flex__list.short,
  .beauty__flex__container.divided3 .beauty__flex__list.long {
    flex-basis: 100%;
  }

  .beauty__flex__container.divided3 .beauty__flex__list.notext {
    padding: calc(24px / 1.5) 18px;
  }

  .beauty__flex__title {
    margin: auto auto calc(18px / 1.5);
  }

  .beauty__flex__title.left {
    margin: auto 0 calc(18px / 1.5);
  }

  .beauty__flex__title span.mincho.large {
    font-size: calc(21px / 1.21);
  }

  .beauty__flex__title span.mincho.xlarge {
    font-size:calc(24px / 1.25);
  }

  .beauty__flex__title span.mincho.xxlarge {
    font-size:calc(29px / 1.325);
  }

  .beauty__flex__text p {
    font-size:calc(17px / 1.17);
  }

}


/*beauty__flow*/
.beauty__flow__container {
  position: relative;
}

.beauty__flow__list {
  margin-top: 36px;
}

.beauty__flow__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #f4f2f3;
  align-items: center;
  margin: 18px 0;
  padding: 24px 36px;
  border-radius:9px;
}

  .beauty__flow__list dl dt {
    flex-basis: 10%;
  }

  .beauty__flow__list dl dd {
    flex-basis: 85%;
  }

  .beauty__flow__list.nodt dl dt {
    flex-basis: 0;
    display: none;
  }

  .beauty__flow__list.nodt dl dd {
    flex-basis: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

.beauty__flow__list dl dt span.en {
  font-weight: 500;
  font-size:36px ;
  font-style: italic;
}

.beauty__flow__list dl dd span.ja {
  font-size:20px ;
  font-weight: 600;
}

  .beauty__flow__list dl dd span.ja.mincho {
    font-size:24px ;
  }

.beauty__flow__list dl dd p {
  font-size:16px ;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .beauty__flow__list {
    margin-top:calc(36px / 1.5);
  }

  .beauty__flow__list dl {
    margin: calc(18px  /1.5) 0;
    padding: calc(24px  /1.25) 18px;
    border-radius:9px;
  }

    .beauty__flow__list dl dt {
      flex-basis: 100%;
    }

    .beauty__flow__list dl dd {
      flex-basis: 100%;
    }

    .beauty__flow__list.nodt dl dd {
      flex-basis: 100%;
      padding-left: calc(18px  /1.5);
      padding-right: calc(18px  /1.5);
    }

  .beauty__flow__list dl dt span.en {
    font-size:calc(36px  / 1.36);
  }

  .beauty__flow__list dl dd span.ja {
    font-size:calc(20px  / 1.25);
  }

  .beauty__flow__list dl dd span.ja.mincho {
    font-size:calc(24px  / 1.35);
  }

  .beauty__flow__list dl dd p {
    font-size:calc(16px  / 1.16);
  }
}


/*beauty__point__list*/
.beauty__point__container {
  position: relative;
}

  .beauty__point__list.divided2  {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: top;
  }

.beauty__point__list li {
  background-image: url(../img/icon__check2.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: calc(63px /2.5);
  padding: 16px 0;
  font-weight: 400;
  padding-left:calc(63px /2);
  border-bottom:1px dotted #5e4355;
}

.beauty__point__list li:nth-last-child(1) {
  border-bottom:none;
}

.beauty__point__list.divided2  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
}

.beauty__point__list.divided2 li {
  flex-basis: 50%;
}

.beauty__point__list.divided2 li:nth-last-child(1) {
  border-bottom:1px dotted #5e4355;
}

.beauty__point__list.divided2 li.full {
  flex-basis: 100%;
}

.beauty__point__list.divided3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
}

.beauty__point__list.divided3 li {
  flex-basis: calc(100% / 3);
}

  .beauty__point__list.divided3 li.long {
    flex-basis: 45%
  }

  .beauty__point__list.divided3 li.middle {
    flex-basis: 30%
  }

  .beauty__point__list.divided3 li.short {
    flex-basis:25%
  }

.beauty__point__list.divided3 li.full {
  flex-basis: 100%;
}

@media only screen and (max-width:767px) {
  .beauty__point__list li {
    background-size: calc(63px / 4);
    background-position: 0 20.25px;
    padding: calc(16px / 1.5) 0;
    padding-left:calc(63px / 3);
  }

  .beauty__point__list.divided2 li,
  .beauty__point__list.divided2 li.full ,
  .beauty__point__list.divided3 li,
  .beauty__point__list.divided3 li.long,
  .beauty__point__list.divided3 li.middle,
  .beauty__point__list.divided3 li.short,
  .beauty__point__list.divided3 li.full {
    flex-basis: 100%;
  }

}


/*beauty__num__list*/
.beauty__num__list li {
  display: inline-block;
  vertical-align: middle;
  margin-right:10%;
  padding: 9px 0;
  font-weight: 400;
}

  .beauty__num__list.divided2 li {
    width: 49%;
    padding: 4.5px 0;
    margin-right:0
  }

@media only screen and (max-width:767px) {
  .beauty__num__list li {
    display:block;
    margin-right:0;
    padding: calc(9px / 1.5) 0;
  }

  .beauty__num__list.divided2 li {
    width: 100%;
    padding:calc(4.5px / 1.5) 0;
    margin-right:0
  }

}


/*beauty__detail*/
.beauty__detail__container {
  margin-top: 36px;
  border-radius: 9px;
  padding: 24px 54px;
  width: 100%;
}

  .beauty__detail__container.bg2 {
    background: #f4f2f3;
  }

  .beauty__detail__container.border {
    background: #fff;
    border: 1px solid #5b4454;
  }

@media only screen and (max-width:767px) {
  .beauty__detail__container {
    margin-top: calc(36px / 1.5);
    padding: calc(24px / 1.5) 18px;
  }

  .beauty__detail__container.border {
    border: calc(1px  / 1.5) solid #5b4454;
  }
}


/*beauty__others__list*/
.beauty__others__list  {
  text-align: center;
  margin: auto;
}

.beauty__others__list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  position: relative;
  margin:0 2%;
}

  .beauty__others__list.block li {
    display: block;
    text-align: left;
    margin:0 0;
  }

.beauty__others__list li:before {
  content: '';
  width:  calc(63px/ 2.5);
  height: calc(63px/ 2.5);
  margin: 0 9px 0 0;
  display: inline-block;
  vertical-align: middle;
  background-image:url(../img/icon__check2.png) ;
  background-size: calc(63px/ 2.75);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

  .beauty__others__list.divided2 li {
    width: calc(100% / 2.1);
    text-align: left;
    margin:0.5% 0;
  }

  .beauty__others__list.divided2 li.blank:before {
    background-image:none;
  }

  .beauty__others__list.divided3 li {
    width: calc(100% / 3);
    text-align: left;
    margin:0.5% 0;
  }

  .beauty__others__list.divided3 li.long {
    width: 40%;
  }

  .beauty__others__list.divided3 li.short {
    width: 29%;
  }

  .beauty__others__list.divided3 li.middle {
    width: 30%;
  }

.beauty__others__list li img {
  width: calc(63px/2.5);
  margin-top: -2.5px;
  margin-right: 9px;
}

@media only screen and (max-width:767px) {
  .beauty__others__list li {
    display:block;
    margin:2% auto;
  }

  .beauty__others__list li:before {
    width:  calc(63px/ 4);
    height: calc(63px/ 4);
    margin: 0 9px 0 0;
    background-image:url(../img/icon__check2.png) ;
    background-size: calc(63px/ 4);
    background-position: 0 50%;
  }

  .beauty__others__list.divided3 li {
    width:100%;
    margin:2% auto;
    margin:2% auto;
  }

  .beauty__others__list.divided3 li.long,
  .beauty__others__list.divided3 li.short ,
  .beauty__others__list.divided3 li.middle ,
  .beauty__others__list.divided2 li {
    width: 100% 
  }

  .beauty__others__list.divided2 li.blank {
    display: none;
  }
  
  .beauty__others__list li img {
    width: calc(63px/ 4);
    margin-top: -2.5px;
    margin-right: calc(9px /1.5)
  }

}


.icon__check {
  width: calc(63px/ 2.75);
  margin-right: 4.5px;
  pointer-events: none;
}

.bold {
  font-weight: bold!important
}

@media only screen and (max-width:767px) {
  .icon__check {
    width: calc(63px/ 4);
    margin-right: 4.5px;
  }

}



/*beauty__list*/
.beauty__list__dotted li {
  position: relative;
  font-size: 17px;
  padding: 9px 18px;
  width: 100%;
  border-bottom: 1px dotted #5e4355;
}

  .beauty__list__dotted li:nth-last-child(1) {
    border-bottom: none;
  }
  
.beauty__list__dotted.checked li {
  position: relative;
}

  .beauty__list__dotted.checked li:before {
    content: '';
    width:  calc(63px/ 2.5);
    height: calc(63px/ 2.5);
    margin: 0 9px 0 0;
    display: inline-block;
    vertical-align: middle;
    background-image:url(../img/icon__check2.png) ;
    background-size: calc(63px/ 2.75);
    background-repeat: no-repeat;
    background-position: 0 50%;
  }

@media only screen and (max-width:767px) {
  .beauty__list__dotted li {
    font-size: calc(17px / 1.17);
    padding: 9px 18px;
  }

  .beauty__list__dotted.checked li:before {
    width:  calc(63px/ 4);
    height: calc(63px/ 4);
    margin: 0 9px 0 0;
    background-image:url(../img/icon__check2.png) ;
    background-size: calc(63px/ 4);
    background-position: 0 50%;
  }
}


/*beauty__summary*/
.beauty__summary__list li {
  background-image: url(../img/icon__check2.png);
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: calc(63px /2.5);
  vertical-align: middle;
  padding-left:calc(63px / 1.8);
}

@media only screen and (max-width:767px) {
  .beauty__summary__list li {
    background-image: url(../img/icon__check2.png);
    background-position: 0 9px;
    background-size: calc(63px / 4);
    padding-left:calc(63px / 3);
  }
}


/*beauty__balloon*/
.beauty__balloon .beauty__flex__list {
  border-radius: 36px 36px 0 36px ;
}

.beauty__balloon .beauty__flex__list:after {
  position: absolute;
  content: '';
  top:calc(100% - 10px);
  left:calc(100% - 27px);
  margin: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #f4f2f3;
  border-top: 0;
  transform: rotate(45deg);
}

@media only screen and (max-width:767px) {
  .beauty__balloon .beauty__flex__list {
    border-radius: 36px 36px 0 36px ;
    margin: 18px auto!important;
  }

  .beauty__balloon .beauty__flex__list:after {
    position: absolute;
    content: '';
    top:calc(100% - 10px);
    left:calc(100% - 27px);
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #f4f2f3;
    border-top: 0;
    transform: rotate(45deg);
  }

}



/*beauty__price*/
.beauty__price {
  margin-top: 45px;
  padding: 90px 0;
}

.beauty__price__container {
  border-radius: 18px;
  padding: 45px 90px;
  background: #fff;
  margin-top: 45px;
}

.beauty__price__subtitle {
  text-align: center;
  margin: auto;
  border-bottom: 0.8px dotted #5e4355;
}

  .beauty__price__subtitle span {
    display: block;
    text-align: center;
    margin: auto;
    font-size: 27px;
    padding-bottom: 9px;
  }

.beauty__price__list dl  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 24px 45px;
  border-bottom: 0.8px dotted #5e4355;
}

  .beauty__price__list dl:nth-last-child(1)  {
    border-bottom: none;
  }

.beauty__price__list dl dt {
  flex-basis: 75%;
  font-size: 17px;
}

.beauty__price__list dl dd {
  flex-basis: 25%;
  text-align: right;
  font-size: 19.5px;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}

  .beauty__price__list.price__large dl dt {
    flex-basis: 35%;
  }

  .beauty__price__list.price__large dl dd {
    flex-basis: 65%;
  }

  .beauty__price__list.price__middlee dl dt {
    flex-basis: 45%;
  }

  .beauty__price__list.price__middlee dl dd {
    flex-basis: 55%;
  }

  .beauty__price__list dl.ddfull dt {
    flex-basis: 0;
  }

  .beauty__price__list dl.ddfull dd {
    flex-basis: 100%;
  }

.beauty__price__list dl dd small {
  font-size: 16px;
}

.beauty__price__caution {
  display: block;
  text-align: right;
  margin-top: 9px;
  padding-right: calc(90px + 45px);
  font-size: 12px;
}

.beauty__price__list__text {
  font-size: 14px;
  padding: 20.25px 45px;
  border-bottom: 0.8px dotted #5e4355;
}

.beauty__price__block {
  margin: 36px auto 0;
}

.beauty__price__title {
  text-align: center;
  margin: auto;
  padding:13.5px 18px;
  background: #5e4355;
  margin-bottom: -54px;
  position: relative;
  z-index: 123;
  border-radius:18px 18px 0 0 ;
}

.beauty__price__title span.ja {
  text-align: center;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 24px;
}

@media only screen and (max-width:767px) {
  .beauty__price {
    margin-top: calc(45px / 1.5);
    padding: calc(90px / 2) 0;
  }

  .beauty__price .section__title.border__bottom.left {
    margin-top: calc(36px / 1.55);
    padding-bottom: calc(4.5px /1.5)!important;
    margin-bottom: calc(-13.5px / 1.5)!important;
  }

  .beauty__price .section__title.border__bottom.left span.ja {
    font-size:calc(30.5px / 1.305);
  }

  .beauty__price__container {
    padding:calc(45px / 2) 18px;
    margin-top: calc(45px / 2);
  }

  .beauty__price__subtitle span {
    font-size: calc(27px / 1.387);
    padding-bottom: calc(9px / 1.5);
  }

  .beauty__price__list dl  {
    padding: calc(24px / 1.5) 0
  }

  .beauty__price__list dl dt {
    flex-basis: 100%;
    font-weight: 300;
    font-size: calc(17px / 1.17);
    text-align: left;
  }

  .beauty__price__list dl dd {
    flex-basis: 100%;
    font-size: calc(19.5px / 1.225);
    text-align: left;
  }

  .beauty__price__list dl dd small {
    font-size: calc(16px / 1.16);
  }

  .beauty__price__list.price__large dl dt,
  .beauty__price__list.price__large dl dd ,
  .beauty__price__list.price__middlee dl dt,
  .beauty__price__list.price__middlee dl dd {
    flex-basis: 100%;
    text-align: left;
  }

  .beauty__price__caution {
    margin-top: calc(9px /1.5);
    font-size: calc(12px /1.12);
    padding-right:1em
  }

  .beauty__price__list__text {
    font-size: calc(14px / 1.14);
    padding: calc(20.25px / 1.5) 18px
  }

  .beauty__price__block {
    margin: calc(36px / 1.5) auto 0;
  }

  .beauty__price__title {
    padding:calc(13.5px / 1.5) 18px;
    margin-bottom: calc(-54px / 1.5);
  }

  .beauty__price__title span.ja {
    font-size: calc(24px / 1.34);
  }
}

/*beauty__schedule*/
.beauty__schedule__container {
  padding-top: 18px;
  padding-bottom:9px;
}

.beauty__schedule__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}

.beauty__schedule__list li {
  border-radius: 9px;
  background: #f9f6f3;
  margin:1%;
  padding: 36px 45px ;
  flex-basis: 49%;
}

  .beauty__schedule__list li:nth-child(odd) {
    margin-left: 0;
  }

  .beauty__schedule__list li:nth-child(even) {
    margin-right: 0;
  }

.beauty__schedule__title {
  font-size: 22.5px;
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.5678;
}

.beauty__schedule__title:after {
  position: absolute;
  content: '';
  top:calc(100% + 22.5px);
  left: calc(50% - calc(50px /2));
  width: 50px;
  border-top: 1px solid #5e4355;
}

.beauty__schedule__list span.ja {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40.5px;
}

.beauty__schedule__caution {
  margin: 9px auto 30.5px;
  text-align: center;
}

.beauty__schedule__caution img {
  width: calc(33px / 1.89);
  margin: -2.25px 4.5px 0 0;
}

@media only screen and (max-width:767px) {
  .beauty__schedule__container {
    padding-top: calc(18px /1.5);
    padding-bottom:calc(9px /1.5);
  }

  .beauty__schedule__list li {
    margin:2% auto;
    padding: calc(36px /1.5) 18px;
    flex-basis: 100%;
  }

    .beauty__schedule__list li:nth-child(odd) ,
    .beauty__schedule__list li:nth-child(even) {
      margin-left: auto;
      margin-right: auto;
    }

  .beauty__schedule__title {
    font-size: calc(22.5px / 1.225);
  }

  .beauty__schedule__title:after {
    top:calc(calc(100% + 22.5px) / 1.125);
    left: calc(50% - calc(50px /2));
    width: 50px;
  }

  .beauty__schedule__list span.ja {
    font-size: calc(24px / 1.24);
    line-height: 1.56789;
    margin-top: calc(40.5px / 1.5);
  }

  .beauty__schedule__caution {
    margin: calc(9px / 1.5) auto calc(30.5px / 1.5)
  }

  .beauty__schedule__caution img {
    width: calc(33px / 1.89);
    margin: -2.25px 4.5px 0 0;
  }

}


/* ----------------------------------------------------------

News Setting

---------------------------------------------------------- */
/*news__menu*/
.news__menu {
  padding: 45px 0 18px;
}

.news__menu__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news__menu__list {
  flex-basis: 75%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.news__archive__list {
  text-align: right;
}

.news__menu__list li {
  margin-right:9px;
  display: block;
}

.news__menu__list li a,
.news__archive__list li a {
  display: block;
  line-height: 1;
  font-size: 16.5px;
  padding: 9px 27px;
  background: transparent;
  text-decoration: none;
}

.news__menu__list li.active a ,
.news__menu__list li a:hover ,
.news__menu__list li a:focus {
  display: block;
  line-height: 1;
  font-size: 16.5px;
  padding: 9px 27px;
  background: rgba(235, 235, 237, 1);
  text-decoration: none;
  opacity: 1;
}

.news__archive__list li a:hover ,
.news__archive__list li a:focus {
  display: block;
  line-height: 1;
  font-size: 16.5px;
  padding: 9px 27px;
  background: rgba(235, 235, 237, 1);
  text-decoration: none;
  opacity: 1;
}

@media only screen and (max-width:767px) {
  .news__menu {
    padding: calc(45px / 1.5) 0 calc(18px / 1.5);
  }

  .news__menu__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .news__menu__list {
    flex-basis: calc(100% * 0.65);
  }

  .news__archive__list {
    flex-basis: calc(100% * 0.35);
  }

  .news__archive__list {
    text-align: center;
  }

  .news__menu__list li {
    margin-right:calc(9px / 1.5);
    display: block;
  }

  .news__menu__list li a,
  .news__menu__list li.active a ,
  .news__menu__list li a:hover ,
  .news__menu__list li a:focus {
    font-size: calc(16.5px /1.165);
    padding: calc(9px /1.5) calc(18px /1.5);
  }

  .news__archive__list li a ,
  .news__archive__list li a:hover ,
  .news__archive__list li a:focus {
    font-size: calc(16.5px /1.165);
    padding: calc(9px /1.5) calc(18px /1.5);
    margin: 0;
  }

}


/*news__container*/
.section.news {
  padding-top: 27px;
  padding-bottom: 45px;
}

.news__container {
  position: relative;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
}

.news__list li {
  flex-basis: 30%;
  margin:27px 2.5% 36px;
}

  .news__list li:nth-child(3n-2) {
    margin-left: 0;
  }

  .news__list li:nth-child(3n) {
    margin-right: 0;
  }

.news__list li a {
  display: block;
  text-decoration: none;
}

.news__list li img {
  border-radius:18px;
}

.news__list li span.title {
  display: block;
  margin-top: 13.5px;
  font-size: 17px;
  text-align: justify;
  line-height: 1.789;
}

@media only screen and (max-width:767px) {
  .section.news {
    padding-top: calc(27px / 1.5);
    padding-bottom: calc(45px / 1.5);
  }

  .news__list li {
    flex-basis: 100%;
    margin:calc(27px /1.5) auto calc(36px /1.5);
  }

  .news__list li:nth-child(3n-2) ,
  .news__list li:nth-child(3n) {
    margin-left: auto;
    margin-right: auto;
  }

  .news__list li span.title {
    margin-top: calc(13.5px / 1.5);
    font-size: calc(17px / 1.17);
  }

}


/*blog__thumbnail*/
.blog__thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
  padding-bottom: 18px;
}

.blog__thumbnail .archive__entry__list {
  flex-basis: 47.5%;
  margin:0 2.45% 27px;
}

  .blog__thumbnail .archive__entry__list:nth-child(odd) {
    margin-left: 0;
  }

  .blog__thumbnail .archive__entry__list:nth-child(even) {
    margin-right: 0;
  }


.blog__thumbnail .archive__entry__list a {
  display: block;
  text-decoration: none;
}

.blog__thumbnail .archive__entry__img ,
.blog__thumbnail .archive__entry__img img {
  border-radius: 9px 9px 0 0;
}

.blog__thumbnail .archive__entry__text {
  background-color: #fff;
  padding:18px 27px 27px;
}

.blog__thumbnail .archive__entry__text p {
  min-height:90px;
  font-weight: 500;
}

.blog__thumbnail .archive__entry__text span.date {
  display: block;
  margin-top: 2.25px;
  color: #4d4d4d;
  font-size: 12px;
}

@media only screen and (max-width:767px) {
  .blog__thumbnail {
    padding-bottom: calc(18px / 2);
  }

  .blog__thumbnail .archive__entry__list {
    flex-basis: 100%;
    margin:0 auto calc(36px / 1.5);
  }

  .blog__thumbnail .archive__entry__list:nth-child(odd) ,
  .blog__thumbnail .archive__entry__list:nth-child(even) {
    margin-left:auto;
    margin-right:auto;
  }

  .blog__thumbnail .archive__entry__img ,
  .blog__thumbnail .archive__entry__img img {
    border-radius: 9px 9px 0 0;
  }

  .blog__thumbnail .archive__entry__text {
    padding:calc(27px / 1.5);
    border-radius: 0 0 9px 9px 0 0 ;
  }

  .blog__thumbnail .archive__entry__text p {
    min-height:calc(90px / 1.5);
  }

  .blog__thumbnail .archive__entry__text span.date {
    margin-top: calc(2.25px / 1.5);
    font-size: calc(12px / 1.12);
  }

}


/*wp-pagenavi*/
.pagination {
  position: relative;
  text-align: center;
  margin: 18px auto auto;
  z-index: 11111;
}

.wp-pagenavi  {
  clear:both;
  margin:18px auto ;
  text-align:center
}

.wp-pagenavi a, .wp-pagenavi span {
  border:1px solid #42210b;
  background-color:#fff;
  padding:9px 12.5px;
  margin:0 9px;
  white-space:nowrap;
  border-radius:0;
  transition:0.2s ease-in-out;
  text-align:center;
  text-decoration:none;
}

.wp-pagenavi a {
  color:#42210b;
}

.wp-pagenavi a:hover  {
  background-color:#42210b;
  border-color:#42210b;
  color:#fff!important
}

.wp-pagenavi span.current {
  background-color:#42210b;
  border-color:#42210b;
  color:#fff!important;
  font-weight:bold
}

.wp-pagenavi .pages {
  border:none;
}

.wp-pagenavi .extend {
  border:none;
  padding:9px 0;
  margin:0 4.5px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border:none!important;
}

@media only screen and (max-width:767px) {
  .wp-pagenavi  {
    clear:both;
    margin:calc(27px / 1.5) auto calc(45px / 1.5)
  }

  .wp-pagenavi .pages {
    display: none;
  }

  .wp-pagenavi a, .wp-pagenavi span {
    font-size: calc(18px / 1.2);
    padding:calc(9px / 1.5) calc(18px / 2);
    margin:0 calc(9px  /1.5);
  } 
} 


/* ----------------------------------------------------------

Blog Single Setting

---------------------------------------------------------- */
/*.section.blog*/
.entry__meta  {
  text-align: left;
  margin: auto;
  padding-bottom: 9px;
  margin-bottom: 18px;
  margin-top: 9px;
}

.entry__meta .date ,
.entry__meta .cat  {
  display: inline-block;
  vertical-align: top;
  margin-right: 13.5px;
  font-size: 16px;
}

.entry__meta .date  {
  color: #999;
}

.entry__meta a  {
  display: block;
  text-decoration: none;
}

.entry__meta a:focus ,
.entry__meta a:hover {
  text-decoration: underline;
}

.entry__title  {
  position: relative;
}

  .entry__title span.ja {
    display: block;
    font-weight: 500;
    text-align: left;
    font-size: 30.5px;
  }

.entry__content  {
  padding-top: 27px;
  padding-bottom: 45px;
}

.entry__eyecatch {
  margin:auto ;
  padding: 0;
  text-align: center;
}

.entry__eyecatch img {
  max-width: 100%;
  height: auto;
}

.entry__content p {
  line-height: 2;
}

  .entry__content h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
  }

.entry__btn a {
  display: block;
  text-decoration: none;
  margin: 18px auto ;
  max-width: 256px;
}

@media only screen and (max-width:767px) {
  .entry__meta  {
    padding-bottom: calc(9px / 1.5);
    margin-bottom: calc(18px / 1.5);
    margin-top: calc(9px / 1.5);;
  }

  .entry__meta .date ,
  .entry__meta .cat  {
    margin-right: calc(13.5px / 1.5);
    font-size: calc(16px / 1.16);
  }

  .entry__title span.ja {
    font-size: calc(30.5px / 1.355);
  }

  .entry__content  {
    padding-top: calc(27px / 1.5);
    padding-bottom: calc(45px / 1.5);;
  }

  .entry__content h2 {
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .entry__btn a {
    padding-bottom: calc(18px / 1.5);
    margin: calc(18px / 1.5) auto;
    max-width: 100%;
  }

}


/* ----------------------------------------------------------

Recruit Setting

---------------------------------------------------------- */
/*recruit__nav*/
.recruit__nav {
  text-align: center;
  margin: auto;
}

.recruit__nav__list li {
  display:inline-block;
  vertical-align: middle;
  margin: 0 4.5px;
  text-align: center;
}

.recruit__nav__list li a {
  display: block;
  text-decoration: none;
  margin: auto;
  text-align: center;
  font-size: 18px;
  padding: 9px 27px;
  color: #fff;
  line-height: 1.23456789;
  background:transparent;
  border: 1.5px solid #5b4454;
  text-align: center;
  color:#5b4454;
  padding:11.25px 72px;;
}

.recruit__nav__list li a:hover ,
.recruit__nav__list li a:focus {
  border: 1.5px solid #5b4454;
  background-color:#5b4454 ;
  color:#fff;
}


@media only screen and (max-width:767px) {
  .recruit__nav__list li {
    margin: 4.5px auto;
    width: 100%;
  }

  .recruit__nav__list li a {
    font-size: calc(18px / 1.17);
    padding: calc(11.25px /1.125) 18px;
    border: 1.25px solid #313131;
  }

}


/*recruit__detail*/
.recruit__detail__btn {
  margin: 72px auto 0;
  width: 400px;
  text-align: center;
}

.recruit__detail__btn a {
  font-size: 20px;
}

@media only screen and (max-width:767px) {
  .recruit__detail__btn {
    margin: calc(72px / 2) auto;
    width: 100%;
  }

  .recruit__detail__btn a {
    font-size: calc(20px / 1.2);
  }

}


/* ----------------------------------------------------------

Contact Setting

---------------------------------------------------------- */
/*form__container*/
.form__container {
  margin-top: 45px;
  background-color: #fff;
  padding: 54px 72px;
}

.form__caution {
  background-color: #f9f6f4;
  padding: 18px 45px;
  margin: 45px auto;
}

.form__caution__list li  {
  position: relative;
  font-size: 14.5px;
  margin-left: 1em;
  text-align: justify;
}

.form__caution__list li:before  {
  position: relative;
  content: '※';
  margin-left: -1em;
}

@media only screen and (max-width:767px) {

}


/*wpcf7*/
.wpcf7   {
  width: 100%;
}

.wpcf7 .table__bordered th ,
.wpcf7 .table__bordered td {
  vertical-align: top;
}

  .wpcf7 .table__bordered th {
    padding-top: 30.5px;
    font-weight: bold;
  }

.wpcf7 table p {
  display: inline;
}

.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=date],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:none;
  padding :18px;
  border: 1px solid #999;
  background-color: #fff;
  box-sizing:border-box;
  max-width: 100%;
  font-size: 18px;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  transition: 0.3s;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.1)
}

.wpcf7 .select select {
  box-sizing:border-box;
  width: 100%;
  outline: none;
  border:none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #000;
  max-width: 100%;
  padding: 22.5px 45px 22.5px 22.5px;
  font-size: 18px;
}

.wpcf7 .select select::-ms-expand {
  display: none;
}

.wpcf7 .select {
  display: inline-block;
  position: relative;
  border-radius: 9px;
  border:1px solid #999;
  box-sizing:border-box;
  background: #fff;
}

.wpcf7 .req ,
.wpcf7 .any {
  margin: -3px 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color:#222;
  border: 1px solid #222;
  border-radius: 4.5px;
  padding: 4.5px 9px;
  text-align: center;
  font-size: 12px;
  font-weight: inherit;
  margin-right: 9px;
  line-height: 1;
}

  .wpcf7 .req {
    background: #aa0000;
    color:#fff;
    border: 1px solid #aa0000;
  }

  .wpcf7 .any {
    background: #fff;
    color:#222;
    border: 1px solid #222;
  }


.wpcf7 .wpcf7-list-item {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 54px;
  margin-bottom: 11px;
}

  .wpcf7-checkbox .hopeList .wpcf7-list-item {
    display: inline-block;
    width: 42%;
  }


.wpcf7 .wpcf7-list-item-label,
.wpcf7 .wpcf7-list-item-label {
  margin-left: 0.5em;
}

.wpcf7 .notes {
  font-size: 14px;
  color: #555;
  margin-top: 9px;
  margin-bottom: 9px;
}

.wpcf7 .bao {
  font-size: normal;
  margin-top: 1.75em;
  margin-bottom:4.5px;
  font-weight: bold;
}

  .wpcf7 .bao:nth-child(1) {
    margin-top:0;
  }

.wpcf7 .hopeList {
   margin: -13.5px 0 9px;
}

.wpcf7 .hopeList li {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.wpcf7 .hopeList .label {
  flex-basis: 25%;
  margin-top: 45px;
}

.wpcf7 .hopeList .date {
   flex-basis: 30%;
}

.wpcf7 .hopeList .time {
   flex-basis: 45%;
}

.wpcf7 .hopeList span.notes {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}

.wpcf7 .zip{
  margin-left: 0;
  margin-bottom: 9px;
}

.wpcf7 .zip:before {
  content: '〒';
  z-index: 1;
  margin-right: 0.5em;
}

.wpcf7 span[data-name="form_zip"] input[type="text"] {
  width: 30%;
  margin-right: 0;
  margin-bottom: 18px;
}

.wpcf7 span[data-name="form_zip"] {
  width: 42%;
  padding-left: 0;
  margin-right: 20px;
}

.wpcf7 .priBox {
  padding: 36px 0;
  text-align: center;
}

.wpcf7 .priBox .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.wpcf7 .agree {
  font-weight: bold;
  text-align: center;
}

.wpcf7 .agree input[type="checkbox"] {
  margin-right: 1em;
}

#autozip {
  display: none !important;
}

@media only screen and (max-width:520px) {
  .wpcf7   {
    padding-bottom:calc(45px / 1.5);
  }

  .wpcf7 table.table__bordered tr th {
    padding: calc(36px / 2) calc(18px / 1.5) 0.25em;
  }

  .wpcf7 table.table__bordered tr td {
    padding: 0.25em calc(18px / 1.5) calc(36px / 1.5)  ;
  }

  .wpcf7 table.table__bordered.table__responsive tr th ,
  .wpcf7 table.table__bordered.table__responsive tr td {
    font-size:calc(16px / 1.1);
  }

  .wpcf7 .req ,
  .wpcf7 .any {
    margin-left: 0;
    margin-bottom:0;
    font-size:calc(12px / 1.1);
    padding: calc(4.5px / 1.5) 9px;
  }

  .wpcf7-radio {
    margin-left:0
  }

  .wpcf7-checkbox .wpcf7-list-item ,
  .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 11px;
  }

  .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-left: 0.5em;
    width: 47%;
  }

  .wpcf7-checkbox .wpcf7-list-item:nth-child(odd) ,
  .wpcf7-checkbox .wpcf7-list-item:nth-child(even) {
    width: calc(100% - 0.25em);
    margin-left: 0.25em;
  }

  .wpcf7-radio .wpcf7-list-item-label,
  .wpcf7-checkbox .wpcf7-list-item-label {
    margin-left:0.5em;
  }

  .wpcf7 .notes {
    display: block;
    width: 100%;
    font-size: calc(14px / 1.1);
    margin-top: calc(9px / 1.5);
    margin-bottom: calc(9px / 1.5);
  }

  .wpcf7 .bao {
    font-size: calc(16px / 1.1);
    margin-top:calc(4.5px * 2);
    margin-bottom:calc(4.5px *2);
  }

  .wpcf7 .bao:nth-child(1) {
    margin-top:0;
  }

  .wpcf7 .hopeList {
     margin: calc(13.5px / 1.5) 0 calc(9px / 1.5);
  }

  .wpcf7 .hopeList .label {
    flex-basis: 100%;
    margin-top: calc(45px / 1.5);
  }

  .wpcf7 .hopeList .date {
     flex-basis: 100%;
  }

  .wpcf7 .hopeList .time {
     flex-basis: 100%;
  }

  .wpcf7 .hopeList p span.notes {
    display: block;
    margin-bottom: calc(5px / 1.5);
  }

  .wpcf7 .zip:before {
    margin-right: calc(0.5em / 1.5);
  }

  .wpcf7 input[type="date"] {
    width: 100%;
  }

  .wpcf7 span[data-name="form_zip"] input[type="text"] {
    width: 100%;
    display: block;
    margin-right:auto;
    margin-bottom: calc(18px / 1.5);
  }

  .wpcf7 span[data-name="form_zip"] {
    width: 80%;
    display: inline-block;
    padding-left: 0;
    margin-right: auto;
  }

  .wpcf7 .priBox {
    padding: calc(36px / 1.5) 0;
    text-align: center;
  }

  .wpcf7 .priBox .title {
    font-size:calc(18px / 1.18) ;
  }

  .wpcf7 .agree input[type="checkbox"] {
    margin-right: calc(1em / 1.5);
  }

}


/*form*/
.wpcf7 input[name="faddress"] {
  width: 100%;
}

.wpcf7 .hopeList select{
  min-width: 200px;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  transform:scale(1.75);
}

.form__submit {
  text-align: center;
  margin:45px auto auto;
}

.form__submit input[type="submit"].btn__primary,
.form__submit a.btn  {
  height: auto; 
  font-size: 22.5px;
  text-align: center;
  padding: 27px 36px;
  border-radius: 200px;
  background: #1d546d;
  color: #fff;
  width: 400px;
  margin:auto ;
  font-weight: 500;
}

.form__submit input[type="button"].btn__secondary {
  height: auto; 
  font-size: 18px;
  text-align: center;
  padding: 18px 36px;
  border-radius: 200px;
  background: #efefef;
  color: #111;
  width: 300px;
  margin:auto ;
  font-weight: 500;
}

.wpcf7.confirm .select {
  border: none;
  background: none!important;
}

.wpcf7.confirm .hidden,
.wpcf7.confirm .select::before,
.wpcf7.confirm .req ,
.wpcf7.confirm .any ,
.wpcf7.confirm .blank ,
.wpcf7.confirm .form__inline__block .input::after {
  display: none;
}

.confirm .form__submit .btn__back {
  font-size: 18px;
  text-align: center;
  margin:auto ;
  padding-top: 18px;
  line-height:1 ;
}

.confirm .hopeList .menuList br  {
  display: noe;
}

.confirm .hopeList .label,
.confirm .hopeList .date ,
.confirm .hopeList .time {
  margin-top: 13.5px;
}

@media only screen and (max-width:520px) {
  .wpcf7 input[name="faddress"],
  .wpcf7 .hopeList select,
  .wpcf7 textarea {
    min-width: 100%;
    width: 100%;
  }

  .form__submit {
    margin:calc(45px /1.5) auto auto;
  }

  .form__submit input[type="submit"].btn__primary,
  .form__submit a.btn  {
    font-size: calc(22.5px / 1.225);
    padding: calc(27px /1.5) 18px;
    width: 100%;
  }

  .confirm .hopeList .label,
  .confirm .hopeList .date ,
  .confirm .hopeList .time {
    margin-top: calc(13.5px /1.5);
  }

}

/* ----------------------------------------------------------

Footer Setting

---------------------------------------------------------- */
/*footer*/
.footer {
  position: relative;
}

/*footer__sitemap*/
.footer__sitemap__container {
  padding-top:90px;
  padding-bottom:63px;
}

.footer__sitemap {
  padding: 0;
  margin-top: 0px;
}

.footer__sitemap a  {
  display: block;
  text-decoration: none;
}

.footer__sitemap__list {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
}

.footer__sitemap__list li {
  margin:0 3%;
  text-align: left;
}

  .footer__sitemap__list li:nth-child(4n-3) {
    flex-basis: 22%;
    margin-left: 0;
  }

  .footer__sitemap__list li:nth-child(4n-2) {
    flex-basis: 22%;
    margin-left: 0;
  }

  .footer__sitemap__list li:nth-child(4n-1) {
    flex-basis: 22%;
    margin-left: 0;
  }

  .footer__sitemap__list li:nth-child(4n) {
    flex-basis: 22%;
    margin-left: 0;
  }

.footer__sitemap__parent li a {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 0.75px solid #5e4355;
  padding-bottom:36px;
  margin-bottom:36px;
  background-image: url(../img/icon__arrow2.png);
  background-position: 100% 27.5%;
  background-repeat: no-repeat;
  background-size: calc(39px/ 2);
}

  .footer__sitemap__parent:nth-child(1) .footer__sitemap__list li {
    flex-basis: 100%;
  }

  .footer__sitemap__parent:nth-child(1) .footer__sitemap__list li a {
    margin-bottom: 24.5px;
  }

.footer__sitemap__child {
  margin-bottom: 40.5px;
}

.footer__sitemap__child li {
  margin-bottom: 13px;
}

.footer__sitemap__child li a {
  font-size: 15px;
}

@media only screen and (max-width:767px) {
  .footer__sitemap__container {
    padding-top:calc(90px /2);
    padding-bottom:calc(90px /2);
  }

  .footer__sitemap__list li {
    margin:0 1.5%;
    text-align: left;
  }

  .footer__sitemap__list li:nth-child(3n-2) ,
  .footer__sitemap__list li:nth-child(3n-1) ,
  .footer__sitemap__list li:nth-child(3n) {
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .footer__sitemap__parent li a {
    font-size:calc(16px / 1.15);
    padding-bottom: calc(18px / 1);
    margin-bottom:calc(36px / 2);
  }

  .footer__sitemap__parent:nth-child(1) .footer__sitemap__list li a {
    margin-bottom:calc(24.5px / 1.5);
  }

  .footer__sitemap__child {
    margin-bottom:calc(40.5px / 1.5);
  }

  .footer__sitemap__child li {
    margin-bottom: calc(11.25px / 1.5);
  }

  .footer__sitemap__child li a {
    font-size: calc(15px / 1.15)
  }

}


/*footer__container*/
.footer__container {
  background-image: url(../img/footer__bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1902px;
  padding:90px 0 45px;
  text-align: center;
  margin: auto;
}

.footer__logo {
  text-align: center;
  margin-bottom: 36px;
}

.footer__logo img {
  width: 320px;
}

.footer__text p  {
  font-size: 15px;
  line-height: 2;
}

.footer__sns {
  margin: 9px auto 27px;
  text-align: center;
}

.footer__sns__list  {
  text-align: center;
}

.footer__sns__list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 9px;
}

.footer__sns__list li img {
  width: calc(73px /2);
}

.footer__copyright {
  text-align: center;
  margin:36px auto auto;
}

.footer__copyright address {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
}

@media only screen and (max-width:767px) {
  .footer__container {
    background-size: cover;
    padding:calc(90px / 1.5) 2em 45px;
  }

  .footer__logo {
    margin-bottom: calc(36px / 1.5);
  }

  .footer__logo img {
    width: 256px;
  }

  .footer__text p  {
    font-size: calc(15px /1.1);
    text-align: left;
  }

  .footer__sns {
    margin: 9px auto 18px;
  }

  .footer__sns__list li img {
    width: calc(73px /2);
  }


  .footer__copyright address {
    margin:18px auto auto;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
  }
}




/*footer__bottom*/
.footer__bottom {
  border-top: 0.75px solid #5e4355;
  padding: 30.5px 0;
}

.footer__bottom__container {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
/*
.footer__copyright {
  text-align: left;
  flex-basis: 50%;
}

.footer__bottom__link {
  flex-basis: 50%;
  text-align: right;
}

.footer__copyright address {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
}

.footer__bottom__link a {
  display: block;
  font-size: 14px;
}*/

@media only screen and (max-width:767px) {
  .footer__bottom {
    padding: calc(30.5px / 1.5) 0;
  }

  .footer__copyright {
    text-align: center;
    flex-basis: 100%;
    margin: auto;
  }

  .footer__bottom__link {
    display: none;  }

  .footer__copyright address {
    font-size: calc(13px / 1.1);
  }

}


/*fixed__menu__sp*/
.fixed__menu__sp {
  display: none;
}

.fixed__menu__sp {
  display: block;
  position: fixed;
  z-index: 12345;
  bottom: 0;
  right: 0;
  width:50px;
  height: 50px;
}

.fixed__menu__sp .pagetop a {
  display: block;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding-top: 15.5px;
  width:50px;
  height: 50px;
  background: #5e4355;
  margin: auto;
}

.fixed__menu__sp .pagetop img {
  width:calc(48px/ 2);
  margin-left: 4.5px;
}

@media only screen and (max-width:767px) {

}


/*20250527*//*
.home__about {
  padding-top: 90px;
}

.home__access__text {
  order: 1;
  flex-basis: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width:500px;
  text-align: center;
}

.home__access__img {
  display: none;
}

.home__access__title {
  text-align: center;
  position: relative;
}

.home__access__title span {
  text-align: center;
  font-size: 24.5px;
  font-weight: 700;
  margin-bottom: 24px;
}

.home__access .access__map__container {
  width: 100%;
}

.home__access .access__map__container iframe {
  margin-top: 45px;
  width: 100%;
  height: 600px;
}
/*
.footer__container.container {
  max-width:500px;
  margin:auto;
  text-align: center;
}

.footer__left {
  flex-basis: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo ,
.footer__logo img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__sns {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__sns__list  {
  text-align: center
}
*/

@media only screen and (max-width:767px) {
  /*.home__about {
    padding-top: calc(90px / 1.5)
  }
}

  .home__access .access__map__container iframe {
    margin-top: calc(45px / 1.5); 
    height: calc(400px / 1.5);
  }
/*
  .footer__container.container {
    max-width:100%;
  }
*/
}

/* ----------------------------------------------------------

inview

---------------------------------------------------------- */
/*fadeIn_up*/
.fadeIn_up {
  transition: 2.0s;
  opacity: .1;
  transform: translate(0, 60px);
}

.fadeIn_up.is-show {
  transition: 2.0s;
  opacity: 1.0;
  transform: translate(0, 0px);
}
