/*===============　幅768px以下の場合に適用　===============*/
@media screen and (max-width:767px) {
  body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    text-align: center;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 14px;
  }
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  .dsktp {
    display: none !important;
  }
  .cb-header {
    display: none;
  }
	
	.header{
		display: none;
	}

  .logo {
    width: 100%;
    height: auto;
    float: left;
    background: rgba(0, 0, 0, 1);
    padding-top: 20px;
    z-index: -99;
  }
  .logo a {
    background: url("../img/logo.png") no-repeat;
    background-size: contain;
    display: block;
	  margin: 0 0 8px 0;
	  margin-left: -30px;
	  height: 60px;
  }
  .logo img {
    visibility: hidden;
    padding-top: 10px;
  }
	
  /*ナビ*/
  #top-head {
    position: fixed;
	  width: 100%;
  }
  #nav-toggle {
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  #global-nav {
    min-width: 370px;
  }
  #global-nav ul {
    display: none;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  .open #global-nav ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  /*@media screen and (max-width: 640px) {*/
  .top-head-inner {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 30px;
    background: #1B2E58;
    padding: 13px;
  }
  /* Fixed reset */
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #global-nav{
    position: absolute;
    z-index: auto;
    /* 開いてないときは画面外に配置 */
    top: -480px;
    background: rgba(0,50,128,0.8);
    width: 100%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: fixed;
	  left: 0;
	  right: 0;
	  border: solid 1px #fff;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 0 1%;
  }
  #global-nav ul li {
    float: none;
    position: static;
    width: 50%;
    float: left;
    font-size: 16px;
    padding: 15px 0 30px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
  }
  #global-nav ul li:nth-child(even) {
    border-right: none;
    width: 49%;
  }
  #global-nav ul li:nth-last-child(2) {
    border-bottom: none;
  }
  #global-nav ul li:last-child {
    border-bottom: none;
  }
  #global-nav ul li:nth-last-child(2), #global-nav ul li:last-child {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
  }
  #global-nav ul li:last-child img {
    width: 70%;
    height: auto;
  }
  #global-nav ul li:last-child img a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    border-left: none;
    text-decoration: none;
  }
  #global-nav ul li a:hover {
    text-decoration: none;
    color: #1B2E58;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
	
	.sns_border{
		border-radius: 5px;
		border: solid 1px #fff;
		padding: 10px 20px;
	}
	
  .scrolldown {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -100px auto 0;
    text-align: center;
    z-index: 100;
  }
  .scrolldown a {
    padding-top: 70px;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .scrolldown a:hover {
    text-decoration: none;
  }
  .scrolldown a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  .search {
    width: 100%;
    height: auto;
    background: url("../img/search_bg.jpg");
    background-size: cover;
    padding: 10px 0;
    margin: auto;
    text-align: center;
  }
  .search1, .search2 {
    width: auto;
    margin: 0 auto;
    margin-bottom: 1px solid #fff;
    color: #000;
    font-size: 20px;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    line-height: 40px;
  }
  .search_t {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    color: #1B2E58;
  }
  .search2 {
    padding-top: 10px;
  }
  .day {
    display: table;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
  }
  .day dd select {
    height: 35px;
    font-size: 120%;
    padding: 3px 10px;
    color: #563E1F;
  }
  .day dt {
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  }
  .choice {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  }
  .choice, .search_btn {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #1B2E58;
    margin: 10px auto;
  }
  .checkin select, .checkout select, .room select {
    height: 30px;
    border: 1px solid #023E57;
    font-size: 100%;
    padding: 3px 10px;
    color: #0E7C79;
    /*background: transparent;*/
  }
  .checkin, .checkout, .room, .choice {
    font-size: 18px;
    color: #023E57;
  }
  .checkout {
    width: 60%;
    margin: 20px auto 0;
  }
  .checkout dd {
    display: inline;
  }
  .meal {
    margin-bottom: 50px;
  }
  .meal select {
    padding: 3px 10px;
    font-size: 120%;
  }
  .submit {
    height: 50px;
    font-size: 100%;
    padding: 10px 30px;
    color: #0E7C79;
    background: #066;
    color: #fff;
    border: 1px solid #066;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border-radius: 25px;
  }
  .submit:hover {
    background: #FAAE21;
    border: 1px solid #FAAE21;
  }
  .cansel {
    font-size: 14px;
    padding: 10px;
  }
  .cansel a {
    color: #066;
    text-decoration: underline;
  }
  .cansel img {
    padding-top: 20px;
  }
  .room {
    margin-top: 10px;
  }
	
.checkin, .checkout, .s_room, .choice {
	display:inline-block;
	font-size:14px;
	margin-right:20px;
	color:#563E1F;
}

.checkin select, .checkout select, .s_room select {
	height:40px;
	border:1px solid #563E1F;
	font-size:120%;
	padding: 3px 10px;
	color:#563E1F;
	/*background: transparent;*/
}

.submit{
	width: 70%;
	font-size:80%;
	padding: 10px;
	background: #563E1F;
	color:#fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius:20px;
	border: 1px solid #563E1F;
	margin: 10px auto 0;
	display: block;
}
.cansel{
	margin-bottom: 20px;
}
.cansel a{
	font-size: 18px;
	text-decoration: underline;
}
.submit:hover{
	background:#1B2E58;
	border: 1px solid #1B2E58;
	text-decoration: none;
}


.bestrate{
	width: 95%;
	display: table;
	margin: 0 auto 15px;
}
  /*
===== button ===========================
*/
  button {
    border: 2px solid #455DA8;
    color: #fff;
    position: relative;
    margin: 2rem 1rem;
    padding: 1rem 2rem;
    font-size: 1.15rem;
    background-color: transparent;
    cursor: pointer;
  }
  button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.6rem;
    top: -.6rem;
    z-index: -1;
    background-color: #1B2E58;
    transition: all 200ms ease-out;
  }
  button:hover::before {
    top: 0;
    left: 0;
  }
  .button--bop:active {
    transform: translateY(3px);
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .arrow:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
  }
  .link_btn {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin-top: 40px;
  }
  .link_btn a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 10px 40px;
    color: #333;
  }
  .link_btn a:hover {
    background: #455DA8;
    border: 1px solid #455DA8;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  h1 {
    font-size: 20px;
    text-align: center;
    width: 95%;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #333;
  }
  h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
    color: #000;
    clear: both;
  }
  h3 {
    font-size: 25px;
    text-align: center;
    padding: 20px 0;
    margin-top: 100px;
  }
  h4 {
    font-size: 20px;
    text-align: left;
    color: #2E1D05;
  }
  ::selection {
    background: #FDA91E;
    color: #fff;
  }
  ::-moz-selection {
    background: #FDA91E;
    color: #fff;
  }
  /*
===== footer ===========================
*/
  .footer {
    background: #faf9f5;
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
  }
	
	
  .sitemap {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
  }
  .sitemap span, .sitemap2 span {
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 10px;
    color: #2E1D05;
    display: block;
  }
  .sitemap ul {
    margin: 0 5px;
    display: block;
  }
  .sitemap ul li {
    padding: 5px;
    border: 1px solid #2E1D05;
    width: 50%;
    height: auto;
    margin: 5px 0;
    list-style: none;
    display: inline-block;
  }
  .sitemap a {
    font-size: 12px;
    color: #2E1D05;
    width: 100%;
    text-decoration: none;
    text-align: center;
  }
  .sitemap a:hover {
    color: #C60;
  }
  .sitemap2 {
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
  }
  .sitemap2 span {
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .sitemap2 ul {
    text-align: center;
    margin-bottom: 15px;
  }
  .sitemap2 ul li {
    display: inline-block;
    height: 14px;
  }
  .sitemap2 ul li a {
    color: #2E1D05;
    font-size: 12px;
    border-right: 1px solid #999;
    padding: 0 8px 0 5px;
    line-height: 14px;
  }
  .sitemap2 ul li a:hover {
    text-decoration: none;
    color: #fff;
  }
  .sitemap2 p {
    display: inline-block;
    margin-top: 10px;
  }
  .sitemap2 p a {
    color: #2E1D05;
    font-size: 12px;
    line-height: 14px;
  }
  .sitemap2 p a:hover {
    text-decoration: none;
    color: #fff;
  }
	
	
  .footer_img img {
    width: 100%;
    height: auto;
  }
  .footer_info {
    text-align: center;
  }
  .footer_info p {
    padding: 5px 0 130px;
    color: #666;
    display: block;
    text-align: center;
  }
  #page-top {
    position: fixed;
    right: 5px;
    font-size: 77%;
    z-index: 1000;
  }
  #page-top a {
    /*background: url("../img/top.png");*/
    text-decoration: none;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  #page-top img {
    width: 60px;
    height: auto;
  }
  #bbq-top {
    position: fixed;
    right: 5px;
    font-size: 77%;
    z-index: 1000;
  }
  #bbq-top a {
    /*background: url("../img/top.png");*/
    text-decoration: none;
    display: block;
  }
  #bbq-top a:hover {
    text-decoration: none;
  }
  #bbq-top img {
    width: 100px;
    height: auto;
  }
  /* Bounce In */
  .hvr-bounce-in {
    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.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }
  .page_ttl {
    font-size: 26px;
	  font-weight: bold;
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  .page_ttl span {
    font-size: 40px;
    display: block;
    line-height: 44px;
  }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }
	

