@charset "utf-8";
/*====================================================================
	初期設定
 ====================================================================*/

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }
audio,
canvas {
	display: inline-block;
	max-width: 100%;
}
a {
	outline: none !important;
	text-decoration: none;
	color: #3b2208;
}
a:focus {
	outline: none !important;
	color: #999;
}
a:active {
	outline: none !important;
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
	opacity: 0.7;
	transition: 0.4s;
}
a:hover img { /*
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	*/ }
address { margin-top: 0; }
b,
strong { font-weight: 700; }
cite,
dfn,
em,
i,
b { font-weight: 700; }
mark,
ins { text-decoration: none; }
code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
ul,
ol { list-style: none; }
img { vertical-align: top; }
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
/*====================================================================
	font設定
 ====================================================================*/

@font-face {
	font-family: Marcellus;
	src: url(../fonts/Marcellus-Regular.ttf) format("truetype");
}
@font-face {
	font-family: cinzel-black;
	src: url(../fonts/Cinzel-Black.ttf) format("truetype");
}
@font-face {
	font-family: cinzel-bold;
	src: url(../fonts/Cinzel-Bold.ttf) format("truetype");
}
@font-face {
	font-family: cinzel-regular;
	src: url(../fonts/Cinzel-Regular.ttf) format("truetype");
}
@font-face {
	font-family: noto-t;
	src: url(../fonts/NotoThin.otf);
}
@font-face {
	font-family: noto-l;
	src: url(../fonts/NotoLight.otf);
}
@font-face {
	font-family: noto-dl;
	src: url(../fonts/NotoDemiLight.otf);
}
@font-face {
	font-family: noto-r;
	src: url(../fonts/NotoRegular.otf);
}
@font-face {
	font-family: noto-m;
	src: url(../fonts/NotoMedium.otf);
}
@font-face {
	font-family: noto-b;
	src: url(../fonts/NotoBold.otf);
}
@font-face {
	font-family: noto-bl;
	src: url(../fonts/NotoBlack.otf);
}
.fonts_en01 { font-family: "Marcellus" }
.noto-t { font-family: "noto-t" }
.noto-l { font-family: "noto-l" }
.noto-dl { font-family: "noto-dl" }
.noto-r { font-family: "noto-r" }
.noto-m { font-family: "noto-m" }
.noto-b { font-family: "noto-b" }
.noto-bl { font-family: "noto-bl" }
/*====================================================================
	clearfix設定
 ====================================================================*/

.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1;
}
/*====================================================================
	body設定
 ====================================================================*/

body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo,", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3b2208;
	background: #fff;
	font-size: 15px;
	line-height: 1.85;
}
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#container {
	overflow: hidden;
	position: relative;
}
.rich_font {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
}

