@charset "UTF-8";
/*-------------------------------------------------------------------

	header

-------------------------------------------------------------------*/
.header {
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 55px;
  padding: 0 1.5rem;
}
.header_logo {
  width: 159px;
  height: auto;
  margin: 0;
}
.header_pcmenu {
  display: none;
}
.header_button {
  width: 36px;
  height: 32px;
  color: #FFF;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  border-radius: 4px;
  background: #932b29;
  background: -moz-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: radial-gradient(ellipse at center, #bc3835 0%, #8d2927 100%);
}
.header_button > a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header_button.tel {
  margin: 0 .5em 0 auto;
}
.header_button.reserve {
  margin: 0 1em 0 0;
}
.header_menu-button {
  width: 25px;
  height: 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .2s ease-out;
}
.header_menu-button > span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ad7f52;
}
.header_menu-button::before, .header_menu-button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ad7f52;
  transition: all .2s ease-out;
}
.header_menu-button::before {
  top: 0;
}
.header_menu-button::after {
  bottom: 0;
}
.header_menu-button.is-close > span {
  opacity: 0;
}
.header_menu-button.is-close::before, .header_menu-button.is-close::after {
  top: 50%;
  transform: translateY(-50%);
}
.header_menu-button.is-close::before {
  transform: rotate(45deg);
}
.header_menu-button.is-close::after {
  transform: rotate(-45deg);
}

/*-------------------------------------------------------------------
	header PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .header_inner {
    height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .header_logo {
    width: 220px;
    padding: 0;
  }
  .header_pcmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: end;
    -ms-align-items: end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header_pcmenu li {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .header_pcmenu li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0 1em;
    border-right: 1px solid #DDD;
  }
  .header_pcmenu li:first-child a {
    border-left: 1px solid #DDD;
  }
  .header_pcmenu li.currentNav a, .header_pcmenu li:hover a {
    color: #bf3933;
  }
  .header_pcmenu li.currentNav a::after, .header_pcmenu li:hover a::after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    right: 1em;
    content: "";
    display: block;
    width: auto;
    height: 3px;
    background: url("../img/top/gmenu_line.png") repeat-x left bottom;
  }
}
/*-------------------------------------------------------------------

	mv

-------------------------------------------------------------------*/
.mv {
  padding-top: 56px;
}
.mv_inner {
  background: url("../img/top2/mv_back_sp.jpg") no-repeat center top;
  background-size:cover;
  padding:2.5rem .2rem .5rem;
  box-sizing: border-box;
}
.mv_inner-text {
  display: block;
  padding:0 .7rem 1.5rem;
  box-sizing: border-box;
}
.mv_banner-list_main {
  margin-bottom: .2rem;
}
.mv_banner-list_sub {
  display:flex;
  justify-content: space-between;
}
.mv_banner-list_sub .first {
  width: 49.730458%;
}
.mv_banner-list_sub .last {
  width: 49.730458%;
}

/*-------------------------------------------------------------------
	mv PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 91px;
  }
  .mv_inner {
    background: url("../img/top2/mv_back_pc.jpg") no-repeat center center;
    background-size:cover;
    padding:3rem 0 3rem;
    
  }
  .mv_inner-text {
    display: block;
    padding:0 3rem 3.8rem 0;
    width: 1200px;
    margin:auto;
  }
  .mv_banner-list {
    width: 1000px;
    margin: 0 auto;
  }
  .mv_banner-list_main {
    margin-bottom: .4rem;
  }
  .mv_banner-list_sub .first {
    width: 49.8%;
  }
  .mv_banner-list_sub .last {
    width: 49.8%;
  }
}
/*-------------------------------------------------------------------

	Contact

-------------------------------------------------------------------*/
.contact-button {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  line-height: 1.5;
}
.contact-button > .lead1 {
  color: #ad7f52;
  font-size: 1.2rem;
  transform: rotate(-5deg);
  margin-bottom: 1em;
}
.contact-button > .lead2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: .5em;
}
.contact-button > .button {
  margin-bottom: 0;
}

.side-pc {
  position: fixed;
  width: 75px;
  bottom: 10px;
  right: 0;
  z-index: 9998;
}
.side-pc .appointment {
  margin-bottom: 1em;
}
.side-pc .pagetop {
  width: 30px;
  margin: 0 0 0 auto;
}