.access_map2{
	width: 100%;
	margin: 0 auto 50px auto;
		height: 600px;
}

.access_map2:before{
	content: "Hotel info";
	color: #a8a088;
	font-size: 26px;
	line-height:26px;
}
	
	.access_map2 img{
		margin: 0 auto;
		display: block;
		width: 100%;
	}	

.access_map2 div {
	background: #edeae1;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.access_map2 div span {
	font-size: 26px;
	font-weight: bold;
	padding:26px 0;
}

.access_map2 div p {
	font-size:16px;
	margin: 0 auto;
	w
}


}

















/*===============　幅769px以上の場合に適用　===============*/
@media screen and (min-width:768px) {
  /*
===== 1: universal reset =================================
*/
  body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    text-align: center;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background-repeat: no-repeat;
    background-position: center top;
  }
  /*
===== 2: body and base setting ===========================
*/
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
  }
  /*
===== 3: link setting ===========================
*/
  a {
    outline: none;
  }
  a:link {
    color: #336600;
    text-decoration: none;
    outline: none;
  }
  a:visited {
    color: #336600;
    text-decoration: none outline: none;
  }
  a:hover {
    color: #455DA8;
    text-decoration: underline;
    outline: none;
  }
  /*
===== 4: form setting ===========================
*/
  option {
    padding-right: 10px;
  }
  * + html option {
    padding-right: 0;
  } /* for IE7&Opera */
  * html option {
    padding-right: 0;
  } /* for IE6 */
  /*
===== 5: form setting ===========================
*/
  h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
    padding: 0; /* margin&padding reset */
    line-height: 1.6; /* base line height */
    text-align: left;
    display: block;
    margin: 0px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
  }
  table {
    margin: 0;
    empty-cells: show;
    font-size: small;
  }
  hr, .areaAnchor, .anchor {
    display: none;
  }
  img {
    border: none; /* img do not want a border */
    vertical-align: top;
  }
  li {
    list-style: none;
  } /* link do not want a dot */
  /*
===== 6: onoff ===========================
*/
  /*#onoff a:hover img {
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: #fff;
}

#onoff #mainmenu2 a:hover img {
  opacity:1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background: #fff;
}

#onoff .fadein a:hover img {
  opacity:1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background: #fff;
}*/
  /*
===== 7: clearfix ===========================
*/
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }
  h1 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding: 30px 0;
  }
  h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
    color: #000;
  }
  h3 {
    font-size: 50px;
    text-align: center;
    padding: 30px 0 0;
	  font-size: 400%;
	  padding-bottom: 10px;
    margin-top: 100px;
  }
  h4 {
    font-size: 30px;
    text-align: left;
  }
  ::selection {
    background: #1B2E58;
    color: #fff;
  }
  ::-moz-selection {
    background: #1B2E58;
    color: #fff;
  }
	
	
  /*
===== loading ===========================
*/
  /*
===== scrolldown ===========================
*/
  .scrolldown {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -100px auto 0;
    text-align: center;
    z-index: 100;
  }
  .scrolldown a {
    padding-top: 70px;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .scrolldown a:hover {
    text-decoration: none;
  }
  .scrolldown a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  /*
===== header ===========================
*/
  .header {
    width: 100%;
    height: 80px;
    position: absolute;
    padding-top: 20px;
    z-index: 100;
    min-width: 700px;
	  background: rgba(0,0,0,0.5)
  }
  .logo {
    width: 300px;
    height: 57px;
    float: left;
    /*padding-left: 30px;*/
    display: block;
  }
  .logo a {
    background: url("../img/logo.png") no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 57px;
    overflow: hidden;
	  
  }
  .logo img {
    visibility: hidden;
	  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	  
  }
  ul.nav {
    display: block;
    height: 40px;
    margin-top: 14px;
    margin-left: 100px;
    min-width: 700px;
    text-align: right;

  }
  ul.nav li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    white-space: nowrap;
  }
	
	  ul.nav li:first-child {

  }
	
  ul.nav li a {
    display: block;
    text-decoration: none;
    font-size: 120%;
	  color: #fff;
  }
  ul.nav li a:after {
    border-bottom: solid 2px #455DA8;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
  }
  ul.nav li a:hover::after {
    width: 100%;
  }
  ul.nav li a span {
    display: block;
    font-size: 60%;
  }
  ul.nav li:last-child {
    background: #1C9C8E;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	  padding: 5px 20px;
	  margin-top: -6px;
  }
	
	
  ul.nav li:last-child:hover {
    background: #455DA8;
    color: #000;
  }
	
	
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
	z-index: 9999;
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab > i {
color: #fff;
  font-size: 28px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}

