@charset "utf-8";
/* CSS Document */
/* =========================================================
 * 共通
 * =========================================================*/
* {
	transition: 0.2s;
}
img {
	width: 100%;
	display: block;
	margin: 50px 0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
body {
	background-image: url(../img/bg_white.jpg);
	min-width: 1000px;
}
.main_box {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
.float_l {
	float: left;
	width: 50%;
}
.float_r {
	float: right;
	width: calc(50% - 1px);
}
.sp_display {
	display: none;
}
.pad_display {
	display: block;
}
a img:hover {
	opacity: 0.8;
}
.buttons {
	display: flex;
	clear: both;
	max-width: 800px;
	margin: 0 auto;
}
.buttons li {
	margin: 0 8px;
	max-width: 250px;
}
.buttons li img {
	margin: 0 auto 10%;
}
.tokutei {
	width: 510px;
	margin: 0 auto;
	display: block;
}
.tokutei img {
	margin: 0 auto;
}

/* =========================================================
 * sec1
 * =========================================================*/
.sec1 {
	overflow: hidden;
	height: 1020px;
	background-image: url(../img/sec1/wood_bg1.png),url(../img/sec1/sec1_back.png),url(../img/bg_white.jpg);
	background-repeat: repeat-x,no-repeat,repeat;
	background-position: 100% 36%,right top,top;
}
.sec1 img.midashi {
	height: 140px;
	margin: 20px 0 0px;
	width: auto;
}
.sec1 .float_l {
	margin: 0px 0px 0px 1%;
	width: 44%;
}
.sec1 .float_r {
	margin-top: -35px;
	width: 54%;
}
.sec1 .float_l img,
.sec1 .float_r img {
	margin: 50px auto 20px;
}
h1 {
	font-size: 32px;
	line-height: 45px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	color: #6b2106;
}
.sec1 h1 span {
	background: rgba(255, 255, 255, 0.7);
}
.sec1 .clear,
.sec1 .buttons {
	margin: 0 auto;
}
.sec1 .clear {
	clear: both;
	width: 81%;
}
.sec1 .clear img {
	margin-bottom: 0;
}
.sec1 .buttons {
	width: 80%;
	display: block;
}
.sec1 .buttons li img {
	margin: 0 auto;
}
.sec1 .buttons p a {
	display: block;
	text-align: center;
	color: #6a2000;
	background: rgba(255, 255, 255, 0.7);
	padding: 0.2rem 0;
	transition: 0.2s;
}
.sec1 .buttons p a:hover {
	color: #aaa;
}

/* =========================================================
 * sec2
 * =========================================================*/
.sec2 {
	clear: both;
	overflow: hidden;
	background-image: url(../img/sec2/wood_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 2rem;
}
h2 {
	color: #6b2106;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	margin-top: 30px;
	text-align: center;
	line-height: 20px;
	text-shadow: 2px 2px 5px #fff;
}
h2 span {
	font-size: 26px;
}

/* =========================================================
 * sec3
 * =========================================================*/
.sec3 {
	clear: both;
	overflow: hidden;
	background-image: url(../img/sec2/wood_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}
.sec3 img {
	margin: 0 auto;
}
.sec3 ul.first {
	display: flex;
	margin: 6rem auto 1rem;
}
.sec3 ul.second {
	margin-bottom: 3rem;
	width: 42%;
	display: block;
	margin: 0 auto 2rem;
}
.sec3 ul.first li {
	width: 42%;
	margin: 0 4%;
}
.sec3 .buttons {
	margin-top: 2rem;
}

/* =========================================================
 * sec4
 * =========================================================*/
.sec4 {
	clear: both;
	overflow: hidden;
	background-image: url(../img/sec2/wood_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}

.scr_box {
	overflow: scroll;   /* スクロール表示 */ 
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 200px;
	background: #fff;
	margin: 30px auto 10%;
}
.voice {
	margin: 0 10px 40px;
}
.voice p {
	font-size: 14px;
	line-height: normal;
}
.scr_box hr {
	border: dashed 1px #543613;
	margin: 0 0 10px;
}
.scr_box h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0 5px;
	line-height: 22px;
}
.scr_box h3 span {
	text-align: right;
	display: inline-block;
	font-size: 14px;
	background-color: #543613;
	border-radius: 1em;
	color: #fff;
	float: right;
	padding: 0px 10px;
}
.voice_table {
	font-size: 12px;
	width:100%;
	line-height: normal;
}
.voice_table th, .voice_table td {
	display: inline-block;
}
.voice_table th {
	width: 50px;
}
.voice_table th.first {
	background: #8cc81e;
	padding: 0 6px;
	margin-right: 6px;
}
.voice_table th.second {
	background: #50641b;
	padding: 0 6px;
	margin-right: 6px;
	color: #fff;
}
.voice_table td span {
	font-size: 16px;
	font-weight: bold;
	color: #543613;
	padding: 0 10px 0 5px;
}

/* =========================================================
 * sec5
 * =========================================================*/
.sec5 {
	clear: both;
	overflow: hidden;
	background-image: url(../img/sec2/wood_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* =========================================================
 * sec6
 * =========================================================*/
.sec6 {
	clear: both;
	overflow: hidden;
	background-image: url(../img/sec2/wood_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}
.sec6 h2 {
	margin-bottom: 6rem;
}
.sec6 .main_box > div {
	max-width: 600px;
	margin: 0 auto 2rem;
	padding: 1rem;
	line-height: 2rem;
	border-radius: 0.5rem;
	border:  5px solid #c7c7c7;
	box-shadow: 5px 5px 15px #868686;
}
.sec6 h3 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 0.5rem;
	margin-bottom: 1rem;
	color: #6b2106;
}
.sec6 form {
	letter-spacing: 1px;
}
.sec6 form div {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: right;
	padding-right: 1rem;
	letter-spacing: 2px;
	margin-top: 1rem;
}
.sec6 input {
	vertical-align: middle;
	min-height: 18px;
	width: 18px;
	display: inline;
	margin: 7px 5px 10px 10px;
}
.sec6 #SHIKAN {
	background: #fff url(../img/sec6/shikan_bg.jpg) no-repeat right top / 45%;
}
.sec6 #SHIKAN h3 {
	border-left: 15px solid #ec9595;
}
.sec6 #SHIKAN div {
	background: #ec9595;
}
.sec6 #CHOKUCHO {
	background: #fff url(../img/sec6/chokucho_bg.jpg) no-repeat right top / 45%;
}
.sec6 #CHOKUCHO h3 {
	border-left: 15px solid #7ec363;
}
.sec6 #CHOKUCHO div {
	background: #7ec363;
}
.sec6 #KEIREN {
	background: #fff url(../img/sec6/keiren_bg.jpg) no-repeat right top / 45%;
}
.sec6 #KEIREN h3 {
	border-left: 15px solid #7caee2;
}
.sec6 #KEIREN div {
	background: #7caee2;
}

