@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.margin_b60{
	margin-bottom:60px;
}

.margin_b70{
	margin-bottom:70px;
}

.in_cont50 {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/


.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

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

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

.font_b {
	font-weight: bold;
}


/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.pcHide {
	display:none;
}

.midashi_top {
	background: repeating-linear-gradient(45deg, #CCCCCC 0, #CCCCCC 2px, white 2px, white 4px);
	height: 12px;
	text-align: center;
}

.midashi1 {
	font-size: 40px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 25px;
	line-height: 1em;
}

.midashi1_sub {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	color: #5BB9AD;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing:0.1em;
	margin-bottom:60px;
}

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

.midashi2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 20px;
	background-image: url(../img/midashi2.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 28px;
	padding-left: 40px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.midashi3 {
	font-size: 20px;
	color: #6C9BC0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin-bottom:20px;
}

.midashi4 {
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 0.1em;
	background-color: #6c9bc0;
	color: #FFF;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	margin-bottom:40px;
}

.midashi4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #6c9bc0;
  width: 0;
  height: 0;
}


.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
	overflow: hidden;
}

.toph1 {
	display: none;
}

.header_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:43px;
}

.header_logo {
	width: 400px;
	padding-left: 3%;
}

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

.header_info {
	width: 70%;
	display: flex;
	justify-content:flex-end;
	align-items: stretch;
}

.header_in {
	padding-right: 20px;
	padding-top: 3%;
	padding-bottom: 3%;
}

.header_telc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
}

.header_md {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #FFF;
	background-color: #6C9BC0;
	letter-spacing: 0.1em;
	width: 200px;
	border-radius: 100vh;
	line-height: 1.6em;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-right: 15px;
}