.fab.red {
  background: #F44336;
}

.fab.pink {
  background: #E91E63;
}

.fab.purple {
  background: #9C27B0;
}

.fab.deep-purple {
  background: #673AB7;
}

.fab.indigo {
  background: #3F51B5;
}

.fab.blue {
  background: #2196F3;
}

.fab.light-blue {
  background: #03A9F4;
}

.fab.cyan {
  background: #00BCD4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4CAF50;
}

.fab.light-green {
  background: #8BC34A;
}

.fab.lime {
  background: #CDDC39;
}

.fab.yellow {
  background: #FFEB3B;
}

.fab.amber {
  background: #FFC107;
}

.fab.orange {
  background: #FF9800;
}

.fab.deep-orange {
  background: #FF5722;
}

.fab.brown {
  background: #795548;
}

.fab.grey {
  background: #9E9E9E;
}

.fab.blue-grey {
  background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
	
	
	

  /*
===== search ===========================
*/
  .search {
    width: 100%;
    height: auto;
    background: url("../img/search_bg.jpg");
    background-size: cover;
    padding: 10px 0;
  }
  .search1, .search2 {
    width: auto;
    margin: 0 auto;
    min-width: 960px;
    margin-bottom: 1px solid #fff;
    color: #000;
    font-size: 20px;
    min-width: 1060px;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
  }
  .search_t {
    font-size: 28px;
    color: #1B2E58;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 50px;
    padding: 0;
    height: ;
    display: block;
    text-align: center;
  }
  .search2 {
    padding-top: 10px;
  }
  .day {
    display: inline-block;
    /*padding-bottom:10px;*/
    border-bottom: 1px solid #fff;
    vertical-align: middle;
  }
  .day dt, .day dd {
    float: left;
    margin: 0 10px;
    font-size: 18px;
    line-height: 40px;
  }
  .day dd select, .choice select {
    height: 40px;
    border: 1px solid #000;
    font-size: 120%;
    padding: 3px 10px;
    color: #000;
    margin-bottom: 10px;
  }
  .choice dt {
    float: left;
    margin-right: 10px;
    line-height: 40px;
  }
  .choice, .search_btn {
    display: inline-block;
  }
  .checkin, .checkout, .room, .choice {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    color: #023E57;
  }
  .checkin select, .checkout select, .room select {
    height: 40px;
    border: 1px solid #023E57;
    font-size: 120%;
    padding: 3px 10px;
    color: #0E7C79;
    /*background: transparent;*/
  }
  .meal dt {
    display: inline;
  }
  .submit {
    height: 50px;
    font-size: 100%;
    padding: 10px 30px;
    color: #0E7C79;
    background: #066;
    color: #fff;
    margin-left: 20px;
    border: 1px solid #066;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border-radius: 25px;
  }
  .submit:hover {
    background: #1B2E58;
    border: 1px solid #1B2E58;
  }
  .cansel {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
  }
  .cansel a {
    color: #066;
    text-decoration: underline;
  }
  .cansel img {
    vertical-align: bottom;
    padding-top: 5px;
  }
  .invisible {
    transition: opacity 0.5s ease;
    opacity: 0.0;
  }
  .visible {
    transition: opacity 0.5s ease;
    opacity: 1.0;
  }
	
.checkin, .checkout, .s_room, .choice {
	display:inline-block;
	font-size:18px;
	margin-right: 10px;
	color:#000;
}

.checkin select, .checkout select, .s_room select {
	height:40px;
	border:1px solid #1B2E58;
	font-size:120%;
	padding: 3px 10px;
	color:#000;
	/*background: transparent;*/
}

.submit{
	height:50px;
	font-size:100%;
	padding:10px 30px;
	color:#0E7C79;
	background: #1B2E58;
	color:#fff;
	margin: 0 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius:25px;
	border: 1px solid #1B2E58;
}
.cansel a{
	font-size:100%;
	padding:10px 30px;
	color:#0E7C79;
	background:#1B2E58;
	color:#fff;
	margin:0 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	border-radius:25px;
	border: 1px solid #1B2E58;
}
.submit:hover, .cansel a:hover{
	background:#fff;
	color: #1B2E58;
	border: 1px solid #1B2E58;
	text-decoration: none;
}


	
  /*
===== button ===========================
*/
  button {
    border: 2px solid #455DA8;
    color: #fff;
    position: relative;
    margin: 2rem 1rem;
    padding: 1rem 2rem;
    font-size: 1.15rem;
    background-color: transparent;
    cursor: pointer;
  }
  button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.6rem;
    top: -.6rem;
    z-index: -1;
    background-color: #1B2E58;
    transition: all 200ms ease-out;
	  color: #fff;
  }
  button:hover::before {
    top: 0;
    left: 0;
  }
  .button--bop:active {
    transform: translateY(3px);
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .arrow:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
  }
  .link_btn {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin-top: 40px;
  }
  .link_btn a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 10px 40px;
    color: #333;
  }
  .link_btn a:hover {
    background: #1B2E58;
    border: 1px solid #1B2E58;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  /*=== curtain ================================= */
  .overlay, .animate-elm.-max-width:before, .animate-elm.-transform:before {
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .overlay-max-width, .animate-elm.-max-width:before {
    max-width: 100%;
  }
  .overlay-transform, .animate-elm.-transform:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .animate-elm {
    margin: 0 auto;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
  }
  .animate-elm.-max-width:before, .animate-elm.-transform:before {
    content: "";
  }
  .animate-elm.show.-max-width:before, .animate-elm.show .overlay-max-width {
    max-width: 0;
  }
  .animate-elm.show.-transform:before, .animate-elm.show .overlay-transform {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
  /*
===== footer ===========================
*/
  .footer {
    background: #faf9f5;
    width: 100%;
    height: auto;
  }

  .sitemap {
    width: 940px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sitemap span, .sitemap2 span {
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 10px;
    color: #2E1D05;
    display: block;
  }
  .sitemap ul {
    float: left;
    margin: 0 10px;
  }
  .sitemap ul li {
    padding: 5px 10px;
    border: 1px solid #2E1D05;
    width: 190px;
    margin: 5px 0;
  }

	
  .sitemap ul li ul {
    margin: 0;
    padding-left: 10px;
  }
  .sitemap ul li ul li {
    border: none;
    margin: 0;
    padding: 0;
  }
  .sitemap ul li ul li:before {
    content: "-";
    margin-right: 10px;
    color: #2E1D05;
  }
  .sitemap a {
    font-size: 14px;
    color: #2E1D05;
    width: 100%;
	  
  }
  .sitemap a:hover {
    color: #C60;
  }
	
	.sitemap_a{
		display: block;
	}
	
  .sitemap2 {
    width: 940px;
    margin: 0 auto 30px;
	  font-size: 14px;
  }
  .sitemap2 ul {
    margin-bottom: 15px;
  }
  .sitemap2 ul li {
    float: left;
    padding: 0 5px;
  }
  .sitemap2 ul li:after {
    content: "|";
    margin-left: 10px;
    color: #2E1D05;
  }
  .sitemap2 p {
    clear: both;
    display: inline-block;
  }
	
  .footer_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .footer_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 26%;
    margin-top: -100px;
  }
  .footer_info {
    text-align: center;
  }
  .footer_info p {
    padding: 5px 0 30px;
    color: #666;
    display: block;
    text-align: center;
  }
  /*
===== page top ===========================
*/
  #page-top {
    position: fixed;
    right: 5px;
    font-size: 77%;
    z-index: 1000;
  }
  #page-top a {
    /*background: url("../img/top.png");*/
    text-decoration: none;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  #bbq-top {
    position: fixed;
    right: 5px;
    font-size: 77%;
    z-index: 1000;
  }
  #bbq-top a {
    /*background: url("../img/top.png");*/
    text-decoration: none;
    display: block;
  }
  #bbq-top a:hover {
    text-decoration: none;
  }
  /* Bounce In */
  .hvr-bounce-in {
    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.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }
	
	  .page_ttl {
    font-size: 26px;
    display: block;
    text-align: center;
    margin: 30px 0 50px;
		  font-weight: bold;
  }
  .page_ttl span {
    font-size: 60px;
    display: block;
    line-height: 60px;
  }

  .loading {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
  }
  .loading img {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
  }
	
	
	.access_map2{
	width: 1100px;
	height: 600px;
	margin: 0 auto ;
}

