<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* - - - - add 2109 holder - - - - */
.holder a.holder_none{
	pointer-events: none;
}

.holder :not(a).holder_none{
	display: none !important;
}






/* - - - - add 2005 heki - - - - */



a.btn-ell,
.btn-ell{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #1171CD;
	text-align: center;
	/* width: 100%;
	max-width: 224px; */
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 2em;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px){
	a.btn-ell,
	.btn-ell{
		font-size: 12px;
		/* max-width: 300px; */
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
	}
}

a.btn-ell-bord,
.btn-ell-bord{
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #06369E;
	border: 1px solid #06369E;
	text-align: center;
	/* width: 100%;
	max-width: 16em; */
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	padding: 0 2em;
	letter-spacing: 0.1em;
}

a.btn-ell-s,
.btn-ell-s{
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	background-color: #DA3915;
	text-align: center;
	width: 100%;
	max-width: 400px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	padding: 0 2em;
}

a.btn-ell-m,
.btn-ell-m{
	display: inline-block;
	font-size: 1.8rem;
	color: #FFF;
	background-color: #DA3915;
	text-align: center;
	width: 100%;
	max-width: 287px;
	height: 45px;
	line-height: 45px;
	border-radius: 22.5px;
	padding: 0 2em;
}



@media only screen and (max-width: 768px){
	a.btn-ell-m,
	.btn-ell-m{
		font-size: 1.6rem;
		max-width: 240px;
		height: 32px;
		line-height: 32px;
		border-radius: 16px;

	}
}

/*
body{
	-webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
	text-rendering: optimizeLegibility;
	color: #3A3F4A;
}
a{color: #555;}
address{
	font-style: normal;
}
#container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

#container .wid100pd{
	padding-left: 50px;
	padding-right: 50px;
}
.wid100pd&gt;.wrap-bg{max-width: 100%;}
@media only screen and (max-width: 768px){
	#container .wid100pd{
		padding-left: 10px;
		padding-right: 10px;
	}


}

#header .header-logo&gt;img+img{
	margin-left: 20px;
	padding-left: 15px;
	border-left: 1px solid #DDD;
}
@media only screen and (max-width: 768px){
	#header .header-logo&gt;img{display: none;}

	.sp-header{padding: 0 10px;}
	.sp-header .sp-header-logo{
		width: 59%;

	}
	.sp-header .sp-header-logo img{
		max-width: 214px;
	}


	.masthead {
		padding: 5px 8px 8px 5px;
		height: 44px;
	}
	.masthead .header-title-brand {
		line-height: 1.3;
		display: none;
	}
}

 */



#container .wid100pd{
	padding-left: 50px;
	padding-right: 50px;
}
.wid100pd&gt;.wrap-bg{max-width: 100%;}
.section-bnr{padding-top: 40px;}
.section-bnr img{width: 100%;}
@media only screen and (max-width: 768px){
	#container .wid100pd{
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-bnr{padding-top: 30px;}
}








