@charset "UTF-8";

/*===============================================
 画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px) {
}

/*===============================================
 画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.header_upperr { }
.modal-content { text-align: center; }
.modal-content li { margin-bottom: 10px; }
.modal-content li:first-child a {
	background: none;
	padding: 10px;
}
.modal-content li a {
	background: #f0f0f0;
	display: block;
	margin: 0 10px;
	border-radius: 50px;
}
#btn-close-modal {
	background: brown;
	color: #fff;
	cursor: pointer;
}
.header_upperr h1 {
	text-align: center;
	padding: 10px;
	border-bottom: 3px double #ccc;
	border-top: 3px double #ccc;
}
.header_info { display: none; }
#gnavi { display: none; }
#sp_menu_btn {
	position: fixed;
	z-index: 100;
	left: 10px;
	bottom: 10px;
}
#slider { margin-bottom: 10px; }
#top_catch h2 {
	text-align: center;
	background: url(../images/bg-block01.jpg) repeat-x center left/8px;
	margin-bottom: 10px;
}
#top_catch h2 img {
	padding: 0 1em;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}
#top_catch ul {
	margin: 0 3% 30px;
	background: url(../images/bg-circle.png) no-repeat center center/410px;
	overflow: hidden;
}
#top_catch ul li {
	text-align: center;
	box-sizing: border-box;
	border: 5px solid #f3ebe3;
	background: #f9f5f1;
	padding: 15px 5px;
	margin-bottom: 10px;
}
#top_catch ul li:nth-child(2) {
	background: #f9f7f1;
	border-color: #f4f0e4;
}
#top_catch ul li:nth-child(3) {
	background: #f7f9f1;
	border-color: #eff3e5;
}
#top_catch ul li h3 {
	font-size: 28px;
	margin-bottom: 15px;
}
#top_catch ul li p {
	line-height: 2;
	margin-right: 5%;
}
#top_catch ul li:nth-child(3n) { margin-right: 0; }
#top_topics {
	margin: 0 3% 50px;
	box-sizing: border-box;
	padding: 30px;
	background: #f8f8f8;
}
.more01 a {
	display: inline-block;
	background: #a48c46;
	color: #fff;
	padding: 1px 10px;
	margin-top: 5px;
}
.topics_header .more01 { float: right; }
.topics_header {
	border-bottom: 1px solid #dac3aa;
	margin-bottom: 10px;
	overflow: hidden;
}
#topicsArea ul li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 10px;
}
#topicsArea ul li:last-child {
	margin-bottom: 0;
	border: none;
}
.topics_header h3 {
	font-size: 25px;
	float: left;
}
#top_topics #topics_date { margin-right: 1em; }
#top_topics #topics_date:after { content: "　|"; }
#top_topics #topics_title { display: block; }
#top_concept {
	background: url(../images/bg-top_concept.jpg) repeat-x top center/1300px;
	padding: 30px 0 0 0;
	text-align: center;
	margin-bottom: 50px;
}
#top_concept h2 {
	font-size: 14px;
	margin-bottom: 20px;
}
#top_concept ul {
	overflow: hidden;
	margin: 0 auto 30px;
}
#top_concept ul + p { padding: 0 3%; }
#top_concept ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
#top_concept ul li:last-child { margin-right: 0; }
#top_gallery {
	margin-bottom: 30px;
	text-align: center;
}
#top_gallery a img { width: 100%; }
#top_concept ul li img { border-radius: 5px; }
#top_gallery a {
	height: 250px;
	display: block;
	box-sizing: border-box;
	padding-top: 80px;
	background: url(../images/bg-top_gallery.jpg) no-repeat center center/cover;
}
#top_gallery p {
	background: #aab950;
	color: #fff;
	font-size: 17px;
}
#page-top {
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}
#page-top:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#bnr_area {
	margin: 0 3% 30px;
	overflow: hidden;
}
#bnr_area li { margin-bottom: 10px; }
#bnr_area li:last-child { margin-right: 0; }
.footer_bottom {
	margin: 0 auto 5px;
	overflow: hidden;
}
.footer_left { }
.footer_left h1 {
	text-align: center;
	margin-bottom: 10px;
}
.footer_address {
	background: #eee;
	padding: 10px;
}
.howto_access {
	background: #fbfbed;
	padding: 5px 10px;
	box-sizing: border-box;
}
.footer_right {
	padding-top: 20px;
	text-align: center;
}
#footer_navi {
	margin-top: 10px;
	padding: 5px;
	background: #f0f2e3;
	text-align: center;
}
#footer_navi li {
	margin-bottom: 10px;
	margin: 0 3% 10px;
}
#footer_navi li a {
	display: block;
	background: #fff;
}
#footer_navi li:last-child:after { content: ""; }
#second_ttl {
	height: 150px;
	box-sizing: border-box;
	padding-top: 55px;
	background: url(../images/bg-second_ttl.jpg) repeat-x top center/ cover;
}
#second_ttl h2 {
	margin: 0 auto;
	overflow: hidden;
}
#second_ttl h2 span {
	font-size: 20px;
	background: rgba(68,121,21,0.8);
	display: block;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1em;
	text-align: center;
	float: left;
}
.second_contents { padding: 30px 0; }
#pankuzu { background: #f0f2e3; }
#pankuzu p {
	text-align: center;
	margin: 0 auto;
}
.second_contents { margin: 0 3%; }
.about_upper dl {
	border: 5px solid #f3ebe3;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
}
.about_upper dl dt img {
	width: 100%;
	margin-bottom: 10px;
}
.about_upper dl dd { }
.about_upper dl dd h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.about_upper dl dd h3 span {
	border-bottom: 5px solid #f3ebe3;
	display: block;
	text-align: center;
}
.about_upper { margin-bottom: 70px; }
.ttl01 {
	background: #1d4919;
	color: #fff;
	border-radius: 50px;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.room dl { overflow: hidden; }
.room dl dt { text-align: center; }
.brown_box { text-align: center; }
.brown_box h3 {
	background: #793404;
	color: #fff;
}
.brown_box div { background: #faf3ee; }
.room dl dd { }
.room dl dd table tr th {
	background: #faf3ee;
	padding: 10px;
	font-weight: bold;
	width: 30%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.room dl dd table tr td {
	width: 80%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.room dl dd table tr td { text-align: center; }
.room dl dd table {
	border-collapse: collapse;
	width: 100%;
}
.room dl dd h4 {
	background: #5c3a15;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.brown_border {
	border: 1px solid #5c3a15;
	padding: 10px;
	margin-bottom: 20px;
}
.local_upper dl {
	overflow: hidden;
	margin-bottom: 30px;
}
.local_upper dl dt {
	float: left;
	width: 250px;
}
.local_upper dl dd {
	float: left;
	width: 800px;
	padding: 0 0 0 1.5em;
}
.local_upper dl dd .txt01 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #604d3d;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.55;
}
.access_type { overflow: hidden; }
.access_type h3 { font-weight: bold; }
.access_type .train,
.access_type .bus {
	background: url(../images/icon-local01.png) no-repeat left center/auto 56px;
	padding: 0 0 0 55px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-right: 2px solid #604d3d;
}
.access_type .bus {
	background: url(../images/icon-local02.png) no-repeat left 20px center/auto 56px;
	border: none;
	box-sizing: border-box;
	padding: 0 0 0 86px;
}
.local_upper ul { overflow: hidden; }
.local_upper ul li {
	float: left;
	width: 49%;
}
.local_upper ul li:nth-child(2n) { float: right; }
.local_upper { margin-bottom: 70px; }
.local_bottom .map { margin-bottom: 40px; }
.map dl dd {
	background: #604d3d;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}
.gallery01 { margin-bottom: 70px; }
.gallery_ttl {
	border-bottom: 3px double #aab950;
	background: url(../images/icon-picture.png) no-repeat left top/40px;
	padding: 0 0 5px 50px;
	margin-bottom: 30px;
	font-weight: bold;
}
.gallery { overflow: hidden; }
.gallery li {
	width: 48%;
	float: left;
	margin: 0 2% 10px 0;
}
.gallery li:nth-child(2n) { margin-right: 0; }
.gohan_ttl {
	border-bottom: 3px double #aab950;
	background: url(../images/icon-gohan.png) no-repeat left top/40px;
	padding: 10px 0 10px 50px;
	margin-bottom: 30px;
	font-weight: bold;
}
.gohan_img01 {
	margin-bottom: 16px;
	overflow: hidden;
}
.gohan_img01 li { margin-bottom: 16px; }
.gohan_img01 li:last-child { margin-bottom: 0; }
.gohan_img01 li img { width: 100%; }
.gohan_img01 li:nth-child(2) { }
.gohan_img02 { overflow: hidden; }
.gohan_img02 li { margin-bottom: 16px; }
.gohan_img02 li:nth-child(3n) { margin-right: 0; }
.flow_ttl {
	border-bottom: 3px double #aab950;
	background: url(../images/icon-flow00.png) no-repeat left center/30px;
	padding: 10px 0 10px 40px;
	margin-bottom: 30px;
	font-weight: bold;
}
.flow dl {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 70px;
	background: url(../images/img-arrow.png) no-repeat bottom center/38px;
}
.flow dl dt img { width: 100%; }
.flow dl dt {
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
	box-sizing: border-box;
	border: 4px solid #bbc773;
	margin-bottom: 20px;
}
.flow dl dd {
	border-radius: 10px;
	box-sizing: border-box;
	border: 4px solid #bbc773;
	padding: 20px;
}
.flow dl dd h3 {
	background: url(../images/icon-flow01.png) no-repeat left top/30px;
	border-bottom: 3px double #aab950;
	margin-bottom: 10px;
	padding: 0 0 0 35px;
	font-weight: bold;
}
.flow dl:nth-child(2) dd h3 { background: url(../images/icon-flow02.png) no-repeat left top/30px; }
.flow dl:nth-child(3) dd h3 { background: url(../images/icon-flow03.png) no-repeat left top/30px; }
.flow dl:nth-child(4) dd h3 { background: url(../images/icon-flow04.png) no-repeat left top/30px; }
.flow dl:nth-child(5) dd h3 { background: url(../images/icon-flow05.png) no-repeat left top/30px; }
.flow dl:last-child {
	background: none;
	padding: 0;
	margin: 0;
}
.omo { margin: 0 0 30px; }
.omo dt {
	margin-bottom: 10px;
	font-size: 25px;
	text-align: center;
}
.omo dt:before {
	content: "●";
	color: yellowgreen
}
.omo dd { overflow: hidden; }
.omo dd .box { margin-bottom: 20px; }
.omo dd .box:nth-child(2) { }
.omo dd .box h3 {
	background: #aab950;
	color: #fff;
	text-align: center;
}
.omo + h4 {
	background: #eee;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.omo dd .box div {
	padding: 15px;
	border: 1px solid #aab950;
}
.omo dd .box div p:first-child {
	margin-bottom: 10px;
	padding: 0 0 5px;
	border-bottom: 3px double #ddd;
}
.omo dd .box div p strong {
	font-size: larger;
	margin-right: 1em;
}
.ttl-green {
	color: #758323;
	font-size: 20px;
	margin-bottom: 1em;
	font-weight: bold;
}
.company01 { margin-bottom: 70px; }
.company_table {
	width: 100%;
	border-collapse: collapse;
}
.company_table tr th {
	background: #f7f8f1;
	text-align: center;
	font-weight: bold;
	width: 30%;
	border: 1px solid #ddd;
	border-left: none;
	padding: 1em;
}
.company_table tr td {
	padding: 1em;
	border: 1px solid #ddd;
	border-right: none;
}
.q_a dl {
	margin-bottom: 30px;
	padding: 1em;
	background: #f8f8f8;
	border: 3px solid #f0f0f0;
	border-radius: 10px;
}
.q_a dl dt {
	font-size: 20px;
	border-bottom: 3px solid #ddd;
	padding: 0 0 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.q_a dl dt:before {
	content: "Q : ";
	font-size: larger;
	font-family: serif;
	color: #637022;
	font-weight: normal;
}
.q_a dl dd:before {
	content: "A : ";
	font-size: larger;
	font-family: serif;
	color: #AC6760;
}
.kodawari_contents dl dd .img01 { margin-bottom: 20px; }
.kodawari_contents dl dd .img01 img { border-radius: 10px; }
.big {
	padding: 1em;
	font-size: 16px;
	margin-bottom: 20px;
	background: #eee;
}
.houmon24 dl dt {
	border-bottom: 3px dotted #ddd;
	margin-bottom: 10px;
}
.panfu a {
	background: #9c8338;
	border-radius: 10px;
	margin: 0 auto 20px;
	max-width: 640px;
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	text-align: center;
}
.panfu a span {
	padding: 10px 1em;
	background: #e8e2cf;
}
.formTable {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.formTable tr {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.formTable tr th {
	background: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	border: 3px double #ddd;
	font-size: larger;
}
.formTable tr td {
	padding: 1em;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 3px solid #f0f0f0;
}
.form_sepalater th { background: #fff !important; }
#submit {
	text-align: center;
	padding: 10px;
	margin-top: 30px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 50px;
}
#submit input { font-size: 16px; }
.formTable textarea { width: 100%; }
#tel_btn {
	position: fixed;
	top: 22px;
	right: 10px;
}
}
