@charset "UTF-8";


/* 基本フォント: ゴシック */
body {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #000000;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 管理画面の余白調整 */
.gjs-dashed #wrapper {
  padding-bottom: 150px;
}

@media (max-width:767px) {
  body {
    font-size: 14px;
  }

  #chatbot-btn {
    bottom: 55px !important;
    z-index: 5;
  }
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.bellfair {
  font-family: "Bellefair", serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}

img {
  max-width: 100%;
  width: auto;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit {
  position: relative;
}

.img_fit:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.img_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit {
  display: block;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe {
  max-width: 100%;
}

.responsive_video {
  position: relative;
}

.responsive_video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gjs-dashed .responsive_video:before {
  display: none;
}

.gjs-dashed .responsive_video [data-gjs-type="video"]:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px) {
  .md:not(.pc) {
    display: none;
  }

  .tb:not(.pc) {
    display: none;
  }

  .sp:not(.pc) {
    display: none;
  }
}

@media (min-width:1023px) and (max-width:1199px) {
  .pc:not(.md) {
    display: none;
  }

  .tb:not(.md) {
    display: none;
  }

  .sp:not(.md) {
    display: none;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .pc:not(.tb) {
    display: none;
  }

  .sp:not(.tb) {
    display: none;
  }
}

@media (max-width:767px) {
  .pc:not(.sp) {
    display: none;
  }

  .tb:not(.sp) {
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px) {
  .pc_nobr br {
    display: none !important;
  }
}

@media (min-width:1024px) and (max-width:1199px) {
  .md_nobr br {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .tb_nobr br {
    display: none !important;
  }
}

@media (max-width:767px) {
  .sp_nobr br {
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.txt_ellipsis_line1 {
  -webkit-line-clamp: 1;
}

.txt_ellipsis_line2 {
  -webkit-line-clamp: 2;
}

.txt_ellipsis_line3 {
  -webkit-line-clamp: 3;
}

.txt_ellipsis_line4 {
  -webkit-line-clamp: 4;
}

.txt_ellipsis_line5 {
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header {}

.hdr1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  /*background: rgba(255,255,255,0.85);*/
}

.hdr1_box1 {}

.hdr1_box2 {}

.hdr_contact {}

.hdr_contact_link a {
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}

.hdr_contact_link a:before {
  content: "\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}

.pg_header {
  margin-bottom: 60px;
  position: relative;
}

.pg_header_img:before {
  padding-top: 180px;
}

.pg_header_outer {
  width: 100%;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pg_header_ttl {
  background: #fff;
  display: inline-block;
  min-width: 285px;
  padding: 14px 0 14px 16px;
}

.pg_header_txt {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
}

.hdr_inner {
  display: flex;
  flex-wrap: wrap;
}

.hdr_ttl {
  background: #e4f9f1;
}

.hdr_txt {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.hdr_txt strong,
.hdr_contact strong {
  font-weight: normal;
  font-family: "Bellefair", serif;
}

.hdr_menu {}

.hdr_menu:hover {
  color: #fff;
  opacity: 1;
}

.hdr_menu p {}

.mv {
  position: relative;
}

.mv_img {
  position: relative;
}

.mv_img.img_fit:before {
  padding-top: calc(100svh - 59px - 57px);
}

.mv_txt {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.mv_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.8em;
  color: #fff;
  text-shadow: 2.121px 2.121px 4.9px rgba(0, 0, 0, 0.3);
}


@media (min-width:375px) {}

@media (min-width:768px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
  }

  .hdr_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 70%;
  }

  .hdr_ttl {
    display: flex;
    align-items: center;
    width: calc(100% - 168px - 80px);
    padding-left: 30px;
  }

  .hdr_txt {
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  .hdr_contact {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    max-width: 168px;
    width: 100%;
    padding: 3px;
    text-align: center;
    background: #f2bba9;
    min-width: 80px;
  }

  .hdr_contact:hover {
    opacity: 1;
    background: #fff;
  }

  .hdr_contact:hover p {
    border: 1px solid #f2bba9;
  }

  .header.cocori .hdr_contact {
    background: #90beac;
  }

  .header.cocori .hdr_contact:hover {
    background: #fff;
    opacity: 1;
  }

  .header.cocori .hdr_contact:hover p {
    border: 1px solid #90beac;
  }

  .header.cocori .hdr_menu {
    background: #f2bba9;
  }

  .hdr_contact p {
    width: 100%;
  }

  .hdr_contact p {
    padding: 7px 0;
    border: 1px solid #fff;
  }

  .hdr_contact strong {
    font-size: 30px
  }

  .hdr_menu {
    text-align: center;
  }

  .hdr_menu:hover {
    opacity: 1;
  }

  .hdr_menu p {}

  .pg_header {
    margin-bottom: 100px;
  }

  .pg_header_img:before {
    padding-top: 400px;
  }

  .pg_header_ttl {
    background: #fff;
  }

  .pg_header_txt {
    font-size: 30px;
  }

  /*cocoriヘッダー*/
  .header.cocori .hdr_ttl {
    background: #ffefea;
  }



  .hdr_menu {
    font-size: 18px;
    padding-top: 52px;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1;
    background: #90beac;
    min-width: 80px;
    color: #fff;
  }

  .hdr_menu_i {
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 11px;
    transition: all .4s;
  }

  .hdr_menu_i.no2 {
    width: 40px;
    top: 24px;
  }

  .hdr_menu_i.no3 {
    width: 30px;
    top: 37px;
  }

  .hdr_menu.active .hdr_menu_i:nth-of-type(1) {
    top: 23px;
    left: 20px;
    transform: rotate(-45deg);
    width: 40px;
  }

  .hdr_menu.active .hdr_menu_i:nth-of-type(2) {
    opacity: 0;
  }

  .hdr_menu.active .hdr_menu_i:nth-of-type(3) {
    top: 29px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 40px;
  }

  .gnav {
    display: block;
    position: fixed;
    left: 100%;
    top: auto;
    z-index: 10;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    /* overflow: hidden; */
    transition: all 1.8s;
    opacity: 0;
    color: #fff;
    margin: auto;
    border-radius: 15px;
  }

  .gnav.active {
    display: flex;
    width: 70%;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    opacity: 1;
    border-radius: 15px;
    background: #90beac;
  }

  .gnav .gnav_box1 {
    width: 65px;
    padding: 30px 15px;
  }

  .gnav_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    width: calc(100% - 130px);
  }

  .gnav_inner .gnav_item {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    /* line-height: 2; */
    font-weight: normal;
    width: 25%;
    text-align: center;
    padding: 0;
    border: 1px solid #eee;
    color: #181818;
    background: #fff;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gnav_inner .gnav_item:hover {
    opacity: 1;
    background: #90beac;
    color: #fff;
  }

  .gnav .gnav_box2 {
    width: 65px;
    padding: 30px 15px;
    text-align: center;
  }

  .gnav_box2 .gnav_open {
    text-align: center;
    color: #fff;
  }

  .gnav_box2 .gnav_open p {
    font-size: 10px;
    margin-left: 0;
  }

  .gnav_box2 .gnav_open i {
    font-size: 28px;
  }

  .gnav.cocori {

    background: #f2bba9;
  }

  .gnav.cocori.active {
    width: 75%;
  }

  .gnav.cocori .gnav_inner .gnav_item {
    width: 50%;
  }

  .gnav.cocori .gnav_inner .gnav_item:hover {
    opacity: 1;
    background: #f2bba9;
  }

  .gnav.cocori .gnav_inner .gnav_item:last-child {
    width: 100%;
  }


  .mv_img.img_fit:before {
    padding-top: 500px;
  }

  .mv_text {
    font-size: 32px;
  }

  .mv_txt {
    /*bottom: 20px;*/
  }
}

@media (min-width:1024px) {
  .pg_header {
    margin-bottom: 140px;
  }

  .pg_header {}

  .pg_header_img:before {
    padding-top: 500px;
  }

  .pg_header_ttl {}

  .pg_header_txt {
    font-size: 35px;
  }

  .hdr_inner {
    width: 60.777%;
  }

  .hdr_ttl {
    padding-left: 100px;
  }

  .hdr_txt {}

  .hdr_contact {}

  .hdr_menu {}

  .hdr_menu p {}

  .mv_img.img_fit:before {
    padding-top: 700px;
  }

  .mv_text {
    font-size: 40px;
  }
}

@media (min-width:1200px) {
  .mv_img {
    max-height: 880px;
  }

  .mv_img.img_fit:before {
    padding-top: 100vh;
  }

  .mv_txt {
    bottom: 15%;
  }

  .gnav.cocori.active {
    width: 50%;
  }
}

@media (max-width:767px) {

  .hdr1 {}

  .hdr_contact,
  .hdr_menu {
    display: none;
  }

  .pg_header_ttl {
    display: inline-block;
    min-width: inherit;
    padding-right: 10px;
  }

  .hdr_inner {
    background: #e4f9f1;
    padding: 16px;
  }

  .header.cocori .hdr_inner,
  .header.cocori .hdr_ttl {
    background: #ffefea;
  }

  .mv_text {
    font-size: 20px;
  }

  .pg_header_outer {
    bottom: 0;
  }

  /* スマホ用 */
  .gnav {
    display: block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }

  .gnav.active {
    transform: translateX(0%);
  }

  .gnav .gnav_item {
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }

  .gnav_item:before {
    display: none;
  }

  .gnav .gnav_item+.gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child {
    border-left: 0;
    border-right: 0;
  }

  .gnav_item:nth-child(n+5) {
    margin-top: 0;
  }

  .gnav_bg {
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub {
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }

  .gnav .gnav_item:hover {
    color: #000000;
  }

  .gnav_box2 {
    display: none;
  }


}



/*******************************
*　フッター
********************************/

.footer {
  background: #f2fffa;
  padding-top: 50px;
}

.footer.cocori {
  background: #fffaf8;
}

.ftr1 {
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ftr1_box1 {}

.ftr1_box2 {}

.ftr_logo {
  margin-bottom: 25px;
}

.ftr_name {
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}

.ftr_addr {
  margin-bottom: 10px;
}

/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

/*予約*/
.ftr_reserve_wrap {
  margin-top: 80px;
}

.ftr_reserve_wrap.seitai {
  background: #e4f9f1;
}

.ftr_reserve_wrap.cocori {
  background: #ffefea;
}

.ftr_reserve_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ftr_reserve_box1 {
  width: 100%;
}

.ftr_reserve_box1_title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.ftr_reserve_box1_num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 8px;
}

.ftr_reserve_box1_num1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.ftr_reserve_box1_num2 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}

.ftr_reserve_box1_hour {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 5px;
}

.ftr_reserve_box1_btn {
  max-width: 255px;
  width: 100%;
  margin: 18px auto 0;
  display: block;
  padding: 5px;
  text-align: center;
  background: #90beac;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
}

.ftr_reserve_wrap.cocori .ftr_reserve_box1_btn {
  background: #f2bba9;
}

.ftr_reserve_wrap.cocori .ftr_reserve_box1_btn:hover,
.ftr_reserve_wrap.seitai .ftr_reserve_box1_btn:hover {
  background: #fff;
}

.ftr_reserve_box1_btn strong {
  font-family: "Bellefair", serif;
  font-weight: normal;
}

.ftr_reserve_box1_btn {
  position: relative;
}

.ftr_reserve_box1_btn p:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.ftr_reserve_box2 {
  width: 100%;

}

.ftr_reserve_box2 .sumaho {
  position: absolute;
  bottom: 0;
  right: 28px;
  width: 28.84%;
  transition: all .3s;
}

.ftr_reserve_box2_img {
  position: relative;
  display: block;
}

.ftr_reserve_box2_img:hover {
  opacity: 1;
}

.ftr_reserve_box.hamamatsu .ftr_reserve_box2 {
  max-width: 300px;
  margin: 0 auto;
}

.ftr_reserve_box.hamamatsu .ftr_reserve_box3 {
  max-width: 600px;
}

.ftr_reserve_box.hamamatsu .box2_contents.left {
  padding-top: 20px;
}

.ftr_reserve_box.hamamatsu .box2_contents.right {
  margin-top: 20px;
}


.ftr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ftr_box1 {
  width: 100%;
}

.ftr_addr {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  line-height: 2.25em;
  margin-top: 18px;
}

.ftr_box2 {
  width: 100%;
}

.ftr_box2 .access_map iframe {
  width: 100%;
  border: none;
  height: 250px;
}

.ftr_contact {
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em {
  font-style: normal;
}

.ftr_copy {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  padding: 16px 0;
  text-align: center;
  margin-top: 37px;
}

/* 追尾スマホメニュー */
.footer_fix {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 1000;
  flex-wrap: wrap;
}

.footer_fix>a {
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}

.footer_fix .footer_fix_item_1 {
  width: 26%;
  border-right: 1px solid #eee;
}

.footer_fix .footer_fix_item_1.recruit {
  background: #eeeeee;
  color: #024b93;
}

.footer_fix .footer_fix_item_2 {
  width: 22%;
  background: #90beac;
}

.footer_fix>a i {
  font-size: 20px;
  margin-bottom: 8px;
}

.footer_fix .footer_fix_item_1.remorte i {
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #b4b4b4
}

.pagetop a i {
  font-size: 40px;
}



@media (min-width:375px) {}

@media (min-width:768px) {
  .footer {
    padding-top: 70px;
  }

  /*予約*/
  .ftr_reserve_wrap {
    margin-top: 120px;
    padding-bottom: 20px;
  }

  .ftr_reserve_box {}

  .ftr_reserve_box1 {
    width: 48.09%;
    padding-top: 20px;
  }

  .ftr_reserve_box1_title {
    font-size: 20px;
  }

  .ftr_reserve_box1_num {}

  .ftr_reserve_box1_num1 {
    font-size: 20px;
  }

  .ftr_reserve_box1_num2 {
    font-size: 40px;
  }

  .ftr_reserve_box1_hour {}

  .ftr_reserve_box1_btn {
    margin-left: 0;
    margin-right: auto;
    cursor: pointer;
  }

  .ftr_reserve_box1_btn:hover {
    opacity: 1;
    background: #fff;
  }

  .ftr_reserve_box2 {
    width: 48.51%;
    margin-top: -8px;
  }

  .ftr_reserve_box2_img {}

  .ftr_reserve_box2_img:hover .sumaho {
    bottom: 0;
    right: 20px;
    transform-origin: bottom right -1px;
  }

  .ftr_reserve_box.hamamatsu .ftr_reserve_box1 {
    width: 60%;
  }

  .ftr_reserve_box.hamamatsu .ftr_reserve_box2 {
    width: 35%;
    max-width: 100%;
    margin-right: 0;
  }

  .ftr_reserve_box.hamamatsu .box2_contents {}

  .ftr {}

  .ftr_box1 {
    width: 42.79%;
  }

  .ftr_addr {}

  .ftr_box2 {
    width: 48.64%;
  }

  .ftr_box2 .access_map iframe {}

  .hamamatsu .ftr_reserve_box1_title {
    font-size: 3.3vw;
  }

  .hamamatsu .ftr_reserve_box1_num1 {
    font-size: 3vw;
  }

  .hamamatsu .ftr_reserve_box1_num2 {
    font-size: 7.3vw;
  }

  .hamamatsu .ftr_reserve_box1_hour {
    font-size: 2.5vw;
  }

  .hamamatsu .pc_nobr br {
    display: none;
  }


}

@media (min-width:1024px) {
  .footer {
    padding-top: 80px;
  }

  /*予約*/
  .ftr_reserve_wrap {
    margin-top: 200px;

  }

  .ftr_reserve_wrap.cocori {
    margin-top: 150px;
  }

  .ftr_reserve_box {}

  .ftr_reserve_box1 {
    width: 45%;
  }

  .ftr_reserve_box1_title {
    font-size: 23px;
  }

  .ftr_reserve_box1_num {}

  .ftr_reserve_box1_num1 {
    font-size: 24px;
  }

  .ftr_reserve_box1_num2 {
    font-size: 46px;
  }

  .ftr_reserve_box1_hour {}

  .ftr_reserve_box1_btn {}

  .ftr_reserve_box2 {
    width: 43.51%;
  }

  .ftr_reserve_box2_img {}

  .ftr {}

  .ftr_box1 {}

  .ftr_addr {}

  .ftr_box2 {}

  .ftr_box2 .access_map iframe {}

  .hamamatsu .ftr_reserve_box1_title {
    font-size: 2.2vw;
  }

  .hamamatsu .ftr_reserve_box1_num1 {
    font-size: 2vw;
  }

  .hamamatsu .ftr_reserve_box1_num2 {
    font-size: 4.8vw;
  }

  .hamamatsu .ftr_reserve_box1_hour {
    font-size: 1.6vw;
  }

  .ftr_reserve_box.hamamatsu .ftr_reserve_box1 {
    width: 40%;
  }

  .ftr_reserve_box.hamamatsu .ftr_reserve_box2 {
    width: 60%;
    display: flex;
    justify-content: space-between;
  }

  .ftr_reserve_box.hamamatsu .box2_contents.left {
    width: 45%;
  }

  .ftr_reserve_box.hamamatsu .box2_contents.right {
    width: 53%;
    margin-top: 0;
  }

}

@media (min-width:1200px) {

  /*予約*/
  .ftr_reserve_wrap {
    padding-bottom: 0;
  }

  .ftr_reserve_box1 {
    width: 38.42%;
  }
}

@media (min-width:1920px) {
  .hamamatsu .ftr_reserve_box1_title {
    font-size: 43px;
  }

  .hamamatsu .ftr_reserve_box1_num1 {
    font-size: 34px;
  }

  .hamamatsu .ftr_reserve_box1_num2 {
    font-size: 96px;
  }

  .hamamatsu .ftr_reserve_box1_hour {
    font-size: 32px;
  }
}


@media (max-width:767px) {
  .ftr_addr em {
    display: block;
  }

  /*予約*/
  .ftr_reserve_wrap {
    padding-bottom: 40px;
  }

  .ftr_reserve_box1 {
    order: 2;
    margin-top: 20px;
    text-align: center;
  }

  .ftr_reserve_box1_num {
    justify-content: center;
  }

  .ftr_reserve_box2 {
    order: 1;
  }

  .ftr_box1 {
    text-align: center;
  }

  .ftr_box2 {
    margin-top: 20px;
  }

  .footer_fix.cocori .footer_fix_item_2 {
    background: #ffefea;
  }

  .line_icon {
    width: 20px;
    margin: 0 auto;
  }

  .seitai_icon {
    width: 15px;
    margin: 0 auto;
  }

  .cocori_icon {
    width: 24px;
    margin: 0 auto;
  }

  .icon_txt {
    padding-top: 8px;
  }

  .icon_txt.seitai {
    padding-top: 4px;
  }

  .icon_txt.cocori {
    padding-top: 6px;
  }
}



/*******************************
*　
********************************/

/* Flexテーブルレイアウト */
.fl_tbl_items {
  border: 1px solid #cab386;
  margin-bottom: 80px;
}

.fl_tbl_items_item {
  display: flex;
  letter-spacing: 0.05em;
}

.fl_tbl_items_item+.fl_tbl_items_item {
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}

.fl_tbl_items_item_box1 {
  width: 31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.fl_tbl_items_item_box2 {
  width: 68.47%;
  background: #fff;
}

.fl_tbl_items_item_txt {
  width: 100%;
  padding: 10px 10px;
}

.fl_tbl_items_item_txt+.fl_tbl_items_item_txt {
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue {
  border: 1px solid #7ecef4;
}

.fl_tbl_items.blue .fl_tbl_items_item+.fl_tbl_items_item {
  border-top: 1px solid #7ecef4;
}

.fl_tbl_items.blue .fl_tbl_items_item_box1 {
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px) {
  .fl_tbl_items_item_box1 {
    padding: 10px 10px;
  }
}

@media (min-width:768px) {}

@media (min-width:1024px) {
  .fl_tbl_items_item_box1 {
    padding: 10px 10px 10px 60px;
  }

  .fl_tbl_items_item_txt {
    padding: 10px 10px 10px 25px;
  }
}

@media (min-width:1200px) {}

@media (max-width:767px) {
  .footer_fix {
    display: flex;
  }

  body {
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.table_rows_tr {
  display: table-row;
}

.table_rows_th,
.table_rows_td {
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 20px 15px;
}

.table_rows_th {
  background-color: #eeeeee;
}

.table_rows_td_pad0 {
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows {}

.table_rows .table_rows>.table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows>.table_rows_tr:first-child .table_rows_td {
  border-top: 0;
}

.table_rows .table_rows>.table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows>.table_rows_tr:last-child .table_rows_td {
  border-bottom: 0;
}

.table_rows .table_rows>.table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows>.table_rows_tr .table_rows_td:first-child {
  border-left: 0;
}

.table_rows .table_rows>.table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows>.table_rows_tr .table_rows_td:last-child {
  border-right: 0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 100px 0 0;
  line-height: 1.85;
}

.webgene-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.webgene-pagination li {
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}

.webgene-pagination li.selected {
  border: 0;
  background: #e5e5e5;
}

.webgene-pagination li.next a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}

.webgene-pagination li.prev a:before {
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/*******************************
*　共通パーツ
********************************/
/*ボタン*/
.link_1 {
  font-family: "Bellefair", serif;
  max-width: 220px;
  width: 100%;
  margin: 40px auto 0;
  display: block;
  padding: 12px;
  text-align: center;
  background: #90beac;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
  border: 1px solid transparent;
}

.link_1 p {
  position: relative;
}

.link_1 p:after {
  content: "→";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}

.link_1:hover {
  background: #fff;
  color: #181818;
  border: 1px solid #90beac;
  opacity: 1;
}

/*下層見出し*/
.page_header_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_header_item {}

.page_header_box1 {
  width: 100%;
}

.page_header_box1_img:before {
  padding-top: 84.21%;
}

.page_header_box2 {
  width: 100%;
}

.page_header_box2_title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.065em;
  line-height: 1.58em;
}

.page_header_box2_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 20px;
}

.ems_bnr_box {
  margin-top: 40px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {}

@media (min-width:768px) {

  /*下層見出し*/
  .page_header_items {}

  .page_header_item {}

  .page_header_box1 {
    width: 42.79%;
    padding-top: 7px;
  }

  .page_header_box1_img:before {}

  .page_header_box2 {
    width: 48.64%;
  }

  .page_header_box2_title {
    font-size: 20px;
  }

  .page_header_box2_desc {
    margin-top: 30px;
  }

  .ems_bnr_box {
    margin-top: 50px;
  }
}

@media (min-width:1024px) {

  /*下層見出し*/
  .page_header_items {}

  .page_header_item {}

  .page_header_box1 {}

  .page_header_box1_img:before {}

  .page_header_box2 {}

  .page_header_box2_title {
    font-size: 24px;
  }

  .page_header_box2_desc {}
}

@media (min-width:1200px) {}

/*******************************
*　共通HOME
********************************/
.home_mv_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.home_mv_box_left {
  width: 100%;
  position: relative;
}

.home_mv_box_left_img:before,
.home_mv_box_right_img:before {
  padding-top: 93.75%;
}

.home_mv_box_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
  width: 100%;

}

.home_mv_box_title {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  background: #fff;
  padding: 3px;
}

.home_mv_box_title_txt {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 8px;
}

.home_mv_box_left .home_mv_box_title_txt {
  border: 1px solid #90beac;
}

.home_mv_box_right .home_mv_box_title_txt {
  border: 1px solid #f2bba9;
}

.home_mv_box_sub_title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  margin-top: 24px;
}

.home_mv_box_addr {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.625em;
  margin-top: 24px;
}

.home_mv_box_link {
  display: block;
  max-width: 220px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  font-family: "Bellefair", serif;
  margin-top: 55px;
  border: 1px solid transparent;

}

.home_mv_box_link p {
  position: relative;
}

.home_mv_box_link p:after {
  content: "→";
  position: absolute;
  top: 55%;
  right: 12px;
  transform: translateY(-50%);
}

.home_mv_box_left .home_mv_box_link {
  background: #90beac;
}

.home_mv_box_right .home_mv_box_link {
  background: #f2bba9;
}

.home_mv_box_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  z-index: 2;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
}

.home_mv_box_logo_item {
  transform: rotate(270deg);
}

.home_mv_box_logo_item.logo_right {
  transform: rotate(90deg);
}

.home_mv_box_right {
  width: 100%;
  position: relative;
}

.home_mv_box_logo_item.logo_left,
.home_mv_box_logo_item.logo_right {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_mv_box_logo_item.logo_center {
  margin: 16px 32px;
}

.home_mv_box_logo_item.logo_center img {
  width: 30px;
}

.home_mv_box_logo_item.logo_left img {
  width: 30px;
  display: block;
}

.home_mv_box_logo_item.logo_right img {
  width: 22px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .home_mv_box_logo {
    position: inherit;
    transform: none;
    top: auto;
    left: auto;
  }

  .home_mv_box_logo_item.logo_left img {
    width: 14px;
  }

  .home_mv_box_logo_item.logo_right img {
    width: 11px;
  }

  .home_mv_box_title {}

  .home_mv_box_text {
    text-align: center;
    padding: 30px 0;
  }

  .home_mv_box_sub_title {
    font-size: 16px;
    margin-top: 16px;
    letter-spacing: 0;
  }

  .home_mv_box_addr {
    font-size: 13px;
    margin-top: 16px;
  }

  .home_mv_box_link {
    margin-top: 16px;
  }

  .home_mv_box_left_img:before,
  .home_mv_box_right_img:before {
    padding-top: 100%;
  }
}

@media (min-width:768px) {

  .home_mv_box {}

  .home_mv_box_left {}

  .home_mv_box_left_img:before,
  .home_mv_box_right_img:before {
    padding-top: 93.75%;
  }

  .home_mv_box_text {
    text-align: center;
    padding: 50px 0;
  }

  .home_mv_box_title {}

  .home_mv_box_title_txt {}

  .home_mv_box_sub_title {
    font-size: 19px;
  }

  .home_mv_box_addr {}

  .home_mv_box_link {}

  .home_mv_box_logo {}

  .home_mv_box_logo_item {}

  .home_mv_box_logo_item.logo_center {
    margin: 0 100px;
  }

  .home_mv_box_logo_item.logo_right {}

  .home_mv_box_right {}

  .home_mv_box_left .home_mv_box_link:hover {
    background: #fff;
    border: 1px solid #90beac;
    opacity: 1;
  }

  .home_mv_box_right .home_mv_box_link:hover {
    background: #fff;
    border: 1px solid #f2bba9;
    opacity: 1;
  }
}

@media (min-width:1024px) {

  .home_mv_box {}

  .home_mv_box_left {
    width: 50%;
  }

  .home_mv_box_left_img:before,
  .home_mv_box_right_img:before {
    padding-top: 100vh;
  }

  .home_mv_box_left .home_mv_box_text {
    padding-right: 50px;
  }

  .home_mv_box_logo_item.logo_left img,
  .home_mv_box_logo_item.logo_right img {
    height: 170px;
  }

  .home_mv_box_title {}

  .home_mv_box_title_txt {}

  .home_mv_box_sub_title {
    font-size: 19px;
  }

  .home_mv_box_addr {}

  .home_mv_box_link {}

  .home_mv_box_logo {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }

  .home_mv_box_logo_item.logo_left,
  .home_mv_box_logo_item.logo_right {
    width: auto;
    display: block;
  }

  .home_mv_box_logo_item {
    transform: none;
  }

  .home_mv_box_logo_item.logo_right {
    display: flex;
    justify-content: flex-end;
    transform: none;
  }

  .home_mv_box_logo_item.logo_center {
    width: 50%;
    margin: 30px auto;
  }

  .home_mv_box_right {
    width: 50%;
  }

  .home_mv_box_right .home_mv_box_text {
    padding-left: 50px;
  }

  .home_mv_box_logo_item.logo_center img {
    width: auto;
  }

  .home_mv_box_logo_item.logo_left img {
    width: auto;
    display: block;
  }

  .home_mv_box_logo_item.logo_right img {
    width: auto;
  }
}


@media (min-width:1200px) {
  .home_mv_box_sub_title {
    font-size: 23px;
  }

}

@media (min-width:1280px) {
  .home_mv_box_sub_title {
    font-size: 24px;
  }
}

@media (min-width:1400px) {

  .home_mv_box_logo_item.logo_left,
  .home_mv_box_logo_item.logo_right {
    width: auto;
    display: block;
  }

  .home_mv_box_logo_item.logo_right {
    display: flex;
  }

  .home_mv_box_logo_item.logo_left img,
  .home_mv_box_logo_item.logo_right img {
    height: auto;
  }

  .home_mv_box_logo_item.logo_center {
    width: auto;
    margin: 30px 0;
  }
}


@media (min-width:1024px) and (max-height:800px) {

  .home_mv_box_logo_item.logo_left img,
  .home_mv_box_logo_item.logo_right img {
    height: 250px;
  }

  .home_mv_box_logo_item.logo_center {
    width: 50%;
    margin: 30px auto;
  }
}

@media (min-width:1024px) and (max-height:700px) {

  .home_mv_box_logo_item.logo_left img,
  .home_mv_box_logo_item.logo_right img {
    height: 200px;
  }

  .home_mv_box_logo_item.logo_center {
    width: 50%;
    margin: 30px auto;
  }
}

@media (min-width:1024px) and (max-height:600px) {

  .home_mv_box_logo_item.logo_left img,
  .home_mv_box_logo_item.logo_right img {
    height: 180px;
  }

  .home_mv_box_logo_item.logo_center {
    width: 50%;
    margin: 30px auto;
  }
}

@media (min-width:1024px) and (max-height:500px) {

  .home_mv_box_logo_item.logo_left img,
  .home_mv_box_logo_item.logo_right img {
    height: 160px;
  }

  .home_mv_box_logo_item.logo_center {
    width: 50%;
    margin: 30px auto;
  }
}

/*@media (min-width:1024px)and (min-height:801px){
  .home_mv_box_logo_item.logo_left img, .home_mv_box_logo_item.logo_right img{
    height: 200px;
  }
}*/
@media (min-width:1024px) and (min-height:801px) {

  .home_mv_box_logo_item.logo_left img,
  .home_mv_box_logo_item.logo_right img {
    height: auto;
  }
}

/*@media (min-width:1024px),(max-height:800px){
  .home_mv_box_logo_item.logo_left img, .home_mv_box_logo_item.logo_right img{
    height: 200px;
  }
  .home_mv_box_logo_item.logo_center{
    width: 50%;
    margin: 30px auto;
  }
}*/


/*******************************
*　整体TOP
********************************/
.pg_hamamatsu {}

.pg_hamamatsu .section.sec1 {
  margin-top: 70px;
}

.pg_hamamatsu .section.sec2 {
  margin-top: 80px;
}

.pg_hamamatsu .section.sec3 {
  padding-top: 0;
  padding-bottom: 0;
}


/*繰り返し*/
.home_content_items {}

.home_content_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_content_box1 {
  width: 100%;
}

.home_content_box1_title {}

.home_content_box1_title_en {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}

.home_content_box1_title_ja {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.58em;
  margin-top: 14px;
}

.home_content_box1_title_ja strong {
  font-weight: normal;
  font-family: "Bellefair", serif;
}

.home_content_box1_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 24px;
}

.home_content_box2 {
  width: 100%;
  position: relative;
}

.home_content_box2_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 78.07%;
}

.home_content_item.first .home_content_box2_top_img:before {
  padding-top: 107.86%;
}

.home_content_item.second {
  position: relative;
}

.home_content_item.second:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e4f9f1;
  position: absolute;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home_content_box2_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38.59%;
}

.home_content_item.first .home_content_box2_bottom_img:before {
  padding-top: 127.27%;
}

.home_content_item.second .home_content_box2_img:before {
  padding-top: 90.31%;
}

.home_content_link_items {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -15px 0;
}

.home_content_link_item {}

.home_content_link_item_inner {}

.home_content_link_item_img:before {
  padding-top: 127.45%;
}

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

.home_content_link_item_title p {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

/*症状*/
.home_symptoms_wrap .home_content_box1_title {
  text-align: center;
}

.home_symptoms_wrap .home_content_box1_title .home_content_box1_title_ja {}

.home_symptoms_items {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}

.home_symptoms_item {}

.home_symptoms_content_item:nth-child(n+2) {
  margin-top: 50px;
}

.home_symptoms_item_inner {
  display: flex;
  border: 1px solid #90beac;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
}

.home_symptoms_item_inner:hover {
  background: #90beac;
  opacity: 1;
  color: #fff;
  box-shadow: 0 0 3px #9c9c9c;
}

.home_symptoms_img:before {
  padding-top: 34.23%;
}

.home_symptoms_content_items {
  margin-top: 34px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .home_content_box1_title {
    text-align: center;
  }

  .home_content_item:nth-child(n+2) {
    margin-top: 70px;
  }

  .home_content_item.first .home_content_box2 {
    min-height: 330px;
  }

  .home_content_box2 {
    margin-top: 30px;
  }

  .home_content_item.second:before {
    top: 250px;
    height: 2200px;
  }

  .home_content_link_items {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home_content_link_item {
    padding: 0 10px;
  }

  .home_content_link_item:nth-child(n+3),
  .home_symptoms_item:nth-child(n+3) {
    margin-top: 16px;
  }

  .home_content_link_item_title p {
    letter-spacing: 0;
    font-size: 13px;
  }

  /*症状*/
  .home_symptoms_items {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home_symptoms_wrap .home_content_box1_title .home_content_box1_title_ja {
    font-size: 18px;
    letter-spacing: 0;
  }

  .home_symptoms_item {
    padding: 0 10px;
  }

  .home_symptoms_item_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }

  .home_symptoms_item_inner p {
    width: 100%;
  }

}

@media (min-width:768px) {
  .pg_hamamatsu {}

  .pg_hamamatsu .section.sec1 {
    margin-top: 100px;
  }

  .pg_hamamatsu .section.sec2 {
    margin-top: 90px;
  }

  .pg_hamamatsu .section.sec3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  /*繰り返し*/
  .home_content_items {}

  .home_content_item {
    padding-top: 10px;
  }

  .home_content_item.second:before {
    height: 1500px;
    top: 140px;
  }

  .home_content_item:nth-child(n+2) {
    margin-top: 100px;
  }

  .home_content_item:nth-child(odd) .home_content_box1 {
    order: 1;
  }

  .home_content_item:nth-child(odd) .home_content_box2 {
    order: 2;
  }

  .home_content_item:nth-child(even) .home_content_box1 {
    order: 2;
  }

  .home_content_item:nth-child(even) .home_content_box2 {
    order: 1;
  }

  .home_content_item.first .home_content_box1 {
    width: 48.64%;
  }

  .home_content_item.first .home_content_box2 {
    width: 45%;
    min-height: 0;
  }

  .home_content_item.second .home_content_box1 {
    width: 51.35%;
  }

  .home_content_item.second .home_content_box2 {
    width: 42.79%;
  }

  .home_content_box1 {
    margin-top: -10px;
  }

  .home_content_box1 .link_1 {
    margin-top: 50px;
  }

  .home_content_box1_title {}

  .home_content_box1_title_en {
    font-size: 18px;
  }

  .home_content_box1_title_ja {
    font-size: 24px;
  }

  .home_content_box1_desc {
    margin-top: 33px;
  }

  .home_content_item:nth-child(odd) .home_content_box1 .link_1 {
    margin-left: 0;
    margin-right: auto;
  }

  .home_content_item:nth-child(even) .home_content_box1 .link_1 {
    margin-left: auto;
    margin-right: 0;
  }

  .home_content_box2 {}

  .home_content_box2_top {
    width: 90%;
  }

  .home_content_box2_top_img:before {}

  .home_content_box2_bottom {
    width: 53%;
  }

  .home_content_box2_bottom_img:before {}

  .home_content_link_items {
    margin-top: 100px;
  }

  .home_content_link_item {}

  .home_content_link_item:nth-child(n+3) {
    margin-top: 30px;
  }

  .home_content_link_item_inner {}

  .home_content_link_item_img {
    overflow: hidden;
  }

  .home_content_link_item_img img {
    transition: all .3s;
  }

  .home_content_link_item_inner:hover {
    opacity: 1;
  }

  .home_content_link_item_inner:hover .home_content_link_item_img img {
    transform: scale(1.15);
  }

  .home_content_link_item_img:before {}

  .home_content_link_item_title {}

  .home_content_link_item_title p {
    font-size: 20px;
  }

  /*症状*/
  .home_symptoms_wrap .home_content_box1_title {}

  .home_symptoms_items {
    margin-top: 53px;

  }

  .home_symptoms_item {}

  .home_symptoms_content_item:nth-child(n+2) {
    margin-top: 100px;
  }

  .home_symptoms_item:nth-child(n+4) {
    margin-top: 10px;
  }

  .home_symptoms_item_inner {
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media (min-width:1024px) {
  .pg_hamamatsu {}

  .pg_hamamatsu .section.sec1 {
    margin-top: 140px;
  }

  .pg_hamamatsu .section.sec2 {
    margin-top: 110px;
  }

  .pg_hamamatsu .section.sec3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  /*繰り返し*/
  .home_content_items {}

  .home_content_item {}

  .home_content_item.second:before {
    height: 1393px;
    top: 140px;
  }

  .home_content_item:nth-child(n+2) {
    margin-top: 170px;
  }

  .home_content_box1 {
    padding-top: 7px;
  }

  .home_content_item.second .home_content_box1 {
    padding-top: 10px;
  }

  .home_content_item.first .home_content_box2 {
    min-height: 540px;
    width: 51.35%;
  }

  .pg_cocori .home_content_item.second .home_content_box1 {
    padding-top: 0;
  }

  .home_content_box1 .link_1 {
    margin-top: 70px;
  }

  .home_content_box1_title {}

  .home_content_box1_title_en {}

  .home_content_box1_title_ja {}

  .home_content_box1_desc {}

  .home_content_item.second .home_content_box1_desc {
    padding-right: 0;
  }

  .home_content_box2 {}

  .home_content_box2_top {
    width: 78.07%;
  }

  .home_content_box2_top_img:before {}

  .home_content_box2_bottom {
    width: 38.59%;
  }

  .home_content_box2_bottom_img:before {}

  .home_content_link_items {
    margin-top: 112px;
  }

  .home_content_link_item {}

  .home_content_link_item:nth-child(n+3) {
    margin-top: 0;
  }

  .home_content_link_item_inner {}

  .home_content_link_item_img:before {}

  .home_content_link_item_title {}

  .home_content_link_item_title p {
    font-size: 17px;
  }

  /*症状*/
  .home_symptoms_wrap .home_content_box1_title {}

  .home_symptoms_items {}

  .home_symptoms_item {}

  .home_symptoms_content_item:nth-child(n+2) {
    margin-top: 140px;
  }

  .home_symptoms_content_item:nth-child(2) .home_symptoms_item:nth-child(n+5) {
    margin-top: 10px;
  }

  .home_symptoms_item:nth-child(n+4) {
    margin-top: 0;
  }

  .home_symptoms_item:nth-child(n+5) {
    margin-top: 20px;
  }

  .home_symptoms_item_inner {}
}

@media (min-width:1200px) {
  .home_content_link_item_title p {
    font-size: 20px;
  }

  .home_symptoms_item_inner {
    font-size: 16px;
    letter-spacing: 0.075em;
  }

  .home_content_box1_desc {
    padding-right: 53px;
  }

}

/*******************************
*　初めての方(整体)
********************************/
.pg_beginner {}

.pg_beginner .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_beginner .section.sec2 {
  padding-top: 70px;
}

.pg_beginner .section.sec3 {
  padding-top: 90px;
}

.home_content_box1_title.center {
  text-align: center;
}

.home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 5px;
}

/*繰り返し*/
.content_flow_items {
  margin-top: 30px;
}

.content_flow_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #90beac;
  padding: 30px 0;
  position: relative;
}

.content_flow_item:last-child {
  border-bottom: 1px solid #90beac;
}

.content_flow_item:before {
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/tt.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 19px;
  position: absolute;
  top: -7px;
  ;
  left: 50%;
  transform: translateX(-50%);
}

.content_flow_item:first-child:before {
  display: none;
}

/*.content_flow_item .triangle:before{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #98c3b2;
  transform: rotate(90deg);
}
.content_flow_item .triangle:after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #98c3b2;
  transform: rotate(90deg);
}*/
.content_flow_box1 {
  width: 100%;
}

.content_flow_box1_title {}

.content_flow_box1_title_txt {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.content_flow_box1_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 20px;
}

.content_flow_box1_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}

.content_flow_box1_btn {
  display: inline-block;
  background: #fff;
  color: #90beac;
  border: 1px solid #90beac;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  transition: all .3s;
  padding: 4px 15px;
  font-family: "Noto Serif JP", serif;
}

.content_flow_box1_btn {
  margin-right: 10px;
}

.content_flow_box1_btn:last-child {
  margin-top: 16px;
  ;
}

.content_flow_box1_btn.line {
  width: 100%;
  max-width: 170px;
  padding: 4px 0;
  padding-left: 10px;
}

.content_flow_box1_btn.tel {
  display: flex;
  align-items: center;
}

.content_flow_box1_btn.tel {
  font-size: 15px;
  letter-spacing: 0;
  padding: 5px 15px;
}

.content_flow_box1_btn.tel .num {
  display: flex;
  align-items: center;
  margin-left: 14px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
}

.content_flow_box1_btn.tel .num:before {
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/phone.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.content_flow_box1_btn strong {
  font-family: "Bellefair", serif;
  font-weight: normal;
}

.content_flow_box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_flow_box2_img {
  width: 95.52%;
}

.content_flow_box2_img:before {
  padding-top: 70.24%;
}

.content_flow_box2_en {
  width: 4.47%;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #98c2b2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.content_flow_box2_en p {
  display: inline-block;
  position: relative;
}

.content_flow_box2_en p:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #90beac;
  position: absolute;
  top: auto;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

/*注意事項*/
.content_please_box {
  border: 2px solid #90beac;
  padding: 10px;
}

.content_please_box_inner {
  border: 1px solid #90beac;
  padding: 20px;
}

.content_please_box_title {
  text-align: center;
  color: #98c2b2;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.content_please_box_list {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  margin-top: 24px;
}

.content_please_box_list p {
  text-indent: -1em;
  padding-left: 1em;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .page_header_box2_title {
    font-size: 20px;
  }

  .page_header_box1 {
    order: 2;
    margin-top: 20px;
  }

  .page_header_box2 {
    order: 1;
  }

  .page_header_items:nth-child(n+2) {
    margin-top: 60px;
  }

  .content_flow_item {
    padding: 50px 0;
  }

  .content_flow_box1 {
    order: 2;
    margin-top: 30px;
  }

  .content_flow_box2 {
    order: 1;
  }

  .content_flow_box2_img {
    width: 93%;
  }

  .content_flow_box1_desc {
    margin-top: 16px;
  }
}

@media (min-width:768px) {
  .pg_beginner {}

  .pg_beginner .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_beginner .section.sec2 {
    padding-top: 100px;
  }

  .pg_beginner .section.sec3 {
    padding-top: 110px;
  }

  /*繰り返し*/
  .content_flow_items {
    margin-top: 48px;
  }

  .content_flow_item {
    padding: 57px 0 58px;
  }

  .content_flow_box1 {
    width: 50%;
  }

  .content_flow_box1_title {}

  .content_flow_box1_title_txt {
    font-size: 20px;
  }

  .content_flow_box1_desc {
    margin-top: 34px;
  }

  .content_flow_box1_btns {}


  .content_flow_box1_btn:hover {
    background: #90beac;
    color: #fff;
    opacity: 1;
  }

  .content_flow_box2 {
    width: 43.23%;
    padding-top: 5px;
    align-items: flex-start;
  }

  .content_flow_box2_img {
    width: 92%;
  }

  .content_flow_box2_img:before {}

  .content_flow_box2_en {}

  /*注意事項*/
  .content_please_box {}

  .content_please_box_inner {
    padding: 30px;
  }

  .content_please_box_title {
    font-size: 22px;
  }

  .content_please_box_list {
    margin-top: 35px;
  }
}

@media (min-width:1024px) {
  .pg_beginner {}

  .pg_beginner .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_beginner .section.sec2 {
    padding-top: 150px;
  }

  .pg_beginner .section.sec3 {
    padding-top: 150px;
  }

  /*繰り返し*/
  .content_flow_items {}

  .content_flow_item {}

  .content_flow_box1 {
    width: 59.90%;
  }

  .content_flow_box1_title {}

  .content_flow_box1_title_txt {
    font-size: 24px;
  }

  .content_flow_box1_desc {}

  .content_flow_box1_btns {}

  .content_flow_box1_btn {}

  .content_flow_box2 {
    width: 34.23%;
  }

  .content_flow_box2_img {}

  .content_flow_box2_img:before {}

  .content_flow_box2_en {}

  /*注意事項*/
  .content_please_box {}

  .content_please_box_inner {
    padding: 43px 43px 70px;
  }

  .content_please_box_title {
    font-size: 24px;
  }

  .content_please_box_list {}
}

@media (min-width:1200px) {
  .content_flow_box2_img {
    width: 95.52%;
  }

  .content_flow_box1_btn:last-child {
    margin-top: 0;
  }

  .content_flow_box1_desc {
    padding-right: 0;
  }
}

/*******************************
*　整体(一覧)
********************************/
.pg_chiropractic {}

.pg_chiropractic .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_chiropractic .section.sec2 {
  padding-top: 70px;
}

.pg_chiropractic .section.sec3 {
  padding-top: 80px;
}

.pg_chiropractic .home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 13px;
}

/*カテゴリ*/
.chiropractic_cate_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.chiropractic_cate_item {}

.chiropractic_cate_item_inner {
  display: block;
  background: #fff;
  border: 1px solid #90beac;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  padding: 13px 0;
  color: #181818;
  position: relative;
}

.chiropractic_cate_item_inner:hover {
  background: #90beac;
  color: #fff;
  border: 1px solid transparent;
}

.chiropractic_cate_item_inner {}

.chiropractic_cate_item_inner:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/*料金表*/
.page_content_menu_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 18px;
}

.page_content_menu_tbl {
  margin-top: 30px;
}

.page_content_menu_tt {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
  background: #90beac;
  padding: 12px 0;
}

.page_content_menu_tbl .table_rows_th,
.page_content_menu_tbl .table_rows_td {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 12px 15px;
  border: 1px solid #d2d2d2;

}

.page_content_menu_tbl .table_rows_th {
  background: #fff;
}

.page_content_menu_tbl .table_rows_td {}



/*記事一覧*/
.chiro_list_items {}

.chiro_list_item {
  padding-top: 80px;
}

.chiro_list_item_title {
  text-align: center;
}

.chiro_list_item_title:after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #90beac;
  margin: 18px auto 0;
}

.chiro_list_item_title_txt {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.chiro_list_box {
  margin-top: 30px;
}

.chiro_list_box .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.chiro_list_box .webgene-item {
  position: relative;
}

.chiro_list_box .webgene-item:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/system_panel/uploads/images/right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 38%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .3s;
}

.chiro_list_box .webgene-item a {
  display: block;
  border-bottom: 1px dotted;
  padding-bottom: 7px;
  position: relative;
}

.chiro_list_box .webgene-item:hover:after {
  right: 15px;
}

/*.chiro_list_box .webgene-item a:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/system_panel/uploads/images/right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  transition: all .3s;
}*/
.chiro_list_box .webgene-item .title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.444em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  width: 90%;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

/*.chiro_list_box .webgene-item .title:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/system_panel/uploads/images/right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  transition: all .3s;
}*/
.chiro_list_box .webgene-item .title:before {
  content: "・";
}

.home_content_box1_title.center .home_content_box1_title_ja {}

/*詳細*/
.chiroDetail_wrap {}

.chiroDetail_wrap .webgene-item {
  border: 1px solid #90beac;
  padding: 20px;
}

.chiroDetail_wrap .webgene-item .meta {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #90beac;
  padding-bottom: 16px;
}

.chiroDetail_wrap .webgene-item .meta .category {
  display: inline-block;
  border: 1px solid #90beac;
  padding: 3px 14px;
  white-space: nowrap;
}

.chiroDetail_wrap .webgene-item .meta .title {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-left: 20px;
}

.post_content {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  padding-top: 30px;
}

.chiroDetail_wrap .webgene-item .thumb {
  margin-bottom: 30px;
}

.post_content h3 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  margin-bottom: 10px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.post_content h3:nth-child(n+2) {
  margin-top: 33px;
}

.pg_chiropractic .link_1 {
  max-width: 255px;
  width: 100%;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .chiropractic_cate_wrap .webgene-blog {
    margin: 30px -10px 0;
  }

  .chiropractic_cate_items {
    margin-top: 36px;
  }

  .chiropractic_cate_item {
    padding: 0 10px;
  }

  .chiropractic_cate_item_inner {
    font-size: 13px;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .chiropractic_cate_item:nth-child(n+3) {
    margin-top: 16px;
  }

  .chiro_list_box .webgene-item a {
    padding-bottom: 12px;
  }

  /*記事一覧*/
  .chiro_list_item:nth-child(n+2) {}

  .chiro_list_box .webgene-item:nth-child(n+2) {
    margin-top: 16px;
  }


  /*記事詳細*/
  .chiroDetail_wrap .webgene-item .meta {
    flex-wrap: wrap;
  }

  .chiroDetail_wrap .webgene-item .meta .title {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }

  .post_content h3:nth-child(n+2) {
    margin-top: 0;
  }

  .post_content h3:nth-child(n+3) {
    margin-top: 36px;
  }

  /*料金表*/
  .page_content_menu_tbl .table_rows_th,
  .page_content_menu_tbl .table_rows_td {
    padding: 12px 5px;
  }
}

@media (min-width:768px) {
  .pg_chiropractic {}

  .pg_chiropractic .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_chiropractic .section.sec2 {
    padding-top: 50px;
  }

  .pg_chiropractic .section.sec3 {
    padding-top: 100px;
  }

  /*カテゴリ*/
  .chiropractic_cate_items {
    margin-top: 40px;
  }

  .chiropractic_cate_item {}

  .chiropractic_cate_item:nth-child(n+3) {
    margin-top: 14px;
  }

  .chiropractic_cate_item_inner {}

  .chiropractic_cate_item_inner:hover {
    opacity: 1;
  }

  /*記事一覧*/
  .pg_chiropractic .anchor {
    position: relative;
    top: -120px;
  }

  .chiro_list_items {}

  .chiro_list_item {
    padding-top: 80px;
  }

  .chiro_list_item_title {}

  .chiro_list_item_title_txt {
    font-size: 20px;
  }

  .chiro_list_box {
    margin-top: 40px;
  }

  .chiro_list_box .webgene-blog {}

  .chiro_list_box .webgene-item {}

  .chiro_list_box .webgene-item:nth-child(n+3) {
    margin-top: 16px;
  }

  .chiro_list_box .webgene-item a {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .chiro_list_box .webgene-item a:hover {
    opacity: 1;
  }

  .chiro_list_box .webgene-item a:hover .title:after {
    right: 0;
  }

  .chiro_list_box .webgene-item .title {}

  /*料金表*/
  .page_content_menu_desc {
    text-align: center;
  }

  .page_content_menu_tbl {
    margin-top: 42px;
  }

  .page_content_menu_tt {}

  .page_content_menu_tbl .table_rows_th,
  .page_content_menu_tbl .table_rows_td {}

  .page_content_menu_tbl .table_rows_th {}

  .page_content_menu_tbl .table_rows_td {}

  /*詳細*/
  .chiroDetail_wrap {}

  .chiroDetail_wrap .webgene-item {
    padding: 50px 65px 22px;
  }

  .chiroDetail_wrap .webgene-item .meta {
    padding-bottom: 35px;
  }

  .chiroDetail_wrap .webgene-item .meta .category {}

  .chiroDetail_wrap .webgene-item .meta .title {
    margin-left: 36px;
  }

  .post_content {
    padding-top: 50px;
  }

  .post_content h3 {}

  .pg_chiropractic .link_1 {
    margin-top: 80px;
  }
}

@media (min-width:1024px) {
  .pg_chiropractic {}

  .pg_chiropractic .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_chiropractic .section.sec2 {}

  .pg_chiropractic .section.sec3 {
    padding-top: 150px;
  }

  /*カテゴリ*/
  .chiropractic_cate_items {
    margin-top: 50px;
  }

  .chiropractic_cate_item {}

  .chiropractic_cate_item:nth-child(n+3) {
    margin-top: 0;
  }

  .chiropractic_cate_item:nth-child(n+5) {
    margin-top: 14px;
  }

  .chiropractic_cate_item_inner {
    font-size: 13px;
    letter-spacing: 0;
  }

  .chiropractic_cate_item_inner:after {
    right: 5px;
  }

  /*記事一覧*/
  .chiro_list_items {}

  .chiro_list_item {
    padding-top: 118px;
  }

  .chiro_list_item_title {}

  .chiro_list_item_title_txt {}

  .chiro_list_box {
    margin-top: 46px;
  }

  .chiro_list_box .webgene-blog {}

  .chiro_list_box .webgene-item {}

  .chiro_list_box .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }

  .chiro_list_box .webgene-item:nth-child(n+5) {
    margin-top: 17px;
  }

  .chiro_list_box .webgene-item a {}

  .chiro_list_box .webgene-item .title {
    width: 85%;
  }

  /*料金表*/
  .page_content_menu_desc {}

  .page_content_menu_tbl {}

  .page_content_menu_tt {}

  .page_content_menu_tbl .table_rows_th,
  .page_content_menu_tbl .table_rows_td {}

  .page_content_menu_tbl .table_rows_th {}

  .page_content_menu_tbl .table_rows_td {}

  /*詳細*/
  .chiroDetail_wrap {}

  .chiroDetail_wrap .webgene-item {}

  .chiroDetail_wrap .webgene-item .meta {}

  .chiroDetail_wrap .webgene-item .meta .category {}

  .chiroDetail_wrap .webgene-item .meta .title {
    font-size: 18px;
  }

  .post_content {}

  .post_content h3 {}

  .pg_chiropractic .link_1 {
    font-size: 16px;
  }
}

@media (min-width:1200px) {

  .chiro_list_box .webgene-item .title {
    margin-left: -2px;
  }

  .chiro_list_box .webgene-item .title {
    width: 90%;
  }



}

@media (min-width:1300px) {
  .chiropractic_cate_item_inner {
    font-size: 15px;
    letter-spacing: 0.075em;
  }

  .chiropractic_cate_item_inner:after {
    right: 5px;
  }
}

/*******************************
*　EMS
********************************/
.pg_ems {}

.pg_ems .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_ems .section.sec2,
.pg_capsule .section.sec2,
.pg_diet .section.sec2 {
  position: relative;
  padding: 40px 0 50px;
  margin-top: 60px;
}

.pg_ems .section.sec2:after,
.pg_capsule .section.sec2:after,
.pg_diet .section.sec2:after {
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/sec2_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.pg_ems .section.sec3 {
  padding-top: 70px;
  padding-bottom: 0;
}

.pg_ems .section.sec4 {
  padding-top: 70px;
}

/*おすうすめ*/
.ems_recommend_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ems_recommend_item {}

.ems_recommend_item:nth-child(n+3) {
  margin-top: 16px;
  ;
}

.ems_recommend_item_inner {
  border: 1px solid #90beac;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 16px 0;
}

.ems_recommend_item_inner:after {
  content: "";
  display: block;
  width: 21px;
  height: 9px;
  background-image: url(/system_panel/uploads/images/tomngari.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

/*効果*/
.ems_effect_items {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}

.ems_effect_item {}

.ems_effect_item_inner {
  border-bottom: 1px solid #d2d2d2;
}

.ems_effect_item_title {}

.ems_effect_item_title:after {
  content: "";
  display: block;
  background: #90beac;
  width: 30px;
  height: 1px;
  margin-right: auto;
  margin-left: 3px;
  margin-top: 18px;
}

.ems_effect_item_title_en {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #a0c7b8;
}

.ems_effect_item_title_ja {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.58em;
  margin-top: 0;
}

.ems_effect_item_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 13px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .ems_recommend_items {
    margin: 30px -10px 0;
  }

  .ems_recommend_item {
    padding: 0 10px;
  }

  .ems_recommend_item:nth-child(n+2) {
    margin-top: 24px;
  }

  .ems_effect_item_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ems_effect_item:first-child .ems_effect_item_inner {
    padding-top: 0;
  }

  .ems_effect_item_desc {
    margin-top: 10px;
  }
}

@media (min-width:768px) {
  .pg_ems {}

  .pg_ems .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_ems .section.sec2,
  .pg_capsule .section.sec2,
  .pg_diet .section.sec2 {
    padding: 50px 0 70px;
    margin-top: 100px;
  }

  .pg_ems .section.sec3 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .pg_ems .section.sec4 {
    padding-top: 100px;
  }


  .pg_ems .page_header_box1 {
    order: 2;
  }

  .pg_ems .page_header_box2 {
    order: 1;
  }

  /*おすうすめ*/
  .ems_recommend_items {
    margin-top: 36px;
  }

  .ems_recommend_item {}

  .ems_recommend_item:nth-child(n+3) {
    margin-top: 20px;
  }

  .ems_recommend_item_inner {
    padding: 19px 0;
  }

  /*効果*/
  .ems_effect_items {
    margin-top: 35px;
  }

  .ems_effect_item {
    position: relative;
  }

  .ems_effect_item:nth-child(n+3) {
    padding-top: 40px;
  }

  .ems_effect_item:nth-child(5) .ems_effect_item_inner,
  .ems_effect_item:nth-child(6) .ems_effect_item_inner {
    border-bottom: none;
    padding-bottom: 0;
  }

  .ems_effect_item:nth-child(odd):after {
    content: "";
    display: block;
    width: 1px;
    height: 89.39%;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
  }

  .ems_effect_item_inner {
    height: 100%;
    padding: 6px 30px 40px 10px;
  }

  .ems_effect_item_title {}

  .ems_effect_item_title_en {
    font-size: 18px;
  }

  .ems_effect_item_title_ja {
    font-size: 22px;
  }

  .ems_effect_item_desc {}
}

@media (min-width:1024px) {
  .pg_ems {}

  .pg_ems .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_ems .section.sec2,
  .pg_capsule .section.sec2,
  .pg_diet .section.sec2 {
    padding: 80px 0 90px;
    margin-top: 150px;
  }

  .pg_ems .section.sec3 {
    padding-top: 148px;
    padding-bottom: 0;
  }

  .pg_ems .section.sec4 {
    padding-top: 140px;
  }

  /*おすうすめ*/
  .ems_recommend_items {
    margin-top: 43px;
  }

  .ems_recommend_item {}

  .ems_recommend_item:nth-child(n+3) {
    margin-top: 0;
  }

  .ems_recommend_item:nth-child(n+4) {
    margin-top: 37px;
    ;
  }

  .ems_recommend_item_inner {}

  /*効果*/
  .ems_effect_items {}

  .ems_effect_item {}

  .ems_effect_item_inner {}

  .ems_effect_item_title {}

  .ems_effect_item_title_en {}

  .ems_effect_item_title_ja {
    font-size: 24px;
  }

  .ems_effect_item_desc {}
}

@media (min-width:1200px) {}

/*******************************
*　酸素カプセル
********************************/
.pg_capsule {}

.pg_capsule .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_capsule .section.sec2 {}

.pg_capsule .section.sec3 {
  padding-top: 70px;
}

.pg_capsule .section.sec4 {
  padding-top: 70px;
}

.pg_capsule .section.sec5 {
  padding-top: 80px;
}

/*見出し*/
.pg_capsule .page_header_items {}

.pg_capsule .home_content_box1_title.center .home_content_box1_title_ja,
.pg_ems .home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 5px;
}

/*注意点*/
.content_please_box_list_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  margin-top: 30px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .pg_capsule .page_header_items:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media (min-width:768px) {
  .pg_capsule {}

  .pg_capsule .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_capsule .section.sec2 {}

  .pg_capsule .section.sec3 {
    padding-top: 100px;
  }

  .pg_capsule .section.sec4 {
    padding-top: 100px;
  }

  .pg_capsule .section.sec5 {
    padding-top: 110px;
  }

  /*見出し*/
  .pg_capsule .page_header_items:nth-child(n+2),
  .pg_diet .page_header_items:nth-child(n+2) {
    margin-top: 90px;
  }

  .pg_capsule .page_header_items:nth-child(odd) .page_header_box1,
  .pg_diet .page_header_items:nth-child(odd) .page_header_box1 {
    order: 2;
  }

  .pg_capsule .page_header_items:nth-child(odd) .page_header_box2,
  .pg_diet .page_header_items:nth-child(odd) .page_header_box2 {
    order: 1;
  }

  .pg_capsule .page_header_items:nth-child(even) .page_header_box1,
  .pg_diet .page_header_items:nth-child(even) .page_header_box1 {
    order: 1;
  }

  .pg_capsule .page_header_items:nth-child(even) .page_header_box2,
  .pg_diet .page_header_items:nth-child(even) .page_header_box2 {
    order: 2;
  }

  /*注意点*/
  .content_please_box_list_desc {
    margin-top: 36px;
  }

  .pg_capsule .content_please_box_list {
    margin-top: 39px;
  }
}

@media (min-width:1024px) {
  .pg_capsule {}

  .pg_capsule .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_capsule .section.sec2 {
    margin-top: 140px;
  }

  .pg_capsule .section.sec3 {
    padding-top: 150px;
  }

  .pg_capsule .section.sec4 {
    padding-top: 140px;
  }

  .pg_capsule .section.sec5 {
    padding-top: 150px;
  }


  .pg_capsule .content_please_box_inner {
    padding: 43px 80px 38px;
  }
}

@media (min-width:1200px) {}

/*******************************
*　ダイエット
********************************/
.pg_diet {}

.pg_diet .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_diet .section.sec2 {}

.pg_diet .section.sec3 {
  padding-top: 80px;
}

.pg_diet .section.sec4 {
  padding-top: 80px;
}

.pg_diet .section.sec5 {
  padding-top: 70px;
}

.pg_diet .page_header_box2_title {
  line-height: 1.58em;
}

.diet_menu_wrap .home_content_box1_title.center .home_content_box1_title_ja,
.pg_diet .ems_effect_wrap .home_content_box1_title.center .home_content_box1_title_ja,
.pg_diet .ems_menu_wrap .home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 15px;
}

/*ダイエットメニュー*/
.diet_menu_items {
  display: flex;
  flex-wrap: wrap;
  margin: 130px -15px 0;
}

.diet_menu_item {}

.diet_menu_item_inner {
  border: 1px solid #90beac;
  padding: 100px 16px 22px;
  position: relative;
}

.diet_menu_item_img {
  position: absolute;
  width: 90.74%;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.diet_menu_item_img:before {
  padding-top: 65.30%;
}

.diet_menu_item_title {
  text-align: center;
  position: relative;
  margin-top: 16px;
}

.diet_menu_item_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #90beac;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.diet_menu_item_title_txt {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 0 20px;
  background: #fff;
  z-index: 1;
}

.diet_menu_item_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 18px;
}


/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .diet_menu_item:nth-child(n+2) {
    margin-top: 160px;
  }

  .diet_menu_item_desc {
    margin-top: 5px;
  }
}

@media (min-width:768px) {
  .pg_diet {}

  .pg_diet .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_diet .section.sec2 {}

  .pg_diet .section.sec3 {
    padding-top: 100px;
  }

  .pg_diet .section.sec4 {
    padding-top: 100px;
  }

  .pg_diet .section.sec5 {
    padding-top: 100px;
  }


  .pg_diet .page_header_items:nth-child(n+2) {
    margin-top: 80px;
  }

  .body_diet .pg_header_ttl {
    min-width: 350px;
  }

  /*ダイエットメニュー*/
  .diet_menu_items {
    margin-top: 180px;
  }

  .diet_menu_item {}

  .diet_menu_item_inner {
    height: 100%;
    padding: 100px 24px 22px;
  }

  .diet_menu_item_img {
    top: -100px;
  }

  .diet_menu_item_img:before {}

  .diet_menu_item_title {
    margin-top: 24px;
  }

  .diet_menu_item_title_txt {
    font-size: 22px;
    padding: 0 28px;
  }

  .diet_menu_item_desc {
    margin-top: 12px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .pg_diet .ems_effect_item:nth-child(3) .ems_effect_item_inner,
  .pg_diet .ems_effect_item:nth-child(4) .ems_effect_item_inner {
    border-bottom: none;
    padding-bottom: 0;
  }

}

@media (min-width:1024px) {
  .pg_diet {}

  .pg_diet .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_diet .section.sec2 {}

  .pg_diet .section.sec3 {
    padding-top: 148px;
  }

  .pg_diet .section.sec4 {
    padding-top: 150px;
  }

  .pg_diet .section.sec5 {
    padding-top: 137px;
  }

  .pg_diet .page_header_items:first-child .page_header_box2_desc {
    margin-top: 40px;
  }

  .body_diet .pg_header_ttl {
    min-width: 445px;
  }

  /*ダイエットメニュー*/
  .diet_menu_items {
    margin-top: 207px;
  }

  .diet_menu_item {}

  .diet_menu_item_inner {
    padding-top: 140px;
  }

  .diet_menu_item_img {
    top: -140px;
  }

  .diet_menu_item_img:before {}

  .diet_menu_item_title {}

  .diet_menu_item_title_txt {
    font-size: 24px;
  }

  .diet_menu_item_desc {
    margin-top: 20px;
  }
}

@media (min-width:1200px) {
  .diet_menu_item_inner {
    padding-top: 160px;
  }

  .diet_menu_item_img {
    top: -160px;
  }

  .pg_diet .page_header_items:nth-child(n+2) {
    margin-top: 75px;
  }

  .pg_diet .ems_effect_item:nth-child(n+3) {
    padding-top: 34px;
  }
}

/*******************************
*　cocoriI(ポワールリフティング)
********************************/
.pg_cocori {}

.pg_cocori .section.sec1 {
  margin-top: 70px;
}

.pg_cocori .section.sec2 {
  padding-top: 80px;
}

.pg_cocori .section.sec3 {
  padding-top: 80px;
}

.pg_cocori .section.sec4 {
  padding-top: 80px;
}

.pg_cocori .home_content_box1 .link_1 {
  background: #f2bba9;
}

.pg_cocori .home_content_box1 .link_1:hover {
  background: #fff;
  color: #f2bba9;
  ;
  border: 1px solid #f2bba9;
  ;
}

.pg_cocori .home_content_box1_title_ja {
  margin-top: 12px;
}

.pg_cocori .home_content_item.second:before {
  background: #ffefea;
}

.pg_cocori .home_content_item.third .home_content_box2_img:before {
  padding-top: 115.78%;
}

/*リフト*/
.cocori_lift_wrap {}

.cocori_lift_wrap .home_content_box1_title {
  text-align: center;
}

.cocori_lift_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 24px;
}

.cocori_lift_content_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cocori_lift_content_item {}

.cocori_lift_content_item_inner {
  border: 1px solid #f2bba9;
  padding-bottom: 30px;
}

.cocori_lift_content_item_title {
  background: #f2bba9;
  text-align: center;
  padding: 16px 0;
}

.cocori_lift_content_item.second .cocori_lift_content_item_title {
  background: #d59782;
}

.cocori_lift_content_item.second .cocori_lift_content_item_inner {
  border: 1px solid #d59782;
}

.cocori_lift_content_item_title_txt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
}

.cocori_lift_content_item_hosoku {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 8px 16px 0;
}

.cocori_lift_content_item_img {
  text-align: center;
}

.page_content_menu_wrap.cocori .home_content_box1_title_ja,
.cocori_bf_wrap .home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 5px;
}

.page_content_menu_wrap.cocori .page_content_menu_tt {
  background: #f2bba9;
}

/*効果*/
.cocori_bf_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cocori_bf_item {}

.cocori_bf_item_inner {}

.cocori_bf_item_imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cocori_bf_item_child {
  width: 49.07%;
  position: relative;
}

.cocori_bf_item_img:before {
  padding-top: 116.98%;
}

.cocori_bf_item_child_txt {
  position: absolute;
  bottom: 14px;
  left: 0;
  background: #f2bba9;
  text-align: center;
  width: 95px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 5px 0;
}

.cocori_bf_item_child_txt.after {
  background: #d59782;
}

.cocori_bf_item_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  padding-top: 8px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .pg_cocori .link_1 {
    background: #f2bba9;
  }

  .pg_cocori .home_content_item.third:before {
    display: none;
  }

  .cocori_lift_content_items {
    margin-top: 36px;
  }

  .cocori_lift_content_item:nth-child(n+2) {
    margin-top: 30px;
  }

  .cocori_lift_content_item_img {
    padding: 0 10px;
  }

  .cocori_bf_items {
    margin-top: 36px;
  }

  .cocori_bf_item:nth-child(n+2) {
    margin-top: 30px;
  }

}

@media (min-width:768px) {
  .pg_cocori {}

  .pg_cocori .section.sec1 {
    margin-top: 100px;
  }

  .pg_cocori .section.sec2 {
    padding-top: 120px;
  }

  .pg_cocori .section.sec3 {
    padding-top: 120px;
  }

  .pg_cocori .section.sec4 {
    padding-top: 120px;
  }

  .pg_cocori .home_content_box1 {
    margin-top: 0;
  }

  .pg_cocori .home_content_item.third:before {
    display: none;
  }

  .pg_cocori .home_content_item.third .home_content_box1 {
    width: 51.35%;
  }

  .pg_cocori .home_content_item.first .home_content_box2 {
    max-height: 470px;
    ;
  }


  /*リフト*/
  .cocori_lift_wrap {}

  .cocori_lift_wrap .home_content_box1_title {}

  .cocori_lift_desc {
    margin-top: 30px;
  }

  .cocori_lift_content_items {
    margin-top: 36px;
  }

  .cocori_lift_content_item {}

  .cocori_lift_content_item_inner {
    height: 100%;
    padding-bottom: 42px;
  }

  .cocori_lift_content_item_title {
    padding: 18px 0;
  }

  .cocori_lift_content_item_title_txt {}

  .cocori_lift_content_item_hosoku {
    font-size: 18px;
    letter-spacing: 0;
    padding: 8px 24px 0;
  }

  .cocori_lift_content_item_img {
    padding: 0 16px;
  }

  /*効果*/
  .cocori_bf_items {
    margin-top: 40px;
  }

  .cocori_bf_item {}

  .cocori_bf_item:nth-child(n+3) {
    margin-top: 30px;
  }

  .cocori_bf_item_inner {}

  .cocori_bf_item_imgs {}

  .cocori_bf_item_child {}

  .cocori_bf_item_img:before {}

  .cocori_bf_item_child_txt {}

  .cocori_bf_item_desc {}
}

@media (min-width:1024px) {
  .pg_cocori {}

  .pg_cocori .section.sec1 {
    margin-top: 140px;
  }

  .pg_cocori .section.sec2 {
    padding-top: 180px;
  }

  .pg_cocori .section.sec3 {
    padding-top: 180px;
  }

  .pg_cocori .section.sec4 {
    padding-top: 180px;
  }

  .pg_cocori .home_content_item:nth-child(n+2) {
    margin-top: 170px;
  }

  .pg_cocori .home_content_item:nth-child(n+3) {
    margin-top: 197px;
  }

  .pg_cocori .home_content_item.second:before {}

  .pg_cocori .home_content_item.first .home_content_box1 {
    width: 43.64%;
  }

  .pg_cocori .home_content_item.first .home_content_box2 {
    max-height: inherit;
  }

  /*リフト*/
  .cocori_lift_wrap {}

  .cocori_lift_wrap .home_content_box1_title {}

  .cocori_lift_desc {
    text-align: center;
  }

  .cocori_lift_content_items {
    margin-top: 40px;
  }

  .cocori_lift_content_item {}

  .cocori_lift_content_item_inner {}

  .cocori_lift_content_item_title {}

  .cocori_lift_content_item_title_txt {}

  .cocori_lift_content_item_hosoku {
    font-size: 22px;
    letter-spacing: 0.075em;
    ;
  }

  .cocori_lift_content_item_img {
    margin-top: -10px;
    padding: 0;
  }

  /*効果*/
  .cocori_bf_items {
    margin-top: 46px;
  }

  .cocori_bf_item {}

  .cocori_bf_item:nth-child(n+3) {
    margin-top: 50px;
  }

  .cocori_bf_item_inner {}

  .cocori_bf_item_imgs {}

  .cocori_bf_item_child {}

  .cocori_bf_item_img:before {}

  .cocori_bf_item_child_txt {}

  .cocori_bf_item_desc {}
}

@media (min-width:1200px) {
  .pg_cocori .home_content_item.third .home_content_box1 .home_content_box1_desc {
    padding-right: 0;
  }

  .pg_cocori .home_content_item.first .home_content_box1 {
    width: 48.64%;
  }

}

/*******************************
*　ポワール心美
********************************/
.pg_voir {}

.pg_voir .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_voir .section.sec2 {
  padding-top: 80px;
}

.pg_voir .section.sec3 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_voir .home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 5px;
}

/*見出し*/
.poir_hdr_title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.58em;
}

