@charset "utf-8";
@import "reset.css";

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

.skip{display: none;}
.sp{display:none;}
.pc{display:block;}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
}
#page-top a {
    text-decoration: none;
    width: 130px;
    display: block;
	opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;

}

.e-info {
	background-color: #d87171;
	padding: 2%;
}

.e-info h2{
	text-align: center;
	color: #fff;
	margin-bottom: 12px;
}


.e-info-waku{
	margin: auto;
    background-color: #fff;
    /* float: left; */
    width: 925px;
    /* margin-left: 15px; */
    padding: 28px;
    border-radius: 8px;
	    font-weight: bold;

}



.e-info li {
    border-bottom: 1px dotted #747474;
    padding-bottom: 2px;
}


.e-info li:first-child {
    border-bottom: none;
    padding-bottom: 2px;
}

.e-info .title {
    display: block;
    overflow: auto;
    zoom: 1;
    margin: 10px 0;
    font-size: 130%;
}

.e-info .title a:link {
    color: #d74948;
}

.e-info .board-info .description {
    display: block;
    overflow: auto;
    zoom: 1;
    font-size: 0.9em;
    margin-left: 90px;
}

.e-info .e-banner{
	margin: auto;
	padding: 20px 0;
	width: 981px;
}

.e-info .e-banner img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.e-info .e-banner a:hover img{
	opacity: 1;
}

.hotspring-banner{
	padding: 20px 0;
	vertical-align: middle;
	text-align: center;
}

.hotspring-banner img{
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #4d4d4d;
	/*font-size: 87.5%;*/
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS P Gothic', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #0071bc;
}
a:visited {
	color: #339;
}
a:hover, a:focus {
	color: #c30;
}
a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: .55em;
	padding: 3px 5px 2px;
	border-radius: 2px;
	background-color: #d00;
	color: #fff;
	font-size: 60%;
	font-weight: normal;
	text-transform: uppercase;
}
.print_wrp{display: none;}
#breadCrumb{
width: 980px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.contentTitle{
}
h1{
	font-size: 1.8em;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #D74949;
	border-bottom: 3px solid #413B3D;
	letter-spacing: 0.1em;
	}

/* Sitemap
================================================== */

/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list{
	border-left: 1px dotted #444;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item{
}

