@charset "UTF-8";

/*///////////////////////////////////////////////*/
/*//////////////////// Reset ////////////////////*/
/*///////////////////////////////////////////////*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "游明朝","Yu Mincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
img{
	border:none;
	vertical-align: bottom;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}

/*//////////////////////////////////////////////*/
/*//////////////////// Base ////////////////////*/
/*//////////////////////////////////////////////*/

.clearfix:after {  
	content: "."; 
	display: block;
	height: 0;
	font-size: 0;
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac \*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}

.txtL{text-align: left;}
.txtR{text-align: right;}
.txtC{text-align: center;}

.FR{float: right;}
.FL{float: left;}

.pt5p{padding-top: 5px;}
.mr1{margin-right: 1em;}
.ml1{margin-left: 1em;}

.mt0{margin-top: 0;}
.mt1{margin-top: 1em;}
.mt2{margin-top: 2em;}
.mt3{margin-top: 3em;}
.mt4{margin-top: 4em;}
.mt5{margin-top: 5em;}
.mt05{margin-top: 0.5em;}
.mt15{margin-top: 1.5em;}
.mt25{margin-top: 2.5em;}
.mt35{margin-top: 3.5em;}
.mt45{margin-top: 4.5em;}
.mt55{margin-top: 5.5em;}

.mb0{margin-bottom: 0;}
.mb1{margin-bottom: 1em;}
.mb2{margin-bottom: 2em;}
.mb3{margin-bottom: 3em;}
.mb4{margin-bottom: 4em;}
.mb5{margin-bottom: 5em;}
.mb05{margin-bottom: 0.5em;}
.mb15{margin-bottom: 1.5em;}
.mb25{margin-bottom: 2.5em;}
.mb35{margin-bottom: 3.5em;}
.mb45{margin-bottom: 4.5em;}
.mb55{margin-bottom: 5.5em;}

.pt0{padding-top: 0;}
.pt1{padding-top: 1em;}
.pt2{padding-top: 2em;}
.pt3{padding-top: 3em;}
.pt4{padding-top: 4em;}
.pt5{padding-top: 5em;}
.pt05{padding-top: 0.5em;}
.pt15{padding-top: 1.5em;}
.pt25{padding-top: 2.5em;}
.pt35{padding-top: 3.5em;}
.pt45{padding-top: 4.5em;}
.pt55{padding-top: 5.5em;}

.pb0{padding-bottom: 0;}
.pb1{padding-bottom: 1em;}
.pb2{padding-bottom: 2em;}
.pb3{padding-bottom: 3em;}
.pb4{padding-bottom: 4em;}
.pb5{padding-bottom: 5em;}
.pb05{padding-bottom: 0.5em;}
.pb15{padding-bottom: 1.5em;}
.pb25{padding-bottom: 2.5em;}
.pb35{padding-bottom: 3.5em;}
.pb45{padding-bottom: 4.5em;}
.pb55{padding-bottom: 5.5em;}

.fs08{font-size: 0.8em;}
.fs09{font-size: 0.9em;}
.fs12{font-size: 1.2em;}
.fs14{font-size: 1.4em;}
.fs16{font-size: 1.6em;}
.fs18{font-size: 1.8em;}

/*////////////////////////////////////////////////*/
/*//////////////////// header ////////////////////*/
/*////////////////////////////////////////////////*/

.fadein { opacity: 0; transform : translate(0, 50px); transition : all 1500ms;}
.fadein.scrollin{ opacity: 1; transform: translate(0, 0);}


main{
	background: url("../images/bg.jpg") repeat;
}

p,
li{
	/*font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;*/
	font-family: "Noto Sans JP";
}

.inner{
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}
#top-main{
	width: 100%;
	background: url("../images/top-main.jpg") no-repeat center;
	background-size: cover;
	min-height: 550px;
}
#top-main .inner{
	height: 550px;
}
h1{
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
}
h1 img{
	width: 480px;
}
#top-main p{
position: absolute;
    right: -50px;
    bottom: -85px;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3;
}
#top-main p img{
	width: 190px;
	display: inline-block;
	padding-bottom: 0.5em;
}

h2{
padding-bottom: 1em;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #1765b5;
    padding-top: 3em;
}

ul.point{
	display: flex;
	justify-content: space-between;
	margin-top: 2.5em;
}
ul.point li{
	width: 310px;
}
ul.point img{
	width: 100%;
	padding-top: 1em;
}
ul.point h4{
	background: #1765b5;
	padding: 0.7em 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.05em;
	text-align: center;
	letter-spacing: 1px;
	
}
ul.point p{
	line-height: 1.5;
	letter-spacing: 0;
	padding-top: 1em;
	    font-size: 1.1em;
}

