/*-------------------------------------------------------------------
	
	レイアウト

-------------------------------------------------------------------*/
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.left-f {
	float: left;
	}
.center {
	margin:0 auto!important;
	}
.center_text {
	text-align:center;
	}

.font-b {
	font-weight: bold;}

.font-40 {
	font-size: 4.0rem;
	line-height: 1.4;
	font-weight: bold;
}
.font-38 {
	font-size: 3.8rem;
	line-height: 1.4;
	font-weight: bold;
}
.font-30 {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: bold;
}
.font-24 {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
}
.font-22 {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
}
.font-20 {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: bold;
}
.font-18 {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
}
.font-16 {
	font-size: 1.6rem;
	line-height: 1.4;
}
.font-14 {
	font-size: 1.4rem;
	line-height: 1.6;
}
.font-12 {
	font-size: 1.2rem;
	line-height: 1.4;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bg-white {
	background-color:#fff;
}
.bg-gold {
	background-color:#cd9f53;
}
.bg-gold-d {
	background-color:#805814;
}
.bg-green {
	background-color:#79b09d;
}
.bg-green-l {
	background-color:#f1fffa;
}
.bg-blue-l {
	background-color:#f0f8ff;
}
.bg-yellow {
	background-color:#fffaf1;
}
.bg-grey {
	background-color:#f4f4f4;
}
.gd-flow {
  background-image: linear-gradient(90deg, rgba(19, 54, 124, 1), rgba(107, 140, 206, 1));
}
.gb-yellow {
  background-image: linear-gradient(159deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 216, 1));
}
.bg_green {
    background-image: url("../images/bg-green.jpg"); 
	background-size: contain;
}
.bg_blue {
    background-image: url("../images/bg-blue.jpg");
	background-size: auto;
}
.bg_berge {
    background-image: url("../images/bg-berge.jpg");
	background-size: contain;
}
.bg_matome {
    background-image: url("../images/bg-messagematome.jpg");
	background-size: cover;
}


.f-gold {
	color:#9b813f;
}
.f-white {
	color:#fff;
}
.f-blue {
	color: #13367c;
}

.nolink {
	pointer-events: none!important;
}


/*マージン設定　----------------------------------------------------------*/
.mb15 {
	margin-bottom:15px;
	}
.mb20 {
	margin-bottom:20px;
	}
.mb30 {
	margin-bottom:30px;
	}
.mb40 {
	margin-bottom:40px;
	}
.mb60 {
	margin-bottom:60px;
	}
.mb100 {
	margin-bottom:100px;
	}
.mt20 {
	margin-top:20px;
	}
.mt40 {
	margin-top:40px;
	}
.mt50 {
	margin-top:50px;
	}
.mt60 {
	margin-top:60px;
	}
.mt80 {
	margin-top:80px;
	}
.mt100 {
	margin-top:100px;
	}
.pt05 {
	padding-top:5px;
	}
.pt10 {
	padding-top:10px;
	}
.pt20 {
	padding-top:20px;
	}
.pt30 {
	padding-top:30px;
	}
.pt40 {
	padding-top:40px;
	}
.pt60 {
	padding-top:60px;
	}
.pt80 {
	padding-top:80px;
	}
.pt100 {
	padding-top:100px;
	}
.pt160 {
	padding-top:160px;
	}
.pb05 {
	padding-bottom:5px;
	}
.pb10 {
	padding-bottom:10px;
	}
.pb20 {
	padding-bottom:20px;
	}
.pb30 {
	padding-bottom:30px;
	}
.pb40 {
	padding-bottom:40px;
	}
.pb60 {
	padding-bottom:60px;
	}
.pb80 {
	padding-bottom:80px;
	}
.pr15 {
	padding-right:15px;
	}
.pl15 {
	padding-left:15px;
	}
.ml30 {
	margin-left:30px;
	}
.ml40 {
	margin-left:40px;
	}

.con-area {
 padding-left: 25px;
 padding-right: 25px;
}

.cta-area {
 margin: 0 auto;
 padding: 10px 20px;
}


.box-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


@media (min-width:768px){
.box {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 15px;
 border-radius: 10px;
}
.box-2 {
 margin: 0 auto!important;
 padding: 20px;
}
.box-3 {
 margin: 0 auto!important;
}
}

@media (max-width:767px){
.box {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 10px;
 border-radius: 10px;
}
.box-2 {
 margin: 0 auto!important;
 padding: 15px;
}
.box-3 {
 margin: 0 auto!important;
}
}

/*　SP/PC 個別設定　*/
@media only screen and (min-width:768px) {
.title {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1.4;
}
.title-2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}
.space {
	padding: 60px 0;
	}
.space-bottom {
	padding-bottom:0px ;
	}
.pc-ti {
	width: 80%;		
	}
}

@media only screen and (max-width:767px) {
.title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1.6;
}
.title-2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1.6;
}
.space {
	padding: 50px 0;
	}
.space-bottom {
	padding-bottom:100px ;
	}
}



/*以下コンテンツ----------------------------------------------------------*/

/*　患者様の声　*/

.youtube {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}

.youtube__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s;
}


.youtube:hover img {
  opacity: 0.8;
}


.voice-ti {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 1px #6283C5;
  border-bottom: solid 1px #6283C5;
}
.voice-ti:before, .voice-ti:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #6283C5;
}
.voice-ti:before {
  left: 7px;
}
.voice-ti:after {
  right: 7px;
}

/*　LINEボタン　*/
.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #06C755;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-2:hover {
    background-color: #2dcc21;
}

/*　通常ボタン　*/
.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #cd9f53;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-1:hover {
    background-color: #DAB16E;
}

/*　線　*/
.hr2 {
  border-top: 1px solid #b7cae8;
}

/*　テーブル　*/
.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 2px solid #805814;
  padding: 1em;
}
.table_design08 thead th {
  background-color: #805814;
  color: #fff;
  border: 2px solid #805814;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #805814;
}
.table_design08 tbody th {
  color: #805814;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #805814;
  }
  .table_design08 tbody th{
    background: #805814;
    color:#fff;
  }
}


/*　上下線　見出し　*/
.access {
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-top: 3px solid #63b7ed;
    border-bottom: 3px solid #63b7ed;
    font-weight: bold;
}


/*　下向き三角　*/
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #9db8ee;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.6em 2em;
  border-top-color: currentColor;
  border-bottom: 0;
}

/*　左右線　見出し　*/
.diagonal {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 2;
  color: #13367c;
}

.diagonal::before,.diagonal::after {
  width: 2px;
  height: 28px;
  content: "";
  background-color: #13367c;
}

.diagonal::before {
  margin-right: 1.2em;
  transform: rotate(-30deg);
}

.diagonal::after {
  margin-left: 1.2em;
  transform: rotate(30deg);
}


/*　テキストにアンダーライン　*/
.underline04 {
  border-bottom: 8px solid #bdcaf0;
  display: inline-block;
}

/*　カギカッコ　*/
.heading-37 {
    position: relative;
    padding: .5em 1em;
    color: #13367c;
}

.heading-37::before,
.heading-37::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 3px solid #13367c;
    box-sizing: border-box;
    content: '';
}

.heading-37::before {
    top: 0;
    left: 0;
    border-right: none;
}

.heading-37::after {
    bottom: 0;
    right: 0;
    border-left: none;
}


/*　アコーディオン　*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	border-radius: 5px;
	background:#e3b04c;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 4px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*地図埋め込み*/
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-wrap{position:relative;aspect-ratio:16/9;max-width:560px}
.yt-wrap iframe{width:100%;height:100%}
