@charset "utf-8";

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

Common Setting

---------------------------------------------------------- */
/*pc + sp*/
.pc   {display:block}
.sp   {display:none}
@media only screen and (max-width:520px) {
.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-style: normal;

}

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

}

.mincho {
  /*
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  font-family:"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  */
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  letter-spacing: -0.025em;
  font-weight: 600;
}

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

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

/*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
}

.left {
  text-align:left
}

.right  {
  text-align:right
}

.block  {
  display: block;
}

.large {
  font-size: 120%;
}

.small {
  font-size: 90%;
}

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

  .flex.alignitems__center {
    align-items: center;
  }

  .flex.space__between {
    justify-content: space-between;
  }

  .flex.center {
    justify-content: center;
  }

  .flex.left {
    justify-content: left;
  }

  .flex.right {
    justify-content: right;
  }

.flex.divided2 .flex__list {
  flex-basis: 48%;
  margin-bottom: 4%;
}

  .flex.divided2 .flex__list:nth-child(even) {
    margin-left: 2%;
  }

.flex.divided3 .flex__list {
  flex-basis: 32%;
  margin-bottom: 4%;
}

  .flex.divided3 .flex__list:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
  }

.flex .flex__list.w20 {
  flex-basis: 20%;
}

.flex .flex__list.w25 {
  flex-basis: 25%;
}

.flex .flex__list.w30 {
  flex-basis: 30%
}

.flex .flex__list.w31 {
  flex-basis: 31%
}

.flex .flex__list.w32 {
  flex-basis: 32%
}

.flex .flex__list.w33 {
  flex-basis: 33%
}

.flex .flex__list.w35 {
  flex-basis: 35%
}

.flex .flex__list.w40 {
  flex-basis: 40%;
}

.flex .flex__list.w45 {
  flex-basis: 45%;
}

.flex .flex__list.w50 {
  flex-basis: 50%;
}

.flex .flex__list.w55 {
  flex-basis: 55%;
}

.flex .flex__list.w60 {
  flex-basis: 60%;
}

.flex .flex__list.w65 {
  flex-basis: 65%;
}

.flex .flex__list.w70 {
  flex-basis: 70%;
}

.flex__list a {
  text-decoration: none!important
}

@media only screen and (max-width:520px) {
  .flex.divided2 ,
  .flex.divided3  {
    margin-left: auto;
    margin-right: auto;
  }
  
  .flex.space__between {
    justify-content: center;
  }

  .flex .flex__list,
  .flex.divided2 .flex__list,
  .flex.divided3 .flex__list,
  .flex.divided2 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(3n-1) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex .flex__list.w20,
  .flex .flex__list.w25,
  .flex .flex__list.w30 ,
  .flex .flex__list.w31,
  .flex .flex__list.w32,
  .flex .flex__list.w33,
  .flex .flex__list.w35,
  .flex .flex__list.w40,
  .flex .flex__list.w45,
  .flex .flex__list.w50,
  .flex .flex__list.w55 ,
  .flex .flex__list.w60,
  .flex .flex__list.w65 ,
  .flex .flex__list.w70 {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
  }

}


/*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,
a:hover {
  cursor:pointer;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition: 0.2s all;
}

a:hover {
  opacity: 0.7; 
}

@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:520px) {
  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:520px) {
  .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;
  appearance:none;
  font-weight: 600;
  border-radius:90px;
}

.btn__primary {
  background: rgb(180,149,59);
  background: linear-gradient(180deg, rgba(180,149,59,1) 0%, rgba(137,107,46,1) 100%);
  border: none;
  text-align: center;
  color: #fff;
  padding:27px 36px;
}

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

.btn__secondary {
  background: #dedede;
  border: 1px solid #222;
  text-align: center;
  color: #222;
  padding:18px 36px;
}

  .btn__secondary:hover,
  .btn__secondary:focus  {
    color: #333;
  }


.btn__line {
  background-color: #5ac363;
  border: 1px solid #5ac363;
  text-align: center;
  color: #fff;
  padding:13.5px 36px;
}

  .btn__line:hover,
  .btn__line:focus  {
    color: #fff;
  }

.btn__line img.icon__line {
  max-width: calc(72px/ 2);
  margin-right: 2.25px;
}


@media only screen and (max-width:520px) {

}

/*btn__arrow*/
.btn__arrow  {
  display: block;
  background-position:92.5% 50% ;
  background-image: url(../img/icon__arrow2.png);
  background-size: 25px;
  background-repeat: no-repeat;
}

  .btn__primary.btn__arrow {
    background-image: url(../img/icon__arrow2.png);
  }

@media only screen and (max-width:520px) {

}

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

Form Setting

---------------------------------------------------------- */
/*form reset
input[type=submit],
button,
button[type=submit],
button[type=button] {
  appearance:none;
  cursor:pointer;
  outline:none;
  box-sizing:border-boxt;
  border:none;
  background: transparent;
  font-size: 18px;
}
*/
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 #666;
  padding:18px ;
  box-sizing:border-box;
  max-width: 100%;
  font-size: 18px;
}

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

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)
}

/*radio checkbox*/
input[type=radio],
input[type=checkbox] {
  transform:scale(2.0)
}

/*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: 18px 36px 18px 18px;
  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 #222;
  pointer-events: none;
}
*/
::-webkit-input-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
::placeholder{
  color:#aaa
}

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

Table Setting

---------------------------------------------------------- */
/*wide*/
table.w20 th {
  width: 20%;
}

table.w30 th {
  width: 30%;
}

table.w40 th {
  width: 40%;
}

table.w50 th {
  width: 50%;
}

/*table__bordered*/
table.table__bordered {
  border: none;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__bordered tr th {
  text-align: left;
  font-weight: 400;
  border: 1px solid #ccc;
  background: #f2f5f8;
  padding: 18px;
  font-weight: bold;
}

table.table__bordered tr td {
  text-align: left;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 18px;
}/*

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

.wp-block-table table ,
.wp-block-table tr th ,
.wp-block-table tr td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}


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

table.table__striped tr th ,
table.table__striped tr td {
  text-align: left;
  font-weight: 400;
  padding: 18px;
}

table.table__striped tr th {
  font-weight: bold;
}

  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: #F8F4EF;
  }

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

/*

  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:520px) {
 

}



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

  .table__responsive tr th,
  .table__responsive tr td {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
  }

  .table__responsive tr th,
  .table__striped.table__responsive tr th,
  .table__bordered.table__responsive tr th {
    padding-bottom: 2.25px;
    border: none;
  }

  .table__bordered.table__responsive tr {
    border: 1px solid #dedede;
  }

  .table__responsive tr td,
  .table__striped.table__responsive tr td,
  .table__bordered.table__responsive tr td {
    padding-top: 2.25px;
    border: none;
  }

  .table__responsive.w20,
  .table__responsive.w30,
  .table__responsive.w40,
  .table__responsive.w50 {
    width: 100%;
  }
}


/*definition__list*/
.definition__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:top;
  padding:1.75px 0;
}

.definition__list dl dt {
  font-weight: 500;
}

