﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#5A5A5A;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif!important;
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #001976;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color: #001976;
	font-weight: bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFFFFF;
}
.header_in{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_r{
	width: 60%;
	margin-top: 0px;
}
.logo{
	max-width: 430px;
	width: 35%;
}
.h_telmail{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}
.h_icon{
	padding: 0px 10px;
}
.h_tel{
	max-width: 330px;
	padding-right: 20px;
	padding-left: 20px;
}
.sp_tel{border: none !important;}

.h_icon_sp{
	display: flex!important;
	justify-content: center;
	border: none !important;
}
.h_icon_sp p{
	padding: 0px 10px;
}

@media screen and (max-width:1000px){
.header_in{
	height: 120px;
	}
ul.h_telmail{display: none;}
.logo{
	width: 60%;
	padding-left: 10px;
	}
}

@media screen and (max-width:600px){
.header_in{
	height: 85px;
	}
.logo{
	max-width: 350px;
	width: 90%;
	margin-top: -20px;
	}
}

/* -------------------ヘッダーBTN　/フェイズでも使用-------------- */
.mail_btn{
	background: #EF7557!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#FB8E73!important;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}
/*SP メールボタン-----------------------------------------*/
.mail_sp{
border: none !important;
}
.mail_spbtn{
	background: #EF7557;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}


/*=============================
		footer
=============================*/

footer{
	width: 100%;
	background: #001976;
}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 80px;
}
ul.f_menu{
	margin-top:10px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 15px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#FFF;
	text-decoration:none;
}
.f_copy{
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 50px;
	max-width: 350px;
	width: 50%;
}
.f_p{
	font-size: 13px;
	color: #FFFFFF;
	width: 60%;
	padding-left: 30px;
}

@media screen and (max-width: 800px) {
.footer_in{
	padding-top: 30px;
	padding-bottom: 0px;
	}
ul.f_menu{display:none;}
.f_copy{
	font-size:12px;
	padding:0px;
}
.f_logo{
	width:70%;
	margin:0 auto;
	padding:10px 0px 20px;
}
.f_p{width: 90%;padding-left: 0px;}
ul.f_banner{margin:0px;}
ul.f_banner li{width:100px;}
ul.footer_ul{flex-wrap: wrap;}
}
@media screen and (max-width: 600px) {
.footer_in{
	padding-top: 30px;
	padding-bottom: 0px;
	}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#7e5023;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#7e5023;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 800px) {
	ul.footer_menu{display: none;}
}



/*=============================
		BG
=============================*/
.bg_space{padding: 100px 0px;}/*スペースのみ*/
.bg1{
  	width:100%;
	padding: 150px 0px 150px;
	margin: 0 auto;
	background: url("../img/base/bg1.jpg") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
}
.bg2{/*背景グリーン*/
	background: #E1EEE0;
	padding: 50px 0px;
}
.all_box{padding: 150px 0px;}



@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 100px 0px;}
.all_box{padding: 100px 0px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #FFF899 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #85A858;
	font-size: 50px;
	font-family: 'Zen Antique', serif;/*google font*/
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #85A858;
	display: inline-block;
}
.title p{
	font-size: 23px;
	letter-spacing: 5px;
	color: #85A858;
}

@media screen and (max-width: 800px) {
	.title h2{font-size: 40px;}
	.title p{font-size: 20px;}
}

/* タイトル文--------------------*/
.title1{
	background: #001976;
	font-size: 23px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color: #FFF;
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
	.title1{font-size: 18px;padding: 10px 20px;}
}

/*=============================
		PT ページタイトル
=============================*/

.pt1{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../vegas/slider6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: "M PLUS Rounded 1c";
	letter-spacing: 1px;
	font-size: 70px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}


/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
	right: 5%;
  bottom: 5%;
  background: #9fb8d8;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*=============================
		ボタン　
=============================*/
.btn1{
	background-color:#001976;
	color:#FFF!important;
	padding: 1em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
}
.btn1 i{padding-left: 15px;}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF!important;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	opacity: 0.5;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 600px) {
.btn1{font-size:16px;padding: 1em 2em;}
}/*600*/


/*=============================
		table
=============================*/
.table-wrap {
	overflow-x: scroll;/*横にスクロール*/
	width: 95%;
	margin: 0 auto 50px;
	border: solid 1px #eee;
}

