@charset "utf-8";
/* CSS Document */
/* 共通 */
.bg_sample_01 {
  background-color: rgba(255, 0, 150, 0.08);
}
.bg_sample_02 {
  background-color: rgba(255, 191, 0, 0.15);
}
.bg_sample_03 {
  background-color: rgba(137, 255, 0, 0.15);
}
.bg_sample_04 {
  background-color: rgba(0, 187, 255, 0.15);
}
.bg_sample_05 {
  background-color: rgba(113, 0, 255, 0.15);
}
.bg_lightpink {
  background-color: rgba(255, 0, 150, 0.04);
}
/* 支払い方法 */
.payment img {
  width: auto;
  height: auto;
}
/* 症例 */
.case h2 {
  font-size: 1.6rem;
}
.case h3 {
  text-align: center;
  font-size: 0.8rem;
}
.case .case_box {}
.case .bg_circle {
  background: #f7bfc1;
  height: auto;
  width: auto;
  padding: 10px;
  margin: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 年齢別 */
#dolphin_age .icon_age {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
#dolphin_age h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 30px;
}
#dolphin_age p {
  font-size: 1.0rem;
  line-height: 1.4rem;
  text-align: left;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  #dolphin_age .icon_age {
    width: 50px;
    height: 50px;
  }
}
/* 流れ */
.flow h2 {
  font-size: 1.4rem;
}






@media screen and (min-width: 992px) {
    .flow h2 {
        font-size: 2.4rem;
    }
}

.flow .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #6592e6 50%, #ff6666 120%);
  display: inline-block;
}
.flow h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  background-color: #6cb7cc;
  color: #FFFFFF;
}

.flow p {
  line-height:1.3;
}

@media (max-width: 767.98px) {
  .flow h3 {
    height: 5em; /* 必要に応じて調整 */
    display: flex;
    align-items: center;
		justify-content:center;
		line-height:1.5;
		font-size: 0.8rem;
  }
	.flow p {
		font-size: 0.8rem;
	}
}

/*20210103榎田加筆*/
/*最下部固定*/
#sp_footer_fix {
  background: none;
}
.sp_footer_row_gutter .col-6 {
  padding: 0 2px;
}
.sp_footer_tel {
  background: #0bc4ee;
  box-sizing: border-box;
}
.sp_footer_reservation {
  background: #ea5757;
  box-sizing: border-box;
}
.a_area100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
/*YOUTUBE*/
.youtube-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.youtube-section .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*YOUTUBE*/
#footer {
  background-color: #6cb7cc;
  color: #fff;
  text-align: center;
  font-size: .75rem;
  padding: .25rem 0;
}

/*20230502追記*/
.bg-marine{
	background:#d1eaee;
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1000px;
  }
}

.kv_head{
  background:#d1eaee;
}
.kv_wave{
  background: url(./img/kv_wave.png) repeat-x;
  height:25px;
  z-index:2;
}
@media (min-width: 768px){
  .content_kv{
    margin-top:-25px;
	/*background:#d1eaee;*/
  }
}
.kv_wave_under{
  background: url(./img/kv_wave_under.png) repeat-x;
  background-position:center;
  height:90px;
  z-index:2;
  margin-top:-90px;
}
.empathy{
  background:#d1eaee;
}
.free_counseling{
  background:#8aa4ee;
}

.hikaku_head{
  background:#fff;
}
.hikaku_wave{
  background: url(./img/hikaku_wave.png) repeat-x;
  background-position:center;
  height:69px;
  margin-top:-35px;
  z-index:2;
}
@media (min-width: 768px){
  .hikaku_content_kv{
    
	background:#d1eaee;
  }
}
/*悩み*/
.empathy {
    background: #e2f9fd;
}
.nayami_title{
  color:#3c4da5;
  font-size:1.125rem;
  font-weight:bold;
  font-family: "遊ゴシック体","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
@media (min-width: 768px){
  .nayami_title{
    font-size:2rem;
  }
}
/*無料カウンセリング*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .free_counseling_img{
    max-width:80%;
  }
}
@media (min-width: 992px){
  .free_counseling_img{
    max-width:70%;
  }
}
/*料金*/
.price_head{
  background:#fff;
}
.price_wave{
  background: url(./img/price_wave.png) repeat-x;
  background-position:center;
  height:38px;
  margin-top:-38px;
  z-index:2;
}
.price_wave2{
  background: url(./img/price_wave.png) repeat-x;
  background-position:center;
  height:38px;
  z-index:2;
}
@media (min-width: 768px){
  .price_content{
	background:#d1eaee;
  }
  .price_content2{
	background:#fff;
  }
}
.price_wave_under{
  background: url(./img/price_wave_under.png) repeat-x;
  background-position:center;
  height:75px;
  z-index:2;
  margin-top:-75px;
}


#price h2{
	font-size:1.4rem;
}

#price .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #6592e6 50%, #ff6666 120%);
  display: inline-block;
}

@media (min-width: 992px){
  #price h2{
    font-size:2.4rem;
  }
}

/* 料金表 */
.price-table {
  font-size: 2rem;
}

.price-table-header {
  background-color: #6cb7cc;
  color: white;
  padding: 15px;
	vertical-align: middle !important;
}

.price-table-data {
  background-color: white;
  color: black;
  padding: 15px;
	line-height: 1;
	vertical-align: middle !important;
}

.price-table-data small {
  font-size:60%;
}

@media (min-width: 768px){
  .price-table {
		font-size: 3rem;
	}
}
