@charset "UTF-8";
.pd{ display: block;}
.sd{ display: none;}

/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
.int0 {
	text-indent: 0 !important;
}
a:hover .hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.7;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.7;           /* Firefox 0.9?謔・O */
}

body {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "?q???M?m?p?S Pro W3", "MS P Gothic", "?l?r ?o?S?V?b?N", Osaka, Helvetica, Arial, sans-serif;
	color: #333;
	box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
.wrapper {
	width: 100%;
}
img {
	width: 100%;
	height: auto;
}
.imgfx {
	width: 50%;
}
/*------------------- header -------------------*/
.main_visual {
	text-align: center;
	background: url(../img/hero.jpg) no-repeat #fff center;
	background-size:cover;
	}
.main_visual_inner {
	position: relative;
	width: 1000px;
  height: 520px;
	margin: 0 auto;
	text-align: center;
  padding-top: 55px;
}
header {
    background: #755441;
    position: fixed;
    width: 100%;
	z-index: 10;
	opacity: 0.8;
}
header .container{
	display: flex;
	align-items: center;
}
header .flex-1 {
	width: 20%;
}
header .flex-2 {
	flex: 1;
}
header .flex-3 {
	width: 20%;
}

/* パンくずリスト */
.bread {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	line-height: 1.1;
	text-align: left;
  font-size: 0.7em;
}
.bread li {
	float: left;
}
.bread li a {
	text-decoration: none;
}
.bread img {
	margin: 0 10px 3px;
	vertical-align: middle;
}
.bread em {
	font-weight: bold;
}

/*------------------- headerの中身 -------------------*/
.search {
  width: 800px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}
.search_box {
  box-sizing: border-box;
  background-color: #dcd4c6;
  padding: 10px;
  margin: 5px;
}
.search_box ul  {
  text-align: center;
}
.search_box ul li {
  font-size: 1.4em;
  font-weight: bold;
}
.search_box ul li:before
{
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;/*Solidは900 RegularまたはBrandsは400 Lightは300*/
  padding-right : 5px;
  color: #f89174;
}
.dl_box {
  display: flex;
  margin: 0 auto;
}
.search_box dl  {

}
.search_box dl dt {
  background-color: #755441;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 7px;
}
.search_box dl dd {
  background-color: #fff;
  padding: 5px;
  margin: 5px;
  box-shadow: 2px 2px 4px gray;
  border-radius: 5px;
}
.search_box dl dd:active {
  box-shadow: 2px 2px 4px gray inset;
  transform: translateY(2px);
}
.search_box dl dd a {
  text-decoration: none;
  color: #693908;
  font-weight: bold;
  cursor: pointer;
}
/* .search_box ul li:before
{
  content: '　';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/search-solid.svg);
  background-size: contain;
  vertical-align: middle;
  color: #f89174;
} */
.fb1 {
  width: 40%;
}
.fb2 {
  width: 60%;
}
.fb3 {
  width: 25%;
}
.fb4 {
  width: 50%;
}

/*------------------------ナビバー------------------------*/
.gnav_menu{
	-js-display: flex;
    display: flex;
}
.gnav_menu_li{
    margin-left: 30px;
}
.gnav_menu_li a{
    color: #fff;
    text-decoration: none;
	   cursor: pointer;
     font-weight: bold;
     font-size: 0.9em;
}

/*------------------------コンテナ------------------------*/
.container {
	width: 1000px;
	margin: 0 auto;
  }
.container2 {
	width: 840px;
	margin: 0 auto;
  }
.container_item {
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
  }
.con_aside {
	width: 25%;
	float: right;
	margin-right: 1%;
  }
.con_contents {
	width: 73%;
	float: left;
	margin-left: 1%;
  }

/*------------------------サイドバー------------------------*/
aside {
  margin: 30px 0;
  min-width: 250px;
  }
/* aside ul {
  line-height: 1.4em;
  font-weight: normal;
  }
aside ul li {
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #693908;
  }
aside ul li:first-child {
  border-top: 1px solid #693908;
  }
aside ul li:hover{
  background-color: #cbdcec;
  }
aside ul li a{
  font-size: 1.2em;
  color: #6a3906;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  } */
aside .bannar {
  min-width: 250px;
  cursor: pointer;
  }
aside .bannar .bbox{
  margin-bottom: 10px;
  }
aside .menu {
    margin: 2em 0;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  }
aside .menu .menu-title {
    font-size: 1em;
    background: #dad7d7;
    padding: 4px 4px 4px 8px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
aside .menu p {
  padding: 3px;
  margin: 0;
  font-size: 0.7em;
  }
aside ul {
  display: block;
  }
aside ul li {
  padding: 5px;
  border-bottom: 1px dotted;
  margin: 5px;
  }
aside ul li:last-child {
  border-bottom: none;
  }
aside ul li dl {
  display: flex;
  }
aside ul li dl dt {
  width: 30%;
  }
aside ul li dl dd {
  width: 70%;
  padding-left: 8px;
  }

/*------------------------セクション------------------------*/

section {
 margin: 0 auto;
  }
.bkgc1 {
 margin: 0 auto;
  }
.midashi {
	font-family: "Noto Sans Japanese";
    font-weight: bold;
    color: #693908;
    padding: 10px;
    font-size: 1.4em;
}

/*------------------------記事-----------------------*/
article {
    margin: 0 auto;
    max-width: 960px;
	margin-bottom: 15px;
	padding: 10px;
    background: #fff;
    /*box-shadow: 0 0 30px rgba(0,0,0,.1);*/
  }
article .box {
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  border: 1px solid #6a3906;
}
article .info_box {
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
article .box .block1 {
  width: 100%;
	padding: 20px;
	justify-content: space-between;
    vertical-align: middle;
}
article .box .block2 {
    width: 50%;
	padding: 20px;
	justify-content: space-between;
    vertical-align: middle;
}
article .box .block3 {
    width: 33%;
	padding: 20px;
	justify-content: space-between;
    vertical-align: middle;
}
article .box .block4 {
    width: 25%;
	padding: 20px;
	justify-content: space-between;
    vertical-align: middle;
}
article .box .ecblock {
    width: 25%;
	padding: 15px;
    vertical-align: middle;
}
article .info_box .info {
  width: 100%;
	height: 200px;
	padding: 20px;
	border: solid 1px #909090;
	overflow: scroll;
}
article .info_box .info h2 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
article .info_box .info p {
    font-size: 0.8em;
    line-height: 2.8em;
}
article .info_box .info p .op {
    color: #ffffff;
    background-color: #e34b4b;
    padding: 3px;
    border-radius: 5px;
}
article .info_box .info p .oshi {
    color: #ffffff;
    background-color: #2ca4a7;
    padding: 3px;
    border-radius: 5px;
}
article .info_box .info_room {
  width: 100%;
	padding: 20px;
	border: solid 1px #909090;
}
article .info_box .info_room h2 {
  margin: 10px;
  padding-left: 15px;
  border-left: solid 6px #D81A64;
}
/* Table
=========================================*/
.table02 {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
	font-size: 100%;
}
.table02 th {
	padding: 7px 7px;
	border: solid 1px #dddddd;

	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.table02 td {
	padding: 7px 7px;
	background: #ffffff;
	border: solid 1px #dddddd;
	text-align: center;
	vertical-align: middle;
  font-size: 0.8em;
}
.table02 .lv01 {
	background: #ffeaf3;
	font-weight: bold;
	vertical-align: middle;
}
.table02 .img .btn {
	display: block;
	padding: 2px 0;
}
.table02 .comment {
  color: #CF1C6E;
}
.aL {
    text-align: left !important;
}
/* Table
=========================================*/
.photoarea {
  position: relative;
  width: 650px;
  height: auto;
  margin: 20px auto;
  padding: 20px 20px;
  background: #f2f2f2;
}

article .box .other {
    width: 50%;
    padding-bottom: 15px;
	-js-display: flex;
	display: flex;
}
article .about {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
    width: 80%;
	margin: 0 auto;
}
article .about p {
	padding-top: 15px;
	line-height: 1.8em;
	font-size: 1em;
}
article .flex-1 {
	width: 90px;
}
article .flex-2 {
	flex: 1;
	padding-left: 20px;
}
article .box .other img {
    width: 100%;
}
article .box .other h2 {
    font-size: 1.2em;
	font-weight: bold;
}
article .box .other p {
    font-size: 0.9em;
}
article .kininaru {
    border: 3px solid #cccccc;
}
article .box2 {
  padding: 10px;
  width: 96%;
  border: 3px solid #f89174;
  background-color: #f9eddf;
}
article .box2 h3 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}
article .box2 dl {
  display: flex;
  text-align: center;
  margin-bottom: 10px;
}
article .box2 dt {
  width: 50%;
}
article .box2 dd {
  flex: 1;
}
.kabushiki {
  font-size: 1.2em;
  font-weight: bold;
}
.akiheya {
  color: #ffffff;
  background-color: #f36508;
  font-weight: bold;
  padding: 5px;
}
.akiheya:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-right: 5px;
  color: #ffffff;
}
.tel {
  font-size: 1.4em;
  font-weight: bold;
  color: #f36508;
}
.clip {
  color: #f308af;
  background-color: #cccccc;
  font-weight: bold;
  padding: 5px;
}
.clip:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  font-weight: 900;
  padding-right: 5px;
  color: #f308af;
}

/*-------------------EC、カルーセル----------------*/

.multiple {
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.multiple img {
	width: 70%;
}
.multiple div {
	margin: 0 30px;
}
.multiple .slick-next {
	right: 17px;�@z-index: 100;
}
.multiple .slick-prev {
	left: 23px; z-index: 100;
}

/*------------------------フッター------------------------*/
footer {
	width: 1220px;
	margin: 0 auto;
	color: #ffffff;
	padding: 30px;
  background-color: #917667;
  }
footer h1 {
	font-size: 1.4em;
  }
.f_box {
	display: flex;
}
.f_box_25 {
	flex: 1 0 25%;
	padding: 15px;
}
.f_box_25 ul {
	font-weight: bold;
}
.f_box_25 ul li {
	list-style: none;
	line-height: 3em;
}
.f_box_25 ul li a {
  text-decoration: none;
  color: #ffffff;
}
.f_box_area {
	width: 90%
}
.ftcap1 {
	font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}
.copyrt {
	text-align: center;
	margin-top: 30px;
	font-size: 0.9em;
}

/*------------------------sweepボタン------------------------*/
.hv-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hv-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedcdc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hv-sweep-to-right:hover, .hv-sweep-to-right:focus, .hv-sweep-to-right:active {
  color: #666666;
}
.hv-sweep-to-right:hover:before, .hv-sweep-to-right:focus:before, .hv-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[class^="hv-"] {
    margin: 1em;
    padding: 1em;
	width: 200px;
    cursor: pointer;
    background: #2098D1;
    text-decoration: none;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------Icon Forward?{?^??------------------------*/

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/*------------------------優待ボタン------------------------*/
.yutai_btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  color: #FFF  !important;
  font-size: 3em;
  font-weight: bold;
  background-color: #ff8b5f;
  transition: .4s;
  line-height: 1.4em;
}
.yutai_btn:hover {
  background-color: #FFC107;
  text-decoration: none;
}
.tac_btn {
	text-align: center;
	margin: 30px auto 30px;
}
.font_btn {
	font-size: 1.3em;
}

/*-----------------------ふわっとスクロール------------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*-----------------------スクロールで画像拡大-----------------------*/
#keyvisual {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
/*-----------------------スクロールで戻るボタン------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 30px;
	opacity: 0.7;
}
#page-top a:hover {
	opacity: 1.0;
}
