/* 共通ここから */
@font-face {
    font-family: "Hannari";
    src: url("Hannari.eot")  format("eot");	
	src: url("Hannari.otf")  format("otf");
	src: url("Hannari.woff")  format("woff");
}
*{
	margin:0;
	padding:0;
}
body{
	background-color:#ffffff;
	color: #333132;
	font-family:"Hannari","Noto Serif JP", serif,"Futura","Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
}
.wrap{
	overflow: hidden;
}
h1{
	font-size:180%;
	border-bottom: solid 1px #d6b99f;
}
h2{
	font-size:180%;
}
h3{
	font-size:120%;
}
p{
	line-height:1.8;
	margin-top: 1em;
}
.flex img{
	width:100%;
	height: auto;
}
/* トップここから */
.site_header{
	display: flex;
	position: fixed;
	align-items: center;
	width:100%;
	z-index:100;
	background-color: #d6b99f;
	padding: 20px 0;
}
.logo_menu{
	margin-left: 20px;
	width: 70px;
	height: 70px;
}
#menu-btn-check {
    display: none;
}
.hamburger-menu{
	margin-left: auto;
}
ul{
	list-style-type:none;
	line-height:1.8;
	display:flex;
}
nav ul{
	font-size:110%;
	font-weight: bold;
	padding-bottom:5px;
}
ul li{
	padding-left:10px;
	padding-right:10px;
}
nav a{
	text-decoration:none;
	color:#FFFFFF;
	padding:0.5em;
	transition: color 0.4s ease-out;
}
ul li a:hover{
	border-bottom:1px solid white;
}
.top_img{
	width:100%;
}
/* fugaここから */
.flex{
	display: flex;
	justify-content: space-around; 
	padding-top: 150px;
    margin-top: -150px;
	margin-top: 0px;
}
.flex_box1, .flex_box5, .flex_box4{
	width:40%;
	height: auto;
}
.flex_box2{
	width:40%;
	height: auto;
	margin: auto 0;
}
.flex_box3{
	width: 40%;
}
.flex_box4{
	display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
.aaa{
	text-align: center;
	margin-top: 150px;
}
a.btn,
a.btn2{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333132;
  border-radius: 0.5rem;	
}
a.btn {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #333132;
  border-radius: 0;
  background: white;
}
a.btn span {
  position: relative;
}
a.btn:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #d6b99f;
}
a.btn:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
/* roomここから */
.autoplay{
	margin-top: 150px;
}
.autoplay img{
	width: 100%;
	height: auto;
}
.brown{
	color: #d6b99f;
}
.border_room{
	padding-top: 1em;
	border-top: solid 1px #d6b99f;
}
/*質問ここから*/
#question-id{
	padding-top: 50px;
    margin-top: -50px;
}
.box_question{
	border: 1px solid #333132;
	width: 90%;
	height: auto;
	margin: 150px auto 0 auto;
	padding: 50px;
}
/*アクセスここから*/
.center{
	text-align: center;
}
footer{
	margin-top: 150px;
	padding: 20px 0;
	background-color: #d6b99f;
	color: white;
}
.flex-center{
	display: flex;
	justify-content: center;
}
.footer-box{
	margin: 20px auto;
}
.footer-box2{
	margin: auto;
}
.p_footer{
	padding-bottom: 2em;
	border-bottom: white solid 1px;
}
.copyright{
	padding: 25px 0;
	background-color: white;
	text-align: center;
}
.aaa2{
	align-items: center;
}
a.btn2 {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: black;
  border-radius: 0;
  background: #d6b99f;
}

a.btn2 span {
  position: relative;
}

a.btn2:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: white;
}

a.btn2:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.footer-box img{
	vertical-align: middle;
	padding-bottom: 15px;
}
.middle{
	margin-left: 0.3em;
	font-size: 150%;
	padding-bottom: 5px;
	line-height: 2;
	color: #333132;
}
/* 1024px以下の場合 */
@media(max-width : 1024px){
body{
	font-size:100%;
}
nav ul{
	font-size:80%;
	padding-top:30px;
	margin-right:0;
}
ul li{
	padding-left:10px;
	padding-right:10px;
}
nav a{
	text-decoration:none;
	padding:0.5em;

}
}
/* 599px以下の場合 */
@media(max-width : 599px){
.wrap {
	overflow: hidden;
}
body{
	font-size: 70%;
}
p{
	line-height: 1.5;
}
huwari{
	font-size: 70%;
}
h1{
	margin-top: 0px;	
}
header{
	height: 0;
}
.site_header{
	display: block;
	position: static;
	background:#FFF;
	width:0px;
	height:0px;
}
.flex img{
	margin-top: 30px;	
}
.flex{
	display: block;
	padding-top: 50px;
}
.flex_box4{
	display: block;
}
.flex_box2, .flex_box3, .flex_box4, .flex_box5{
	margin: 0 auto;
	width: 80%;
	height: auto;
}
.flex_box1{
	display: none;
}
.flex_box5{
	margin: 0 auto;
	width: 90%;
	height: auto;
}
.aaa{
	text-align: center;
	margin: 60px 0 10px 0;
}
.autoplay{
	margin-top: 60px;
}
.box_question{
	margin-top: 60px;
}
/*footerここから*/
footer{
	margin-top: 60px;
	font-size: 90%;
}
a.btn2{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333132;
  border-radius: 0;	
}
.aaa2{
	text-align: center;
}
.flex-center{
	display: block;
}
.footer-box, .footer-box2{
	margin: 0 auto;
	width: 80%;
}
iframe{
	margin-bottom: 30px；
}
/* ハンバーガーメニュー */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #d6b99f;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
/*×マークにする*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
/*チェックボックス非表示*/
#menu-btn-check {
    display: none;
}

/*ハンバーガーメニュー実装ここから*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #d6b99f;
}
nav{
	width:100%;
}
.menu-content ul {
    padding: 70px 10px 0;
	display: block;
}
.menu-content ul li {
    border-bottom: solid 1px #333132;
    list-style: none;
	display: block;
}
.menu-content ul li a,top-botton{
    display: block;
    width: 100%;
    box-sizing: border-box;
    color:#333132;
    text-decoration: none;
    padding: 9px 50px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #333132;
    border-right: solid 2px #333132;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
/*クローズここから*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #d6b99f;
    transition: all 0.5s;/*アニメーション設定*/
}

/*オープンここから*/
#menu-btn-check:checked ~ .menu-content {
    left:0%;/*メニューを画面内へ*/
}
/*グロナビ非表示*/
.fuga, .room, .food, .access, .contact, .reservation{
	display:none;
}
}