.poir_hdr_img {
  margin-top: 36px;
}

.poir_hdr_img:before {
  padding-top: 36.03%;
}

.poir_hdr_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 20px;
}

/*繰り返し*/
.pg_voir .ems_effect_item_title_en {
  color: #f5cdc1;
}

.pg_voir .ems_effect_item_title:after {
  background: #f2bba9;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {}

@media (min-width:768px) {
  .pg_voir {}

  .pg_voir .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_voir .section.sec2 {
    padding-top: 100px;
  }

  .pg_voir .section.sec3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  /*見出し*/
  .poir_hdr_title {
    font-size: 20px;
  }

  .poir_hdr_img {
    margin-top: 42px;
  }

  .poir_hdr_img:before {}

  .poir_hdr_desc {
    margin-top: 23px;
  }

  /*繰り返し*/
  .pg_voir .ems_effect_item:nth-child(3) .ems_effect_item_inner,
  .pg_voir .ems_effect_item:nth-child(4) .ems_effect_item_inner {
    border-bottom: none;
  }

  .pg_voir .ems_effect_item:nth-child(n+3) {
    padding-top: 39px;
  }

  .pg_voir .ems_effect_items {
    margin-top: 32px;
  }
}

@media (min-width:1024px) {
  .pg_voir {}

  .pg_voir .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_voir .section.sec2 {
    padding-top: 140px;
  }

  .pg_voir .section.sec3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body_voir .pg_header_ttl {
    min-width: 350px;
  }

  /*見出し*/
  .poir_hdr_title {
    font-size: 24px;
  }

  .poir_hdr_img {
    margin-top: 45px;
  }

  .poir_hdr_img:before {}

  .poir_hdr_desc {
    text-align: center;
  }
}

@media (min-width:1200px) {}

/*******************************
*初めての方(エステ)　
********************************/
.pg_guide {}

.pg_guide .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_guide .section.sec2 {
  padding-top: 70px;
}

.pg_guide .section.sec3 {
  padding-top: 70px;
}

.pg_guide .home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 5px;
}

