@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　見出し・画像　*/

.pic-left {
	float: none;
	width:94%;
	height:auto;
}



/*　見出し・画像　*/

.midashi1 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 40px;
	text-align: center;
}

.midashi2 {
	background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 220%;
	color: #9db490;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.midashi3 {
	font-size: 18px;
	color: #6A8B5A;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #6A8B5A;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.midashi4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
	color: #6A8B5A;
}

.midashi4bn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #6A8B5A;
}

.midashi5 {
	background-color: #A3BB97;
	padding: 8px 8px 10px 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height:1.4em;
	margin-bottom:20px;
}

.midashi55 {
	background-color: #A3BB97;
	padding: 8px 8px 10px 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}


/*　ヘッダー　*/


header {
	overflow: hidden;
}

.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}

.header_logo {
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

.header_logo img{
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.toph1 {
	display: none;
}

.main_img {
	background-image: url(../img/main_img-sp.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 15%;	
}

.main_img div {
}

.main_img h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 28px;
	color: #828282;
	line-height: 1.4em;
	text-align: right;
	margin-right:10px;
	margin-bottom:20px;
	text-shadow: 2px 2px 10px #ababab,
	-2px 2px 10px #ababab ,
	2px -2px 10px #ababab ,
	-2px -2px 10px #ababab;
	color:#FFF;
}

.main_img h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 16px;
	color: #828282;
	line-height: 1.8em;
	text-shadow: 2px 2px 10px #ababab,
	-2px 2px 10px #ababab ,
	2px -2px 10px #ababab ,
	-2px -2px 10px #ababab;
	color:#FFF;
	text-align: right;
	margin-right:25px;
}

.info_wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.info {
	background-color: #E2E9DB;
	width: 100%;
}

.info_c {
	padding: 5%;
}

.info_c div:nth-child(1){
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #6A696A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A696A;
	font-size: 30px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.info_c div:nth-child(2){
}

.info_m {
	color: #6A696A;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom:5px;
}

.info_t {
	color: #6A696A;
	margin-bottom:20px;
}

.info_cal {
	width: 100%;
	background-color: #f0f4f9;
}

.info_cal div{
	padding:5% 8%;
}


.main1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}

.main1_c {
	width: 100%;
}

.main1_m {
	background-image:url(../img/main1_icon.svg),
					 url(../img/main1_w.svg);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right bottom;
	background-size:40%,80%;
	overflow:hidden;
	margin-bottom:20px;				
}

.main1_m h2{
	font-size: 26px;
	color: #747374;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
	line-height:1.8em;
	margin-bottom:20px;
}

.main1_c p {
	line-height:1.8em;
	margin-bottom:20px;
}

.main1_pic {
	width:100%;
}

.main1_pic img{
	width:100%;
	height:auto;
}

.main2 {
	padding-bottom: 100px;
}

.main2_c {
	width: 90%;
	background-color: #E9EFE5;
	padding: 5%;
	background-image: url(../img/main2_pic.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
}

.main2_c h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 30px;
}

.main2_c h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 65px;
	color: #79B78B;
}

.main2_c h4{
	margin-bottom:30px;
}

.main2_t {
	width: 100%;
	background-image: url(../img/main2_icon.svg);
	background-repeat: no-repeat;
	background-position: 400px top;
	background-size: 100%;
	margin-bottom: 30px;
}

.main2_in {
}

.main2_in div{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.main2_in div img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.main2_in div p {
	font-size: 20px;
	color: #827044;
	line-height: 1.5em;
}

.main3_wrap {
	background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 10%, #DDE4E8 10%, #DDE4E8 100%);
	padding-bottom: 30px;
	padding-top: 1px;
	margin-bottom: 50px;
}

.main3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top:-50px;
}

.main3_pic {
	width: 100%;
	height: 300px;
	background-image: url(../img/main3_txt.webp),url(../img/main3_pic.webp);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,center center;
	background-size: 90%,cover;
	display: flex;
	align-items: center;
}

.main3_pic h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 45px;
	color: #69694C;
	line-height: 1.2em;
	padding-left: 3%;
	text-shadow: 2px 2px 10px #FFFFFF ,
-2px 2px 10px #FFFFFF ,
2px -2px 10px #FFFFFF ,
-2px -2px 10px #FFFFFF;
}

.main3_pic h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #69694C;
	line-height: 1.4em;
	display:block;
	padding-bottom:15px;
}

.main3_c {
}

.main3_circle {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D0E2E5;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top:-20px;
	margin-bottom:20px;
}

.main3_circle p{
	text-align:center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color:#69694C;
	line-height:1.4em;
	font-size:22px;
}

.main3_t {
	flex: 1;
}

.main3_t p {
	line-height: 1.8em;
	margin-bottom: 40px;
}