table.type01 {
	width:100%;
	margin:0 auto;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
	border-collapse: collapse;
}
table.type01 th {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
}
/*table.type01 th br{display: none;}*/
table.type01 td {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.t_center{text-align: center!important;}
.nowrap{white-space: nowrap;}
.br1{display: none;}
.price{
	color: red;
	font-weight: bold;
	font-size: 20px;
	padding-left: 10px;
}

@media screen and (max-width: 800px) {/*タブレット*/
.table-wrap {
	margin: 0 auto 30px;
}	
table.type01 {white-space: nowrap;}
table.type01{font-size:14px;}
table.type01 th br{display: block;}
.price{font-size:18px;}
.br1{display:block;}	
}



/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
}
.vegas_text{
	max-width: 1100px;
	width: 90%;
	height:650px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	}

.vegas_text img{max-width: 600px;}

@media screen and (max-width: 1000px) {
.vegas_text{height:500px;}
}

@media screen and (max-width: 700px) {
.vegas_text{height:400px;}
.vegas_text img{max-width: 300px;}
}
@media screen and (max-width: 500px) {
.vegas_text{height:350px;}
.vegas_text img{max-width: 220px;}
}


/*=============================
		共通
=============================*/

.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-widt:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{width: 95%;margin: 0 auto;}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
}



/*=============================
		top
=============================*/
/*TOPごあいさつ(about)--------------------------*/
.top_about{
	width:100%;
	padding: 150px 0px 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	background: url("../img/base/bg1.jpg") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
}
.about_txt{width: 60%;}
.about_img{width: 40%;}

.about_txt_in{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}
.about_txt_in h2{
	width: 90%;
	max-width: 500px;
	margin: 0 auto 50px;
}
.about_txt_in p{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 50px;
	text-align: center;
}
.about_img_pc{}
.about_img_sp{display: none;}

@media screen and (max-width: 1100px) {
	.top_about{
		flex-wrap: wrap;
		justify-content: center;
	}
	.about_txt{width: 100%;margin-bottom: 100px;}
	.about_img{width: 70%;}
	.about_img_pc{display: none;}
	.about_img_sp{display: block;}
}

@media screen and (max-width: 650px) {
	.top_about{padding: 100px 0px;}
	.about_txt{margin-bottom: 50px;}
	.about_txt h2{width: 70%;margin-bottom: 30px;}
	.about_txt p{font-size: 14px;margin-bottom: 30px;}
}


/*TOP(こんな症状)--------------------------*/
.symptomatology{
	width:100%;
	padding: 150px 0px;
	background: url("../img/base/bg2.jpg") left center no-repeat #95bce2;
	background-size: cover;/* 画面いっぱいに表示 */
}
.symptomatology h2{
	font-size: 40px;
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 65px solid transparent;
  border-left: 65px solid transparent;
  border-top: 60px solid #8db5df;
  border-bottom: 0;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.symptomatology{
	width:100%;
	padding: 130px 0px;
	}
.symptomatology h2{
	font-size: 35px;
}
}

@media screen and (max-width: 600px) {
.symptomatology{
	width:100%;
	padding: 100px 0px;
	}
.symptomatology h2{
	font-size: 30px;
	line-height: 120%;
	padding: 0px 20px;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #8db5df;
  border-bottom: 0;
	margin: 0 auto;
}
}