.pg_guide .content_flow_item {
  border-top: 1px solid #f2bba9;
}

.pg_guide .content_flow_box1_btn {
  color: #f2bba9;
  border: 1px solid #f2bba9;
}

.pg_guide .content_flow_box1_btn:hover {
  background: #f2bba9;
  color: #fff;
}

.pg_guide .content_flow_box1_btn.tel .num:before {
  background-image: url(/system_panel/uploads/images/phone_pr.svg);
}

.content_flow_box1_btn.tel:hover .num:before {
  background-image: url(/system_panel/uploads/images/phone_wh.svg);
}

.pg_guide .content_flow_box2_en {
  color: #f6d2c6;
}

.pg_guide .content_flow_box2_en p:after {
  background: #f2bba9;
}

.pg_guide .content_flow_item:before {
  background-image: url(/system_panel/uploads/images/tri_pr.png);
}

.pg_guide .content_flow_item:last-child {
  border-bottom: 1px solid #f2bba9;
}

.pg_guide .content_please_box {
  border: 2px solid #f2bba9;
}

.pg_guide .content_please_box_inner {
  border: 1px solid #f2bba9;
}

.pg_guide .content_please_box_title {
  color: #f2bba9;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {}

@media (min-width:768px) {
  .pg_guide {}

  .pg_guide .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_guide .section.sec2 {
    padding-top: 100px;
  }

  .pg_guide .section.sec3 {
    padding-top: 100px;
  }

  .pg_guide .content_flow_items {
    margin-top: 45px;
  }
}

@media (min-width:1024px) {
  .pg_guide {}

  .pg_guide .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_guide .section.sec2 {
    padding-top: 150px;
  }

  .pg_guide .section.sec3 {
    padding-top: 150px;
  }

  .pg_guide .content_please_box_inner {
    padding: 43px 50px 36px;
  }

}

@media (min-width:1200px) {}

/*******************************
*　よくある質問
********************************/
.pg_quetion {}

.pg_quetion .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_quetion .section.sec2 {
  padding-top: 70px;
}

.pg_quetion .section.sec3 {
  padding-top: 80px;
}

.pg_quetion .section.sec4 {
  padding-top: 80px;
}


.pg_quetion .home_content_box1_title.center .home_content_box1_title_ja {
  margin-top: 10px;
}

/*カテゴリ*/
.quetion_cate_items {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}

.quetion_cate_item {
  display: block;
}

.quetion_cate_item.seitai .quetion_cate_item_inner {
  border: 1px solid #90beac;
}

.quetion_cate_item.cocori .quetion_cate_item_inner {
  border: 1px solid #f2bba9;
}

.quetion_cate_item_inner {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #181818;
  border: 1px solid transparent;
  position: relative;
  text-align: center;
  transition: all .3s;
  padding: 12px 0;
}

.quetion_cate_item_inner:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #181818;
  transition: all .3s;
}

