@media screen and (max-width: 499px) {
  body, html {
    font-family: "Montserrat", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #of {
    display: none !important;
  }
  header {
    padding: 10px;
    background: skyblue;
  }
  #nav-drawer {
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: relative;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span {
    position: absolute;
    height: 2px; /*線の太さ*/
    width: 30px; /*長さ*/
    border-radius: 3px;
    background: #212121;
    display: block;
    content: '';
    cursor: pointer;
    transition: .2s;
    z-index: 9999;
  }
  #nav-open span:nth-of-type(1) {
    top: 0;
  }
  #nav-open span:nth-of-type(2) {
    top: 10px;
  }
  #nav-open span:nth-of-type(3) {
    bottom: 0;
  }
  #nav-open.open span:nth-of-type(1) {
    background: #212121;
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open.open span:nth-of-type(2) {
    opacity: 0;
    background: #212121;
  }
  #nav-open.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background: #212121;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    opacity: 0.90;
    color: #595757;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9997; /*最前面に*/
    width: 100%;
    /*max-width: 330px;/*最大幅（調整してください）*/
    background: #fff; /*背景色*/
    transition: .3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%); /*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }
  #nav-content li img {
    position: absolute;
    width: 100px;
    margin: auto;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #nav-drawer ul {
    align-items: center;
    display: inline;
    justify-content: space-between;
    list-style-type: none;
    font-size: 16px;
    color: #595757;
    margin: auto 0 auto 0;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  #nav-drawer ul li a {
    text-decoration: none !important;
    -webkit-text-decoration-skip: none;
    color: #595757;
    letter-spacing: 2px;
    font-weight: 500;
    transform: scale(0.9, 1);
    position: relative;
    display: block;
    padding: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }
  #nav-drawer ul li {
    border-bottom: 3px dotted #ccc;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    position: relative;
    /*
  padding-left: 60px;
  */
  }
  #nav-drawer ul li.HEAD_bb a {
    font-size: 14px;
  }
  #nav-drawer .list_SNS {
    margin: auto;
  }
  #nav-drawer .list_SNS a {
    display: inline-block;
  }
  #nav-drawer .SNS {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    border-bottom-style: none;
  }
  #nav-drawer .SNS a {
    text-decoration: none;
    -webkit-text-decoration-skip: none;
    color: #595757;
    transform: scale(1, 1) !important;
  }
  header #G_Navi {
    display: none;
  }
  #Outer_fixed {
    display: none;
  }
  #sw {
    display: none;
  }
  #mb_title {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .title_logo img {
    max-width: 50%;
    max-height: 50%;
    z-index: 2;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
  }
  .mb_button-scroll img {
    max-width: 30%;
    max-height: 30%;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto 20px auto;
  }
  .BGI {
    /*height: 100%;*/
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
  .BGI img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #title_BGI {
    height: 100%;
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
  #title_BGI img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container {
    width: 90%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }
	 #Reserve .container {
     width: 90%;
   }
	
  #Guri .container h2, h3, h4 {
    text-align: center;
  }
  #Guri h2 {
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 1vw;
    color: #595757;
  }
  #Guri .container h3 {
    border-bottom-style: solid;
    border-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #Access h4 {
    letter-spacing: 5px;
    transform: scale(0.9, 1);
    font-size: 30px;
  }
  #Guri .container p.JP {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #Guri .container p.breakfast_sign {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #Guri .container p.breakfast {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #Guri .container p.breakfast_JP {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #Guri p.under_sign {
    font-size: 13px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #Guri .container p.EN {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #Guri .container p.EN_text {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  #Guri .container p.EN_text_2 {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
  #Guri .container p.EN_text_3 {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #Guri .container p.JP_adress, p.JP_tel, p.JP_room {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #Guri .container p.access_title {
    font-weight: bold;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #Guri .container p.JP_room2 {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  #Guri .container p.JP_notice {
    font-size: 8px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #Guri .container p.breakfast_notice {
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #Guri .container p.JP_access {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #Guri .container p.JP_adress a {
    color: #539da0 !important;
    text-decoration-color: none !important;
  }
  #Guri .container p.EN_access, p.EN_room {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #Guri .container p.sign {
    font-size: 13px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
	
	
   #Guri .banner ul{
	   width: 100%;
       display: flex;
	   justify-content: center;
	   align-items: center;
	   margin: 0;
	   padding: 0;
   }	 
	 
   #Guri .banner ul li{
	   list-style: none;
   }	
   #Guri .banner ul li:nth-of-type(1){
	   margin-right: 10px;
   }	 
   #Guri .banner ul li:nth-of-type(2){
	   margin-left: 10px;
   }	 
	 	 
   #Guri .banner ul li img{
       max-width: 100%;
	   width: 100%;
	   height: auto;
   }		 
	 
   #Guri .banner .att{
	   text-align: center;
	   font-size: 15px;
		margin-bottom: 40px;
		margin-top: 20px;
   }		 
	 
	
	
	
	
	
	
	
	
	
	
  #hb {
    height: 100%;
    width: 100%;
  }
  .hb-searched-summary {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 90px;
    padding: 15px;
    padding-bottom: 0px;
    transition: background 0.5s;
  }
  .hb-search-result-title-section {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 90px;
    padding: 15px;
    padding-bottom: 0px;
    transition: background 0.5s;
  }
	
	
	
	
	
	
	
	
	
	
	* {
  	     box-sizing: border-box;
	}
	 
	 #optima{
		 margin-top: 30px;
	 }	 
	 
	 #optima #searchBox{
	   width: 100%;
	   text-align: center;
	   margin: 0 auto;
	   padding: 40px 10px 30px;
	   border: 1px solid #888;
	   border-radius: 5px;
	   background: rgba(33, 33, 33, 0.8);
	 }
	 
	 #optima #searchBox fieldset{
		 margin: 0 0 20px;
		 padding: 0;
		 border:none;
	 }
	 #optima #searchBox legend{
		 text-align: left;
		 color: #fff;
		 font-weight: bold;
	 }
	 
	 #optima #searchBox .number{

	 } 
	 #optima #searchBox .number .adults{
		float: left;
    	width: 48%;
	 } 	 
	 #optima #searchBox .number .children{
		float: right;
    	width: 48%;
	 } 
	 
	#optima #searchBox input[type="text"],#optima #searchBox select{
		border-color: #999999;
		border-width: 1px;
		border-radius: 4px;
		width: 100%;
		height: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff!important;
	}

	#optima #searchBox select{
		-webkit-appearance:none;
	}	
	
	#optima #searchBox input[type="submit"] {
		width: 50%;
		background: #2c9ac1;
		color: #fff;
		border-radius: 4px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 17px;
		padding-bottom: 17px;
		font-size: 16px;
		font-weight: bold;
		
		border: none;
		cursor: pointer;
		transition: background 0.4s;
	}
	 
	#optima #searchBox input[type="submit"]:hover {
    	background: #35cca3;
	}
	
	
	
	
	#Reserve{
		margin-bottom: 50px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
  #ACCESS {
    position: relative;
    padding-bottom: 56.25％;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ACCESS iframe, #ACCESS object, #ACCESS embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer {
    background-color: #f3f3f3;
  }
  p.footer {
    padding-top: 20px;
    height: 20px;
    width: 100%;
    background-color: #f3f3f3;
    color: #a2a2a2;
    font-size: 8px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
  }
  table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-collapse: collapse;
  }
  table, table th, table td {
    border: 2px #000000 solid;
  }
  table th {
    text-align: center;
    vertical-align: top;
    padding-top: 50px;
    text-align: center;
    padding: 0;
  }
  table td {
    height: 50px;
    text-align: center;
    font-size: 11px;
    transform: scale(0.8, 1);
    font-weight: 600;
  }
  table th p.then {
    margin-top: 20px;
  }
  table th p.then {
    font-size: 10px;
  }
  #Top_fixed {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9998;
    display: none;
  }
  #Top_fixed a {
    display: block;
    text-decoration: none;
    -webkit-text-decoration-skip: none;
  }
  #Top_fixed:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
  }
  .BGI p.mb_content_jp {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    left: 0;
    right: 0;
    top: 45%;
  }
  .BGI p.mb_content_en {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    left: 0;
    right: 0;
    top: 52%;
  }
  p.content_jp {
    display: none;
  }
  p.content_en {
    display: none;
  }
  #about_link {
    display: none;
  }
  #cafe_link {
    display: none;
  }
  #bb_link {
    display: none;
  }
  #reserve_link {
    display: none;
  }
  .button01 {
    display: block;
    width: 150px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-decoration: none;
    -webkit-text-decoration-skip: none;
    text-align: center;
    background-color: #539da0; /*ボタン色*/
    border-radius: 5px; /*角丸*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .swiper-custom-parent {
    width: 100%;
    position: relative;
  }
  .swiper-container2 {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container2 .swiper-slide img {
    width: 100%;
    background-position: center center;
    /*background: url("../img/concept_background.png") no-repeat*/
    background-size: cover;
  }
  .hb-search-fields.hb-clearfix {
    width: 280px !important;
    text-align: center;
    margin: 75px auto 110px;
    padding: 40px 10px;
    border: 1px solid #888;
    border-radius: 5px;
    background: rgba(33, 33, 33, 0.8);
  }
  label[for="hb-form-1-check-in-date"], label[for="hb-form-1-check-out-date"], label[for="hb-form-1-children"], label[for="hb-form-1-adults"] {
    font-weight: bold;
    color: #fff !important;
  }
  .hb-vertical-search-form .hb-searched-summary p, .hb-vertical-search-form .hb-check-dates-wrapper, .hb-vertical-search-form .hb-people-wrapper, .hb-vertical-search-form .hb-search-button-wrapper {
    margin-right: 0%;
    width: 100%;
  }
  .hbook-wrapper input[type="text"], .hbook-wrapper input[type="number"], .hbook-wrapper select, .hbook-wrapper textarea {
    background: white !important;
  }
  .hb-vertical-search-form:not(.hb-narrow-search-form) .hb-search-button-wrapper input {
    width: 50% !important;
  }
  input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
  .hb-booking-search-form, .hb-accom-list, .hb-booking-details-form {
    margin-bottom: 60px !important;
  }
  p.sign_footer {
    padding-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
  }
  p.termsofservice_JP {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  p.termsofservice_EN {
    text-align: left;
    font-size: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  p.termsofservice_JP_2 {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
  }
  p.termsofservice_EN_2 {
    text-align: left;
    font-size: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  p.termsofservice_JP_3 {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
  }
  p.termsofservice_EN_3 {
    text-align: left;
    font-size: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  #footer_container {
    width: 90%;
    color: black;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    vertical-align: middle;
  }
  #Guri p.under_sign_pre {
    font-size: 13px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .button02 {
    display: block;
    width: 180px;
    height: 40px;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 40px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 80px;
    text-decoration: none;
    -webkit-text-decoration-skip: none;
    text-align: center;
    background-color: #539da0; /*ボタン色*/
    border-radius: 5px; /*角丸*/
    -wbkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  p.under_sign a {
    text-decoration-color: none !important;
    color: #539da0 !important;
  }
  #Guri .container p.EN_text_table {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .kiyaku {
    font-size: 13px;
    text-decoration-color: none !important;
    color: #539da0 !important;
  }
  .kiyaku:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
  }
  .kiyaku_EN {
    font-size: 10px;
    line-height: 1.8;
    text-decoration-color: none !important;
    color: #539da0 !important;
  }
  .kiyaku_EN:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
  }
  .video {
    text-align: center;
    margin-bottom: 40px;
  }
  .youtube {
    width: 100%;
  }
  img.breakfast_img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}