/* common.css 181122 */

/* init. */
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,address {
	margin: 0;
	padding: 0;
}
header,main,aside,footer,section,nav,article {
	display: block;
}
html {
	overflow-y: scroll;
}
body {
	overflow: hidden;
	font-size: 13px;
	font-family: sans-serif;
	line-height: 1.7;
	background: #fff;
	color: #000;
	text-align: justify;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul,ol {
	list-style: none;
}
ul.disc {
	list-style: disc;
	padding-left: 20px;
}
ol.decimal {
	list-style: decimal;
	padding-left: 20px;
}
table {
	border-spacing: 0;
}
address {
	font-style: normal;
}
a[href] {
	color: #00f;
}
a:hover img {
	transition: all 0.3s linear;
	opacity: 0.7;
}
strong {
	font-weight: inherit;
}

/* util. */
.in { padding-left: 3% !important; padding-right: 3% !important; }
.bb { box-sizing: border-box; }
.oh { overflow: hidden; }
.relative { position: relative; }
.cf:after { content: ""; display: block; clear: both; }
.serif { font-family: serif; }
p.ti,ul.ti li { text-indent: -1em; padding-left: 1em; }
.red { color: #E50012;	font-weight: bold; }

.btn {
	width: 100%;
	max-width: 340px;
	display: inline-block;
	background: #7ecef4;
	color: #fff !important;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	line-height: 1.2;
}
.btn:before {
	content: "+";
}
.btn:hover {
	transition: all 0.5s linear;
	opacity: 0.8;
}

.tr { text-align: right; }
.tc { text-align: center; }
.tl { text-align: left; }

.none { display: none !important; }
.block { display: block !important; }
.inline { display: inline !important; }
.ib { display: inline-block !important; }
.table { display: table !important; }
.cell { display: table-cell !important; }
.li { display: list-item!important; }

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

.p0 { padding: 0 !important; }
.p5 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }

.pt3p { padding-top: 3% !important; }
.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }

.pb3p { padding-bottom: 3% !important; }
.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }

.px10 { padding-left: 10px !important; padding-right: 10px !important; }
.px13 { padding-left: 13px !important; padding-right: 13px !important; }
.px15 { padding-left: 15px !important; padding-right: 15px !important; }
.px20 { padding-left: 20px !important; padding-right: 20px !important; }

.py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py3 { padding-top: 3px !important; padding-bottom: 3px !important; }
.py5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.py10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.py15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.py25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.py30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.w100p { width: 100% !important; }

/**/
.h-wp {
	background: #6ab82c;
	color: #fff;
	padding: 8px 0 9px;
	overflow: hidden;
	margin-bottom: 10px;
}
.h-1 {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.2;
	background: #EC6C23;
	color: #fff;
	padding: 5px 0 4px;
	text-align: center;
}
.h-2 {
	font-size: 17px;
	line-height: 1.2;
}
.sub {
	margin-top: 5px;
	line-height: 1.2;
}
.h-3 {
	font-size: 17px;
	line-height: 1.2;
	text-align: center;
}
.h-3>span {
	display: inline-block;
	text-align: left;
}
.photo {
	margin-top: 10px;
	width: 95%;
}
.facilities-sec,.mori-sec,.guide-sec {
	margin-top: 25px;
}

/**/
header {
	padding: 10px 0 0;
}
header .lead {
	font-size: 11px;
	line-height: 1.4;
}
header .btn-menu {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../img/btn-menu.png) no-repeat left top;
	background-size: 100%;
	float: right;
	margin: 0 0 10px 10px;
}
header nav {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
}
header .g-nav-list {
	font-size: 14px;
	border-bottom: 1px solid #999;
}
header .g-nav-list>li {
	border-top: 1px solid #999;
}
header .g-nav-list>li>a {
	padding: 7px;
	display: block;
	color: inherit;
	text-decoration: none;
}

.bnr-wp {
	margin-top: 3%;
}
.bnr-wp .bnr-02 {
	margin-top: 3%;
}