.quetion_cate_item:hover {
  opacity: 1;
  color: #fff;
}

.quetion_cate_item:hover .quetion_cate_item_inner {
  color: #fff;
}

.quetion_cate_item:hover .quetion_cate_item_inner:after {
  color: #fff;
  right: 0;
}

.quetion_cate_item.seitai:hover .quetion_cate_item_inner {
  background: #90beac;
}

.quetion_cate_item.cocori:hover .quetion_cate_item_inner {
  background: #f2bba9;
}

/*質問*/
.quetion_items {}

.quetion_item {}

.quetion_item_tt {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.quetion_content_items {
  margin-top: 36px;
}

.quetion_content_item {}

.quetion_content_item_title {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}

.quetion_content_item_title:before {
  content: "Q";
  font-family: "Bellefair", serif;
  font-size: 18px;
  font-weight: normal;
  width: 50px;
}

.quetion_content_item.seitai .quetion_content_item_title {
  background: #dcf2ea;
}

.quetion_content_item.cocori .quetion_content_item_title {
  background: #ffefea;
}

.quetion_content_item_title_txt {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.666em;
  letter-spacing: 0;
  width: calc(100% - 33px);
}

.quetion_content_item_a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875em;
  letter-spacing: 0.075em;
  text-align: justify;
  padding: 16px 30px;
}