.definition__list dl dd {
}

.definition__list.w15 dl dt {
  flex-basis: 15%;
}

.definition__list.w20 dl dt {
  flex-basis: 20%;
}

@media only screen and (max-width:520px) {

}

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

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%;
  color: #553119;
  min-width: 1180px;
  max-width: 1980px;
  font-weight: 400;
  font-size:18px;
  line-height:2.123;
  padding:0;
  margin:auto;
}

.wrapper {
  overflow-x: hidden;
}

.container__fluid  {
  width:100%;
  margin:auto;
  max-width: 1980px;
}

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

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

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

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

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

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

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

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

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


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

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

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

}

/*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

---------------------------------------------------------- */
header {
  position: relative;
  z-index: 123;
}

/*topbar*/
.topbar__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.topbar__logo {
  flex-basis: calc(620px/ 2);
}

.topbar__contact {
  flex-basis: calc(100% calc(620px/ 2));
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}

.topbar__tel {
  padding: 9px 0;
}

.topbar__tel__label {
  display:inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.topbar__tel__label {
  width: calc(250px /2)
}

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

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

.topbar__tel__text img {
  width: calc(582px / 2.25);
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.topbar__tel__text small {
  display: block;
  text-align: center;
  margin-top: 4.5px;
  margin-left: auto;
  display:block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}

.topbar__mail  {
  margin-left: 18px;
}

.topbar__mail img {
  width: calc(582px / 2.1);
}


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

  .topbar__logo {
    flex-basis: calc(620px/ 3.5);
    text-align: center;
    margin: auto;
  }

  .topbar__contact{
    display: none;
  }

}


/*mainvisual*/
.mainvisual {
  position:relative;
  z-index: 1;
  width: 100%;
  height:100%;
  background-image: url(../img/bg__mainvisual__pc.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.mainvisual__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  align-items: center;
  margin-top: -36px;
  margin-bottom: calc(-90px - 18px);
}

.mainvisual__img {
  flex-basis: 60%;
  margin-left: -20%;
  margin-top:90px;
  background-position: left;
}

.mainvisual__text {
  flex-basis:60%;
  text-align: right;
}

.mainvisual__title  {
  margin-left: -15%;
  box-sizing: border;
}

.mainvisual__icon {
  margin-top:36px;
  margin-left: -10%;
}

  .mainvisual__title img ,
  .mainvisual__icon img {
    width: 110% ;
  }

.mainvisual__label {
  text-align: right;
  margin-top: 36px;
}

.mainvisual__label span {
  display: inline;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding:9px 27px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width:520px) {
   .mainvisual {
    width: 100%;
    height:100%;
    background-image: url(../img/bg__mainvisual__sp.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
  }

  .mainvisual__container {
    width: 100%; 
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 18px;
    margin-bottom: calc(-90px - 18px);
}

  .mainvisual__img {
    flex-basis:105%;
    order: 2;
    text-align: center;
    margin: auto -2.5%;
    margin-top:18px;
    box-sizing: border-box;
  }

  .mainvisual__text {
    flex-basis:100%;
    text-align: center;
    order: 1;
  }

  .mainvisual__title  {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border;
  }

  .mainvisual__title img{
    width: 100% ;
  }

  .mainvisual__icon {
    margin: auto;
    margin-top:calc(36px / 2);;
  }

  .mainvisual__icon img {
    width: 90% ;
    text-align: center;
    margin: auto;
  }

  .mainvisual__label {
    text-align: right;
    position: absolute;
    bottom: 1em;
    right: 1em;
    margin-top: calc(36px /2);
  }

  .mainvisual__label span {
    border: 1px solid #553119;
    padding:calc(9px / 2) 18px;
    color: inherit;
    font-size: calc(18px / 1.32);
  }

}

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

Section Setting

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

.bg2 {
  background-color: #e6e6e4;
}

.bg3 {
  background-color: #f5f2f7;
}

.bg4 {
  background-color: #f4f3ee;
}

.color1 {
  color: #fff;
}

.color2 {
}

.color3 {
}

.color4 {
}


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

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

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

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

  p.leed {
    font-size: calc(18px / 1.18)
  }

}

/*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:520px) {
  .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__title*/
.section__title {
  text-align: center;
  margin: auto;
}

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

.section__title span.ja {
  font-size: 40px;
  letter-spacing: 0.15em;
  line-height: 1.56789;
}

  .section__title span.ja.small {
    font-size: 30.5px;
    letter-spacing: 0.15em;
    line-height: 1.56789;
  }

.section__title span.en {
  font-size: 20px;
  margin-top:18px;
  letter-spacing: 0.25em;
  font-weight: 300;
}

@media only screen and (max-width:520px) {
  .section__title span.ja {
    font-size: calc(40px / 1.55);
    letter-spacing: 0
  }

  .section__title span.ja.small {
    font-size: calc(30.5px / 1.305);
    letter-spacing: 0
  }

  .section__title span.en {
    font-size: calc(20px/ 1.2);
    margin-top:calc(18px  / 9);
    letter-spacing:calc(0.25em  /2);
  }
}

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

Trouble Setting

---------------------------------------------------------- */
/*trouble*/
.trouble {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0;
  background-color: #345699;
  border-bottom-right-radius:120px;
  z-index: 34;
}

.trouble:after {
  position: absolute;
  top: 97%;
  content: '';
  width: 100%;
  margin: auto;
  z-index: 1;
  left:0;
  height: 120px;
  background-image: url(../img/bg__trouble.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

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

.trouble__title span {
  display: block;
  font-size: 45px;
  letter-spacing: -0.05em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: auto;
  line-height: 2;
}

.trouble__title span strong.underline {
  position: relative;
}

.trouble__title span strong.underline:after {
  position: absolute;
  content: '';
  bottom: -10%;
  left: 0;
  width: 100%;
  margin: 0;
  height: 20px;
  z-index: -1;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 5px 100%;
  background-image: url(../img/bg__underline.png);
}

.trouble__inner {
  border-radius: 18px;
  background-color: #fff;
  padding: 54px 72px calc(180px + 45px);
  margin: 36px auto;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

.trouble__list {
  padding: 0;
  margin: 0;
}

.trouble__list li {
  list-style: none;
  font-size:33.25px;
  font-weight: 600;
  margin: 9px 0;
  color: #000;
  line-height: normal;
}

.trouble__list li .strong {
  background-color: #fff98a;
  mix-blend-mode: multiply;
  display: inline;
}

.trouble__list li.block {
  display: block;
  width: 100%;
}

.trouble__list li.inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 2em;
}

.trouble__img  {
  z-index: 34;
  position: relative;
  margin: auto;
  margin-top: calc(-180px - 45px);
  text-align: center;
}

.trouble__img img  {
  pointer-events: none;
  max-width: calc(1994px / 2);
}

@media only screen and (max-width:520px) {
  .trouble {
    border-bottom-right-radius:calc(120px / 2);
    padding-bottom:36px;
  }

  .trouble:after {
    height: 100px;
    width: 50%;
    left:18px;
    background-size: 50%;
  }

  .trouble__title span {
    font-size:calc(45px / 1.55);
    letter-spacing: -0.05em;
    line-height: 1.56789;
  }

  .trouble__inner {
    padding: calc(54px / 2) 18px calc(calc(180px + 45px) / 1.5);
    margin: calc(36px / 2) auto calc(36px / 4) ;
  }

  .trouble__list li {
    font-size:calc(33.25px / 1.525);
    margin: calc(9px / 1.45);
  }

  .trouble__list li.inline {
    margin-right: calc(2em / 1.5);
  }

  .trouble__img  {
    margin-top: calc(calc(-180px - 45px) / 1.8);
  }

  .trouble__img img  {
    max-width:100%;
    margin: auto;
    text-align: center;
    border-radius: 0 0 27px 27px ;

  }
}


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

Answer Setting

---------------------------------------------------------- */
/*answer*/
.answer {
  width: 100%;
  padding: 45px 0 90px;
  position: relative;
  z-index: 12;
}

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

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

.answer__title span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.789;
  text-align: center;
  margin: auto;
}

.answer__title span strong {
  padding:4.5px 9px ;
  color: #fff;
  font-weight: 600;
  background-color: #65b9a2;
  font-size: 37px;
  margin-right: 4.5px;
}

.answer p {
  font-size: 37px;
  font-weight: 600;
  line-height:1.789;
  display: inline-block;
  margin: auto;
  text-align: center;
  background-image: url(../img/bg__answer.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media only screen and (max-width:520px) {
  .answer {
    padding: calc(45px / 1) 0 ;
  }

  .answer__title span {
    font-size:calc(40px / 1.6);
    line-height: 1.56789;
    letter-spacing: -0.005em;
  }

  .answer__title span strong {
    padding:calc(4.5px 2) calc(9px /2) ;
    font-size: calc(37px /1.55);
    margin-right:calc(4.5px 2)
  }

  .answer p {
    font-size: calc(37px /1.47);;
    display: inline;
  }
}



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

About Setting

---------------------------------------------------------- */
/*about*/
.section.about {
  padding: 0 0 90px;
  position: relative;
  width: 100%;
  background-image: url(../img/bg__about.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
  border-top-left-radius:120px;
  z-index: 123;
}

.about__wrapper {
  padding:calc(90px + 90px) 0 0;
  position: relative;
  width: 100%;
  background-image: url(../img/about.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  border-top-left-radius:120px;
  z-index: 2;
}

.about__container {
  position: relative;
  z-index: 123;
  margin-top: 90px;
  padding-top: 90px;
  border-radius: 18px;
  background-color: #fff;
}

@media only screen and (max-width:520px) {
  .section.about {
    padding: 0 0 calc(90px /2);
    border-top-left-radius:calc(120px / 2);
  }

  .about__wrapper {
    padding:calc(calc(90px + 90px) /2) 0 0;
    border-top-left-radius:calc(120px / 2);
  }

  .about__container {
    margin-top: calc(90px /2);
    padding-top: calc(90px /2);
    padding-left: 18px;
    padding-right: 18px;
  }

}


/*about__list__container*/
.about__list__container {
  width: calc(100% - 9px);
  border: 1.25px solid #4f3912;
  margin: 7.25px;
  margin-left: -4.5px;
  position: relative;
  border-radius: 27px;
  padding: 54px 54px 54px 90px;
  margin-top: 45px;
}

.about__list__container:after {
  position: absolute;
  content: '';
  width: calc(100%);
  height: 100%;
  border: 1.25px solid #4f3912;
  margin: 0;
  top: 9px;
  left: 9px;
  border-radius: 27px;
}

.about__list {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 345;
}

.about__list li {
  list-style: none;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin: 6.25px 0;
  line-height: 1.789;
}

.about__list li:before {
  content: '・';
  margin-right:0.5em;
  margin-left: -1em;
}

.about__list li strong {
  background-color: #fff98a;
  padding: 1.25px 4.5px;
  font-size: 24px;
  mix-blend-mode: multiply;
  display: inline;
}

@media only screen and (max-width:520px) {
  .about__list__container {
    width: 100%;
    margin: calc(7.25px /2);
    margin-left: -2.25px;
    padding: calc(54px /2) 18px;
    margin-top: calc(45px /2);
    border-radius: calc(27px / 2);
  }

  .about__list__container:after {
    top: calc(9px /2);
    left: calc(9px /2);
    border-radius: calc(27px / 2);
  }

  .about__list li {
    font-size: calc(25px / 1.45);
    letter-spacing: 0;
    text-align: justify;
    margin: calc(6.25px / 1.5) ;
    line-height: 1.6789;
  }

  .about__list li:before {
    margin-right:0.25em;
    margin-left: -0.5em;
  }

  .about__list li strong {
    padding: calc(1.25px / 1.5) calc(4.5px / 1.5);
    font-size: calc(25px / 1.45);
    letter-spacing: 0;
  }

}


/*about__detail__container*/
.about__detail__container {
  margin: auto ;
  padding: 18px 0 36px;
}

.about__detail__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto ;
  background-color: #fff;
  border-radius:18px;
  margin: 45px auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.about__detail__text {
  padding:40.5px 72px ;
  z-index: 34;
}

.about__detail__img {
  z-index: 12;
}

  .about__detail__list:nth-child(1) .about__detail__text { 
    order: 1;
    flex-basis:60%;
  }

  .about__detail__list:nth-child(1) .about__detail__img { 
    order: 2;
    flex-basis:40%;
  }

  .about__detail__list:nth-child(1) .about__detail__img img { 
    border-radius: 0 27px 27px 0;
  }

  .about__detail__list:nth-child(2) .about__detail__text { 
    order: 2;
    flex-basis:60%;
  }

  .about__detail__list:nth-child(2) .about__detail__img { 
    order: 1;
    flex-basis:40%;
  }

  .about__detail__list:nth-child(2) .about__detail__img img { 
    border-radius:  27px 0 0 27px ;
  }


.about__detail__title {
  margin-bottom: 18px;
}

.about__detail__title span.ja {
  display: block;
  font-size:30.5px;
  line-height: 1.567789;
  font-weight: 700;
}

.about__detail__text p {
  text-align: justify;
  font-size: 16px;
}

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

  .about__detail__list {
    margin: calc(45px / 2) auto;
    padding: 18px;
  }

  .about__detail__text {
    padding:calc(40.5px / 2) 0 ;
  }

  .about__detail__list:nth-child(1) .about__detail__text,
  .about__detail__list:nth-child(2) .about__detail__text { 
    order: 1;
    flex-basis:100%;
  }

  .about__detail__list:nth-child(1) .about__detail__img ,
  .about__detail__list:nth-child(2) .about__detail__img { 
    order: 2;
    flex-basis:100%;
  }

  .about__detail__list:nth-child(1) .about__detail__img img ,
  .about__detail__list:nth-child(2) .about__detail__img img {
    border-radius: calc(27px /2)
  }

  .about__detail__title {
    text-align: center;
    margin: auto;
    margin-bottom:calc(36px /2);
  }

  .about__detail__title span.ja {
    font-size:calc(30.5px / 1.4);
    text-align: center;
    margin: auto;
  }

}

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

Difference Setting

---------------------------------------------------------- */
/*difference*/
.section.difference {
  padding: 90px 0 ;
  position: relative;
  width: 100%;
  background-image: url(../img/bg__difference.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
  border-bottom-right-radius:120px;
  z-index: 123;
}

.difference__list__container {
  margin-top: 45px;
}

.difference__list li {
  background-image: url(../img/icon__check1.png);
  background-position: 36px 50%;
  background-repeat:no-repeat;
  background-size:calc(94px/ 2) ;
  margin: 22.5px 0;
  border-radius:6.25px;
  background-color: #fff;
  padding:30.5px  36px;
  padding-left: 99px;
  font-weight: 500;
  font-size: 22.05px;
  text-align: justify;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.difference__list li .strong {
  padding: 1.25px 2.5px;
  font-weight: 600;
  display: inline;
  background-color: rgba(255,249,138, 0.5)
}

@media only screen and (max-width:520px) {
  .section.difference {
    padding: calc(90px /2) 0 ;
    border-bottom-right-radius:calc(120px /2);
  }

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

  .difference__list li {
    background-image: url(../img/icon__check1.png);
    background-position: 18px 50%;
    background-repeat:no-repeat;
    background-size:calc(calc(94px/ 2) /2);
    margin: calc(22.5px / 1.5) 0;
    border-radius:6.25px;
    padding:calc(30.5px / 1.5) 18px;
    padding-left: calc(99px / 1.75);
    font-size: calc(22.05px / 1.32);
  }

  .difference__list li .strong {
    padding: calc(1.25px / 1.5) calc(2.5px / 1.5) 
  }
}


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

Feature Setting

---------------------------------------------------------- */
/*feature*/
.section.feature {
  width: 100%;
  height: 100%;
  padding: calc(90px + 150px) 0 90px;
  margin-top: -120px;
  position: relative;
  background-image: url(../img/bg__feature.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.feature__container {
  width: 100%;
  border-radius: 27px;
  background-color: #fff;
  height: 100%;
  padding: 72px 72px 54px;
}

@media only screen and (max-width:520px) {
  .section.feature {
    width: 100%;
    height: 100%;
    padding: calc(calc(90px + 150px) / 1.5) 0 calc(90px / 2.5);
    margin-top: -120px;
  }

  .feature__container {
    padding: calc(72px /2) 18px calc(54px / 3);
  }

}


/*feature__list*/
.feature__list__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  padding-top: 45px;
}

.feature__list {
  flex-basis: 48.5%;
  margin: 1.25%;
}

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

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

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

.feature__list__img img {
  border-radius: 22.5px;
}

.feature__list__text {
  padding:27px 45px 45px;
  background-color: #fff;
  margin-top: -72px;
  width: 100%;
  margin-left:5%;
  position:relative;
  border-radius: 18px;
}

  .feature__list:nth-child(1) .feature__list__text ,
  .feature__list:nth-child(2) .feature__list__text  {
    min-height: 338px;
  }

.feature__list__num {
  text-align: center;
  background-color: #fff;
  border-radius: 140px;
  width: 140px;
  height: 140px;
  margin: auto;
  margin-top: -81px;
}

.feature__list__num span.num {
  display: block;
  text-align: center;
  margin: auto;
  text-indent: -9px;
  font-size: 61.5px;
  line-height:2.15;
  color: #65b9a2;
  font-style: italic;
}

.feature__list__title  {
  position: relative;
  z-index: 345;
  text-align: center;
  margin: auto;
  margin-top: -27px;
  margin-bottom: 13.5px;
}

.feature__list__title span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.789;
}

.feature__list__text p {
  text-align: justify;
  line-height: 2;
}

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

  .feature__list {
    flex-basis: 100%;
    margin: 2% auto ;
  }

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

  .feature__list__img img {
    border-radius: 22.5px;
  }

  .feature__list__text {
    padding:calc(27px / 1.5) 18px ;
    margin-top: -36px;
    margin-left:5%;
    border-radius: 18px;
  }

    .feature__list:nth-child(1) .feature__list__text ,
    .feature__list:nth-child(2) .feature__list__text  {
      min-height: auto;
    }

  .feature__list__num {
    border-radius: calc(140px / 1.5);
    width: calc(140px / 1.5);
    height: calc(140px / 1.5);
    margin-top: -40.5px;
  }

  .feature__list__num span.num {
    text-indent: -9px;
    font-size: calc(61.5px /1.75);
  }

  .feature__list__title  {
    margin-top: -27px;
    margin-bottom: calc(13.5px / 2);
  }

  .feature__list__title span {
    font-size: calc(24px / 1.3);
    letter-spacing:0;
    line-height:1.56789
  }

  .feature__list__text p {
    font-size: 16px;
  }
}



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

Price Setting

---------------------------------------------------------- */
/*price*/
.section.price {
  position: relative;
  border-bottom: 1.25px solid #4f3912;
}

.price__container {
  margin:36px auto auto;
  text-align: center;
}

@media only screen and (max-width:520px) {
  .section.price {
    border-bottom: calc(1.25px / 1.5) solid #4f3912;
  }

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

}


/*price__list__container*/
.price__list__container {
  width: calc(100% - 9px);
  border: 1.25px solid #4f3912;
  margin: 7.25px;
  margin-left: -4.5px;
  position: relative;
  border-radius: 18px;
  padding: 45px 81px;
  margin-top: 45px;
}

.price__list__container:after {
  position: absolute;
  content: '';
  width: calc(100%);
  height: 100%;
  border: 1.25px solid #4f3912;
  margin: 0;
  top: 9px;
  left: 9px;
  border-radius: 18px;
}

.price__title {
  background-color: #4f3912;
  text-align:center ;
  position: relative;
  z-index: 123;
  margin: auto;
  width: 100%;
}

.price__title span {
  display: inline-block;
  vertical-align: middle;
  text-align:center ;
  margin: auto;
  padding: 18px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.015em;
  font-weight:bold;
}

.price__title span strong.price {
  font-size: 54px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.015em;
  padding: 0 4.5px;
  margin-top: -18px;
}

.price__text {
  width: 100%;
  margin: 18px auto 9px;
  text-align: center;
  font-size:19.8px;
  font-weight: 500;
}

.price__text strong.price {
  font-size: 27px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.015em;
  padding: 0 4.5px;
  margin-top: -9px;
}

.price__cution {
  width: 100%;
  margin: auto auto 18px;
  text-align: center;
  font-size:18px;
  font-weight:300;
}

@media only screen and (max-width:520px) {
  .price__list__container {
    width: calc(100% - 9px);
    border: calc(1.25px / 1.5) solid #4f3912;
    margin: calc(7.25px / 1.5) ;
    border-radius: calc(18px / 1.5) ;
    padding: calc(45px / 2)  18px;
    margin-top: calc(45px / 2)  ;
  }

  .price__list__container:after {
    border: calc(1.25px / 1.5) solid #4f3912;
    margin: 0;
    top: calc(9px / 2);
    left: calc(9px / 2);
    border-radius: calc(18px / 2);
  }

  .price__title span {
    padding: calc(18px / 2);
    padding-top: 13.5px;
    font-size: calc(27px / 1.45);
    letter-spacing: 0
  }

  .price__title span strong.price {
    font-size: calc(54px / 1.64);
    letter-spacing: 0;
    padding: 0 calc(4.5px / 2);
  }

  .price__text {
    margin: calc(18px / 2) auto calc(9px / 2);
    font-size:calc(19.8px / 1.2);
  }

  .price__text strong.price {
    font-size: calc(27px / 1.3);
    letter-spacing: 0;
    padding: 0 calc(4.5px / 2);
  }

  .price__cution {
    margin: auto auto calc(18px / 2);
    font-size:calc(18px / 1.2);;
  }

}


/*price__reason*/
.price__reason {
  position: relative;
  margin: 9px auto;
}

.price__reason__container {
  border-radius: 18px;
  padding:36px 54px;
  border: 2px dotted #4f3912;
}

.price__reason__title {
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
  width: 100%;
  padding:20.25px 24px ;
  border-radius: 9999px;
  background-color: #f4eca8;
  text-align: center;
  font-size: 27px;
  font-weight:500;
  line-height: 1.5;
}

.price__reason__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f4eca8 transparent transparent;
  translate: -50% 100%;
}

.price__reason__text span.strong {
  padding: 1.25px 2.5px;
  font-weight: 600;
  display: inline;
  background-color: rgba(255,249,138, 0.5)
}

@media only screen and (max-width:520px) {
  .price__reason {
    margin: calc(9px / 2) auto;
  }

  .price__reason__container {
    border-radius: calc(18px / 2);
    padding: calc(36px / 2) 18px;
    border: calc(2px / 1.5) dotted #4f3912;
  }

  .price__reason__title {
    margin-bottom: calc(36px / 2);
    padding:calc(20.25px / 1.5) 18px ;
    font-size: calc(27px / 1.45);
    line-height: 1.3456789;
  }

  .price__reason__title::after {
    border-width: calc(20px / 1.5) calc(10px / 2) 0 calc(10px / 1.5);
    translate: -50% 100%;
  }

  .price__reason__text span.strong {
    padding: calc(1.25px / 1.5) calc(2.5px / 1.5);
  }

  .price__reason__text p {
    font-size: 16px;
  }
}


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

Message Setting

---------------------------------------------------------- */
/*doctor*/
.section.doctor {
  padding-top: 72px;
}

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

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

.doctor__title span.ja {
  font-size: 40px;
  letter-spacing: 0.25em;
  font-weight:600;
}

.doctor__title span.en {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 400;
  opacity: 0.75;
}

.doctor__subtitle {
  text-align: center;
  margin:36px auto 18px;
  position: relative;
}

.doctor__subtitle span.ja {
  font-size: 29px;
  padding: 4px 18px;
  font-weight: 600;
  z-index: 123;
  background-color: #fff;
  position: relative;
}

.doctor__subtitle:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #553119;
  top: 27px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}

.doctor__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  padding-top: 18px;
}

  .doctor__text {
    order: 2;
    flex-basis:calc(100% - 540px);
  }

  .doctor__img {
    order: 1;
    flex-basis: 480px;
  }

.doctor__name {
  display: block;
  z-index: 123;
  text-align: left;
  margin-top: 18px;
}

.doctor__name img {
  width: calc(403px/ 2);
}

.doctor__text p {
  text-align: justify;
}

@media only screen and (max-width:520px) {
  .section.doctor {
    padding-top: calc(72px / 2);
  }

  .doctor__title span.ja {
    font-size:calc(40px / 1.5);
    letter-spacing: 0
  }

  .doctor__title span.en {
    font-size: calc(20px / 1.5);;
    letter-spacing: 0
  }

  .doctor__subtitle {
    margin:calc(36px / 1.5) auto calc(18px / 1.5);
  }

  .doctor__subtitle span.ja {
    font-size: calc(29px / 1.35);
    padding: calc(4px / 1.5) 18px;
    line-height: 1.56789;
  }

  .doctor__subtitle:after {
    display: none;
  }

  .doctor__container {
    padding-top: calc(18px / 1.5);
  }

  .doctor__text {
    flex-basis:100% 
  }

  .doctor__img {
    flex-basis:75%;
    text-align: center;
    margin: auto;
    margin-bottom: 18px; 
  }

  .doctor__name {
    text-align: center;
    margin: auto; 
    margin-top: calc(18px / 1.5);
  }

  .doctor__name img {
    width: calc(403px/ 2.5);
  }

  .doctor__text p {
    font-size: 16px;
  }
}


/*doctor__history*/
.doctor__history {
  margin: 45px 0 0;
}

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

.doctor__history__text {
  flex-basis: 60%;
  margin-right: -10%;
  position: relative;
  z-index: 34;
  order: 1;
}

.doctor__history__img {
  flex-basis:50%;
  margin-left:-10%;
  margin-top: 18px;
  order: 2;
}

.doctor__history__title {
  width: 156px;
  text-align: center;
  margin: 0;
  background-color: #4f3912;
  position: relative;
  z-index: 23;
}

.doctor__history__title span {
  display: block;
  font-weight:bold;
  font-size:18px;
  text-align: center;
  color: #fff;
}

.doctor__history__list {
  margin-left: 25px;
  border:1.25px solid #4f3912;
  padding:6.5px;
  background-color: #fff;
  margin-top: -24px;
}

.doctor__history__list__container {
  border:1.25px solid #4f3912;
  background-color: #fff;
  padding: 36px 54px;
}

.doctor__history__list dl  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.doctor__history__list dl dt {
  margin-right: 13.5px;
}

@media only screen and (max-width:520px) {
  .doctor__history {
    margin: calc(45px / 2) 0 0;
  }

  .doctor__history__text {
    flex-basis: 100%;
    margin-right: 0;
  }

  .doctor__history__img {
    flex-basis:100%;
    margin-left:auto;;
    margin-top: calc(18px /1)
  }

  .doctor__history__title {
    width: 100%;
  }

  .doctor__history__title span {
    font-size: 16px;
    padding: 6.25px 9px;
  }

  .doctor__history__list {
    margin-left: 0;
    padding:calc(6.5px / 1);
    font-size: 16px;
    margin-top: -12px;
  }

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

  .doctor__history__list dl dt {
    margin-right: calc(13.5px / 2);
  }

}

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

Treatment Setting

---------------------------------------------------------- */
/*treatment*/
.section.treatment {
  padding: 0 0 90px;
  position: relative;
  width: 100%;
  background-image: url(../img/bg__treatment.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
  border-top-left-radius:120px;
  z-index: 123;
}

.treatment__wrapper {
  padding:calc(180px + 180px) 0 0;
  position: relative;
  width: 100%;
  background-image: url(../img/treatment.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  border-top-left-radius:120px;
  z-index: 2;
}

.treatment__container {
  position: relative;
  z-index: 123;
  margin-top: 90px;
  padding-top: 72px;
  padding-bottom: 27px;
  border-radius: 18px;
  background-color: #f4f3ee;
}

@media only screen and (max-width:520px) {
  .section.treatment {
    padding: 0 0 calc(90px / 2);
    border-top-left-radius:calc(120px / 2);
  }

  .treatment__wrapper {
    padding:calc(calc(180px + 180px) /4) 0 0;
    border-top-left-radius:calc(120px / 2);
  }

  .treatment__container {
    margin-top: calc(90px / 2);
    padding-top: calc(72px / 2);
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 9px;
  }

}


/*treatment__list*/
.treatment__inner {
  padding: 45px 0;
  margin: auto;
}

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

.treatment__list {
  flex-basis: 49%;
  margin: 1%;
  padding:45px 36px ;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

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

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

.treatment__img {
  width: 256px;
  text-align: center;
  margin: 18px auto;
}

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

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

.treatment__title {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 123;
}

.treatment__title span {
  display: inline;
  background-color: #fff;
  padding: 9px 18px;
  font-size:36.5px ;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

.treatment__text p {
  margin-top: -36px;
  min-height: 130px;
  font-size: 20px;
  line-height: 1.656789;
  font-weight: 400;
  padding: 36px 18px 27px;
  border:1.25px dotted #4f3912;
}

@media only screen and (max-width:520px) {
  .treatment__inner {
    padding: calc(45px / 2) 0;;
  }

  .treatment__list {
    flex-basis: 100%;
    margin: 1% auto;
    padding:calc(45px / 2) 18px;
    border-radius: calc(18px / 2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }

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

  .treatment__img {
    width: 128px;
    margin: calc(18px/ 2) auto;
  }

  .treatment__title span {
    padding: calc(9px /2) calc(18px /2);
    font-size: calc(36.5px / 1.46);
  }

  .treatment__text p {
    margin-top: -22.5px;
    min-height: auto;
    font-size: 16px;
    padding: calc(36px / 1.5) 18px 18px;
    border:1.25px dotted #4f3912;
  }


}

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

Flow Setting

---------------------------------------------------------- */
/*flow*/
.section.flow {
  padding-bottom: 63px;
}

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

.flow__title span {
  display: block;
  text-align: center;
}

.flow__title span.ja {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.35em;
}

.flow__title span.en {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-top: 9px;
}

@media only screen and (max-width:520px) {
  .section.flow {
    padding-bottom: calc(63px / 2);
  }

  .flow__title span.ja {
    font-size: calc(40px / 1.5);
    letter-spacing: 0
  }

  .flow__title span.en {
    font-size:calc(20px / 1.22);;
    letter-spacing: 0;
    margin-top: calc(9px / 2);
  }

}


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

.flow__list {
  flex-basis: 49%;
  margin: 0 1%;
}

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

  .flow__list:nth-child(2) {
    margin-right: 0;
  }

.flow__list__title {
  text-align: center;
  position: relative;
  margin:36px auto 9px;
}

.flow__list__title span {
  display: inline-block;
  font-size: 30.5px;
  text-align: center;
  padding: 4px 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  z-index: 12;
  position: relative;
  background-color: #f4f3ee;
}

.flow__list__title:after  {
  position: absolute;
  content: '';
  top: 36px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #553119;
  z-index: 1;
}

@media only screen and (max-width:520px) {
  .flow__list {
    flex-basis: 100%;
    margin:1% auto;
  }

    .flow__list:nth-child(1) ,
    .flow__list:nth-child(2) {
      margin-left: auto;
      margin-right: auto;
    }

  .flow__list__title {
    margin:calc(36px /1.5) auto calc(9px /1.5);
  }

  .flow__list__title span {
    font-size: calc(30.5px / 1.35);
    padding: calc(4px / 2) 18px;
    letter-spacing:0;
  }

  .flow__list__title:after  {
    top: calc(36px / 1.5);
  }

}

/*flow__list__detail*/
.flow__list__detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  border: 1px solid #4f3912;
  border-radius: 7.25px;
  background-color: #fff;
  position: relative;
}

  .flow__list__detail:after {
    position: absolute;
    content: '';
    width: calc(100px / 2);
    height:calc(100px / 2);
    margin: auto;
    z-index: 123;
    top: calc(100% - calc(100px / 2)/  3.5);
    left: calc(50% - calc(100px / 2) / 2);
    background-image: url(../img/icon__arrow1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: calc(100px / 2);
  }

  .flow__list__detail.end::after {
    display:none;
  }

  .flow__list.consultation .flow__list__detail {
    padding:18px 25px 12px;
    margin-bottom: 18px;
  }

  .flow__list.surgery .flow__list__detail {
    padding:13.15px 25px;
    margin-bottom: 18px;
  }

.flow__list__text {
  flex-basis:calc(100% - 180px);
}

.flow__list__img {
  flex-basis: 150px;
}

.flow__list__text span {
  display: block;
  font-weight: 500;
}

.flow__list__text span.ja {
  font-size: 18px;
  line-height: 1.56789;
  font-weight: 500;
}

.flow__list__text span.ja.title {
  font-size: 25px;
  margin-bottom: 9px;
  line-height: 1.56789;
  font-weight: 600;
}

.flow__list__img img {
  border-radius: 9px;
}

@media only screen and (max-width:520px) {
  .flow__list__detail {
    border-radius: calc(7.25px / 1.5);
  }

  .flow__list__detail:after {
    width: calc(100px / 4);
    height:calc(100px / 4);
    top: calc(100% - calc(100px / 4)/  3.5);
    left: calc(50% - calc(100px / 4) / 2);
    background-size: calc(100px / 4);
  }

  .flow__list.consultation .flow__list__detail {
    padding:calc(18px / 1.25) 18px ;
    margin-bottom: calc(18px / 2);
  }

  .flow__list.surgery .flow__list__detail {
    padding:calc(13.15px / 1.25) 18px;
    margin-bottom:calc(18px / 2);
  }

  .flow__list__text {
    flex-basis:calc(100% - calc(180px / 2));
  }

    .flow__list__text.noimg {
      flex-basis:100%
    }

  .flow__list__img {
    flex-basis: calc(150px / 2);
  }

  .flow__list__text span.ja {
    font-size: 16px;
    font-weight: 400;
  }

  .flow__list__text span.ja.title {
    font-size: calc(25px / 1.4);
    margin-bottom: calc(9px / 2);
  }

  .flow__list__img img {
    margin-bottom: calc(9px / 2);
  }

}


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

Payment Setting

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

.payment .price__title {
  display: block;
  position: relative;
  width:540px;
  margin-top: 18px;
  margin-bottom: -9px;
}

.payment .price__title span.ja {
  padding: 0;
}

.payment .price__list__container {
  padding-top:72px;
  padding-bottom: 27px;
}

.payment .price__cution {
  margin-top: 18px;
}

@media only screen and (max-width:520px) {
  .section.payment {
    padding-top: calc(45px / 2);
  }

  .payment .price__title {
    margin-top: calc(18px / 2);;
    margin-bottom: -9px;
    width:100%;
  }

  .payment .price__list__container {
    padding-top:calc(72px / 2);
    padding-bottom: calc(27px / 2);
  }

  .payment .price__cution {
    margin-top: calc(18px / 2);
  }
}


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

Contact Setting

---------------------------------------------------------- */
/*section.contact*/
.section.contact {
  background-image: url(../img/bg__contact.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.contact__container {
  padding:72px 45px;
  background: #fff;
}

@media only screen and (max-width:520px) {
  .contact__container {
    padding:calc(72px /2) 18px
  }

  .contact__container p.center {
    font-size: 16px;
  }
}

/*mw_wp_form*/
.mw_wp_form   {
  padding-top:54px;
}

.mw_wp_form dl  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 27px 0 ;
  border-bottom: 2px dotted #aaa;
}

  .mw_wp_form dl:nth-last-child(1), 
  .mw_wp_form dl:last-of-type {
    border-bottom: none;
  }

.mw_wp_form dl dt {
  flex-basis: 30%;
  padding:9px 0;
  font-weight: 600;
}

.mw_wp_form dl dd {
  flex-basis: 70%;
  padding:9px 0;
}

.mw_wp_form input[type="text"] ,
.mw_wp_form input[type="tel"] ,
.mw_wp_form input[type="email"],
.mw_wp_form textarea {
  max-width: 100%;
}

.mw_wp_form .req {
  margin: -3px 0 0 9px ;
  display: inline-block;
  vertical-align: middle;
  background: #65b9a2;
  /*
  border-radius: 4.5px;
  */
  padding:4.5px 13.5px ;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  margin-right: 9px;
}

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

.form__submit button[type=submit],
.form__submit input[type=button],
.form__submit input[type=submit] {
  margin:27px auto 18px;
  width: 468px;
  padding:27px 36px;
  font-size: 22px;
  line-height: normal;
  text-align: center;
}

.confirm .form__submit .btn__secondary {
  padding:18px 36px;
}

.confirm .hidden ,
.confirm .mw_wp_form .req {
  display: none;
}

.thanks p  {
  font-size: 120%;
}

.thanks .form__submit ,
.thanks .form__submit a {
  max-width: 380px;
  padding:9px 36px;
  font-size: normal;
}

@media only screen and (max-width:520px) {
  .mw_wp_form   {
    padding-top:calc(54px / 2);
  }

  .mw_wp_form dl  {
    padding: calc(27px / 2) 0;
    font-size: calc(18px / 1.18);
  }

  .mw_wp_form dl dt {
    flex-basis: 100%;
    padding:4.5px 0 2.25px;
  }

  .mw_wp_form dl dd {
    flex-basis: 100%;
    padding:2.25px 0 4.5px;
  }

  .mw_wp_form input[type="text"] ,
  .mw_wp_form input[type="tel"] ,
  .mw_wp_form input[type="email"],
  .mw_wp_form textarea {
    width: 100%;
  }

  .mw_wp_form .req {
    margin: -3px 0 0 0 ;
    padding:4.5px 13.5px ;
    font-size: calc(13px /1.1);
    margin-right: calc(9px / 1.5)
  }

  .form__submit input[type=submit] {
    margin:calc(27px / 1.5) auto calc(18px / 1.5) ;
    width: 100%;
    font-size: calc(22px / 1.22);
  }
  
  .confirm .form__submit .btn__secondary {
    padding:calc(18px / 1.5) calc(18px / 1.5) ;
  }

  .thanks p  {
    font-size: 110%;
  }

  .thanks .form__submit ,
  .thanks .form__submit a {
    padding:calc(18px / 1.5) calc(18px / 1.5) ;
    max-width: 100%;
  }

}

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

Facilities Setting

---------------------------------------------------------- */
/*facilities*/
.facilities p.leed {
  text-align: center;
  margin: 36px auto;
}

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

.facilities__list {
  flex-basis: 31.5%;
  border: 0.5px solid #553119;
  padding: 36px 27px;
  background: #fff;
  margin: 18px 1.25%;
}

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

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


.facilities__img {
  order: 1;
  margin: auto auto 18px;
  text-align: center;
}

.facilities__img img {
  width: 198px;
  height: calc(198px * 1.25);
  object-fit: contain;
  object-position: top center;
}

.facilities__text {
  order: 2;
}

.facilities__title {
  text-align: center;
  margin: auto auto 18px;
  position: relative;
}

.facilities__title:after {
  position: absolute;
  content: '';
  top: 100%;
  width:20%;
  height: 1px;
  border-bottom: 2px solid #553119;
  left: calc(50% - calc(20% /2));
  margin:4.5px auto;
  
}

.facilities__title span {
  display: block;
  font-size: 20.5px;
  font-weight: 600;
}

.facilities__text p {
  text-align: justify;
  font-size: 17.5px;
  line-height: 1.9;
}


@media only screen and (max-width:520px) {
  .facilities p.leed {
    margin: calc(36px / 1.5) 0;
    text-align: left;
  }

  .facilities__list {
    flex-basis: 48%;
    padding: calc(36px /1.5) 18px;
    margin: 2% 1%;
  }

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

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

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

  .facilities__img {
    order: 1;
    margin: auto auto calc(18px /1);
  }

  .facilities__img img {
    width: 156px;
    height: auto;
    object-fit: unset;
    object-position: none;
  }

  .facilities__title {
    margin: auto auto calc(18px / 1);
  }

  .facilities__title:after {
    top: 100%;
    width:20%;
    height: 1px;
    border-bottom: 2px solid #553119;
    left: calc(50% - calc(20% /2));
    margin:4.5px auto;
    
  }

  .facilities__title span {
    font-size:18px;
  }

  .facilities__text p {
    font-size: 16px;
  }


}

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

Footer Setting

---------------------------------------------------------- */
/*footer*/
footer {
  padding: 72px 0 135px;
  position: relative;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.footer__text {
  flex-basis: calc(100% - 560px);
}

.footer__map {
  flex-basis: 520px;
}

@media only screen and (max-width:520px) {
  footer {
    padding: calc(72px / 2) 0 135px;
  }

  .footer__text {
    flex-basis: 100%;
  }

  .footer__map {
    flex-basis: 100%;
  }

}

/*footer__schedule*/
.footer__schedule {
  margin-bottom: 27px;
}

.footer__schedule__title {
  text-align:left;
  margin: 0 0 9px
}

.footer__schedule__title span {
  display: block;
  color: #000;;
  font-weight: bold;
  font-size: 24px;
}

.footer__schedule__caution {
  margin-top: 13.5px;
  display: block;
  font-size: 17px;
}

.footer__schedule__caution span.strong {
  font-size: 17.5px;
  font-weight: normal;
  color: #a43d41;
}

@media only screen and (max-width:520px) {
  .footer__schedule {
    margin-bottom: calc(27px /1.5);
  }

  .footer__schedule__title {
    margin: 0 0 calc(9px /1.5)
  }

  .footer__schedule__title span {
    font-size: calc(24px /1.34)
  }

  .footer__schedule__caution {
    margin-top: calc(13.5px /1.5);
    font-size: calc(17px /1.2)
  }

  .footer__schedule__caution span.strong {
    font-size: calc(17px /1.2)
  }
}

/*calendar__table*/
.calendar__table table {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  border-right: 0;
}

.calendar__table thead th {
  text-align: center;
  border: none;
  background: #4f3912;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  border-bottom: 1.5px solid #4f3912;
}

.calendar__table tbody th ,
.calendar__table tbody td   {
  background: #fff;
  text-align: center;
  border-bottom: 1.5px solid #4f3912;
  padding: 7.25px 2.25px ;
}

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

.calendar__table tbody th {
  width: 26%;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.calendar__table tbody td  {
  width: 11%;
  font-size: 16px;
  font-weight: 5000;
  line-height: normal;
  text-align: center;
}

  .calendar__table table.top thead th,
  .calendar__table table.top tbody td,
  .calendar__table table.top tbody td {
    vertical-align: top;
  }

  .calendar__table table.middle thead th,
  .calendar__table table.middle tbody td,
  .calendar__table table.middle tbody td {
    vertical-align: middle;
  }

.calendar__table tbody td   {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

  .calendar__table tbody td span  {
    color: #7fc97e;
    font-weight: 600;
    color: #6f9cd4;
    font-size: 30.5px;
    text-align: center;
  }

@media only screen and (max-width:520px) {
  .calendar__table thead th {
    border-bottom: calc(1.5px / 1.5) solid #4f3912;
  }

  .calendar__table tbody th ,
  .calendar__table tbody td   {
    border-bottom: calc(1.5px / 1.5) solid #4f3912;
    padding: calc(7.25px /1.5) calc(2.25px /1)
  }

  .calendar__table tbody th {
    width: 26%;
    font-size: calc(18px /1.2);
  }

  .calendar__table tbody td  {
    width: 11%;
    font-size: calc(16px /1.1);
  }

  .calendar__table tbody td   {
    font-size: calc(18px /1.2);
  }

  .calendar__table tbody td span  {
    font-size: calc(30.5px /1.4);
  }

}

/*footer__access*/
.footer__access__title {
  text-align:left;
  margin: 0 0 13.5px;
  padding-bottom: 9px;
  border-bottom: 1.5px solid #4f3912;
}

.footer__access__title span {
  display: block;
  color: #000;;
  font-weight: bold;
  font-size: 24px;
}

.footer__access__list  {
  margin: 18px 0;
  padding-left: 0;
}

.footer__access__list li {
  font-size: 19px;
  margin: 9px auto;
  color: #000;
  font-weight: 500;
  margin-left: 32px;
}

.footer__access__list li img {
  margin-left: -32px;
  width: calc(64px / 2);
  text-align: center;
  margin-right: 13.5px;
}

.footer__access__caution {
  margin: 27px auto auto;
  background: #fff;
  padding:22.5px 36px;
  text-align: left;
}

.footer__access__caution p  {
  text-align: justify;
  line-height: 1.789;
  color: #222;
}

.footer__access__caution p strong  {
  color: #000;
}

.footer__access__caution .icon__caution {
  width: calc(133px/ 2);
  margin-top: 18px;
  margin-right: 18px;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:520px) {
  .footer__access__title {
    margin: 0 0 calc(13.5px /1.5);
    padding-bottom:calc(9px /1.5);
    border-bottom: calc(1.5px /1.5) solid #4f3912;
  }

  .footer__access__title span {
    font-size:calc(24px /1.34)
  }

  .footer__access__list  {
    margin:calc(18px /1.5) 0;
    padding-left:calc(32px / 1);
  }

  .footer__access__list li {
    font-size: calc(19px /1.2);
    margin: calc(9px /1.5) auto;
  }

  .footer__access__list li img {
    width: calc(32px / 1.5);
    margin-right: calc(13.5px /1.5);
  }

  .footer__access__caution {
    margin: calc(27px /1.5) auto auto;
    padding:calc(22.5px /1.5) 18px;
  }

  .footer__access__caution .icon__caution {
    width: calc(133px/ 3);
    text-align: center;
    margin-top: calc(18px /1.5);
    margin-right: auto;
  }

  .footer__map iframe {
    width: 100%;
    margin-top: 18px;
    height: 250px
  }

}

/*footer__copyright*/
.footer__copyright {
  text-align: center;
  margin: auto;
  padding:72px 0 0
}

.footer__copyright address {
  font-style: normal;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: auto
}

@media only screen and (max-width:520px) {
  .footer__copyright {
    padding: calc(72px /1.5) 0 0
  }

  .footer__copyright address {
    font-size: calc(16px / 1.3);
  }

}

/*footer__nav*/
.footer__nav__pc {
  display: block;
  position: fixed;
  z-index: 12345;
  bottom: 0;
  width: 100%;
  margin: auto;
  background-color: #fff;
}

.footer__nav__sp {
  display: none;
}

.footer__nav__pc .footer__nav__container {
  padding:13.5px  ;
  text-align: center;
  margin: auto;
}

.footer__nav__pc .footer__nav__tel,
.footer__nav__pc .footer__nav__mail {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}

.footer__nav__pc .footer__nav__tel a {
  display: block;
  text-decoration: none;
}

.footer__nav__pc .footer__nav__tel span.ja {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin:auto 13.5px;
}

.footer__nav__pc .footer__nav__tel small {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.56789;
  font-size: 13px;
}

.footer__nav__pc .footer__nav__tel img.tel__label {
  object-fit: cover;
  width: 124px;
  height: 63px;
}

.footer__nav__pc .footer__nav__tel img.tel__img {
  width: 300px
}

.footer__nav__pc .footer__nav__mail img {
  margin-left: 18px;
  width: 298px
}

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

  .footer__nav__sp {
    display: block;
    position: fixed;
    z-index: 12345;
    bottom: 0;
    width: 100%;
    height:80px;
    margin: auto;
  }

  .footer__nav__sp .footer__nav__container {
    padding: 0 ;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer__nav__sp .footer__nav__tel,
  .footer__nav__sp .footer__nav__mail {
    flex-basis: 50%;
  }

  .footer__nav__sp .footer__nav__tel  {
    background-color: #65b9a2;
  }

  .footer__nav__sp .footer__nav__mail  {
    background: rgb(180,149,59);
    background: linear-gradient(180deg, rgba(180,149,59,1) 0%, rgba(137,107,46,1) 100%);
  }

  .footer__nav__sp a {
    display: block;
    text-decoration: none;
    text-align: center;
    min-height: 80px;
    padding: 18px 0 0;
  }

  .footer__nav__sp span.ja {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: calc(16px /1.2);
    text-align: center;
    margin:9px auto auto;
  }

  .footer__nav__sp .footer__nav__tel img ,
  .footer__nav__sp .footer__nav__mail img {
    width: calc(166px / 5);
  }

}