.section-hero-heki{background-color: #FFF;}
.section-hero-heki .hero-wrap{
	text-align: center;
	color: #FFF;
	background: url(../../images/top-hero_pc.jpg) no-repeat 50%;
	background-size: cover;
	/* height: 420px; */
	padding: 50px 20px 40px;

}

.section-hero-heki .hero-wrap .lead{font-size: 20px;}
.section-hero-heki .hero-wrap .title{
	font-size: 34px;
	font-weight: bold;
	margin-top: 0.7em;
}
.section-hero-heki .hero-wrap .title-sub{
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	margin-top: 0.3em;
}
.section-hero-heki .hero-wrap .title-sub img{
	width: 308px;
	height: 39px;
	margin-right: 10px;
}
.section-hero-heki .hero-wrap .img-10{margin-top: 25px;}
.section-hero-heki .hero-wrap .btn-wrap{
	width: 532px;
	margin: 0 auto;
	text-align: right;
	/* margin-top: 10px; */
}
.section-hero-heki .hero-wrap .btn-detail{
	position: relative;
	background-color: #FFF;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 0.4em 1.5em 0.4em 0.7em;
	width: auto;
	margin: 0 auto;
	/* margin-left: auto; */
	/* margin-top: -10px; */

	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
}
.section-hero-heki .hero-wrap .btn-detail:after{
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
}

@media only screen and (max-width: 768px){
	.section-hero-heki .hero-wrap .btn-wrap{
		width: 100%;
		text-align: center;
	}
}






.section-hero-heki .elem-cards{
	padding: 30px 0 30px;
}
.section-hero-heki .elem-cards .title{
	color: #FFF;
	text-shadow: 0 0 7px #4F95D5,0 0 15px #4F95D5;}
.section-hero-heki .elem-cards .title-img{
	margin-top: 30px;
	text-shadow: 0 0 7px #4F95D5,0 0 15px #4F95D5;
}
.section-hero-heki .elem-cards .title-img img {
    top: 0;
    height: 22px;
	margin: 0 5px 0;
	padding: 3px 7px;
	background-color: #FFF;
}

.section-hero-heki .img-10+.notes{
	padding: 20px 0 40px;
	color: #FFF;
}

@media only screen and (max-width: 768px){
	/* .section-post{display: none;} */
	.section-hero-heki .hero-wrap{
		/* background: url(../images/top-hero_pc.jpg) no-repeat 50%;
		background-size: cover; */
		height: auto;
		padding: 30px 20px 20px;
	}
	.section-hero-heki .hero-wrap .lead{font-size: 14px;}
	.section-hero-heki .hero-wrap .title{font-size: 20px;}
	.section-hero-heki .hero-wrap .title-sub{
		font-size: 22px;
	}
	.section-hero-heki .hero-wrap .title-sub img{
		width: 210px;
		height: 27px;
		margin: 10px auto 7px;
		display: block;
	}
	.section-hero-heki .hero-wrap .img-10{
		margin-top: 20px;
		padding: 0 10%;
	}
	.section-hero-heki .hero-wrap .btn-wrap{margin-top: 15px;}

	.section-hero-heki .elem-cards .title-img{
		margin-top: 0;
		line-height: 1.9;
		margin-bottom: 0;
	}
	.section-hero-heki .elem-cards .title-img img{top: -2px;}


}

.section-hero-heki .hero-txt{
	width: 690px;
	margin: -65px auto 0;
	padding-bottom: 60px;
}
.section-hero-heki .hero-txt .elem1 img{width: 100%;}
.section-hero-heki .hero-txt .elem1{
	background-color: #FFF;
	padding: 40px 20px 40px 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
}
.section-hero-heki .hero-txt .elem1 .img{
	width: 32%;
}
.section-hero-heki .hero-txt .elem1 .txt{
	padding-left: 30px;
	width: 68%;
}
.section-hero-heki .hero-txt .elem1 .lead{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}
.section-hero-heki .hero-txt .elem1 .btn{margin-top: 14px;}

.section-hero-heki .hero-txt .elem2{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
.section-hero-heki .hero-txt .elem2 .lead{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #1171CD;
}
/* .section-hero-heki .hero-txt .elem2 .part1{
	display: inline-block;
	padding: 0.25em 0.6em;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background-color: #17BBEF;
	margin-top: 10px;
} */

.section-hero-heki .hero-txt .elem2 .part1{
	display: inline-block;
	padding: 0.25em 0.6em;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	color: #1171CD;
	margin-top: 10px;
}

.section-hero-heki .hero-txt .elem2 .part1 img{
	display: inline-block;
	width: 210px;
	height: 26px;
	margin-right: 5px;
}

.section-hero-heki .hero-txt .elem2 .notes{
	color: #1171CD;
	margin-top: 0.7em;
}

@media only screen and (max-width: 768px){
	.section-hero-heki .hero-txt{
		width: calc(100% - 100px);
		margin: -20px auto 0;
		padding-bottom: 40px;
	}
	.section-hero-heki .hero-txt .elem1 img{width: 100%;}
	.section-hero-heki .hero-txt .elem1{
		background-color: #FFF;
		padding: 20px 20px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
	}
	.section-hero-heki .hero-txt .elem1 .img{
		width: 70%;
		max-width: 250px;
		margin: 0 auto 10px;
	}
	.section-hero-heki .hero-txt .elem1 .txt{
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	.section-hero-heki .hero-txt .elem1 .lead{font-size: 13px;}
	.section-hero-heki .hero-txt .elem2{padding-top: 30px;}
	.section-hero-heki .hero-txt .elem2 .lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		color: #1171CD;
	}
	.section-hero-heki .hero-txt .elem2 .part1{
		line-height: 1.8;
		font-size: 16px;
	}
	.section-hero-heki .hero-txt .elem2 .part1 img{margin-right: 2px;}


}




/* hover hekishin/style.css */

a{
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
a:hover{
	opacity: .7;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}

/* .section-post a{
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.section-post a:hover{
	opacity: 1;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
} */
.section-post .nav-list li a{
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}
.section-post .nav-list li a:hover{
	-webkit-transition: background 0s;
	transition: background 0s;
}



.section-post{padding-top: 40px;}
.section-post .wrap-bg{
	background: #F1F9FE url(../images/wrap-bg1.jpg) no-repeat 50% 0;
	background-size: 100% auto;
	padding: 0 20px 45px;
}
.section-post .post-nav{
	font-size: 13px;
	padding: 35px 0 50px;
}
.section-post .post-nav&gt;.title{
	font-size: 26px;
	font-weight: bold;
	color: #1171CD;
	text-align: center;
	margin-bottom: 22px;
}
.section-post .post-nav .elem{
	position: relative;
	background-color: #FFF;
	box-shadow: 0 4px 6px rgba(0, 0, 168, .3);
	border-radius: 10px;
	padding: 25px 0 30px;
}
.section-post .post-nav .elem .part{
	padding: 0 4.7%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}



.section-post .post-nav .chanheki{
	position: absolute;
	width: 150px;
	top: -98px;
	left: calc(50% - 250px);
}

@media only screen and (max-width: 1140px){
	.section-post .post-nav .chanheki{left: 0;}
}



/* .section-post .nav-list{
	padding: 0 0.3em 0;
	width: calc(100% - 170px);
	line-height: 2.4;
}
.section-post .nav-list li{margin: 0 3px;}
.section-post .nav-list li a{
	padding: 0.5em 8px;
}
.section-post .nav-list li a:hover,
.section-post .nav-list li a.active{
	background-color: #B7D4F0;
	border-radius: 3px;
} */

.section-post .post-nav&gt;.title&gt;span{
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: 3px solid #FFF;
}
.section-post .post-nav .elem .box-title{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding: 0.45em;
	margin-bottom: 8px;
	color: #1171CD;
	background-color: rgba(23, 187, 239, 0.2);
	border-top: 4px solid rgba(23, 187, 239, 0.3);
	text-align: center;
	border-radius: 4px;
}
.section-post .post-nav .elem .box-title.btn-accordion:after{
	position: absolute;
	right: 15px;
	top: calc(50% - 7px);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #1171CD transparent transparent transparent;
	-webkit-transition: transform 0.3s cubic-bezier(.5,0,1,.5);
	transition: transform 0.3s cubic-bezier(.5,0,1,.5);
}
.section-post .post-nav .elem .box-title.btn-accordion.open:after{
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.section-post .nav-list{
	margin: 0 -6px;
	padding: 5px 0 12px;
}
.section-post .nav-list li{
	font-size: 14px;
	color: #17BBEF;
	line-height: 1.2;
	border: 1px solid #17BBEF;
	border-bottom-width: 3px;
	border-radius: 4px;
	margin: 0 6px 12px;
	-webkit-transition: background-color 0.6s,border 0.6s,color 0.6s;
	transition: background-color 0.6s,border 0.6s,color 0.6s;
}
.section-post .nav-list li.sizeS{font-size: 13px;}
.section-post .nav-cat .nav-list li{width: calc((100% - 84px) / 7.001);}
.section-post .nav-area .nav-list li{width: calc((100% - 96px) / 8.001);}
.section-post .nav-list li a{
	padding: 0.55em;
	color: inherit;
	font-weight: bold;
	width: 100%;
	height: 45px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-post .nav-list li.active{
	background-color: #1171CD;
	border-color: #1171CD;
	color: #FFF;
	-webkit-transition: background-color 0s,border 0s,color 0s;
	transition: background-color 0s,border 0s,color 0s;
}
.section-post .nav-list li a:hover{opacity: 1;}

.section-post .elem-find{
	margin-top: 15px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.section-post .elem-find .part-find,
.section-post .elem-find .part-post{
	line-height: 1.2;
	border: 1px solid #17BBEF;
	border-bottom-width: 3px;
	border-radius: 4px;
	height: 45px;
	width: 41%;

}
.section-post .elem-find .part-post{
	width: 7%;
	background-color: #D3E6F2;
	font-size: 14px;
	color: #1171CD;
	margin-left: 8px;
}
.section-post .elem-find input[type="search"] {box-sizing: border-box;}
.section-post .elem-find .part-post input{font-size: inherit;}
.section-post .elem-find input{
	font-size: 18px;
	padding: 0 1em;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}
.section-post .elem-find .part-find&gt;*::placeholder{
	font-size: 18px;
	color: #C9CACA;
}
.section-post .part-notes{
	width: 26%;
	color: #17BBEF;
	font-size: 12px;
	line-height: 1.4;
	padding-left: 1.6%;
}

@media only screen and (max-width: 1100px){
	.section-post .nav-list li{font-size: 12px;}
	.section-post .nav-list li.sizeS{font-size: 10px;}
}

@media only screen and (max-width: 768px){


	.section-post{padding-top: 30px;}
	.section-post .wrap-bg{padding: 0 10px 45px;}
	.section-post .post-nav{
		font-size: 14px;
		padding: 30px 0 40px;
	}
	.section-post .post-nav&gt;.title{
		font-size: 17px;
		margin-bottom: 27px;
	}
	.section-post .post-nav .elem{padding: 10px 0 20px;}

	.section-post .post-nav .elem .box-title{
		width: 100%;
		padding: 0.3em 10px;
	}
	.section-post .post-nav .elem .part{
		padding: 0 10px;
	}
	.section-post .post-nav .chanheki{
		width: 100px;
		top: -67px;
		left: 0;
	}
	.section-post .title-sq1{
		display: block;
		font-size: 16px;
	}
	.section-post .nav-list{
		padding: 0 0 10px;
		width: auto;
		margin: 0 -3px;
	}
	.section-post .nav-list li{
		font-size: 10px;
		margin:  0 3px 6px;
	}
	.section-post .nav-list li.sizeS a{padding: 0;}
	.section-post .nav-list li.sizeS a&gt;span{
		transform: scale(0.8);
		white-space: nowrap;
	}
	.section-post .nav-cat .nav-list li,
	.section-post .nav-area .nav-list li{width: calc((100% - 24px) / 4);}
	.section-post .nav-list li a{
		padding: 0.55em;
		width: 100%;
		height: 27px;
	}
	.section-post .elem-find{margin-top: 10px;}
	.section-post .elem-find .part-find,
	.section-post .elem-find .part-post{height: 47px;}
	.section-post .elem-find .part-find{
		width: auto;
		-webkit-box-flex:1;
		-ms-flex:1;
		flex:1;
	}
	.section-post .elem-find .part-post{width: 20%;}
	.section-post .elem-find input{padding: 0 0.5em;}
	.section-post .part-notes{
		width: 100%;
		padding-left: 0;
		margin-top: 0.5em;
	}

}


.section-post .post-cont&gt;ul{
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px;
	width: calc(100% + 20px);
}
.section-post .post-cont img{width: 100%;}


.slick-dots li button:before {background-color: #DEDEDE;}
.slick-dots li.slick-active button:before {background-color: #B7D4F0;}
.slick-dots {bottom: -25px;}
.slick-dotted.slick-slider {margin-bottom: 23px;}
.section-post .post-cont .thumb{
	position: relative;
    width: 100%;
}
.section-post .post-cont .thumb:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.section-post .post-cont .thumb&gt;span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-color: #828282;
}



@media only screen and (max-width: 768px){
	.section-post .post-cont .box .slick-dots{bottom: -12px;}
	.section-post .post-cont .box .slick-dotted.slick-slider {margin-bottom: 18px;}
	.section-post .post-cont .box .slick-dots li{margin-right: 8px;}
	.section-post .post-cont .box .slick-dots li:last-child{margin-right: 0;}
	.section-post .post-cont .box .slick-dots li,
	.section-post .post-cont .box .slick-dots li button{
		width: 8px;
		height: 8px;
	}
	.section-post .post-cont .box .slick-dots li button:before {
		width: 8px;
		height: 8px;
		margin: 0;
	}
}








.section-post .post-cont .box{
	position: relative;
	overflow: hidden;
	width: calc((100% - 80px) / 4);
	background-color: #FFF;
	font-size: 11px;
	margin: 0 10px 20px;
	/* margin-bottom: 20px; */
	/* margin: 0 10px 20px; */
}
.section-post .post-cont .box .thumbs-wrap{position: relative;}
.section-post .post-cont .box.new .thumbs-wrap:before{
	content: "NEW";
	position: absolute;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	top: -7px;
	left: -23px;
	/* background-color: #B7D4F0;
	color: #1171CD; */
	background-color: #ED8285;
	color: #FFF;
	height: 32px;
	width: 65px;
	text-align: center;
	line-height: 48px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.section-post .post-cont .box.new .thumbs-wrap:after{
	content: "";
	position: absolute;
	z-index: 0;
	top: -7px;
	left: -22px;
	background-color: #FFF;
	height: 32px;
	width: 65px;
	text-align: center;
	line-height: 48px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.section-post .post-cont .box .txt{padding: 13px 13px 20px;}
.section-post .post-cont .types{line-height: 1;}
.section-post .post-cont .types span{
	display: inline-block;
	/* background-color: #1171CD;
	color: #FFF; */
	border: 1px solid #17BBEF;
	color: #17BBEF;
	padding: 0.3em 0.8em;
	border-radius: 3px;
	line-height: 1.3;
}
.section-post .post-cont .name{
	font-size: 14px;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}
.section-post .post-cont .time{
	text-indent: -4.5em;
	padding-left: 4.5em;
	line-height: 1.2;
	padding-bottom: 0.2em;
}
.section-post .post-cont .place{
	word-wrap: break-all; /*IE*/
	overflow-wrap: break-all;
	width: 100%;
}
.section-post .post-cont .holiday{
	text-indent: -3.5em;
	padding-left: 3.5em;
	line-height: 1.2;
}


.section-post .post-cont .tel:before{
	display: inline-block;
	content: url(../../images/com-ico-telss.svg);
	width: 1em;
	height: 1em;
	margin-right: 0.2em;
}
.section-post .post-cont address p+p{margin-top: 0.6em;}
.section-post .post-cont .box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.section-post .post-cont .txt{
	height: 100%;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.section-post .post-cont dl{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

	-webkit-flex-grow : 1;
	-ms-flex-grow     : 1;
	flex-grow         : 1;
}


.section-post .post-cont dd{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

	-webkit-flex-grow : 1;
	-ms-flex-grow     : 1;
	flex-grow         : 1;
}
.section-post .post-cont address{
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section-post .post-cont address&gt;*{width: 100%;}/*IE11*/
.section-post .post-cont .links{
	margin-top: auto;
	height: 36px;/*IE*/
	padding-top: 15px;
}
.section-post .post-cont .web,
.section-post .post-cont .map{
	display: inline-block;
	/* background-color: #009E96; */
	background-color: #EB689D;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0.7em;
	border-radius: 3px;
	/* margin-top: 0.5em; */
}
.section-post .post-cont .map{background-color: #00A0E9;}

.section-post .post-cont .tags {
	display: none !important;
}

@media only screen and (max-width: 768px){
	.section-post .post-cont&gt;ul{
		margin: 0;
		width: 100%;
	}
	.section-post .post-cont .box{
		width: 100%;
		font-size: 10px;
		margin: 0 0 10px;

		border-top: 3px solid #17BBEF;
		border-radius: 4px;
		padding: 14px;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;

	}


	.section-post .post-cont .box.new .thumbs-wrap:before{
		top: -8px;
		left: -25px;
		height: 32px;
		width: 65px;
		line-height: 48px;
	}
	.section-post .post-cont .box.new .thumbs-wrap:after{
		top: -8px;
		left: -24px;
		height: 32px;
		width: 65px;
		line-height: 48px;
	}



	.section-post .post-cont .box .thumbs-wrap{
		width: 37.5%;
		overflow: hidden;
	}
	.section-post .post-cont .box .txt{
		width: 62.5%;
		padding: 0 14px 6px;
	}
	.section-post .post-cont .box address&gt;.links{display: none;}
	.section-post .post-cont .box .links.sp{
		padding-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.section-post .post-cont .box .links.sp&gt;a{
		width: calc(50% - 2px);
		text-align: center;
	}
	.section-post .post-cont .box .links.sp&gt;a+a{margin-left: 4px;}




	.section-post .post-cont .tel .sp{display: inline;}
}








.section-post .part-cir{
	width: 88px;
	height: 88px;
	line-height: 88px;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
	background-color: #1171CD;
	color: #FFF;
	margin: 25px auto 0;
}



#container .section-links{padding: 75px 0;}
.section-links .btn:not(.part3){
	font-size: 17px;
	font-weight: bold;
	background-color: #1171CD;
	height: 140px;
	border-radius: 10px;
	color: #FFF;
	width: calc((100% - 20px) / 2);
	padding-right: 20px;

	margin: 0 auto;
}
.section-links .cell{vertical-align: middle;}
/* .section-links .part1{padding-left: 20px;}
.section-links .part1 .img{
	width: 107px;
	height: auto;
	padding-right: 20px;
} */
.section-links .part2{padding-left: 40px;}
.section-links .part2 img{
	width: 100%;
	height: auto;
}
.section-links .part2 .img{
	width: 66px;
	height: 93px;
}
.section-links .part2 .txt{padding-left: 40px;}


.section-links .part3{
	display: block;
	font-size: 14px;
	background-color: #1171CD;
	border-radius: 10px;
	padding: 30px 20px;
	color: #FFF;
	width: calc((100% - 20px) / 2);
	margin: 0 auto;
	text-align: center;
}
.section-links .part3 .img{
	width: 66px;
	height: 93px;
	margin: 0 auto;
}
.section-links .part3 .title-h2{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
}
.section-links .part3 .title2{
	font-size: 170%;
	margin-bottom: 0.3em;
}
.section-links .part3 .lead2{
	display: inline-block;
	font-weight: bold;
	margin-top: 1.5em;
	background-color: #FFF;
	color: #1171CD;
	border-radius: 3px;
	padding: 0.3em 0.6em;
}

@media only screen and (max-width: 768px){

	#container .section-links{padding: 40px 0;}
	.section-links .elem{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}
	.section-links .btn:not(.part3){
		font-size: 14px;
		height: 110px;
		width: 100%;
		max-width: 350px;
	}
	.section-links .btn+.btn{margin-top: 20px;}
	/* .section-links .part1{padding-left: 15px;}
	.section-links .part1 .img{
		width: 85px;
		padding-right: 15px;
	} */
	.section-links .part2{padding-left: 25px;}
	.section-links .part2 .img{
		width: 46px;
		height: 65px;
	}
	.section-links .part2 .txt{padding-left: 20px;}
	.section-links .part3{
		font-size: 12px;
		padding: 25px 20px;
		width: 100%;
		max-width: 350px;
	}
}










.elem-cards{
	width: 680px;
	margin: 0 auto;
	padding: 60px 0 30px;
}
.elem-cards .title-h2{
	font-size: 20px;
	font-weight: bold;
	background-color: #1171CD;
	color: #FFF;
	text-align: center;
	padding: 0.2em;
}
.elem-cards .title-img{
	text-align: center;
	font-size: 16px;
	margin: 20px 0;
}
.elem-cards .title-img img {
	position: relative;
	top: -3px;
	display: inline-block;
	height: 16px;
	width: auto;
	margin: 0 3px 0;
}
.elem-cards .elem1{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.elem-cards .elem1 .box{
	width: 25%;
	padding: 0 10px;
}
.elem-cards .elem1 .box a{display: block;}
.elem-cards .elem1 .box .title{
	font-size: 12px;
	text-align: center;
	margin-top: 0.7em;
}
@media only screen and (max-width: 768px){

	.elem-cards{
		width: 100%;
		padding: 40px 10px 20px;
	}
	.elem-cards .title-h2{
		font-size: 16px;
	}
	.elem-cards .title-img{
		font-size: 14px;
		margin: 20px 0;
	}
	.elem-cards .title-img img {
		top: -3px;
		height: 14px;
		width: auto;
		margin: 0 3px 0;
	}
	.elem-cards .elem1{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.elem-cards .elem1 .box{
		width: 50%;
		padding-bottom: 20px;
		/* padding: 0 10px; */
	}
	.elem-cards .elem1 .box .title{
		font-size: 10px;
	}

}




.section-post+.section-yutai{padding-top: 60px;}
.section-yutai .inner{
	max-width: 100%;
	padding: 20px 40px 60px;
	border: 1px solid #1171CD;
}
.section-yutai .title-h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0.2em;
}
.section-yutai .hero-txt .elem2{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
.section-yutai .hero-txt .elem2 .lead{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #1171CD;
}
.section-yutai .hero-txt .elem2 .part1{
	display: inline-block;
	padding: 0.25em 0.6em;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	color: #1171CD;
	margin-top: 10px;
}
.section-yutai .hero-txt .elem2 .part1 img{
	display: inline-block;
	width: 210px;
	height: 26px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.section-yutai .hero-txt .elem2 .part1 .part1b{
	position: relative;
	top: 0.05em;
	left: -0.10em;
	font-size: 250%;
	font-style: italic;
	letter-spacing: -0.1em;
	padding-right: 0.1em;
}
.section-yutai .hero-txt .elem2 .part1 .part1c{
	font-size: 130%;
	letter-spacing: -0.1em;
	padding-right: 0.2em;
}
.section-yutai .hero-txt .elem2 .notes{color: #1171CD;}
.section-yutai .hero-txt{text-align: center;}
.section-yutai .hero-txt ul.notes{
	max-width: 680px;
	text-align: left;
}
@media only screen and (max-width: 768px){
	.section-post+.section-yutai{padding-top: 40px;}
	.section-yutai .inner{
		padding: 20px 20px;
		border: 1px solid #1171CD;
	}
	.section-yutai .hero-txt .elem2{padding-top: 20px;}
	.section-yutai .hero-txt .elem2 .lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		color: #1171CD;
	}
	.section-yutai .hero-txt .elem2 .part1{
		line-height: 1.2;
		font-size: 16px;
	}
	.section-yutai .hero-txt .elem2 .part1 img{
		margin-right: 2px;
		margin-bottom: 0;
	}
}

.notfound {
	display: none;
	padding: 3em 0;
	text-align: center;
}
</pre></body></html>