@media screen and (min-width: 641px) {
/*====================================================================
	PC汎用クラス
 ====================================================================*/

.central {
	width: 960px;
	margin: 0 auto;
}
/*====================================================================
	PC
 ====================================================================*/
.header_upperr {
	background: #f5f5f5;
	padding: 15px 0;
	border-bottom: 3px double #ddd;
}
.header_upper_inner {
	width: 1080px;
	margin: auto;
	overflow: hidden;
}
.header_upper_inner h1 {
	float: left;
	width: 180px;
}
.header_info {
	float: right;
	width: 70%;
	text-align: right;
}
.header_info ul li { display: inline; }
.header_info ul li:first-child:after { content: "　|　"; }
.header_info ul li:before {
	content: "◆";
	color: #702720;
}
.header_info ul {
	display: inline;
	margin-right: 2em;
}
.header_info .telephone { display: inline; }
.header_info .telephone img { padding: 5px 0 0 0; }
#gnavi ul {
	width: 1080px;
	margin: auto;
	overflow: hidden;
}
#gnavi ul li { float: left; }
#gnavi { background: url(../images/bg-gnavi.jpg) repeat-x center center/50px; }
#sp_menu_btn { display: none; }
#slider { margin-bottom: 70px; }
#top_catch h2 {
	text-align: center;
	background: url(../images/bg-block01.jpg) repeat-x center left/8px;
	margin-bottom: 60px;
}
#top_catch h2 img {
	padding: 0 2em;
	background: #fff;
}
#top_catch ul {
	margin: 0 auto 50px;
	background: url(../images/bg-circle.png) no-repeat center center/410px;
	width: 1080px;
	overflow: hidden;
}
#top_catch ul li {
	width: 30%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border: 5px solid #f3ebe3;
	background: #f9f5f1;
	padding: 15px 5px;
	margin-right: 5%;
}
#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 {
	width: 1080px;
	margin: 0 auto 80px;
	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_concept {
	background: url(../images/bg-top_concept.jpg) repeat-x top center/2000px;
	padding: 30px 0 0 0;
	text-align: center;
	margin-bottom: 100px;
}
#top_concept h2 {
	font-size: 25px;
	margin-bottom: 50px;
}
#top_concept ul {
	width: 1080px;
	overflow: hidden;
	margin: 0 auto 30px;
}
#top_concept ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
#top_concept ul li:last-child { margin-right: 0; }
#top_gallery {
	margin-bottom: 70px;
	text-align: center;
}
#top_concept ul li img { border-radius: 5px; }
#top_gallery a {
	height: 250px;
	display: block;
	box-sizing: border-box;
	padding-top: 69px;
	background: url(../images/bg-top_gallery.jpg) no-repeat center center/cover;
}
#top_gallery p {
	height: 40px;
	background: #aab950;
	color: #fff;
	font-size: 20px;
}
#page-top {
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}
#page-top:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#bnr_area {
	width: 1080px;
	margin: 0 auto 30px;
	overflow: hidden;
}
#bnr_area li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#bnr_area li:last-child { margin-right: 0; }
.footer_bottom {
	width: 1080px;
	margin: 0 auto 5px;
	overflow: hidden;
}
.footer_left {
	width: 800px;
	float: left;
}
.footer_left h1 {
	float: left;
	width: 180px;
}
.footer_address {
	float: left;
	width: 220px;
	padding-left: 1em;
}
.howto_access {
	float: left;
	font-size: smaller;
	width: 310px;
	background: #fbfbed;
	padding: 5px 10px;
	box-sizing: border-box;
}
.footer_right {
	float: right;
	text-align: right;
}
#footer_navi {
	margin-top: 10px;
	padding: 5px;
	background: #f0f2e3;
	text-align: center;
}
#footer_navi li { display: inline; }
#footer_navi li:after { content: " |"; }
#footer_navi li:last-child:after { content: ""; }
#second_ttl {
	height: 300px;
	padding-top: 100px;
	box-sizing: border-box;
	background: url(../images/bg-second_ttl.jpg) repeat-x top center/ 2000px;
}
#second_ttl h2 {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
#second_ttl h2 span {
	height: 90px;
	font-size: 50px;
	background: rgba(68,121,21,0.8);
	display: block;
	color: #fff;
	min-width: 430px;
	padding: 0 1em;
	text-align: center;
	float: left;
}
.second_contents { padding: 70px 0; }
#pankuzu { background: #f0f2e3; }
#pankuzu p {
	padding: 5px 0;
	max-width: 1080px;
	margin: 0 auto;
}
.second_contents {
	width: 1080px;
	margin: 0 auto;
}
.about_upper dl {
	border: 5px solid #f3ebe3;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
}
.about_upper dl dt {
	width: 200px;
	float: left;
}
.about_upper dl dd {
	float: left;
	padding: 0 0 0 20px;
}
.about_upper dl dd h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.about_upper dl dd h3 span {
	border-bottom: 5px solid #f3ebe3;
	padding: 0 0 5px;
}
.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 {
	float: left;
	width: 220px;
}
.brown_box { text-align: center; }
.brown_box h3 {
	background: #793404;
	color: #fff;
}
.brown_box div { background: #faf3ee; }
.room dl dd {
	width: 820px;
	float: right;
}
.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: 32%;
	float: left;
	margin: 0 2% 30px 0;
}
.gallery li:nth-child(3n) { 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: 20px;
	overflow: hidden;
}
.gohan_img01 li {
	width: 710px;
	float: left;
}
.gohan_img01 li:nth-child(2) {
	float: right;
	width: 340px;
}
.gohan_img02 { overflow: hidden; }
.gohan_img02 li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.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 {
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
	box-sizing: border-box;
	border: 4px solid #bbc773;
}
.flow dl dd {
	float: right;
	border-radius: 10px;
	box-sizing: border-box;
	width: 760px;
	border: 4px solid #bbc773;
	height: 200px;
	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 {
	float: left;
	width: 49%;
}
.omo dd .box:nth-child(2) {
	float: right;
	width: 49%;
}
.omo dd .box h3 {
	background: #aab950;
	color: #fff;
	text-align: center;
}
.omo + h4 {
	background: #eee;
	text-align: center;
	padding: 5px;
}
.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; }
.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: 50px 0 0;
	font-size: 24px;
	margin-bottom: 20px;
}
.houmon24 dl dt {
	border-bottom: 3px dotted #ddd;
	margin-bottom: 10px;
}
.panfu a {
	background: #9c8338;
	border-radius: 40px;
	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 4em;
	border-radius: 30px;
	background: #e8e2cf;
}
.formTable {
	width: 100%;
	border-collapse: collapse;
}
.formTable tr th {
	background: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
	width: 30%;
	font-weight: bold;
	vertical-align: middle;
	border: 3px double #ddd;
	font-size: larger;
}
.formTable tr td {
	padding: 1em;
	box-sizing: border-box;
	width: 70%;
	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{display: none;}
}