/*-------------------------------------------------------------------
	Contact PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .contact-button {
    width: 844px;
    margin: 0 auto;
  }
  .contact-button > .lead1 {
    font-size: 2rem;
    margin-bottom: 1em;
    margin-left: 3em;
  }
  .contact-button > .lead2 {
    font-size: 3.5rem;
  }
}
/*-------------------------------------------------------------------

	common

-------------------------------------------------------------------*/
.title-basic {
  background: #c19e7c;
  background: -moz-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: radial-gradient(ellipse at center, #c19e7c 0%, #ad7f52 100%);
  font-size: 2.3rem;
  color: #FFF;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
  letter-spacing: .2rem;
  font-feature-settings: "palt";
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: .7em 0;
}
.title-basic > small {
  display: block;
  font-size: .52em;
}
.title-basic.red {
  background: #932b29;
  background: -moz-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: radial-gradient(ellipse at center, #bc3835 0%, #8d2927 100%);
}
.title-basic.red > small {
  display: block;
  font-size: .52em;
}
.title-basic.gray {
  background: #818181;
  background: -moz-radial-gradient(center, ellipse cover, #9b9b9b 0%, #808080 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #9b9b9b 0%, #808080 100%);
  background: radial-gradient(ellipse at center, #9b9b9b 0%, #808080 100%);
}
.section-basic {
  padding: 2.5rem 1.5rem 5rem;
}
.m-tax {
  position:relative;
  display:inline-block;
  padding-bottom:1em;
}
.m-tax > small {
  position:absolute;
  bottom:0;
  right:0;
  font-size:.5em;
}
.item-block {
  display:block;
  box-sizing: border-box;
}
.sec > :last-child {
  margin-bottom:0;
}
.sec {
  margin-bottom:2rem;
  padding:1rem 2rem 2rem;
  background-color:white;
  box-shadow:1px 0 20px 0 rgba(0,0,0,.1);
  border-radius: 1rem;
}
.sec-inner {
  margin-top:4rem;
}
.item-box {
  border:1px solid #DDD;
  border-radius:1rem;
  padding:2rem;
}
/*-------------------------------------------------------------------
	common PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  *[class*=callbtn] a {
    cursor: default;
    text-decoration: none;
  }
  .title-basic {
    font-size: 5rem;
  }
  .title-basic > small {
    display: block;
    font-size: .52em;
  }
  .section-basic {
    width: 1100px;
    padding: 8rem 0rem 11rem;
    margin: 0 auto;
  }
  .section-basic.short {
    width: 980px;
  }
  .sec {
    margin-bottom:5rem;
    padding:2rem 5rem 5rem;
  }
  .sec-inner {
    margin-top:6rem;
  }
  .item-box {
    padding:5rem;
  }
}
/*-------------------------------------------------------------------

	worry

-------------------------------------------------------------------*/
.worry {
  background-color: #ebebeb;
}
.worry_inner > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------
	worry PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .worry_inner {
    width: 1100px;
    margin: 0 auto;
  }
}
/*-------------------------------------------------------------------

	points

-------------------------------------------------------------------*/
.points_inner {
  background: url("../img/top/points_sankaku.png") no-repeat center top;
  background-size: 5rem;
  padding: 5rem 1.5rem 5.5rem;
}
.points_inner > :last-child {
  margin-bottom: 0;
}
.points_title {
  font-size: 2.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  letter-spacing: .05em;
  margin-bottom: 1.5em;
}
.points_title > i {
  position: relative;
  left: -.2em;
  bottom: 10px;
  display: inline-block;
  font-size: .53333em;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  padding: .6em 1.5em;
}
.points_title > i::before, .points_title > i::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #000;
}
.points_title > i::before {
  transform: rotate(-15deg);
  left: 0;
}
.points_title > i::after {
  transform: rotate(15deg);
  right: 0;
}
.points_title > em {
  position: relative;
  font-style: normal;
}
.points_title > em::after {
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.points_title > small {
  font-size: 0.48888em;
}
.points_title > .big {
  font-size: 1.2em;
  color: #bf3933;
}
.points_box {
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 5rem;
  padding: 0 2rem 2rem;
}
.points_box > :last-child {
  margin-bottom: 0;
}
.points_box-title {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  position: relative;
  padding: 2rem 2rem 2rem 5rem;
  letter-spacing: .02em;
  background-color: #e4e7f3;
  margin: 0 -2rem 3rem;
}
.points_box-title .num {
  position: absolute;
  display: block;
  width: 5rem;
  top: -1.5rem;
  left: -1rem;
}
.points_box-title .sub {
  display: block;
  margin-bottom: .5em;
  font-size: .64em;
}
.points_box .points1-photo {
  position: relative;
  z-index: 1;
  float: right;
  width: 40.5%;
  margin: -5rem -2rem 1em 1em;
}
.points_box .points1-text .lead {
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
}
.points_box .points1-text .point {
  font-size: 1.9rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
  line-height: 1.5;
  color: #bf3933;
}
.points_box .team-title {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  padding: 1em 0;
  margin-bottom: 1em;
  color: #553f28;
  border: 1px solid #ae8154;
  border-left: none;
  border-right: none;
}
.points_box .team-title > small {
  display: block;
  font-size: .71em;
}
.points_box .team-title::before, .points_box .team-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #ae8154;
}
.points_box .team-title::before {
  top: 2px;
}
.points_box .team-title::after {
  bottom: 2px;
}
.points_box .points2-wrap {
  margin-right: -2rem;
  margin-bottom: 1em;
  overflow: hidden;
}
.points_box .points2-photo {
  position: relative;
  z-index: 1;
  float: right;
  width: 65%;
  margin: -1rem -6rem 1em 1em;
}
.points_box .points2-text .lead {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.points_box .points2-text .bmi {
  width: 85%;
}
.points_box .bmi-table > h3 {
  color: #5467b2;
  font-size: 1.5rem;
  margin-bottom: .5em;
}
.points_box .bmi-table .arrow {
  width: 25%;
  margin: 2em auto;
  text-align: center;
}
.points_box .fat-type {
  margin-bottom: 2em;
}
.points_box .fat-type > h3 {
  font-size: 1.8rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  margin-bottom: 1em;
}
.points_box .fat-type_box {
  background-color: #FFF;
  padding: 2.5rem 1.5rem;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.points_box .fat-type_box > h4 {
  font-size: 1.7rem;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #5467b2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
}
.points_box .fat-type_box > h4 > small {
  font-size: .764705em;
}
.points_box .fat-type_box-list {
  margin-bottom: 1em;
}
/*.points_box .fat-type_box-list > ul {
  float: left;
  width: 67%;
}*/
.points_box .fat-type_box-list > ul > li {
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.points_box .fat-type_box-list > ul > li i {
  display: block;
  width: 4rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.points_box .fat-type_box-list > ul > li span {
  display: block;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
.points_box .fat-type_box-list > figure {
  float: right;
  width: 32%;
}
.points_box .fat-type_box-list > figure > figcaption {
  display: block;
  padding-top: .5em;
  font-size: 8px;
}
.points_box .fat-type_text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  color: #bf3933;
  margin-bottom: 0;
}
.points_box .order-made > h4 {
  font-size: 2rem;
  color: #553f28;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  text-align: center;
  margin-bottom: 1.5em;
}
.points_box .order-made > h4 > small {
  font-size: .6em;
}
.points_box .order-made > h4 > .line {
  display: inline-block;
  padding: .2em 0 .1em;
  background: url("../img/top/line_pastel.png") repeat-x left bottom;
  background-size: auto 3px;
}
.points_box .order-made_1 {
  margin-bottom: 2em;
}
.points_box .order-made_1 > h5 {
  display: inline-block;
  background-color: #ad7f52;
  color: #fff;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
  line-height: 1.2;
  padding: .5em 1em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 1em;
}
.points_box .order-made_1 > figure {
  float: right;
  width: 40%;
  margin: 0 0 1em 1em;
}
.points_box .order-made_1 > :last-child {
  margin-bottom: 0;
}
.points_box .order-made_2 {
  background-color: #f3f3f1;
  padding: 1.5rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
}
.points_box .order-made_2 > figure {
  float: left;
  width: 55%;
  margin: 0 1em 1em -1.5rem;
}
.points_box .order-made_2 > :last-child {
  margin-bottom: 0;
}
.points_box .points3-wrap {
  margin-right: -2rem;
  margin-top: -3rem;
  overflow: hidden;
}
.points_box .points3-photo {
  float: right;
  width: 50%;
  margin: 0 -2rem 1em 1em;
}
.points_box .points3-list {
  padding-top: 2em;
}
.points_box .points3-list li {
  background: url("../img/top/ico_check.png") no-repeat 0 0;
  background-size: 14px;
  padding: 0 .5em 1em 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
}

/*-------------------------------------------------------------------
	points PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .points_inner {
    background-size: 108px;
    padding: 9rem 0 11rem;
    width: 1100px;
    margin: 0 auto;
  }
  .points_title {
    font-size: 5rem;
    margin-left: 19rem;
  }
  .points_title > i {
    left: -8em;
    bottom: 10px;
    font-size: .48em;
    transform: rotate(-15deg);
  }
  .points_title > em::after {
    top: -10px;
    width: 8px;
    height: 8px;
  }
  .points_box {
    margin-bottom: 8rem;
    padding: 0 6rem 6rem;
  }
  .points_box-title {
    font-size: 3.8rem;
    padding: 3rem 3rem 3rem 14.5rem;
    margin: 0 -6rem 4.5rem;
  }
  .points_box-title .num {
    width: 10rem;
    top: -3rem;
    left: 3rem;
  }
  .points_box-title .sub {
    font-size: .47em;
  }
  .points_box .points1-photo {
    width: 35.408163%;
    margin: -22.5rem -6rem 1em 1em;
  }
  .points_box .points1-text .lead {
    font-size: 2.3rem;
  }
  .points_box .points1-text .point {
    font-size: 2.8rem;
  }
  .points_box .team-title {
    font-size: 3.5rem;
  }
  .points_box .points2-wrap {
    margin-right: 0;
    overflow: visible;
  }
  .points_box .points2-photo {
    width: 50%;
    margin: -12rem -2rem 1em 1em;
  }
  .points_box .points2-text .lead {
    font-size: 3rem;
  }
  .points_box .points2-text .bmi {
    width: 42rem;
  }
  .points_box .bmi-table h3 {
    font-size: 2.2rem;
  }
  .points_box .bmi-table .arrow {
    width: 10.40816%;
  }
  .points_box .fat-type > h3 {
    font-size: 3rem;
  }
  .points_box .fat-type_box {
    padding: 3.5rem 5rem;
  }
  .points_box .fat-type_box > h4 {
    font-size: 2.6rem;
  }
  .points_box .fat-type_box-list {
    margin: 0 3rem 1em;
  }
  /*.points_box .fat-type_box-list > ul {
    width: 73%;
  }*/
  .points_box .fat-type_box-list > ul > li i {
    width: 6rem;
  }
  .points_box .fat-type_box-list > ul > li span {
    font-size: 2.2rem;
  }
  .points_box .fat-type_box-list > ul > li:nth-child(2) {
    margin-left: 4em;
  }
  .points_box .fat-type_box-list > ul > li:nth-child(3) {
    margin-left: 8em;
  }
  .points_box .fat-type_box-list > figure {
    width: 24%;
  }
  .points_box .fat-type_box-list > figure > figcaption {
    font-size: 10px;
    text-align: center;
  }
  .points_box .fat-type_text {
    font-size: 2.8rem;
  }
  .points_box .order-made > h4 {
    font-size: 3.5rem;
  }
  .points_box .order-made_1 > h5 {
    font-size: 2.5rem;
  }
  .points_box .order-made_1 > figure {
    width: 25.7%;
    margin: 0 0 0 1em;
  }
  .points_box .order-made_2 {
    padding: 4rem 4rem 0 4rem;
    font-size: 1.6rem;
  }
  .points_box .order-made_2 > figure {
    width: 36%;
    height: 46rem;
    margin: -4rem 2em 0 -4rem;
    overflow: hidden;
  }
  .points_box .order-made_2 > :last-child {
    margin-bottom: 1rem;
  }
  .points_box .points3-wrap {
    margin-right: -6rem;
    margin-top: 0;
    overflow: visible;
  }
  .points_box .points3-photo {
    width: 40%;
    margin: -19rem 0 1em 1em;
    z-index: 1;
    position: relative;
  }
  .points_box .points3-list {
    padding-top: 0;
  }
  .points_box .points3-list li {
    background-size: 42px;
    padding: 0 .5em 1em 50px;
    font-size: 2.4rem;
  }
}
/*-------------------------------------------------------------------

	program

-------------------------------------------------------------------*/
.program_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 2em;
}
.program_list > li {
  border: 2px solid #c3ac98;
  background-color: #f4f0ec;
  margin-bottom: 2rem;
  padding: 1.6rem 2.2rem;
}
.program_list > li:last-child {
  margin-bottom: 0;
}
.program_list > li .number {
  margin-bottom: .1em;
}
.program_list > li .number .en {
  display: inline-block;
  font-family: "Times New Roman", Times, "serif";
  color: #9d734a;
  font-size: 3.8rem;
  line-height: 1;
}
.program_list > li .number .en > small {
  font-size: .625em;
}
.program_list > li .number .plus {
  display: inline-block;
  margin-left: .5em;
  background-color: #bf3933;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1;
  padding: .8em;
  border-radius: 2rem;
  vertical-align: .5em;
}
.program_list > li .title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-feature-settings: 'palt';
  margin-bottom: .3em;
}
.program_list > li .title > small {
  display: inline-block;
  font-size: .8em;
  margin-right: .5em;
}
.program_list > li .title > span {
  display: inline-block;
}
.program_list > li .list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.program_list > li .list > li {
  line-height: 1.2;
  font-feature-settings: 'palt';
}
.program_list > li .option {
  font-size: 1.3rem;
  line-height: 1.5;
}
.program_list > li .price {
  border: 1px dotted #9d744a;
  background-color: #FFF;
  border-radius: 5px;
  text-align: center;
  padding: 1em;
}
.program_list > li .price .yen {
  font-family: "Times New Roman", Times, "serif";
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: #9d734a;
  margin-bottom: .2em;
}
.program_list > li .price .yen small {
  font-size: .5em;
  font-weight: 400;
}
.program_list > li .price .comment {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
}
.program_more-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: .2em;
}
.program_more-title > i {
  display: block;
  width: 7rem;
  margin-right: .5em;
}
.program_more-title > span {
  display: block;
  flex: 1;
  font-size: 2rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  color: #10125d;
}
.program_more-text {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  margin-bottom: 0;
}
.program_more-text > small {
  font-size: .77em;
}
.program_more-text-num {
  display:inline-block;
  width:6rem;
  margin-right:.2em;
}
.program_more-price {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  color: #bf3933;
  line-height: 1;
  text-align: right;
  margin-bottom:.5em;
}
.program_more-price > .option {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  padding-bottom:.3em;
}
.program_more-price .first {
  display: inline-block;
  padding: .5em;
  background-color: #bf3933;
  font-size: .34375em;
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 4px;
  vertical-align: -.3em;
}
.program_more-price .tax {
  position: absolute;
  font-size: .25em;
  right: 0;
  bottom: 0;
  width: auto;
}
.program_more-price .tax2 {
  font-size: .25em;
}
.program_more-price .cap {
  position: absolute;
  font-size: .28em;
  right: 0;
  bottom: -1.5em;
  color: #5467b2;
  width: auto;
}
.program_more-price .cap2 {
  font-size: .28em;
  color: #5467b2;
}
.program_yutai {
  margin-bottom: 3em;
}
.program_yutai-text {
  background-color: #fffce3;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  margin-bottom: .5em;
}
.program_yutai-title {
  font-size: 1.36em;
  margin-bottom: .5em;
}
.program_yutai-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom:1em;
}
.program_yutai-list > li {
  width: 48%;
  text-align: left;
  padding: .5em 0;
  margin-bottom: .3em;
  margin-left:4%;
  border-bottom: 1px solid #DDD;
}
.program_yutai-list.t > li {
  width: 100%;
  text-align: left;
  padding: .5em 0;
  margin-bottom: .3em;
  margin-left:0;
  border-bottom: 1px solid #DDD;
}
.program_yutai-list > li .tax > small {
  font-size:.8em;
}
.program_yutai-list > li.is-wide {
  width: 100%;
}
.program_yutai-list > li:nth-child(2n+1) {
  margin-left:0;
}
.program_yutai-list-cap {
  font-size:.8em;
  text-align: left;
  margin:0;
}
.program_yutai-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.program_button {
  margin-bottom: 2em;
  text-align: center;
}
.program_glp1 {
  padding: 3em 0 0;
  border-top: 1px solid #ccc;
}
.program_glp1 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  margin-bottom: .8em;
}
.program_glp1 .title .osusume {
  display: block;
  width: 26%;
  margin-right: 1em;
  background-color: #bf3933;
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
}
.program_glp1 .title .text {
  flex: 1;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.program_glp1 .title .text > small {
  font-size: .5em;
  display: block;
}
.glp1_ico-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.glp1_ico-list li {
  width: 12rem;
  height: 12rem;
  background-color: #f7e9dc;
  border-radius: 6rem;
  margin: 0 0 2rem 2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 2em;
}
.glp1_ico-list li:nth-child(2n+1) {
  margin-left: 0;
}
.glp1_ico-list li .ico {
  display: block;
  margin: 0 auto 1em;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.glp1_ico-list li:nth-child(1) .ico {
  background-image: url(../img/top/glp-ico1.png);
}
.glp1_ico-list li:nth-child(2) .ico {
  background-image: url(../img/top/glp-ico2.png);
}
.glp1_ico-list li:nth-child(3) .ico {
  background-image: url(../img/top/glp-ico3.png);
}
.glp1_ico-list li:nth-child(4) .ico {
  background-image: url(../img/top/glp-ico4.png);
}
.program_glp1 .price {
  border: 2px solid #c19e7c;
  margin: 0 auto 1em;

  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  line-height: 1.2;
}
.program_glp1 .price-title {
  background-color: #c19e7c;
  padding: 1em .2em;
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
}
.program_glp1 .price-text {
  padding: 1em;
  font-weight: 600;
  line-height: 1.5;
}
.program_glp1 .price-text > :last-child {
  margin-bottom:0;
}
.program_glp1 table {
  border:none;
}
.program_glp1 table th {
  border-left:none;
  border-right:none;
  vertical-align: middle;
  font-size:.92em;
  background-color:white;
}
.program_glp1 table td {
  border-left:none;
  border-right:none;
  vertical-align: middle;
}
.program_glp1 .price-text .name {
  font-size: 1.7rem;
  margin-bottom: .5em;
}
.program_glp1 .price-text .name > small {
  font-size: .6666em;
}

.program_inbody {
  padding: 3rem 0 3rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
.program_inbody .title {
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
  margin-bottom: .5em;
}
.program_inbody .lead {
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
}
.program_inbody .photo {
  width: 50%;
  float: left;
  margin: 0 1.5em .5em 0;
}
.program_threepoint {
  margin-bottom:3em;
}
.program_threepoint .title > i {
  display: block;
  width: 19rem;
  margin: 0 auto .5em;
}
.program_threepoint .title > span {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  color: #10125d;
}
.program_threepoint-list {
  background-image: url("../img/top/threepoint_back1.jpg"), url("../img/top/threepoint_back2.jpg");
  background-repeat: no-repeat,no-repeat;
  background-position: left top, right top;
  background-size: 16.8rem,16.8rem;
  padding-top: 18rem;
}
.program_threepoint-list > dl > :last-child {
  margin-bottom: 0;
}
.program_threepoint-list > dl > dt {
  padding-left: 4.5rem;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
  margin-bottom: .2em;
}
.program_threepoint-list > dl > dt > i {
  position: absolute;
  display: block;
  top: -.3em;
  left: 0;
  font-size: 4rem;
  font-style: italic;
  font-family: "Times New Roman", Times, "serif";
  color: #bbc2e1;
  font-weight: 400;
  line-height: 1;
}
.program_threepoint-list > dl > dd {
  padding-left: 4.5rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

/*-------------------------------------------------------------------
	program PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .program_list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1200px;
    margin: 0 -50px 4rem;
    position: relative;
  }
  .program_list > li {
    width: 24%;
    margin-bottom: 0;
    margin-left: 16px;
    padding-bottom: 10rem;
  }
  .program_list > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .program_list.clm3 > li {
    width: 32%;
    margin-bottom: 0;
    margin-left: 2%;
  }
  .program_list.clm3 > li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .program_list.clm3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  
  .program_list > li .number .plus {
    margin-left: 0;
  }
  .program_list > li .list li {
    font-size: 1.3rem;
  }
  .program_list > li .price {
    position: absolute;
    bottom: 2rem;
    width: 24rem;
  }
  .program_more-title {
    margin-bottom: .2em;
  }
  .program_more-title > i {
    width: 14.4rem;
  }
  .program_more-title > span {
    font-size: 4rem;
  }
  .program_more-text_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
  }
  .program_more-text {
    font-size: 4.4rem;
  }
  .program_more-text-num {
    width:10rem;
  }
  .program_more-price {
    font-size: 6.4rem;
    text-align: left;
    margin-left: .5em;
  }
  .program_more-price.sub {
    padding-top:.35em;
  }
  .program_yutai-text {
    background-color: #fffce3;
    padding: 3rem;
    font-size: 2.2rem;
  }
  .program_yutai-list {
    width: 100%;
    margin: 0 auto 1em;
  }
  .program_yutai-list.t > li {
    width: 48%;
    margin-left:2%;
  }
  .program_yutai-list.t > li:nth-child(2n+1) {
    margin-left:0;
  }
  .program_yutai-list.t > li .tax {
    position:relative;
    display:inline-block;
    padding-bottom:.5em;
  }
  .program_yutai-list.t > li .tax > small {
    /*position:absolute;
    bottom:0;
    right:0;*/
    font-size:.7em;
  }
  .program_yutai-list.t > li.is-wide {
    width: 100%;
    margin-left:0;
  }
  .program_glp1 {
    padding: 6rem 0 0;
  }
  .program_glp1 .title .osusume {
    width: 25%;
    font-size: 2.2rem;
    border-radius: 10px;
  }
  .program_glp1 .title .text {
    font-size: 4.4rem;
  }
  .program_glp1 .title .text > small {
    display: inline-block;
  }
  .glp1_ico-list {
    margin-bottom: 3rem;
  }
  .glp1_ico-list li {
    width: 20rem;
    height: 20rem;
    border-radius: 10rem;
    margin: 0 0 2rem 2rem;
    font-size: 2rem;
  }
  .glp1_ico-list li:nth-child(2n+1) {
    margin-left: 2rem;
  }
  .glp1_ico-list li:nth-child(4n+1) {
    margin-left: 0;
  }
  .glp1_ico-list li .ico {
    width: 5rem;
    height: 5rem;
  }
  .program_glp1 .price-wrap {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;*/
    margin-bottom: 3em;
  }
  .program_glp1 .price {
    margin: auto;
    width: 100%;
  }
  .program_glp1 .price-title {
    font-size: 2.2rem;
  }
  .program_glp1 .price-text {
    padding: 1.5em 10rem;
  }
  .program_glp1 .price-text .name {
    font-size: 3rem;
  }
  
  .program_inbody {
    padding: 8rem 0 6rem;
    margin-bottom: 6rem;
  }
  .program_inbody .title {
    font-size: 4.4rem;
  }
  .program_inbody .lead {
    font-size: 2.4rem;
  }
  .program_inbody .photo {
    width: 33.63636%;
  }
  .program_threepoint .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .program_threepoint .title > i {
    width: 32rem;
    margin: 0 .5em 0 0;
  }
  .program_threepoint .title > span {
    font-size: 4.5rem;
  }
  .program_threepoint-list {
    background-position: right top, left bottom;
    background-size: 37.3rem,37.3rem;
    padding-top: 10rem;
    margin-top: -5rem;
  }
  .program_threepoint-list > dl {
    padding-left: 5rem;
  }
  .program_threepoint-list > dl > dt {
    width: 70rem;
    padding-left: 10rem;
    font-size: 3rem;
  }
  .program_threepoint-list > dl > dt > i {
    top: -.3em;
    left: 0;
    font-size: 10rem;
  }
  .program_threepoint-list > dl > dt:nth-of-type(2) {
    margin-left: 16rem;
  }
  .program_threepoint-list > dl > dt:nth-of-type(3) {
    margin-left: calc(16*2rem);
  }
  .program_threepoint-list > dl > dd {
    width: 70rem;
    font-size: 2rem;
    padding-left: 10rem;
    margin-bottom: 4.5em;
  }
  .program_threepoint-list > dl > dd:nth-of-type(2) {
    margin-left: 16rem;
  }
  .program_threepoint-list > dl > dd:nth-of-type(3) {
    margin-left: calc(16*2rem);
  }
}
/*-------------------------------------------------------------------

	program add 2024.10.25

-------------------------------------------------------------------*/
.program_listbox {
  margin-bottom:2rem;
  padding:2rem;
  font-size:1.4rem;
  line-height: 1.8;
  background-color: #faf7f4;
  border:3px double #d8c9bb;
  border-radius: 1rem;
}
.program_listbox_title {
  margin-bottom:.5em;
  font-size:2.2rem;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  color:#ae8154;
}
.program_listbox .s-photo {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.program_listbox .s-box {
  background-color:white;
  padding:2rem;
  font-size:1.3rem;
  line-height: 1.5;
  border-radius: 0 0 1rem 1rem;
}
.program_listbox .s-box_title  {
  font-weight:600;
  line-height:1.5;
  margin-bottom:.5em;
}
.program_listbox .s-box .s-caption  {
  font-size:1.2rem;
  line-height: 1.5;
  margin-bottom:0;
  text-align: right;
}
.program_listtext  {
  margin-bottom:1em;
  font-size:1.5rem;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  letter-spacing: 1;
  text-align: center;
}
.program_wish  {
  display:flex;
  justify-content: space-between;
  margin-bottom:2em;
}
.program_wish li  {
  position:relative;
  width:48%;
  padding:1.4em .5em;
  border-radius: 10rem;
  background-color: #efefef;
  text-align: center;
  font-size:1.4rem;
  line-height: 1.8;
  font-weight:600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
}
.program_wish li::after {
  content:"";
  position:absolute;
  bottom:-1rem;
  left:50%;
  transform: translateX(-50%) rotate(45deg);
  width:2rem;
  height:2rem;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .program_listbox {
    margin-bottom:5rem;
    padding:6rem;
    font-size:2.2rem;
    border-radius: 2rem;
  }
  .program_listbox_title {
    font-size:4rem;
  }
  .program_listbox .s-flex {
    display:flex;
  }
  .program_listbox .s-photo {
    width:48rem;
    border-radius: 1rem 0 0 1rem;
  }
  .program_listbox .s-box {
    flex:1;
    padding:3rem;
    font-size:1.6rem;
    border-radius: 0 1rem 1rem 0;
  }
  .program_listbox .s-box .s-caption  {
    font-size:1.4rem;
  }
  .program_listtext  {
    margin-bottom:1em;
    font-size:3.2rem;
  }
  .program_wish  {
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
  .program_wish li  {
    border-radius: 50rem;
    font-size:3rem;
  }
}
/*-------------------------------------------------------------------

	feature

-------------------------------------------------------------------*/
.feature-title {
  position: relative;
  font-size: 1.9rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #ad7f52;
}
.feature-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background-color: #ad7f52;
}
.feature-title .feature-tag {
  display:block;
  font-size: 75%;
  line-height: 1.2;
  color:#ae8154;
  margin-bottom: 1em;
  margin-left:-4rem;
  padding:.8em 1.2em .7em;
  width:fit-content;
  background-color:#f4f0ec;
  border-radius: 0 1rem 1rem 0;
  border:1px solid #d9c6b6;
  border-left:none;
}
.feature-title_small {
  position: relative;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  margin-bottom: 1em;
}
.feature-lead {
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  line-height: 1.5;
  color: #10125d;
  margin-bottom: 1.5em;
}
.feature-chart-title {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-size:1.5rem;
  line-height: 1.5;
}
.feature-chart-img {
  position: relative;
  text-align: center;
  margin-bottom:1.5em;
  padding-bottom:4rem;
}
.feature-chart-text {
  position: absolute;
  font-size:.95rem;
  z-index: 1;
  text-align: left;
}
.feature-chart-text.t-shibou {
  top:4rem;
  left:22.5rem;
}
.feature-chart-text.t-tarumi {
  top:26.5rem;
  left:1.2rem;
}
.feature-chart-text.t-kinniku {
  top:26.5rem;
  left:23.5rem;
}
/*-------------------------------------------------------------------
	feature PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .feature-title {
    font-size: 3.8rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  }
  .feature-title_small {
    font-size: 3.4rem;
  }
  .feature-title .feature-tag {
    margin-left:-6rem;
  }
  .feature-lead {
    font-size: 2.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  }
  .feature-photo {
    margin-bottom:3em !important;
  }
  .feature-chart-title {
    font-size:3.6rem;
  }
  .feature-chart-img {
    padding-bottom:9rem;
  }
  .feature-chart-text {
    font-size:1.8rem;
  }
  .feature-chart-text.t-shibou {
    top:13rem;
    left:68rem;
  }
  .feature-chart-text.t-tarumi {
    top:65rem;
    left:16rem;
  }
  .feature-chart-text.t-kinniku {
    top:65rem;
    left:71rem;
  }
}
/*-------------------------------------------------------------------

	faq

-------------------------------------------------------------------*/
.faq-photo {
  float: right;
  margin: 0 -1.5rem 1em 1em;
  width: 16rem;
}
.faq-list {
  padding-left: 4rem;
}
.faq-list > dt {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
}
.faq-list > dt::before {
  content: "Q";
}
.faq-list > dd {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2em;
}
.faq-list > dd::before {
  content: "A";
}
.faq-list > dt::before, .faq-list > dd::before {
  position: absolute;
  top: -1rem;
  left: -4rem;
  display: block;
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
  font-style: italic;
  font-size: 3rem;
  color: #DDD;
}

/*-------------------------------------------------------------------
	faq PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .faq-photo {
    margin: 0 0 1em 2em;
    width: 40rem;
  }
  .faq-list {
    padding-left: 8.5rem;
  }
  .faq-list > dt {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .faq-list > dt::before {
    top: -2rem;
  }
  .faq-list > dd {
    font-size: 1.8rem;
    margin-bottom: 3em;
  }
  .faq-list > dd::before {
    top: -1rem;
  }
  .faq-list > dt::before, .faq-list > dd::before {
    left: -8rem;
    font-size: 5rem;
  }
}
/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.clinic-message {
  background-color: white;
}
.clinic-message_inner {
  padding: 3rem 1.5rem 3rem;
}
.clinic-message_inner > :last-child {
  margin-bottom: 0;
}
.clinic-message_title {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.clinic-message_title > small {
  font-size: .65em;
}
.clinic-message_photo {
  width: 15.6rem;
  float: left;
  margin: 0 1em 1em -1.5rem;
}

.clinic-data {
  padding: 2.5rem 1.5rem 5rem;
}
.clinic-data > .title {
  background: #c19e7c;
  background: -moz-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: radial-gradient(ellipse at center, #c19e7c 0%, #ad7f52 100%);
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-bottom: 1rem;
  border-radius: 4px 4px 0 0;
  padding: .8em;
}
.clinic-data_doctor {
  border: 1px solid #dfcebd;
  padding: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}
.clinic-data_doctor--title {
  font-size: 1.7rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-weight: 600;
  margin-bottom: 1em;
}
.clinic-data_doctor--title > small {
  font-size: .647em;
}
.clinic-data_doctor--photo {
  width: 50%;
  margin: 0 auto 1em;
}
.clinic-data_doctor--subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5em;
}
.clinic-data_doctor--career {
  margin-bottom: 1.5em;
}
.clinic-data_doctor--career > dl dt {
  clear: left;
  float: left;
}
.clinic-data_doctor--career > dl dd {
  padding-bottom: .5em;
}
.clinic-data_doctor--career.em6 > dl dt {
  width: 6em;
}
.clinic-data_doctor--career.em6 > dl dd {
  padding-left: 6em;
}
.clinic-data_doctor--career.em7 > dl dt {
  width: 7em;
}
.clinic-data_doctor--career.em7 > dl dd {
  padding-left: 7em;
}
.clinic-data_doctor--career.em8 > dl dt {
  width: 8em;
}
.clinic-data_doctor--career.em8 > dl dd {
  padding-left: 8em;
}
.clinic-data_doctor--career.em9 > dl dt {
  width: 9em;
}
.clinic-data_doctor--career.em9 > dl dd {
  padding-left: 9em;
}
.clinic-data_doctor--career.em10 > dl dt {
  width: 10em;
}
.clinic-data_doctor--career.em10 > dl dd {
  padding-left: 10em;
}
.clinic-data_doctor--data.single .clinic-data_subbox {
  margin-bottom: 1.5em;
  /*border: 1px solid #ddd;
  padding: 15px 15px;*/
}
.clinic-data_doctor--data.single .clinic-data_doctor--kouen li {
  margin-bottom: 0.5em;
}

/*-------------------------------------------------------------------
	clinic PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .clinic-message_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 8rem 0 6rem;
    line-height: 1.7;
  }
  .clinic-message_inner > :last-child {
    margin-bottom: 1em;
  }
  .clinic-message_title {
    font-size: 3.4rem;
  }
  .clinic-message_title > .degree {
    display: inline-block;
    margin-right: 1em;
  }
  .clinic-message_photo {
    width: 39rem;
    margin: 0 1.5em 0 0;
  }
  .clinic-message_text {
    overflow: hidden;
  }

  .clinic-data {
    padding: 6rem 0 11rem;
    width: 980px;
    margin: 0 auto;
  }
  .clinic-data > .title {
    font-size: 2.7rem;
    margin-bottom: 2rem;
    border-radius: 10px 10px 0 0;
  }
  .clinic-data_doctor {
    padding: 5rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  .clinic-data_doctor--title {
    font-size: 2.8rem;
  }
  .clinic-data_doctor--photo {
    width: 28.53881%;
    margin: 0;
    float: left;
  }
  .clinic-data_doctor--data.photo {
    width: 67.351598%;
    float: right;
  }
  .clinic-data_doctor--data.single {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .clinic-data_doctor--data.single .clinic-data_subwrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
  .clinic-data_doctor--data.single .clinic-data_subbox {
  }
  .clinic-data_doctor--data.single .clinic-data_doctor--career {
    width: 50rem;
    margin-right: 2em;
    /*float: left;
    margin-bottom: 0;*/
  }
  .clinic-data_doctor--data.single .clinic-data_doctor--book { }
  .clinic-data_doctor--data.single .clinic-data_doctor--kouen {
    margin-bottom: 0;
    width: 50rem;
  }
  .clinic-data_doctor--data.single .clinic-data_doctor--kouen li {}
  .clinic-data_doctor--subtitle {
    font-size: 1.7rem;
  }
}
/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.clinic {
  background-color:#f7f7f7;
}
.clinic_inner {
  padding:3rem 1.5rem;
}
.clinic_list {
  margin-bottom: 1.5em;
}
.clinic_list a {
  display: block;
  text-decoration: none;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.clinic_list-text {
  background-color: #FFF;
  padding: 1.5em;
  font-size: 1.1rem;
  line-height: 1.5;
}
.clinic_list-text > :last-child {
  margin-bottom: 0;
}
.clinic_list-title {
  font-size: 1.3rem;
  margin-bottom: .5em;
}
.clinic_list-button {
  font-size: 1.2rem;
  color: #d0a80b;
  font-weight: 600;
}

/*-------------------------------------------------------------------
	clinic pc
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .clinic_list {
    margin-bottom: 1em;
  }
  .clinic_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 8rem 0 0;
  }
  .clinic_list a {
    flex-direction: row;
  }
  .clinic_list-photo {
    width: 50%;
  }
  .clinic_list-text {
    width: 50%;
    background-color: #FFF;
    padding: 2em;
    font-size: 1.6rem;
  }
  .clinic_list-title {
    font-size: 2rem;
  }
  .clinic_list-button {
    font-size: 1.4rem;
  }
  .clinic_list.odd .clinic_list-photo {
    order: 2;
  }
  .clinic_list.odd .clinic_list-text {
    order: 1;
  }
  .clinic_list.even .clinic_list-photo {
    order: 1;
  }
  .clinic_list.even .clinic_list-text {
    order: 2;
  }
}
/*-------------------------------------------------------------------

	form

-------------------------------------------------------------------*/
.appointment_inner {
  padding: 2.4rem 2rem 3rem;
}
.appointment--flow {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Japanese", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.appointment--flow > .current {
  color: #bf3933;
}
.appointment--caution {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2em;
}
.appointment--caution .tel {
  font-size: 1.6em;
}
.appointment .hopetime {
  margin: .5em 0 0 0;
}

.appointment.lower {
  padding-top: 56px;
}

/*-------------------------------------------------------------------
	form PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .appointment_inner {
    width: 980px;
    border: 1px solid #dfcebd;
    padding: 5rem;
    margin: 3rem auto;
  }
  .appointment--flow {
    font-size: 3rem;
  }
  .appointment--caution {
    font-size: 1.6rem;
  }
  .appointment .hopetime {
    display: inline-block;
    margin: 0 0 0 1em;
  }

  .appointment.lower {
    padding-top: 91px;
  }
}
/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.footer {
  padding: 3em 0 2em;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

.pagetop-sp {
  width: 40px;
  height: 40px;
  position: fixed;
  margin: 0;
  bottom: 0;
  right: 0;
  z-index: 8888;
}
.pagetop-sp > a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  background-color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  /*&::after {
    display:block;
    content:"\f106";
    font-family: $text-font-awesome;
    font-weight: 900;
    color:#FFF;
  }*/
}
.pagetop-sp > a i {
  display: block;
  color: #FFF;
}
.l-footer_recaptcha {
  color: #bababa;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px;
  text-align: center;
  width: 100%;
}