.blue-sec {
	margin-top: 3%;
	background: #9ad7f6;
	border-radius: 7px;
	padding: 3%;
}
.blue-sec .h {
	font-size: 14px;
	line-height: 1.2;
	background: #F7B52C;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}
.blue-sec .aqua-wp {
	margin-top: 3%;
	background: #e4f4fd;
	padding: 3% 3% 0;
	border-radius: 5px;
}
.blue-sec .aqua-wp p:not(:first-child) {
	margin-top: 1em;
}
.blue-sec .img-01 {
	margin-top: 10px;
}


.facilities-sec .lead {
	line-height:  1.4;
	font-weight: bold;
	margin-top: 20px;
	color: #ed6d23;
	background: url(../img/ill-02.png) no-repeat right center;
	background-size: auto 100%;
}
.facilities-sec .lead.ld-1 {
	margin-top: 0;
}
.facilities-sec .lead.ld-2 {
	background: url(../img/ill-03.png) no-repeat right bottom;
	background-size: auto auto;
}
.facilities-sec .kokuban-wp {
	margin-top: 10px;
}
.facilities-sec .k-top {
	line-height: 0;
}
.facilities-sec .k-top img {
	vertical-align:  bottom;
}
.facilities-sec .txt-1 {
	padding: 5px 6% 0;
	background: url(../img/kokuban-txt.jpg) repeat-y left top;
	background-size: 100%;
	color: #fff;
}
.facilities-sec .catch-1 {
    width: 20%;
    float: left;
	margin: 6px 10px 10px 0;
}
.facilities-sec .kokuban-2-wp {
	margin-top: 25px;
}
.facilities-sec .kokuban-2-wp .h {
    line-height: 1.2;
	font-size: 20px;
	color: #F6C8DD;
}
.facilities-sec .kokuban-2-wp .h:not(:first-of-type) {
	margin-top: 20px;
}
.facilities-sec .kokuban-2-wp p {
	margin-top: 1em;
}
.facilities-sec .txt-2 {
	padding: 5px 6% 0;
	background: url(../img/kokuban-2-txt.png) repeat-y left top;
	background-size: 100%;
	color: #fff;
}

.mori-sec .h-wp {
	padding: 8px 0 6px;
}
.mori-sec .ita-top {
	text-align: center;
}
.mori-sec .ita-top img {
	width: 80%;
}
.mori-sec .ita-content-wp {
	padding: 3%;
	background: url(../img/bk-ita.jpg) repeat left top;
	background-size: auto 100%;
	border: 2px solid #000;
}
.mori-sec .lead {
    font-size: 12px;
	font-weight: bold;
    background: #eaa725;
    color: #fff;
    padding: 1px;
    text-align: center;
}
.mori-sec .bnr-wp {
	margin-top: 10px;
}
.mori-sec .black-wp {
	margin-top: 10px;
	background: #110e10;
	color: #fff;
	padding: 3%;
}
.mori-sec .black-wp .u-line {
	margin-top: 0;
	background: url(../img/bk-underline.png) no-repeat center bottom;
	background-size: 60%;
	padding: 0 0 7%;
	text-align: center;
}
.mori-sec .black-wp p {
	margin-top: 10px;
}
.mori-sec .bnr-2-wp {
	margin-top: 10px;
}

.guide-sec .in-2 {
	padding: 0 4%;
}
.guide-sec .kakomi {
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 4px;
}
.guide-sec .kakomi>span {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #feeabe;
	padding: 3%;
}
.guide-sec .small {
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 10px;
}
.guide-sec .img-wp {
	margin-top: 15px;
	text-align: center;
}
.guide-sec .img-wp>span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border: 3px solid #009844;
	border-radius: 20px;
	background: #F8EBCE;
	color: #EF8200;
	padding: 3px 20px 1px;
}
.guide-sec address {
	margin-top: 15px;
	text-align: center;
}
.guide-sec address>span {
	display: inline-block;
	text-align: left;
	line-height: 1.2;
}
.guide-sec .gmap-wp {
	margin-top: 10px;
	height: 0;
	padding-top: 64%;
	position: relative;
}
.guide-sec .gmap-wp iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.guide-sec .note-wp {
	margin-top: 25px;
}
.guide-sec .right {
	float: right;
	margin: 0 0 0 10px;
	width: 40%;
    max-width: 136px;
}
.guide-sec .txt-1 {
	background: url(../img/note-txt.png) repeat-y left top;
	background-size: 100%;
	padding: 10px 5%;
}
.guide-sec .merit-list {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	color: #E50012;
}
.guide-sec .merit-list>li {
	margin-top: 7px;
	text-indent: -1em;
	padding-left: 1em;
}
.guide-sec .merit-list>li:before {
	content: "●";
}
.guide-sec .big {
	font-size: 15px;
}
.guide-sec .red {
	font-size: 15px;
	line-height: 1.2;
	margin-top: 10px;
	background: #E50012;
	color: #fff;
	padding: 7px 10px 5px;
	border-radius: 7px;
	text-align: center;
}
.guide-sec .h {
	font-size: 14px;
	margin: 10px 0;
	padding: 5px 5px 3px;
	line-height: 1.2;
	background: #CEEAFA;
	border-left: 20px solid #72C1EC;
	box-shadow: 0 11px 8px -10px #999;
}
.guide-sec .ti-2 {
	text-indent: -2em;
	padding-left: 2em;
}
.guide-sec .ti-3 {
	text-indent: 1em;
}
.guide-sec .green {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #00A040;
}
.guide-sec .green .black {
	font-size: 13px;
	color: #000;
}
footer .footer-nav-list {
	margin-top: 20px;
	text-align: center;
}
footer .footer-nav-list>li:first-child {
	margin-left: 0;
}
footer .footer-nav-list>li:last-child {
	margin-right: 0;
}
footer .footer-nav-list>li {
	display: inline-block;
	margin: 0 5px;
}
footer .footer-nav-list>li>a {
	text-decoration: none;
	color: inherit;
}
footer .copyright {
	margin: 10px 0;
	text-align: center;
	line-height: 1.2;
}
footer .copyright small {
	font-size: 11px;
}




