@charset "utf-8";

.yoyaku {
	margin-bottom:40px;
}

.yoyaku iframe {
	width: 100%;
    height: 210px;
}

/*
.yoyaku iframe {
	width: -webkit-fill-available;
    height: 210px;
}
*/


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


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #323232;
	font-size: 18px;
	line-height:1.6em;
}

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-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

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;
}

.spDisp {
	display: none;
}

.spHide {
	display:block;
}
.pcHide {
	display:none;
}

.midashi1 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.midashi2 {
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.midashi3 {
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 15px 15px 15px 20px;
	margin-bottom: 40px;
	background-color: #F4F4F4;
	color: #34211d;
}

.midashi4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 40px;
	color: #3089a1;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
}

.midashi5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 30px;
	color: #3088a1;
}

.midashi6 {
	margin-bottom: 60px;
	font-size: 30px;
	color: #3088a1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #3088a1;
	padding-left: 20px;
}

.midashi7 {
	font-size: 22px;
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom:30px;
}

.midashi8 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 30px;
	padding-bottom: 20px;
	line-height: 1.5em;
}




.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
}

.toph1 {
	font-size: 12px;
	margin-bottom: 20px;
}

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

.header_logo {
	width: 450px;
	margin-left: 2%;
	padding-top: 15px;
}

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

.header_info {
	display: flex;
	justify-content:flex-end;
	align-items: center;
}

.head_tel {
	
}

.head_tel p:nth-child(1){
	font-size: 18px;
	margin-bottom:12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing:0.05em;
}

.head_tel p:nth-child(2){
	font-family: Jost, sans-serif;
	font-weight: 400;
	margin-right: 20px;
	font-size: 42px;
	background-image: url(../img/head_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
	padding-left:30px;
}

.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height:100px;
	background-color: #272221;
}

.head_btn p {
	width:80%;
}

.head_btn p img{
	width:100%;
	height:auto;
}

.head_btn:hover {
	background-color: #897a5e;
}

/*　グローバルナビ　*/

nav {
	min-width: 1200px;
}

nav ul{
	display: flex;
	justify-content:flex-end;
	padding-right:2%;
}

nav ul li {
	margin-left:20px;
}

nav ul li a{
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	letter-spacing:0.1em;
}

nav ul li a:hover{
	color: #999999;
}


.globalNav {
	display: flex;
	height: 30px;
	margin: 0 0 30px 0;
}

.globalNav > li {
	position: relative;
	flex: 0 0 auto;
	text-align: center;
	transition: all .3s;
}

.globalNav li a{
	color: #333;
	text-decoration: none;
}

.globalNav .sub-menu {
	opacity: 0; 
	visibility: hidden;
	transition: all .3s;
	transform: translateY(20px) translateX(-5%);
	position: relative;
	box-sizing: border-box;
	width: 1px;
	text-align: left;
}
.globalNav .sub-menu ul{
	display: flex;
	flex-wrap: wrap;
	background: #e8f4f9;
	width: 500px;
	padding: 12px 18px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	margin: 15px 0 0 0;
	gap: 5px 0;
	flex-direction: row;
	justify-content: flex-start;
}
.globalNav .sub-menu li{
	line-height: 1.2;
	text-align: left;
	flex: 0 0 33.33%;
	padding: 0;
	margin: 0;
}
.globalNav .sub-menu li:hover{
	background: none;
}
.globalNav .sub-menu li a{
	font-size: 14px;
	display: inline-block;
	padding: 8px 2px;
	letter-spacing: -0.5px;
}
.globalNav .sub-menu li a:hover{
	text-decoration: underline;
}
.globalNav li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	transform: translateY(-1px) translateX(-5%);
}



/* 旧サブナビ関連 */
.globalNav .subNav li:last-of-type a {
	border-bottom: none;
}

.globalNav .subNav {
	opacity: 0; 
	visibility: hidden;
	transition: all .3s;
	transform: translateY(-5px);
	position: relative;
}

.globalNav .subNav li {
	background-color: #D0DCC5;
	border-top: 1px solid #fff;
}


.globalNav li:hover .subNav {
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	transform: translateY(0);
}



/*　メインイメージ　*/