/*-------------------------------------------------------------------
	footer PC
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .footer {
    font-size: 1.6rem;
  }
  .l-footer_recaptcha {
    font-size: 12px;
  }
}
/*-------------------------------------------------------------------

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.8);
}

.drawer-menu {
  width: 270px;
  height: 100vh;
  transition: all 0.2s;
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  background-color: #FFF;
  box-sizing: border-box;
  overflow: auto;
  padding-top: 55px;
  padding-bottom: 6em;
}

.drawer-menu_back.open {
  display: block;
}

.drawer-menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-menu_list {
  border-top: 1px solid #DDD;
}

.drawer-menu_list > ul > li {
  border-bottom: 1px solid #DDD;
}

.drawer-menu_list > ul > li > a {
  display: block;
  padding: 1em;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
  background: url(../img/common/arrow_default.png) no-repeat right 12px center;
  background-size: 4px;
}

.drawer-menu_contact {
  padding: 2rem;
}

.drawer_button {
  margin-bottom: .5em;
}
.drawer_button > a {
  display: block;
  background: #932b29;
  background: -moz-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #c19e7c 0%, #ad7f52 100%);
  background: radial-gradient(ellipse at center, #bc3835 0%, #8d2927 100%);
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 1em;
  border-radius: 4px;
}