/*概要*/
.quetion_tbl_items {}

.quetion_tbl_item {}

.company_tbl {
  margin-top: 32px;
}

.company_tbl .table_rows_th,
.company_tbl .table_rows_td {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  border: 1px solid #999999;
  padding: 14px 25px;
}

.company_tbl .table_rows_th {
  background: #f4f3f3;
  width: 100px;
  border-right: none;
}

.company_tbl .table_rows_td {
  border-left: none;
}

/*地図*/
.gmap {
  margin-top: 50px;
}

.access_map iframe {
  width: 100%;
  border: none;
  height: 250px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .quetion_cate_item:nth-child(n+2) {
    margin-top: 16px;
  }

  /*よくある質問*/
  .quetion_item:nth-child(n+2) {
    padding-top: 60px;
  }

  .quetion_content_item:nth-child(n+2) {
    margin-top: 30px;
  }

  /*概要*/
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td {
    padding: 14px;
  }

  .quetion_tbl_item:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media (min-width:768px) {
  .pg_quetion {}

  .pg_quetion .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_quetion .section.sec2 {
    padding-top: 100px;
  }

  .pg_quetion .section.sec3 {
    padding-top: 110px;
  }

  .pg_quetion .section.sec4 {
    padding-top: 110px;
  }

  /*カテゴリ*/
  .quetion_cate_items {
    margin-top: 36px;
  }

  .quetion_cate_item {}

  .quetion_cate_item_inner {}

  /*質問*/
  .quetion_items {}

  .quetion_item {}

  .quetion_item:nth-child(n+2) {
    padding-top: 120px;
  }

  .quetion_item_tt {
    font-size: 22px;
  }

  .quetion_content_items {
    margin-top: 42px;
  }

  .quetion_content_item {}

  .quetion_content_item:nth-child(n+2) {
    margin-top: 26px;
  }

  .quetion_content_item_title {}

  .quetion_content_item_title_txt {
    font-size: 18px;
  }

  .quetion_content_item_title_txt:before {
    font-size: 21px;
  }

  .quetion_content_item_a {
    padding: 16px 63px;
  }

  /*概要*/
  .quetion_tbl_items {}

  .quetion_tbl_item {}

  .quetion_tbl_item:nth-child(n+2) {
    margin-top: 95px;
  }

  .company_tbl {
    margin-top: 36px;
  }

  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td {}

  .company_tbl .table_rows_th {
    width: 160px;
  }

  .company_tbl .table_rows_td {
    padding-left: 38px;
  }

  /*地図*/
  .gmap {
    margin-top: 60px;
  }

  .access_map iframe {
    height: 350px;
  }
}

@media (min-width:1024px) {
  .pg_quetion {}

  .pg_quetion .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_quetion .section.sec2 {
    padding-top: 118px;
  }

  .pg_quetion .section.sec3 {
    padding-top: 160px;
  }

  .pg_quetion .section.sec4 {
    padding-top: 140px;
  }

  /*カテゴリ*/
  .quetion_cate_items {
    margin-top: 42px;
  }

  .quetion_cate_item {}

  .quetion_cate_item_inner {}

  /*質問*/
  .quetion_items {}

  .quetion_item {}

  .quetion_item_tt {
    font-size: 24px;
  }

  .quetion_content_items {
    margin-top: 53px;
  }

  .quetion_content_item {}

  .quetion_content_item_title {}

  .quetion_content_item_title_txt {}

  .quetion_content_item_a {}

  /*概要*/
  .quetion_tbl_items {}

  .quetion_tbl_item {}

  .company_tbl {
    margin-top: 42px;
  }

  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td {}

  .company_tbl .table_rows_th {
    width: 285px;
  }

  .company_tbl .table_rows_td {}

  /*地図*/
  .gmap {
    margin-top: 70px;
  }

  .access_map iframe {
    height: 400px;
  }
}

@media (min-width:1200px) {}

/*******************************
*　HOME
********************************/
.pg_home {}

.pg_home .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_home .section.sec2 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_home .section.sec3 {
  padding-top: 0;
  padding-bottom: 0;
}



/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {}

@media (min-width:768px) {

  .pg_home .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_home .section.sec2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_home .section.sec3 {
    padding-top: 0;
    padding-bottom: 0;
  }


}

@media (min-width:1024px) {}

@media (min-width:1200px) {}




/*******************************
*　
********************************/
.pg_xxx {}

.pg_xxx .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_xxx .section.sec2 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_xxx .section.sec3 {
  padding-top: 0;
  padding-bottom: 0;
}


/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {}

@media (min-width:768px) {
  .pg_xxx {}

  .pg_xxx .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_xxx .section.sec2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_xxx .section.sec3 {
    padding-top: 0;
    padding-bottom: 0;
  }


}

@media (min-width:1024px) {}

@media (min-width:1200px) {}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news {
  padding-top: 30px;
}

.posts_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.posts_layout_box1 {
  width: 100%;
}

.posts_layout_box2 {
  width: 100%;
  margin-top: 50px;
}

/* リスト */
.posts_list {}

.posts_list .webgene-item {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}

.posts_list .webgene-item+.webgene-item {
  margin-top: 10px;
}

.posts_list .webgene-item .date {
  width: 95px;
  letter-spacing: 0.1em;
}

.posts_list .webgene-item .category {
  width: auto;
  font-size: 0.75em;
}

.posts_list .webgene-item .category span {
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}

.posts_list .webgene-item .title {
  width: 100%;
  letter-spacing: 0.075em;
}

.posts_list .webgene-item .title a {}


/* サイド */
.posts_side_wrap {}

.posts_side_wrap+.posts_side_wrap {
  margin-top: 30px;
}

.posts_side_title {
  background: #0069ba;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item {
  padding-left: 8px;
}

.posts_cat_item+.posts_cat_item {
  margin-top: 18px;
}

.posts_cat_item a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.posts_cat_item a:before {
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail {
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}

.posts_detail .webgene-item {}

.posts_detail .meta {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.posts_detail .meta .category {
  margin-bottom: 2px;
}

.posts_detail .meta .category span {
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}

.posts_detail .meta .date {}

.posts_detail .meta .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}

.posts_detail .post_content {
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}

.posts_detail .thumb {
  margin-bottom: 10px;
}

.posts_back_list {}

.posts_back_list a {
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.posts_back_list a p {
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}

.posts_back_list a p:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}


/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .posts_list .webgene-item {
    flex-wrap: wrap;
  }

  .posts_list .webgene-item .title {
    margin-top: 5px;
  }

  .posts_list .webgene-item .category {
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}

@media (min-width:768px) {

  .pg_news {
    padding-top: 50px;
  }

  .posts_layout_box1 {
    width: 74.32%;
  }

  .posts_layout_box2 {
    width: 22.97%;
    margin-top: 0;
  }

  /* リスト */
  .posts_list {}

  .posts_list .webgene-item {
    padding-bottom: 20px;
  }

  .posts_list .webgene-item+.webgene-item {
    margin-top: 20px;
  }

  .posts_list .webgene-item .date {
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }

  .posts_list .webgene-item .category {
    width: 160px;
  }

  .posts_list .webgene-item .category span {}

  .posts_list .webgene-item .title {
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }

  .posts_list .webgene-item .title a {}

  .posts_side_wrap+.posts_side_wrap {
    margin-top: 55px;
  }

  /* 詳細 */
  .posts_detail {
    padding: 20px 30px;
  }

  .posts_detail .webgene-item {}

  .posts_detail .meta {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }

  .posts_detail .meta .category {
    width: 100%;
  }

  .posts_detail .meta .category span {
    font-size: 13px;
    padding: 2px 5px;
  }

  .posts_detail .meta .date {
    width: 105px;
  }

  .posts_detail .meta .title {
    width: calc(100% - 105px);
    font-size: 20px;
  }

  .posts_detail .post_content {
    padding: 0 10px;
  }

  .posts_detail .thumb {
    margin-bottom: 20px;
  }


}

@media (min-width:1024px) {

  /* リスト */
  .posts_list {}

  .posts_list .webgene-item {}

  .posts_list .webgene-item+.webgene-item {}

  .posts_list .webgene-item .date {
    width: 120px;
    font-size: 16px;
  }

  .posts_list .webgene-item .category {
    width: 160px;
  }

  .posts_list .webgene-item .category span {}

  .posts_list .webgene-item .title {
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }

  .posts_list .webgene-item .title a {}

}

@media (min-width:1200px) {

  .pg_news {
    padding-top: 100px;
  }

}



/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap {
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
}

.contact_info_tt {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}

.contact_info_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}

.contact_info_tel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_info_tel_icon {
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}

.contact_info_tel_link {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.contact_info_txt {
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px) {

  .contact_info_box {
    flex-wrap: wrap;
  }

  .contact_info_tel {
    width: 100%;
  }

  .contact_info_tt {
    font-size: 18px;
  }

  .contact_info_tel_link {
    font-size: 30px;
  }
}

@media (max-width:767px) {

  .contact_info_wrap {
    margin-bottom: 50px;
    padding: 15px 10px;
  }

  .contact_info_box {
    padding: 20px 10px;
  }

  .contact_info_tt {
    font-size: 16px;
  }

  .contact_info_tel_icon {
    font-size: 14px;
    margin-right: 5px;
  }

  .contact_info_tel_link {
    font-size: 24px;
  }

  .contact_info_txt {
    margin-left: 0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box {
    flex-wrap: wrap;
  }

  .contact_info_tel {
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}

.contact_tt.privacy {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl {
  border: 1px solid #b2b2b2;
  background: #ffffff;
}

.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}

.pg_contact .formRow+.formRow {
  border-top: 1px solid #b2b2b2;
}

.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}

.pg_contact .formTh label {
  margin: 0;
}

.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}

.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}

.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"] {
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}