/*リスト--------------------------*/
ul.about_work{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	width: 90%;
	margin: 0px auto;
}
ul.about_work li{
	width: 30%;
	background: #FFF;
	color: #001976;
	padding: 15px 0px;
	margin-bottom: 30px;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 1000px) {
ul.about_work li{
	width: 32%;
	font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
ul.about_work{
	justify-content: space-around;
	}
ul.about_work li{
	width: 45%;
	font-size: 16px;
	padding: 12px 0px;
	}
}



/*TOP(サービス)--------------------------*/
.top_service{
	width:100%;
	padding: 150px 0px;
}
.top_service h2{
	font-size: 40px;
	line-height: 120%;
	color: #001976;
	text-align: center;
	margin-bottom: 50px;
	padding: 0px 20px;
}

ul.top_service_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
ul.top_service_box li{
	width: 45%;
	margin-bottom: 50px;
}
ul.top_service_box li h3{
	font-size: 30px;
	color: #001976;
	text-align: center;
	margin: 10px 0px;
}
ul.top_service_box li p{font-size: 16px;}


@media screen and (max-width: 1000px) {
ul.top_service_box li{width: 48%;}
ul.top_service_box li h3{font-size: 25px;}	
}

@media screen and (max-width: 600px) {
.top_service{padding: 100px 0px;}
.top_service h2{font-size: 30px;}
ul.top_service_box{
	justify-content: center;
	}
	
ul.top_service_box li{width: 80%;}
ul.top_service_box li p{font-size: 14px;}
}

/* TOPお問い合わせ---------------------------- */
.contact_box{
	background: url("../img/base/bg3.jpg") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
	width: 100%;
	padding: 100px 0px;
}
.contact_in{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

/* TOPお問い合わせ（SNS）---------------------------- */
ul.sns_box{
	display: flex;
	margin: 50px auto;
	max-width: 1200px;
	width: 90%;
}
ul.sns_box li{
	padding: 10px;
}
@media screen and (max-width: 800px) {
ul.sns_box{
	flex-wrap: wrap;
	margin: 30px auto;
	}
ul.sns_box li{
	width: 100%;
	}
}

/* お問合せ（テキスト）---------------------------- */
.contact_txt{
	width: 58%;
}
.contact_txt h2{
	max-width: 450px;
	width: 80%;
	margin: 0 auto 30px;
}
.contact_txt p{
	font-size: 18px;
	margin: 20px auto;
	text-align: center;
}
.br_no{
	display: none;
}
.contact_tel{
	max-width: 450px;
	width: 90%;
	margin: 30px auto;
}
@media screen and (max-width: 1000px) {
.contact_txt{
	width: 100%;
}
}

@media screen and (max-width: 600px) {
.contact_txt p{
	font-size: 14px;
	margin: 20px auto;
}
.br_no{
	display: block!important;
}
}

/* お問合せ（MAP）---------------------------- */
.contact_map{
	width: 40%;
}

.contact_map p{
	font-size: 18px;
	margin: 10px auto;
	text-align: center;
}

@media screen and (max-width: 1000px) {
.contact_map{
	width: 100%;
}
}

@media screen and (max-width: 600px) {
.contact_map p{
	font-size: 15px;
}
}


/*=============================
		table（診療時間）
=============================*/
table.time {
	width:100%;
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #001976;
	border-left: 1px solid #001976;
	background-color:#FFFFFF;
    font-size:14px;
	line-height:140%;
	
}
table.time th {
	padding: 10px 0px;
	border-right: 1px solid #001976;
	border-bottom: 1px solid #001976;
	background: #001976;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
	color: #FFF;
}
table.time th br{display: none;}
table.time td {
	padding: 10px 0px;
	border-right: 1px solid #001976;
	border-bottom: 1px solid #001976;
	vertical-align:middle;
	text-align:center;
	color: #000;
}
table.time td span{
	color:red;
	font-weight: bold;
}
		
.nowrap{white-space: nowrap;}


/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* 当院について -------------------------------------------*/
.aboutbox_title{
	font-size: 40px;
	line-height: 120%;
	color: #001976;
	text-align: center;
	margin-bottom: 50px;
	padding: 0px 20px;
}
.aboutbox_txt{
	font-size: 20px;
	line-height: 200%;
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
.aboutbox_title{
	font-size: 30px;
}
.aboutbox_txt{
	font-size: 16px;
	padding: 0px 20px;
}
}
@media screen and (max-width: 500px) {

.aboutbox_txt br{
	display: none;
}
}


/*smoothスライダー*/
#smooth{
	width: 100%;
}
#makeMeScrollable { 
	width:100%;
	position: relative; 
	}   
#makeMeScrollable div.scrollableArea img {
	 position: relative;
	 width:350px;
	 margin:7px;
	 float: left;
	 padding: 0; 
	 }
@media screen and (max-width: 800px) {
#makeMeScrollable div.scrollableArea img {
	width:250px;
}
}
@media screen and (max-width: 600px) {
#makeMeScrollable div.scrollableArea img {
	width:150px;
}
}


