@charset "UTF-8";

*{
margin: 0;
padding: 0;
}

body {
	background-color: #f6f2cd;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	min-width: 1280px;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
	background-image: url(../image/bg_main01.jpg);
}
img.float_left {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
}
img.kadomaru {
	border-radius: 5px;
	margin-top:10px;
}
.float_clear {
	clear: both;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #f6f2cd;
} 
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}
 
#pageTop a {
  display: block;
  z-index: 999;
}
.img-align {
	vertical-align: middle;
}
.mar_r6 {
	margin-right: 6px;
}
img.mar_l6{
	margin-left: 6px;
}.top_h {
	width: 100%;
	position: relative;
}
.top_h .top_mo {
	/*background-image: url(../image/top_head.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	/*height: 800px;*/
	position:relative;
}
.header_box  {
	/*overflow: hidden;*/
	position:absolute;
	top:0;
	right:0;
}
.head_tel {
	float: right;
}
.head_plan {
	float: right;
}

.head_plan a,.head_tel a{
	display:block;
}
.head_plan a img {
	transition: 0.3s;
}
.head_plan a:hover img {
	transform: translateY(-5px);
}
.head_tel[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.head_tel[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: uekara;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
.head_plan[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.head_plan[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: uekara;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
@keyframes uekara{
	0%{
		transform: translateY(-87px);
	}
	100%{
		transform: translateY(0px);
	}
}
.nav_line {
	height: 105px;
	background-image: url(../image/bg_nav01.jpg);
}
.g_nav1  {
	/*position: absolute;*/
	margin: 0px auto;
	width: 1210px;
	/*left: 0px;
	right: 0px;
	top: 770px;*/
	overflow: hidden;
	position:relative;
	margin-top:-130px;
}
.g_nav1 .box1 {
	width: 500px;
	float: left;
	background-image: url(../image/cut_dog01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
h1[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
h1[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shutsugen;
	animation-duration: 3s;
	animation-iteration-count: 1;
}
@keyframes shutsugen{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
h1 a img {
	transition: 0.5s;
}
h1 a:hover img {
	filter: hue-rotate(-60deg);
}
.g_nav1 .box2 {
	width: 700px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-top: 45px;
}
.nav01 ul {
	list-style-type: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.nav01 ul li {
	float: left;
	width: 134px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.nav01 ul li a img {
	transition: 0.5s;
}
.nav01 ul li a:hover img {
	opacity: 0.6;
}
.g_nav1 .box3 {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 80px;
}
.nav02 ul {
	list-style-type: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav02 ul li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.nav02 ul li a img {
	transition: 0.5s;
}
.nav02 ul li a:hover img {
	opacity: 0.6;
}
.top .main-container {
	background-image: url(../image/bg_ashiato.png);
	background-repeat: no-repeat;
	background-position: 0% 90%;
}
.top .sec01 {
	margin-top: 100px;
}
.top .sec01 .box {
	margin: 0px auto;
	width: 1080px;
	background-image: url(../image/bg_akishitsu.png);
	background-repeat: no-repeat;
	height: 146px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	padding-top: 50px;
}
.top .sec01 .box[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.top .sec01 .box[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shutsugen;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
.top .sec01 .box1 {
	width: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: left;
	margin-left: 80px;
}
.top .sec01 .box2 {
	float: left;
	width: 776px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.top .sec01 .box3 {
	width: 175px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-right: 50px;
}
.top .sec01 .aki_ken a {
	display: block;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #4d3534;
	border-radius: 5px;
	padding: 10px 10px;
}
.top .sec01 .aki_ken a:hover {
	text-decoration: none;
	background-color: #ce6f66;
}
.top .sec01 .box img {
	vertical-align: -4px;
	margin-left: 5px;
	margin-right: 10px;
}
.top .sec02 {
	background-image: url(../image/bg_topap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1080px;
}
.top .sec02 .box {
	margin: 0px auto;
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 80px;
}
.top .sec02 .box1 {
	overflow: hidden;
}
.top .sec02 .box11 {
	float: left;
	width: 450px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}
.top_aisatsu[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.top_aisatsu[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: yureru;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
@keyframes yureru{
	0%{
		transform: rotate(0deg);
	}
	30%{
		transform: rotate(10deg);
	}
	60%{
		transform: rotate(-10deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
.top .sec02 .box12 {
	float: right;
	width: 630px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 50px;
	padding-left: 40px;
	padding-bottom: 30px;
}
.top .sec02 .box12 p {
	width: 555px;
	height: 312px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.90);
	padding-top: 60px;
	padding-left: 70px;
	padding-right: 80px;
	font-size: 16px;
}
.top .sec02 .box12[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.top .sec02 .box12[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shutsugen;
	animation-duration: 3s;
	animation-iteration-count: 1;
}
.ai_f01 {
	position: absolute;
	left: 0px;
	top: 0px;
}
.ai_f02 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.top .sec02 .box_ap {
	overflow: hidden;
	margin-top: 50px;
}
.ap01 {
	width: 327px;
	height: 284px;
	border: 10px solid #fff;
	background-image: url(../image/ap_p01.jpg);
	text-align: center;
	position: relative;
	float: left;
}
.ap01[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.ap01[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shitakara;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
@keyframes shitakara{
	0%{
		transform: translateY(80px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
.ap01 .ap01_tit {
	position: absolute;
	text-align: center;
	z-index: 3;
	width: 327px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.5s;
	transform: translateY(90px);
}
.ap01:hover .ap01_tit {
	transform: translateY(10px);
}
.ap01 .ap01_naiyo {
	position: absolute;
	top: 0px;
	background-color: rgba(77,53,52,0.50);
	width: 327px;
	height: 284px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 120px;
	z-index: 2;
	padding-left: 35px;
	padding-right: 35px;
	opacity: 0;
	transition: 0.5s;
	transform: translateY(284px);
}
.ap01:hover .ap01_naiyo {
	transform: translateY(0px);
	opacity: 1;
}
.ap01 .ap01_naiyo p {
	text-align: left;
	color: #FBFBFB;
	font-size: 16px;
}
.ap01 .ap01_naiyo a {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 150px;
}
.ap01 .ap01_naiyo a:hover {
	text-decoration: none;
	background-color: rgba(206,111,102,0.50);
}
.ap02 {
	width: 327px;
	height: 284px;
	border: 10px solid #fff;
	background-image: url(../image/ap_p02.jpg);
	text-align: center;
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.ap02[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.ap02[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shitakara;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
.ap02 .ap02_tit {
	position: absolute;
	text-align: center;
	z-index: 3;
	width: 327px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.5s;
	transform: translateY(90px);
}
.ap02:hover .ap02_tit {
	transform: translateY(10px);
}
.ap02 .ap02_naiyo {
	position: absolute;
	top: 0px;
	background-color: rgba(77,53,52,0.50);
	width: 327px;
	height: 284px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 120px;
	z-index: 2;
	padding-left: 35px;
	padding-right: 35px;
	opacity: 0;
	transition: 0.5s;
	transform: translateY(284px);
}
.ap02:hover .ap02_naiyo {
	transform: translateY(0px);
	opacity: 1;
}
.ap02 .ap02_naiyo p {
	text-align: left;
	color: #FBFBFB;
	font-size: 16px;
}
.ap02 .ap02_naiyo a {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 150px;
}
.ap02 .ap02_naiyo a:hover {
	text-decoration: none;
	background-color: rgba(206,111,102,0.50);
}
.ap03 {
	width: 327px;
	height: 284px;
	border: 10px solid #fff;
	background-image: url(../image/ap_p03.jpg);
	text-align: center;
	position: relative;
	float: left;
}
.ap03[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.ap03[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shitakara;
	animation-duration: 2s;
	animation-delay: 2s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
.ap03 .ap03_tit {
	position: absolute;
	text-align: center;
	z-index: 3;
	width: 327px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.5s;
	transform: translateY(90px);
}
.ap03:hover .ap03_tit {
	transform: translateY(10px);
}
.ap03 .ap03_naiyo {
	position: absolute;
	top: 0px;
	background-color: rgba(77,53,52,0.50);
	width: 327px;
	height: 284px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 120px;
	z-index: 2;
	padding-left: 35px;
	padding-right: 35px;
	opacity: 0;
	transition: 0.5s;
	transform: translateY(284px);
}
.ap03:hover .ap03_naiyo {
	transform: translateY(0px);
	opacity: 1;
}
.ap03 .ap03_naiyo p {
	text-align: left;
	color: #FBFBFB;
	font-size: 16px;
}
.ap03 .ap03_naiyo a {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 150px;
}
.ap03 .ap03_naiyo a:hover {
	text-decoration: none;
	background-color: rgba(206,111,102,0.50);
}
.top .sec03 .box {
	margin: 0px auto;
	width: 1080px;
	text-align: center;
	background-image: url(../image/cut_dog02.png);
	background-repeat: no-repeat;
	background-position: 25% 0%;
	padding-top: 50px;
}
.top .sec03 .box1 {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top .sec03 .box2 {
	border-top: 2px dashed #FFFFFF;
	border-bottom: 2px dashed #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top .sec04 .box {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 850px;
	overflow: hidden;
}
.top .sec04 .box1 {
	width: 600px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../image/cut_cat01.png);
	background-repeat: no-repeat;
	background-position: 85% 7%;
	border: 2px dotted #CE6F66;
	float: left;
}
.top .sec04 .box2 {
	width: 220px;
	float: right;
	text-align: right;
}
.top .sec04 p {
	padding-top: 10px;
}
.top .sec04 .box2 a img {
	transition: 0.5s;
}
.top .sec04 .box2 a:hover img {
	opacity: 0.6;
}
.footer-container {
	background-image: url(../image/bg_footer.jpg);
	background-position: center bottom;
	background-color: #CE6F66;
}
.footer-container .box {
	margin: 0px auto;
	width: 1080px;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.f_toplogo{
	display:flex;
	justify-content:center;
	align-items:center;
}

.f_logo f_left{
	width:395px;
	height:140px;
}
.f_logo a {
	display:block;
}

.f_logo a img {
	transition: 0.5s;
}
.f_logo a:hover img {
	filter: hue-rotate(-60deg);
}
.gnav_f ul {
	list-style-type: none;
	overflow: hidden;
	padding-bottom: 10px;
}
.gnav_f ul li {
	float: left;
	border-right: 1px solid #FFFFFF;
}
.gnav_f ul li:last-child {
	border-right: none;
}
.gnav_f li a {
	display: block;
	padding: 0px 13px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.gnav_f li a:hover {
	text-decoration: underline;
	color: #f6f2cd;
}
address {
	font-style: normal;
}
.kaso_h {
	width: 100%;
	position: relative;
}
.kaso_h2 {
	width: 441px;
	height: 90px;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 35%;
	bottom:0;
}
/*
.ryo_h {
	position: relative;
	height: 600px;
	background-image: url(../image/ryo_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
*/
.ryo .sec01 {
	text-align: center;
	padding-top: 50px;
}
.ryo .sec01 p {
	width: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	box-sizing: border-box;
	text-align: left;
	padding-top: 20px;
	font-size: 16px;
}
.ryo .sec02 {
	margin-top: 50px;
	background-image: url(../image/bg_ryo01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 90px;
}
.ryo .sec02 .box {
	border-radius: 10px;
	background-color: rgba(255,255,255,0.70);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 30px;
	overflow: hidden;
}
.ryo .sec02 .box1 {
	width: 513px;
	height: 230px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.60);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 20px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	float: left;
}
.ryo .sec02 .box1 h4 {
	font-size: 1.5em;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #1B5B39;
}
.ryo .sec02 .box1 p {
	text-align: left;
}
.ryo .sec02 .box2 {
	width: 513px;
	border-radius: 5px;
	height: 230px;
	background-color: rgba(255,255,255,0.60);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 20px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	float: right;
	overflow: hidden;
}
.ryo .sec02 .box21 {
	float: left;
}
.ryo .sec02 .box2 h4 {
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #1B5B39;
}
.ryo .sec02 .box21 p {
	text-align: left;
	margin-top: 20px;
}
.ryo .sec02 .box22 {
	float: right;
}
.ryo .sec03 .box {
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
}
.ryo .sec03 .box1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-top: 30px;
}
.ryo .sec03 h4 {
	width: 295px;
	height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4d3534;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #4D3534;
	font-size: 1.5em;
	padding-top: 15px;
	line-height: 1em;
}
.ryo .sec04.g_s .in_content h4 {
	width: 295px;
	height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4d3534;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #4D3534;
	font-size: 1.5em;
	padding-top: 15px;
	line-height: 1em;
	text-align: center;
}
.ryo .sec03 h4 span {
	font-size: 0.8em;
}
.ryo .sec03 p {
	margin: 0px auto;
	width: 400px;
	text-align: left;
	padding-top: 10px;
}

.ryo .sec04 .box {
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
}

.ryo .sec04 h3 {
	margin-bottom: 20px;
}
.ryo .sec04 h4 {
	color: #4D3534;
	font-size: 1.5em;
	text-align: left;
}
.ryo .sec04 p {
	text-align: left;
	padding-top: 20px;
	padding-bottom:25px;
}
.ryo .sec04 .box_in{
	display:flex;
	justify-content:space-between;
}
.ryo .sec04 .box_in .in_content{
	width:49%;}
.ryo .sec04.g_s  .box_in{
	position: relative;
}
/**/


.layout {
  width:530px;
  margin:0px auto 10px;
  position: relative;}
 .layout a {
    color: #666;
  }

.slide {
  display:none;
}
 .slide li {
    list-style: none;
  }
  .slide .slick-initialized {
    display:block;
  }

.slick-dots {
  margin-top:5px;
  margin-left: -5px;
  margin-right: -5px;
  display:flex;
  justify-content: center;}
 .slick-dots li {
    list-style: none;
    display: inline-block;
    max-width: 112px;
    max-hegiht: 56px;
    margin: 5px;
 }
.slick-dots li img {
      opacity: 0.5;
      width: 100%;
      height: auto;
    }
    
.slick-dots .slick-active img {
        opacity: 1;
      }


.slick-prev {
  position: absolute;
  z-index: 99;
  top:120px;
  left: -50px;
}
.slick-next {
  position: absolute;
  z-index: 99;
  top:120px;
  right: -50px;
}


.layout_under{
	margin-top:55px;
	text-align:center !important;
}

.g_s .layout_under{
	position: absolute;
	bottom:-20px;
	left:120px;
	margin-top:0px;
	text-align:center !important;
}




/**/
.ryo .sec04_in {
	width: 500px;
	height: 222px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	box-sizing: border-box;
	background-image: url(../image/bg_ryo02.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	padding-top: 45px;
	text-align: center;
}
.ryo .sec04_in h5 {
	font-size: 1.2em;
}
.ryo .sec04_in p {
	text-align: left;
	margin: 0px auto;
	width: 400px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.8em;
}
.ryo .sec06 .box {
	width: 1080px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 274px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 500px;
	background-image: url(../image/ryo_bg03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}
.ryo .sec06 h4 {
	font-size: 1.4em;
	padding-bottom: 30px;
	color: #4D3534;
}
.ryo .sec07 .box {
	margin: 0px auto;
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	padding-top: 50px;
}
.ryo .sec07 .box1 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-top: 20px;
}
.ryo .sec07 .box2 {
	text-align: left;
	padding-top: 50px;
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-left: 20px;
}
.ryo .sec07 h4 {
	font-size: 1.5em;
	color: #4D3534;
}
.ryo .sec07 .box21 {
	background-image: url(../image/bg_ryo04.jpg);
	background-repeat: no-repeat;
	width: 490px;
	height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding-top: 50px;
	text-align: center;
}
.ryo .sec07 h5 {
	font-size: 1.2em;
	padding-bottom: 10px;
}
.ryo .sec08 .box {
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	box-sizing: border-box;
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
}
.ryo .sec08 h3 {
	padding-bottom: 20px;
}
.ryo .sec08 p {
	text-align: left;
	padding-top: 20px;
}
.ryo_p07 {
	margin-top: 10px;
	text-align: right;
}
.ryo #bbq  {
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	box-sizing: border-box;
	background-image: url(../image/ryo_bg05.jpg);
	background-repeat: no-repeat;
	height: 274px;
	padding-top: 45px;
}
.ryo .sec09 .box {
	width: 387px;
	height: 190px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.70);
	margin-left: 650px;
	text-align: center;
	padding-top: 30px;
}
#bbq h5 {
	font-size: 1.4em;
}
.ryo .sec10 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.sta_h {
	position: relative;
	height: 600px;
	background-image: url(../image/sta_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.sta {
	background-image: url(../image/bg_ashiato.png), url(../image/bg_ashiato.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 90%, 50% 30%;
}
.sta .sec01 .box {
	width: 873px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 258px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/bg_sta01.png), url(../image/bg_sta02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.sta .sec01 p {
	margin: 0px auto;
	width: 600px;
	padding-top: 10px;
	font-size: 16px;
}
/*.sta .sec02 .box {
	width: 1080px;
	margin: 80px auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/cut_sta01.png), url(../image/cut_sta02.png), url(../image/bg_sta03.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 0% 2%, 100% 2%, 50% 15%;
	text-align: center;
	overflow: hidden;
}*/
.sta .sec02 .box {
	width: 1080px;
	margin: 80px auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/cut_sta01.png), url(../image/cut_dog03.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 2%, 100% 2%;
	text-align: center;
	/*height: 900px;*/
	overflow: hidden;
}
.sta .sec02 .box .waku {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	/*margin-top: 280px;*/
}
.sta .sec02 .box1 {
	width: 100%;
	max-width: 500px;
	background: url(../image/sta_p04.jpg) no-repeat;
	height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
.sta .sec02 .box1 .txt_box {
	width: 100%;
	max-width: 300px;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.70);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sta .sec02 .box1 h3 { margin-bottom: 0.3rem; text-align: left; }
.sta .sec02 .box1 p { text-align: left; }

.sta .sec02 .box2 {
	width: 100%;
	max-width: 500px;
	background: url(../image/sta_p02.jpg) no-repeat right bottom;
	height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
.sta .sec02 .box2 .txt_box {
	width: 100%;
	max-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.70);
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.sta .sec02 .box2 h3 { margin-bottom: 0.3rem; text-align: left; }
.sta .sec02 .box2 p { text-align: left; }

.sta .sec02 .box3 {
	width: 100%;
	max-width: 500px;
	margin-top: 50px;
	background: url(../image/sta_p05.jpg) no-repeat left bottom;
	height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
.sta .sec02 .box3 .txt_box {
	width: 100%;
	max-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.70);
    position: absolute;
    top: 20px;
    right: 20px;
}
.sta .sec02 .box3 h3 { margin-bottom: 0.3rem; text-align: left; }
.sta .sec02 .box3 p { text-align: left; }

.sta .sec03 {
	background-image: url(../image/bg_sta04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	height: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 80px;
}
.sta .sec03 .box {
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
	padding-top: 30px;
	text-align: center;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.sta .sec03 .box1 {
	width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-image: url(../image/cut_sta03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 261px;
	padding-left: 20px;
	padding-top: 50px;
	padding-right: 50px;
	text-align: left;
}
.sta .sec03 .box2 {
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-top: 20px;
	position: relative;
}
.furu_serifu {
	position: absolute;
	top: 0px;
	right: 20px;
}
.furu_serifu[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.furu_serifu[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: yureru;
	animation-duration: 1s;
	animation-iteration-count: 3;
}
.sta .sec04 .box {
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	box-sizing: border-box;
	padding-top: 50px;
	text-align: center;
	background-image: url(../image/bg_sta05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 430px;
	position: relative;
}
.sta .sec04 p {
	margin: 0px auto;
	width: 600px;
	text-align: left;
	padding-top: 30px;
}
.hananonae {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.hananonae[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.hananonae[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shutsugen;
	animation-duration: 3s;
	animation-iteration-count: 1;
}
.sta .sec05 {
	padding-top: 80px;
	padding-bottom: 80px;
}
/*
.on_h {
	position: relative;
	height: 600px;
	background-image: url(../image/on_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/
.on {
	background-image: url(../image/bg_ashiato.png);
	background-repeat: no-repeat;
	background-position: 50% 85%;
}
.on .sec01 .box {
	margin: 0px auto;
	width: 1080px;
	padding-top: 50px;
	text-align: center;
	font-size: 16px;
}
.on p span {
	color: #AD392C;
}
.on .sec01 .box1 {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
	position: relative;
}
.on .sec01 .box11 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.onnayu {
	position: absolute;
	top: 0px;
	left: 10px;
}
.onnayu[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.onnayu[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shutsugen;
	animation-duration: 3s;
	animation-iteration-count: 1;
}
.otokoyu {
	position: absolute;
	top: 0px;
	right: 10px;
}
.otokoyu[data-emergence=hidden] {
/* 指定した領域から外れたときの処理 */
	 opacity: 0;
}
.otokoyu[data-emergence=visible] {
/* 指定した領域に入ったときの処理 */
	animation-name: shutsugen;
	animation-duration: 3s;
	animation-iteration-count: 1;
}
.on .sec02 .box {
	text-align: center;
	padding-top: 50px;
}
.t-on01 {
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #4d3534;
}
.t-on01 th {
	background-color: #4d3534;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	width: 150px;
}
.t-on01 td {
	padding: 10px;
	border-bottom: 1px dotted #4d3534;
	border-left: 1px dotted #4d3534;
}
.on .sec03 .box {
	margin: 0px auto;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding-top: 50px;
}
.on .sec03 .box1 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	float: left;
	padding-top: 20px;
}
.on .sec03 .box2 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
.on .sec03 .box2 p {
	background-image: url(../image/bg_on01.png);
	background-repeat: no-repeat;
	width: 446px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 100px;
	height: 248px;
	margin-top: 50px;
	padding-right: 30px;
	text-align: left;
}
.on .sec04 {
	padding-top: 100px;
	padding-bottom: 50px;
}
.planbana {
	position: relative;
	width: 1000px;
	height: 270px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	box-sizing: border-box;
}
.plan_serifu img {
	position: absolute;
	top: 0px;
	left: 0px;
	animation-name: shutsugen2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: paused;
}
.planbana:hover .plan_serifu img {
	animation-play-state: running;
}
/*
.omo_h {
	position: relative;
	height: 600px;
	background-image: url(../image/omo_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/
.omo {
	background-image: url(../image/bg_ashiato.png);
	background-repeat: no-repeat;
	background-position: 50% 90%;
}
.omo .sec01 .box {
	padding-top: 50px;
	text-align: center;
}
.omo .sec01 p {
	margin: 0px auto;
	width: 610px;
	text-align: left;
	padding-top: 20px;
	font-size: 16px;
}
.omo .sec02 .box {
	margin: 0px auto;
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
}
.omo .sec02 .box1 {
	width: 540px;
	height: 348px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-top: 30px;
	text-align: left;
	position: relative;
	margin-top: 30px;
}
.omo_p05 {
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.omo .sec02 .box2 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-top: 30px;
}
.omo .sec02 .box3 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 30px;
}
.omo .sec02 .box4 {
	width: 540px;
	height: 348px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-top: 30px;
	text-align: left;
	position: relative;
	margin-top: 30px;
	padding-left: 20px;
}
.omo .sec02 .box4 p {
	padding-bottom: 50px;
}
.omo .sec02 .box5 {
	width: 540px;
	height: 358px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: left;
	position: relative;
	margin-top: 30px;
}
.omo .sec02 .box6 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-top: 30px;
}
.omo .sec02 .box7 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 30px;
}
.omo .sec02 .box8 {
	width: 540px;
	height: 348px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-top: 30px;
	text-align: left;
	position: relative;
	margin-top: 30px;
	padding-left: 20px;
}
.omo .sec02 .box8 p {
	width: 500px;
	padding-top: 20px;
}
.bru_link {
	margin-top: 50px;
	margin-left: 80px;
}
.omo .sec03 {
	padding-top: 80px;
	padding-bottom: 50px;
}
@keyframes shutsugen2 {
	0%{
		opacity: 0;
		transform: scale(0);
	}
	60%{
		opacity: 1;
		transform: scale(1);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
/*
.kan_h {
	position: relative;
	height: 600px;
	background-image: url(../image/kan_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
*/
.kan {
	background-image: url(../image/bg_ashiato.png);
	background-repeat: no-repeat;
	background-position: 50% 60%;
}
.kan .sec01 .box {
	text-align: center;
	padding-top: 50px;
	font-size: 16px;
}
.kan .sec02 .box {
	margin: 0px auto;
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
}
.kan .sec02 .box1 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 50px;
	text-align: left;
}
.kan .sec02 .box2 {
	width: 540px;
	height: 348px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 50px;
	position: relative;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
.kan .kan_p06 {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
.kan .sec02 .box3 {
	width: 540px;
	height: 348px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 50px;
	position: relative;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
.kan .kan_p07 {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
.kan .sec02 .box4 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 50px;
	text-align: left;
}
.kan .kan_p09 {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
.kan .sec03 .box {
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
}
.kan .sec03 .box1 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-top: 30px;
}
.kan ol {
	list-style-position: outside;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.8em;
}
.kan .sec03 .box2 {
	padding-top: 30px;
}
.kan .sec03 .box3 {
	width: 660px;
	height: 135px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 1px solid #ce6f66;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.kan h5 {
	color: #AD392C;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.kan .sec04 {
	padding-top: 80px;
	text-align: center;
}
.kan .sec04 .box {
	margin: 0px auto;
	width: 700px;
}
.t-kan01 {
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #4d3534;
}
.t-kan01 th {
	background-color: #4d3534;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	width: 150px;
}
.t-kan01 td {
	padding: 10px;
	border-bottom: 1px dotted #4d3534;
	border-left: 1px dotted #4d3534;
	text-align: left;
}tr td .red {
	color: #8E271D;
}
.kan .sec04 .box p {
	text-align: left;
}
.kan .sec05 {
	padding-top: 80px;
	padding-bottom: 50px;
}
.kanko_h  {
	position: relative;
	height: 600px;
	background-image: url(../image/kanko_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.kanko .sec01 .box {
	margin: 0px auto;
	width: 600px;
	text-align: center;
	padding-top: 50px;
}
.kanko .sec01 p {
	text-align: left;
	font-size: 16px;
	padding-top: 20px;
}
.kanko p span {
	color: #AD392C;
}
.tsumatab {
	margin: 0px auto;
	width: 1080px;
	padding-top: 50px;
}
.tsumatab .tab-box {
	background-color: #FFFFFF;
	padding-top: 30px;
	border: 1px solid #5D896A;
	padding-bottom: 30px;
}
.tab-box p {
	text-align: left;
	padding-left: 10px;
}

.tsumatab .tab-menu {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
}
.tsumatab .tab-menu li {
	width: 270px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -1px;
	float: left;
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #5D896A;
	border-left: 1px solid #5D896A;
	border-right: 1px solid #5D896A;
	background-color: #F0EDEB;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tsumatab .tab-menu li:hover {
	background-color: #5D896A;
}
.tsumatab .tab-menu li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #969696;
}
.tsumatab .tab-menu li.active {
	background-color: #5D896A;
}
.tsumatab .tab-menu li.active a {
	color: #FFFFFF;
}
.kanko .sec02 .box1 {
	padding-left: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
.kanko .sec02 .box11 {
	width: 280px;
	float: left;
	background-image: url(../image/bg_kanko.png);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
	padding-left: 35px;
	height: 210px;
}
.kanko .sec02 .box12 {
	float: right;
	width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.kanko h4 {
	border-bottom: 1px dashed #98af97;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.kanko_link {
	text-align: right;
	margin-top: 20px;
}
.kanko .sec03 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.yo_h {
	position: relative;
	height: 600px;
	background-image: url(../image/yo_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.yo {
	background-image: url(../image/bg_ashiato.png);
	background-repeat: no-repeat;
	background-position: 50% 70%;
}
.yo .sec01 {
	text-align: center;
	padding-top: 50px;
}
.yo .sec01 h4 {
	font-size: 1.2em;
	padding-top: 0px;
	margin-top: 30px;
}
.t-yo01 {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #4d3534;
}
.t-yo01 th {
	background-color: #4d3534;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	width: 200px;
}
.t-yo01 td {
	padding: 10px;
	border-bottom: 1px dotted #4d3534;
	border-left: 1px dotted #4d3534;
	text-align: center;
}
.bg_ari {
	background-color: #4d3534;
	color: #FFFFFF;
	text-align: center;
}
.yo .sec01 .box1 {
	width: 630px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	margin: 0px auto;
	position: relative;
}
.yo .sec01 .box11 {
	width: 630px;
	height: 195px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ad392c;
	border-radius: 3px;
	box-sizing: border-box;
}
.yo_tit01 {
	color: #AD392C;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 40px;
}
.yo .sec01 .box11 p {
	padding-top: 40px;
}
.yo .sec01 .box11 p a {
	color: #AD392C;
	text-decoration: underline;
}
.yo .sec01 .box11 p a:hover {
	color: #4d3534;
}
.yo_fami {
	position: absolute;
	left: 90px;
	top: 0px;
}
.yo .sec02 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.yo .sec03 .box {
	width: 1080px;
	height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 10px;
	box-sizing: border-box;
	background-image: url(../image/cut_yo01.png);
	margin: 0px auto;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.80);
	overflow: hidden;
}
.yo .sec03 .box1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 100px;
	padding-left: 60px;
	float: left;
}
.yo .sec03 .box2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	margin-left: 0px;
	width: 570px;
	float: right;
	text-align: left;
}
.yo mark {
	background-color: #EAC1B2;
}
.yo .sec03 .box1 p span {
	color: #AD392C;
}
.yo .sec04 {
	padding-top: 80px;
	text-align: center;
}
.yo .sec05 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.t-yo02 {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #4d3534;
}
.t-yo02 th {
	background-color: #4d3534;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	width: 200px;
}
.t-yo02 td {
	padding: 10px;
	border-bottom: 1px dotted #4d3534;
	border-left: 1px dotted #4d3534;
}
.ac_h {
	position: relative;
	height: 600px;
	background-image: url(../image/ac_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.ac {
	background-image: url(../image/bg_ashiato.png);
	background-repeat: no-repeat;
	background-position: 50% 30%;
}
.ac .sec01 .box {
	margin: 0px auto;
	width: 1080px;
	font-size: 16px;
	padding-top: 50px;
}
.ac h3 {
	text-align: center;
}
.ac h4 {
	font-size: 1.4em;
	margin-bottom: 20px;
	margin-top: 30px;
}
.ac h5 {
	font-size: 1.2em;
	color: #CE6F66;
	margin-top: 15px;
}
.ac p span {
	color: #1B5B39;
}
.ac .sec02 {
	padding-top: 50px;
}
.ac .sec03 {
	text-align: center;
	padding-top: 50px;
}
.ac .sec04 {
	padding-top: 80px;
	padding-bottom: 50px;
}
.g_map {
	width: 900px;
	border: 10px solid #1b5b39;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	margin-bottom: 50px;
}
#mini {
	display: block;
	height: auto;
	border-bottom: 2px dashed #FFFFFF;
	width: 1022px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 29px;
	padding-bottom: 25px;
	padding-left: 29px;
}
#mini hr {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-style: none;
	visibility: hidden;
	float: none;
	border-width: 0px;
}

/*プラン*/
#mini #minileft {
	width: 700px;
	float: right;
	word-wrap: break-word;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mini #minileft p {
	font-size: 12px;
	line-height: 24px;
	margin: 0 0px 10px 0;
	padding: 0px;
	text-align: left;
}
#mini #minileft h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#mini #minileft h4 a{
	margin: 0px;
	padding: 0;
	color: #1B5B39;
	text-decoration: none;
}
#mini #minileft h4 a:hover {
	color: #1B5B39;
	font-weight: bold;
	text-decoration: underline;
}

#mini #miniright {
	width: 207px;
	text-align: right;
	margin: 0px;
	float: left;
	height: 155px;
	background-image: url(../image/plan_naiyo.png);
	background-repeat: no-repeat;
	padding-top: 42px;
	padding-right: 51px;
	padding-bottom: 42px;
	padding-left: 51px;
}
#mini #miniright img {
	margin: 0px 0px 0px;
	padding: 0px;
	border-style: none;
}


/*プランボタン*/
#mini #miniright p {margin: 0px; padding: 0px; display: block;}
#mini #miniright p a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 207px;
	height: 155px;
	background: url(m_plan02.gif) no-repeat;
}
#mini #miniright p a:hover { background: url(m_plan02_ov.gif) no-repeat;}

#mini #miniright strong {display: none;}
.sec04 .box .box1 .news a {
	color: rgb(27,91,57);
}

.plan_box hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}
.plan_form{
	width:776px;
}
.plan_form p{
	margin:0;
	padding:0;
}
.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	width:238px;
	float:left;
	margin-right: 22px;
}
.plan_form .guests{
	width:220px;
	float:left;
	margin-bottom:8px;
	margin-right:12px;
}
.plan_form .type{
	width: 254px;
	float: left;
}
.plan_form .price{
	width:340px;
	float:left;
}
.plan_form .search_btn{
	width: 117px;
	height: 24px;
	float:left;
}
.plan_form hr{
	clear:both;
	width:0;
	height:0;
}
.box2 .plan_form form hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}
