@charset "UTF-8";

*{
margin: 0;
padding: 0;
}

body {
	background-color: #fefefe;
	font-size: 16px;
	width: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	body {
		background-image: url(../image/top_bg01.jpg);
		background-repeat: no-repeat;
	}
	
}

.overflow{
	overflow:hidden;
}
img.float_left {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
img.kadomaru {
	border-radius: 5px;
}
.float_clear {
	clear: both;
}
a {
	color: #413730;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00233a;
}

#pageTop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 20;
} 
#pageTop a {
  display: block;
  z-index: 999;
}
.img-align {
	vertical-align: middle;
}
.mar_r6 {
	margin-right: 6px;
}
.mar_b6 {
	margin-bottom: 6px;
}
.mojiaka {
	color: #b43a17;
}
.mojisiro {
	color: #fff;
}
h1[data-emergence=hidden] {
	 opacity: 0;
}
h1[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h2[data-emergence=hidden] {
		opacity: 0;
}
h2[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h3[data-emergence=hidden] {
		opacity: 0;
}
h3[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h4[data-emergence=hidden] {
		opacity: 0;
}
h4[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h5[data-emergence=hidden] {
		opacity: 0;
}
h5[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
@keyframes shutsugen{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes shitakara{
	0%{
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}


/*------------------------------トップページ------------------------------*/
.top_h {
	width: 100%;
	position: relative;
}
.head_line_sp {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(237,234,220,0.95);
	padding-top: 15px;
	padding-bottom: 10px;
	z-index: 999;
}
.head_line_sp h1 {
	width: 30%;
	margin: auto;
	text-align: center;
}
.head_line_sp h1 img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 1080px){
.head_line_pc {
	display: none!important;
}
.head_nav_pc {
	display: none!important;
}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.head_line_sp {
		display: none;
	}
	.head_line_pc {
		display: block;
		width: 100%;
		height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(237,234,220,0.95);
	padding-top: 15px;
	z-index: 999;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.head_line_pc .box {
	width: 1080px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		display: flex;
	}
	.head_line_pc h1 {
		text-align: center;
		width: 360px;
	}
	.head_tel {
		width: 360px;
		padding-top: 15px;
		padding-left: 180px;
		font-size: 18px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.head_nav_pc {
		display: none;
		position: fixed;
		top: 100px;
		left: 0px;
		z-index: 990;
	width: 100%;
	background-color: rgba(237,234,220,0.85);
	}
	.head_nav_pc ul {
		width: 1080px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		list-style: none;
		text-align: center;
		padding: 20px 0px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.head_nav_pc li {
		font-size: 18px;
		line-height: 1em;
	}
	.head_nav_pc li span {
		font-size: 14px;
	}
	.head_nav_pc li a {
	color: #000;
	display: block;
	position: relative;
	transition: 0.3s;
}
.head_nav_pc li a::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #413730;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.head_nav_pc li a:hover::after {
  width: 70%;
}
}



/*ハンバーガーメニュー*/
.ham {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 1000;
	transition: all .4s;
	display: inline-block;
}
.ham span {
	transition: all .4s;
	display: inline-block;
    position: absolute;
    left: 15px;
    width: 40px;
    height: 2px;
    background-color: #413730;
    border-radius: 4px;
}
.ham span:nth-of-type(1) {
  top: 20px;
}
.ham span:nth-of-type(2) {
  top: 30px;
}
.ham span:nth-of-type(3) {
  top: 40px;
}
.ham.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.ham.active span:nth-of-type(2) {
  opacity: 0;
}
.ham.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.menu_p_menu {
	position: absolute;
	top: 50px;
	left: 10px;
	color: #413730;
}
#menu_wrapper {
	background-color: #edeadc;
	color: #413730;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	transform: translateY(-100%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	overflow-y: scroll;
}
.open #menu_wrapper {
    transform: translateY(0);
}
.h1_menu {
	padding-bottom: 30px;
}
.menu {
	padding-top: 80px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.menu ul {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 30px;
}
.menu li {
	padding-bottom: 30px;
}
.menu li span {
	font-size: 14px;
	color: #000;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	
	.ham {
		display: none;
	}
	#menu_wrapper {
		display: none;
	}
	.menu {
		display: none;
	}
	.ham_p {
		position: relative;
		transition: all .4s;
		display: inline-block;
	width: 360px;
	height: 70px;
	cursor: pointer;
	z-index: 1000;
	}
	.ham_p span {
		transition: all .4s;
		display: inline-block;
  position: absolute;
  left: 15px;
  width: 40px;
  height: 2px;
  background-color: #413730;
  border-radius: 4px;
	}
.ham_p span:nth-of-type(1) {
  top: 20px;
}
.ham_p span:nth-of-type(2) {
  top: 30px;
}
.ham_p span:nth-of-type(3) {
  top: 40px;
}
	.ham_p.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.ham_p.active span:nth-of-type(2) {
  opacity: 0;
}
.ham_p.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
	
}


.top_h .head_box {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.top_h .head_box img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.top_h .head_box video {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.top_h .head_box_tex {
	position: absolute;
	top: 20vh;
	left: 0px;
	right: 0px;
	color: #fefefe;
	text-align: center;
}
.top_h .head_box_tex h2 {
	font-size: 30px;
}
.top_h .head_box_tex p {
	width: 80%;
	margin: auto;
	padding-top: 30px;
	font-size: 18px;
	line-height: 1.5em;
}
.top_h .head_box_tex p[data-emergence=hidden] {
	 opacity: 0;
}
.top_h .head_box_tex p[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	
	.top_h .head_box {
		height: auto;
	}
	.top_h .head_box img {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
		left: 0px;
		transform: translate(0%, 0%);
		vertical-align: middle;
	}
	.top_h .head_box video {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
		left: 0px;
		transform: translate(0%, 0%);
		vertical-align: middle;
	}
	.top_h .head_box_tex {
		top: 40vh;
	}
	.top_h .head_box_tex p {
		line-height: 2em;
	}
}


.top .sec01 {
	background-color: #00233a;
	color: #fefefe;
}
.top .sec02 {
	padding-top: 30px;
}
.akiken {
	width: 100%;
	color: #fefefe;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	background-color: #00233a;
}
.plan_form{
	width: 98%;
	margin: auto;
	padding-left: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.akiken h2 {
	width: 100%;
	text-align: left;
}
.plan_form .form_box{
	width: 100%;
	padding-top: 5px;
}
.plan_form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:0 10px;
	height: 20px;
	background-color: #fff;
	background-image: url(../image/aki_ya01.png);
	background-repeat: no-repeat;
	background-position: right 3px center;
	position: relative;
	border-radius: 1px;
	border: 1px solid #bfbfbf;
}
.plan_form input{
	position: relative;
	border-radius: 1px;
	border: 1px solid #bfbfbf;
	background: #ffffff;
	padding:10px;
}
.plan_form .check_in {
	width: 250px;
	padding-bottom: 10px;
	float: left;
}
.plan_form .check_in input{
	width: 100px;
	height: 20px;
	padding: 0 10px;
	cursor: pointer;
}
.plan_form .undecided {
	width: 100px;
	margin-left: 2px;
	float: left;
}
.plan_form .undecided input{
	margin:0 0 0 -8px;
}
.plan_form .guests {
	width: 250px;
}
.plan_form .guests select{
	width:100px;
}
.plan_form .type {
	padding-top: 15px;
	width:auto;
}
.plan_form .type select{
	width:100px;
}
.plan_form .price {
	padding-top: 15px;
	width:auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: baseline;
}
.plan_form .price select{
	width:100px;
}
.plan_form .search_btn {
	width: 150px;
	float: left;
	padding-top: 25px;
}
.plan_form .search_btn .btn{
	width:150px;  
	padding:7px 5px 7px 5px; 
	background: #edeadc;
	border:none; 
	color: #000; 
	font-size:16px; 
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}
.plan_form .search_btn .btn:hover {
	background-color: #413730;
	color: #fefefe;
}

@media screen and (min-width: 768px){
	.akiken {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
    }
   .plan_form{
	width: 750px;
    }
   .plan_form .form_box{
	width: 620px;
	float: left;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
    }
	.plan_form .check_in{
		width: auto;
		float: none;
	}
	.plan_form .undecided {
		float: none;
	}
   .plan_form .undecided input{
	margin:0 0 0 -8px;
    }
	.plan_form .type select{
	width: 80px;
    }
	.plan_form .price {
		padding-left: 10px;
	}
   .plan_form .search_btn {
	float: left;
    }	
}	
@media screen and (min-width: 1080px){
	.plan_form{
	width: 1030px;
}
   .akiken h2 {
	width: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	float: left;
	padding-top: 30px;
    }
   .plan_form .search_btn {
	float: right;
    }
}


.tabiiro_bana {
	width: 90%;
	margin: auto;
	text-align: center;
}
.tabiiro_bana img {
	max-width: 100%;
	height: auto;
}
.goaisatsu {
	width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
}
.goaisatsu[data-emergence=hidden] {
	 opacity: 0;
}
.goaisatsu[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.goaisatsu h2 {
	font-size: 20px;
	color: #413730;
}
.goaisatsu span {
	color: #000;
	font-size: 14px;
}
.goaisatsu .box1 {
	padding-top: 30px;
}
.goaisatsu .box1 img {
	max-width: 100%;
	height: auto;
}
.goaisatsu .box2 {
	padding-top: 20px;
}
.goaisatsu .box2 img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 1080px){
	.top .sec02 {
		padding-top: 80px;
	}
	.goaisatsu {
		padding-top: 80px;
	}
	.goaisatsu h2 {
		font-size: 1.8em;
	}
	.goaisatsu .box {
		width: 850px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		padding-top: 30px;
	}
	.goaisatsu .box1 {
		order: 2;
	}
	.goaisatsu .box2 {
		order: 1;
	}
}


.top .sec03 .box {
	width: 90%;
	margin: auto;
	padding-top: 30px;
}
.ap01 {
	position: relative;
	width: 100%;
	text-align: center;
}
.ap01[data-emergence=hidden] {
	 opacity: 0;
}
.ap01[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.ap01_bg img {
	max-width: 100%;
	height: auto;
}
.ap01_tit {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	color: #fefefe;
	text-align: center;
}
.ap01_tex {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	line-height: 1em;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	display:inline-block;
	font-size: 36px;
	width: 80px;
}
.ap01_tex span {
	font-size: 16px;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.top .sec03 {
		padding-top: 120px;
	}
	.top .sec03 .box {
		width: 1080px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	.ap01 {
		width: 356px;
		height: 415px;
		overflow: hidden;
	}
	.ap01_bg img {
		-webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
	}
	.ap01_bg:hover img {
		-webkit-transform: scale(1.3);
        transform: scale(1.3);
	}
	
}


.top .sec04 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.top .sec04 h2 {
	font-size: 20px;
	color: #413730;
	padding-bottom: 10px;
}
.top .sec04 span {
	color: #000;
	font-size: 14px;
}
.plan_rss {
	width: 100%;
	margin: auto;
	display: block;
}
.plan_rss .mini {
	width: 90%;
	max-width: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 50px;
	margin: auto;
	text-align: center;
	border: 1px solid #413730;
	margin-top: 15px;
}
.plan_rss .mini .plan_img {
	width: 100%;
}
.plan_img img {
	width: auto;
}
.plan_rss .mini a{
	font-size: 16px;
	color: #413730;
}
.plan_rss .mini a:hover {
	color: #10050a;
}
.plan_rss .mini .plan_text {
	width: 98%;
	margin: auto;
	max-width: 500px;
}
.plan_rss .mini h4{
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: left;
}
.plan_rss .mini .plan_text p{
	font-size: 16px;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

@media screen and (min-width: 768px){
	.plan_rss {
	width: 758px;
	margin: auto;
	}
   .plan_rss .mini {
	display:flex;
	max-width: 758px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	background-color: #fff;
    }
    .plan_rss .mini .plan_img {
	width: 298px;
	order: 1;
    }
   .plan_rss .mini .plan_img img{
	width: 100%;
	height: auto;
    }
   .plan_rss .mini a{
	font-size: 18px;
    }
   .plan_rss .mini h4{
	font-size: 18px;
	padding: 10px 20px;
	margin-bottom: 10px;
    }
   .plan_rss .mini .plan_text {
	width: 380px;
	margin-left: 20px;
	text-align: left;
	order:2;
    }
   .plan_rss .mini .plan_text p{
	width: 380px;
	font-size: 16px;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
}


/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.top .sec04 {
		padding-top: 120px;
	}
	.top .sec04 h2 {
		font-size: 1.8em;
		padding-bottom: 50px;
	}
	.plan_rss {
	width: 1080px;
	display:flex;
	}
   .plan_rss .mini {
	width: 346px;
	padding-top: 15px;
	border: 1px solid #ccc;
	   display: flex;
	   flex-flow: column;
}
   .plan_rss .mini .plan_img {
	width: 298px;
	margin: auto;
	}
	.plan_img img {
		
	}
   .plan_rss .mini .plan_text {
	width: 298px;
	margin: auto;
	}
   .plan_rss .mini .plan_text p{
	width: 298px;
	}
}


.planbana {
	width: 100%;
	height: 172px;
	margin: auto;
	background-image: url(../image/planbana_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.planbana[data-emergence=hidden] {
	 opacity: 0;
}
.planbana[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.planbana {
		width: 1080px;
		margin-top: 50px;
		margin-bottom: 100px;
	}
}


.top .sec06 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../image/bg_main01.jpg);
	text-align: center;
}
.top .sec06 .box {
	width: 90%;
	max-width: 700px;
	height: 500px;
	margin: auto;
	background-color: #fefefe;
	text-align: center;
	padding-top: 30px;
}
.top .sec06 h2 {
	font-size: 20px;
	color: #413730;
	padding-bottom: 10px;
}
.top .sec06 span {
	color: #000;
	font-size: 14px;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.top .sec06 {
		padding-top: 100px;
		padding-bottom: 100px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.top .sec06 h2 {
		font-size: 1.8em;
		padding-bottom: 50px;
	}
	.top .sec06 .box {
		max-width: 900px;
		height: 600px;
		padding: 60px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
}


.footer-container {
	background-image: url(../image/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fefefe;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}
.f_logo {
	padding-bottom: 20px;
}
address {
	font-style: normal;
	padding-top: 20px;
}
address a {
	color: #fefefe;
}


/*------------------------------料理ページ------------------------------*/
.ryo_h .head_box {
	height: 700px;
	background-image: url(../image/ryo_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 200px;
}
.ryo_h .head_box_tex {
	color: #fefefe;
	text-align: center;
}
.ryo_h .head_box_tex h2 {
	font-size: 30px;
}
.ryo_h .head_box_tex p {
	width: 80%;
	margin: auto;
	max-width: 600px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 2em;
}
.ryo_h .head_box_tex p[data-emergence=hidden] {
	 opacity: 0;
}
.ryo_h .head_box_tex p[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

.ryo .sec01 {
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}
.ryo .sec01 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec01 h2 {
	font-size: 20px;
	color: #413730;
	padding-bottom: 30px;
}
.ryo .sec01 span {
	color: #000;
	font-size: 14px;
}
.ryo .sec01 h3 {
	color: #413730;
	padding-bottom: 30px;
}
.ryo_aisatsu {
	text-align: left;
	max-width: 600px;
	margin: auto;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec01 {
		padding-top: 100px;
		padding-bottom: 130px;
		background-image: url(../image/ryo_p01.png);
	    background-repeat: no-repeat;
		background-position: left bottom;
		overflow: hidden
	    }
	.ryo .sec01 h2 {
		font-size: 1.8em;
		padding-bottom: 100px;
	}
	.ryo h3 {
		font-size: 1.5em;
		padding-bottom: 50px;
	}
	.ryo .sec01 .box {
		width: 800px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		padding-right: 80px;
		text-align: left;
		float: right;
		font-size: 18px;
	}
}


.ryo .sec02 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ryo .sec02 .box {
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ryori01, .ryori02, .ryori03, .ryori04, .ryori05, .ryori06, .ryori07, .ryori08 {
	width: 50%;
}
.ryori01 img, .ryori02 img, .ryori03 img, .ryori04 img, .ryori05 img, .ryori06 img, .ryori07 img, .ryori08 img {
	max-width: 100%;
	height: auto;
}
.ryori_d01 img {
	max-width: 100%;
	height: auto;
}
.ryori_d01 video {
	max-width: 100%;
	height: auto;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryori01, .ryori02, .ryori03, .ryori04, .ryori05, .ryori06, .ryori07, .ryori08 {
		width: 33.33%;
	}
	.ryori_d01 {
		width: 33.33%;
	}
	.ryori01 {
		order: 1;
	}
	.ryori02 {
		order: 2;
	}
	.ryori03 {
		order: 3;
	}
	.ryori04 {
		order: 4;
	}
	.ryori_d01 {
		order: 5;
	}
	.ryori05 {
		order: 6;
	}
	.ryori06 {
		order: 7;
	}
	.ryori07 {
		order: 8;
	}
	.ryori08 {
		order: 9;
	}
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec02 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ryo .sec02 .box {
		width: 1080px;
	}
}



.ryo .sec03 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url(../image/bg_main01.jpg);
}
.ryo .sec03 h3 {
	color: #413730;
	padding-bottom: 30px;
}
.ryo .sec03 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec03 .box1 {
	border: 1px solid #413730;
	background-image: url(../image/ryo_me01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 15px 200px;
	margin-bottom: 15px;
}
.ryo .sec03 h4 {
	color: #fefefe;
	background-color: #413730;
	padding: 5px 7px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
}
.ryo .sec03 .box1 p, .ryo .sec03 .box2 p, .ryo .sec03 .box3 p {
	text-align: left;
}
.ryo .sec03 .box2 {
	border: 1px solid #413730;
	background-image: url(../image/ryo_me02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 15px 200px;
	margin-bottom: 15px;
}
.ryo .sec03 .box3 {
	border: 1px solid #413730;
	background-image: url(../image/ryo_me03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 15px 200px;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryo .sec03 .box {
		display: flex;
		justify-content: space-between;
	}
	.ryo .sec03 .box1, .ryo .sec03 .box2, .ryo .sec03 .box3 {
		width: 32%;
		border: none;
		background-size: contain;
	}
	.ryo .sec03 .box1 p, .ryo .sec03 .box2 p, .ryo .sec03 .box3 p {
		width: 95%;
		margin: auto;
	}
	.ryo .sec03 .box1, .ryo .sec03 .box3 {
		background-position: center bottom 80px;
	}
	.ryo .sec03 .box2 {
		background-position: center top;
		padding: 220px 15px 15px;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec03 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ryo .sec03 .box {
		width: 1080px;
	}
	.ryo .sec03 .box1, .ryo .sec03 .box2, .ryo .sec03 .box3 {
		background-size: auto;
	}
	.ryo .sec03 h4 {
		font-size: 1.3em;
		margin-bottom: 30px;
	}
}


.ryo .sec04 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.ryo .sec04 h3 {
	color: #413730;
	padding-bottom: 30px;
}
.ryo .sec04 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec04 .box1 img {
	max-width: 100%;
	height: auto;
}
.ryo .sec04 .box21 {
	display: flex;
	justify-content: space-between;
}
.ryo_co_p {
	width: 32%;
}
.ryo_co_p img {
	max-width: 100%;
	height: auto;
}
.ryo .sec04 h4 {
	color: #413730;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ryo .sec04 h5 {
	font-size: 16px;
	color: #fefefe;
	background-color: #413730;
	padding: 5px 7px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
}
.ryo_menu {
	border: 1px solid #413730;
	padding: 15px;
}
.ryo_menu ul {
	text-align: left;
	padding-left: 30px;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryo .sec04 .box2 {
		display: flex;
	}
	.ryo .sec04 .box21 {
		width: 50%;
		flex-flow: column;
	}
	.ryo .sec04 .box22 {
		width: 50%;
	}
	.ryo_co_p {
		width: 95%;
	}
	.ryo_menu {
		border: none;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec04 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ryo .sec04 .box {
		width: 950px;
	}
	.ryo .sec04 h4 {
		font-size: 1.5em;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.ryo_menu {
		border: 1px solid #413730;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		height: 480px;
		padding: 30px 80px;
	}
	.ryo_menu li {
		padding-top: 20px;
		font-size: 18px;
	}
}


.ryo .sec05 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #edeadc;
}
.ryo .sec05 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec05 .box1 img {
	max-width: 100%;
	height: auto;
}
.ryo .sec05 .box21 {
	display: flex;
	justify-content: space-between;
}
.ryo .sec05 h4 {
	color: #413730;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ryo .sec05 h5 {
	font-size: 16px;
	color: #fefefe;
	background-color: #413730;
	padding: 5px 7px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryo .sec05 .box2 {
		display: flex;
	}
	.ryo .sec05 .box21 {
		width: 50%;
		flex-flow: column;
	}
	.ryo .sec05 .box22 {
		width: 50%;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec05 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ryo .sec05 .box {
		width: 950px;
	}
	.ryo .sec05 h4 {
		font-size: 1.5em;
		padding-top: 50px;
		padding-bottom: 30px;
	}
}



.ryo .sec06 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.ryo .sec06 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec06 .box1 img {
	max-width: 100%;
	height: auto;
}
.ryo .sec06 .box21 {
	display: flex;
	justify-content: space-between;
}
.ryo .sec06 h4 {
	color: #413730;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ryo .sec06 h5 {
	font-size: 16px;
	color: #fefefe;
	background-color: #413730;
	padding: 5px 7px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryo .sec06 .box2 {
		display: flex;
	}
	.ryo .sec06 .box21 {
		width: 50%;
		flex-flow: column;
	}
	.ryo .sec06 .box22 {
		width: 50%;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec06 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ryo .sec06 .box {
		width: 950px;
	}
	.ryo .sec06 h4 {
		font-size: 1.5em;
		padding-top: 50px;
		padding-bottom: 30px;
	}
}


.ryo .sec07 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #edeadc;
}
.ryo .sec07 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec07 .box1 img {
	max-width: 100%;
	height: auto;
}
.ryo .sec07 .box21 {
	display: flex;
	justify-content: space-between;
}
.ryo .sec07 h4 {
	color: #413730;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ryo .sec07 h5 {
	font-size: 16px;
	color: #fefefe;
	background-color: #413730;
	padding: 5px 7px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryo .sec07 .box2 {
		display: flex;
	}
	.ryo .sec07 .box21 {
		width: 50%;
		flex-flow: column;
	}
	.ryo .sec07 .box22 {
		width: 50%;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec07 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ryo .sec07 .box {
		width: 950px;
	}
	.ryo .sec07 h4 {
		font-size: 1.5em;
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

.ryo .sec08 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.ryo .sec08 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec08 .box1 img {
	max-width: 100%;
	height: auto;
}
.ryo .sec08 h4 {
	color: #413730;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ryo .sec08 h5 {
	font-size: 16px;
	color: #fefefe;
	background-color: #413730;
	padding: 5px 7px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
}
.ryo_menu2 {
	border: 1px solid #413730;
	padding: 15px;
}
.ryo_menu2 ul {
	text-align: left;
	padding-left: 30px;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryo .sec08 .box {
		display: flex;
		justify-content: space-between;
	}
	.ryo .sec08 .box1 {
		width: 50%;
	}
	.ryo .sec08 .box2 {
		width: 50%;
	}
	.ryo_menu2 {
		border: none;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec08 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ryo .sec08 .box {
		width: 950px;
	}
	.ryo .sec08 h4 {
		font-size: 1.5em;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.ryo_menu2 {
		border: 1px solid #413730;
		margin-left: 20px;
		height: 276px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		padding: 20px 80px;
	}
	.ryo_menu2 li {
		font-size: 18px;
	}
}


.ryo .sec09 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url(../image/bg_main01.jpg);
}
.ryo .sec09 h3 {
	color: #413730;
	padding-bottom: 30px;
}
.ryo .sec09 .box {
	width: 90%;
	margin: auto;
}
.ryo .sec09 p {
	text-align: left;
	width: 80%;
	margin: auto;
	max-width: 500px;
	padding-bottom: 30px;
}
.ryo .sec09 .box1 img {
	max-width: 100%;
	height: auto;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.ryo .sec09 .box {
		display: flex;
		justify-content: space-between;
	}
	.ryo .sec09 .box1 {
		width: 49.5%;
	}
	.ryo .sec09 .box2 {
		width: 49.5%;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.ryo .sec09 {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.ryo .sec09 .box {
		width: 950px;
	}
}


/*------------------------------館内施設ページ------------------------------*/
.kan_h .head_box {
	height: 700px;
	background-image: url(../image/kan_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 200px;
}
.kan_h .head_box_tex {
	color: #fefefe;
	text-align: center;
}
.kan_h .head_box_tex h2 {
	font-size: 30px;
}
.kan_h .head_box_tex p {
	width: 80%;
	margin: auto;
	padding-top: 30px;
	font-size: 18px;
	line-height: 2em;
}
.kan_h .head_box_tex p[data-emergence=hidden] {
	 opacity: 0;
}
.kan_h .head_box_tex p[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.kan .sec01 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.kan .sec01 .box {
	width: 90%;
	margin: auto;
}
.kan .sec01 h2 {
	font-size: 20px;
	color: #413730;
	padding-bottom: 30px;
}
.kan .sec01 span {
	color: #000;
	font-size: 14px;
}
.kan h3 {
	color: #413730;
	padding-bottom: 30px;
}
.kan_aisatsu {
	text-align: left;
	padding-bottom: 30px;
	max-width: 600px;
	margin: auto;
}
.kan .sec01 h4 {
	color: #fefefe;
	background-color: #413730;
	padding: 5px 7px;
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.room1 {
	padding-bottom: 30px;
}
.room1_p1 {
	padding-top: 30px;
}
.room1_p1 img, .room1_p2 img, .room1_p3 img {
	width: 100%;
	max-width: 800px;
	height: auto;
}
.heyasetsu {
	border: 1px solid #413730;
	padding: 20px;
	max-width: 550px;
	margin: auto;
}
.heyasetsu h5 {
	font-size: 18px;
	padding-bottom: 15px;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.kan .sec01 {
		padding-top: 100px;
		padding-bottom: 100px;
		background-image: url(../image/kan_bg02.jpg);
		background-repeat: no-repeat;
		background-position: right top 1000px;	
	}
	.kan .sec01 h2 {
		font-size: 1.8em;
		padding-bottom: 50px;
	}
	.kan h3 {
		font-size: 1.5em;
		padding-bottom: 50px;
	}
	.kan .sec01 h4 {
		font-size: 1.2em;
		margin-top: 80px;
	}
}



.kan .sec02 {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(../image/bg_main01.jpg);
}
.kan .sec02 .box {
	width: 90%;
	margin: auto;
}
.kan .sec02 p {
	text-align: left;
	max-width: 520px;
	margin: auto;
}
.kan .sec02 .box1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.kan .sec02 .box11 img {
	max-width: 100%;
	height: auto;
}
.kan .sec02 .box12 img {
	max-width: 100%;
	height: auto;
}
.kan .sec02 .box2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.kan .sec02 .box21 img {
	max-width: 100%;
	height: auto;
}
.kan .sec02 .box22 img {
	max-width: 100%;
	height: auto;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.kan .sec02 p {
		font-size: 18px;
	}
	.kan .sec02 .box1 {
		display: flex;
		justify-content: space-between;
		max-width: 1070px;
		margin: auto;
	}
	.kan .sec02 .box11 {
		width: 56%;
		height: 275px;
		overflow: hidden;
	}
	.kan .sec02 .box12 {
		width: 43%;
		height: 275px;
		overflow: hidden;
	}
	.kan .sec02 .box2 {
		display: flex;
		justify-content: space-between;
		max-width: 1070px;
		margin: auto;
	}
	.kan .sec02 .box21 {
		width: 56%;
		height: 275px;
		overflow: hidden;
		order: 2;
	}
	.kan .sec02 .box22 {
		width: 43%;
		height: 275px;
		overflow: hidden;
		order: 1;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.kan .sec02 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.kan .sec02 .box1 {
		padding-bottom: 80px;
	}
	.kan .sec02 .box11 {
		width: 617px;
		height: auto;
	}
	.kan .sec02 .box12 {
		width: 448px;
		height: auto;
	}
	.kan .sec02 .box2 {
		padding-bottom: 80px;
	}
	.kan .sec02 .box21 {
		width: 617px;
		height: auto;
	}
	.kan .sec02 .box22 {
		width: 448px;
		height: auto;
	}
}



.kan .sec03 {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
.p_gal {
	width: 90%;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.p_gal img {
	width: 50%;
	max-width: 354px;
	height: auto;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.p_gal img {
		width: 33.33%;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.kan .sec03 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.p_gal img {
		width: 20%;
	}
}


/*------------------------------周辺・アクセスページ------------------------------*/
.acc_h .head_box {
	height: 500px;
	background-image: url(../image/acc_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.acc .sec01 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.acc .sec01 h2 {
	font-size: 20px;
	color: #413730;
	padding-bottom: 30px;
}
.acc .sec01 span {
	color: #000;
	font-size: 14px;
}
.acc h3 {
	color: #413730;
	padding-bottom: 30px;
}
.g_map {
	width: 95%;
	margin: auto;
	max-width: 900px;
}
.yadomei {
	font-size: 18px;
	padding: 50px 5px 3px;
	display: inline-block;
	border-bottom: 3px solid #413730;
}
.yadomei em {
	font-size: 24px;
	margin-left: 10px;
	font-style: normal;
}
.yadojyo {
	padding-top: 20px;
	padding-bottom: 30px;
}
.t-acc01 {
	width: 95%;
	max-width: 600px;
	margin: auto;
	border: 1px solid #413730;
	border-collapse: collapse;
	background-color: #fefefe;
}
.t-acc01 th {
	background-color: #edeadc;
	border: 1px solid #413730;
	padding: 8px;
	width: 30%;
}
.t-acc01 td {
	border: 1px solid #413730;
	padding: 8px;
	text-align: left;
}
.kuruma_se {
	width: 90%;
	margin: auto;
	max-width: 600px;
}
.kuruma_se p {
	padding-top: 15px;
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.acc .sec01 {
		padding-top: 100px;
	}
	.acc .sec01 h2 {
		font-size: 1.8em;
		padding-bottom: 50px;
	}
	.acc h3 {
		font-size: 1.5em;
		padding-bottom: 50px;
	}
	.g_map {
		border: 10px solid #413730;
		height: 450px;
	}
	.yadomei {
		font-size: 24px;
	}
	.yadomei em {
		font-size: 36px;
	}
}


.acc .sec02 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../image/bg_main01.jpg);
	text-align: center;
}
.acc .sec02 .box1 {
	width: 90%;
	margin: auto;
	max-width: 512px;
	background-color: #fefefe;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.kanko_p img {
	max-width: 100%;
	height: auto;
}
.acc h4 {
	font-size: 18px;
	color: #413730;
	padding-top: 15px;
}
.acc .sec02 .box1 p {
	text-align: left;
	width: 90%;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.kanko_link a {
	display: block;
	width: 150px;
	margin: auto;
	border: 1px solid #413730;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 5px;
	transition: 0.3s;
	font-size: 14px;
}
.kanko_link a:hover {
	background-color: #413730;
	color: #fefefe;
}

/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.acc .sec02 .box {
		width: 90%;
		max-width: 1080px;
		margin: auto;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
	.acc .sec02 .box1 {
		position: relative;
		width: 48%;
		height: 520px;
		margin: 0px;
		margin-bottom: 20px;
	}
	.kanko_link {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 15px;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.acc .sec02 {
		padding-top: 100px;
	}
	.acc .sec02 .box1 {
		padding-top: 20px;
	}
}


.acc .sec03 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.acc .sec03 .box {
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}
.acc .sec03 h4 {
	color: #fefefe;
	background-color: #413730;
	display: inline-block;
	padding: 5px 7px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.kuko {
	color: #00233a;
	padding-bottom: 10px;
}
.kuko_chu {
	text-align: left;
}
.renta_chu {
	padding-top: 10px;
}
.jyosei_chu {
	width: 90%;
	margin: auto;
	max-width: 600px;
}
.jyosei_chu p {	
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}


/*768px以上　タブレット用*/
@media screen and (min-width: 768px){
	.acc .sec03 .box {
		width: 90%;
		max-width: 1080px;
		margin: auto;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
	.acc .sec03 .box1 {
		width: 49%;
		border: 1px solid #413730;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		margin-top: 20px;
		padding: 20px 10px;
	}
	.kuko_chu {
		padding-top: 20px;
		padding-left: 20px;
	}
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.acc .sec03 {
		padding-top: 100px;
	}
}

/*------------------------------料金ページ------------------------------*/
.res_h .head_box {
	height: 500px;
	background-image: url(../image/res_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.res .sec01 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.res .sec01 h2 {
	font-size: 20px;
	color: #413730;
	padding-bottom: 30px;
}
.res .sec01 span {
	color: #000;
	font-size: 14px;
}
.res .sec01 .box {
	width: 90%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.res h3 {
	color: #413730;
	padding-bottom: 30px;
}
.t-res01 {
	width: 98%;
	max-width: 600px;
	margin: auto;
	border: 1px solid #413730;
	border-collapse: collapse;
	background-color: #fefefe;
}
.t-res01 th {
	background-color: #edeadc;
	border: 1px solid #413730;
	padding: 5px 8px;
	text-align: left;
}
.t-res01 td {
	border: 1px solid #413730;
	padding: 5px;
}
.t_ryokin {
	background-color: #edeadc;
}
.ryokin_se {
	width: 90%;
	margin: auto;
	max-width: 600px;
}
.ryokin_se p {
	padding-top: 15px;
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}
/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.res .sec01 {
		padding-top: 100px;
		padding-bottom: 100px;
		
	}
	.res .sec01 h2 {
		font-size: 1.8em;
		padding-bottom: 50px;
	}
}

/*------------------------------日記ページ------------------------------*/
.nikki_h .head_box {
	height: 500px;
	background-image: url(../image/blog_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.nikki .sec01 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../image/bg_main01.jpg);
	text-align: center;
}
.nikki .sec01 h2 {
	font-size: 20px;
	color: #413730;
	padding-bottom: 30px;
}
.nikki .sec01 span {
	color: #000;
	font-size: 14px;
}
.nikki .sec01 .box {
	width: 90%;
	max-width: 700px;
	height: 1500px;
	margin: auto;
	background-color: #fefefe;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*1080px以上　PCサイト用*/
@media screen and (min-width: 1080px){
	.nikki .sec01 {
		padding-top: 100px;
		padding-bottom: 100px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.nikki .sec01 h2 {
		font-size: 1.8em;
		padding-bottom: 50px;
	}
	.nikki .sec01 .box {
		max-width: 900px;
		height: 2000px;
		padding: 60px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.nikki .sec02 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/* rss_content
----------------------------------------------------------- */

/*プランRSS


.plan_rss {
	width: 100%;
	margin: auto;
	display: block;
}
.plan_rss .mini {
	width: 90%;
	max-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 50px;
	margin: auto;
	text-align: center;
	border: 1px solid #413730;
	margin-top: 15px;
}
.plan_rss .mini .plan_img {
	width: 100%;
}
.plan_img img {
	width: auto;
}
.plan_rss .mini a{
	font-size: 16px;
	color: #413730;
}
.plan_rss .mini a:hover {
	color: #10050a;
}
.plan_rss .mini h4{
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: left;
}
.plan_rss .mini .plan_text p{
	font-size: 16px;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

/*検索窓

.akiken {
	width: 100%;
	color: #fefefe;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	background-color: #00233a;
}
.plan_form{
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
}
.akiken h2 {
	width: 100%;
	text-align: left;
}
.plan_form .form_box{
	width: 100%;
	padding-top: 5px;
}
.plan_form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:0 10px;
	height: 20px;
	background-color: #fff;
	background-image: url(../image/aki_ya01.png);
	background-repeat: no-repeat;
	background-position: right 3px center;
	position: relative;
	border-radius: 1px;
	border: 1px solid #bfbfbf;
}
.plan_form input{
	position: relative;
	border-radius: 1px;
	border: 1px solid #bfbfbf;
	background: #ffffff;
	padding:10px;
}
.plan_form .check_in {
	width: 250px;
	padding-bottom: 10px;
	float: left;
}
.plan_form .check_in input{
	width: 100px;
	height: 20px;
	padding: 0 10px;
	cursor: pointer;
}
.plan_form .undecided {
	width: 100px;
	margin-left: 5px;
	float: left;
}
.plan_form .undecided input{
	margin:0 0 0 0;
}
.plan_form .guests {
	width: 250px;
}
.plan_form .guests select{
	width:100px;
}
.plan_form .type {
	padding-top: 15px;
	width:auto;
}
.plan_form .type select{
	width:100px;
}
.plan_form .price {
	padding-top: 15px;
	width:auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: baseline;
}
.plan_form .price select{
	width:100px;
}
.plan_form .search_btn {
	width: 150px;
	float: left;
	padding-top: 25px;
}
.plan_form .search_btn .btn{
	width:150px;  
	padding:7px 5px 7px 5px; 
	background: #edeadc;
	border:none; 
	color: #000; 
	font-size:16px; 
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}
.plan_form .search_btn .btn:hover {
	background-color: #413730;
	color: #fefefe;
}

@media screen and (min-width: 768px){

.plan_rss {
	width: 750px;
	margin: auto;
}
.plan_rss .mini {
	display:flex;
	width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	background-color: #fff;
}
.plan_rss .mini .plan_img {
	width:auto;
	order:1;
}
.plan_rss .mini .plan_img img{
	display: block;
	width:100%;
	height:auto;
}
.plan_rss .mini a{
	font-size: 18px;
}
.plan_rss .mini h4{
	font-size: 18px;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.plan_rss .mini .plan_text {
	width: 380px;
	margin-left: 20px;
	text-align: left;
	order:2;
}
.plan_rss .mini .plan_text p{
	width: 380px;
	font-size: 16px;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.akiken {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}
.plan_form{
	width: 750px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.plan_form .form_box{
	width: 620px;
	float: left;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
	.plan_form .check_in{
		width: auto;
		float: none;
	}
	.plan_form .undecided {
		float: none;
	}
.plan_form .undecided input{
	margin:0 0 0 -8px;
}
	.plan_form .type select{
	width: 80px;
}
	.plan_form .price {
		padding-left: 10px;
	}
.plan_form .search_btn {
	float: left;
}
}

@media screen and (min-width: 1080px){

	
.plan_rss {
	width: 1080px;
	display:flex;
}
.plan_rss .mini {
	width: 346px;
	padding-top: 15px;
	border: 1px solid #ccc;
}
.plan_rss .mini .plan_img {
	width: 298px;
	margin: auto;
}
	.plan_img img {
		
	}
.plan_rss .mini .plan_text {
	width: 298px;
	margin: auto;
}
.plan_rss .mini .plan_text p{
	width: 298px;
}

.plan_form{
	width: 1030px;
}
.akiken h2 {
	width: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	float: left;
	padding-top: 30px;
}
.plan_form .search_btn {
	float: right;
}
	}*/