/* =========================================================
 * sec7
 * =========================================================*/
.sec7 {
	clear: both;
	overflow: hidden;
	height: 950px;
	background-image: url(../img/sec1/wood_bg1.png);
	background-repeat:repeat-x;
	background-position:top;
}
.sec7 .float_l img {
	margin: 20px auto 50px;
}
.sec7 .float_r img {
	width: 275px;
	display: block;
	margin: 0 auto;
}
.sec7 .float_r h2 {
	line-height: 32px;
	margin-bottom: 50px;
}
div.second .float_l {
	width: 40%;
}
div.second .float_r {
	width: 57%;
}
.access_address {
	color: #000;
	margin-top: 50px;
}
.access_address h3 {
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.access_address dl {
	border-bottom: 1px dashed #000;
	width: 100%;
}
.access_address dt {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	width: 65px;
}
.access_address dd {
	display: inline-block;
	border-left: 1px dashed #000;
	padding: 10px 0 10px 10px;
	line-height: normal;
}
div.second .float_r .buttons {
	display: block;
}
div.second .float_r .buttons li {
	margin: 0 auto;
}
.sec7 div.second .float_r .buttons li img {
	width: 210px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* =========================================================
 * トップへ戻る
 * =========================================================*/
/* ページトップへ戻るボタン */
#pagetop {
	position:fixed;
	bottom:7px;
	right:7px;
	padding:10px 12px;
	color: #353535; /* 文字色 */
	font-size:16px;
	text-decoration:none;
	background: linear-gradient(
	-45deg,
	#fff 25%,
	#f4f4ed 25%, #f4f4ed 50%,
	#fff 50%, #fff 75%,
	#f4f4ed 75%, #f4f4ed
  );
  background-size: 4px 4px; 
  border: 3px solid #c9c19f; /* ボーダーの色 */
  border-radius: 50%; /* ボタンの丸み */
  opacity: 0.6; /* ボタンの透明度 */
  z-index: 99;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
	color: #ffffff; /* 文字色 */
	background:#c9c19f;/* 背景色 */
}

/* =========================================================
 * footer
 * =========================================================*/
.footer {
	background: #6b2106;
	height: 150px;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
.footer p {
	padding-top: 5px;
	font-size: 12px;
}

/* =========================================================
 * sec2
 * =========================================================*/
	h2 {
		font-size: 27px;
		margin-top: 30px;
		line-height: normal;
	}
	h2 span {
		font-size: 36px;
	}
/* =========================================================
 * sec3
 * =========================================================*/
	.sec3 .pad_display {
		width: 180px;
	}
/* =========================================================
 * sec7
 * =========================================================*/
	.sec7 .float_r h2 {
		line-height: normal;
		margin-bottom: 0;
	}

@media screen and (min-width:1500px){
/* =========================================================
 * sec1
 * =========================================================*/
	.sec1 {
		height: 930px;
		background-position: 100% 41%,right top,top;
	}
	.sec1 .buttons {
		display: flex;
		margin: 0;
	}
}