/*トピックス周り*/

#list #topics_thumbnail {
	width: 100px;
	overflow: hidden;
	display: block;
	height: 100px;
	float: left;
	position: relative;
}
#list #topicsArea ul li { margin-bottom: 20px; }
#list #topics_thumbnail img {
	position: absolute;
	margin: auto;
	height: 110%;
	top: 0;
	bottom: 0;
	left: -50%;
	right: -50%;
}
#list #topics_title {
	font-weight: bold;
	font-size: larger;
}
#list #topics_date {
	margin-right: 10px;
	background: #91C132;
	padding: 5px 10px;
	display: inline;
	border-radius: 5px;
}
#list .wrap {
	float: left;
	padding: 1.2em 0 0 1em;
}
#list #topicsArea ul li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
#list #topicsArea ul li a {
	overflow: hidden;
}
#topics_number_wrap {
	text-align: center;
	background: #f5f5f5;
}
#topics_number_wrap #topics_total { background: #eee; }
#detail #topicsArea > h3 {
	border-bottom: 3px dotted #ddd;
	margin-bottom: 30px;
	padding: 0 0 10px;
	font-weight: bold;
}
#detail #topics_date {
	display: inline-block;
	background: #91C132;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}
#detail #topics_title { display: inline-block; }
#topics_body img {
	max-width: 100%;
	margin-bottom: 20px;
}
.pdfBox{
	float: left;
	width: 48%;
	margin-bottom: 30px;
}
.pdfBox h5{
	border-bottom: 1px solid #90c33a;
	font-weight: bold;
	margin-bottom: 15px;
}
.pdfBox:nth-child(2n){float: right;}
.pdfBox:after{
	content: "";
	display: table;
	clear: both;
}
.pdfBtn{
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}
.pdfBtn a{
	display: block;
	background: #CD3D4F;
	box-sizing:border-box;
	padding:10px 0;
}
img.btn{
	width: 100%;
	max-width: 260px;
	
}