.sitemap-list-item-span a{
	text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list{
	list-style-type: disc;
}
ul.sitemap-list.sm-depth2-list{
	list-style-type: circle;
}
ul.sitemap-list.sm-depth3-list{
	list-style-type: square;
}
ul.sitemap-list.sm-depth4-list{
	list-style-type: circle;
}
/*header*/
#header{
	width: 100%;
	height: auto;
	background: linear-gradient(#DFF0FD, #60B4F3);
	padding-top:10px;
}
.head{
	width: 100%;
	height: 140px;
	background-image: url(../images/hdbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.logo{
	width: 457px;
	height: 107px;
	margin-left: auto;
	margin-right: auto;
}
.contact{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.contact a{
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: 16px;
	top: -107px;
}
/*menu*/
.menu{
	width: 100%;
	height: 63px;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
}
.menu ul{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 63px;
}
.menu li{
	float: left;
	margin: 0;
	padding: 0;
}

.slicknav_menu {display:none;}
/*スライド*/
#slide{
	background-size: cover;
	background-image: url(../images/sldbg.jpg);
	float: none;
	clear: both;
	background-position: center center;
}
.slide-w{
width: 980px;margin-left: auto;margin-right: auto;
}
#content{width: 980px;margin: auto;}
/**/
.top_left{float: left;}
.top_right{float: right;}

#main{
	float:left;
	width: 75%;
}


/**/
.catm{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.catm ul{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.catm .catm-t{
	float: left;
	margin: 2px;
	padding: 0;
}
.catm div{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


.catm div:hover{
    -webkit-transform: scale( 1.2 ) rotate(-10deg);
    -moz-transform: scale( 1.2 ) rotate(-10deg);
}
.catm-t a:hover img,
.catm-t a:focus img {
opacity: 1;
}

.catm-c{
	width: 240px;
	height: 107px;
	background-color: hsla(0,64%,63%,1.00);
	border-radius: 8px;
}

.board-w{
	width: 100%;
	background-color: #D4D4A4;
	min-height: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
.board{width: 980px;margin-left: auto;margin-right: auto;float: none;clear: both;}
.board-char{
	float: left;
	padding-top: 15px;
}
.board-open{
	width: 285px;
	float: left;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	background-repeat: no-repeat;
	font-size: 1.3em;
	background-color: #4F7C39;
	border-radius: 8px;
}

.board-dc{
	padding-top: 10px;
	color: #4F7C39;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	width: 95%;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 156px;
}
.board-date{
	color: #fff;
	font-size: 1.2em;
}
.board-com{
	width: 95%;
	background-color: #FFFFFF;
	border-radius: 12px;
	margin-top: 10px;
}
.board-com2{
	width: 95%;
	background-color: #FFFFFF;
	border-radius: 12px;
	margin-top: 5px;
}
.board-info{
	background-color: #fff;
	float: left;
/*	width: 530px;*/
	width: 820px;
	margin-left: 15px;
	padding: 8px;
	border-radius: 8px;
}
.board-info li{
	border-bottom: 1px dotted #747474;
	padding-bottom: 2px;
}
.board-info .date{
	display: block;
	float: left;
	padding-top: 3px;
	margin-right: 8px;
	font-size: 0.9em;
}
.board-info .new{
float: left;
}

.board-info .title{
	font-size: 1.08em;
	display: block;overflow:auto; zoom:1;
}

.board-info .description{
	display: block;overflow:auto; zoom:1;
	font-size: 0.9em;
	margin-left: 90px;
}

.sec2{
float: none;
clear: both;
margin-top: 20px;
width: 980px;
margin-left: auto;
margin-right: auto;
height: 300px;
}
.maps{
	height: 281px;
}
.maps-t{
	background-color: #4f7c39;
	padding: 10px;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
}
.maps-t a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.kiraku{
	float: left;
	margin-left: 18px;
}
.gmaps{width: 980px;height: 260px;}

/*下層ページリスト*/
.contentTreeBody{}
.pageList{}
.pageList li{
	background-color: #E4BCBC;
	border: 1px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 2px #D7AFAF;
	color: #fff;
	margin: 2em 0;
	padding: 0.8em;
	-webkit-box-shadow: 0 0 0 3px #D7AFAF;
}

.pageList .thumb{
	display: table-row;
	margin: 0px;
	padding: 0px;
	float: left;
	}
.pageList .thumb a{
	margin: 0px;
	padding: 0px;
}
.pageList .thumb img{
	padding: 0px;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
}
.pageList .title{
	display: table-row;
	color: #D74949;
	letter-spacing: 0.1em;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 40px;
	font-size: 1.3em;
	font-weight: bold;
}
.pageList .title a{
	display: block;
	width: 100%;
	color: #D74949;
	padding: 5px;
}
.pageList .description{
	color: #333333;
	padding: 5px;
}
#sidemenu{
	float:left;
	width: 220px;
	margin-left: 20px;
}

.sideHeader{}
.sideHeader h2{
	text-align: center;
	border-bottom: 3px solid #D74949;
	font-size: 1.1em;
}
.sideBody{}
.sideBody ul{}
.sideBody li{
	border-bottom: 1px dotted #6C6C6C;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.sideBody li span{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.sideBody li a{
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.sideBody li a:hover{
	display: block;
	background-color: #D96969;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
}

.catm-trw{
	margin-top: 20px;
	text-align: center;
}
.catm-tr{width: 190px;}
/*フッター*/
#footer{
	float: none;
	clear: both;
	background-color: #d74949;
margin-top: 20px;
}
.footer{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
color: #fff;
	clear: both;
	height: 110px;

}
.ftw{
	float: left;
}
.ftlink{
	float: left;
	padding: 8px;
	background-color: #fff;
	margin-left: 20px;
	font-size: 0.9em;
}
.ftlink ul{}
.ftlink li{
	float: left;
	margin-left: 5px;
	margin-right: 4px;
}
.ftlink li a{
	color: #D74949;
}

.copy{
	text-align: center;
	font-size: 0.8em;
	background-color: #413B3D;
	color: #fff;
	padding: 5px;
}

/*Responsive*/
@media screen and (max-width: 980px) {
	.contact{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
#container{
padding: 0px;
}
img{max-width:100%;}
.pc{display:none;}
.sp{display:block;}
#breadCrumb{display:none;}
.print_wrp{display:none;}
#sidemenu{display:none;}
#content{width: 100%;margin-left: auto;margin-right: auto;float: none;clear: both;margin-top: 20px;padding: 0px;}

#slide{float: none;clear: both;width: 100%;height: auto; margin-left: auto;margin-right: auto;padding-top: 0px;}
.head{
	width: 100%;
	height: auto;
}
.contact{
position: absolute;
	z-index: 1;
	right: 60%;
	top: 1%;
	width: auto;
}
.contact a{
	position: static;
}

.slide-w{
width: 100%;margin-left: auto;margin-right: auto;
}
#main{
	float:none;
	width: auto;padding: 5px;
}
#sidemenu{display: none;}
.catm{    width: 90%;
    flex-wrap: wrap;}
.catm .catm-t{
	float: none;
	/*width: 245px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.e-info-waku {
	width:auto;
	}

.e-info .e-banner{
	padding: 20px 0 0;
	width: auto;
}

.hotspring-banner{
	padding: 20px 5px 5px;
}

.board-w{
	width: 100%;
	background-color: #D4D4A4;
	min-height: 220px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.board-info{
	background-color: #fff;
	float: left;
	width:auto;
	min-height: 95px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 8px;
	margin-top: 6px;
}
.board{width: 100%;}
.board-open{
	width: 95%;
	height: auto;
	float: left;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	font-size: 1.3em;
	background-color: #4F7C39;
	border-radius: 8px;
}
.board-open div{
	background-color: #fff;
	color: #4F7C39;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	max-width: 95%;
}

.board-char{display: none;}
.slicknav_menu {display:block;}
.slick-slide {max-width:100%;}
#header{
	width: 100%;
	height: auto;
}
#spmenu {display:none;}
.logo{
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.board-open{
	width: 100%;
	float: none;
}

.sec2{
float: none;
clear: both;
margin-top: 20px;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
height: auto;
}

.maps{float: none;height: auto;}
.gmaps{width: 100%;height: 240px;}
.kiraku{
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 237px;
	height: 281px;
}


.corp table {
    border-top: 1px solid #999;
	background-color: #fff;
  }
.corp table td {
    display: block;
  }
.corp table th {
    display: block;
    border-top: none;
    border-bottom: none;
	width: auto;
  }



#footer{
float: none;
clear: both;
background-color: #d74949;
border-bottom: 8px solid #413B3D;
height: auto;
margin-top: 20px;
}
.footer{
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
padding: 0px;
clear: both;
}
.ftw{
	float: none;
}
.ftlink{display: none;}
#page-top img{
    width: 80%;
	}
#page-top a {
    text-decoration: none;
    display: block;
	opacity: 0.8;
}
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
}



}