@charset "utf-8";
/*about*/
.about {
 background: #e3f5ff;
}
.product {
 background: #031bac;
 text-align: center
}
.ttl {
 font-size: 36px;
 text-align: center;
 margin-bottom: 50px;
}
.hdl_g {
 font-size: 22px;
 font-weight: bold;
 color: #00B4B6;
 text-align: left;
}
.txt {
 margin-bottom: 1.5em;
 text-align: left;
}
.img_about1 {
 padding: 20px 0 0 0;
 margin-bottom: 60px;
}
.osusume {
 width: 1000px;
 display: flex;
}
.osusume .img_about2 {
 width: 460px;
 padding: 0 90px 0 70px;
 text-align: center;
}
.osusume .osusume_list {
 text-align: left;
}
.osusume .osusume_list li {
 background: url("../img/ic_check.png") no-repeat 0 10px;
 background-size: 28px auto;
 padding: 5px 0 0 32px;
 font-size: 20px;
}
@media screen and (max-width: 767px) {
 .ttl {
  font-size: 5.3vw;
  text-align: center;
  margin-bottom: 6.6vw;
 }
 .hdl_g {
 font-size: 1.5em;
 font-weight: bold;
 color: #00B4B6;
 text-align: left;
}
 .txt {
  margin-bottom: 1.5em;
  text-align: left;
 }
 .img_about1 {
  padding: 20px 0 0 0;
  margin-bottom: 60px;
 }
 .osusume {
  width: auto;
  display: block;
 }
 .osusume .img_about2 {
  width: auto;
  padding: 0 14vw 5vw 14vw;
  text-align: center;
 }
 .osusume .osusume_list {
  text-align: left;
  padding-left: 7vw;
 }
 .osusume .osusume_list li {
  background: url("../img/ic_check.png") no-repeat 0 10px;
  background-size: 28px auto;
  padding: 5px 0 0 32px;
  font-size: 4vw;
 }
}
/*product*/
.product {}
.ipl_menu_list {
 text-align: left;
}
.ipl_menu {
 position: relative;
 margin-bottom: 75px;
 display: flex;
 justify-content: flex-end;
}
.ipl_menu:nth-of-type(2n+0) {
 justify-content: flex-start;
}
.ipl_menu figure {
 width: 580px;
 position: absolute;
 left: 0;
 top: 0;
}
.ipl_menu_detail {
 position: relative;
 z-index: 1;
 width: 510px;
}
.ipl_menu:nth-of-type(2n) figure {
 right: 0;
 left: inherit;
}
.ipl_menu:nth-of-type(1) .menu_ttl {
 background: url("../img/menu_t_1.png") no-repeat;
 background-size: 200px auto;
}
.ipl_menu:nth-of-type(2) .menu_ttl {
 background: url("../img/menu_t_2.png") no-repeat;
 background-size: 200px auto;
}
.ipl_menu:nth-of-type(3) .menu_ttl {
 background: url("../img/menu_t_3.png") no-repeat;
 background-size: 285px auto;
}
.ipl_menu:nth-of-type(4) .menu_ttl {
 background: url("../img/menu_t_4.png") no-repeat;
 background-size: 235px auto;
}
.menu_ttl {
 font-size: 30px;
 font-weight: bold;
 line-height: 1.2;
 margin-bottom: 15px;
 padding-top: 100px;
}
.menu_ttl strong {
 font-size: 40px;
}
.ipl_menu:nth-of-type(4) .menu_ttl strong {
 letter-spacing: -3px;
}
.menu_txt {
 font-size: 16px;
 margin-bottom: 20px;
}
.menu_at {
 font-size: 11px;
 color: #888888;
 margin-bottom: 25px;
 line-height: 1.5;
}
.menu_price {
 border-top: #000000 1px solid;
 border-bottom: #000000 1px solid;
 margin-bottom: 40px;
}
.menu_price dl {
 display: flex;
 align-items: center;
}
.menu_price dl + dl {
 border-top: #000000 1px solid;
}
.menu_price dt {
 font-size: 16px;
 width: 330px;
 padding: 0 0 0 25px;
 box-sizing: border-box;
}
.menu_price dd {
 width: 150px;
 font-size: 24px;
 font-weight: bold;
 color: #9a335a;
 text-align: right;
}
.btn_detail {
 width: 290px;
 margin: 0 auto;
}
.btn_detail a {
 background: #00bfb4;
 border-radius: 50px;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 display: block;
 padding: 17px 0;
 line-height: 1;
}
.btn_detail a:hover {
 opacity: 0.6;
 text-decoration: none;
}
@media screen and (max-width: 767px) {
 .ipl_menu {
  position: inherit;
  margin-bottom: 13.3vw;
  display: block;
 }
 .ipl_menu:nth-of-type(2n+0) {
  justify-content: flex-start;
 }
 .ipl_menu:last-child {
  margin-bottom: 6vw;
 }
 .ipl_menu figure {
  width: auto;
  position: relative;
  left: auto;
  top: auto;
  padding: 0 6vw;
 }
 .ipl_menu_detail {
  position: relative;
  z-index: 1;
  width: auto;
  margin-top: -6vw;
 }
 .ipl_menu:nth-of-type(2n) figure {
  right: auto;
  left: inherit;
 }
 .ipl_menu:nth-of-type(1) .menu_ttl {
  background: url("../img/menu_t_1.png") no-repeat;
  background-size: 32vw auto;
 }
 .ipl_menu:nth-of-type(2) .menu_ttl {
  background: url("../img/menu_t_2.png") no-repeat;
  background-size: 32vw auto;
 }
 .ipl_menu:nth-of-type(3) .menu_ttl {
  background: url("../img/menu_t_3.png") no-repeat;
  background-size: 53vw auto;
 }
 .ipl_menu:nth-of-type(4) .menu_ttl {
  background: url("../img/menu_t_4.png") no-repeat;
  background-size: 40vw auto;
 }
 .menu_ttl {
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-top: 16.6vw;
 }
 .menu_ttl strong {
  font-size: 6.6vw;
 }
 .ipl_menu:nth-of-type(4) .menu_ttl strong {
  letter-spacing: -2px;
 }
 .menu_txt {
  font-size: 4vw;
  margin-bottom: 20px;
 }
 .menu_at {
  font-size: 2.6vw;
  color: #888888;
  margin-bottom: 25px;
  line-height: 1.5;
 }
 .menu_price {
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
  margin-bottom: 6vw;
 }
 .menu_price dl {
  display: flex;
  align-items: center;
 }
 .menu_price dl + dl {
  border-top: #000000 1px solid;
 }
 .menu_price dt {
  font-size: 3vw;
  width: 58vw;
  padding: 0 0 0 2.5vw;
  box-sizing: border-box;
 }
 .menu_price dd {
  width: 30vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #9a335a;
  text-align: right;
 }
 .btn_detail {
  width: 290px;
  margin: 0 auto;
 }
 .btn_detail a {
  background: #00bfb4;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 17px 0;
  line-height: 1;
 }
}
.topclinic {
 background: #e3f5ff;
}
.topclinic .toptit {
 background: #031bac;
 text-align: center;
}
.clinicmain {
 padding: 70px 0 50px 0;
}
.topclinic .inner {
 padding: 0;
}
.clinicname {
 margin-bottom: 50px;
 text-align: center;
}
.clinicbox {
 padding: 0 130px;
 text-align: left;
}
.hdl {
 font-size: 22px;
 font-weight: bold;
}
.clinictxt1 {
 font-size: 18px;
 margin-bottom: 25px;
}
.clinictxt {
 font-size: 18px;
 line-height: 2;
 margin: 40px 0 20px;
}
.cliniceimg {
 margin-bottom: 50px;
}
.clinictxt span {
 font-weight: bold;
}
.googlemap {
 height: 299px;
 border: #000 1px solid;
 margin-bottom: 30px;
}
.googlemap iframe {
 height: 100%;
 width: 100%;
}
.topclinic .txt01 {
 text-align: center;
 font-size: 22px;
 font-weight: bold;
 margin: 20px 0 65px;
}
.topclinic .txt02 {
 font-size: 18px;
 line-height: 1.8;
}
.topclinic .txt02 span {
 display: block;
 font-weight: bold;
}
.copyright {
 text-align: center;
 font-size: 12px;
 margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
 .clinicmain {
  padding: 9vw 0 3vw 0;
 }
 .topclinic .inner {
  padding: 0;
 }
 .clinicname {
  margin-bottom: 5vw;
  padding: 0 15px;
  text-align: center;
 }
 .clinicbox {
  padding: 0;
  text-align: left;
 }
 .hdl {
  font-size: 3.5vw;
  font-weight: bold;
 }
 .clinictxt1 {
  font-size: 3.3vw;
  margin-bottom: 25px;
 }
 .clinictxt {
  font-size: 3.1vw;
  line-height: 1.7;
  margin: 40px 0 20px;
 }
 .cliniceimg {
  margin-bottom: 5vw;
 }
 .clinictxt span {
  font-weight: bold;
 }
 .googlemap {
  height: 50vw;
  border: #000 1px solid;
  margin-bottom: 6vw;
 }
 .googlemap iframe {
  height: 100%;
  width: 100%;
 }
 .topclinic .txt01 {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin: 20px 0 65px;
 }
 .topclinic .txt02 {
  font-size: 3.1vw;
  line-height: 1.8;
 }
 .topclinic .txt02 span {
  display: block;
  font-weight: bold;
 }
 .copyright {
  text-align: center;
  font-size: 2vw;
  margin: 5vw 0;
 }
}