.header_tel {
	font-family: 'Shippori Antique B1', sans-serif;
	font-weight: 400;
	font-size: 35px;
	letter-spacing: 0.05em;
	background-image: url(../img/tel_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
	padding-left: 28px;
	line-height: 1.0em;
	padding-bottom:5px;
}

.header_hour {
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.head_btn {
	display: flex;
	justify-content: center;
	width: 120px;
	height:100%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0 0 15px 15px;
	background-image: url(../img/head_arr.svg);
	background-repeat: no-repeat;
	background-position: center 95%;
	background-size: 25px auto;
	background-color: #bba78f;
}

.head_btn p{
	font-size: 17px;
	color: #FFFFFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	padding-top: 15%;
}

.head_btn:hover {
	background-image: url(../img/head_arr.svg);
	background-repeat: no-repeat;
	background-position: center 95%;
	background-size: 25px auto;
	background-color: #967B5A;
}

.main_image {
	min-width: 1200px;
	background-image: url(../img/main_img.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	background-color: #E2E2E2;
	background-size: 55%;
	padding-bottom: 20px;
}

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

.main_imgc {
	padding-left: 8%;
	padding-bottom: 30px;
	background-image: url(../img/main_imgt3.webp);
	background-repeat: no-repeat;
	background-position: 10% bottom;
	background-size: 130px;
}

.main_imgc img{
	margin-top:-43px;
}

.main_img1 {
	width: 40%;
	margin-bottom: 20px;
}

.main_img2 {
	margin-bottom: 40px;
}

.main_img2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	background-color: #FFF;
	padding: 3px 6px;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}

.main_img3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 35px;
	padding-bottom: 40px;
	line-height: 1.6em;
}

.main_img3 span{
	background:linear-gradient(transparent 70%, #97D2CA 70%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 42px;
	letter-spacing:0.05em;
}

.header_nav {
	margin-bottom: 20px;
	min-width: 1200px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.header_nav nav ul {
	display: flex; 
	justify-content:center;
}

.header_nav nav ul li {
	font-size: 20px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #999999;
	margin-right: 23px;
	margin-left: 23px;
}

.header_nav nav ul li a{
	font-size: 20px;
	text-decoration: none;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #111111;
	letter-spacing: 0.05em;
}

.header_nav nav ul li a:hover{
	color: #618098;
	text-decoration: none;
}

.main1 {
	background-image:url(../img/main1_back2.webp), url(../img/main1_back1.webp);
	background-repeat: no-repeat,no-repeat;
	background-position: right,left top;
	background-size:80%,30%;
	padding-top: 80px;
	padding-bottom: 80px;
	min-width: 1200px;
	margin-bottom:50px;
}

.main1_c {
	background: rgba(255,255,255,0.75);
	padding: 4%;
	width: 55%;
	margin-left: 5%;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.13);
}

.main1_c h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 35px;
	letter-spacing: 0.1em;
	line-height:1.6em;
}

.main1_c h2 span{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #007B80;
	letter-spacing: 0.05em;
}

.main1_c p {
	font-size: 20px;
	line-height:1.8em;
}

.main2 {
	min-width: 1200px;
	background-image: url(../img/main2_back.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:auto 100%;
}

.main2_c {
	margin-left: 9%;
	width: 70%;
}

.main2_midashi {
	background-image: url(../img/main2_h2back.webp);
	background-repeat: no-repeat;
	background-position: 40px top;
	background-size: 250px;
	padding-top: 35px;
	padding-bottom: 40px;
}

.main2_midashi p{
	font-size: 18px;
	color: #0071A7;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
}

.main2_midashi h2{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 21px;
	letter-spacing: 0.15em;
	line-height:1.8em;
}

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

.main2_txt {
	margin-bottom:30px;
}

.main2_list {
	margin-bottom:35px;
	display: flex;
	justify-content:flex-start;
}

.main2_lin {
	background-color: #B29D84;
	border-radius: 10px; 
	text-align: center;
	width:19%;
	margin-right:2%;
	padding-top:2%;
	padding-bottom:2%;
}

.main2_lin img{
	width:50%;
	height:auto;
	margin-bottom:15px;
}

.main2_lm {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
	letter-spacing:0.1em;
	margin-bottom:15px;
}

.main2_lt {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	text-align: left;
	color: #FFF;
}

.main2_btn {
	text-decoration: none;
	color: #000;
	background-image: url(../img/main2_arr.svg);
	background-repeat: no-repeat;
	background-position: right 10px;
	background-size: 60px;
	padding-right: 65px;
	letter-spacing: 0.1em;
	font-size: 17px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.main2_btn:hover {
	color: #0071A7;
	background-image: url(../img/main2_arr-h.svg);
	background-repeat: no-repeat;
	background-position: right 10p;
	background-size: 60px;
}

.main3 {
	min-width:1200px;
}

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

.main3_wrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}

.main3_midashi {
	background-image: url(../img/main3_tb.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size:auto 50px;
	text-align: center;
	padding-top: 72px;
	padding-bottom: 123px;
}

.main3_m1 {
	background-image: url(../img/main3_mb.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 390px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.25em;
	padding-bottom: 40px;
	margin-bottom: 42px;
}

.main3_midashi h2{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.2em;
}

.main3_1 {
	background-image: url(../img/main3_1back.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

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

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

.main3_circle {
	background-color: #E5D800;
	height: 130px;
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 35px;
}

.main3_circle p{
	color: #FFF;
	font-size: 17px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}

.main3_title {
}

.main3_m2 {
	width: 283px;
	background-image: url(../img/main3_fkd.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-top: 7px;
	padding-bottom: 35px;
	padding-left: 40px;
}

.main3_m3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: 0.05em;
}

.main3_m3 span{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 0.05em;
	color: #6C9BC0;
}

.main3_txt1 {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom:30px;
}

.main3_subc1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:20px;
}

.main3_subp {
	width: 25%;
}

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

.main3_subt {
	width:73%;
}

.main3_subt h3{
	font-size: 20px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin-bottom:20px;
}

.main3_2m {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 40px;
}

.main3_2pic {
	width: 50%;
	background-image: url(../img/main3_2pic.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.main3_2title {
	width: 47%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main3_2inm {
	display: flex;
	justify-content:flex-start;
	align-items: center;
}

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

.main3_2subin {
	width: 30%;
	text-align: center;
}

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

.main3_3pic {
	width: 50%;
	background-image: url(../img/main3_3pic.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	order: 2;
}

.main3_3title {
	width: 47%;
	padding-top: 20px;
	padding-bottom: 20px;
	order: 1;
}

.main3_bottom {
	background-image: url(../img/main3_bottom.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	padding-bottom: 20px;
}

.main4 {
	min-width:1200px;
	width: 100%;
	background: #B5DAD3;
	outline: 2px solid rgb(255, 255, 255);
	outline-offset: -30px;
	padding-top: 80px;
	padding-bottom: 90px;
}

.main4_m {
	text-align: center;
	margin-bottom: 70px;
}

.main4_title {
	background-image: url(../img/main4_mback.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

.main4_m p {
	font-size: 20px;
	letter-spacing: 0.25em;
	margin-bottom: 45px;
}

.main4_m h3 {
	font-size: 50px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.main4_c1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
}

.main4_c1p {
	width: 41%;
	background-image: url(../img/main4_p1.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	display: flex;
	justify-content:flex-end;
	align-items: flex-start;
	
}

.main4_c1p img{
	width:200px;
	height:auto;
	margin-top:-40px;
	margin-right:-40px;
}

.main4_c1t {
	width: 50%;
	padding-right: 5%;
	font-size: 18px;
	line-height: 1.8em;
	padding-top: 5%;
	padding-bottom: 5%;
}

.main4_c2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main4_c2in {
	width: 32%;
	text-align: center;
}

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

.main4_c2in p {
	font-size: 17px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.main4_btn {
	display: flex;
	justify-content: center;
	width: 400px;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/main4_btn.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 80px auto;
	padding-bottom: 20px;
}

.main4_btn p{
	font-size: 26px;
	color: #547980;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.main4_btn:hover {
	background-image: url(../img/main4_btnh.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 84px auto;
	
}

.main4_btn p:hover{
	color: #82A6AC;
}

.main5 {
	min-width:1200px;
	width: 100%;
	background: #EADBD6;
	outline: 2px solid rgb(255, 255, 255);
	outline-offset: -30px;
	padding-top: 90px;
	padding-bottom: 90px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main5_p {
	width: 45%;
	background-image: url(../img/main5_p.webp);
	background-repeat: no-repeat;
	background-position: center top;
}

.main5_p img {
	width:200px;
	height:auto;
	margin-top:-40px;
	margin-left:-40px;
}

.main5_t {
	width: 45%;
	padding-left: 6%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.main5_m {
	text-align: center;
	margin-bottom: 50px;
}

.main5_title {
	background-image: url(../img/main5_mback.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}

.main5_m p {
	font-size: 20px;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}

.main5_m h3 {
	font-size: 50px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.main5_txt {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 50px;
}

.main5_btn {
	display: flex;
	justify-content: center;
	width: 360px;
	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: 10px;
	padding-bottom: 15px;
	background-color: #CDA7A0;
}

.main5_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

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

.main6 {
	min-width: 1200px;
	background-image: url(../img/main6_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	margin-bottom: 70px;
}

.main6_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}

.main6_midashi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:40px;
}

.main6_title {
	width: 48%;	
}

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

.main6_tside {
	width: 378px;
	text-align: center;
	background-image: url(../img/main6_mback.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	padding-bottom: 50px;
}

.main6_tside p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height:1.8em;
}

.main6_tside p span{
	background:linear-gradient(transparent 70%, #E5D800 70%);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

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

.main6_in {
	background-color: #D1D1D1;
	width: 23%;
	text-decoration: none;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 25px;
	border-radius: 10px;
	margin-bottom:2%;
}

.main6_in img{
	width:35%;
	height:auto;
	margin-bottom:20px;
}

.main6_arr {
	background-image: url(../img/main6_arr.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30px;
	font-size: 20px;
	color: #000000;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 25px;
	letter-spacing:0.1em;
}

.main6_arr span{
	font-size: 25px;
	color:#4E7180;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.main6_txt {
	font-size: 19px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000000;
}

.main6_in:hover {
	background-color: #C1C1C1;
}

.main6_btn {
	display: flex;
	justify-content: center;
	width: 400px;
	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: 15px;
	padding-bottom: 20px;
	background-color: #80AAA2;
}

.main6_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.main6_btn:hover {
	background-color: #689B91;
}

.main7 {
	min-width: 1200px;
	background-image: url(../img/main3_tb.svg),url(../img/main7_doctor.webp),url(../img/main7_back.webp);
	background-repeat: repeat-x,no-repeat,no-repeat;
	background-position: left top,right bottom,left top;
	background-size: auto 50px,600px,100%;
	background-color: #E8E8E8;
	border-radius: 0px 0px 0px 70px;
	-webkit-border-radius: 0px 0px 0px 70px;
	-moz-border-radius: 0px 0px 0px 70px;
	margin-bottom: 50px;
}

.main7_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17%;
}


.main7_title {
	width: 25%;
	padding-bottom: 6%;
}

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


.main7_in {
	width: 80%;
	padding-left: 3%;
	padding-bottom: 100px;
}

.main7_in h3 {
	font-size: 23px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding-bottom: 5%;
}

.main7_c h3 span{
	font-size: 23px;
	color: #527689;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.main7_c p{
	font-size: 17px;
	line-height: 1.8em;
}


footer {
	min-width: 1200px;
	overflow: hidden;
}

.page_foot {
	background-color: #F4F4F4;
	padding-top: 70px;
}

.foot_logo {
	margin-bottom: 50px;
	text-align: center;
}

.foot_logo img{
	width:30%;
	height:auto;
	margin-bottom:20px;
}

.foot_logo p{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size:18px;
}

.footer_cont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}

.foot_1 {
	width: 48%;
}

.foot_2 {
	width: 48%;
}

.foot_telm {
	background-color: #6C9BC0;
	font-size: 18px;
	color: #FFF;
	padding: 10px;
	border-radius: 100vh;
	width: 250px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom:15px;
}

.foot_tel {
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 400;
	font-size: 45px;
	letter-spacing: 0.05em;
	background-image: url(../img/tel_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
	padding-left: 35px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

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

.foot_2 p{
	font-size:17px;
	line-height:1.6em;
}

.foot_m {
	color: #4D7489;
	font-size: 19px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C9BC0;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.foot_map {
	  background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 25%, #97D2CA 25%, #97D2CA 100%);
}

.foot_map div{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height:450px;;
}

.foot_map-top {
	  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 25%, #97D2CA 25%, #97D2CA 100%);
}

.foot_map-top div{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height:450px;;
}

.copyright {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #97D2CA;
	text-align: center;
}

.copyright p{
	font-size: 16px;
	color: #FFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height:50px;
}

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

.dc_file {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.dc_file img{
	width: 450px;
	height:auto;
	margin-right: 10px;
	margin-left: 10px;
}

/*　中ページ　*/

.page_title1 {
	width: 100%;
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	padding-top: 2%;
	padding-bottom: 2%;
	background-image: url(../img/page_title1.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.page_title2 {
	width: 100%;
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	padding-top: 2%;
	padding-bottom: 2%;
	background-image: url(../img/page_title2.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.title_cont {
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 4%;
	background-image: url(../img/title_cont1.svg),url(../img/title_cont2.svg);
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right bottom;
	background-size: 130px,50px;
	padding-top: 6%;
	padding-bottom: 4%;
}

.title_cont h3{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #68553E;
	padding-left: 27%;
	line-height: 0.8em;
	letter-spacing: 0.05em;
}

.title_cont h3 span{
	font-size: 23px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	color: #6C9BC0;
	letter-spacing:0em;
}


.page_header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:20px;
}

.page_cont {
	padding-bottom: 100px;
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main_cont {
	flex: 1;
}

.side_cont {
	width: 280px;
	margin-right: 50px;
}


/*　サイド　*/

.side_banner {
	width: 100%;
}

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

.side_nav {
	margin-bottom: 20px;
}

.side_nav li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 10px;
}

.side_nav li a {
	color: #000;
	background-image: url(../img/side_arr.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	text-decoration: none;
	padding-left: 35px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.side_nav li a:hover {
	color: #97D2CA;
}

.side_m1 {
	display: flex;
	align-items: center;
	color: #666;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-bottom:10px;
}

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

.side_m1:after {
	margin-left: 0.5rem;
}

.side_tel {
	color: #5f7f99;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-bottom:20px;
}

.side_tel img{
	width:25px;
	padding-right:5px;	
}

.side_jmp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #57B7AB;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:25px;
}

.side_jmp p{
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.side_jmp:hover {
	background-color: #97D2CA;
}



/*　メイン　*/

.gree_pic {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	width:25%;
	height:auto;
	border-radius: 10px;  
}

.gree_txt {
	margin-bottom: 50px;
}

.guide_c {
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
}

.guide_txt {
	width:68%;
}

.guide_pic {
	width:30%;
}

.guide_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.acc1 {
	margin-bottom: 80px;
}

.acc1 table {
	width:100%;
}

.acc1 table th{
	background-color: #DDD9C8;
	padding: 15px;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-radius: 5px;  
}

.acc1 table td{
	padding: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.acc2 {
	width: 100%;
	height: 450px;
	border: 8px solid #DDD9C8;
	border-radius: 5px;
	margin-bottom: 50px;
}

.cont_c {
	text-align:center;
}

.cont_txt {
	font-size: 18px;
	margin-bottom: 45px;
}

.cont_tel {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 70px;
}

.cont_tel span{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.cont_midashi {
	position: relative;
	padding: 15px;
	border: 2px solid #666;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
}

.cont_midashi:before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-25deg);
	height: 25px;
	width: 15px;
	background-color: white;
	content: "";
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666;
}

.cont_btn {
	display: flex;
	justify-content: center;
	width: 500px;
	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: 15px;
	padding-bottom: 20px;
	background-color: #CDA7A0;
	margin-bottom: 50px;
}

.cont_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

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

.acc3 {
	width: 100%;
	height: 450px;
	margin-bottom: 50px;
}

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

.gree_list {
	margin-bottom: 80px;
}

.gree_list li{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-type: none;
}

.medi_btn {
	display: flex;
	justify-content: center;
	width: 200px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #80AAA2;
}

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

.medi_btn:hover {
	background-color: #9BBDB7;
}

.medi_c {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.medi_txt {
	width:60%;
}

.medi_pic {
	width:38%;
}

.medi_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.medi_cl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.medicl_txt {
	width:60%;
}

.medicl_pic {
	width:38%;
}

.medicl_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.cari1 {
	margin-bottom: 70px;
}

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

.cari1 ul li {
	background-color: #F4F4F4;
	padding: 3%;
	width: 26%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px; 
}

.cari1 ul li h5{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #5BB9AD;
	font-size: 18px;
	margin-bottom:10px;
}

.cari2 {
	margin-bottom: 70px;
}

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

.cari2 ul li {
	background-color: #F4F4F4;
	padding: 3%;
	width: 43%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px; 
}

.cari2 ul li h5{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #5BB9AD;
	font-size: 18px;
	margin-bottom:10px;
}

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

.ortho_fc {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #6c9bc0;
	width: 50px;
	height: 250px;
}

.ortho_fc p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	letter-spacing:0.1em;
	font-size: 18px;
}

.ortho_arr {
	width: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.ortho_arr img{
	width:100%;
}

.ortho_m {
	color: #333333;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6c9bc0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.ortho_m span{
	color: #6c9bc0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-right: 15px;
}

.qa_q {
	color: #333333;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6c9bc0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.qa_q span{
	color: #6c9bc0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-right: 5px;
}

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

.qa_am {
	color: #FF9999;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-right: 5px;
}

.qa_at {
	padding-top:15px;
}

.shi_table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom:50px;	
}

.shi_table th{
	padding: 15px;
	background-color: #F4F4F4;
	border: 1px solid #CCC;
}

.shi_td1 {
	background-color: #F4EDEA;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #CCC;
	width: 200px;
}

.shi_td2 {
	padding: 15px;
	border: 1px solid #CCC;
}

.shi_td3 {
	padding: 15px;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: 150px;
	text-align: right;
}

.shi_tdm {
	font-size: 18px;
	color: #009999;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.meinte1_c {
	background-color: #F4F4F4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 4%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	margin-bottom: 30px;
}

.meinte1_m {
	text-align: center;
	margin-bottom: 35px;
}

.meinte1_m span{
	background-color: #FFF;
	padding: 1%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 18px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E5D800;
}

.meinte1_list {
}

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

.meinte1_list ul li{
	background-color: #97D2CA;
	padding: 1.5%;
	width: 16%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.child_c1 {
	background-color: #DCEDEA;
	padding: 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

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

.child_c1t {
	width:60%;
}

.child_c1p {
	width:38%;
}

.child_c1p img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.child_m1 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #4E7180;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.infe1_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.infe1_txt {
	flex: 1;
}

.infe1_pic {
	width: 130px;
	margin-right:3%;
}

.infe1_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.infe_m {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C9BC0;
}

.infe_mspan{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #6C9BC0;
	margin-bottom:5px;
}

.infe2_txt {
	flex: 1;
	order: 1;
}

.infe2_pic {
	width: 250px;
	margin-left:3%;
	order: 2;
}

.infe2_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.guide_y {
	background-color: #F4F4F4;
	padding: 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.guide_y ul {
	margin-bottom:20px;

}

.guide_y ul li {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin-bottom:10px;
}

.guide_li {
	margin-bottom: 150px;
}

.guide_li ul li{
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-bottom:10px;
}

.menu_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 80px;
}

.menu_table th{
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px solid #CCC;
}

.menu_td1 {
	background-color: #F4EDEA;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #CCC;
	width: 150px;
}

.menu_td2 {
	padding: 15px;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: 150px;
	text-align: right;
}

.main_news {
	background-color: #F8F8F8;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	text-align: center;
}

.news_midashi {
	background-image: url(../img/main3_mb.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 390px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.25em;
	padding-bottom: 40px;
	margin-bottom: 42px;
	text-align: center;
}

.main_kenshin {
	background-color: #F8F8F8;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	text-align: center;
}

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

.main_kenshin ul li:nth-child(1){
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-right: 10px;
	letter-spacing: 0.25em;
}

.main_kenshin ul li:nth-child(n+2)  {
	margin:0 5px;
}

.main_kenshin ul li a {
	background-color: #CDA7A0;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
}

.main_kenshin ul li a:hover {
	background-color: #C4978E;
}

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

.ksn_c div{
	width: 48%;
	margin-bottom: 30px;
}

.ksn_t {
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
}

.ksn_t th{
	width: 49%;
	border: 1px solid #CCC;
	padding: 2%;
	background-color: #F8F8F8;
}

.ksn_t td{
	width: 49%;
	border: 1px solid #CCC;
	padding: 2%;
	vertical-align: middle;
}

.ksn_telc {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	margin-bottom:10px;
}

.ksn_telc p:nth-child(1) {
	color: #666;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}

.ksn_telc p:nth-child(2) {
	font-weight: bold;
	color: #000;
	margin-right: 15px;
	padding-bottom: 5px;
}

.ksn_telc p:nth-child(3) {
	font-weight: bold;
	font-size: 40px;
	color: #6C9BC0;
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 300;
	background-image: url(../img/tel_bl.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 35px;
	padding-left: 35px;
	padding-bottom: 10px;
}

.ksn_link a{
	color: #6C9BC0;
}

.main_ksnb {
	background-color: #F8F8F8;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 70px;
	padding-top: 1.5%;
	padding-right: 5%;
	padding-bottom: 1.5%;
	padding-left: 5%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ksnb_btn {
	display: flex;
	justify-content: center;
	width: 360px;
	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: #CDA7A0;
}

.ksnb_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

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

.ksnb_midashi {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-right: 20px;
}


.yoyaku_sub {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom:15px;
}

.yoyaku_sub:before, .yoyaku_sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

.yoyaku_sub:before {
  left:0;
}

.yoyaku_sub:after {
  right: 0;
}

.air_btn {
	display: flex;
	justify-content: center;
	width: 250px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 8px;
	padding-bottom: 10px;
	background-color: #6C9BC0;
}

.air_btn p{
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.air_btn:hover {
	background-color: #588DB8;
}

.rec1 {
	text-align: center;
	margin-bottom: 80px;
}

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

.rec2_c {
	background-color: #F4F4F4;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	width:26%;
	 border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.rec2_nb {
	background-color: #5BB9AD;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom:20px;
}

.rec2_nb p{
	color: #FFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;	
	line-height:1.8em;
}

.rec2_nb p span{
	color: #FFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size:40px;
}

.rec2_m {
	color: #5BB9AD;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size:18px;
	text-align: center;
	margin-bottom:22px;
}

.rec_midashi {
	position: relative;
	display: inline-block;
	padding: 0 85px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 40px;
	color: #5BB9AD;
}

.rec_midashi:before, .rec_midashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 3px;
  background-color: #5BB9AD;
}

.rec_midashi:before {
  left:0;
}

.rec_midashi:after {
  right: 0;
}

.rec3 {
	border: 4px solid #F4F4F4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 100px;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 3%;
}

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

.rec3 ul li{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: 18px;
	background-image: url(../img/rec_arr.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 50px;
	margin-bottom:10px;
	width:42%;
}

.rec_link {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	text-decoration: none;
	margin-bottom: 80px;
}

.rec_link1 {
	width: 48%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #6C9BC0;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}

.rec_link li a {
	text-decoration: none;
}

.rec_link2 {
	width: 48%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CDA7A0;
	text-align: center;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.rec_link p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #FFF;
}

.rec_link p span{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}

.rec_link1:hover {
	background-color: #6293BB;
}

.rec_link2:hover {
	background-color: #C89E97;
}

.rec_bm1 {
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 0.1em;
	background-color: #6C9BC0;
	color: #FFF;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	margin-bottom:40px;
}

.rec_bm1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #6C9BC0;
  width: 0;
  height: 0;
}

.rec_bm2 {
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 0.1em;
	background-color: #CDA7A0;
	color: #FFF;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	margin-bottom:40px;
}

.rec_bm2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #CDA7A0;
  width: 0;
  height: 0;
}

.rec_list1 {
	margin-bottom:80px;
}

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

.rec_list1 dl dt{
	background-color: #D9E6F0;
	width: 200px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.rec_list1 dl dd{
	flex: 1;
	padding: 15px;
}

.rec_list1 dl dd ul li{
	text-indent:-1em;
	padding-left:1em;
}


.rec_list2 {
	margin-bottom:80px;
}

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

.rec_list2 dl dt{
	background-color: #F0E3E1;
	width: 200px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.rec_list2 dl dd{
	flex: 1;
	padding: 15px;
}

.rec_list2 dl dd ul li{
	text-indent:-1em;
	padding-left:1em;
}

.rec_btn {
	display: flex;
	justify-content: center;
	width: 500px;
	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: 10px;
	padding-bottom: 15px;
	background-color: #5BB9AD;
}

.rec_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}

.rec_btn:hover {
	background-color: #46A498;
}

.imp_flowc {
	margin-bottom: 90px;
}

.imp_flow {
	width: 95%;
	margin-left: 5%;
	background-color: #F4F4F4;
	display: flex;
	align-items: flex-start;
	padding-top: 2%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.imp_nb {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #5BB9AD;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -5%;
}

.imp_nb h5{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 30px;
	line-height:1.0em;
}

.imp_nb h5 span{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
}

.imp_flowt {
	padding: 2% 3% 4% 2%;
	flex: 1;
}

.imp_flowt h4{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #4E7180;
	font-size: 20px;
	margin-bottom: 20px;
}

.imp_farr {
	width: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

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

.white_menu {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 80px;
}

.white_menu th{
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px solid #CCC;
}

.white_menu1 {
	background-color: #F4EDEA;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #CCC;
}

.white_menu2 {
	background-color: #F4EDEA;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #CCC;
	width: 100px;
}

.white_menu3 {
	padding: 15px;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: 350px;
	text-align: right;
}

.white_menu3 span:nth-child(1){
	color: #C00;
	font-size: 14px;
	margin-right:3px;
}

.white_menu3 span:nth-child(2){
	color: #C00;
	font-size: 18px;
	font-weight: bold;
}

.white_menu3 span:nth-child(3){
	background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #888;
    margin: 0 0 0 0.4em;
    text-decoration: none;
}


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

.spo1_c {
	width: 24%;
	background-color: #F4F4F4;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.spo1_c h5{
	width: 110px;
	height: 110px;	
	margin-right: auto;
	margin-left: auto;
	background-color: #5BB9AD;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-top:-50px;
}

.spo1_c h5 p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #FFF;
}

.spo1_txt {
	padding:6% 6% 8% 6%;
}

.spo2_c {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}

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

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

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

.spo2_c h4 {
	text-align: center;
	margin-bottom: 35px;
}

.spo2_c h4 span{
	background-color: #FFF;
	padding: 1%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 18px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E5D800;
}

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

.pmtc_flow {
	width: 28%;
	background-color: #F4F4F4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 3%;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}

.pmtc_nb {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #5BB9AD;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-top:-20px;
	margin-bottom:10px;
}

.pmtc_nb h5{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 25px;
	line-height:1.0em;
}

.pmtc_nb h5 span{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
}

.pmtc_flowt {
	padding: 2% 3% 4% 2%;
	flex: 1;
}

.pmtc_flowt h4{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #4E7180;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.air_c1 {
	background-color: #DCEDEA;
	padding: 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

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

.air_pic img{
	width:48.5%;
	height:auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.air_c1 ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.air_c1 ul li{
	margin: 0 3px 10px 3px;
	background-color: #5BB9AD;
	padding: 5px 15px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	border-radius: 9999px;
	color: #FFF;
	
}

.mainte1 {
	background-color: #F4F4F4;
	padding: 2%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 50px;
}

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

.mainte1_q h5 {
	background-color: #FFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.mainte1_q h5 span{
	color: #4E7180;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:3px 0;	
	
}

.mainte1_q {
	background-color: #97D2CA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 2%;
	width:27%;
}

.mainte1_q ul li{
	color: #FFF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size:18px;
	text-indent:-1em;
	padding-left:1em;
}

.mainte_arr {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:15px 0;
}

.mainte_arr img{
	width:10%;
	height:auto;
	margin:0 12.5%;
}

.mainte1_a {
	background-color: #FFF;
	padding: 3% 2%;
	width:27%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.mainte1_a h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #CDA7A0;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 10px;
	height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainte1_a h5 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #CDA7A0;
	text-align: center;
	margin-bottom:10px;
}

.mainte1_ap {
	text-align: center;
	margin-bottom: 15px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #666;
}

.mainte1_btn {
	display: flex;
	justify-content: center;
	width: 80%;
	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: #CDA7A0;
}

.mainte1_btn p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
}

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

.clean_p1 {
	color: #4E7180;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom:20px;
}

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

.mainte2 div{
	width:43%;
	padding:3%;
	background-color: #F4F4F4;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.mainte2_p1{
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	margin-bottom:5px;
}

.mainte2_p2{
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	color: #CDA7A0;
}

.mainte2 div ul li{
	text-align: center;	
}

}

.red {
	color: #C00;
}

.padd40 {
	padding-bottom:40px;
}

/*　Difyチャットボット設定　*/

