@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Lato:100,300,400,700,900);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

li {
    list-style:none;

}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #5B4D2F;
	text-decoration: none;
}

a:visited {
  color: #5B4D2F;
  text-decoration: none;
}

a:hover {
  color: #5B4D2F;
  text-decoration: none;
}

a.hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

.s_font{
	font-size: 70%;
}
.m_font{
	font-size: 80%;
}

.l_font{
	font-size: 120%;
	font-weight: bold;
}

.red{
	color: #FB1C20;
}

.bold{
	font-weight: bold;
}

html {
  position: relative;
}

body {
  line-height: 1.7;
  font-size: 16px;
  color: #533920;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic ,"Noto Sans JP", Lato, "ヒラギノ角ゴ ProN"
;
  -webkit-text-size-adjust: 100%;
	position: relative;
}

.sp {
        display: none;
 }

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

header  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: .3s;
  background-color:rgba(255,255,255,1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

header .h_box  {
width: 860px;
margin: 0 auto;

}

#logo{
  float:left;
  width:200px;
  margin: 16px 0 8px 0;
}

#logo img{
    width:100%;
}
	
.btn-gNav{
		display: none;	
}

header nav{
	width:570px;
	float: right;
}

header h1{
	font-size: 13px;
	text-align: right;
	margin: 5px 0 0 0;
	letter-spacing: 0.1em;
	font-weight: 500;
}

header nav ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
#gNav .gNav-menu li a {
    display: block;
    font-weight: 700;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic ,"Noto Sans JP", Lato, "ヒラギノ角ゴ ProN";
    font-size: 110%;
}

#gNav .gNav-menu li a:hover{
		opacity: .6;
}

.nav_btn{
    background-color: #5BC8AC;
    padding: 3px 12px;
    border-radius: 30px;
    margin-top: -5px;
}

.nav_btn a{
	color: #fff;
	font-size: 80%;
}
.nav_btn :hover{
	opacity: .6;
}

.menu>li:hover {
  transition: all .5s;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
	width: 150px;
	margin-left: -30px;
	text-align: center;
 font-size: 90%;
    background: rgba(255,255,255,0.8);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	padding: 8px 0;
}

li.menu__single:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
	text-align: center;
}

.menu > li:hover {
    background: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
	float: left;
	padding: 10px 0 0 20px;
	text-align: center;
}

.menu__second-level li a:hover {
    
}

#fixed_btn{
	display:none;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    font-size: 100%;
	z-index: 100;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
	padding-top: 10px;
	margin-right: 13px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #533920;
	box-sizing: border-box;
}

#Copyright {
  font-size:11px;
  text-align: center;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	opacity: 0.8;
  }



@media screen and (max-width: 880px) {

body{
   width:100%;
   font-size:90%;
}

main{
	overflow:hidden;
}
	
header .h_box  {
width: 100%;
margin: 0 auto;
}

#logo{
  float:left;
  width:150px;
  margin: 16px 0 8px 2%;
}

header nav{
	width:520px;
	float: right;
	margin-right: 15px;
}

header h1{
	font-size: 10px;
	margin: 3px 0 0 0;
}

header nav ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

#gNav .gNav-menu li a {
    display: block;
    font-weight: 700;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic ,"Noto Sans JP", Lato, "ヒラギノ角ゴ ProN";
    font-size: 115%;
}

li.menu__single:hover ul.menu__second-level {
    top: 63px;
}

#page-top a {
	padding-top: 13px;
	font-size: 120%;
}
}


@media screen and (max-width: 767px) {
	
body{
   width:100%;
   font-size:80%;
}

.pc {
        display: none;
}
.sp {
        display: block;
}
	

#hamburger .btn-gNav{
  position: fixed;
  top: 13px;
  right: 15px;
  width: 34px;
  height: 26px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3a3a3a;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
	
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #3a3a3a;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
	
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 8px;
  background :#3a3a3a;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -110%;
  width: 100%;
  height: 100vh;
  background:rgba(255,255,255,0.90);
  font-size: 20px;
  box-sizing: border-box;
  z-index: 2;
  padding: 15px 0;
  transition: .3s;
	margin-right: 0;
}
	
#gNav.open{
  right: 0px;
}

#gNav .gNav-menu{
  flex-direction: column;
  text-align: center;
}

#gNav .gNav-menu li {
    display: block;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}
#gNav .gNav-menu li:first-of-type{
	padding-top: 60px;
}

#gNav .gNav-menu li a {
    font-size: 110%;
    font-weight: bold;
}
#logo {
    margin-top: 10px;
    margin-left: 2%;
	margin-bottom: 5px;
}
#logo img {
    width: 140px;
}
	
h1{
	display: none;
}

	
.btn-gNav{
		display: block;	
}
	
.nav_btn{
    width: 50%;
    margin-top: 0px;
	margin: 0 auto;
	padding-bottom: 0px;
}
#gNav .gNav-menu .nav_btn{
    padding-bottom: 5px;
}
	
#fixed_btn{
	display: block;
	position: fixed;
	background-color:rgba(255,255,255,0.9);
	width:100%;
	bottom:0;
	padding:11px 0 10px 0;
	 box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .2);
	z-index: 101;
}
	
#sp_reserve_btn{
	background-color:#5BC8AC;
	width:92%;
	margin:0 4%;
	text-align: center;
	border-radius: 30px;
}
	
#sp_reserve_btn a{
	width:100%;
	color: #ffffff;
	text-align: center;
	line-height: 2.4em;
	font-size: 130%;
	letter-spacing: 0.1em;
	font-weight: 600;
}
	
	#page-top a {
    font-size: 140%;
    padding-top: 13px;

}
}