.pg_contact .formTd input[name="zip1"] {
  max-width: 120px;
}

.pg_contact .formTd input[name="zip2"] {
  max-width: 150px;
}

.pg_contact .formTd select[name="pref"] {
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}

.pg_contact .formTd input[name="city"] {
  max-width: 425px;
}

.pg_contact .formTd .addArea+.addArea {
  margin-top: 8px;
}

.pg_contact .formTd .addArea .labelText02 {
  width: 75px;
}

.pg_contact .formTd textarea {
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}

.pg_contact .formWrap .text-center {
  padding-top: 40px;
}

.pg_contact input[name="privacy"] {
  margin-right: 7px;
}

.pg_contact .privacyLabel {
  font-size: 17px;
  display: inline;
}

.pg_contact .privacyLabel a {
  color: #1a3e9b;
}

.pg_contact .formBtn.formSend {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #b80000;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}

.radioArea {
  padding: 0 15px;
}

.radioArea .d-inline-block .label {
  margin-left: 9px;
  letter-spacing: 0;
}

.radioArea .d-inline-block {
  margin-right: 40px;
}

.radioArea .d-inline-block:last-child {
  margin-right: 0;
}

label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}

.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }

  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}


/* プライバシー */
.pg_contact .section.sec2 {
  padding: 150px 0 20px;
}