/* 診療案内 -------------------------------------------*/
.menubox_title{
	font-size: 40px;
	line-height: 120%;
	color: #001976;
	text-align: center;
	margin-bottom: 50px;
	padding: 0px 20px;
}
.menutbox_txt{
	font-size: 20px;
	line-height: 200%;
	text-align: center;
	margin: 40px auto 50px;
}
ul.menu_gallery{
	display: flex;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
ul.menu_gallery li{
	padding: 10px;
}
.shisei{
	max-width:800px;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
.menutbox_txt{
	font-size: 16px;
	margin-bottom: 30px;
	padding: 0px 20px;
}
.menutbox_txt br{
	display: none;
	}
ul.menu_gallery{
	flex-wrap: wrap;
	justify-content: center;
}
ul.menu_gallery li{
	width: 40%;
}
	
}


/* お問合せページ -------------------------------------------*/

/*　電話 --------------------*/
.tel_btn{
	border: 10px solid #c9cacb;
	margin: 0 auto 80px;
	text-align: center;
	padding: 25px 50px;
	max-width: 600px;
	box-sizing: border-box;
}
.tel_btn img{max-width: 400px;}
@media screen and (max-width:600px){
.tel_btn{
	width: 95%;
	border: 7px solid #c9cacb;
	padding: 10px;
	margin: 0 auto 50px;
	}
.tel_btn img{max-width: 100%;height:auto;}
}


/*　LINE --------------------*/
.line_btn{
	border: 10px solid #c9cacb;
	margin: 0px auto 20px;
	text-align: center;
	padding: 15px 50px;
	max-width: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.qr{max-width: 150px;}
.line_txt{text-align: center;}
.line_txt h3{
	font-size: 28px;
	line-height: 100%;
	color: #40a738;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 15px;
}
@media screen and (max-width:600px){
.line_btn{
	width: 95%;
	border: 7px solid #c9cacb;
	padding: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.qr{max-width: 150px;}
.line_txt h3{font-size: 20px;}
}




/*　交通事故 --------------------*/
.jiko_img1{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
}
.jiko_img2{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 20px;
}
.jiko_title1{
	text-align: center;
	font-size: 30px;
	color: #001976;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	margin: 0 auto 80px;
}
.txt1{
	font-size: 18px;
	line-height: 200%;
	padding: 20px;
}

@media screen and (max-width:600px){
.jiko_img1{
	margin: 0 auto 30px;
}
.jiko_img2{
	width: 100%;
}
.jiko_title1{
	font-size: 18px;
	margin: 0 auto 50px;
}
.txt1{
	font-size: 15px;
	line-height: 160%;
	padding: 10px;
}
}

/* 流れ ------------------------------*/
.flow_design03 {
	width: 80%;
	margin: 50px auto;
}

@media screen and (max-width: 700px) {

.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}
.flow_design03 {
	width: 95%;
	margin: 0 auto 50px;
	}
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #fff;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #001976;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #001976;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}


.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_txt{font-size: 13px!important;}
}



/*よくあるご質問-----------------------------------------*/
.qa_box{
	background: #FFF;
	border: solid 5px #F2F2F2;
	border-radius: 20px;
	width: 95%;
	margin: 0 auto 20px;
	padding: 20px 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
.qa_box{
	width: 100%;
	padding: 10px 15px;
}
	
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq_title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:18px;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}
.faq_title span{
	color: #001976!important;
	font-weight: bold;
	font-size:1.5rem;
	padding-right: 5px;
}
/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.faq_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.faq_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
  transform: rotate(45deg);
}
.faq_title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box{
    display: none;/*はじめは非表示*/
    background: #FFFFFF;
    margin:0 3% 3% 3%;
    padding: 3%;
}
.faq_box p{
	font-size:16px;
}
.faq_box p span{
	color: #FF0004;
	font-weight: bold;
	font-size:1.5rem;
	padding-right: 5px;
}
@media screen and (max-width: 600px) {
.faq_title{
    font-size:15px;
	}
.faq_box p{
	font-size:12px;
}	
}

/*お悩み----------------------------------------*/
.nayami_title{
	text-align: center;
	font-size: 40px;
	margin: 50px auto;
	color: #001976;
}
.nayami_title2{
	text-align: center;
	font-size: 35px;
	margin: 0px auto;
	color: #001976;
}
.nayami_title2 span{
	background: linear-gradient(transparent 60%, yellow 60%);
}

.nayami_box{
	display: flex;
	align-items: center;
	margin: 0 auto 100px;
}
ul.nayami_list{width: 50%;}
ul.nayami_list li{
	font-size: 25px;
	margin-bottom: 15px;
}
ul.nayami_list li i{
	padding-right: 10px;
	color: #001976;
}
.nayami_img{
	max-width: 300px;
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 800px) {
.nayami_box{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 50px;
	}
ul.nayami_list{width: 100%;}
.nayami_img{
	width: 70%;
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
.nayami_title{
	font-size: 25px;
	margin: 50px auto;
}
.nayami_title2{
	font-size: 25px;
	margin: 0px auto;
}
ul.nayami_list li{
	font-size: 18px;
	margin-bottom: 10px;
}
}


/*お悩み解決----------------------------------------*/
.kaiketu{
	background: #fff;
	width: 90%;
	margin: 30px auto;
	border: solid #001976 5px;
	padding: 30px 50px;
	box-sizing: border-box;
}
.nayami_kaiketu{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 80px;
}
.kaiketu h2{
	font-size: 30px;
	margin: 0px auto 10px;
	color: #001976;
	display: inline-flex;
	align-items: center; /* 縦方向の中央揃え */
}
.kaiketu h2 i{
	font-size: 20px;
	padding-right: 10px;
}
.kaiketu p{font-size: 18px;}

ul.kouka{
	display: flex;
	flex-wrap: wrap;
}
ul.kouka li{
	background: #001976;
	color: #fff;
	border-radius: 30px;
	font-size: 18px;
	padding: 10px 20px;
	margin: 0px 10px 20px;
}

@media screen and (max-width: 800px) {
.kaiketu{
	width: 100%;
	margin: 30px auto;
	padding: 30px 15px;
}
.nayami_kaiketu{
	margin: 0 auto 50px;
	width: 100%;
}
.kaiketu h2{
	font-size: 25px;
	margin: 0px auto 10px;
	color: #001976;
	display: inline-flex;
	align-items: center; /* 縦方向の中央揃え */
}
.kaiketu h2 i{
	font-size: 18px;
	padding-right: 10px;
}
.kaiketu p{font-size: 16px;}
ul.kouka li{
	font-size: 16px;
	padding: 10px 20px;
	margin: 0px 10px 10px;
}	
}
@media screen and (max-width: 600px) {
.kaiketu h2{
	font-size: 20px;
	margin: 0px auto 10px;
	color: #001976;
	display: inline-flex;
	align-items: center; /* 縦方向の中央揃え */
}
.kaiketu h2 i{
	font-size: 16px;
	padding-right: 10px;
}
.kaiketu p{font-size: 14px;}
ul.kouka li{
	font-size: 13px;
	padding: 5px 15px;
	margin: 0px 5px 10px;
}	
}

/*バナー----------------------------------------*/
.banner_box{/*TOPページ*/
	max-width: 800px;
	width: 90%;
	margin: 100px auto;
}
.banner_box2{/*腸活ページ*/
	max-width: 800px;
	width: 90%;
	margin: 0px auto 100px;
}

@media screen and (max-width: 600px) {
.banner_box{/*TOPページ*/
	margin: 50px auto;
}
.banner_box2{/*腸活ページ*/
	margin: 0px auto 50px;
}
}



/* NWES -------------------------------------------*/
.news_box{
	background:url("../img/base/bg3.jpg");
	border-radius: 30px;
	padding: 30px;
	max-width: 1200px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.news_box h2{width: 30%;}

.news_in{
	width: 70%;
	height: 300px;
	overflow-y: scroll;
}
table.news {
	box-sizing: border-box;
	line-height: 130%;
	font-size: 17px;
}
table.news tr th {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
}
table.news tr td {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
}
@media screen and (max-width: 800px) {
.news_box{
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 15px 30px;
}
.news_box h2{width: 70%;text-align: center;}
.news_in{width: 100%;}
table.news {width: 100%;}
}

@media screen and (max-width: 600px) {
table.news {
	box-sizing: border-box;
	font-size: 15px;
	}
table.news tr th {
	width: 100%;
	display: block;
	text-align: left;
	border: none;
	padding: 10px 10px 0px 10px;
}
table.news tr td {
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
}