@media screen and (min-width: 500px) {
	
	/* util. */
	.tb-tr { text-align: right; }
	.tb-tc { text-align: center; }
	.tb-tl { text-align: left; }

	.tb-mw1000 { max-width: 1000px; margin: auto; }
	.tb-mw960 { max-width: 960px; margin: auto; }
	.tb-mw900 { max-width: 900px; margin: auto; }
	.tb-mw835 { max-width: 835px; margin: auto; }
	.tb-mw820 { max-width: 820px; margin: auto; }
	.tb-mw800 { max-width: 800px; margin: auto; }
	.tb-mw790 { max-width: 790px; margin: auto; }
	.tb-mw700 { max-width: 700px; margin: auto; }
	.tb-mw600 { max-width: 600px; margin: auto; }
	
	.tb-none { display: none !important; }
	.tb-block { display: block !important; }
	.tb-inline { display: inline !important; }
	.tb-ib { display: inline-block !important; }
	.tb-table { display: table !important; }
	.tb-cell { display: table-cell !important; }
	.tb-li { display: list-item!important; }
	
	.tb-p0 { padding: 0 !important; }
	.tb-p5 { padding: 5px !important; }
	.tb-p10 { padding: 10px !important; }
	.tb-p15 { padding: 15px !important; }
	.tb-p20 { padding: 20px !important; }
	.tb-p25 { padding: 25px !important; }
	.tb-p30 { padding: 30px !important; }

	.tb-pt0 { padding-top: 0 !important; }
	.tb-pt5 { padding-top: 5px !important; }
	.tb-pt10 { padding-top: 10px !important; }
	.tb-pt15 { padding-top: 15px !important; }
	.tb-pt20 { padding-top: 20px !important; }
	.tb-pt25 { padding-top: 25px !important; }
	.tb-pt30 { padding-top: 30px !important; }

	.tb-pb0 { padding-bottom: 0 !important; }
	.tb-pb5 { padding-bottom: 5px !important; }
	.tb-pb10 { padding-bottom: 10px !important; }
	.tb-pb15 { padding-bottom: 15px !important; }
	.tb-pb20 { padding-bottom: 20px !important; }
	.tb-pb25 { padding-bottom: 25px !important; }
	.tb-pb30 { padding-bottom: 30px !important; }

	.tb-px10 { padding-left: 10px !important; padding-right: 10px !important; }
	.tb-px15 { padding-left: 15px !important; padding-right: 15px !important; }
	.tb-px20 { padding-left: 15px !important; padding-right: 15px !important; }
	
	.tb-py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
	.tb-py5 { padding-top: 5px !important; padding-bottom: 5px !important; }
	.tb-py10 { padding-top: 10px !important; padding-bottom: 10px !important; }
	.tb-py15 { padding-top: 15px !important; padding-bottom: 15px !important; }
	.tb-py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
	.tb-py25 { padding-top: 25px !important; padding-bottom: 25px !important; }
	.tb-py30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	
	body {
		font-size: 15px;
	}
	
	/**/
	.h-1 {
		font-size: 14px;
	}
	.h-2 {
    	font-size: 20px;
	}
	.h-3 {
		font-size: 20px;
	}
	.facilities-sec, .mori-sec, .guide-sec {
		margin-top: 30px;
	}
	.h-wp {
    	margin-bottom: 15px;
	}
	
	/**/
	header .lead {
    	font-size: 12px;
	}
	.bnr-wp {
		margin-top: 15px;
	}
	.bnr-wp img {
		width: 50%;
	}
	.bnr-wp .bnr-02 {
		margin: 0;
	}
	.blue-sec {
    	margin-top: 15px;
	}
	.blue-sec .aqua-wp {
		overflow: hidden;
	}
	.blue-sec .h {
    	font-size: 15px;
	}
	.blue-sec .aqua-wp p:not(:first-child) {
		margin-top: 1em;
	}
	.blue-sec .img-02 {
		margin-top: 45px;
		float: right;
		width: 50%;
	}
	.mori-sec .black-wp .u-line {
    	padding: 0 0 5.5%;
	}
	.mori-sec .bnr-2-wp {
		margin-top: 20px;
	}
	.guide-sec .img-wp>span {
		font-size: 20px;
	}
	.facilities-sec .kokuban-2-wp .h {
    	font-size: 25px;
	}
	.facilities-sec .kokuban-2-wp p {
    	margin-top: 1em;
	}
	.guide-sec .green {
		font-size: 20px;
	}
	.guide-sec .green .black {
		font-size: 15px;
	}
	.guide-sec .txt-1 {
		padding: 15px 5%;
	}
	.guide-sec .merit-list {
    	font-size: 15px;
	}
	.guide-sec .h {
		font-size: 17px;
		margin: 20px 0;
		padding: 8px 5px 6px;
	}
	.guide-sec .red {
		font-size: 15px;
	}
	.guide-sec .big {
		font-size: 18px;
	}
	
	footer .bnr-wp img {
		width: 100%;
	}
	footer .footer-nav-list>li {
    	margin: 0 15px;
	}
	footer .copyright {
    	margin: 15px;
	}
	

	
	
}
@media screen and (min-width: 800px) {
	body {
		font-size: 16px;
		font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",osaka,sans-serif;
	}
	.serif { font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important; }
	
	.pc-tr { text-align: right; }
	.pc-tc { text-align: center; }
	.pc-tl { text-align: left; }
	
	.pc-none { display: none !important; }
	.pc-block { display: block !important; }
	.pc-inline { display: inline !important; }
	.pc-ib { display: inline-block !important; }
	.pc-table { display: table !important; }
	.pc-li { display: list-item!important; }
	
	.pc-p0 { padding: 0 !important; }
	.pc-p5 { padding: 5px !important; }
	.pc-p10 { padding: 10px !important; }
	.pc-p15 { padding: 15px !important; }
	.pc-p20 { padding: 20px !important; }
	.pc-p25 { padding: 25px !important; }
	.pc-p30 { padding: 30px !important; }
	
	.pc-pt20 { padding-top: 20px !important; }
	.pc-pt30 { padding-top: 30px !important; }
	.pc-pt40 { padding-top: 40px !important; }
	.pc-pt50 { padding-top: 50px !important; }
	.pc-pt60 { padding-top: 60px !important; }
	.pc-pt70 { padding-top: 70px !important; }
	.pc-pt80 { padding-top: 80px !important; }
	.pc-pt90 { padding-top: 90px !important; }
	.pc-pt100 { padding-top: 100px !important; }

	.pc-pb20 { padding-bottom: 20px !important; }
	.pc-pb30 { padding-bottom: 30px !important; }
	.pc-pb40 { padding-bottom: 40px !important; }
	.pc-pb50 { padding-bottom: 50px !important; }
	.pc-pb60 { padding-bottom: 60px !important; }
	.pc-pb70 { padding-bottom: 70px !important; }
	.pc-pb80 { padding-bottom: 80px !important; }
	.pc-pb90 { padding-bottom: 90px !important; }
	.pc-pb100 { padding-bottom: 100px !important; }

	.pc-px20 { padding-left: 20px !important; padding-right: 20px !important; }
	.pc-px25 { padding-left: 25px !important; padding-right: 25px !important; }
	
	.pc-py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
	.pc-py30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	.pc-py40 { padding-top: 40px !important; padding-bottom: 40px !important; }
	.pc-py50 { padding-top: 50px !important; padding-bottom: 50px !important; }
	.pc-py60 { padding-top: 60px !important; padding-bottom: 60px !important; }
	.pc-py70 { padding-top: 70px !important; padding-bottom: 70px !important; }
	.pc-py80 { padding-top: 80px !important; padding-bottom: 80px !important; }
	.pc-py90 { padding-top: 90px !important; padding-bottom: 90px !important; }
	.pc-py100 { padding-top: 100px !important; padding-bottom: 100px !important; }
	
	.pc-mt75 { margin-top: 75px !important; }
	.pc-mt500 { margin-top: 500px !important; }
	.pc-mt700 { margin-top: 700px !important; }
	
	body {
		font-size: 16px;
	}
	/**/
	.facilities-sec, .mori-sec {
    	margin-top: 25px;
	}
	.guide-sec {
    	margin-top: 40px;
	}
	.guide-sec.v1 {
    	margin-top: 25px;
	}
	.h-1 {
		font-size: 20px;
	}
	.h-wp {
    	padding: 22px 0 15px;
		text-align: center;
	}
	.h-2 {
    	font-size: 56px;
		display: inline-block;
	}
	.sub {
		font-size: 16px;
		display: inline-block;
		text-align: left;
		margin: 10px 0 0 25px;
	}
	.h-wp {
    	margin-bottom: 25px;
	}
	.h-3 {
		font-size: 34px;
	}

	/**/
	header .lead {
		font-size: 16px;
		text-align: center;
	}
	header nav {
		display: block;
		position: static;
	}
	header nav .g-nav-list {
		font-size: 21px;
		display: table;
		width: 100.5%;
		border-spacing: 2px;
		border-bottom: none;
		margin: 3px -2px 0;
	}
	header nav .g-nav-list>li {
		display: table-cell;
		background: linear-gradient(to bottom,#f8bc65 0%,#eba52a 100%);
		color: #fff;
		text-align: center;
		border-top: none;
	}
	header nav .g-nav-list>li>a {
		padding: 6px 0 4px;
	}
	.bnr-wp {
    	margin-top: 7px;
	}
	.blue-sec {
		margin-top: 25px;
		border-radius: 40px;
		padding: 15px 13px 17px;
	}
	.blue-sec .h {
    	font-size: 19px;
		margin: 0 10px;
		padding: 10px 0 8px;
		border-radius: 15px;
	}
	.blue-sec .aqua-wp {
		font-size: 17px;
    	margin-top: 12px;
    	padding: 13px 30px 0;
    	border-radius: 30px;
	}
	.facilities-sec .lead {
		margin-top: 55px;
		font-size: 28px;
	}
	.facilities-sec .kokuban-wp {
    	margin-top: 15px;
	}
	.facilities-sec .txt-1 {
    	font-size: 19px;
    	color: #FFF000;
	}
	.facilities-sec .catch-1 {
    	width: 200px;
		margin: 0px 25px 0 0;
	}
	.facilities-sec .kokuban-2-wp {
    	margin-top: 75px;
	}
	.facilities-sec .kokuban-2-wp .h {
    	font-size: 55px;
		margin-top: 5px;
	}
	.facilities-sec .kokuban-2-wp p {
    	font-size: 21px;
		margin-top: 10px;
	}
	.facilities-sec .caption {
		margin-top: 0 !important;
		padding: 0 0 10px 30px;
	}
	.mori-sec {
		margin-top: 145px;
	}
	.mori-sec.v1 {
		margin-top: 25px;
	}
	.mori-sec .h-wp {
		margin: 0 0 15px;
    	padding: 20px 0 18px;
	}
	.mori-sec .lead {
    	font-size: 17px;
		padding: 4px 0 1px;
	}
	.mori-sec .ita-content-wp {
    	padding: 30px 40px 40px;
	}
	.mori-sec .black-wp {
    	margin-top: 15px;
	}
	.mori-sec .black-wp p {
		margin-top: 20px;
    	font-size: 26px;
	}
	.mori-sec .black-wp .u-line {
		background-size: 65%;
	}
	.mori-sec .black-wp .p-1 {
		padding: 0 20px;
	}
	.mori-sec .bnr-2-wp {
    	margin-top: 120px;
	}
	.guide-sec .h-wp {
    	margin-bottom: 85px;
	}
	.guide-sec .kakomi {
		font-size: 21px;
		padding: 11px;
	}
	.guide-sec .kakomi>span {
    	padding: 35px 25px;
	}
	.guide-sec .small {
		font-size: 18px;
		text-align: center;
	}
	.guide-sec .img-wp {
    	margin-top: 30px;
	}
	.guide-sec .img-wp>span {
    	font-size: 32px;
		border-width: 6px;
		border-radius: 40px;
	}
	.guide-sec address {
    	margin-top: 20px;
    	font-size: 24px;
	}
	.guide-sec .note-wp {
    	margin-top: 105px;
	}
	.guide-sec .right {
		margin: -40px 0 0 10px;
	}
	.guide-sec .txt-1 {
    	padding: 50px 70px 0;
	}
	.guide-sec .merit-list {
    	font-size: 26px;
	}
	.guide-sec .big {
		font-size: 29px;
	}
	.guide-sec .merit-list>li {
    	margin-top: 10px;
	}
	.guide-sec .red {
	    font-size: 20px;
	}
	.guide-sec .red .big {
		font-size: 32px;
	}
	.guide-sec .h {
    	font-size: 21px;
		padding: 15px 5px 13px;
	}
	.guide-sec .green {
    	font-size: 28px;
	}
	.guide-sec .green .black {
    	font-size: 23px;
	}
	
	.dot-text {
	text-emphasis: filled dot black;
	-webkit-text-emphasis: filled dot black;		
	}
	
	footer .bnr-wp {
    	margin-top: 75px;
	}
	footer .footer-nav-list {
    	font-size: 21px;
		margin-top: 13px;
	}
	footer .copyright small {
    	font-size: 12px;
	}

	
}

@media screen and (min-width: 900px) {
	/**/
	.h-1 {
		font-size: 22px;
		padding: 8px 0 4px;
	}
	.facilities-sec .lead {
		font-size: 30px;
	}
	.guide-sec .red {
	    font-size: 27px;
	}
	.guide-sec .h {
    	font-size: 25px;
	}
}