.pg_contact .section.sec2 .contact_tt {
  margin-bottom: 60px;
  padding-left: 10px;
}

.privacy_item {
  margin-top: 35px;
}

.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #c3d194;
}

.privacy_txt {
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.privacy_txt_type1_b {
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt_type1_c {
  text-indent: -3em;
  padding-left: 3em;
}

.privacy_txt_type2 {}

.privacy_txt_type2 p {
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.privacy_txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 58px;
}

.contact_tt.privacy br {
  display: none;
}

.pg_contact .d-inline {
  display: inline-block !important;
}

.pg_contact .d-inline-block {
  vertical-align: middle;
}


@media only screen and (max-width: 1023px) {
  .radioArea {
    padding: 0 5px;
  }

  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl {
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px) {
  .contact_info {
    padding: 18px 15px 10px;
  }

  .contact_info_txt_1 br {
    display: block;
  }

  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }

  .contact_tt {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .pg_contact .formTh {
    padding: 5px 10px;
  }

  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }

  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }

  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }

  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }

  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }

  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError {
    margin-top: -40px !important;
  }

  .contact_tt.privacy br {
    display: block;
  }

  .contact_tt.privacy {
    margin-bottom: 0;
  }

  .privacy_item {
    margin-top: 26px;
  }

  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .pg_contact .d-inline {
    display: block !important;
  }

  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }

  label.label.zipcode_i {
    padding: 7px 4px;
  }

  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }

  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }

  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2 {
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3 {
  margin-top: 50px;
}

.thanks_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .thanks_text {
    /*display: block;*/
    letter-spacing: -0.08em;
  }
}