.access_map2:before{
	content: "Hotel info";
	color: #a8a088;
	font-size: 34px;
	line-height:26px;
}

.access_map2 img {
	float:right;
}

.access_map2 div {
	float: left;
	padding-left:20px;
	background: #edeae1;
	padding: 40px 20px;
	height: 200px;
	padding-bottom: 50px;
}

.access_map2 div span {
	font-size: 30px;
	letter-spacing: 1px;
	padding:30px 0;
}

.access_map2 div p {
	font-size:16px;
	padding: 20px 0;
}
	
		a.anchor{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}


  .smh {
    display: none !important;
  }
}

@media only screen and (max-width: 350px) {
  #global-nav{
    position: absolute;
    z-index: auto;
    /* 開いてないときは画面外に配置 */
    top: -480px;
    background: rgba(0,50,128,0.8);
    width: 98%;
	  min-width: 200px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: fixed;
	  left: 0;
	  right: 0;
	  border: solid 1px #fff;
  }
	
	  .link_btn {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-top: 40px;
  }
	
	  .link_btn a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 10px 20px;
    color: #333;
  }
	
	.access_map2{
	width: 100%;
	margin: 0 auto 50px auto;
		height: 600px;
}

.access_map2:before{
	content: "Hotel info";
	color: #a8a088;
	font-size: 26px;
	line-height:26px;
}
	
	.access_map2 img{
		margin: 0 auto;
		display: block;
		width: 100%;
	}	

