@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700;900&display=swap');

*{
margin: 0;
padding: 0;
}

body {
	background-color: #f8f8f8;
	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);
}

#video_content video{
	min-width:1280px;
	height:auto;}

#topvideo_content video{
	width:100%;
	min-width:1280px;
	height:auto;} 

.overflow{
	overflow:hidden;}

img.float_left {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
}
img.kadomaru {
	border-radius: 5px;
}
.float_clear {
	clear: both;
}
a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cc6666;
}
a img{
	transition: 0.8s;
}
a:hover img {
	opacity: 0.6;
}
#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;
}

.mt-05em{
	margin-top: 0.5em!important;
}
.mt-1em{
	margin-top: 1em!important;
}
.mt-2em{
	margin-top: 2em!important;
}

.mb-05em{
	margin-bottom: 0.5em!important;
}
.mb-1em{
	margin-bottom: 1em!important;
}
.mb-2em{
	margin-bottom: 2em!important;
}

.top_h {
	/*height: 900px;
	background-image: url(../image/top_head.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;*/
	position: relative;
	/*background-attachment: fixed;*/
}
.telline1 {
	height: 43px;
	background-image: url(../image/bg_main03.jpg);
	padding-top: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

    display: flex;
    align-items: center;
}
.telline1 .box {
    position: relative;
	margin: 0px auto;
	width: 1080px;
}
.telline1 .box1, 
.telline1 .box2, 
.telline1 .box3{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.telline1 .box1 {
    left: 0;
}
.telline1 .box2 {
    right: 150px;
}
.telline1 .box3 {
    right: 0;
}

.header_tel img{
	margin-top:4px;}

/*.header_tel,.translation{
	display:inline-block;
	padding-right:20px;}*/


.gnav1 .nav-container {
	height: 168px;
	background: linear-gradient(180deg,rgba(0,8,20,0.90),rgba(0,8,20,0.0));
}

.goog-te-gadget-simple a{
	text-decoration:none;}

.header-container{
	position:relative;}

.gnav1{
	position:absolute;
	width:100%;
	margin:auto;
	left:0;
	right:0;
	top:43px;}	

.gnav1 ul {
	margin: 0px auto;
	width: 1080px;
	overflow: hidden;
	list-style-type: none;
	padding-top: 7px;
}

.gnav1 ul li {
	float: left;
}
.top_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 250px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 380px;
	text-align: center;
}
.top_h .saisei {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 180px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 460px;
}

.tabbutton {
	margin-top: -30px;
	position:absolute;
	top:150px;
	left:0;
}
.tabbutton a img {
	margin-left: -102px;
	transition: 0.5s;
}
.tabbutton a:hover img {
	opacity: 1;
	transform: translate(102px,0px)
}
#gnav2 {
	background-image: url(../image/nav2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	position: fixed;
	top: 0px;
	z-index: 20;
	width: 100%;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(90,15,15,0.60);
	box-shadow: 0px 0px 3px 3px rgba(90,15,15,0.60);
	height: 121px;
}
#gnav2 .box {
	margin: 0px auto;
	width: 1080px;
	overflow: hidden;
	padding-top: 10px;
}
#gnav2 .box1 {
	float: left;
}
#gnav2 .box2 {
	float: right;
	padding-top: 13px;
}
#gnav2 ul {
	margin: 0px auto;
	width: 1080px;
	overflow: hidden;
	list-style-type: none;
	padding-top: 8px;
}
#gnav2 ul li {
	float: left;
}
.top .search {
    width: 100%;
    background: rgba(194,74,84,0.07);
    border-bottom: solid 0.12em rgba(194,74,84,0.6);
    box-sizing: border-box;
}
.top .search .plan_form {
	width: 1080px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto;
	padding: 2em 1em 1em;
    box-sizing: border-box;
}
.top .search .plan_form h2 {
    display: inline-block;
    color: #730e16;
    font-size: 25px;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
}
.top .search .plan_form h2 .sub_ttl {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}
.top .search .plan_form form {
	width: 800px;
}

.top .news {
    position: relative;
    padding-top: 3em;
}
.top .news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 0.2em rgba(194,74,84,0.8);
    box-sizing: border-box;
}
.top .news .sec01 .box {
	width: 990px;
}