.main3_p ul {
}

.main3_p ul li{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

.main3_p ul li a{
	font-size: 20px;
	display: block;
	color: #564D49;
	text-decoration: none;
	background-image: url(../img/main3_arr.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size:25%;
	padding:12px 0 15px 20px;
	background-color: #A5B8C3;
	border-radius: 9999px;
}

.main3_p ul li a:hover{
	font-size: 20px;
	display: block;
	color: #564D49;
	text-decoration: none;
	background-image: url(../img/main3_arr.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 25%;
	padding: 12px 0 15px 20px;
	background-color: #ECECEC;
	border-radius: 9999px;
}

.main4 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.main4_t {
	order: 2;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main4_p {
	width:100%;
	background-image: url(../img/main4_pic.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
	height:250px;
	order: 1;
	margin-bottom:15px;
}

.main4_t h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 45px;
	margin-bottom: 15px;
	line-height: 1.2em;
	color: #716753;
}

.main4_t h4 {
	color: #AABB96;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 30px;
}

.main4_t p {
	line-height:1.8em;
}

.main4_c {
	margin-bottom: 80px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.main4_c ul{
}

.main4_c ul li {
	width:100%;
	margin-bottom:30px;
}

.main4_c ul li p{
	text-align: center;
	font-size: 25px;
	color: #509874;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}

.main4_c ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.main5 {
	background-color: #e2ebed;
	padding: 1px 5% 8% 5%;
	width: 90%;
	margin-bottom: 50px;
	background-image: url(../img/main5_back.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
}

.main5 h3{
	color: #575757;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	margin-top: -50px;
	padding: 150px 0 20px 0;
	margin-bottom: 10px;
	background-image: url(../img/main_kback-sp.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px;
}

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

.main5_c div:nth-child(1){
	width:100%;
	margin-bottom:30px;
}

.main5_c div:nth-child(2){
	width:100%;
}

.main5_c div:nth-child(2) img{
	width:100%;
	height:auto;
}

.main5_c div:nth-child(1) h4{
	font-size: 35px;
	color: #7c725f;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}

.main5_c div:nth-child(1) h5{
	font-size: 23px;
	color: #7c725f;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

.main5_btn {
	display: flex;
	justify-content: center;
	width: 90%;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.main5_btn p{
	font-size: 18px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.main5_btn p img{
	width:10px;
	padding-bottom:4px;
	padding-left:20px;
}

.main5_btn:hover {
	background-color: #F8F8F8;
}

.main6 {
	margin-bottom: 80px;
}

.main6 img{
	width:100%;
	height:auto;
}

.main7 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:100px;
}

.main7_t {
	order: 1;
	width: 90%;
	padding: 5%;
	margin-bottom:10px;
}

.main7_p {
	order: 2;
	background-image: url(../img/main7_pic.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	width:100%;
	height:280px;
}

.main7_t h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 20px;
}

.main7_t h4 span{
	font-family: Jost, sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #E2E9DB;
	margin-left: 15px;
}

.main7_t ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main7_t ul li{
	width:100%;
}

.main7_t ul li a{
	font-size: 20px;
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9D7CA;
	background-image: url(../img/main3_arr.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:25px;
	padding-top:15px;
	padding-bottom:15px;
}

.main7_t ul li a:hover{
	display: block;
	color: #666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9D7CA;
	background-image: url(../img/main3_arr-h.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 25px;
}

.main_ksw {
	background-color: #F4F4F4;
	margin-bottom: 30px;
	text-align: center;
}

.main_ks {
	padding:30px 0 20px 0;
}

.main_ks div{
	margin:0 10px;
}

.main_ks div:nth-child(1){
	letter-spacing:0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #666666;
	margin-bottom:15px;
}

.ks_btn {
	display: flex;
	justify-content: center;
	width: 90%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-bottom:10px;
}

.ks_btn p{
	font-size: 16px;
	color: #666666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.ks_btn:hover {
	background-color: #E2E9DB;
}

.main_kakyo {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 5%;
	margin-bottom: 80px;
	text-align: center;
}

.kakyo_t {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 1.8em;
	color: #333;
	margin-bottom:15px;
}

.kakyo_t span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size:21px;
	color: #333;
}

.kakyo_b {
	display: flex;
	justify-content: center;
	width: 90%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #E2E9DB;
}

.kakyo_b p{
	font-size: 15px;
	color: #666;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.kakyo_b:hover {
	background-color: #C4978E;
}


footer {
        margin-bottom: 80px;
}

.footer_c {
	width: 90%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.foot1_1 {
	width:100%;
	margin-bottom:30px;
}

.foot1_2 {
	width:100%;
}

.foot_logo {
	width:80%;
	margin-bottom: 5%;
}

.foot_logo img{
	width:100%;
	height:auto;
}

.foot_add {
	color: #6A6969;
	margin-bottom: 3%;
}

.foot_tel {
	color: #6A6969;
	font-family: Jost, sans-serif;
	font-weight: 500;
	margin-right: 20px;
	font-size: 35px;
	margin-bottom:30px;
}

.foot_tel span{
	color: #6A6969;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 25px;
	padding-right:10px;
}

.foot_hour img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.foot_hour p{
	background-color: #E8F0D9;
	text-align: center;
	width: 100%;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.foot_accm {
	background-image: url(../img/access.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 16px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 30px;
	line-height: 1em;
	color: #A3BB97;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.foot_map {
	width:100%;
	margin-bottom:20px;
}

.foot1_2 p{
	font-size:14px;
	line-height:1.6em;
}


.foot2_wrap {
	background-color: #E2E9DB;
}

.foot_navc {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding:50px 0;
}

.foot_nav {
	margin-bottom:40px;
}

.foot_nav div{
	margin-bottom:20px;
}

.foot_nav div:nth-child(3){
}

.foot_nav div p {
	margin-bottom:20px;
}

.foot_nav div p a{
	color: #000;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.foot_nav div ul li {
	margin-bottom: 8px;
	background-image: url(../img/foot_arr.svg);
	background-repeat: no-repeat;
	background-position: left 6.5px;
	background-size:5px;
	padding-left:15px;
	line-height:1.2em;
	margin-left:15px;
}

.foot_nav div ul li a {
	color: #000;
	text-decoration: none;
	font-size:16px;
}

.foot_nav div ul li a:hover {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

.foot_ban {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

.foot_ban img{
	width:100%;
	height:auto;
}

.foot_3 {
	margin-bottom: 50px;
}

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

.foot_3 li {
	width:30%;
	margin:0 1%;
}

.foot_3 li img{
	width:100%;
	height:auto;
}


.copyright {
	padding-bottom: 20px;
	color: #999;
	font-size: 14px;
	text-align: center;
}


/*　中ページ　*/


.page_title {
	background-color: #E2E9DB;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 0;
}

.page_title h3 {
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height:1.4em;
}

.page_cont {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 80px;
}


.page_in {
	margin-bottom:80px;
}

.pic_r {
	float: right;
	width: 50%;
	height: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}

.medi_c ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.medi_c ul li{
	width: 100%;
	margin-bottom: 50px;
}

.medi_c ul li img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.medi_c ul li h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
	color: #789C67;
}

.medi_btn {
	display: flex;
	justify-content: center;
	width: 180px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #A3BB97;
}

.medi_btn p{
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.medi_btn:hover {
	background-color: #96B189;
}

.guide1_1 {
	background-color: #F6F6F6;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	padding:5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom:20px;
}

.guide1_1 div:nth-child(1){
	width:150px;
	margin-left:auto;
	margin-right:auto;
	order: 2;
}

.guide1_1 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.guide1_1 div:nth-child(2){
	width:100%;
	margin-bottom:10px;
	order: 1;
}

.guide1_2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:20px;
}

.guide1_in {
	width:90%;
	background-color: #F6F6F6;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	padding:5%;
	margin-bottom:20px;
}

.guide1_3 {	
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.guide1_3 div:nth-child(1){
	width:150px;
	margin-left:auto;
	margin-right:auto;
	order: 2;
}

.guide1_3 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.guide1_3 div:nth-child(2){
	width:100%;
	order: 1;
	margin-bottom:10px;
}

.guide_btn {
	display: flex;
	justify-content: center;
	width: 80%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #A3BB97;
	margin-bottom:80px;
}

.guide_btn p{
	font-size: 25px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.guide_btn:hover {
	background-color: #8AA87B;
}

.doctor1 {
	background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 10%, #fcfaf2 10%, #fcfaf2 100%);
	padding-bottom: 5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 8%;
	padding-right: 0;
	padding-left: 0;
}

.doctor1_p {
	width:90%
}

.doctor1_p img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.doctor1_t {
	width: 100%;
}

.doctor1_t h4{
	font-size: 28px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}

.doctor1_t h5{
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: center;
}

.doctor1_t h6 {
	font-size: 19px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #AABB96;
	margin-bottom:40px;
	text-align: center;
}

.doctor1_t p{
	line-height:1.7em;
}

.doctor1_m{
	display: flex;
	align-items: center;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height:0.8em;
	margin-bottom:10px;
}

.doctor1_m:after {
	content: "";
	flex-grow: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.doctor1_m:after {
	margin-left: 1rem;
}

.doctor1_ms {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #AABB96;
	margin-bottom:20px;
}

.doctor1_p p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 28px;
	text-align: center;
	margin-bottom:40px;
	line-height:1.2em;
}

.doctor1_p p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.doctor2 {
	font-size: 16px;
}

.doctor2 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:100%;
}

.doctor2 dl dt{
	width: 100%;
	padding: 3% 0 0 3%;
	color: #666;
}

.doctor2 dl dd{
	padding: 3%;
	width: 100%;
	font-size: 18px;
}

.acc1 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 100%;
}

.acc1 dl dt{
	width: 100%;
	padding: 3%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.acc1 dl span{
	font-size: 16px;
	font-family: Jost, sans-serif;
	font-weight: 400;
	color: #666;
}

.acc1 dl dd{
	padding: 3%;
	width: 100%;
}

.acc_p {
	margin-bottom:50px;
}

.acc_p ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.acc_p ul li{
	width:32%;
}

.acc_p ul li img{
	width:100%;
	height:auto;
}

.acc2 {
	border: 1px solid #CCC;
	margin-bottom:30px;
}

.acc3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.acc3 div{
	width:100%;
	margin-bottom:20px;
}

.page_st img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.cari1 {
	background-color: #F6F6F6;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	padding:5%;
	margin-bottom:10px;
}

.cari1_in {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.cari1_in div:nth-child(1){
	width:100%;
	order: 2;
}

.cari1_in div:nth-child(1) img{
	width:100%;
	height:auto;
}

.cari1_in div:nth-child(2){
	width:100%;
	order: 1;
	margin-bottom:10px;
}

.cari1_in div:nth-child(2) h5 {
	font-size: 16px;
	color: #6A8B5A;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #6A8B5A;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.cari1_in div:nth-child(2) p {
	font-size: 16px;
}

.kids_banner {
	width: 100%;
}

.kids_banner img{
	width: 100%;
	height:auto;
}

.kids_m1 {
	background-color: #A3BB97;
	padding: 20px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
}

.kids1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top:50px;

}

.kids1 div{
	width: 100%;
	background-color: #F6F6F6;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	margin-bottom:50px;
}

.kids1_m {
	width: 70px;
	height: 70px;
	background-color: #CF898B;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: -35px;
	margin-bottom: 20px;
}

.kids1 div h6{
	font-size: 25px;
	color: #CF898B;
	text-align: center;
}

.kids1_txt {
	padding:8%;
}

.kids1_r {
	float: right;
	width: 50%;
	height: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}

.kids2 {
	background-color: #F6F6F6;
	padding: 4%;
}

.kids2_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #FFF;
	padding: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}

.kids2_c div:nth-child(1){
	width:80%;
	margin-left:auto;
	margin-right:auto;
	order: 2;
}

.kids2_c div:nth-child(1) img{
	width:100%;
	height:auto;
}

.kids2_c div:nth-child(2){
	width:100%;
	order: 1;
	margin-bottom:20px;
}

.kids3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 30px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.kids3 div{
	background-color: #F6F6F6;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:90%;
	margin-bottom:50px;
}

.kids3 div h5{
	width: 200px;
	background-color: #CF898B;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 3%;
	margin-bottom: 20px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top:-30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

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

.kids4 ul li{
	margin-bottom: 20px;
	width: 100%;
}

.kids4 ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.kids4 ul li p{
	font-size:16px;
}

.mat1 {
	margin-bottom: 50px;
	clear: both;
}

.mat1 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.mat1 dl dt{
	background-color: #A3BB97;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mat1 dl dt span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
}

.mat1 dl dd{
	background-color: #F6F6F6;
	flex: 1;
	padding: 15px;
}

.mat2 {
	background-color: #F6F6F6;
	padding: 3%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.mat2 div{
	background-color: #FFF;
	padding:5%;
	width:90%;
	margin-bottom:10px;
}

.mat3 {
	margin-bottom: 30px;
	background-color: #F6F6F6;
}

.mat3 h4 {
	background-color: #A3BB97;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
}

.mat3_in {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 30px;
	padding: 3%;
}

.mat3_in div{
	background-color: #FFFFFF;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 90%;
	margin-bottom:30px;
}

.mat3_in div h5{
	width: 110px;
	background-color: #CF898B;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.ortho1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 30px;
	margin-bottom: 50px;
}

.ortho1 div{
	background-color: #F6F6F6;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:90%
}

.ortho1 div h5{
	width: 200px;
	background-color: #789C67;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 2%;
	margin-bottom: 20px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top:-20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.white1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 30px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.white1 div{
	background-color: #F6F6F6;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:90%;
	margin-bottom:50px;
}

.white1 div h5{
	width: 90%;
	background-color: #b8a591;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 3% 3% 3.5% 3%;
	margin-bottom: 20px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.6em;
	margin-top: -30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

.white1 div h5 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
}

.white_pic1 {
	width:100%;
}

.white_pic1 img{
	width:100%;
	height:auto;
}

.white2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.white2 ul li{
	width: 100%;
	margin-bottom: 20px;
}


.white2 ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.white3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.white3 dt{
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding:5%;
	width:90%;
}

.white3 dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding:5%;
	width:90%;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.cerec1 {
}

.cerec1 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap; 
}

.cerec1 ul li{
	background-color: #F6F6F6;
	width: 39%;
	padding: 5%;
	text-align: left;
	margin-bottom:2%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	line-height:1.4em;
}

.cerec1 ul li img{
	width:80%;
	height:auto;
	margin-bottom:15px;
	margin-left:10%;
	margin-right:10%;
}

.cerec1 ul li p{
	color: #789C67;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.cerec2 {
}

.cerec2 h5{
	background-color: #81B4D5;
	padding: 10px 0 12px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height: 1.4em;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	text-align: center;
}

.cerec2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap; 
}

.cerec2 ul li {
	background-color: #F6F6F6;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.cerec2 ul li p {
	padding: 5%;
}

.cerec3 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.cerec3 ul li{
	width: 100%;
	margin-bottom: 20px;
}

.gaku1 {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:20px;
	flex-wrap: wrap; 
}

.gaku1 div:nth-child(1){
	background-color: #F6F6F6;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:90%;
	margin-bottom:5px;
}

.gaku1 h5 {
	margin-bottom:30px;
}

.gaku1 h5 span{
	background-color: #81B4D5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 10px 10px 12px 10px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.gaku1 div:nth-child(2){
	width:100%;
	height:250px;
	background-image: url(../img/gaku_p2.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px	
}

.gaku2 {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap; 
	margin-bottom:20px;
}

.gaku2 div:nth-child(1){
	background-color: #F6F6F6;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:90%;
	margin-bottom:5px;
}

.gaku2 h5 {
	margin-bottom:30px;
}

.gaku2 h5 span{
	background-color: #81B4D5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 10px 10px 12px 10px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.gaku2 div:nth-child(2){
	width:100%;
	height:250px;
	background-image: url(../img/gaku_p3.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px	
}

.root_banner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.root_btn {
	display: flex;
	justify-content: center;
	width: 90%;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #A3BB97;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.root_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.root_btn:hover {
	background-color: #85A576;
}

.root1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top:50px;
}

.root1 div{
	width: 100%;
	background-color: #F6F6F6;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	margin-bottom:6%;
}

.root1_m {
	width: 90px;
	height: 90px;
	background-color: #A3BB97;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: -35px;
	margin-bottom: 20px;
}

.root1_m span{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
}

.root1 div h6{
	font-size: 25px;
	color: #4B4B4B;
	text-align: center;
	margin-bottom:20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.root1_txt {
	padding:5% 8% 8% 8%;
}

.root1 div img{
	width:30%;
	margin:0 35%;
}

.root2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.root2 div:nth-child(1){
	width:100%;
	order: 2;
}

.root2 div:nth-child(1) img{
	width:100%;
	height:auto;
}


.root2 div:nth-child(2){
	width:100%;
	order: 1;
	margin-bottom:20px;
}

.mainte1 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:20px;
}

.mainte1 li{
	width: 47%;
	margin-bottom:10px;
}

.mainte1 li img{
	width:100%;
	height:auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.mainte2 {
	margin-bottom:30px;
}

.mainte2_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.mainte2_mspan {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #666666;
	margin-bottom: 40px;
}

.mainte2 ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.mainte2 ul li{
	background-color: #F6F6F6;
	padding: 5%;
	width: 90%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:5px;
}

.mainte2 ul li:nth-child(1) h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #81B4D5;
	margin-bottom:20px;
}

.mainte2 ul li:nth-child(2) h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #CF898B;
	margin-bottom:20px;
}

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

.mainte3 div:nth-child(1){
	width:100%;
	order: 1;
	margin-bottom:20px;
}

.mainte3 div:nth-child(2){
	width: 80%;
	order: 2;
	margin-right: auto;
	margin-left: auto;
}

.mainte3 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.mainte4 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: #F6F6F6;
	padding: 3%;
	margin-bottom: 30px;
}

.mainte4_in {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFF;
	padding: 3%;
	width: 94%;
	margin-bottom:3%
}

.mainte4_in h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	color: #666666;
}

.mainte4_in h5:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 50px;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #A3BB97;
	border-radius: 2px;
}

.mainte4_in ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	text-align: left;
}

.mainte4_in ul li:nth-child(1){
	background-color: #F4E6E6;
	padding: 3%;
	width: 94%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:5px;
}

.mainte4_in ul li:nth-child(1) h6{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #CF898B;
	margin-bottom:10px;
}

.mainte4_in ul li:nth-child(2){
	background-color: #F6F6F6;
	padding: 3%;
	width: 94%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.mainte4_in ul li:nth-child(2) h6{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #666666;
	margin-bottom:10px;
}

.mainte5_1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.mainte5_1 div:nth-child(1){
	width:100%;
	order: 2;
}

.mainte5_1 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.mainte5_1 div:nth-child(2) {
	width: 90%;
	padding: 5%;
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;	
}

.mainte5_1 div:nth-child(2) h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #789C67;
}

.mainte5_1 div:nth-child(2) div{
	width:100%;
}

.mainte5_2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.mainte5_2 div:nth-child(1){
	width:100%;
	order: 2;
}

.mainte5_2 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.mainte5_2 div:nth-child(2) {
	width: 90%;
	padding: 5%;
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}

.mainte5_2 div:nth-child(2) h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #789C67;
	
}

.mainte5_2 div:nth-child(2) div{
	width:100%;
}

.mainte6 {
	padding: 5%;
	border: 1px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.mainte6 h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 30px;
}

.mainte6 h4:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #81B4D5;
	border-radius: 2px;
}

.mainte6 h5{
	font-size: 16px;
	color: #81B4D5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom:30px;
}

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

.mainte6_in div:nth-child(1) {
	width:100%;
	margin-bottom:20px;
}

.mainte6_in div:nth-child(2) {
	width:100%;
}

.mainte6_in div:nth-child(2) img{
	width:100%;
	height:auto;
}


.mainte6_m {
	margin-bottom: 20px;
}

.mainte6_m span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background:linear-gradient(transparent 70%, #CCE0EE 70%);
	font-size: 20px;
	line-height:1.6em;
}

.kakyo_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	line-height:1.8em;
	margin-bottom:30px;
}

.kakyo_m span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
}

.kakyo_in {
	background-color: #F6F6F6;
	padding: 5%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:30px;
}

.clinic1 {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.clinic1 div:nth-child(1) {
	order: 1;
	width:100%;
	margin-bottom:20px;
}

.clinic1 div:nth-child(2) {
	order: 2;
	width:100%;
}

.clinic1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.micro1 {
	background-color: #F6F6F6;
	padding: 5%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.micro1_pic {
	width:100%;
	margin-bottom:40px;
}

.micro1_pic img{
	width:100%;
	height:auto;
}

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

.ct1 div:nth-child(1){
	width:100%;
	margin-bottom:10px;
}

.ct1 div:nth-child(2){
	width:200px;
	margin-right: auto;
	margin-left: auto;
}

.ct1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.ct2_1 {
	background-color: #F6F6F6;
	padding: 5%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.ct2_1 div:nth-child(1){	
	width:50%;
	margin-right: auto;
	margin-left: auto;
	order: 2;
	padding-top:20px;
}

.ct2_1 div:nth-child(1) img{	
	width:100%;
	height:auto;
}

.ct2_1 div:nth-child(2){
	width:100%;
	order: 1;
	margin-bottom:10px;
}

.ct2_2 {
	background-color: #F6F6F6;
	padding: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}

.ct2_2 div img{
	width:100%;
	height:auto;
}

.ct2_2 h6{
	font-size: 23px;
	color: #6A8B5A;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #6A8B5A;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.ct3_pic {
	width: 100%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.ct3_pic img{
	width:100%;
	height:auto;
}

.ct3 {
	padding: 5%;
	border: 3px solid #96B388;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.infe1 {

}

.infe1 h4 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	flex-wrap: wrap;
	text-align:center;
	line-height:0.9em;
	margin-bottom:20px;
}

.infe_m1 {
	color: #FFF;
	background-color: #AABB96;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 28px;
}

.infe_m2 {
	color: #FFF;
	background-color: #81B4D5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 28px;
}

.infe_m3 {
	color: #FFF;
	background-color: #CF898B;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 28px;
}

.infe1 p{
	background-color: #F6F6F6;
	padding: 6%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.infe2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
	margin-bottom: 30px;
}

.infe2 div:nth-child(1){
	width:100%;
	margin-bottom:20px;
}

.infe2 div:nth-child(2){
	width:100%;
}

.infe2 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.infe_dl {
	margin-bottom:30px;
}

.infe_dl dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap; 
	margin-bottom:10px;
}

.infe_dl dl dt{
	font-size: 20px;
	color: #FFF;
	background-color: #AABB96;
	padding: 2%;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.infe_dl dl dd{
	background-color: #F6F6F6;
	padding:5%;
	width: 100%;
}

.infe_dl dl dd p:nth-child(1){
	width:100%;
	margin-bottom:10px;
}

.infe_dl dl dd p:nth-child(2){
	width:80%;
	margin:0 auto;
}

.infe_dl dl dd p:nth-child(2) img{
	width:100%;
	height:auto;
}

.infe2_pic {
	width:100%;
}

.infe2_pic img{
	width:100%;
	height:auto;
}

.poli_s1 {
	color: #CF898B;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.poli_s2 {
	color: #4D94C4;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.poli1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:30px;
	flex-wrap: wrap;
}

.poli1 div:nth-child(1){
	background-color: #F7F3EE;
	padding: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 90%;
	margin-bottom:10px;
}

.poli1 div:nth-child(1) p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	border-radius: 10px;
	font-size: 19px;
	line-height: 1.7em;
}

.poli1 div:nth-child(2){
	width: 20px;
	margin-right: 20px;
}

.poli1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.poli1 div:nth-child(3){
	flex: 1;
}

.poli1 div:nth-child(3) span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	background: linear-gradient(transparent 65%, #D9E2CF 65%);
	line-height:1.7em;
}

.poli2 {
	width: 100%;
	margin-bottom:30px;
}

.poli2_1 {
	background: -moz-linear-gradient(top, #bfddad, #9fc08d);
	background: -webkit-linear-gradient(top, #bfddad, #9fc08d);
	background: linear-gradient(to bottom, #bfddad, #9fc08d);
	padding: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

.poli2_1 p, .poli2_2 p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.7em;
	color: #FFF;
}

.poli2_2 {
	background: -moz-linear-gradient(top, #9fc08d, #789c67);
	background: -webkit-linear-gradient(top, #9fc08d, #789c67);
	background: linear-gradient(to bottom, #9fc08d, #789c67);
	padding: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

.poli2_arr {
	width: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.poli2_arr img{
	width:100%;
	height:auto;
}

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

.rct div:nth-child(1){
	order: 1;
	width:100%;
	margin-bottom:20px;
}

.rct div:nth-child(2){
	width:90%;
	order: 2;
	margin:0 auto;
}

.rct div:nth-child(2) img{
	width:100%;
	height:auto;
}

.care_pic {
	margin-bottom:30px;
}

.care_pic dl{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 10px;
}

.care_pic dl dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background-color: #F6F6F6;
	width: 100px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:10px;
}

.care_pic dl dd{
	padding: 5px;
	flex: 1;
}

.care_pic2 {
	width: 100%;
	margin-bottom:50px;
}

.care_pic2 div {
	width: 100%;
	text-align: center;
	margin-bottom:10px;
}

.care_pic2 div img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.other_case {
	margin-bottom:50px;
}


.other_case h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	font-size: 18px;
	color: #789C67;
}

.other_caseli {
	margin-bottom: 40px;
}

.other_caseli li{
	width: 100%;
}

.other_caseli li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.other_cmd {
	margin-bottom:30px;
}

.other_cmd div{
	padding: 5%;
	width: 90%;
	background-color: #F2EFEA;
	margin-bottom:5px;
}

.other_cmd ul li{
	text-indent:-1em;
	padding-left:1em;
}

.other_risk {
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	font-size: 18px;
	color: #CC3366;
}

.other_cli li{
	text-indent:-1em;
	padding-left:1em;
}

.guide1 {
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px 20px 40px 20px;
}

.guide1 ul {
}

.guide1_li1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 18px;
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}

.guide1_li2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-top:5px;
	text-indent:-1em;
	padding-left:1em;
}

.imp1 {
	margin-bottom:20px;
}

.imp1 div:nth-child(1){
	background-color: #A3BB97;
	padding:2%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-right:10px;
	margin-bottom:10px;
}

.imp1 div:nth-child(1) p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #FFF;
	text-align: center;
}

.imp1 div:nth-child(2){
	flex: 1;
}

.perio_pic1 {
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

.perio_pic1 img{
	width:100%;
	height:auto;
}

.perio_pic2 {
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

.perio_pic2 img{
	width:100%;
	height:auto;
}

.perio1 {
	background-color: #F6F6F6;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 5%;
}

.perio1 ul{
}

.perio1 ul li{
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background-image: url(../img/perio2_li.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 20px;
	padding-left: 30px;
	width: 95%;
	margin-bottom: 10px;
}


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

.perio2 div:nth-child(1){
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	order: 2;
}

.perio2 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.perio2 div:nth-child(2){
	width:100%;
	order: 1;
	margin-bottom:40px;
}

.ortho_dt {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.ortho_dt1 {
	width:100%;
	margin-bottom:30px;
}

.ortho_dt1 p:nth-child(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #789C67;
	font-size: 16px;
	margin-bottom:10px;
}

.ortho_dt1 p:nth-child(2) {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 32px;
}

.ortho_dt2 {
	width:100%;
}

.ortho_dt2 div{
	width: 90%;
	padding: 5%;
	background-color: #F6F6F6;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:10px;
}

.ortho_dt2 div h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #789C67;
	margin-bottom:10px;
}

.infe1 {

}

.infe1 h4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.infe_m1 {
	color: #FFF;
	background-color: #AABB96;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 28px;
}

.infe_m2 {
	color: #FFF;
	background-color: #81B4D5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100px;
	height:100px;
	border-radius: 50%;
	font-size: 28px;
}

.infe_m3 {
	color: #FFF;
	background-color: #CF898B;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100px;
	height:100px;
	border-radius: 50%;
	font-size: 28px;
}

.infe1 p{
	background-color: #F6F6F6;
	padding: 4% 3% 3% 3%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-top:-15px;
}

.infe2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.infe2 div:nth-child(1){
	flex: 1;
}

.infe2 div:nth-child(2){
	width:250px;
	margin-left:20px;
}

.infe2 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.infe_dl {
	margin-bottom:30px;
}

.infe_dl dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:10px;
}

.infe_dl dl dt{
	font-size: 20px;
	color: #FFF;
	background-color: #AABB96;
	padding: 2%;
	width: 150px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.infe_dl dl dd{
	background-color: #F6F6F6;
	padding:2%;
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.infe_dl dl dd p:nth-child(1){
	flex: 1;
}

.infe_dl dl dd p:nth-child(2){
	width:200px;
	height:auto;
}

.infe2_pic {
	width: 600px;
}

.infe2_pic img{
	width:100%;
	height:auto;
}

.doctor3 {
	padding-top: 20px;
}

.doc3_p {
	width: 230px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.doc3_p img{
	width:100%;
	height:auto;
}

.doc3_t {
}

.doc3_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 28px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #AABB96;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.doc3_m span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size:17px;
	margin-right:15px;
}

.doc3_t li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}


.bru1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 30px;
}

.bru1 div:nth-child(1){
	order: 1;
	width:100%;
	margin-bottom:20px;
}

.bru1 div:nth-child(2){
	width: 80%;
	order: 2;
	margin-right: auto;
	margin-left: auto;
}

.bru1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.bru2 {
}

.bru2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.bru2 ul li{
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:3% 0;
	margin-bottom:10px;
}

.bru2 ul li p{
	text-align: center;	
}

.bru3 {
	background-color: #F4F4F4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: flex;

	justify-content: align-items: flex-start;
	align-items: align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-top: 8%;
	padding-right: 3%;
	padding-bottom: 5%;
	padding-left: 3%;
}

.bru3 div:nth-child(1){
	width:100%;
}

.bru3 div:nth-child(2){
	width:100%;
}

.bru3 h4{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-align:center;
	margin-bottom:30px;
}

.bru3 ul {
}

.bru3 ul li{
	background-image: url(../img/peri3_check.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: auto 25px;
	padding-left: 40px;
	font-size: 20px;
	margin:0 10px 20px 10px;
}

.sports1 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.sports1 ul li{
	width: 100%;
	margin-bottom: 20px;
}

.qa_q {
	margin-bottom:20px;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.qa_q dt{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #9db490;
}

.qa_q dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-left:5px;
	padding-top:3px;
}

.qa_a {
	margin-bottom:40px;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.qa_a dt{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #FF9999;
}

.qa_a dd{
	margin-left:5px;
	padding-top:3px;
}

.sports2 {
	background-color: #F6F6F6;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.sports2 ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sports2 ul li{
	margin-bottom:15px;
}

.sports2 ul li span{
	background-color: #FFF;
	border-radius: 9999px;
	padding:3px 15px;
	margin:0 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.sports2 p {
	font-size:16px;
	text-align:center;
}

.sports3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.sports3 div{
	background-color: #F6F6F6;
	width:100%;
}

.sports3 div h5{
	width: 100%;
	text-align: center;
	background-color: #A3BB97;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 17px;
}

.sports3 div ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding:20px 10px;
}

.sports3 div ul li{
	margin-bottom:15px;
}

.sports3 div ul li span{
	background-color: #FFF;
	border-radius: 9999px;
	padding:3px 15px;
	margin:0 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}


.shisetsu_kijun {
	margin:0 auto 50px;
	width:90%;
}
.shisetsu_kijun img {
	width:100%;
	height:auto;
}
.fixed-nav{
	position: fixed;
	bottom: 0px;
	z-index: 10;
	max-width: 100vw;
	display: flex;
	flex-direction: row;
	gap: 5px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}

.fixed-nav>li{
	flex: 1;
}
.fixed-nav>li a{
	display: block;
}
}