.access_map2 div {
	background: #edeae1;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.access_map2 div span {
	font-size: 20px;
	padding:26px 0;
	width: 90%;
	margin: 0 auto;
}

.access_map2 div p {
	font-size:16px;
	margin: 0 auto;
}

	
}


@media (min-width: 768px) and (max-width: 1200px) {
 .cb-header {
    display: none !important;
  }
	
	.header{
		display: none;
	}

  .logo {
    width: 100%;
    height: auto;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    z-index: -99;
  }
  .logo a {
    background: url("../img/logo.png") no-repeat;
    background-size: contain;
    display: block;
	  margin: 0;
	  margin-left: -30px;
	  height: 60px;
	}
  .logo img {
    visibility: hidden;
    padding-top: 10px;
  }
	
  /*ナビ*/
  #top-head {
    position: fixed;
	  width: 100%;
  }
  #nav-toggle {
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  #global-nav {
    min-width: 370px;
  }
  #global-nav ul {
    display: none;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  .open #global-nav ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  /*@media screen and (max-width: 640px) {*/
  .top-head-inner {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 30px;
    background: #1B2E58;
    padding: 13px;
  }
  /* Fixed reset */
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #global-nav{
    position: absolute;
    z-index: auto;
    /* 開いてないときは画面外に配置 */
    top: -480px;
    background: rgba(0,50,128,0.8);
    width: 90%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: fixed;
	  left: 0;
	  right: 0;
	  border: solid 1px #fff;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 0 1%;
	  text-align: center;
  }
  #global-nav ul li {
    float: none;
    position: static;
    width: 50%;
    float: left;
    font-size: 16px;
    padding: 15px 0 30px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
  }
  #global-nav ul li:nth-child(even) {
    border-right: none;
    width: 49%;
  }
  #global-nav ul li:nth-last-child(2) {
    border-bottom: none;
  }
  #global-nav ul li:last-child {
    border-bottom: none;
  }
  #global-nav ul li:nth-last-child(2), #global-nav ul li:last-child {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
  }
  #global-nav ul li:last-child img {
    width: 70%;
    height: auto;
  }
  #global-nav ul li:last-child img a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    border-left: none;
    text-decoration: none;
  }
  #global-nav ul li a:hover {
    text-decoration: none;
    color: #1B2E58;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
	#nav-drawer {
position: relative;
	z-index: 99998;
	float: right;
	top: 77px;
	right: 21px;
	width: 58px;
		height: auto;
	position: fixed;
}
	

	
}

@media (min-width: 1201px) {
	#top-head{
		display: none;
	}
	
	  .cb-header {
    background-color: rgba(0,0,0,0.4);
    line-height: 60px;
    text-align: left;
    height: 60px;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    min-width: 1200px;
  }
	
	
}