/*******************************
*　
********************************/
.pg_xxx {}

.pg_xxx .section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_xxx .section.sec2 {
  padding-top: 0;
  padding-bottom: 0;
}

.pg_xxx .section.sec3 {
  padding-top: 0;
  padding-bottom: 0;
}

.cocori_hosok_txt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 16px;
}

.hp_link_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #90beac;
  padding: 8px 5px;
  margin-top: 18px;
  background: #fff;
}

.hp_link_btn:hover {
  background: #90beac;
  opacity: 1;
}

.hp_link_btn:hover {
  border: 1px solid #fff;
}

.hp_link_btn.cocori {
  border: 1px solid #f2bba9;
}

.hp_link_btn.cocori:hover {
  background: #f2bba9;
  border: 1px solid #fff;
}

.hp_link_btn.cocori .hp_link_btn_txt1 {
  border-right: 1px solid #f2bba9;
}

.hp_link_btn.cocori:hover .hp_link_btn_txt1,
.hp_link_btn:hover .hp_link_btn_txt1 {
  border-right: 1px solid #fff;
}

.hp_link_btn.cocori .hp_link_btn_right2 {
  border: 1px solid #f2bba9;
}

.hp_link_btn.cocori:hover .hp_link_btn_right2,
.hp_link_btn:hover .hp_link_btn_right2 {
  border: 1px solid #fff;
}

.hp_link_btn_txt1 {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-right: 1px solid #90beac;
  padding-left: 14px;
}

.hp_link_btn_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}

.hp_link_btn_right1 {}

.hp_link_btn_right2 {
  text-align: center;
  min-width: 141px;
  line-height: 1;
  border: 1px solid #90beac;
  padding: 7px;
  margin-top: 12px;
  ;
  color: #ad4968;
}

.home_point_items {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -15px 0;
}

.home_point_item {}

.home_point_item_inner {}

.home_point_item_img:before {
  padding-top: 64.81%;
}

.home_point_item_ttx {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 16px;
}

.home_point_item_desc {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2.375em;
  text-align: justify;
  margin-top: 20px;
}

.content_flow_box1_btn.hp {
  max-width: 199px;
  width: 100%;
  letter-spacing: 0;
  padding: 4px;
}

/* コピー用 */
@media (max-width:374px) {}

@media (min-width:375px) {}

@media (max-width:767px) {
  .anchor {
    position: relative;
    top: -30px;
  }

  .hp_link_btn_txt1 {
    padding-left: 0;
    border-right: none;
  }

  .hp_link_btn_right {
    margin-top: 16px;
  }

  .hp_link_btn_right1 {
    margin-right: 10px;
  }

  .hp_link_btn_right2 {
    margin-top: 0;
  }

  .hp_link_btn.cocori .hp_link_btn_txt1 {
    border-right: none;
  }

  .home_point_item:nth-child(n+2) {
    margin-top: 48px;
  }

  .content_flow_box1_btn:nth-child(n+3) {
    margin-top: 16px;
  }
}

@media (min-width:768px) {
  .pg_xxx {}

  .pg_xxx .section.sec1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_xxx .section.sec2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_xxx .section.sec3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .anchor {
    position: relative;
    top: -150px;
  }

  .hp_link_btn {}

  .hp_link_btn_txt1 {
    width: 36.0%;
  }

  .hp_link_btn_right {
    width: 59.29%;
  }

  .hp_link_btn_right1 {}

  .hp_link_btn_right2 {}

  .home_point_items {
    margin-top: 100px;
  }

  .home_point_item {}

  .home_point_item_inner {}

  .home_point_item_img {}

  .home_point_item_ttx {
    font-size: 22px;
  }

  .home_point_item_desc {}

  .content_flow_box1_btn:nth-child(n+3) {
    margin-top: 16px;
    ;
  }
}

@media (min-width:1024px) {

  .hp_link_btn {}

  .hp_link_btn_txt1 {}

  .hp_link_btn_right {
    justify-content: space-between;

  }

  .hp_link_btn_right1 {}

  .hp_link_btn_right2 {
    margin-top: 0;
  }

  .home_point_items {
    margin-top: 120px;
  }

  .home_point_item {}

  .home_point_item_inner {}

  .home_point_item_img {}

  .home_point_item_ttx {
    font-size: 24px;
  }

  .home_point_item_desc {}



}


@media (min-width:1200px) {
  .content_flow_box1_btn:nth-child(n+3) {
    margin-top: 0;
    ;
  }

}


.home_mv_box_link-none p:after {
  content: "";
}

@media (min-width:768px) {
  .home_mv_box_right .home_mv_box_link:hover {
    background: #f2bba9;
    border: 1px solid #f2bba9;
  }
}