.top .sec01 .box {
	margin: 0px auto;
	width: 1080px;
	overflow: hidden;
	padding-top: 50px;
}
.top .sec01 .box1 {
	width: 545px;
	float: left;
}
.top .sec01 .box2 {
	width: 500px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/top_map.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	height: 626px;
	padding-top: 50px;
	text-align: center;
}

.top .sec02 {
	margin-top: 80px;
}
.top .sec02 .ap01 {
	width: 100%;
	height: 400px;
	background-image: url(../image/topap01_1.jpg),url(../image/topap01_2.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: 0% 0%, 100% 0%;
}
.top .sec02 .ap01 .box {
	margin: 0px auto;
	width: 800px;
}
.top .sec02 .ap01 .box1 {
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/topap01_bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	padding-top: 90px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.top h3 {
	font-size: 1.4em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top .sec02 p {
	text-align: left;
	padding-top: 50px;
}
.kuwashiku  {
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 120px;
}
.kuwashiku a  {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 5px;
}
.kuwashiku a:hover  {
	text-decoration: none;
	background-color: #9C2C27;
}
.top .sec02 .ap02 {
	width: 100%;
	height: 400px;
	background-image: url(../image/topap02_1.jpg),url(../image/topap02_2.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: 100% 0%, 0% 0%;
}
.top .sec02 .ap02 .box {
	margin: 0px auto;
	width: 800px;
}
.top .sec02 .ap02 .box1 {
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/topap02_bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin-left: 400px;
	padding-top: 90px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.top .sec02 .ap03 {
	width: 100%;
	height: 400px;
	background-image: url(../image/topap03_1.jpg),url(../image/topap03_2.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: 0% 0%, 100% 0%;
}
.top .sec02 .ap03 .box {
	margin: 0px auto;
	width: 800px;
}
.top .sec02 .ap03 .box1 {
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/topap03_bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	padding-top: 90px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.top .sec03 .box {
	margin: 0px auto;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding-top: 50px;
}
.top .sec03 .box1 {
	width: 270px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-image: url(../image/photog_bg01.png);
	background-repeat: no-repeat;
	height: 201px;
	margin-top: 5px;
	padding-top: 30px;
}
.top .sec03 .box2 {
	width: 270px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-image: url(../image/photog_bg02.png);
	background-repeat: no-repeat;
	height: 201px;
	margin-top: 5px;
	padding-top: 28px;
}
.top .sec03 .box3 {
	width: 270px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-image: url(../image/photog_bg03.png);
	background-repeat: no-repeat;
	height: 201px;
	margin-top: 5px;
	padding-top: 28px;
}
.top .sec03 .box4 {
	width: 270px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-image: url(../image/photog_bg04.png);
	background-repeat: no-repeat;
	height: 201px;
	margin-top: 5px;
	padding-top: 28px;
}
.top .sec04 .box {
	margin: 0px auto;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding-top: 50px;
}
/*---------------------------------
	        photo gallery 
---------------------------------*/
body,ul{ 
	margin:0;padding:0;list-style:none;
}
img{border:0}
/* clearfix(削除不可) */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#gallery_wrap {
	width:1080px;
	margin:0 auto;
}

#gallery_list a.photo{
	width:214px;
	height:143px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
/*---------------------------------
	       /photo gallery
---------------------------------*/

.plan-bn_area{
    display: flex;
    width: 100%;
    padding-top: 7em;
    padding-bottom: 7em;
    justify-content: center;
}
.plan-bn_area .box, 
.plan-bn_area .box img {
    margin: 0;
    padding: 0;
}

.plan-bn_area .box .plan-cancel {
    width: 90%;
    max-width: 600px;
    margin: 1em auto 50px;
    display: flex;
    justify-content: center;
}
.plan-bn_area .box .plan-cancel a {
    display: block;
    text-align: center;
    width: 90%;
    color: #fff;
    background-color: #882323;
    max-width: 700px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.2s;
}
.plan-bn_area .box .plan-cancel a:hover {
    color: #fff;
    background-color: #C04750;
    text-decoration: none;
    transition: 0.3s;
}


footer {
	background-image: url(../image/bg_f01.jpg);
	padding-top: 20px;
}
.footer-container {
	background-image: url(../image/bg_main03.jpg);
}
footer .box {
	width: 1080px;
	margin: 0px auto;
	color: #FFFFFF;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
	
footer .box1 {
	overflow: hidden;
	padding-left: 300px;
}
address {
	color: #FFFFFF;
	font-style: normal;
	background-image: url(../image/foot_line01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 43px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
}
address a {
	color: #FFFFFF;
}
address a:hover {
	color: #EDBBBF;
}

#index .footer-container {
	height:120px;}
	
#index footer .f_qr{
	position:absolute;
	left:65%;
	top:10%;}

#index footer .f_qr a{
	display:block;
	text-align:center;
	color:#fff;
	font-size:13px;}

#index address{
	text-align:left;
	padding-left:300px;}
	
#index footer .box1{
	padding-left:200px;}

.stay_h {
	width: 100%;
	height: 540px;
	position: relative;
}
.bg-slider {
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
	height: 500px;
}
.head_logo {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 250px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 220px;
}
.stay_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 250px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 290px;
	text-align: center;
}
.stay .sec01 .box {
	margin: 0px auto;
	width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/stay_bg.png);
	background-repeat: no-repeat;
	background-position: 90% 100%;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 70px;
}
.stay .sec01 p {
	text-align: left;
	padding-left: 210px;
	padding-right: 210px;
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 20px;
}
.stay .sec02 {
	margin-top: 80px;
	background-image: url(../image/stay_p01.jpg);
	background-repeat: no-repeat;
	background-position: left 266px top;
	height: 630px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 130px;
}
.stay .sec02 .box {
	width: 1280px;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.stay .sec02 .box1 {
	background-color: rgba(233,217,189,0.80);
	width: 650px;
	height: 460px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 100px;
	padding-right: 100px;
	float: right;
}
.stay h3 {
	font-size: 1.4em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 30px;
}
.stay .sec03 .box {
	margin: 0px auto;
	width: 1080px;
	text-align: center;
}
.stay .sec04 {
	background-image: url(../image/stay_p05.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 100%;
	height: 586px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 173px;
	margin-top: 30px;
}
.stay .sec04 .box {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 837px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: rgba(233,217,189,0.80);
}
.s_footer {
	padding-top: 0px;
}
.s_footer .footer-container {
	background-image: url(../image/bg_main03.jpg);
}
.s_footer .box {
	width: 1080px;
	margin: 0px auto;
	color: #FFFFFF;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.s_footer .box1 {
	overflow: hidden;
	padding-left: 300px;
}
.on_h {
	/*width: 100%;
	position: relative;
	background-image: url(../image/on_head.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;*/
	height:540px;
}
.on_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 300px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 320px;
	text-align: center;
}
.on .sec01 {
	background-image: url(../image/on_bg01.png),url(../image/on_bg02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10% 0%, 90% 90%;
	margin-top: 80px;
}
.on .sec01 .box {
	margin: 0px auto;
	width: 1080px;
	height: 580px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 50px;
	color: #FFFFFF;
	background-image: url(../image/on_bg03.jpg);
	background-repeat: no-repeat;
	padding-right: 680px;
	font-size: 16px;
	line-height: 1.8em;
}
.on .sec01 h2 {
	font-size: 1.2em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.on .sec01 h2 .onh2 {
	font-size: 1.4em;
	margin-left: 30px;
}
.on .sec02 .box {
	margin: 0px auto;
	width: 1156px;
	text-align: center;
	padding-top: 50px;
	position: relative;
	padding-bottom: 80px;
}
.on .sec02 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;
	padding-bottom: 90px;
}
.red {
	color: #9C2C27;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
}
.bule {
	color: #0091C6;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
}
.orenge {
	color: #CF8448;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 8px;
	margin-right: 8px;
}
.sec02 .onnayu {
	position: absolute;
	left: 5px;
	top: 210px;
	z-index: 10;
}
.sec02 .otokoyu {
	position: absolute;
	top: 225px;
	z-index: 10;
	right: 5px;
}
.on .sec03 .box {
	margin: 0px auto;
	width: 1080px;
	background-image: url(../image/on_p03.png);
	background-repeat: no-repeat;
	background-position: 100% 10%;
	text-align: center;
}
.on_t01 {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #0091c6;
}
.on_t01 th {
	background-color: #C24B55;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	width: 100px;
	font-weight: normal;
}
.on_t01 td {
	padding: 10px;
	border-bottom: 1px dotted #0091c6;
	border-left: 1px dotted #0091c6;
	text-align: left;
}
.on_t01 td em{
	color: #9c2c27;
	font-weight: bold;
}
.ryo_h {
	width: 100%;
	height: 540px;
	position: relative;
	/*background-image: url(../image/ryo_head.jpg);*/
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
}
.ryo_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 300px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 290px;
	text-align: center;
}
.ryo .sec01 .box {
	margin: 0px auto;
	width: 1226px;
	padding-top: 50px;
	overflow: hidden;
}
.ryo_aisatsu {
	padding-left: 200px;
	padding-right: 200px;
	font-size: 16px;
	line-height: 1.8em;
	padding-bottom: 30px;
}
.ryo .sec01 .box1 {
	width: 470px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 80px;
	padding-bottom: 30px;
	float: left;
	background-image: url(../image/ryo_bg.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
	height: 500px;
}
.ryo h2 {
	padding-bottom: 30px;
	text-align: center;
}
.ryo .sec01 .box2 {
	float: right;
	width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 320px;
    overflow: hidden;
    position: absolute;
	padding:15px 0 0 0;
}
 
.loopSlider {
    width: 100%;
    height: 320px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 320px;
    float: left;
    overflow: hidden;
	list-style: none;
}
 
.loopSlider ul li {
	width: 481px;
	height: 320px;
	float: left;
	display: inline;
	overflow: hidden;
	padding-right: 10px;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
.ryo .sec02 {
	background-image: url(../image/bg_f01.jpg);
	margin-top: 50px;
}
.ryo .sec02 .box {
	margin: 0px auto;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ryo .sec02 .box1 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-bottom: 20px;
}
.ryo h3 {
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.4em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ryo .sec02 .box1 p {
	text-align: left;
	padding-left: 51px;
	padding-right: 51px;
}
.ryo .sec03 .box {
	margin: 0px auto;
	width: 1080px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.ryo .sec03 .box1 {
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 450px;
	background-image: url(../image/ryo_bg.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
	padding-top: 30px;
}
.ryo .sec03 .box2 {
	float: right;
	padding-right: 3px;
}
.ryo .sec04 {
	margin-top: 30px;
	padding-top: 30px;
	background-image: url(../image/bg_f01.jpg);
	padding-bottom: 80px;
}
.ryo .sec04 .box {
	margin: 0px auto;
	width: 1080px;
	overflow: hidden;
}
.ryo .sec04 .box1 {
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	margin:0 0 2rem 0;
}
.ryo .sec04 .box1 p {
	text-align: left;
	padding-top: 10px;
	width: 290px;
	padding-left: 40px;
}
.kan_h {
	width: 100%;
	height: 540px;
	position: relative;
}
.kan_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 250px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 290px;
	text-align: center;
}
.kan .sec01 .box {
	margin: 0px auto;
	width: 1280px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.kan .sec01 p {
	width: 700px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.8em;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../image/kan_bg01.png);
	background-repeat: no-repeat;
	background-position: 100% 90%;
}
.kan .sec02 {
	text-align: center;
	background-image: url(../image/bg_f01.jpg);
    padding-bottom: 50px;
}
.kan .sec02 .box1 {
	margin: 0px auto;
	width: 1280px;
	background-image: url(../image/kan_bg02.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: 30% 5%;
}
.kan .sec02 .box1 p  {
	margin-bottom: 60px;
	margin-top: 20px;
}
.kan .sec02 .box2 {
	margin: 0px auto;
	width: 1080px;
	padding-top: 50px;
	background-image: url(../image/kan_bg03.png);
	background-repeat: no-repeat;
	background-position: 80% 10%;
}
.kan .sec02 .box2 p {
	width: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	text-align: left;
}
.kan .sec02 .box3 {
	margin: 0px auto;
	width: 1080px;
	padding-top: 60px;
	background-image: url(../image/kan_bg02.png);
	background-repeat: no-repeat;
	background-position: 20% 10%;
}
.kan .sec02 .box3 p {
	width: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	text-align: left;
}

.yo_h {
	width: 100%;
	height: 540px;
	position: relative;
}
.yo_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 250px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 290px;
	text-align: center;
}
.yo .sec01 .box,
.yo .sec02 .box,
.yo .sec03 .box{
	margin: 0px auto;
	width: 1080px;
	text-align: center;
	padding-top: 50px;
}
.yoyaku_p01 {
	width: 370px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: left;
}
.yadomei {
	text-align: center;
	font-size: 1.5em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 550px;
	border-bottom: 2px solid #C24B55;
}
.yadomei span {
	font-size: 1.8em;
	padding-left: 15px;
}
.yadojyo {
	text-align: center;
	font-size: 1.5em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.yadojyo span {
	font-size: 1.6em;
}
.yo .sec01 .box1 {
	width: 540px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
}
.yo .sec01 .box1 h3{
	height:72px;
}
.yo .sec01 .box1 h3 span{
	font-weight:500;
	font-size:13px;
}

.yo_t01 {
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0091c6;
	margin-bottom: 10px;
}
.yo_t01 th {
	background-color: #C24B55;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	width: 100px;
	font-weight: normal;
}
.yo_t01 td {
	padding: 10px;
	border-bottom: 1px dotted #0091C6;
	border-left: 1px dotted #5d896a;
	text-align: left;
}

.yo .sec02 {}
.yo .sec02 .box1 {}

.yo .sec03{}
.yo .sec03 .box1 {
	width: 660px;
	margin: 0px auto;
	overflow: hidden;
}

.panf_o  {
	text-align: center;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #C24B55;
	color: #FFFFFF;
	border-radius: 5px;
}
.panf_o_cover {
	display: inline-block;	
	width:300px;
	height:210px;
	padding: 10px;
}

.box31 {
	width:300px;
	height:210px;
	float: left;
	background:url(../image/panf01.png) no-repeat;}
	
.panf_o_cover:hover  {
	text-decoration: none;
	opacity:.9;
}

.box32 {
	width:300px;
	height:210px;
	float: right;
	background:url(../image/panf02.png) no-repeat;}
	
.panf_u  {
	text-align: center;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #0091C6;
	color: #FFFFFF;
	border-radius: 5px;
}
.panf_u_cover  {
	display: inline-block;	
	width:300px;
	height:210px;
	padding: 10px;
}
.panf_u_cover:hover  {
	text-decoration: none;
	opacity:.9;
}
.ac_h {
	width: 100%;
	height: 540px;
	position: relative;
	background-image: url(../image/ac_head.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
}
.ac_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 300px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 290px;
	text-align: center;
}
.acc .sec01 .box {
	margin: 0px auto;
	width: 1080px;
	padding-top: 50px;
}
.acc .sec01 .g_map {
	width: 900px;
	border: 10px solid #c24b55;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}
.acc .sec02 .box {
	margin: 0px auto;
	width: 1000px;
	text-align: center;
	padding-top: 50px;
}
.acc .sec02 .box1 {
	width: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.acc .sec02 .box2 {
	width: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
.acc h3 {
	margin: 0 0 1.5em;
    padding: 0.5em;
    border-left: 7px solid #edbbbf;
    border-bottom: 1px solid #edbbbf;
    font-size: 1.5em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
}
.acc h4 {
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.4em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ac_t01 {
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #0091C6;
}
.ac_t01 th {
	background-color: #C24B55;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	width: 100px;
	font-weight: normal;
}
.ac_t01 td {
	padding: 10px;
	border-bottom: 1px dotted #0091C6;
	border-left: 1px dotted #0091C6;
	text-align: left;
}
.ac_t01 ul {
	list-style-type: none;
}
.ac_t01 ul li.route {
	background:url(../image/arrow.png) no-repeat left center;
	line-height:20px;
	padding:10px 0 10px 20px;
	color:#993333;
}


.new_h {
	width: 100%;
	height: 540px;
	position: relative;
	background-image: url(../image/news_head.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
}
.new_h h1 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 300px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 290px;
	text-align: center;
}
.news .sec01 .box {
	width: 1080px;
	margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 30px;
    display: block;
}
.news .sec01 h2 {
    display: block;
    text-align: center;
    margin-bottom: 0.1em;
}
.news .sec01 .newsWrap {
    width: 100%;
    padding: 1.5em 2em;
    box-sizing: border-box;
    background: rgba(255,255,255,0.45);
    border: solid 1px rgba(0,0,0,0.1);
}
.news .sec01 ul.newsList{
    width: 100%;
}
.news .sec01 ul.newsList li{
    padding: 0 0 0.8em 0;
    margin-bottom: 0.8em;
    border-bottom: dotted 0.15em rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: block;
}
.news .sec01 ul.newsList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.news .sec01 ul.newsList li .detailArea,
.news .sec01 ul.newsList li .titleArea {
    width: 100%;
    display: block;
}
.news .sec01 ul.newsList li .detailArea {
    margin-bottom: 0.8em;
}
.news .sec01 ul.newsList li .up_ymd {
    font-size: 14px;
}
.news .sec01 ul.newsList li .title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
}
.news .sec01 ul.newsList li .title a {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    vertical-align: top;
}


.news .sec01 .catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.news .sec01 .newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.news .sec01 .comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.news .sec01 .thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.news .sec01 .pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.news .sec01 .pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページのボタン*/
.news .sec01 .pager a.current{
	background: #999;
	border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}
.news .sec01 .pager a:hover{
    background:#999;
    color: #fff;
}
.news .sec01 .overPagerPattern{
	padding:0 2px ;	
}


.news-detail .sec01 .box {
    width: 100%;
	max-width: 1080px;
	margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 30px;
    display: block;
}
.news-detail .sec01 h2 {
    font-size: 22px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    margin: 20px 0px 10px;
    padding-bottom: 0.08em;
    color: #993333;
    border-bottom: dotted 0.1em rgba(0,0,0,0.1);
}
.news-detail .sec01 h3 {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    font-size:20px;
	margin:10px 0px;
    color: #993333;
}
.news-detail .sec01 h4 {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    font-size:18px;
	margin:10px 0px;
    color: #993333;
}
.news-detail .sec01 h5 {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    font-size:18px;
	margin:10px 0px;
}
.news-detail .sec01 ul {
	width: 100%;
	max-width: 980px;
	margin: 1em auto;
	padding: 0.5em 1em 0.5em 2.3em;
	box-sizing: border-box;
	position: relative;
}
.news-detail .sec01 ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}
.news-detail .sec01 ul li:before {
	content: '';
	position: absolute;
	left: 0;
	margin: 0.5em 1em;
	background: #000;
	border-radius: 50%;
	width: 0.46em;
	height: 0.4em;
	color: #ff938b;
}
.news-detail .sec01 blockquote {
	width: 100%;
	max-width: 980px;
	margin: 1em auto;
	padding: 1em 1.4em;
	box-sizing: border-box;
	border: solid 2px #ff938b;
	background: #fffaf1;
}
.news-detail .sec01 blockquote p {
	margin: 10px 0px;
}
.news-detail .sec01 .up_ymd{
	text-align:right;
	margin:5px 10px;
}
.news-detail .sec01 .detailUpfile{
	margin:2em 0;
	text-align:center;
}
.news-detail .sec01 .detailUpfile img{
	max-width:100%;
	height:auto;
}
.news-detail .sec01 .detailUpfile img.file_icon{
    width: 60px;
}
.news-detail .sec01 .detailUpfile img.upfile_photo{
    width: 420px;
    height: 280px;
    object-fit: cover;
}
.news-detail .sec01 .backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.news-detail .sec01 .backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.news-detail .sec01 .pNav{
	font-size:11px;	
}


.other_link{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}
.other_link .copy a {
    display: inline-block!important;
    margin: 0!important;
}
.other_link .edit a {
    display: inline-block!important;
    margin: 0!important;
    font-size: 11px;
}

#head_slider{background: #000;}
.cuisine_gallery01 {max-width:1330px; margin: 0 auto;}
.cuisine_gallery01 ul{display:flex; flex-wrap: wrap; justify-content:center;}
.cuisine_gallery01 ul li{width:30%; padding: 0.5rem;}
.cuisine_gallery01 ul li img{width:100%; height: auto; display: block;}