.main_img {
	background-image: url(../img/main_img.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-width: 1200px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #d4cdc3;
	margin-bottom: 40px;
}

.main_img h2 {
	width: 50%;
	padding: 7% 0 18% 5%;
}

.main_img h2 img{
	width:100%;
	height:auto;
}

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

.main1_1t{
	width: 600px;
	padding-top: 2%;
	padding-bottom: 2%;
}

.main1_1t h2{
	font-size: 45px;
	color: #34211d;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing:0.05em;
	line-height:1.5em;
	margin-bottom:50px;
}

.main1_1t h2 span{
	font-size: 47px;
	color: #3088a1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.main1_1t p span{
	font-size: 20px;
	color: #34211d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #34211d;
	margin-bottom: 20px;
	padding-bottom: 8px;
	line-height:2.2em;
	letter-spacing:0.1em;
}

.main1_1p {
	flex: 1;
	background-image: url(../img/main1_1p.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:cover;
	margin-left:4%;
}

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

.main1_2t {
	flex: 1;
	order: 2;
	padding-top: 2%;
	padding-bottom: 2%;
}

.main1_2t p {
	font-size: 19px;
	line-height:1.9em;
}

.main1_2p {
	width: 35%;
	margin-right: 30px;
	background-image: url(../img/main1_2p.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	order: 1;
}

.main2_img {
	background-image: url(../img/main2_img.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}

.main2_title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 90px 0;
}

.main2_title h3{
	text-align: right;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}

.main2_title h3 span{
	text-align: right;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.main2_titlep {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 60px;
	margin-left:20px;
	padding-top:20px;
}

.main2_title1 {
	font-size: 100px;
	color: #3088a1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}

.main2_title2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 60px;
	color: #3088a1;
}

.main2_1 {
	background-image: linear-gradient(0deg, rgba(219, 215, 206, 1), rgba(255, 255, 255, 1));
	padding-bottom: 120px;
}

.main2_1c {
	background-image: url(../img/main2_1back.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 55%;
	margin-bottom: 50px;
}

.main2_1m {
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
	margin-left:5%;
	margin-bottom:40px;
}

.main2_1m p{
	width:100px;
	margin-right:40px;
	padding-top:10px;
}

.main2_1m p img{
	width:100%;
	height:auto;
}

.main2_1m h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 46px;
	color: #333333;
}

.main2_1m h3 span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 46px;
	color: #3088a1;
}

.main2_1ms {
	font-size: 19px;
	color: #34211d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-left: 5%;
	line-height: 1.6em;
	margin-bottom: 30px;
	width:40%;
	text-align:center;
}

.main2_1circle {
	width:41%;
	margin-left:5%;
}

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

.main2_1txt {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height:1.8em;
}

.main2_2nb {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-40px;
}

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

.main2_2 {
	background-image: url(../img/main2_2back.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80%;
	padding-top: 100px;
	margin-top: -36px;
	margin-bottom: 80px;
}

.main2_2 h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 46px;
	color: #333333;
	text-align: center;
	line-height:1.6em;
	margin-bottom:50px;
}

.main2_2 h3 span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 46px;
	color: #3088a1;
}

.main2_2c1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width:95%;
	margin-bottom:10px;
}

.main2_2c1 div:nth-child(1) {
	width: 320px;
	background-image: url(../img/main2_2p1.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.main2_2c1 div:nth-child(2) {
	flex: 1;
	background-image: linear-gradient(90deg, #a8d9d0, #9ac0c6);
	padding:3%;
}

.main2_2c2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width:95%;
	margin-left:5%;
	margin-bottom:10px;
}

.main2_2c2 div:nth-child(1) {
	width: 320px;
	background-image: url(../img/main2_2p2.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	order: 2;
}

.main2_2c2 div:nth-child(2) {
	flex: 1;
	background-image: linear-gradient(90deg, #a8d9d0, #9ac0c6);
	padding:3%;
	order: 1;
}

.main2_2c3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width:95%;
	margin-bottom:10px;
}

.main2_2c3 div:nth-child(1) {
	width: 320px;
	background-image: url(../img/main2_2p3.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.main2_2c3 div:nth-child(2) {
	flex: 1;
	background-image: linear-gradient(90deg, #a8d9d0, #9ac0c6);
	padding:3%;
}


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

.main2_2 h4 span{
	font-size: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #FFF;
}

.main2_2 p{
	font-size: 18px;
	line-height:1.8em;
}

.main2_3m {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	
}

.main2_3m p{
	width:100px;
	padding-top:8px;
	margin-right:30px;
}

.main2_3m p img{
	width:100%;
	height:auto;
}

.main2_3m h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 46px;
	color: #333333;
	margin-bottom: 70px;
}

.main2_3m h3 span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 46px;
	color: #3088a1;
}

.main2_3 {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(219, 215, 206, 1));
	margin-bottom: 30px;
}

.main2_3mi {
	width: 90%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: -50px;
	margin-bottom: 30px;
}

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

.main2_3c div:nth-child(1) {
	width:35%;
	margin-right:30px;
}

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

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

.main2_3c div:nth-child(2) h4{
	font-size: 28px;
	color: #34211d;
	margin-bottom:20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.main2_3c div:nth-child(2) p {
	line-height:1.7em;
}

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

.main2_3li div{
	width:32%;
}

.main2_3li div h4 {
	color: #3088a1;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 26px;
	padding: 30px 0;
	background-image: url(../img/main2_3lib.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
	letter-spacing:0.05em;
}

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

.main3_m {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #897a5e;
	padding-top: 80px;
	text-align: center;
	padding-bottom: 50px;
}

.main3_m h3{
	font-size: 30px;
	margin-bottom:20px;
}

.main3_m p{
	font-size: 23px;
	color: #897a5e;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

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

.main3_in1 {
	width: 92%;
	background-color: #b1b1b1;
	background-image: url(../img/main3_b1.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	padding:5% 4%;
}

.main3_in2 {
	width: 92%;
	background-color: #b9b0a0;
	background-image: url(../img/main3_b2.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	padding:5% 4%;
}

.main3_in3 {
	width: 92%;
	background-color: #80abae;
	background-image: url(../img/main3_b3.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	padding:5% 4%;
}

.main3_c1 h4 {
	font-size: 40px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 50px;
	text-align: center;
}

.main3_c1 h5 {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #FFF;
	margin-bottom:30px;
	text-align: center;
}

.main3_txt {
	color: #000;
	margin-bottom: 50px;
}

.main3_btn {
	display: flex;
	justify-content: center;
	width: 60%;
	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: 10px;
	background-color: #FFFFFF;
}

.main3_btn p{
	font-size: 18px;
	color: #658086;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main3_btn:hover {
	background-color: #F1F1F1;
}

.main3_c2 {
	background-image: url(../img/main3_2b.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #fafafa;
}

.main3_c2 h4 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	color: #3088a1;
	font-size: 50px;
	text-align: center;
	margin-bottom:40px;
}

.main3_c2 h4 span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	color: #3088a1;
	font-size: 38px;
	text-align: center;
}

.main3_c2 h5 {
	color: #34211d;
	font-size: 20px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom:30px;
}

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

.main3_c2 ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 10px #e9e9e9 ,
-2px 2px 10px #e9e9e9 ,
2px -2px 10px #e9e9e9 ,
-2px -2px 10px #e9e9e9;
	background-color: #FFF;
	height: 168px;
	width: 168px;
	border-radius: 50%;
	margin:0 3px;
}

.main3_c2 ul li p{
	color: #34211d;
	font-size: 21px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height:1.6em;
}

.main3_2txt {
	font-size: 23px;
	text-align: center;
	line-height: 1.6em;
	color: #000;
	letter-spacing:0.05em;
	margin-bottom:50px;
}

.main3_2btn {
	width:60%;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 2px 2px 10px #e9e9e9 ,
-2px 2px 10px #e9e9e9 ,
2px -2px 10px #e9e9e9 ,
-2px -2px 10px #e9e9e9;
	
}

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

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

.main4_title {
	display: flex;
	align-items: flex-end;
	justify-content:flex-start;
	margin-top:-30px;
	margin-bottom:60px;
}

.main4_title div:nth-child(1){
	height: 260px;
	width: 260px;
	margin-right:40px;
}

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

.main4_title div:nth-child(2){
	padding-bottom:10px;
}

.main4_title div:nth-child(2) h4{
	font-size: 50px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	color: #000;
}

.main4_title div:nth-child(2) p{
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #606060;
}

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

.main4 ul li {
	background-color: #d1e0e0;
	display: block;
	width: 19%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding:20px 0;
	margin-bottom:1.5%;
}

.main4 ul li a {
	text-decoration:none;
}

.main4 ul li img{
	width:40px;
	margin:15px 0;
}

.main4_t1 {
	font-size: 17px;
	color: #34211d;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height:1.4em;	
}

.main4_t2 {
	font-size: 25px;
	color: #3088a1;
	line-height:1.4em;	
}

.main4 ul li:hover {
	background-color: #EEF4F4;
}

.main5_img {
	width:100%;
}

.main5_img img{
	width:100%;
	height:auto;
	margin-bottom:50px;
}

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

.main5 div:nth-child(1) {
	width:420px;
	margin-right:30px;
}

.main5 div:nth-child(1) h4{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom:20px;
	letter-spacing:0.05em;
	line-height:1.5em;
}

.main5 div:nth-child(1) h5{
	color: #3088a1;
	font-size: 22px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

.main5 div:nth-child(2) {
	flex: 1;
	padding-top:10px;
}

.main5_txt {
	margin-bottom:50px;
	line-height:1.8em;
}

.main5 div:nth-child(2) ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main5 div:nth-child(2) ul li{
	width:31%;
}

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

.main5 div:nth-child(2) ul li img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.main6 {
	min-width: 1200px;
	background-image: url(../img/main6_back.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	background-color: #f2f2f4;
	margin-bottom: 50px;
}

.main6_c {
	width:60%;
	margin-left:32%;
	padding:5% 0;
}

.main6_c h3{
	font-size: 40px;
	color: #34211d;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-bottom:15px;
	letter-spacing:0.05em;
	line-height:1.6em;
}

.main6_c h5{
	color: #3088a1;
	font-size: 22px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom:60px;
}

.main6_txt {
	margin-bottom:70px;
	line-height:1.8em;
}

.main6_name {
	font-size: 20px;
}

footer {
	min-width:1200px;
}

.footer_c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}

.foot1_1 {
	width: 500px;
	margin-right: 70px;
}

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

.foot1_2 {
	flex: 1;
}

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

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

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

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

.foot_tel div {
	color: #333333;
	font-family: Jost, sans-serif;
	font-weight: 400;
	font-size: 52px;
	background-image: url(../img/foot_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:30px;
	padding-left: 40px;
	line-height:1.0em;
}

.foot_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	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: #34211d;
	background-image: url(../img/foot_arr.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 50%;
	margin-bottom:40px;
}

.foot_btn p{
	font-size: 23px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.foot_btn p span{
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-right:20px;
	letter-spacing:0.1em;
}

.foot_btn:hover {
	background-color: #261815;
}

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

.foot_hour p{
	color: #34211d;
	text-indent:-0.5em;
	padding-left:0.5em;
}

.foot_add {
	color: #34211d;
	margin-bottom: 15px;
}

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

.foot_map {
	width:100%;
}

.foot_card {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 0;
}

.footc_t {
	margin-right:20px;
}

.footc_t span{
	background-color: #F5F2ED;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:16px;
	color: #34211d;
	padding:5px 20px 10px 20px;
	border-radius: 9999px;
	line-height:1.0em;
	margin-bottom:20px;
}

.footc_p {
	width:500px;
}

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

.foot2_wrap {
	background-color: #897a5e;
}

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

.foot_nav1 {
	margin-bottom:40px;
}

.foot_nav1 ul {
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.foot_nav1 li {
	background-image: url(../img/foot_navarr.svg);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size:9px;
	padding-left:20px;
	margin-right:40px;
}

.foot_nav1 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.foot_nav1 ul li a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 18px;
}

.foot_nav2 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.foot_nav2 div:nth-child(1) {
	width: 150px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right:20px;
}

.foot_nav2 div:nth-child(1) a{
	color: #FFFFFF;
	text-decoration: none;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

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

.foot_nav2 div:nth-child(2) ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.foot_nav2 div:nth-child(2) ul li{
	border-right: 1px solid #FFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:10px;
}

.foot_nav2 div:nth-child(2) ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size:16px;
}

.foot_nav2 div:nth-child(2) ul li a:hover{
	color: #333333;
}

.copyright {
	padding-bottom: 20px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: #34211d;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	padding:10px 0;
}

.pagetop {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	position: fixed;
	bottom: 20px;
	right: 5px;
	height: auto;	
}

.pagetop img{
	float: right;
	width: 50px;
	padding-right: 20px;
}

/*　中ページ　*/


.page_title {
	min-width: 1200px;
	margin-bottom: 80px;
}

.page_title img{
	width:90%;
	height:auto;
}

.page_title h3 {
	font-size: 90px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	margin-left: 5%;
	margin-top: -70px;
}

.page_title h4 {
	margin-left: 5%;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-top: -15px;
}

.page_title h5 {
	margin-left:5%;
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-top:-5px;
}

.page_cont {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
}

.acc1 {
	margin-bottom: 120px;
}

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

.acc1 dl dt{
	padding: 15px 10px 15px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 200px;
	background-color: #F3F3F3;
}

.acc1 dl dd{
	flex: 1;
	padding: 15px 10px 15px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.acc2 {
	padding-top: 40px;
	margin-bottom:10px;
}

.acc2 h4 {
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #34211d;
	font-size: 20px;
	letter-spacing: 0.1em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #34211d;
	padding-bottom: 10px;
}

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

.acc2 dl dt{
	background-color: #ede8df;
	padding: 10px 20px;
	width: 280px;
	margin-right: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
}

.acc2 dl dd{
	flex: 1;
}

.cont100 {
	margin-bottom:100px;
}

.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;
}

.guide_y p {
	width:100%;
	text-align:center;
}

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

.medi_btn {
	width:30%;
	margin-bottom:50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 10px;
	text-decoration: none;
	display:block;
}

.medi_btn h5{
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	color: #3088a1;
	font-size: 27px;
	padding:20px 0;
}

.medi_btn p {
	color: #333;
}

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

.medi_btn h5:hover{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #3088a1;
	font-size: 27px;
}

.medi_btn p:hover {
	color: #666;
}

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

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

.faci_c div:nth-child(1) {
	width:30%;
	margin-right:40px;
}

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

.faci_c div:nth-child(1) h4 {
}

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

.staff1 {
	margin-bottom:100px;
}

.staff1 h5 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 35px;
	text-align: center;
	margin-bottom: 50px;
	color: #3088a1;
}

.staff1 p {
	text-align: center;
}

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

.staff2_1 div:nth-child(1){
	width:360px;
	margin-right:30px;
}

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

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

.staff2_1 div dl {
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
}

.staff2_1 div dl dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 22px;
	margin-right:28px;
	padding-top:6px;
}

.staff2_1 div dl dd{
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 40px;
	letter-spacing:0.1em;
	line-height:1.1em;
}

.staff2_1 div dl dd span{
	font-family: Jost, sans-serif;
	font-weight: 400;
	color: #897a5e;
	font-size: 20px;
}

.staff2_2 {
	background-color: #F5F2ED;
	margin-top: -100px;
	margin-left: 5%;
	margin-bottom: 50px;
	padding-top: 150px;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.staff2_2 h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 35px;
	margin-bottom:10px;
	letter-spacing:0.05em;
	line-height:1.5em;
}

.staff2_2 h6 {
	font-family: Jost, sans-serif;
	font-weight: 500;
	color: #897a5e;
	font-size: 20px;
	margin-bottom:50px;
}

.staff2_txt {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.staff_m1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	color: #3088a1;
	margin-bottom:20px;
}

.staff2_in table{
}

.staff2_in table th {
	text-align: left;
	width: 100px;
	padding-bottom: 5px;
}

.staff2_in table td {
	padding-bottom: 8px;
}

.page_main {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.page_main div:nth-child(1){
	width: 450px;
	margin-right: 40px;
}

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

.page_main div:nth-child(2){
	flex: 1;
	margin-bottom: 40px;
}

.page_main h4 {
	font-size: 22px;
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom:30px;
}

.page_in {
	margin-bottom: 80px;
}

.page_main2 {
	margin-bottom: 70px;
}

.page_main2 img{
	float:left;
	width:450px;
	height:auto;
	margin-right: 40px;
	margin-bottom:40px;
}

.page_main2 h4 {
	font-size: 22px;
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom:30px;
}



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

.meinte1 div:nth-child(1){
	width: 150px;
	padding: 15px;
	margin-right: 20px;
	background-color: #3088a1;
		border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.meinte1 div:nth-child(1) p{
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing:0.05em;
}

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

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

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

.mainte2 div h5{
	color: #3088a1;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	height: 70px;
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainte2_img {
	width:100%;
	height:auto;
}

.mainte3 {
	margin-bottom:50px;
}

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

.mainte3 ul li {
	background: #b7dae8;
	background: linear-gradient(140deg,rgba(150, 193, 217, 1) 44%, rgba(240, 235, 235, 1) 100%);
	width:19%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 0;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.mainte3 ul li p{
	color: #FFF;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-size:20px;
}

.mainte4 {
	padding-top: 30px;
}

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

.mainte4 ul li {
	border: 1px solid #CCC;
	padding:0 2% 3% 2%;
	width:15%;
}

.mainte4_nb {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 60px;
	text-align: center;
	margin-top: -10px;
}

.mainte4 h5 {
	font-size: 20px;
	color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.cont_m {
	color: #3088a1;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.cari1 {
}

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

.cari1 ul li {
	padding: 0 1.5% 1.5% 1.5%;
	width: 16%;
	border: 1px solid #CCC;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	
}

.cari1 ul li h5{
	text-align: center;
	margin-top:-10px;
	margin-bottom:15px;
}

.cari1 ul li h5 span{
	background-color: #3088a1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
}

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

.cari1_m1 {
	margin-bottom:10px;
}

.cari1_m1 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	background-color: #897a5e;
	padding: 3px 15px 5px 15px;
	border-radius: 9999px;
	font-size: 16px;
}

.cari_btn {
	display: flex;
	justify-content: center;
	width: 300px;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px 15px 15px;
	background-color: #3088a1;
}

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

.cari_btn:hover {
	background-color: #29778D;
}

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

.peri1 div{
	background-color: #F4F4F4;
	padding: 25px;
	width: 20.5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.peri1 h5{
	color: #3088a1;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom:15px;
	padding-bottom:15px;
}

.peri2 {
	margin-bottom:50px;
}

.peri2 img{
	width:80%;
	margin:0 10% 40px 10%;
}

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

.peri3 h4{
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 30px;
	letter-spacing:0.05em;
}

.peri3 p {
	text-align: center;
	margin-bottom: 40px;
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

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

.peri3 ul li{
	background-image: url(../img/peri3_check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	padding-left: 35px;
	width: 500px;
	font-size: 20px;
	margin:0 10px 20px 10px;
}

.peri4 {
	padding-top: 30px;
}

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

.peri4 ul li {
	border: 1px solid #CCC;
	padding:0 2% 3% 2%;
	width:20%;
	margin-bottom:40px;
}

.peri4_nb {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 60px;
	text-align: center;
	margin-top: -10px;
}

.peri4 h5 {
	font-size: 20px;
	color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.ortho1 {
}

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

.ortho1 li{
	width:31%;
	margin-bottom:30px;
}

.ortho1 li h5{
	margin-bottom:20px;
	color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.ortho1 li img{
	width:100%;
	height:auto;
	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: #3088a1;
}

.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;
}

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

.imp1 div{
	background-color: #F4F4F4;
	padding: 25px;
	width: 28%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.imp1 h5{
	color: #3088a1;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom:15px;
	padding-bottom:15px;
}

.white1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}

.white1 div:nth-child(1){
	width:300px;
	margin-right:30px;
}

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

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

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

.white2 {
	margin-bottom:20px;
}

.white2 h5{
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
	padding-bottom:10px;
	margin-bottom:10px;
}

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

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

.den1 div{
	background-color: #F4F4F4;
	padding: 15px 25px 25px 25px;
	width: 15.5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.den1 div h5{
	color: #3088a1;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	height: 70px;
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.den2 {
	margin-bottom: 40px;
}

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

.den2 ul li {
	padding: 0 1.5% 1.5% 1.5%;
	width: 21%;
	border: 1px solid #CCC;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	
}

.den2 ul li h5{
	text-align: center;
	margin-top: -20px;
	width: 80%;
	background-color: #3088a1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.infe1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

.infe1 div:nth-child(1) {
	width:300px;
	margin-right:30px;
}

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

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

.infe_spn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	
	color: #666;
	margin-bottom: 10px;
}

.infe1 h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 40px;
	color: #3088a1;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
}

.fee_price {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 40px;
}

.fee_price dl{
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
}

.fee_price dl dt{
	width: 56%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 2%;
	padding-left: 2%;
}

.fee_price dl dd{
	width: 36%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 2%;
	padding-left: 2%;
	text-align: right;
}

.fee_ho {
	background-color: #F8F5F1;
	padding: 2%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.fee_ho1 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding-right: 2%;
}

.fee_ho2 {
	flex: 1;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 2%;
}

.fees_btn {
	display: flex;
	justify-content: center;
	width: 500px;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px 15px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	border: 1px solid #CCC;
}

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

.fees_btn:hover {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
}

.fees_btnc {
	padding-top: 30px;
	padding-bottom: 80px;	
}

.fee_table {
	border: 1px solid #CCC;
	border-collapse:collapse;
	font-size:18px;
	width:100%;
	margin-bottom:30px;
}

.fee_table th{
	background-color: #F2EFEA;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size:18px;
}

.fee_table td{
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size:18px;
}

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

.kojyo_in1 {
	flex: 1;
}

.kojyo_in2 {
	width: 640px;
	margin-left: 40px;
}

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

.kojyo_rei {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.kojyo_r1 {
	width:50px;
}

.kojyo_r2 {
	flex: 1;
}

.kojyo_r2 p span{
	background: linear-gradient(transparent 60%, #F2EFEA 60%);
	font-size: 19px;
}

.kj_p1 {
	font-size: 18px;
	font-weight: bold;
}

.kojyo_in1 p a{
	color: #B7934F;
	text-decoration: underline;
}

.kojyo_in1 p a:hover{
	color: #B7934F;
	text-decoration: none;
}

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

.kojyo_li1 {
	background-color: #F2EFEA;
	width: 55%;
	padding: 3%;
}

.kojyo_li1 p{
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.kojyo_li1 ul li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 18px;
	margin-bottom: 5px;
}

.kojyo_li1 ul li span{
	font-size: 18px;
	color: #9B8560;
	padding-right: 2px;
}


.kojyo_li2 {
	width: 30%;
	border: 1px solid #CCC;
	padding: 3%;
}

.kojyo_li2 p{
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

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

.kojyo_li2 ul li span{
	color: #9B8560;
	padding-right: 2px;
}

.konkan1 {
	margin-bottom:50px;
}

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

.konkan1 ul li {
	background: #b7dae8;
	background: linear-gradient(140deg,rgba(150, 193, 217, 1) 44%, rgba(240, 235, 235, 1) 100%);
	width:29.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 1.5%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:1%;
}

.konkan1 ul li p{
	color: #FFF;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-size:20px;
}

.konkan2 ul li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
	font-size:18px;
}

.konkan3 {
	padding-top: 30px;
}

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

.konkan3 ul li {
	border: 1px solid #CCC;
	padding:0 2% 3% 2%;
	width:20%;
	margin-bottom:40px;
}

.konkan3_nb {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 60px;
	text-align: center;
	margin-top: -10px;
	margin-bottom:30px;
}

.konkan3 img {
	width: 70%;
	height: auto;
	margin-bottom: 20px;
	margin-right: 15%;
	margin-left: 15%;
}

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

.konkan_tct {
	flex: 1;
	margin-left: 20px;
}

.konkan_table {
	width: 660px;
}

.konkan_table table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	text-align: center;
}

.konkan_table table th {
	background-color: #F2EFEA;
	border: 1px solid #CCC;
	font-size: 18px;
	padding: 10px 20px;
}

.kk_td1 {
	padding: 10px 20px;
	border: 1px solid #CCC;
	font-size: 20px;
	vertical-align: middle;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}

.kk_td2 {
	padding: 10px 20px;
	border: 1px solid #CCC;
	font-size: 20px;
	vertical-align: middle;
}

.kk_td2 span{
	font-size: 30px;
}

.kk_td3 {
	padding: 10px 20px;
	border: 1px solid #CCC;
	font-size: 26px;
	vertical-align: middle;
	font-weight: bold;
}

.blue {
	color: #06C;
	font-weight: bold;
}

.red {
	color: #C00;
	font-weight: bold;
}

.kids1 {
}

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

.kids1 li{
	width:31%;
	margin-bottom:30px;
}

.kids1 li h5{
	margin-bottom:20px;
	color: #3088a1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

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

.kids2 {
	text-align:center;
	margin-bottom:40px;
}

.kids_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;
	margin-bottom: 30px;
}

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

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

.mat_title {
	margin-bottom: 80px;
}

.mat_title h3 {
	font-size: 90px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}

.mat_title h4 {
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-top: -15px;
}

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

.mat1 div:nth-child(1){
	width: 300px;
	padding: 15px;
	margin-right: 20px;
	background-color: #3088a1;
		border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.mat1 div:nth-child(1) p{
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing:0.05em;
}

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

.mat2 {
	margin-bottom: 40px;
}

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

.mat2 ul li {
	padding: 0 1.5% 1.5% 1.5%;
	width: 29%;
	border: 1px solid #CCC;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	
}

.mat2 ul li h5{
	text-align: center;
	margin-top: -20px;
	width: 80%;
	background-color: #3088a1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.short_c {
	margin-bottom: 50px;
	margin-top: -50px;
}

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

.staff3 div:nth-child(1){
	width:200px;
	margin-right:30px;
}

.staff3 div:nth-child(1) img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

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

.staff3 h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 30px;
	color: #3088a1;
}

.staff3 h5 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.staff3_btn {
	display: flex;
	justify-content: center;
	width: 300px;
	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: #F5F2ED;
}

.staff3_btn p{
	font-size: 16px;
	color: #897a5e;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.staff3_btn:hover {
	background-color: #E8E0D5;
}

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

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

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

.staff5 div{
	width:23%;
}

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

.staff5_btn {
	display: flex;
	justify-content: center;
	width: 500px;
	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: #F5F2ED;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:80px;
}

.staff5_btn p{
	font-size: 16px;
	color: #897a5e;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.staff5_btn:hover {
	background-color: #E8E0D5;
}

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

.book1_p {
	width: 270px;
	margin-right: 4%;
	text-align: center;
}

.book1_t {
	flex: 1;
}

.book1_t h5 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 35px;
	margin-bottom:40px;
}

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

.book2_c {
	background-color: #F4F4F4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3%;
}

.book2_p {
	width: 281px;
	margin-right: 30px;
}

.book2_p img{
	width:100%;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}

.book2_t {
	flex: 1;
}

.book2_in {
	display: flex;
	justify-content:center;
}

.book2_btn {
	display: flex;
	justify-content: center;
	width: 180px;
	text-align: center;
	justify-content: space-between;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	padding: 15px 20px 18px 20px;
	line-height: 1em;
	margin-right: 20px;
	background-image: url(../img/book_arr.svg);
	background-repeat: no-repeat;
	background-position: 170px center;
	background-size: 26px;
	font-size: 15px;
	background-color: #FFF;
}

.book2_btn:hover {
	color: #FFF;
	background-color: #534741;
	background-image: url(../img/book_arr-h.svg);
	background-repeat: no-repeat;
	background-position: 170px center;
	background-size: 26px;
}

.book2_n {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

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


.main7 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.white4 {
	min-width: 1200px;
	background-color: #F4F4F4;
	margin-bottom: 80px;
	padding-top: 20px;
}

.white4_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C5DAD7;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.white4_t {
	flex: 1;
	margin-right:30px;
	padding-top:20px;
}

.white4_p {
	width:30%;
}

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

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

.white4_mm {
	font-size: 23px;
	color: #73BFC2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom:30px;
}

.white4_nb span{
	font-size: 20px;
	color: #73BFC2;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	border: 2px solid #73BFC2;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 9999px;
	margin-right: 10px;
}

.white4_txt {
	padding-left:20px;
}


.white5_1 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}

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

.white5_2 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 100px;
}

.white5_2 div {
	width:48%;
}

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


.white5_2 p {
	text-align: center;
}

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

.white6_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.white6_1 dt{
	background-color: #F4F4F4;
	width:400px;
	padding:10px 20px;
	display: flex;
	align-items: center;
}

.white6_1 dt p span{
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.white6_1 dd{
	flex: 1;
	padding:10px 20px;
	display: flex;
	align-items: center;
}

.white6 {
	margin-bottom:120px;
}

.white6_c {
	margin-bottom:50px;
}

.shorei_c {
}

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

.shorei_txt {
	flex: 1;
	margin-right: 30px;
}

.shorei_pic {
	width:400px;
}

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


.shorei_picm {
	color: #FFF;
	background-color: #3088a1;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.shorei_m1 {
	margin-bottom: 25px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	padding-bottom: 15px;
}

.shorei_txt dl{
	display: flex;
	justify-content:flex-start;
	margin-bottom:15px;
}

.shorei_txt dl dt{
	width: 170px;
	color: #3088a1;
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

.shorei_txt dl dd{
	flex: 1;
}

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

.shorei_md div{
	width: 43%;
	background-color: #F4F4F4;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 3%;
}

.shorei_m2 {
	color: #3088a1;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.shorei_md div ul li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:3px;
}

.db_feat {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:80px;
}

.db_feat div {
	width:29%;
	margin:0 2% 3% 2%;
}

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

.db_feat h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: #3089a1;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
	text-align: center;
}

.db_page_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: 5px;
	padding-bottom: 10px;
	border: 2px solid #CCC;
}

.db_page_btn p{
	font-size: 16px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.db_page_btn:hover {
	background-color: #CCC;
	border: 2px solid #CCC;
}

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

.pedi1_c {
	background-color: #F4F4F4;
	padding: 0 2% 2% 2%;
	width: 45%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pedi1_c h5 {
	margin-top:-20px;
	margin-bottom:30px;
	text-align: center;
}

.pedi1_c h5 span{
	font-size: 23px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	color: #FFF;
	background-color: #3088a1;
	text-align: center;
	padding:5px 5px 10px 10px ;
}


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

.pedi1_m div:nth-child(1){
	width:220px;
	margin-right:20px;
}

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

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

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

.pedi1_in h6{
	color: #C4978E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #C4978E;
	padding-bottom: 10px;
}

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

.bru1 {
	margin-bottom:50px;
}

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

.bru1 ul li {
	width: 24%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #999999;
}

.bru1 ul li p{
	color: #FFF;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-size:22px;
}

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

.bru2_c {
	padding: 0 1.5% 1.5% 1.5%;
	width: 29%;
	border: 1px solid #CCC;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.bru2_c div {
	text-align: center;
	margin-top: -20px;
	width: 80%;
	background-color: #3088a1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bru2_c div h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
}

.bru2_c img {
	width:70%;
	height:auto;
	margin:0 15% 2% 15%;
}

.bru3 {
	background-color: #F4F4F4;
	padding: 3% 3% 2% 3%;
	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;
}

.bru3 div:nth-child(1){
	width:400px;
}

.bru3 div:nth-child(2){
	flex: 1;
	padding-top:5px;
}

.bru3 h4{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 30px;
}

.bru3 ul {
}

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


.sports1 {
	margin-bottom: 30px;
}

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

.sports1 ul li {
	width: 19%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #999999;
}

.sports1 ul li p{
	color: #FFF;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height:1.5em;
	letter-spacing:0.05em;
	font-size:22px;
}

.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;
}

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

.sports3 div h5{
	width: 100%;
	text-align: center;
	background-color: #007199;
	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;
}

.sports4 {
	margin-bottom:60px;
}

.sports4_1 {
	font-size: 16px;
}

.sports4_1 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background-color: #F6F6F6;
}

.sports4_1 dl dt{
	padding: 5px 10px;
	width:250px;
	border: 1px solid #CCC;
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.spdd_11 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px 10px;
	width: 200px;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.spdd_12 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 5px 10px;
	flex: 1;
	background-color: #F6F6F6;
	color: #3088a1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.sports4_2 {
	font-size: 16px;
	margin-bottom:40px;
}

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

.sports4_2 dl dt{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px 10px;
	width:250px;
	line-height:1.5em;
}

.spdd_21{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px 10px;
	width:200px;
	line-height:1.5em;
}

.spdd_22{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px 10px;
	flex: 1;
	line-height:1.5em;
}

.sports4_2 p{
	text-align:right;
}

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

.mb_white {
	width: 60%;
	margin-right: 2%;
	background-color: #c7e6eb;
}

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

.mb_card {
	background-color: #f2f2f4;
	flex: 1;
	background-image: url(../img/card_back.webp);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top:3%;
}

.mb_card h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 35px;
	text-align: center;	
	color: #3088a1;
	line-height:1.0em;
	margin-bottom:30px;
}

.mb_card h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #666;
}

.mb_card div {
	width: 65%;
	padding: 3%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFF;
	text-align: center;
}

.mb_card div img{
	width: 90%;
	height:auto;
}

.mb_card div p{
	margin-bottom:20px;
	margin-top:-30px;
}

.mb_card div p span{
	background-color: #3088a1;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size:14px;
	color: #FFFFFF;
	padding:5px 10px 10px 10px;
	border-radius: 9999px;
	line-height:1.0em;
}


.lecture {
	margin-bottom:100px;
}

.lecture p{
	margin-bottom:15px;
}

.lecture a {
	text-decoration: none;
}

.lecture a span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #3088a1;
	color: #3088a1;
	font-size:15px;
	border-radius: 9999px;
	margin-left:20px;
}

.lecture a span:hover{
	color: #FFFFFF;
	background-color: #3088a1;
}


.main_k {
	background-color: #F9F4EE;
	padding: 1px 3% 3% 3%;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-image: url(../img/main5_back.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.main_k h3{
	color: #575757;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 42px;
	background-image: url(../img/main_kback1.webp),url(../img/main_kback2.webp);
	background-repeat: no-repeat,no-repeat;
	background-position: 5% bottom,right bottom;
	background-size:auto 100%,auto 95%;
	margin-top:-50px;
	padding:100px 0 0 0;
	margin-bottom:50px;
}

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

.main_kc div:nth-child(1){
	width:50%;
}

.main_kc div:nth-child(2){
	width:48%;
}

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

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

.main_kc div:nth-child(1) h5{
	font-size: 28px;
	color: #7c725f;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-bottom: 50px;
}

.main_kbtn {
	display: flex;
	justify-content: flex-start;
	width: 450px;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 0 15px 30px;
	background-color: #FFFFFF;
	
}

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

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

.main_kbtn:hover {
	background-color: #e3cfb3;
}


/*　追加　*/

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

.gishi1 div:nth-child(1){
	flex: 1;
	margin-right:50px;
	line-height:1.9em;
}

.gishi1 div:nth-child(2){
	width:400px;
}

.gishi1 div:nth-child(2) img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.gishi1 div:nth-child(2) h5{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #000;
	margin-bottom:10px;
	font-size:16px;
}

.gishi1 div:nth-child(2) ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.gishi1 div:nth-child(2) ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32%;
	margin-bottom: 2%;
	border: 1px solid #7a7a7c;
	border-radius: 9999px;
	padding:5px 0;
}

.gishi1 div:nth-child(2) ul li p{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #000;
	font-size:15px;
}

.gishi2 {
	background-image: linear-gradient(0deg, #e9edf0, #ffffff 99%);
	padding:6% 5% 1% 5%;
	margin-bottom:3%;
}

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

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

.gishi3 div:nth-child(1){
	width:55%;
}

.gishi3 div:nth-child(2){
	width:40%;
}

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

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

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

.gishi3_list ul li{
	width:30%;
}

.gishi3_list ul li h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}

.gishi3_list ul li p{
	font-size: 16px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.gishi4 {
	background-color: #F4F4F4;
	padding: 3% 3%;
}

.gishi4 h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 15px;
	text-align: center;
	color: #3088a1;
}

.gishi4 h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
	color: #666666;
}

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

.gishi4_c div:nth-child(1){
	width:400px;
}

.gishi4_c div:nth-child(1) ul li{
}

.gishi4_c div:nth-child(2){
	width:350px;
}

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

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

.gishi5 p:nth-child(1){
	flex: 1;
	order: 2;
	line-height:1.8em;
}

.gishi5 p:nth-child(2){	
	width:200px;
	margin-right:40px;
	order: 1;
}

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

.denture-compare {
  width: 96%;
  background: #f2f5f4;
  padding: 40px 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: #7f7564;
}

/* ===== table ===== */
.denture-compare table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 24px 32px; /* 行ごとに余白 */
}

/* ===== ヘッダー ===== */
.denture-compare thead th {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #555;
}

/* ===== 左の項目名（素材・咬合など） ===== */
.denture-compare tbody th {
  width: 18%;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: #3089a1;
  border: none;
}

/* ===== 保険・自費カード ===== */
.denture-compare tbody td {
  width: 41%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);

  padding: 32px 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  border: none;
}

/* ===== 画像 ===== */
.denture-compare tbody td img {
  width: 70%;
  max-width: 260px;
  margin-bottom: 20px;
}

/* ===== 保険 / 自費 見出し ===== */
.denture-compare thead th:nth-child(2),
.denture-compare tbody td:nth-of-type(1)::before {
  color: #555;
}

.denture-compare tbody td:nth-of-type(1)::before {
  content: "保険";
  display: block;
  font-weight: 600;
  margin-bottom: 14px;
}

.denture-compare tbody td:nth-of-type(2)::before {
  content: "自費の入れ歯";
  display: block;
  font-weight: 600;
  margin-bottom: 14px;
  color: #555;
}

.painless1 {
	margin: 40px auto;
	border: 1px solid #CCC;
	padding: 20px;
}

.painless1_in {
	display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #CCC;
}

.painless1_in:first-child {
  border-top: none;
}

.painless1_in div:nth-child(1){
	flex: 1;
  margin-right: 30px;
}

.painless1_in div:nth-child(2){
	width: 280px;
}

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

.painless1_in div:nth-child(1) h3{
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
}

.painless1_in div:nth-child(1) p{
	font-size: 16px;
	padding-left:20px;
}

.imp_gishi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.imp_gishi div:nth-child(1){
	flex: 1;
  margin-right: 30px;
}

.imp_gishi div:nth-child(2){
	width: 280px;
}

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

.imp_gishi div:nth-child(1) p{
	font-size: 16px;
	padding-left:20px;
}

.info_hoken {
	background-color: #e8e5dd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
	padding:1.5% 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_hoken h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size:21px;
	margin-right:30px;
}

.info_hbtn {
	display: flex;
	justify-content: center;
	width: 250px;
	text-align: center;
	justify-content: center;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #534741;
	line-height: 1em;
	font-size: 15px;
	padding-top: 18px;
	padding-bottom: 21px;
	border: 1px solid #534741;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.info_hbtn:hover {
	color: #FFF;
	background-color: #352E2B;
}

.main_info {
	width: 84%;
	padding: 2% 3%;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}

.main_info h3{
	text-align:center;
	margin-bottom:30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main_info p{
	text-align:center;
}


/* タブ追加 */
.tab{
	width: 90%;
	margin: -35vh auto 0 auto;
	height: 45vh;
    display: flex;
    flex-wrap: wrap;
	justify-content:flex-end;
	align-items: flex-end;
}

.tab .iframe {
  aspect-ratio: 16 / 9;
}
.tab .iframe iframe {
  width: 100%;
  height: 100%;
}

.tab-3 {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	flex: 0 0 570px;
	width: 570px;
	position: relative;
	box-shadow: 4px 0 12px rgba(0,0,0,.15);
	min-height: 250px;
	background: #e8f4f9;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    padding: 10px 5px;
    background-color: #e8f4f9;
    color: #3088a1;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
	font-size: 12px;
	width: 140px;
	line-height: 1.2;
}
.tab-3 .icon{
	border: 1px solid #3088a1;
	display: inline-block;
	padding: 1px 2px;
	margin: 0 2px 0 0;
	font-size: 0.9em;
}

.tab-3 > label:hover {
    filter: brightness(1.1);
}

.tab-3 input {
    display: none;
}

.tab-3 > .tab-content {
    background-color: #fff;
	line-height: 1.2;
	font-size: 13px;
	width: 420px;
	height: 100%;
	position: absolute;
	right: 0;
	overflow-y: scroll;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s ease-in all;
}
.tab-3 > .tab-content .heading{
	border-bottom: 2px solid #3088a1;
	margin: 1em 1em 0 1em;
	color: #3088a1;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 .45em 0;
}
.tab-3 iframe{
	border: 0;
}

.tab-3 label:has(:checked) {
    color: #3088a1;
	background: #3088a1;
	color: #FFF;
}
.tab-3 label:has(:checked) .icon{
	border: 1px solid #FFF;
}

.tab-3 label:has(:checked) + .tab-content {
	opacity: 1;
	pointer-events:auto;
}


.balloon {
	position: relative;
	display: inline-block;
	margin: 1.0em 0;
	padding: 5px 5px;
	min-width: 100px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #3088a1;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #3088a1;
}

.balloon p {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
}

/* ======================
 印刷提出用
====================== */

@page{
	size:A4 portrait;
	margin:12mm;
}

@media print{

html{
 zoom:75%;
}

body{
 min-width:1200px;
}

/* 印刷不要だけ消す */
nav,
.drawer,
.fixed-nav,
.pagetop{
 display:none;
}


}