#map{
	background: url("../images/map.png") no-repeat center;
	height: 700px;
	position: relative;
}
#map li{
	display: inline-block;
}
#map li{
	position: absolute;
}
#map li.m-1{
top: 35px;
    left: 280px;
}
#map li.m-2{
top: 280px;
    left: 395px;
}
#map li.m-3{
top: 310px;
right: 170px;
}
#map li.m-4{
	top: 400px;
    left: 50px;
}
#map li.m-5{
	top: 510px;
    left: 410px;

}
#map li.m-6{
    top: 120px;
    right: 240px;
}

.onsen{
	border-top: 5px double #ff8140;
	border-bottom: 5px double #ff8140;
	padding: 2.5em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
}
.onsen .o-left{
	width: 50%;
	height: 300px;
	background: url("../images/o-img.jpg") no-repeat center;
	background-size: cover;
	border-radius: 15px;
}
.onsen .o-right{
	width: 50%;
	padding: 0 1em 0 2em;
}
.onsen .o-title{
	display: flex;
	align-items: center;
}
.onsen .ot-left{
	font-size: 1.8em;
	font-weight: bold;
	color: #ff8140;
}
.onsen .ot-right{
	letter-spacing: 1px;
	padding-left: 1em;
	line-height: 1.3;
}
.onsen p{
	padding-top: 1.5em;
	margin-top: 1.5em;
	line-height: 1.5;
	letter-spacing: 1px;
	border-top: 1px solid #ff8140;
}

ul.yado{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2em;
}
ul.yado li{
	width: 48%;
}
ul.yado a,
ul.yado b{
color: #000;
    font-weight: bold;
    padding: 1.2em 1.5em;
    display: block;
    border-left: 6px solid #ff6c34;
    background: #fff;
    margin-bottom: 0.1em;
	transition: color .3s;
	font-size: 1.1em;
}
ul.yado a:after,
ul.yado b:after{
	content: "≫";
	float: right;
	color: #ff6c34;
	transition: all .3s;
}
ul.yado a:hover,
ul.yado b:hover{
	color: #ff6c34;
}
ul.yado a:hover:after,
ul.yado b:hover:after{
	transform: translateX(10px);
}


.pre{
	max-width: 700px;
	margin: 0 auto;
}
.pre-box{
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
	align-items: center;
}
.pre-box .pre-left{
	width: 55%;
	line-height: 1.5;
	padding-right: 1.3em;
	font-size: 1.1em;
}
.pre-box .pre-left h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #1765b5;
	padding-bottom: 0.6em;
}
.pre-box .pre-left small{
	font-size: 0.8em;
	display: inline-block;
	padding-top: 1em;
}
.pre-box .pre-right{
	width: 45%;
	min-height: 300px;
	background: url("../images/pre.jpg") no-repeat center;
	background-size: cover;
}

.o-right ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5em;
}
.o-right ul li{
	font-size: 1.3em;
	max-width: 50%;
	padding-top: 0.6em;
}
.o-right p{
	font-size: 1.1em;
}
h2.onsen-title{
	border-bottom: none;
}

ul.banner{
	display: flex;
	justify-content: space-between;
	margin-top: 5em;
	padding-bottom: 3em;
}
ul.banner li{
	width: 32%;
}
ul.banner a{
	border-radius: 5px;
	display: block;
	background: #829721;
	border: 1px solid #829721;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	font-size: 1.2em;
	line-height: 1.4;
	transition: all 0.3s;
}
ul.banner a:hover{
	background: none;
	color: #829721;
}

/*/////////////////////////////////////////////*/
/*//////////////////// top ////////////////////*/
/*/////////////////////////////////////////////*/



/*///////////////////////////////////////////////*/
/*//////////////////// aside ////////////////////*/
/*///////////////////////////////////////////////*/



/*////////////////////////////////////////////////*/
/*//////////////////// footer ////////////////////*/
/*////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////*/
/*//////////////////// Responsive ////////////////////*/
/*////////////////////////////////////////////////////*/

@media screen and (max-width: 1100px) {
	/*調整用*/
}

@media screen and (max-width: 770px) {
	/*タブレット端末*/
}

@media screen and (max-width: 480px) {
	/*スマートフォン端末*/
}



