@charset "utf-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   Main Styles
   ========================================================================== */

/* Base
   ========================================================================== */

body {
  color: #222;
  font-family: '游ゴシック' , 'Yu Gothic' , 'YuGothic' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

a {
  color: #222;
  outline: none;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #222;
  text-decoration: none;
}

img {
  vertical-align: top;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

a:hover img {
  opacity: .7;
}

/* Layout
   ========================================================================== */

.container {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 1280px;
}

/* Header
   ========================================================================== */

.header {
  height: 116px;
  margin: 0 auto;
  width: 1260px;
}

.header-top {
  margin-bottom: 22px;
}

.header-logo {
  float: left;
  padding: 14px 0 0 5px;
}

.header-util {
  float: right;
}

.header-util > div {
  float: left;
}

.header-lang {
  display: table;
  color: #222;
  line-height: 1;
  margin: 17px 15px 0 0;
  position: relative;
  table-layout: fixed;
}

.header-lang .lang-active {
  display: table-cell;
  vertical-align: middle;
}

.header-lang .lang-active {
  background: url(/images_static/common/icon_arrow_bottom_01.png) 95% center no-repeat #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 13px 20px 12px 3px;
}

.header-lang .lang-active:before {
  content: '\f0ac';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 8px;
}

.header-lang .lang-box {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
  height: 160px;
  padding: 20px 0 0 30px;
  position: absolute;
  top: 50px;
  left: -30px;
  width: 120px;
  z-index: 1;
}

.header-lang .lang-box:after{
  content: url(/images_static/common/lang_arrow.png);
  position: absolute;
  top: -15px;
  left: 43px;
}

.header-lang .lang-box li {
  margin-bottom: 10px;
}

.header-lang .lang-box a {
  font-size: 13px;
  text-decoration: none;
}

.header-lang .lang-box .active a:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: -17px;
  padding-right: 5px;
}

.header-lang .lang-box .active a {
  font-weight: bold;
}

.header-search {
  margin: 23px 20px 0 0;
}

.header-search-box {
  background-color: #F6F6F6;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 0;
  padding: 3px 12px;
  width: 119px;
}

.header-search-box input {
  background-color: #F6F6F6;
  border: 0;
  outline: none;
}

.header-search-box input[type="text"] {
  float: left;
  width: 75px;
}

.header-search-box input[type="submit"] {
  float: right;
  font-family: FontAwesome;
  font-size: 14px;
  height: 15px;
  margin-top: 2px;
  width: 15px;
}

:placeholder-shown {
  color: #C7C7C7;
}

::-webkit-input-placeholder {
  color: #C7C7C7;
}

:-moz-placeholder {
  color: #C7C7C7;
}

::-moz-placeholder {
  color: #C7C7C7;
}

:-ms-input-placeholder {
  color: #C7C7C7;
}

.header-login {
  background: url(/images_static/common/icon_arrow_bottom_01.png) 93% center no-repeat #6F6F6F;
  color: #fff;
  display: table;
  height: 32px;
  margin: 20px 4px 0 0;
  width: 152px;
}

.header-login p {
  cursor: pointer;
  display: table-cell;
  font-size: 12px;
  padding-left: 13px;
  vertical-align: middle;
}

.header-login p:before {
  content: '\f090';
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 7px;
}

.header-login a {
  color: #fff;
  text-decoration: none;
}

.header-fix {
  padding-top: 20px;
  width: 354px;
}

.header-fix.fixed {
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.area .header-fix.fixed {
  display: block;
  left: 50% !important;
  margin-left: 276px;
}

.header-fix.fixed > div {
  box-shadow:0px 2px 2px 0px rgba(0,0,0,0.16);
}

.header-fix.fixed .header-tel > p,
.header-fix.fixed .header-reserve > p {
  height: 40px;
  line-height: 40px;
}

.header-fix.fixed .header-tel p.open:before {
  top: 10px;
}

.header-fix.fixed .header-tel p.close,
.header-fix.fixed .header-reserve p.close {
  height: 40px;
}

.header-fix.fixed .header-tel-cont,
.header-fix.fixed .header-reserve-cont {
  top: 40px;
}

.header-fix.fixed .header-reserve {
  height: 40px;
}

.header-tel {
  background: url(/images_static/common/icon_arrow_bottom_02.png) 95.38% center no-repeat #E6E6E6;
  color: #000;
  display: table;
  float: left;
  height: 32px;
  margin: 0 4px 0 0;
  position: relative;
  table-layout: fixed;
  width: 180px;
}

.header-tel > p {
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 32px;
  padding-left: 37px;
}

.header-tel p.open:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  left: 17px;
  line-height: 1;
  position: absolute;
  top: 7px;
}

.header-tel-cont,
.header-reserve-cont {
  box-shadow:0px 3px 4px 0px rgba(0,0,0,0.22);
  display: none;
  background-color: #fff;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 10;
  width: 575px;
}

.header-tel .close,
.header-reserve .close {
  display: none;
}

.header-tel.active .close,
.header-reserve.active .close {
  background: url(/images_static/common/modal_close_02.png) center center no-repeat #e6e6e6;
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
}

.header-reserve.active .close {
  background: url(/images_static/common/modal_close.png) center center no-repeat #222;
  width: 170px;
}

.header-tel-cont .sp-reserve-head {
  padding-top: 15px;
  text-align: center;
}

.header-tel-cont .sp-reserve-head h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.header-tel-cont .sp-reserve-head h2 span:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 23px;
  margin-right: 10px;
}

.header-tel-cont .sp-reserve-head p {
  line-height: 1.375;
  margin-bottom: 10px;
}

.area .sp-reserve-head .hotel-tel {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px;
  padding-top: 10px;
}

.area .sp-reserve-head .hotel-tel .num:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 31px;
  margin-right: 10px;
}

.area .sp-reserve-head .num {
  border-top: 1px solid #fff;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}

.header-tel-cont .sp-tel-info {
  background-color: #222;
  color: #fff;
  margin: 0 20px 20px;
  padding: 20px 20px 15px;
  text-align: center;
}

.header-tel-cont .sp-tel {
  display: none;
}

.header-tel-cont .num {
  font-size: 34px;
  margin-bottom: 10px;
}

.header-tel-cont .num img {
  margin-right: 10px;
}

.header-tel-cont .note {
  color: #B9B9B9;
  margin-bottom: 15px;
}

.header-tel-cont .note span {
  margin-right: 1em;
}

.header-tel-cont .navi {
  font-size: 18px;
}

.header-tel-cont .bottom {
  background-color: #585858;
  color: #fff;
}

.header-tel-cont .sp-reserve-bottom {
  background-color: #585858;
  color: #fff;
  font-size: 14px;
  line-height: 1.29;
  padding: 22px;
}

.header-tel-cont .sp-reserve-bottom a {
  color: #fff;
}

.header-tel-cont .sp-reserve-bottom .head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.area .sp-reserve-bottom .lead {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}

.header-reserve-cont {
  color: #222;
  width: 744px;
}

.header-reserve-cont .reserve-body {
  background-color: #fff;
  padding: 15px 0 0 0;
}

.header-reserve-cont .reserve-body-input .wrap {
  float: none;
  width: 100%;
}

.area .header-reserve-cont .reserve-body-input .name {
  border-bottom: 1px solid #222;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 20px;
  padding-bottom: 5px;
  text-align: center;
}

.header-reserve-cont .reserve-body-input .top > div {
  margin-bottom: 9px;
}

.header-reserve-cont .reserve-body-input .top {
  margin-bottom: 0;
}

.header-reserve-cont .reserve-body-input .date {
  margin-left: 80px;
}

.header-reserve-cont .reserve-body-input h2 {
  float: none;
  font-weight: bold;
  margin: 0 0 12px;
  text-align: center;
}

.header-reserve-cont .datepicker {
  width: 336px;
}

.header-reserve-cont .datepicker input {
  font-size: 13px;
}

.header-reserve-cont .reserve-body-input .num {
  margin-left: 0;
}

.header-reserve-cont .reserve-body-input .num span {
  margin-right: 18px;
}

.header-reserve-cont .reserve-body-input .person-num {
  margin-left: 145px;
}

.header-reserve-cont .reserve-body-input .select {
  margin: 0 0 8px 145px;
}

.header-reserve-cont .reserve-body-input span {
  font-size: 14px;
}

.header-reserve-cont .reserve-body-input .select span {
  width: 124px;
}

.header-reserve-cont .reserve-body-input .room-num {
  margin-left: 15px;
}

.header-reserve-cont .reserve-body-input .bottom > div {
  float: none;
}

.header-reserve-cont .reserve-body-input .note {
  font-size: 14px;
  margin-bottom: 14px;
  text-align: center;
}

.header-reserve-cont .reserve-body-input .num select {
  height: 34px;
  width: 70px;
}

.header-reserve-cont .reserve-body-input select {
  width: 230px;
}

.header-reserve-cont .reserve-body-submit {
  float: none;
  margin-bottom: 20px;
  text-align: center;
}

.header-reserve-cont .reserve-body-submit button {
  width: 260px;
}

.header-reserve-cont .reserve-body h2 span {
  font-size: 20px;
}

.header-reserve-cont .reserve-body h2 span:before {
  font-size: 22px;
}

.header-reserve-cont .reserve-body-input {
  float: none;
}

.header-reserve-cont .sp-reserve-bottom {
  background-color: #585858;
}

.header-reserve-cont .sp-reserve-bottom {
  padding-bottom: 20px;
  text-align: center;
}

.header-reserve-cont .sp-reserve-bottom .sp-header-util {
  display: inline-block;
}

.header-reserve-cont .sp-reserve-bottom .link {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-left: 15px;
  padding-top: 20px;
  vertical-align: top;
}

.header-reserve-cont .sp-reserve-bottom .link a {
  background: url(/images_static/common/icon_arrow_right_08.png) 100% 5px no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 50px 5px 0;
  text-decoration: none;
}

.header-datepicker.ui-datepicker:before {
  width: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 9px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  left: 0;
  top: -264px;
}

.header-reserve-cont .dateto.ui-datepicker:before {
  left: 68px;
}

.sp-header-util {
  text-align: center;
}

.sp-header-util ul {
  display: inline-block;
  overflow: hidden;
  padding: 20px 0 0;
}

.sp-header-util li {
  border-bottom: 1px solid #fff;
  float: left;
}

.sp-header-util li:first-child {
  margin-right: 20px;
}

.sp-header-util a {
  background: url(/images_static/common/icon_arrow_right_08.png) 100% 5px no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 50px 5px 0;
  text-decoration: none;
}

.header-reserve {
  background: url(/images_static/common/icon_arrow_bottom_01.png) 93.52% center no-repeat #222;
  color: #fff;
  display: table;
  float: left;
  height: 32px;
  position: relative;
  table-layout: fixed;
  width: 170px;
}

.header-reserve > p {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-left: 22px;
  vertical-align: middle;
}

.header-reserve p.open:before {
  content: '\f236';
  font-family: FontAwesome;
  font-size: 11px;
  padding-right: 7px;
}

.header-seibu {
  margin: 0 30px 0 20px;
  padding-top: 26px;
}

.header-nav {
  padding: 0;
}

.header-nav ul {
  border-right: 1px solid #C7C7C7;
}

.header-nav li {
  border-left: 1px solid #C7C7C7;
  float: left;
  font-size: 14px;
  text-align: center;
  width: 139px;
}

.header-nav li:last-child {
  width: 147px;
}

.header-nav a {
  color: #0B0B0B;
  display: block;
  text-decoration: none;
}

.header-nav li {
  position: relative;
}

.header-nav .current a span {
  border-bottom: 2px solid #888;
  padding-bottom: 4px;
}

.header-nav a:hover span {
  border-bottom: 2px solid #888;
  padding-bottom: 4px;
}

/* home */

.header-home {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.header-home .header-reserve {
  display: none;
}

.header-home .header-logo {
  padding-left: 30px;
}

.header-home .header-lang .lang-active {
  background-color: transparent;
  background-image: url(/images_static/common/icon_arrow_bottom_07.png);
  color: #fff;
}

.header-home .header-search-box {
  background-color: rgba(255,255,255,0.3);
}

.header-home .header-search-box input {
  background-color: transparent;
}

.header-home .header-search-box input[type="submit"] {
  color: #fff;
}

.header-home .header-tel {
  background-color: transparent;
  background-image: url(/images_static/common/icon_arrow_bottom_07.png);
  border: 1px solid #fff;
  height: 30px;
  width: 178px;
}

.header-home .header-tel.active .close {
  top: -1px;
  right: -1px;
  height: 34px;
  width: 178px;
}

.header-home .header-tel-cont {
  right: -1px;
  top: 33px;
}

.header-home .header-tel > p {
  color: #fff;
}

.header-home .header-fix {
  width: auto;
}

.home-gnav {
  padding: 12px 0;
}

.header-home .header-move-fix {
  display: none;
}


/* header-move */

.header-move {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

.header-move .header-home-fix {
  display: none;
}


/* Area Header
   ========================================================================== */

.area .header {
  height: 202px;
}

.area .header-top {
  height: 132px;
  margin-bottom: 0;
  position: relative;
}

.area .header-nav li {
  width: 125px;
}

.area .header-fix {
  display: none;
}

.area .header-logo {
  padding: 20px 0 0 0;
}

.area .header-menu {
  float: left;
  font-size: 10px;
  margin-right: 404px;
  padding: 25px 0 0 0;
  width: 235px;
}

.area .header-menu-btn {
  cursor: pointer;
  float: left;
}

.area .header-menu-btn img {
  margin-right: 10px;
}

.area .header-menu p {
  padding-top: 6px;
}

.area .header-address {
  font-size: 13px;
  height: 37px;
  text-align: center;
}

.area .header-address p {
  display: inline-block;
}

.area .header-address-access {
  border: 1px solid #6F6F6F;
  font-size: 11px;
  margin-left: 13px;
}

.area .header-address-access a {
  background: url(/images_static/area/header_arrow_01.png) 11px center no-repeat;
  display: block;
  line-height: 20px;
  padding-left: 22px;
  text-align: left;
  text-decoration: none;
  width: 58px;
}

.area .header-lang {
  margin-top: 12px;
}

.area .header-search {
  margin-top: 18px;
  margin-right: 0;
}

.area .header-menu-box {
  background-color: #222;
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 10px 20px 20px;
  z-index: 100;
}

.area .header-menu-box > p {
  color: #fff;
  margin-bottom: 20px;
}

.area .header-menu-box li {
  font-size: 14px;
  text-align: center;
}

.area .header-menu-box li a {
  background: url(/images_static/area/header-menu-arrow.png) 97% center no-repeat #fff;
  color: #222;
  display: block;
  height: 44px;
  line-height: 44px;
  margin-bottom: 1px;
  text-decoration: none;
  width: 335px;
}

.area .header-menu-box li ul {
  overflow: hidden;
  padding-top: 9px;
}

.area .header-menu-box li li {
  float: left;
  text-align: left;
}

.area .header-menu-box li li:first-child {
  margin-right: 1px;
}

.area .header-menu-box li li a {
  background-position: 93% center;
  font-size: 12px;
  padding-left: 10px;
  width: 157px;
}


/* Wrapper
   ========================================================================== */

/* home-mv */

.mv {
  position: relative;
}

.mv .slick-dots {
  bottom: 165px;
}

.mv-msg {
  color: #fff;
  font-family: Georgia, '游明朝' , 'Yu Mincho', 'YuMincho' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI';
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: absolute;
  top: 279px;
  text-align: center;
  width: 1260px;
  z-index: 100000;
}

.mv-msg-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin: 20px 0;
}

.mv-scroll {
  bottom: 59px;
  display: none;
  position: absolute;
  right: 19px;
}

.mv .movie {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-top: 57.778%;
}

.mv .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Main
   ========================================================================== */

/* common */

.ofi{
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;'
}

a.btn {
  background: url(/images_static/common/icon_arrow_right_03.png) 96% center no-repeat #222;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  width: 300px;
}

a.btn-type02 {
  background: url(/images_static/common/icon_arrow_bottom_06.png) 94% center no-repeat transparent;
  border: 2px solid #222;
  color: #222;
  padding: 15px 0;
  width: 260px;
}

a.btn-type03 {
  background: url(/images_static/common/icon_arrow_right_10.png) 94% center no-repeat transparent;
  background-size: 32px auto;
  border: 2px solid #222;
  color: #222;
  padding: 15px 0;
  width: 260px;
}

a.btn-type03:hover {
  background: url(/images_static/common/icon_arrow_right_03.png) 94% center no-repeat #222;
  border: 2px solid #222;
  color: #fff;
}

a.btn-type04 {
  background: url(/images_static/common/icon_arrow_left_04.png) 6% center no-repeat transparent;
  border: 2px solid #222;
  color: #222;
  padding: 15px 0;
  width: 260px;
}

a.btn-type05 {
  background-color: #fff;
  border: 2px solid #222;
  color: #222;
  padding: 15px 0;
  position: relative;
  width: 260px;
}

a.btn-type05:after {
  content: '\f08e';
  font-family: Fontawesome;
  font-size: 14px;
  position: absolute;
  right: 9px;
  top: 16px;
}

.mincho {
  font-family: Georgia, '游明朝' , 'Yu Mincho', 'YuMincho' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI';
}

#Map {
  height: 550px;
  width: 100%;
}

.slick-prev {
  opacity: .4;
}

/* utility */

.u-center {
  text-align: center;
}

/* p-table */

.p-table ,
.p-table td,
.p-table th {
  border: 1px solid #C7C7C7;
  border-collapse: collapse;
}

.p-table {
  font-size: 15px;
  margin-bottom: 30px;
  table-layout: fixed;
  width: 100%;
}

.p-table th {
  background-color: #F6F6F6;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 155px;
}

.p-table td {
  padding: 10px;
}

.p-table-type02 th {
  width: 300px;
}

.p-table li:before {
  color: #888888;
  content: '\f1db';
  font-size: 10px;
  font-family: FontAwesome;
  padding-right: 5px;
  vertical-align: top;
}

/* p-tab */

.p-tab-body > .box {
  display: none;
}

.p-tab-body .box.active {
  display: block;
}
.home .p-tab-block {
  padding: 0 7px;
}

.p-tab-head li,
.p-tab-head-lv01 li {
  background-color: #222;
  border: 2px solid #222;
  height: 51px;
  float: left;
  letter-spacing: 0.05em;
  margin-left: 2px;
  text-align: center;
  width: 308px;
}

.p-tab-head-lv01 li {
  margin-left: 5px;
  width: 620px;
}

.p-tab-head-lv01 li:first-child {
  margin-left: 7px;
}

.p-tab-head li:first-child {
  margin-left: 18px;
}

.p-tab-head li.active,
.p-tab-head-lv01 li.active {
  background-color: #fff;
  border-bottom: 2px solid #fff;
  color: #222;
}

.p-tab-head li a,
.p-tab-head-lv01 li a {
  color: #fff;
  display: block;
  padding: 16px 0;
  text-decoration: none;
}

.p-tab-head li.active a,
.p-tab-head-lv01 li.active a {
  color: #222;
}

.p-tab-body,
.p-tab-body-lv01 {
  border-top: 2px solid #222;
  margin-top: -2px;
}

.p-tab-body-lv01 {
  padding: 30px 7px 0;
}

/* h2 */

.h2-type01 {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-bottom: 3px;
  text-align: center;
}

.h2-type01 span {
  color: #8E8E8E;
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.h2-type02 {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 6px;
  text-align: center;
}

.h2-type03 {
  font-family: Georgia, '游明朝' , 'Yu Mincho', 'YuMincho' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI';
  font-size: 32px;
  letter-spacing: 0.2em;
  margin: 10px 0 7px;
  text-align: center;
}

.h2-type04 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  padding-bottom: 3px;
  text-align: center;
}

.h2-type04 span.en {
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.h2-type04 span.num {
  font-size: 20px;
}


.h3-type01 {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  padding-bottom: 5px;
}

.h3-type02 {
  border-left: 5px solid #E6E6E6;
  font-size: 18px;
  margin-bottom: 34px;
  padding: 5px 0 5px 27px;
}

.h4-type01 {
  border-left: 5px solid #E6E6E6;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px 0 10px 22px;
}

.h4-type02 {
  background: url(/images_static/common/h3_line_01.png) 0 5px no-repeat;
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 33px;
}

.h5-type01 {
  background: url(/images_static/common/h3_line_01.png) 0 5px no-repeat;
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 33px;
}

/* p-article */

.p-article {
  margin: 0 auto 60px;
  width: 1246px;
}

.p-article .inner {
  padding: 0 35px;
}

.p-article .img-block {
  overflow: hidden;
}

.p-article .img-block .box {
  margin-bottom: 30px;
  overflow: hidden;
}

.p-article .img-block .text {
  float: left;
  font-size: 15px;
  line-height: 1.73;
}

.p-article .img-block .img {
  float: left;
}

.p-article .col1-img-block .img {
  margin-right: 20px;
  width: 578px;
}

.p-article .col1-img-block .img .movie {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-top: 56.23%;
}

.p-article .col1-img-block .img .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-article .col1-img-block .text {
  width: 578px;
}

.p-article .col2-img-block {
  overflow: hidden;
}

.p-article .col2-img-block .box {
  float: left;
}

.p-article .col2-img-block .img {
  float: left;
  margin-right: 10px;
  width: 284px;
}

.p-article .col2-img-block .text {
  width: 284px;
}

.p-article .btn-type03 {
  width: 340px;
}

.p-article .btn-type05 {
  width: 340px;
}

.p-article .link li {
  margin-bottom: 10px;
}

.p-article .link li a {
  text-decoration: none;
}

.p-article .link li:before {
  content: '\f105';
  font-family: Fontawesome;
  font-size: 14px;
  padding-right: 9px;
  vertical-align: top;
}

.p-article a.blank:after {
  background: url(/images_static/area/icon_blank.png) 0 0 no-repeat;
  background-size: 15px 15px;
  content: '';
  display: inline-block;
  height: 15px;
  margin-left: 8px;
  vertical-align: middle;
  width: 15px;
}

.p-article a.pdf:after {
  background: url(/images_static/area/icon_pdf.png) 0 0 no-repeat;
  background-size: 25px 14px;
  content: '';
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  width: 25px;
}

.p-article .p-table th {
  text-align: center;
}

.p-article .p-table td {
  text-align: center;
}

.p-article .p-table.vertical th {
  text-align: left;
}

.p-article .p-table.vertical td {
  text-align: left;
  width: 392px;
}

.p-article .note {
  color: #6F6F6F;
  font-size: 14px;
  line-height: 1.86;
}

.p-article .list-type01 {
  margin-bottom: 30px;
  padding-left: 37px;
}

.p-article .list-type01 li {
  font-size: 15px;
  margin-bottom: 10px;
}

.p-article .list-type01 li:before {
  content: '\f1db';
  color: #888888;
  font-size: 12px;
  font-family: Fontawesome;
  padding-right: 12px;
  vertical-align: top;
}

/* p-gotop */

.p-gotop {
  padding-top: 40px;
  text-align: center;
}

/* p-header */

.p-header {
  padding-bottom: 35px;
}

.p-header .img {
  position: relative;
  text-align: center;
}

.p-header .text {
  margin-top: -76px;
}

.p-header p {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

/* p-header-slider */

.p-header-slider .box img {
  height: 402px;
  object-fit: cover;
  width: 1260px;
}

.p-header-slider .slick-prev {
  bottom: 18px;
  height: 7px;
  left: 597px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.p-header-slider .slick-next {
  bottom: 18px;
  height: 7px;
  right: 597px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.p-header-slider .slick-prev:before,
.p-header-slider .slick-next:before {
  display: none;
}

.p-header-slider .slick-dots {
  bottom: 20px;
}

/* p-hotel-header-slider */

.p-hotel-header-slider .box img {
  height: 320px;
}

.p-hotel-header-slider .slick-dots {
  bottom: -125px;
}

.p-hotel-header-slider .slick-prev {
  bottom: -125px;
  height: 7px;
  left: 547px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.p-hotel-header-slider .slick-prev:before,
.p-hotel-header-slider .slick-next:before {
  display: none;
}

.p-hotel-header-slider .slick-next {
  bottom: -125px;
  height: 7px;
  right: 547px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.p-hotel-header-slider .slick-dots li button:before {
  background-color: #e6e6e6;
}

.hotel-header .text {
  margin-top: -74px;
  position: relative;
  z-index: 1;
}

/* p-acc-slider */

.p-acc-slider .box img {
  height: 402px;
  object-fit: cover;
}

.p-acc-slider .slick-prev {
  bottom: 5px;
  height: 7px;
  left: 205px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.p-acc-slider .slick-next {
  bottom: 5px;
  height: 7px;
  right: 205px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.p-acc-slider .slick-prev:before,
.p-acc-slider .slick-next:before {
  display: none;
}

.p-acc-slider .slick-dots {
  bottom: 4px;
}

.p-acc-slider .slick-dots li button:before {
  border-radius: 2px;
  height: 4px;
  width: 4px;
}

.p-acc-slider .slick-dots li {
  margin: 0 2px;
}

/* p-asset01 */

.p-asset01 {
  margin: 0 auto;
  overflow: hidden;
  width: 1186px;
}

.p-asset01 .box {
  background-color: #fff;
  box-shadow:0px 3px 2px 0px rgba(0,0,0,0.16);
  float: left;
  height: auto;
  margin-right: 5px;
  text-align: left;
  width: 392px;
}

.p-asset01 .body {
  padding: 20px;
}

.p-asset01 h3 {
  background: url(/images_static/common/icon_arrow_right_02.png) 100% center no-repeat;
  font-size: 20px;
  line-height: 1.4;
}

.p-asset01 h3 a {
  display: block;
  text-decoration: none;
}

.p-asset01 p {
  border-top: 1px solid #E6E6E6;
  box-sizing: content-box;
  color: #525252;
  font-size: 13px;
  line-height: 1.54;
  padding-top: 16px;
}

.p-asset01 .label {
  color: #fff;
  float: left;
  font-size: 11px;
  margin-right: 4px;
  padding: 2px 0;
  text-align: center;
  width: 105px;
}

.p-asset01 .label.area {
  background-color: #E6E6E6;
  color: #000;
}

.p-asset01 .label.cat {
  background-color: #646464;
}

/* p-asset01-slider / p-asset03-slider */

.p-asset01-slider.p-asset01,
.p-asset01-slider-02.p-asset01 {
  overflow: visible;
}

.p-asset01-slider .slick-list,
.p-asset01-slider-02 .slick-list {
  padding-bottom: 10px;
}

.p-asset01-slider .slick-dots,
.p-asset01-slider-02 .slick-dots,
.p-asset03-slider .slick-dots {
  bottom: -25px;
}

.p-asset01-slider .slick-dots li button:before,
.p-asset01-slider-02 .slick-dots li button:before,
.p-asset03-slider .slick-dots li button:before,
.brand-slider .slick-dots li button:before{
  background-color: #c7c7c7;
  opacity: 1;
}

.p-asset01-slider .slick-dots li.slick-active button:before,
.p-asset01-slider-02 .slick-dots li.slick-active button:before,
.p-asset03-slider .slick-dots li.slick-active button:before,
.brand-slider .slick-dots li.slick-active button:before {
  background-color: #6f6f6f;
}

.p-asset01-slider .slick-prev,
.p-asset01-slider-02 .slick-prev,
.p-asset03-slider .slick-prev{
  bottom: -30px;
  height: 29px;
  transform: none;
  top: auto;
  width: 46px;
  z-index: 1;
}

.p-asset01-slider .slick-next,
.p-asset01-slider-02 .slick-next,
.p-asset03-slider .slick-next {
  bottom: -30px;
  height: 29px;
  transform: none;
  top: auto;
  width: 50px;
  z-index: 1;
}

.p-asset01-slider .slick-next,
.p-asset01-slider-02 .slick-next,
.p-asset03-slider .slick-next {
  right: 3px;
}

.p-asset01-slider .slick-prev,
.p-asset01-slider-02 .slick-prev,
.p-asset03-slider .slick-prev {
  left: 0;
}

.p-asset01-slider .slick-next:before,
.p-asset01-slider .slick-prev:before,
.p-asset01-slider-02 .slick-next:before,
.p-asset01-slider-02 .slick-prev:before,
.p-asset03-slider .slick-next:before,
.p-asset03-slider .slick-prev:before{
  content: none;
}

.p-asset01.slick-dotted.slick-slider {
  margin-bottom: 36px;
}

.p-asset01-cover .cover {
  bottom: 0;
  padding: 0 19px 10px;
  position: absolute;
  width: 100%;
}

.p-asset01-cover .cover p {
  border: 0;
  color: #fff;
}

.p-asset01-cover .cover .copy {
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 0;
}

.p-asset01-cover .cover .title {
  font-size: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.p-asset01-cover .box {
  box-shadow: none;
  height: auto;
  position: relative;
}

.p-asset01-cover .slick-list {
  padding-bottom: 0;
}

.p-asset01-cover .slick-prev,
.p-asset01-cover .slick-next {
  bottom: -38px;
}

/* p-asset02 */

.p-asset02 {
  overflow: hidden;
}

.p-asset02 .block {
  float: left;
  background-color: #fff;
  box-shadow:0px 3px 2px 0px rgba(0,0,0,0.16);
  margin-bottom: 10px;
  padding: 0 20px 20px;
  text-align: left;
  width: 580px;
}

.p-asset02 .block:nth-child(2n) {
  margin-left: 5px;
}

.p-asset02 .cont {
  height: 174px;
  overflow: hidden;
  padding: 20px 0 0;
}

.p-asset02 .cont img {
  float: left;
  margin-right: 17px;
}

.p-asset02 .cont .text {
  float: left;
  height: 154px;
  position: relative;
  width: 293px;
}

.p-asset02 .name {
  display: inline-block;
  font-size: 19px;
  margin-bottom: 8px;
}

.p-asset02 .hotel-name {
  font-size: 13px;
}

.p-asset02 .cat {
  overflow: hidden;
}

.p-asset02 .cat li {
  background-color: #E6E6E6;
  color: #000;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-right: 2px;
  padding: 4px 0 3px;
  text-align: center;
  width: 67px;
}

.p-asset02 .middle {
  padding: 10px 0 0;
}

.p-asset02 .middle .lead {
  border-bottom: 1px solid #E6E6E6;
  box-sizing: content-box;
  font-size: 14px;
  line-height: 1.43;
  padding-bottom: 10px;
}

.p-asset02 .middle .data {
  display: table;
  height: 34px;
  table-layout: fixed;
  width: 100%;
}

.p-asset02 .middle .data ul {
  display: table-cell;
  vertical-align: middle;
}

.p-asset02 .middle .budget {
  width: 175px;
}

.p-asset02 .middle .budget li {
  float: left;
  margin-right: 10px;
  font-size: 13px;
}

.p-asset02 .middle .budget li:before {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 4px;
  text-align: center;
  width: 18px;
}

.p-asset02 .middle .budget li.lunch:before {
  background-color: #FF9300;
  content: '\f185';
}

.p-asset02 .middle .budget li.dinner:before {
  background-color: #003764;
  content: '\f186';
}

.p-asset02 .middle .tag li {
  border: 1px solid #95989A;
  color: #000;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-right: 2px;
  padding: 4px 8px 3px;
}

.p-asset02 .bottom {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.p-asset02 .bottom > div {
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 49%;
}

.p-asset02 .bottom .reserve {
  background-color: #000;
  color: #fff;
}

.p-asset02 .bottom p {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-asset02 .bottom .reserve a {
  background: url(/images_static/common/icon_arrow_right_05.png) 96% center no-repeat;
  display: table-cell;
  color: #fff;
  font-size: 14px;
  height: 40px;
  text-decoration: none;
  vertical-align: middle;
}

.p-asset02 .bottom .reserve a:before {
  content: '\f0f5';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 10px;
}

.p-asset02 .bottom .tel {
  background-color: #E6E6E6;
  border-left: 5px solid #fff;
  font-size: 17px;
}

.p-asset02 .bottom .tel span {
  font-size: 14px;
}

.p-asset02 .bottom .tel p:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 10px;
}

.p-asset02 .bottom .no-reserve {
  background-color: #fff;
  font-size: 12px;
}

.p-asset02 .bottom .no-reserve p:before {
  content: none;
}

/* p-asset03 */

.p-asset03 {
  margin: 0 auto;
  width: 1187px;
}

.p-asset03 .box {
  background: url(/images_static/common/icon_arrow_right_04.png) 97% center no-repeat #f6f6f6;
  height: 134px;
  margin-right: 5px;
  overflow: hidden;
  width: 293px;
}

.p-asset03 .box img {
  float: left;
}

.p-asset03 .body {
  display: table;
  height: 134px;
  table-layout: fixed;
}

.p-asset03 .body p {
  display: table-cell;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 13px;
  text-align: left;
  vertical-align: middle;
}

.p-asset03 a {
  text-decoration: none;
}

.p-asset03-slider .slick-next,
.p-asset03-slider .slick-prev{
  bottom: -38px;
}

/* p-asset04 */

.p-asset04 {
  margin: 0 auto;
  width: 1206px;
}

.p-asset04 .box {
  background: url(/images_static/common/icon_arrow_right_04.png) 98.5% center no-repeat #f6f6f6;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px 30px 10px 10px;
}

.p-asset04 .box.blank {
  background: url(/images_static/common/icon_blank.png) 98.5% center no-repeat #f6f6f6;
  background-size: 15px auto;
}

.p-asset04 .box.pdf {
  background: url(/images_static/common/icon_pdf.png) 98.5% center no-repeat #f6f6f6;
  background-size: 25px auto;
}

.p-asset04 .img {
  float: left;
  margin-right: 17px;
}

.p-asset04 .text {
  line-height: 1.625;
  min-height: 60px;
  overflow: hidden;
  padding-top: 5px;
}

.p-asset04 .text a {
  text-decoration: none;
}

.p-asset04 .text a:hover {
  text-decoration: underline;
}

.p-asset04 .date {
  color: #6F6F6F;
  float: left;
  font-size: 15px;
  margin-right: 20px;
}

.p-asset04 .cat {
  overflow: hidden;
}

.p-asset04 .cat li {
  float: left;
  font-size: 12px;
  margin-right: 5px;
  text-align: center;
  width: 120px;
}

.p-asset04 .cat li:last-child {
  margin-right: 0;
}

.p-asset04 .cat a {
  color: #fff;
  display: block;
  padding: 3px 0;
}

.p-asset04 .cat-important {
  background-color: #803B2D;
}

.p-asset04 .cat-restaurant {
  background-color: #222222;
}

/* p-asset05 */

.p-asset05.slick-dotted.slick-slider {
  margin-bottom: 68px;
}

.p-asset05 .box {
  margin-right: 5px;
  width: 620px;
}

.p-asset05 .box img {
  height: 339px;
  object-fit: cover;
  width: 620px;
}

.p-asset05 .text {
  background-color: #222;
  box-sizing: content-box;
  color: #fff;
  font-size: 13px;
  padding: 17px;
  width: 586px;
}

.p-asset05 .slick-prev:before,
.p-asset05 .slick-next:before {
  display: none;
}

.p-asset05 .slick-prev {
  bottom: -38px;
  height: 29px;
  top: inherit;
  transform: none;
  width: 46px;
}

.p-asset05 .slick-next {
  bottom: -38px;
  height: 29px;
  top: inherit;
  transform: none;
  width: 50px;
}

.p-asset05 .slick-next {
  right: 3px;
  z-index: 1;
}

.p-asset05 .slick-prev {
  left: 0;
  z-index: 1;
}

.p-asset05 .slick-dots {
  bottom: -20px;
}

.p-asset05-slider .slick-dots li button:before {
  background-color: #c7c7c7;
  opacity: 1;
}

.p-asset05-slider .slick-dots li.slick-active button:before {
  background-color: #6f6f6f;
}

/* p-asset06 */

.p-asset06 dl {
  margin: 0 auto;
  width: 1248px;
}

.p-asset06 dt {
  background: url(/images_static/hotel/icon_open.png) 99%  center no-repeat #F6F6F6;
  cursor: pointer;
  margin-top: 5px;
  padding: 18px 0 18px 35px;
}

.p-asset06 dt.no-cont {
  background-image: none;
}

.p-asset06 dt:before {
  content: '\f06b';
  font-family: Fontawesome;
  font-size: 20px;
  margin-right: 13px;
}

.p-asset06 dt.active {
  background: url(/images_static/hotel/icon_close.png) 99%  center no-repeat #F6F6F6;
}

.p-asset06 dt.active:before {
  font-weight: normal;
}

.p-asset06 dd {
  background-color: #fff;
  border: 5px solid #f6f6f6;
  border-top: 0;
  display: none;
  font-size: 15px;
  line-height: 1.73;
  overflow: hidden;
  padding: 30px;
}

.p-asset06 dd .img {
  float: left;
  margin-right: 20px;
}

/* p-asset07 */

.p-asset07 {
  border: 4px solid #F6F6F6;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 22px;
  text-align: center;
}

.p-asset07 p:before {
  content: '\f1eb';
  color: #6E6E6E;
  font-family: Fontawesome;
  font-size: 26px;
  padding-right: 13px;
}

.p-asset07 span {
  color: #6F6F6F;
  font-size: 14px;
  padding-left: 20px;
}

/* p-asset08 */

.p-asset08 .block {
  overflow: hidden;
}

.p-asset08 .box {
  float: left;
  margin-left: 6px;
  position: relative;
  width: 307px;
}

.p-asset08 .box:first-child {
  margin-left: 0;
}

.p-asset08 .text {
  background-color: #222;
  color: #fff;
  font-size: 13px;
  line-height: 1.54;
  min-height: 90px;
  padding: 16px 17px;
}

.p-asset08 .label {
  background-color: #222;
  color: #fff;
  height: 40px;
  font-size: 12px;
  left: 0;
  padding-top: 5px;
  position: absolute;
  top: 0;
  width: 42px;
  text-align: center;
}

.p-asset08 .label span {
  display: block;
  font-size: 14px;
}

/* p-asset09 */

.p-asset09 .block {
  overflow: hidden;
}

.p-asset09 .box {
  float: left;
  margin-left: 5px;
  width: 412px;
}

.p-asset09 .box:first-child {
  margin-left: 0;
}

.p-asset09 .text {
  background-color: #F6F6F6;
  padding: 11px 17px 15px;
}

.p-asset09 .name {
  font-size: 13px;
  margin-bottom: 5px;
}

.p-asset09 .menu {
  font-size: 16px;
  margin-bottom: 5px;
}

.p-asset09 .desc {
  color: #6F6F6F;
  font-size: 12px;
  line-height: 1.31;
}

/* p-asset10 */

.p-asset10 .block {
  overflow: hidden;
  padding-bottom: 5px;
}

.p-asset10 .box {
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  float: left;
  padding: 20px 20px 30px;
  width: 580px;
}

.p-asset10 .box:first-child {
  margin-right: 5px;
}

.p-asset10 .img {
  margin-bottom: 20px;
}

.p-asset10 .name {
  border-bottom: 1px solid #E6E6E6;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.p-asset10 .desc {
  font-size: 13px;
}

/* p-asset11 */

.p-asset11 .box {
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  overflow: hidden;
  padding: 20px;
}

.p-asset11 .img {
  float: left;
  margin-right: 20px;
}

.p-asset11 .text {
  float: left;
  width: 713px;
}

.p-asset11 .name {
  border-bottom: 1px solid #E6E6E6;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.p-asset11 .desc {
  font-size: 13px;
}

/* p-asset12 */

.p-asset12 .box {
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  width: 580px;
}

.p-asset12 .box:nth-child(2n) {
  margin-left: 5px;
}

.p-asset12 .text .name {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.p-asset12 .text .desc {
  font-size: 14px;
  line-height: 1.43;
  min-height: 55px;
}

.p-asset12 .middle {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 10px;
}

.p-asset12 .middle .label {
  float: left;
  width: 67px;
}

.p-asset12 .middle .label span {
  background-color: #646464;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.p-asset12 .middle .price {
  float: right;
}

.p-asset12 .middle .price span {
  font-size: 20px;
  padding-left: 10px;
}

.p-asset12 .bottom .reserve a {
  background: url(/images_static/area/res_detail_reserve_arrow.png) 96% center no-repeat #000;
  color: #fff;
  display: block;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 358px;
}

.p-asset12 .bottom .reserve {
  float: left;
}

.p-asset12 .bottom .more {
  float: left;
}

.p-asset12 .bottom .more a {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 28px;
  text-decoration: none;
}

.p-asset12 .bottom .more a:before {
  content: '\f105';
  font-size: 16px;
  font-family: Fontawesome;
  padding-right: 10px;
}

/* alert */

.alart .box {
  background-color: #FFC9C9;
  border-bottom: 1px solid #FFA5A5;
  font-size: 14px;
  line-height: 1.57;
  padding: 14px 100px;
}

.alart .box:before {
  color: #DC1919;
  content: '\f071';
  float: left;
  font-family: Fontawesome;
  font-size: 22px;
  margin-right: 25px;
}

.alart .box p {
  overflow: hidden;
}

/* reserve-block */

.home .reserve-block {
  margin: -128px auto 7px;
  position: relative;
  z-index: 10;
}

.reserve-block {
  margin: 0 auto;
  width: 1246px;
}

.reserve-head {
  height: 38px;
}

.reserve-body h2 {
  margin: 19px 25px 0 0;
}

.reserve-body h2 span {
  font-size: 16px;
}

.reserve-body h2 span:before {
  content: '\f236';
  font-family: FontAwesome;
  font-size: 17px;
  padding-right: 8px;
}

.reserve-head-top {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  display: table;
  float: left;
  height: 38px;
  table-layout: fixed;
  width: 1246px;
}

.reserve-head-lead {
  display: table-cell;
  font-size: 14px;
  padding-left: 30px;
  vertical-align: middle;
  width: 890px;
}

.reserve-head-lead a {
  color: #fff;
}

.reserve-head-link {
  display: table;
  font-size: 12px;
  height: 38px;
  table-layout: fixed;
}

.reserve-head-link li {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}

.reserve-head-link a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
}

.reserve-head-link a {
  color: #fff;
  text-decoration: none;
}

.reserve-body {
  background-color: #F6F6F6;
  padding: 10px 30px 10px 30px;
}

.reserve-body-input {
  float: left;
}

.reserve-body-input h2 {
  float: left;
}

.reserve-body-input .wrap {
  float: left;
  width: 865px;
}

.reserve-body-input .top {
  margin-bottom: 6px;
}

.reserve-body-input .top > div{
  float: left;
}

.reserve-body-input .bottom > div {
  float: left;
  margin-right: 19px;
}

.reserve-body-input span {
  display: inline-block;
  font-size: 13px;
}

/* datepicker */

#ui-datepicker-div {
  border: 0;
  box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
  z-index: 1000 !important;
  width: 500px !important;
}

#ui-datepicker-div.datefrom:after {
  border-bottom: 1px solid #222;
  content: "チェックイン";
  display: block;
  left: 48px;
  padding-bottom: 8px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 402px;
}

#ui-datepicker-div.dateto:after {
  border-bottom: 1px solid #222;
  content: "チェックアウト";
  display: block;
  left: 48px;
  padding-bottom: 8px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 402px;
}

.datepicker {
  background: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
  display: inline-block;
  font-size: 13px;
  height: 30px;
  padding: 3px 13px 0 14px;
  width: 330px;
}

.ui-datepicker:before{
  content: "";
  display: inherit;
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 9px 9px 0 9px;
}

.ui-datepicker {
  padding: 44px 48px 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 75px;
}

.ui-datepicker .ui-datepicker-prev {
  left: -35px;
}

.ui-datepicker .ui-datepicker-next {
  right: -35px;
}

.ui-widget-header {
  border: 0;
  background: #fff;
  color: #222;
  font-weight: normal;
  padding: 7px 0 3px;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background-color: #fff;
  border: 0;
  text-align: center;
}

.ui-icon-circle-triangle-w {
  background: url(/images_static/common/datepicker_prev.png) 0 0 no-repeat !important;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.ui-icon-circle-triangle-e {
  background: url(/images_static/common/datepicker_next.png) 0 0 no-repeat !important;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin-bottom: 0;
  width: 90%;
}

.ui-datepicker th {
  font-size: 12px;
  font-weight: normal;
  padding: 3px;
}

td.ui-datepicker-week-end:first-child a.ui-state-default{
  color: #A84040 !important;
}

td.ui-datepicker-week-end:last-child a.ui-state-default{
  color: #5C8DA0 !important;
}

table a.ui-state-hover,
table a.ui-state-active {
  background-color: #222 !important;
  border-radius: 20px;
  color: #fff !important;
}

.ui-datepicker td {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 6px;
}

.ui-widget-content {
  border: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  color: #6F6F6F;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: none;
  color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  color: #222;
}

.datepicker i {
  font-size: 14px;
  padding-right: 3px;
}

.datepicker input {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  text-decoration: underline;
  width: 120px;
}

.datepicker input:focus {
  background-color: rgba(136,136,136,0.16);
  outline: none;
}

.datepicker span {
  padding-right: 4px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: none;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: white;
  border: 0;
}

/* .reserve-body-input */

.reserve-body-input select {
  border: 1px solid #B9B9B9;
  box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
  color: #222;
  font-size: 13px;
  padding: 0 16px;
  border-radius: 3px;
  width: 200px;
}

.reserve-body-input .num {
  font-size: 14px;
  margin-left: 14px;
}

.reserve-body-input .num span {
  margin-right: 6px;
  width: auto;
}

.reserve-body-input .num select {
  background-position: 85% center;
}

/*.reserve-body-input .num input[type="text"] {
  border: 1px solid #B9B9B9;
  box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
  font-size: 13px;
  margin-right: 8px;
  padding: 5px;
  text-align: center;
  width: 50px;
}*/

.reserve-body-input .num select {
  font-size: 14px;
  width: 60px;
}

.reserve-body-submit {
  float: right;
}

.reserve-body-input select {
  background: url(/images_static/common/icon_arrow_bottom_03.png) 95% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
}

.reserve-body-input select::-ms-expand {
  display: none;
}

.reserve-body-submit button {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  padding: 10px 0;
  width: 150px;
}

.reserve-body-submit button:hover {
  background: rgba(0,0,0,0.7);
}

.reserve-body-submit button:before {
  content: '\f002';
  color: #fff;
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 12px;
}

/* user-block */

.user-block {
  border-top: 2px solid #A66C12;
  display: table;
  padding: 9px 29px;
  width: 1366px;
}

.user-block > div {
  display: table-cell;
  vertical-align: middle;
}

.user-card {
  padding-right: 20px;
}

.user-name {
  font-size: 15px;
  padding-right: 20px;
}

.user-name span {
  font-size: 17px;
}

.user-rank {
  padding-right: 20px;
}

.user-rank p {
  background-color: #A66C12;
  color: #fff;
  font-size: 11px;
  padding: 3px 24px;
}

.user-medal,
.user-point {
  font-size: 13px;
}

.user-medal span,
.user-point span {
  font-size: 18px;
}

.user-medal {
  padding-right: 15px;
}

.user-point {
  padding-right: 187px;
}

.user-link img {
  vertical-align: middle;
}

/* recommended-block */

.recommended-block {
  background-color: #F6F6F6;
  padding: 40px 0 40px;
  text-align: center;
}

.recommended-link {
  margin-top: 0;
  text-align: center;
}

/* region-block */

.region-block {
  padding: 40px 0 108px;
  text-align: center;
}

.home .region-block {
  padding-bottom: 65px;
}

/* brand block */

.brand-block {
  padding: 60px 0 60px;
  text-align: center;
}

.brand-block h2 {
  padding-top: 75px;
}

.brand-inner {
  background-color: #F6F6F6;
  padding-bottom: 60px;
}

.brand-slider {
  float: left;
  margin-top: -60px;
  width: 700px;
}

.brand-slider .slick-dots {
  bottom: -30px;
}

.brand-text {
  float: right;
  width: 560px;
}

.brand-lead {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* club-block */

.club-block {
  color: #fff;
  text-align: center;
}

.club-inner {
  background: url(/images_static/home/club_bg.jpg) 0 0 no-repeat;
  height: 476px;
  margin: 0 auto;
  padding-top: 59px;
  position: relative;
  width: 1246px;
}

.club-inner:hover:before {
  background-color: rgba(255,255,255,0.3);
  content: "";
  height: 476px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1246px;
}

.club-block h2 {
  font-family: Georgia, '游明朝' , 'Yu Mincho', 'YuMincho' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI';
  font-size: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.club-block h2 span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.club-block p {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.club-block .lead {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 40px;
}

.club-block ul {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.club-block li {
  float: left;
}

.club-block li:first-child {
  margin-right: 20px;
}

.club-block .btn {
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 16px;
  padding: 14px 0 15px;
  width: 400px;
}

.club-block .btn:hover {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
}

.home .club-block {
  padding-bottom: 40px;
}

/* info-block */

.info-block .more {
  margin: 20px 0 60px;
  text-align: center;
}

.home .info-block h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

.home .info-block .more {
  margin-bottom: 40px;
}

.info-block .p-tab-head li {
  background-color: #F8F8F8;
  border: 0;
  border-bottom: 2px solid #222;
  height: 41px;
  text-decoration: underline;
  width: 149px;
}

.info-block .p-tab-head li a {
  color: #222;
  font-size: 12px;
}

.info-block .p-tab-head li.active {
  background-color: #fff;
  border: 2px solid #222;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.info-block .p-tab-body {
  padding-top: 30px;
}



/* bnr-block */

.bnr-block {
  background-color: #F6F6F6;
  padding: 0 0 60px;
  text-align: center;
}

.bnr-block h3 {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 50px 0 3px;
  text-align: center;
}

.bnr-block > ul {
  overflow: hidden;
  margin: 0 auto;
  width: 1187px;
}

.bnr-block > ul > li {
  float: left;
  margin-left: 5px;
}

.bnr-block li:first-child {
  margin-left: 0;
}

.bnr-block .bnr-hotel {
  width: 591px;
}

.bnr-block .bnr-hotel p {
  font-size: 14px;
  margin: 15px 0 0;
}

.bnr-block .bnr-hotel span {
  color: #6F6F6F;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

/* magazine-block */

.magazine-block {
  background: url(/images_static/home/magazine_bg.jpg) 0 0 no-repeat;
  color: #fff;
  height: 150px;
  padding: 58px 0 0 333px;
  width: 1260px;
}

.magazine-block h3 {
  float: left;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding-right: 28px;
}

.magazine-block h3 span {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.magazine-form {
  float: left;
}

.magazine-form input {
  float: left;
}

.magazine-form input[type="text"] {
  border: 0;
  border-radius: 3px;
  color: #222;
  font-size: 14px;
  margin-right: 10px;
  padding: 9px 18px;
  width: 300px;
}

.magazine-form input[type="text"].error {
  background-color: #FFC9C9;
}

.magazine-form input[type="submit"] {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  width: 100px;
}

.magazine-form .error-text {
  color: #FFA5A5;
  font-size: 14px;
  padding-top: 12px;
}

.magazine-form-popup {
  font-size: 14px;
  position: relative;
  background: #FFF;
  padding: 44px 20px 10px;
  margin: 0 auto;
  text-align: center;
  width: 495px;
}

.magazine-form-popup p {
  line-height: 1.6;
}

.magazine-form-popup .btn-block {
  margin-top: 15px;
}

.magazine-form-popup .btn {
  margin-bottom: 10px;
  padding: 15px 0;
  width: 260px;
}

.magazine-form-popup .mfp-close {
  background: url(/images_static/common/modal_close_02.png) center center no-repeat;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  top: 0;
  right: 0;
}

.magazine-form-popup .btn.mfp-close {
  background: none;
  border: 2px solid #222;
  color: #222 !important;
  height: 46px !important;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  display: inline-block !important;
  line-height: 46px;
  letter-spacing: 0.05em !important;
  position: static !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 256px;
}

/* user-recommended */

.user-recommended {
  padding: 0;
}

.user-recommended {
  border-bottom: 2px solid #A66C12;
  padding: 40px 0 55px;
}

.user-recommended h2 {
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 3px;
}

/* hotel */

.hotel-header {
  height: 459px;
  text-align: center;
}

.hotel-header .h2-type03 {
  margin-top: 20px;
}

.hotel-header p {
  font-size: 15px;
}

.hotel .mv-msg-text {
  margin-top: 40px;
}

.hotel .recommended-block {
  padding-bottom: 30px;
}

.hotel .user-recommended {
  padding-bottom: 20px;
}

.hotel .region-block {
  padding-bottom: 10px;
}

.hotel .region-slider .box {
  float: left;
}

.hotel .region-slider {
  margin-bottom: 28px;
  overflow: hidden;
  width: 1189px;
}

.hotel .region-slider .box:nth-child(4n) {
  margin-right: 0;
}

.hotel .region-block h3 {
  background: url(/images_static/common/h3_line_01.png) 0 4px no-repeat;
  font-size: 16px;
  margin: 0 auto 10px;
  padding-left: 30px;
  text-align: left;
  width: 1189px;
}

.hotel .refine-map-body .middle .lead {
  height: 139px;
}

.hotel .refine-map-body .bottom .reserve a:before {
  content: none;
}

.hotel .refine-map {
  margin-bottom: 40px;
}

.hotel .info-block {
  border-top: 2px solid #222;
  padding-top: 40px;
}

.hotel .h2-type02 {
  font-size: 18px;
}

.hotel .p-asset03 {
  margin-bottom: 30px !important;
  overflow: hidden;
}

.hotel .p-asset03 .box {
  float: left;
}

.hotel .p-asset03 .box:last-child {
  margin-right: 0;
}

.hotel .club-block {
  padding-bottom: 0;
}

/* refine-block */

.refine-block {
  padding: 40px 0 0;
  text-align: center;
}

.refine-block .p-tab-body {
  padding-top: 40px;
}

.refine-block .p-tab-head li {
  width: 412px;
}

.refine-block .p-tab-head i {
  margin-right: 12px;
}

.refine-place {
}

.refine-map {
  margin: 0 auto 60px;
  width: 1247px;
}

.refine-map-head {
  background-color: #222;
  display: table;
  height: 60px;
  color: #fff;
  padding: 0 30px;
  table-layout: fixed;
  text-align: left;
  width: 1247px;
}

.refine-map-head h3 {
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
  width: 610px;
}

.refine-map-form {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
}

.refine-map-form div {
  display: table-cell;
}

.refine-map-form select {
  background: url(/images_static/common/icon_arrow_bottom_03.png) 95% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  border: 0;
  border-radius: 3px;
  padding: 9px 16px 8px;
  width: 200px;
}

.refine-map-form .area {
  padding-right: 28px;
}

.refine-map-form span {
  font-size: 14px;
  margin-right: 7px;
}

.refine-map-form select::-ms-expand {
  display: none;
}

.refine-map-body {
  border: 2px solid #222;
  height: 554px;
}

.refine-map-body .map {
  float: right;
  height: 554px;
  width: 882px;
}

.refine-map-body .info {
  border-right: 2px solid #222;
  height: 552px;
  float: left;
  padding: 22px;
  text-align: left;
  width: 360px;
}

.refine-map-body .name {
  font-size: 20px;
  font-weight: bold;
  margin: 7px 0 10px;
}

.refine-map-body .hotel-name {
  font-size: 14px;
  margin-bottom: 6px;
}

.refine-map-body .cat {
  overflow: hidden;
}

.refine-map-body .cat li {
  background-color: #E6E6E6;
  color: #000;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-right: 2px;
  padding: 4px 0 3px;
  text-align: center;
  width: 67px;
}

.refine-map-body .middle .lead {
  height: 70px;
  font-size: 14px;
  margin: 12px 0 0;
}

.refine-map-body .middle .data ul {
  margin-bottom: 5px;
  overflow: hidden;
  vertical-align: middle;
}

.refine-map-body .middle .budget li {
  float: left;
  margin-right: 10px;
  font-size: 13px;
}

.refine-map-body .middle .budget li:before {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 4px;
  text-align: center;
  width: 18px;
}

.refine-map-body .middle .budget li.lunch:before {
  background-color: #FF9300;
  content: '\f185';
}

.refine-map-body .middle .budget li.dinner:before {
  background-color: #003764;
  content: '\f186';
}

.refine-map-body .middle .tag li {
  border: 1px solid #95989A;
  color: #000;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-right: 2px;
  padding: 4px 8px 3px;
}

.refine-map-body .bottom {
  margin-top: 8px;
  overflow: hidden;
}

.refine-map-body .bottom > div {
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.refine-map-body .bottom .reserve {
  background-color: #000;
  color: #fff;
  margin-bottom: 5px;
}

.refine-map-body .bottom p {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.refine-map-body .bottom .reserve a {
  background: url(/images_static/common/icon_arrow_right_05.png) 96% center no-repeat;
  display: table-cell;
  color: #fff;
  font-size: 15px;
  height: 40px;
  text-decoration: none;
  vertical-align: middle;
}

.refine-map-body .bottom .reserve a:before {
  content: '\f0f5';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 10px;
}

.refine-map-body .bottom .tel {
  background-color: #E6E6E6;
  font-size: 17px;
  line-height: 40px;
}

.refine-map-body .bottom .tel span {
  font-size: 14px;
}

.refine-map-body .bottom .tel p:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 10px;
}

.refine-map-body .bottom .no-reserve {
  background-color: #fff;
  font-size: 12px;
}

.refine-map-body .bottom .no-reserve p:before {
  content: none;
}

.refine-list {
  padding-bottom: 57px;
}

.refine-list dl {
  margin: 0 auto;
  width: 1248px;
}

.refine-list dt {
  background: url(/images_static/hotel/icon_open.png) 99%  center no-repeat #F6F6F6;
  cursor: pointer;
  margin-top: 5px;
  padding: 20px 0;
  font-size: 15px;
}

.refine-list dt.active {
  background: url(/images_static/hotel/icon_close.png) 99%  center no-repeat #F6F6F6;
  font-weight: bold;
}

.refine-list dd {
  background-color: #F6F6F6;
  display: none;
  padding: 0 70px 40px;
}

.refine-list dd .block {
  float: left;
  background-color: #fff;
  box-shadow:0px 3px 2px 0px rgba(0,0,0,0.16);
  height: 234px;
  text-align: left;
  width: 546px;
}

.refine-list dd .block:first-child {
  margin-right: 11px;
}

.refine-list dd .block .cont {
  overflow: hidden;
  padding: 20px;
}

.refine-list dd .block .cont img {
  float: left;
  margin-right: 17px;
}

.refine-list dd .block .name {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 19px;
  margin-bottom: 20px;
}

.refine-list dd .block .address {
  font-size: 14px;
}

.refine-list dd .bottom {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.refine-list dd .bottom > div {
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.refine-list dd .bottom .reserve {
  background-color: #222;
  color: #fff;
}

.refine-list dd .bottom p {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.refine-list dd .bottom .reserve a {
  background: url(/images_static/common/icon_arrow_right_05.png) 96% center no-repeat;
  display: table-cell;
  color: #fff;
  font-size: 14px;
  height: 40px;
  text-decoration: none;
  vertical-align: middle;
}

.refine-list dd .bottom .tel {
  background-color: #E6E6E6;
  font-size: 17px;
}

.refine-list dd .bottom .tel p:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 14px;
}

.refine-list dd .bottom .tel .pc-fix {
  display: inline;
}

.refine-brand {
  padding-bottom: 19px;
  margin: 0 auto;
  width: 1246px;
}

.refine-brand h3 {
  font-size: 23px;
  margin-bottom: 15px;
}

.refine-brand p {
  font-size: 15px;
  margin-bottom: 40px;
}

.refine-brand .link a {
  text-decoration: none;
  margin: 12px 0 5px;
  display: inline-block;
}

.refine-brand .link a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 14px;
}

.refine-brand .link span {
  color: #6F6F6F;
  font-size: 14px;
}

.refine-brand-middle {
  margin: 35px 0 50px;
  overflow: hidden;
}

.refine-brand-middle .block {
  float: left;
  margin-left: 4px;
  position: relative;
}

.refine-brand .label {
  background-color: #fff;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px 0;
  text-align: center;
  width: 60px;
}

.refine-brand-middle .block:first-child {
  margin-left: 0;
}

.refine-brand-middle .link {
  font-size: 14px;
}

.refine-brand-middle .link span {
  font-size: 12px;
}

.refine-brand-bottom h4 {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-align: center;
}

.refine-brand-bottom ul {
  margin: 0 auto 40px;
  overflow: hidden;
}

.refine-brand-bottom li {
  float: left;
  margin: 0 5px 5px 0;
}

.refine-brand-bnr01 {
  width: 1035px;
}

.refine-brand-bnr01 li:nth-child(5n){
  margin-right: 0;
}

.refine-brand-bnr02 {
  width: 827px;
}

.refine-brand-bnr02 li:nth-child(4n){
  margin-right: 0;
}

.refine-brand-bnr03 {
  width: 619px;
}

.refine-brand-bnr03 li:nth-child(3n){
  margin-right: 0;
}

/* share-block */

.share-block {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 50px;
  width: 440px;
}

.area .share-block {
  padding-bottom: 40px;
}

.share-block p {
  float: left;
  margin-right: 10px;
  font-size: 13px;
}

.share-block ul {
  float: left;
  overflow: hidden;
}

.share-block li {
  float: left;
  margin-right: 4px;
}

.share-block li a {
  background-color: #6F6F6F;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  width: 100px;
}

.share-block i,
.share-block img {
  margin-right: 5px;
  vertical-align: middle;
}

.share-block a:hover img {
  opacity: 1;
}

.share-block li img {
  height: 12px;
  width: 12px;
}

/* bread-block */

.bread-block {
  border-top: 1px solid #E6E6E6;
  padding: 20px 40px;
}

.bread-block nav {
  font-size: 13px;
}

.bread-block a {
  text-decoration: none;
}

.bread-block a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 13px;
  margin: 0 10px 0 15px;
}

.bread-block .home:before {
  content: '\f015';
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 12px;
}

/* event */

.event-block {
  background-color: #F6F6F6;
  padding: 60px 0 40px;
}

.event-block .box {
  margin-bottom: 10px;
}

.event-block .box:nth-child(3n) {
  margin-right: 0;
}

.event-more {
  margin: 25px 0 0;
  text-align: center;
}

/* restaurant */

.shop-search {
  padding: 40px 0;
  text-align: center;
}

.shop-search .inner {
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  padding: 20px 30px 0;
  text-align: left;
  width: 1246px;
}

.shop-search-top {
  border-bottom: 1px solid #fff;
  padding: 0 0 16px 318px;
}

.shop-search-top > div {
  float: left;
}

.shop-search-top span {
  display: inline-block;
  font-size: 14px;
  margin-right: 23px;
}

.shop-search-top select {
  background: url(/images_static/common/icon_arrow_bottom_03.png) 95% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  color: rgba(0,0,0,0.8);
  font-size: 14px;
  padding: 9px 16px 8px;
  width: 200px;
}

.shop-search-top .select:first-child select {
  margin-right: 27px;
}

.shop-search-bottom .acc-head {
  cursor: pointer;
  padding: 15px 0;
  text-align: center;
}

.shop-search-bottom .acc-head:after {
  content: url(/images_static/common/icon_arrow_bottom_05.png);
  padding-left: 24px;
}

.shop-search-bottom .acc-body {
  display: none;
  padding-bottom: 30px;
}

.shop-search-bottom .acc-body dl {
  margin-bottom: 10px;
  overflow: hidden;
}

.shop-search-bottom .acc-body dt {
  float: left;
  line-height: 44px;
  padding-left: 54px;
  width: 185px;
}

.shop-search-bottom .acc-body dd {
  overflow: hidden;
}

.shop-search-bottom .acc-body dd li {
  float: left;
  font-size: 14px;
  margin: 0 10px 10px 0;
}

.shop-search-bottom .acc-body dd li:nth-child(4n) {
  margin-right: 0;
}

.shop-search-bottom .acc-body dd li {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  display: table;
  height: 44px;
  position: relative;
  text-align: center;
  width: 230px;
}

.shop-search-bottom .acc-body input {
  height: 18px;
  width: 18px;
}

.shop-search-bottom .acc-body dd li div {
  display: table-cell;
  vertical-align: middle;
}

.shop-search-bottom .acc-body .submit {
  text-align: center;
}

.shop-search-bottom .acc-body button {
  background: url(/images_static/common/icon_arrow_right_03.png) 97% center no-repeat #000;
  border: 1px solid #fff;
  font-size: 15px;
  margin-top: 10px;
  padding: 15px 0;
  width: 300px;
}

.shop-search-bottom .acc-body button:before {
  content: '\f002';
  color: #fff;
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 18px;
}

.shop-search-bottom .acc-body input[type='checkbox']{
  filter: alpha(opacity=0);
  -moz-opacity:0;
  left: 9px;
  opacity:0;
  position: absolute;
}
.shop-search-bottom .acc-body input[type='checkbox'] + label {
  background: url(/images_static/common/checkbox_01.png) 9px 0 no-repeat;
  display: block;
  letter-spacing: -0.08em;
  padding: 0 0 0 9px;
  height: 18px;
}
.shop-search-bottom .acc-body input[type='checkbox']:checked + label {
  background-position: 9px bottom;
}

.shop-search-bottom .acc-body label span {
  display: inline-block;
  margin-top: -6px;
}

.shop-list h3 {
  background: url(/images_static/common/h3_line_01.png) 0 4px no-repeat;
  font-size: 16px;
  margin: 0 auto 20px;
  padding-left: 30px;
  text-align: left;
}

.shop-list .p-tab-block {
  position: relative;
}

.shop-list .p-tab-body {
  padding-top: 40px;
}

.shop-list .p-tab-body .box {
  background-color: #F7F7F7;
  margin: 0 auto;
  padding: 40px;
  width: 1246px;
}

.shop-list .p-tab-head {
  font-size: 14px;
}

.shop-list .p-tab-head li {
  height: 32px;
  width: 150px;
}

.shop-list .p-tab-head li a {
  line-height: 28px;
  padding: 0;
}

.shop-list .p-tab-head .list-tab {
  margin-left: 950px;
}

.shop-list .p-tab-head i {
  margin-right: 15px;
}

.shop-list-result {
  font-size: 16px;
  left: 8px;
  position: absolute;
  top: -5px;
}

.shop-list-result span {
  font-size: 22px;
}

.shop-list .more {
  margin-top: 20px;
  text-align: center;
}

.shop-list .more .btn {
  background: url(/images_static/common/icon_arrow_bottom_06.png) 95% center no-repeat transparent;
  border: 2px solid #222222;
  color: #222;
  padding: 15px 0;
  width: 260px;
}

.restaurant .region-block {
  border-bottom: 2px solid #222222;
  margin-bottom: 40px;
  padding-bottom: 60px;
}

.restaurant #tab-body02 {
  background-color: transparent;
  padding: 0;
}

.restaurant .club-block {
  padding-bottom: 0;
}

.info-block h2 {
  font-size: 22px;
}

/* room */

.room-header .inner {
  padding: 0 7px;
}

.room-header-top {
  position: relative;
}

.room-header-back {
  left: 30px;
  position: absolute;
  top: 20px;
  z-index: 1;
}

.room-header-back a {
  background: url(/images_static/area/header_slider_arrow.png) 7px center #222 no-repeat;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 35px;
  padding-left: 50px;
  text-decoration: none;
  width: 90px;
}

.area .room-header .p-header-slider .slick-prev {
  left: 544px;
}

.area .room-header .p-header-slider .slick-next {
  left: inherit;
  right: 551px;
}

.room-header-bottom h2 {
  font-size 28px;
  font-weight: bold;
  margin: 35px 0 10px;
}

.room-header-bottom h2 .label {
  background-color: #843F2E;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin-left: 24px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

.room-header-bottom .note {
  border-bottom: 2px solid #222;
  color: #6F6F6F;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 17px;
}

.room-header-bottom .info {
  line-height: 1.5625;
  margin-bottom: 55px;
}

.room-detail .inner {
  padding: 0 7px;
}

.room-detail-gmap {
  margin-bottom: 40px;
}

.room-detail .movie {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-top: 53.45%;
}

.room-detail .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.room-detail-data {
  margin-bottom: 40px;
}

.room-detail-data .box {
  float: left;
  width: 613px;
}

.room-detail-data .box:nth-child(2n) {
  margin-left: 20px;
}

.room-detail-data .layout {
  border: 1px solid #C7C7C7;
  margin-bottom: 20px;
  padding: 20px;
}

.room-detail-data .layout img {
  height: 260px;
  object-fit: contain;
  width: 573px;
}

.room-detail-data .more {
  text-align: center;
}

.room-detail-data .more img {
  margin-right: 17px;
}

.room-detail-data .note {
  font-size: 15px;
  line-height: 1.73;
  margin: -5px 0 15px;
}

.p-help {
  display: inline-block;
  position: relative;
}

.p-help i {
  color: #6F6F6F;
  cursor: pointer;
  font-size: 18px;
  padding-left: 10px;
}

.p-help-popup {
  background-color: #fff;
  border-radius: 4px;
  bottom: 25px;
  font-size: 13px;
  font-weight: normal;
  left: -88px;
  line-height: 1.38;
  box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
  padding: 5px 12px 27px;
  position: absolute;
  width: 210px;
}

.p-help-popup:before {
  content: '';
  position: absolute;
  display: block;
  margin-left: -9px;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -9px;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.p-help .close {
  cursor: pointer;
  margin-bottom: 2px;
  text-align: right;
}

.p-help .close i {
  color: #6F6F6F;
  font-size: 15px;
  margin-right: -5px;
}

.room-detail-notice {
  margin-bottom: 40px;
}

.room-detail-notice p {
  line-height: 1.625;
}

.room-detail-gift {
  margin-bottom: 50px;
}

.room-detail-gift .note {
  color: #6F6F6F;
  font-size: 15px;
  margin-top: 12px;
}

.room-plan {
  background-color: #f6f6f6;
  padding: 40px 0;
}

.room-plan .h3-type01 {
  font-size: 18px;
}

.room-plan .more {
  text-align: center;
}

.room-plan .copy {
  color: #6F6F6F;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.room-plan .p-asset01 .box {
  height: auto;
}

.room-plan .p-asset01-slider .slick-dots {
  bottom: -18px;
}

.room-service {
  padding: 40px 47px 20px;
}

.room-service .h3-type01 {
  font-size: 18px;
}

.room-service .p-asset03 {
  margin-bottom: 40px;
  overflow: hidden;
  width: 1166px;
}

.room-service .p-asset03 .box {
  float: left;
  width: 385px
}

.room-service .p-asset03 .box:last-child {
  margin-right: 0;
}

.room-service .p-asset03 .body p {
  font-size: 18px;
}

.room-service .p-asset03.bottom .box {
  float: left;
  width: 580px;
}

.room-service .p-asset03 img {
  height: 134px;
  object-fit: cover;
  width: 134px;
}

.room-back {
  margin: 0 0 -10px;
  padding-top: 30px;
  text-align: center;
}

.area .club-inner {
  background-size: cover;
}

.area .p-header .text {
  margin-top: -63px;
}

.area .p-header {
  box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.room-pickup h2 {
  font-size: 22px;
}

.room-pickup {
  background: url(/images_static/area/room_pickup_bg.png) 0 100% no-repeat;
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.room-bnr {
  background: url(/images_static/area/bnr_bg_01.jpg) 0 0 no-repeat;
  height: 200px;
  margin: 0 auto 38px;
  padding-top: 49px;
  text-align: center;
  width: 1246px;
}

.room-bnr p {
  background: url(/images_static/area/bnr_arrow.png) 97% center no-repeat rgba(0,0,0,0.7);
  color: #fff;
  font-size: 27px;
  height: 102px;
  margin: 0 auto;
  padding-top: 25px;
  width: 642px;
}

.room-bnr p span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.room-list {
  padding: 0 7px;
}

.room-search-head {
  background-color: #222;
  display: table;
  height: 60px;
  color: #fff;
  padding: 0 30px;
  table-layout: fixed;
  text-align: left;
  width: 1247px;
  background-color: #000;
  margin-bottom: 30px;
}

.room-search-head h3 {
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
  /* 2018.3.21変更 フロア選択を削除した分width追加*/
  /*width: 610px;*/
  width: 891px;
}

.room-search-form {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
}

.room-search-form div {
  display: table-cell;
}

.room-search-form select {
  background: url(/images_static/common/icon_arrow_bottom_03.png) 95% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  border: 0;
  border-radius: 3px;
  padding: 9px 16px 8px;
  width: 200px;
}

.room-search-form .area {
  padding-right: 28px;
}

.room-search-form span {
  font-size: 14px;
  margin-right: 7px;
}

.room-search-form select::-ms-expand {
  display: none;
}

.room-list-floor {
  background-color: #E6E6E6;
  overflow: hidden;
  padding: 30px 40px;
}

.room-list-floor img {
  float: right;
}

.room-list-floor .text {
  float: left;
  margin: 45px -160px 0 0;
  position: relative;
  z-index: 10;
  width: 430px;
}

.room-list-floor h3 {
  border-bottom: 2px solid #222;
  font-size: 20px;
  padding-bottom: 10px;
}

.room-list-floor p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.57;
  padding: 17px 60px 0 0;
}

.room-list-cont {
  margin-bottom: 30px;
}

.room-list-cont .box {
  background-color: #fff;
  box-sizing: content-box;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  float: left;
  margin-bottom: 10px;
  padding: 20px 20px 0;
  width: 540px;
}

.room-list-cont .box:nth-child(2n) {
  margin-left: 5px;
}

.room-list-cont .p-header-slider .slick-prev {
  left: 205px;
}

.room-list-cont .p-header-slider .slick-next {
  right: 205px;
}

.room-list-cont h3 {
  margin-top: 5px;
  width: 450px;
}

.room-list-cont h3 a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.room-list-cont .bottom {
  position: relative;
}

.room-list-cont .label {
  background-color: #843F2E;
  color: #fff;
  font-size: 11px;
  position: absolute;
  width: 82px;
  top: 10px;
  right: 0;
  text-align: center;
}

.room-list-cont .floor {
  color: #6F6F6F;
  font-size: 14px;
  margin-bottom: 15px;
}

.room-list-cont .copy {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 10px;
  min-height: 40px;
}

.room-list-cont .data {
  background-color: #E6E6E6;
  font-size: 14px;
  line-height: 1.93;
  margin-bottom: 20px;
  padding: 15px;
}

.room-list-cont .link {
  border-top: 1px solid #E6E6E6;
  height: 47px;
  text-align: center;
}

.room-list-cont .link a {
  font-size: 14px;
  line-height: 47px;
  text-decoration: none;
}

.room-list-cont .link a:before {
  color: #888888;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 10px;
}

.room-list-cont:last-child {
  margin-bottom: 0;
}

.room-list-cont dt {
  margin-top: 0;
}

.room-list-cont dd {
  background-color: #F7F7F7;
  padding-bottom: 20px;
  padding-top: 0;
}

.room-list-cont .p-asset06 dl {
  width: 100%;
}

.room-list-cont .p-asset06 dt {
  text-align: center;
}

.room-list-cont .p-asset06 dt:before {
  content: none;
}

.room-list-cont .p-asset06 dt.active {
  font-weight: normal;
}

.room-list-cont .room-box .slick-slide {
  position: relative;
}

.room-list-cont .room-box .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.74%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.room-other {
  margin-bottom: 87px;
  padding-top: 40px;
}

.room-top .club-block {
  padding-bottom: 0;
}

/* 2018.3.21追加 */
.room-top .room-list-cont .inner {
  background-color: #F7F7F7;
  overflow: hidden;
  padding: 40px;
}
/* 追加ここまで */


/* info */

.info .p-header .text {
  margin-top: -67px;
}

.info .p-header .h2-type03 {
  margin: 0;
}

.info-list-lv02 > .p-tab-head li:first-child {
  margin-left: 20px;
}

.info-list-lv02 > .p-tab-head li {
  margin-left: 2px;
}

.info .info-block .more {
  margin: 30px 0 20px;
}

.p-tab-body-lv01 > .box {
  display: none;
}

.p-tab-body-lv01 .box.active {
  display: block;
}

.info-list-lv02 .p-asset04 .text {
  min-height: 35px;
}

.info-list-lv02 .p-asset04 .box {
  padding: 10px 20px;
}

.info-list-lv02 {
  position: relative;
}

.info-search {
  margin: 0 auto;
  width: 760px;
}

.info-search > span {
  line-height: 70px;
  width: 140px;
}

.info-search-form .cat {
  float: left;
  line-height: 30px;
  height: 70px;
  padding: 18px 37px 18px 32px
}

.info-search-form .cat p {
  background: url(/images_static/information/search_arrow_01.png) 100% center no-repeat;
  cursor: pointer;
  padding-right: 22px;
}

.info-search-form .cat.active p {
  background: url(/images_static/information/search_arrow_03.png) 100% center no-repeat;
}

.info-search-form .cat p:before {
  content: '\f00a';
  font-family: Fontawesome;
  padding-right: 14px;
}

.info-search-form {
  background-color: #E6E6E6;
  float: right;
  font-size: 14px;
  margin-bottom: 17px;
  width: 620px;
}

.info-search-form .year {
  float: left;
  height: 70px;
  padding: 18px 18px 18px 0;
}

.info-search-form .year span {
  border-left: 1px solid #888888;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px 0 30px;
}

.info-search-form .year select {
  background: url(/images_static/common/icon_arrow_bottom_03.png) 95% center no-repeat #fff;
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  font-size: 14px;
  padding: 10px 16px 8px;
  width: 270px;
}

.info-search-form .year select::-ms-expand {
  display: none;
}

.info-search .cat-cont {
  background-color: #000;
  display: none;
  height: 178px;
  padding: 40px;
  position: absolute;
  width: 1206px;
  left: 20px;
  top: 70px;
}

.info-search .cat-cont li {
  float: left;
  margin: 0 10px 10px 0;
}

.info-search .cat-cont li:nth-child(5n) {
  margin-right: 0;
}

.info-search .cat-cont li a {
  background: url(/images_static/information/search_arrow_02.png) 96% center no-repeat #fff;
  display: block;
  height: 44px;
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  width: 217px;
}

.info-search-form .cat.active {
  background-color: #000;
  color: #fff;
}

.info-list h3 {
  border-bottom: 2px solid #222;
  font-size: 18px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  width: 1206px;
}

.info .info-back {
  padding: 32px 0 0 32px;
}

.info .info-back a {
  background: url(/images_static/information/info_detail_back.png) 0 center no-repeat;
  color: #fff;
  padding-left: 54px;
  text-decoration: none;
}

.info-detail-header {
  background: url(/images_static/information/info_detail_header.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 80px;
}

.info-article {
  background-color: #fff;
  margin: -89px auto 0;
  width: 1260px;
}

.info-article-header {
  border-bottom: 2px solid #222;
  margin: 0 50px;
  padding-top: 34px;
}

.info-article-header .date {
  color: #6F6F6F;
  font-size: 18px;
  margin-bottom: 15px;
}

.info-article-header h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 15px;
}

.info-article-header .cat {
  color: #fff;
  font-size: 12px;
  margin-right: 12px;
  display: inline-block;
  padding: 3px 0;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

.info-article-header .cat-important {
  background-color: #803B2D;
}

.info-article-body {
  padding: 40px 42px 0;
}

.info-article-body p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 20px;
}

.info-article-lead {
  margin: 0 auto 35px;
  width: 890px;
}

.info-article-lead p {
  font-size: 16px;
}

.info-article-lead img {
  margin-bottom: 30px;
}

.info-article-body .col2-block {
  margin-bottom: 30px;
  overflow: hidden;
}

.info-article-body .col2-block:last-child {
  margin-bottom: 0;
}

.info-article-body .col2-block .box {
  float: left;
  width: 578px;
}

.info-article-body .col2-block .box:first-child {
  margin-right: 20px;
}

.info-article-body .p-header-slider img {
  margin-bottom: 0;
}

.info-article-lead .desc {
  color: #6F6F6F;
  font-size: 14px;
  padding: 8px 0 0;
}

.info-article-lead .copy {
  font-size: 22px;
  font-weight: bold;
}

.info-article-lead .term {
  border-top: 1px solid #C7C7C7;
  padding-top: 17px;
}

.info-article-lead .term span {
  font-weight: bold;
}

.info-article .movie {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.18%;
}

.info-article .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* press release back number 2018.3.21追加 */
.pressbn-header {
  margin: 30px auto 0;
}
.pressbn-block {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.pressbn-block .p-tab-head li {
  background-color: #F8F8F8;
  border: 0;
  border-bottom: 2px solid #222;
  height: 41px;
  text-decoration: underline;
  width: 200px;
}
.pressbn-block .p-tab-head li.active {
  background-color: #fff;
  border: 2px solid #222;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.pressbn-block .p-tab-head li a {
  color: #222;
  font-size: 12px;
}
.pressbn-block .p-tab-body {
  padding-top: 30px;
}
.pressbn-search-head {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 18px;
  margin-bottom: 40px;
}
.pressbn-search-head span {
  display: inline-block;
  padding-right: 20px;
}
.pressbn-search-head select {
  background: url(/images_static/common/icon_arrow_bottom_03.png) 95% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  border: 0;
  border-radius: 3px;
  padding: 9px 16px 8px;
  width: 270px;
}
/* 追加ここまで */

/* area stay */

.area .info-back {
  padding: 26px 0 0 32px;
}

.area .info-back a {
  background: url(/images_static/information/info_detail_back.png) 0 center no-repeat;
  color: #fff;
  padding-left: 54px;
  text-decoration: none;
}

.area .info-detail-header {
  background-image: url(/images_static/area/stay_detail_header.jpg);
}

.area .info-article-header {
  position: relative;
}

.area .info-article-header .label {
  bottom: 15px;
  position: absolute;
  right: 0;
}

.area .info-article-header .label span {
  border: 1px solid #222;
  font-size: 12px;
  padding: 2px 20px;
}

.area .p-header-slider .movie {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-top: 56.29%;
}

.area .p-header-slider .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.area .p-header-slider .slick-prev {
  left: 379px;
}

.area .p-header-slider .slick-next {
  left: 486px;
}

/*.area .slick-dots li {
  margin: 0 3px;
}

.area .slick-dots li button:before {
  height: 4px;
  width: 4px;
}*/

.area .price-list {
  margin: 0 auto;
  width: 890px;
}

.area .price-list li {
  background-color: #E6E6E6;
  display: table;
  height: 60px;
  margin-bottom: 5px;
  padding: 10px 20px;
  width: 100%;
}

.area .price-list li > div {
  display: table-cell;
  vertical-align: middle;
}

.area .price-list .member {
  padding-right: 10px;
  width: 77px;
}

.area .price-list .member span {
  background-color: #646464;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 67px;
}

.area .price-list .meal {
  padding-right: 12px;
}

.area .price-list .meal span {
  background-color: #fff;
  color: #000;
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 84px;
}

.area .price-list .meal span:before {
  content: '\f0f5';
  color: #525252;
  font-family: Fontawesome;
  padding-right: 10px;
}

.area .price-list .name {
  font-size: 13px;
  width: 263px;
}

.area .price-list .num {
  font-size: 14px;
}

.area .price-list .price {
  font-size: 16px;
  padding-right: 27px;
  text-align: right;
  width: 152px;
}

.area .price-list .price span {
  font-size: 22px;
}

.area .price-list .btn a {
  background: url(/images_static/area/price_list_arrow.png) 90% center no-repeat #000;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 190px;
}

.area .info-article-lead {
  margin-bottom: 20px;
}

.area .share-plan {
  border-bottom: 1px solid #C7C7C7;
  margin: 0 auto 39px;
  overflow: hidden;
  width: 1246px;
}

.area .share-plan .share-block {
  float: right;
}

.area .plan-feature {
  margin-bottom: 40px;
  padding: 0 5px;
}

.area .plan-feature h2 {
  font-size: 22px;
}

.area .plan-meal {
  margin-bottom: 40px;
  padding: 0 7px;
}

.area .plan-meal h2 {
  font-size: 22px;
}

.area .plan-meal .p-asset09 {
  margin-bottom: 33px;
}

.area .plan-meal .plan-meal-wrap {
  background-color: #F7F7F7;
  padding: 30px 0 34px;
}

.area .plan-meal .p-asset01 {
  margin-bottom: 60px;
  width: 1165px;
}

.area .plan-meal .p-asset01 .box {
  height: auto;
  padding-bottom: 10px;
}

.area .plan-meal .p-asset01 .box > img {
  margin: 20px 20px 0;
}

.area .plan-meal .p-asset01 .copy {
  color: #6F6F6F;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.area .plan-meal .p-asset01 h3 {
  margin-bottom: 10px;
}

.area .plan-meal .p-asset01 .slick-arrow img {
  display: none;
}

.area .plan-meal .p-asset01 .slick-prev {
  background: url(/images_static/area/asset01_prev.png) 0 0 no-repeat;
  height: 29px;
  left: 0;
  width: 46px;
}

.area .plan-meal .p-asset01 .slick-next {
  background: url(/images_static/area/asset01_next.png) 0 0 no-repeat;
  height: 29px;
  right: 0;
  width: 50px;
}

.area .plan-meal .p-asset01-slider .slick-dots {
  bottom: -20px;
}

.area .plan-meal .p-asset10 {
  margin: 0 auto 28px;
  width: 1165px;
}

.area .plan-meal .p-asset11 {
  margin: 0 auto;
  width: 1165px;
}

.area .plan-prize {
  margin-bottom: 40px;
}

.area .plan-prize h2 {
  font-size: 22px;
}

.area .plan-service {
  border-top: 2px solid #222;
  margin-bottom: 60px;
  padding-top: 40px;
}

.area .plan-service h3 {
  font-size: 18px;
}

.area .plan-service .p-asset03 {
  margin: 0 auto 40px;
  overflow: hidden;
  width: 1169px;
}

.area .plan-service .p-asset03 .box {
  float: left;
  width: 580px;
}

.area .plan-service .p-asset03 .box:last-child {
  margin-right: 0;
}

.area .plan-service .p-asset03 p {
  font-size: 18px;
}

/* area-top */

.area-top .mv .movie {
  padding-top: 48.25%;
}

.area-top .mv-msg {
  font-size: 46px;
  line-height: 1.52;
  text-align: center;
  top: 60px;
}

.area-top .mv-msg img {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
}

.area-top .contact-block {
  display: none;
}

.area-top .reserve-block {
  margin-bottom: 21px;
  margin-top: -123px;
  position: relative;
  z-index: 1;
}

.area-top .reserve-block .reserve-body {
  padding: 12px 22px;
}

.area-top .reserve-block .reserve-body-input h2 {
  margin: 5px 26px 0 0;
}

.area-top .reserve-block .reserve-body-input .top {
  margin: 4px 0 0 0;
}

.area-top .reserve-block .reserve-body-submit button {
  margin-top: 0;
}

.area-top .reserve-block .datepicker {
  padding: 4px 13px 3px 14px;
}

.area-top .reserve-block .reserve-body-input select {
  height: 30px;
  padding: 0 16px;
}

.area-top .reserve-block .reserve-head-link {
  float: right;
  padding-right: 35px;
}

.area-top .share-block-top {
  background-color: #F6F6F6;
  padding: 16px 30px !important;
  width: auto !important;
}

.area-top .share-block-top .inner {
  float: right;
  overflow: hidden;
}

.area-top .room-plan {
  background: url(/images_static/area/area_top_plan_bg.png) 0 100% no-repeat #fff;
}

.area-top .room-plan .box {
  height: auto;
}

.area-top .room-plan .label span {
  background-color: #646464;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 105px;
}

.area-top .room-plan02 {
  background: url(/images_static/area/area_top_plan_bg_02.png) 0 100% no-repeat #fff;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.area-top .room-plan02 .box {
  padding-bottom: 0;
}

.area-top .room-plan02 p {
  margin-bottom: 0;
}

.area-top .mv-slider02 .slick-prev {
  bottom: 165px;
  height: 7px;
  left: 554px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.area-top .mv-slider02 .slick-next {
  bottom: 165px;
  height: 7px;
  right: 537px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.area-top .mv-slider02 .slick-prev:before,
.area-top .mv-slider02 .slick-next:before {
  display: none;
}

.area-top-service .block {
  overflow: hidden;
}

.area-top-service .box {
  float: left;
  margin-left: 5px;
  width: 412px;
}

.area-top-service .box:first-child {
  margin-left: 0;
}

.area-top .service-slider .slick-prev {
  bottom: 40px;
  height: 7px;
  left: 156px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.area-top .service-slider .slick-next {
  bottom: 40px;
  height: 7px;
  right: 156px;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.area-top .service-slider .slick-prev:before,
.area-top .service-slider .slick-next:before {
  display: none;
}

.area-top .service-slider .slick-dots {
  bottom: 40px;
}

.area-top .service-slider .slick-dots li {
  margin: 0 3px;
}

.area-top .service-slider .slick-dots li button:before {
  height: 4px;
  width: 4px;
}

.area-top-service {
  background: url(/images_static/area/area_top_service_bg.png) 0 100% no-repeat;
  margin-bottom: 40px;
  padding: 0 7px;
}

.area-top-service .text {
  background-color: #fff;
  border-bottom: 1px solid #C7C7C7;
  box-sizing: content-box;
  font-size: 12px;
  height: auto;
  margin: -30px auto 0;
  padding: 13px 14px;
  position: relative;
  width: 274px;
  z-index: 1;
}

.area-top-service .text h3 {
  font-size: 17px;
  margin-bottom: 5px;
}

.area-top .service-slider-02 {
  margin-top: 39px;
  overflow: visible;
  padding-bottom: 66px;
}

.area-top .service-slider-02 .text {
  background-color: #fff;
  border-bottom: 1px solid #C7C7C7;
  box-sizing: content-box;
  font-size: 11px;
  height: auto;
  margin: -22px auto 0;
  padding: 9px 12px;
  position: relative;
  width: 236px;
  z-index: 1;
}

.area-top .service-slider-02 h3 {
  font-size: 14px;
}

.area-top .service-slider-02 .box {
  width: 308px;
}

.area-top .service-slider-02 .slick-dots {
  margin-top: 20px;
  bottom: 36px;
}

.area-top .service-slider-02 .slick-dots li button:before {
  background-color: #6F6F6F !important;
}

.area-top .service-slider-02 .slick-next:before,
.area-top .service-slider-02 .slick-prev:before {
  display: none
}

.area-top .service-slider-02 .slick-prev {
  bottom: 27px;
  height: 29px;
  transform: none;
  top: auto;
  width: 46px;
}

.area-top .service-slider-02 .slick-next {
  bottom: 27px;
  height: 29px;
  transform: none;
  top: auto;
  width: 50px;
}

.area-top .service-slider-02 .slick-next {
  right: 0;
}

.area-top .service-slider-02 .slick-prev {
  left: 5px;
}

.area-top-facil {
  padding: 0 6px;
}

.area-top-facil .service-slider-02 {
  margin-top: 0;
}

.area-top-facil .service-slider-02 .text {
  background: url(/images_static/area/area_top_facil_arrow.png) 95% center no-repeat #F6F6F6;
  border-bottom: 0;
  box-sizing: border-box;
  font-size: 12px;
  height: auto;
  margin-top: 0;
  padding-top: 15px;
  width: 100%;
}

.area-top-facil .service-slider-02 h3 {
  font-size: 16px;
}

.area-top-facil .service-slider-02 .slick-next,
.area-top-facil .service-slider-02 .slick-prev {
  bottom: 28px;
}

.area-top-facil .service-slider-02 .box {
  margin-left: 5px;
}

.area-top-season .inner {
  border-bottom: 2px solid #222;
  border-top: 2px solid #222;
  padding: 40px 9px 40px 26px;
}

.area-top-season .text {
  float: left;
  margin-right: 45px;
  text-align: center;
  width: 348px;
}

.area-top-season > img {
  float: right;
}

.area-top-season .mincho {
  font-size: 17px;
  line-height: 1.7;
  margin: 27px 0 20px;
}

.area-top-season .note {
  font-size: 13px;
  line-height: 1.61;
  margin: 20px 0 20px;
}

.area-top-season .text > img {
  background: url(/images_static/area/area_top_season_line.png) 0 0 no-repeat,
    url(/images_static/area/area_top_season_line.png) 0 100% no-repeat;
  padding: 17px 0 20px;
}

.area-top .info-block {
  padding: 38px 5px 0;
}

.area-top .info-block .p-tab-head li {
  width: 237px;
}

.area-top .info-block .p-tab-head li a {
  font-size: 15px;
  padding: 13px 0;
}

.area-top .info-block .p-tab-head li:first-child {
  margin-left: 20px;
}

.area-top-sns {
  margin-bottom: 40px;
  padding: 0 7px;
}

.area-top-sns .box {
  float: left;
  width: 613px;
}

.area-top-sns .box:first-child {
  margin-right: 20px;
}

.area-top-special {
  padding: 0 7px;
}

.area-top-special .inner {
  background: url(/images_static/area/area_top_special.jpg) 0 0 no-repeat;
  height: 126px;
  margin-bottom: 40px;
  padding: 34px 0 0;
  position: relative;
  text-align: center;
  width: 1246px;
}

.area-top-special p {
  color: #fff;
  font-size: 27px;
}

.area-top-special p:after {
  content: url(/images_static/area/area_top_special_arrow.png);
  right: 39px;
  position: absolute;
  top: 40px;
}

.area-top-special p span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.area-top .club-block {
  padding-bottom: 40px;
}

.area-top .bnr-slider {
  overflow: visible;
}

.bnr-slider .slick-prev {
  bottom: -40px;
  height: 29px;
  transform: none;
  top: auto;
  width: 46px;
  z-index: 1;
}

.bnr-slider .slick-next {
  bottom: -40px;
  height: 29px;
  transform: none;
  top: auto;
  width: 50px;
  z-index: 1;
}

.bnr-slider .slick-prev {
  left: 0;
}

.bnr-slider .slick-next {
  right: 3px;
}

.bnr-slider .slick-dots {
  bottom: -30px;
}

.bnr-slider .slick-prev:before,
.bnr-slider .slick-next:before {
  display: none;
}

.bnr-slider .slick-dots li button:before {
  background-color: #6f6f6f;
}

.bnr-slider-wrap {
  padding: 0 35px;
}

/* stay top */

.stay-top .p-header .text {
  margin-top: -75px;
}

.stay-top .p-header .h2-type03 {
  margin: 20px 0 0;
}

.stay-top .p-header {
  padding-bottom: 30px;
}

.stay-top .plan-pickup {
  background: url(/images_static/area/stay_top_pickup_bg.png) 0 100% no-repeat;
  margin-bottom: 37px;
  padding-bottom: 30px;
}

.stay-top .plan-pickup .slick-dots li button:before,
.stay-top .room-plan .slick-dots li button:before {
  height: 6px;
  width: 6px;
}

.stay-top .plan-pickup .slick-dots li,
.stay-top .room-plan .slick-dots li {
  margin: 0 5px;
}

.stay-top .plan-pickup .copy {
  display: block;
}

.stay-top .plan-list {
  margin: 0 auto 40px;
  width: 1246px;
}

.stay-top .room-search-head {
  height: auto;
  padding: 20px 63px 20px 40px;
}

.stay-top .room-search-head h3 {
  width: 180px;
}

.stay-top .room-search-form div {
  display: block;
}

.stay-top .room-search-form span {
  display: block;
  float: left;
  font-size: 16px;
  padding-top: 10px;
  width: 125px;
}

.stay-top .room-search-form li {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  display: table;
  float: left;
  font-size: 14px;
  height: 34px;
  margin: 0 10px 14px 0;
  position: relative;
  text-align: center;
  width: 198px;
}

.stay-top .room-search-form li div {
  display: table-cell;
  vertical-align: middle;
}

.stay-top .room-search-form input[type='checkbox']{
  filter: alpha(opacity=0);
  -moz-opacity:0;
  left: 9px;
  opacity:0;
  position: absolute;
}

.stay-top .room-search-form input[type='checkbox'] + label {
  background: url(/images_static/common/checkbox_01.png) 9px 0 no-repeat;
  display: block;
  letter-spacing: -0.08em;
  padding: 0 0 0 9px;
  height: 18px;
}

.stay-top .room-search-form input[type='checkbox']:checked + label {
  background-position: 9px bottom;
}

.stay-top .room-search-form select {
  background-position: 97.5% center;
  font-size: 14px;
  height: 44px;
  width: 823px;
}

.stay-top .plan-cat-head {
  border-bottom: 2px solid #222;
  margin: 0 auto 30px;
  overflow: hidden;
  padding-bottom: 10px;
  width: 1246px;
}

.stay-top .plan-cat-head .cat {
  float: left;
  font-size: 18px;
}

.stay-top .plan-cat-head .cat:before {
  content: '\f0ca';
  font-family: Fontawesome;
  padding-right: 15px;
}

.stay-top .plan-cat-head .num {
  float: right;
  font-size: 16px;
}

.stay-top .plan-cat-head .num span {
  font-size: 22px;
}

.stay-top .room-list-cont .inner {
  background-color: #F7F7F7;
  overflow: hidden;
  padding: 40px;
}

.stay-top .room-list-cont .term {
  font-size: 15px;
  margin-bottom: 10px;
}

.stay-top .room-list-cont .term span {
  font-weight: bold;
}

.stay-top .room-list-cont .copy {
  color: #6F6F6F;
  font-size: 14px;
  margin: 10px 0;
  min-height: 0;
}

.stay-top .room-list-cont .label {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  top: 0;
  width: 49px;
}

.stay-top .room-list-cont h3 {
  margin: 0 0 15px;
}

.stay-top .room-list-cont .desc {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 10px;
}

.stay-top .price-list {
  margin-bottom: 15px;
  width: 100%;
}

.stay-top .price-list .name {
  clear: both;
  padding-top: 5px;
  width: auto;
}

.stay-top .price-list .wrap {
  width: 226px;
}

.stay-top .price-list li {
  padding: 10px;
}

.stay-top .price-list .btn a {
  font-size: 14px;
  width: 110px;
}

.stay-top .price-list .price{
  padding-right: 10px;
  width: 130px;
}

.stay-top .price-list .member {
  float: left;
}

.stay-top .price-list .meal {
  float: left;
  padding-right: 0;
}

.stay-top .price-list .num {
  width: 85px;
}

.stay-top .price-list .price span {
  font-size: 20px;
}

.stay-top .room-list-cont .p-acc-slider .slick-slide {
  position: relative;
}

.stay-top .room-list-cont .p-acc-slider p {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 25px;
  left: 15px;
}

.stay-top .room-list-cont .more {
  padding-top: 20px;
  text-align: center;
}

.stay-top .room-plan .p-asset01 .box {
  padding-bottom: 0;
}

.stay-top .room-plan .p-asset01 p {
  margin-bottom: 0;
}

/* res-detail */

.res-detail .info-detail-header {
  background-image: url(/images_static/area/res_detail_header.jpg);
}

.res-detail .res-reserve {
  background-color: #E6E6E6;
  margin: 0 auto;
  padding: 13px 30px;
  text-align: center;
  width: 890px;
}

.res-detail .res-reserve .head {
  margin-bottom: 17px;
}

.res-detail .res-reserve .label {
  background-color: #646464;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin-right: 14px;
  text-align: center;
  width: 67px;
}

.res-detail .res-reserve .num {
  font-size: 14px;
}

.res-detail .res-reserve .price {
  font-size: 22px;
}

.res-detail .res-reserve .btn-wrap {
  margin-bottom: 10px;
  overflow: hidden;
}

.res-detail .res-reserve .btn-wrap p {
  float: left;
}

.res-detail .res-reserve .btn-wrap a {
  background: url(/images_static/area/res_detail_reserve_arrow.png) 98% center no-repeat #000;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: 410px;
}

.res-detail .res-reserve .btn-wrap p:first-child {
  margin-right: 10px;
}

.res-detail .res-reserve .tel {
  background-color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.res-detail .res-reserve .tel:before {
  content: '\f095';
  font-size: 19px;
  font-family: Fontawesome;
  padding-right: 15px;
}

.res-detail .res-reserve .tel span {
  font-size: 17px;
}

.res-detail .res-reserve .note {
  font-size: 14px;
}

.res-detail .plan-meal-head h2 {
  font-size: 22px;
}

/* res-top */

.res-top .p-header .text {
  margin-top: -75px;
}

.res-top .p-header .h2-type03 {
  margin-bottom: 15px;
}

.res-top .p-header p {
  margin-bottom: 20px;
}

.res-top .p-header .reserve-head-lead {
  padding-left: 40px;
  text-align: left;
  width: 1020px;
}

.res-top .p-header .reserve-head-top {
  background-color: rgba(34,34,34,0.7);
}

.res-top .reserve-block .date .datepicker {
  padding: 4px 13px 3px 14px;
  width: 177px;
}

.res-top .reserve-block .reserve-body h2 {
  margin-top: 6px;
}

.res-top .reserve-body-input .wrap {
  width: auto;
}

.res-top .reserve-body-submit button {
  margin-top: 0;
}

.res-top .reserve-body-input .time select {
  width: 130px;
}

.res-top .reserve-body-input .time span {
  display: inline-block;
  font-size: 13px;
  margin-right: 6px;
}

.res-top .reserve-body-input .time {
  font-size: 14px;
  margin-left: 14px;
}

.res-top .reserve-body-input .top {
  margin: 7px 0;
}

.res-top .reserve-body-input select {
  padding: 6px 16px 6px;
}

.res-top .res-plan {
  background: url(/images_static/area/res_top_plan_bg.png) 0 100% no-repeat;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.res-top .res-plan .p-asset01 .copy {
  color: #6F6F6F;
  font-size: 13px;
}

.res-top .res-plan .p-asset01 .box {
  height: auto;
}

.res-top .res-list {
  padding: 0 7px;
}

.res-top .res-search-head {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 18px;
}

.res-top .res-search-head select {
  background: url(/images_static/common/icon_arrow_bottom_03.png) 95% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  border: 0;
  border-radius: 3px;
  padding: 9px 16px 8px;
  width: 270px;
}

.res-top .res-search-head span {
  display: inline-block;
  padding-right: 20px;
}

.res-top .res-search-head {
  margin-bottom: 40px;
}

.res-top .res-list .head {
  border-bottom: 2px solid #222;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.res-top .res-list-cont {
  background-color: #F7F7F7;
  margin-bottom: 47px;
  padding: 30px 40px;
}

.res-top .p-asset02 .block {
  height: auto;
}

.res-top .p-asset02 .cont img {
  float: none;
  margin-right: 0;
}

.res-top .p-asset02 .cont .text {
  float: none;
  height: auto;
  width: 100%;
}

.res-top .p-asset02 .cont {
  height: auto;
}

.res-top .p-asset02 .name {
  border: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.res-top .p-asset02 .text {
  margin: 10px 0 5px;
}

.res-top .p-asset02 .cat {
  position: static;
}

.res-top .p-asset02 .cat li {
  padding: 4px 10px 3px;
  width: auto;
}

.res-top .p-asset02 .middle {
  height: auto;
}

.res-top .p-asset02 .middle .lead {
  border-bottom: 0;
}

.res-top .p-asset02 .middle .plan {
  background-color: #E6E6E6;
  padding: 9px 22px;
}

.res-top .p-asset02 .middle .title {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.res-top .p-asset02 .middle .plan {
  margin-bottom: 20px;
}

.res-top .p-asset02 .middle .plan li {
  font-size: 14px;
  margin-bottom: 5px;
}

.res-top .p-asset02 .middle .plan li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.res-top .p-asset02 .bottom .reserve a:before {
  content: none;
}

.res-top .p-asset02 .middle .data {
  margin-bottom: 8px;
}

.res-top .room-plan .p-asset01 .box {
  height: auto;
}

.res-top .room-plan {
  padding-bottom: 20px;
}

.res-top .room-service {
  padding-bottom: 0;
}

.res-top .info-block h2 {
  margin-bottom: 30px;
}

.res-top .club-block {
  padding-bottom: 0;
}

.res-top .reserve-body h2 span:before {
  content: '\f0f5';
}

.res-top .reserve-block,
.reserve-head-top {
  width: 1246px;
}

/* rest-shop */

.res-shop .shop-header .p-header-slider .slick-prev {
  left: 546px;
}

.res-shop .shop-header .p-header-slider .slick-next {
  left: inherit;
  right: 544px;
}

.res-shop .shop-lead {
  margin-bottom: 20px;
  padding-top: 35px;
}

.res-shop .shop-lead .name {
  font-size: 28px;
  font-weight: bold;
}

.res-shop .shop-lead .place {
  color: #6F6F6F;
  font-size: 18px;
}

.res-shop .shop-lead .data {
  display: table;
  height: 34px;
  table-layout: fixed;
  width: 100%;
}

.res-shop .shop-lead .access span {
  background: url(/images_static/area/res_shop_access_arrow.png) 95% center no-repeat;
  border: 1px solid #222;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 145px;
}

.res-shop .shop-lead .access a {
  text-decoration: none;
}

.res-shop .shop-lead .access span:before {
  content: '\f041';
  font-size: 14px;
  font-family: Fontawesome;
  padding-right: 12px;
}

.res-shop .shop-lead .data ul {
  display: table-cell;
  vertical-align: middle;
}

.res-shop .shop-lead .budget {
  width: 175px;
}

.res-shop .shop-lead .budget li {
  float: left;
  margin-right: 10px;
  font-size: 13px;
}

.res-shop .shop-lead .budget li:before {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 4px;
  text-align: center;
  width: 18px;
}

.res-shop .shop-lead .budget li.lunch:before {
  background-color: #FF9300;
  content: '\f185';
}

.res-shop .shop-lead .budget li.dinner:before {
  background-color: #003764;
  content: '\f186';
}

.res-shop .shop-lead .tag li {
  border: 1px solid #95989A;
  color: #000;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-right: 2px;
  padding: 4px 8px 3px;
}

.res-shop .shop-lead .top {
  margin-bottom: 5px;
  overflow: hidden;
}

.res-shop .shop-lead .top .name {
  float: left;
  margin-right: 30px;
}

.res-shop .shop-lead .top .place {
  float: left;
  padding-top: 7px;
}

.res-shop .shop-lead .top .access {
  float: right;
  padding-top: 7px;
}

.res-shop .p-tab-head li {
  width: 620px;
}

.res-shop .p-tab-head li a:before {
  content: '\f0ca';
  font-family: Fontawesome;
  padding-right: 15px;
}

.res-shop .p-tab-head li:first-child a:before {
  content: '\f000';
  font-family: Fontawesome;
  padding-right: 15px;
}

.res-shop .p-tab-body {
  padding: 30px 7px;
}

.res-shop .shop-data .p-tab-block .top .img {
  float: left;
  height: 338px;
  margin-right: 20px;
  width: 610px;
}

.res-shop .shop-data .p-tab-block .top {
  margin-bottom: 70px;
}

.res-shop .shop-data .p-tab-block .top .text {
  float: left;
  width: 610px;
}

.res-shop .shop-data .p-tab-block .top .text .copy {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.res-shop .shop-data .p-tab-block .top .text .desc {
  line-height: 1.5;
}

.res-shop .shop-data .p-tab-block .top .img .note {
  color: #6F6F6F;
  font-size: 14px;
  margin-top: 12px;
}

.res-shop .shop-data .p-tab-block .contact {
  background-color: #E6E6E6;
  padding: 20px 30px;
}

.res-shop .shop-data .p-tab-block .contact .wrap {
  overflow: hidden
}

.res-shop .shop-data .p-tab-block .contact .wrap > p {
  float: left;
}

.res-shop .shop-data .p-tab-block .contact .reserve {
  display: table;
  margin-right: 10px;
  text-align: center;
}

.res-shop .shop-data .p-tab-block .contact .reserve a {
  background: url(/images_static/area/res_detail_reserve_arrow.png) 95% center no-repeat #000;
  color: #fff;
  display: table-cell;
  font-size: 14px;
  height: 50px;
  text-decoration: none;
  vertical-align: middle;
  width: 210px;
}

.res-shop .shop-data .p-tab-block .contact .reserve:first-child a {
  background-position: 98% center;
  width: 370px;
}

.res-shop .shop-data .p-tab-block .contact .tel {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  width: 586px;
  text-align: center;
}

.res-shop .shop-data .p-tab-block .tel:before {
  content: '\f095';
  font-size: 19px;
  font-family: Fontawesome;
  padding-right: 15px;
}

.res-shop .shop-data .p-tab-block .contact p.note {
  float: none;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

.res-shop .shop-data .share-block {
  padding-bottom: 25px;
}

.res-shop .shop-data .share-plan {
  margin-bottom: 40px;
}

.res-shop .shop-data .p-acc-slider .slick-prev,
.res-shop .shop-data .p-acc-slider .slick-next,
.res-shop .shop-data .p-acc-slider .slick-dots {
  bottom: 33px;
}

.res-shop .shop-plan .inner {
  background-color: #F7F7F7;
  padding: 28px 37px;
}

.res-shop .shop-plan .inner > .more {
  padding-top: 26px;
  text-align: center;
}

.res-shop .shop-menu {
  margin: 37px 0 42px;
}

.res-shop .shop-menu-list {
  overflow: hidden;
  padding: 0 25px;
}

.res-shop .shop-menu-list li {
  background: url(/images_static/area/shop_menu_arrow.png) 95% center no-repeat #F6F6F6;
  border-left: 4px solid #D3D3D3;
  float: left;
  margin: 0 5px 5px 0;
  width: 392px;
}

.res-shop .shop-menu-list li:nth-child(3n) {
  margin-right: 0;
}

.res-shop .shop-menu-list li a {
  display: block;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  text-decoration: none;
}

.res-shop .shop-menu-list li a:before {
  background: url(/images_static/area/icon_pdf.png) 0 center no-repeat;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  width: 25px;
}

.res-shop .shop-info {
  margin: 37px 0 10px;
}

.res-shop .shop-info .table-wrap {
  overflow: hidden;
}

.res-shop .shop-info .p-table {
  float: left;
  font-size: 15px;
  line-height: 1.67;
  width: 618px;
}

.res-shop .shop-info .p-table .sp-tel {
  display: none;
}

.res-shop .shop-info .p-table:first-child {
  margin-right: 10px;
}

.res-shop .shop-info .p-table .lunch,
.res-shop .shop-info .p-table .dinner {
  padding-left: 25px;
  position: relative;
}

.res-shop .shop-info .p-table .lunch:before {
  background-color: #FF9300;
  content: '\f185';
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 4px;
  left: 0;
  top: 3px;
  position: absolute;
  text-align: center;
  width: 18px;
}

.res-shop .shop-info .p-table .dinner:before {
  background-color: #003764;
  content: '\f186';
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 4px;
  left: 0;
  top: 3px;
  position: absolute;
  text-align: center;
  width: 18px;
}

.res-shop .shop-info .p-table .bold {
  font-weight: bold;
}

.res-shop .shop-info .p-table .strong {
  font-size: 17px;
  font-weight: bold;
}

.res-shop .shop-access-map #Map {
  height: 400px;
}

.res-shop .shop-access-map .bottom {
  background-color: #F7F7F7;
  padding: 20px;
  position: relative;
}

.res-shop .shop-access-map .bottom li {
  font-size: 14px;
  margin-bottom: 5px;
}

.res-shop .shop-access-map .bottom li:before {
  color: #888888;
  content: '\f1db';
  font-size: 10px;
  font-family: FontAwesome;
  padding-right: 5px;
  vertical-align: top;
}

.res-shop .shop-access-map .bottom .address {
  line-height: 1.7;
  margin-bottom: 30px;
}

.res-shop .shop-access-map .bottom h4 {
  margin-bottom: 10px;
}

.res-shop .shop-access-map .more a {
  border: 1px solid #222;
  display: block;
  font-size: 14px;
  height: 30px;
  right: 20px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.res-shop .room-search-head {
  height: auto;
  padding: 20px 63px 20px 40px;
}

.res-shop .room-search-head h3 {
  width: 180px;
}

.res-shop .room-search-form div {
  display: block;
}

.res-shop .room-search-form span {
  display: block;
  float: left;
  font-size: 16px;
  padding-top: 10px;
  width: 125px;
}

.res-shop .room-search-form li {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  display: table;
  float: left;
  font-size: 14px;
  height: 44px;
  margin: 0 6px 14px 0;
  position: relative;
  text-align: center;
  width: 160px;
}

.res-shop .room-search-form li div {
  display: table-cell;
  vertical-align: middle;
}

.res-shop .room-search-form input[type='checkbox']{
  filter: alpha(opacity=0);
  -moz-opacity:0;
  left: 9px;
  opacity:0;
  position: absolute;
}

.res-shop .room-search-form input[type='checkbox'] + label {
  background: url(/images_static/common/checkbox_01.png) 9px 0 no-repeat;
  display: block;
  letter-spacing: -0.08em;
  padding: 0 0 0 9px;
  height: 18px;
}

.res-shop .room-search-form input[type='checkbox']:checked + label {
  background-position: 9px bottom;
}

.res-shop .room-search-form select {
  background-position: 97.5% center;
  font-size: 14px;
  height: 44px;
  width: 823px;
}

.res-shop .plan-cat-head {
  border-bottom: 2px solid #222;
  margin: 0 auto 30px;
  overflow: hidden;
  padding-bottom: 10px;
  width: 1246px;
}

.res-shop .plan-cat-head .cat {
  float: left;
  font-size: 18px;
}

.res-shop .plan-cat-head .cat:before {
  content: '\f0ca';
  font-family: Fontawesome;
  padding-right: 15px;
}

.res-shop .plan-cat-head .num {
  float: right;
  font-size: 16px;
}

.res-shop .plan-cat-head .num span {
  font-size: 22px;
}

.res-shop .club-block {
  padding-bottom: 0;
}

.res-shop .share-block,
.area-top .share-block {
  padding: 15px 0;
  width: 627px;
}

.res-shop .share-block .bnr,
.area-top .share-block .bnr {
  float: left;
}

.res-shop .share-block .sns,
.area-top .share-block .sns {
  float: left;
  overflow: hidden;
  padding-top: 95px;
}

/* area-club */

.area-club .p-hotel-header-slider .box img {
  height: 402px;
}

.area-club .hotel-header {
  height: auto;
  padding-bottom: 50px;
}

.area-club .hotel-header .text {
  margin-top: -75px;
}

.area-club .hotel-header h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}

.area-club .hotel-header h2 {
  color: #7C6804;
  font-size: 32px;
  margin: 0 0 15px;
}

.area-club .p-hotel-header-slider .slick-dots {
  bottom: -160px;
}

.area-club .p-hotel-header-slider .slick-prev {
  background: url(/images_static/area/area_club_slider_prev.png) 0 0 no-repeat !important;
  bottom: -160px;
  left: 544px;
}

.area-club .p-hotel-header-slider .slick-prev img,
.area-club .p-hotel-header-slider .slick-next img {
  display: none;
}

.area-club .p-hotel-header-slider .slick-next {
  background: url(/images_static/area/area_club_slider_next.png) 0 0 no-repeat !important;
  bottom: -160px;
  right: 549px;
}

.area-club .p-hotel-header-slider .slick-dots li.slick-active button:before {
  background-color: #907A0F;
}

.area-club-head {
  background: url(/images_static/area/area_club_head_line.png) center 0 no-repeat;
  padding: 36px 7px 0;
  text-align: center;
}

.area-club-head .mincho {
  font-size: 24px;
  margin-bottom: 30px;
}

.area-club-head .menu {
  background-color: #888;
  margin-bottom: 40px;
  padding: 21px 0;
}

.area-club-head .menu li {
  color: #fff;
  display: inline-block;
  margin-left: 33px;
}

.area-club-head .menu li:first-child {
  margin-left: 0;
}

.area-club-head .menu li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.area-club-head .menu li:before {
  content: '\f107';
  font-size: 18px;
  font-family: Fontawesome;
  padding-right: 8px;
}

.area-club .room-bnr {
  background-image: url(/images_static/area/area_club_bnr.jpg);
  width: 966px;
}

.area-club .room-plan {
  background: url(/images_static/area/area_club_room_plan_bg.png) 0 100% no-repeat #fff;
  padding-top: 0;
}

.area-club .room-plan h2 {
  background: url(/images_static/area/area_club_room_plan_h2.png) center 100% no-repeat;
  color: #7C6804;
  padding-bottom: 10px;
}

.area-club .h2-lead {
  margin-bottom: 30px;
  text-align: center
}

.area-club .room-plan .slick-dots {
  bottom: -18px;
}

.area-club-lounge {
  padding: 38px 7px 0;
}

.area-club-lounge .p-asset05.p-asset05 .text {
  background-color: #F6F6F6;
  color: #222;
}

.area-club-lounge .p-asset05 .slick-dots {
  bottom: -30px;
}

.area-club-lounge h2 {
  background: url(/images_static/area/area_club_lounge_h2.png) center 100% no-repeat;
  color: #7C6804;
  padding-bottom: 10px;
}

.area-club-lounge .type {
  margin-bottom: 16px;
  overflow: hidden;
  display: inline-block;
}

.area-club-lounge .type li {
  float: left;
  margin-left: 5px;
}

.area-club-lounge .type li:first-child {
  margin-left: 0;
}

.area-club-lounge .type span {
  border: 1px solid #C7BA7A;
  color: #C7BA7A;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 120px;
}

.area-club-lounge .p-asset05.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.area-club-time {
  padding: 37px 7px 70px;
}

.area-club .service-slider-03 {
  margin-bottom: 40px;
  overflow: hidden;
}

.area-club .service-slider-03 .box {
  float: left;
  font-size: 13px;
  margin-left: 6px;
  width: 307px;
}

.area-club .service-slider-03 .box:first-child {
  margin-left: 0;
}

.area-club .service-slider-03 .text {
  background-color: #F6F6F6;
  color: #222;
  padding: 28px 10px 10px;
}

.area-club .service-slider-03 .name {
  background-color: #888;
  color: #fff;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  margin: -43px 0 15px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
  width: 182px;
}

.area-club .service-slider-03 .time {
  font-size: 13px;
  margin-bottom: 10px;
}

.area-club-time h3 {
  border-left: 5px solid #C7BA7A;
  margin-bottom: 17px;
  padding: 9px 0 9px 19px;
}

.area-club-time .lead {
  font-size: 15px;
  margin-bottom: 25px;
}

.area-club-info {
  overflow: hidden;
}

.area-club-info div:first-child {
  margin-left: 0;
}

.area-club-info > div {
  float: left;
  margin-left: 26px;
  width: 610px;
}

.area-club-info .cont {
  padding-left: 22px;
}

.area-club-info .box {
  background: url(/images_static/area/area_club_box_bg.png) 0 0 repeat;
  margin-bottom: 30px;
  padding: 2px;
}

.area-club-info .box .inner {
  background-color: #fff;
  padding: 20px;
}

.area-club-info .list-m li {
  background: url(/images_static/area/area_club_list_m.png) 0 7px no-repeat;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 10px;
  padding-left: 23px;
}

.area-club-info .list-s li {
  background: url(/images_static/area/area_club_list_s.png) 0 7px no-repeat;
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 16px;
}

.area-club-info .list-m li:last-child {
  margin-bottom: 0;
}

.area-club-info .h4-type02 {
  background: url(/images_static/area/area_club_h4_line.png) 0 5px no-repeat;
}

.area-club-info .price p {
  font-size: 15px;
  margin-bottom: 15px;
}

.area-club-info .price .note {
  color: #6F6F6F;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 15px;
}

.area-club-info .time .head {
  background: url(/images_static/area/area_club_head_line.png) 0 100% repeat-x;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.area-club-business {
  background-color: #F6F6F6;
  overflow: hidden;
  padding: 40px 30px 40px 14px;
}

.area-club-business .img {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 610px;
}

.area-club-business .img p {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 28px;
  text-align: center;
  width: 610px;
}

.area-club-business .p-header-slider .slick-dots,
.area-club-business .p-header-slider .slick-next,
.area-club-business .p-header-slider .slick-prev {
  bottom: 8px;
}

.area-club-business .text {
  line-height: 1.5;
}

.area-club-business .note {
  font-size: 14px;
  margin-top: 20px;
}

.area-club-business .p-header-slider .slick-prev {
  left: 240px;
}

.area-club-business .p-header-slider .slick-next {
  left: inherit;
  right: 240px;
}

.area-club-business .slick-dots li {
  margin: 0 3px;
}

.area-club-business .slick-dots li button:before {
  height: 4px;
  width: 4px;
}

.area-club-business h2 {
  background: url(/images_static/area/area_club_business_h2.png) center 100% no-repeat;
  color: #7C6804;
  padding-bottom: 10px;
}

.area-club-gift {
  background-color: #fff;
  border-bottom: 2px solid #222;
  color: #222;
  padding-bottom: 40px;
  padding-top: 37px;
}

.area-club-gift h2 {
  background: url(/images_static/area/area_club_gift_h2.png) center 100% no-repeat;
  padding-bottom: 10px;
  width: 228px;
}

.area-club-gift .other {
  margin-top: 30px;
  padding: 0 7px;
}

.area-club-gift .other h3 {
  border-left: 5px solid #C7BA7A;
  margin-bottom: 17px;
  padding: 9px 0 9px 19px;
}

.area-club-gift .other ul {
  padding-left: 30px;
}

.area-club-gift .other li {
  background: url(/images_static/area/area_club_list_m.png) 0 7px no-repeat;
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 10px;
  padding-left: 23px;
}

.area-club .room-service,
.area-club .room-back,
.area-club .share-block,
.area-club .bread-block {
  background-color: #fff;
  color: #222;
}

.area-club .club-block {
  background-color: #fff;
}

.area-club .share-block {
  padding: 0;
  width: 100%;
}

.area-club .share-block .inner {
  margin: 0 auto;
  padding: 40px 0 50px;
  width: 440px;
}

.area-club-info .underline {
  text-decoration: underline;
}


/* Footer
   ========================================================================== */

.footer {
  background-color: #222;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-link a:hover {
  text-decoration: underline;
}

.pagetop {
  position: absolute;
  top: 50px;
  right: 2px;
  z-index: 1;
}

.footer-top {
  border-bottom: 1px solid #fff;
  display: table;
  height: 100px;
  margin: 0 auto;
  padding: 0 10px;
  width: 1200px;
}

.footer-top > div {
  display: table-cell;
  vertical-align: middle;
}

.footer-sns {
  width: 640px;
}
.footer-sns p {
  display: table-cell;
  font-size: 14px;
  padding-right: 13px;
  vertical-align: middle;
}

.footer-sns ul {
  display: table-cell;
  overflow: hidden;
}

.footer-sns li {
  float: left;
  padding-right: 10px;
}

.footer-sns i,
.footer-sns span {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: table-cell;
  font-size: 19px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

.footer-sns i:hover,
.footer-sns span:hover {
  opacity: 0.7;
}

.footer-sns a:hover img {
  opacity: 1;
}

.footer-sns a {
  display: block;
  width: 40px;
}

.footer-sns img {
  height: 22px;
  width: 23px;
}

.area .footer-sns {
  width: 580px;
}

.footer-search-box {
  background-color: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 0;
  padding: 8px 14px 8px 18px;
  width: 300px;
}

.footer-search-box input {
  border: 0;
  color: #222;
  outline: none;
}

.footer-search-box input[type="text"] {
  float: left;
  width: 242px;
}

.footer-search-box input[type="submit"] {
  background: url(/images_static/common/icon_search_02.png) 0 0 no-repeat #fff;
  float: right;
  height: 20px;
  width: 20px;
}

.footer-link {
  font-size: 13px;
}

.footer-link li {
  float: left;
  margin-left: 18px;
}

.footer-link li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.footer-nav {
  font-size: 15px;
  margin: 0 auto;
  padding: 46px 20px 55px;
  position: relative;
  width: 1200px;
}

.area .footer-nav {
  border-bottom: 1px solid #6F6F6F;
  padding: 30px 20px 40px;
}

.area .footer-nav02 {
  padding-bottom: 20px;
}

.footer-nav .inner > div {
  float: left;
}

.footer-nav .box {
  float: left;
  width: 285px;
}

.footer-nav li {
  margin-bottom: 5px;
}

.footer-nav li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.footer-nav h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-nav .txt-s {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-nav .blank:after {
  color: #888;
  content: '\f08e';
  font-family: FontAwesome;
  font-size: 13px;
  padding-left: 10px;
}

.footer-nav .footer-nav-area {
  float: none;
  width: 100%;
}

.footer-nav .footer-nav-area02 {
  width: 816px;
}

.footer-nav .footer-nav-area02 .title {
  background-color: #222;
  margin: -40px 0 30px -20px;
  width: 205px;
}

.footer-nav .footer-nav-area02 ul {
  float: left;
}

.footer-nav .footer-nav-area02 li {
  width: 250px;
}

.footer-nav-area ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 75px;
}

.footer-nav-area li {
  width: 250px;
}

.footer-nav-area li.title:before {
  content: none;
  padding-right: 0;
}

.footer-nav-app {
  background-color: #333333;
  bottom: 59px;
  padding: 17px 15px 10px;
  position: absolute;
  right: 29px;
  text-align: center;
}

.area .footer-nav-app {
  bottom: 45px;
  right: 0;
}

.footer-nav-app p {
  font-size: 13px;
  margin-bottom: 15px;
}

.footer-nav-app ul {
  overflow: hidden;
}

.footer-nav-app li {
  float: left;
}

.footer-nav-app li:first-child {
  margin-right: 4px;
}

.footer-nav-app li:before {
  content: none;
}

.footer-bnr {
  border-top: 1px solid #fff;
  margin: 0 auto;
  padding: 46px 20px 20px;
  width: 1246px;
}

.footer-bnr h4 {
  font-size: 15px;
  margin-bottom: 32px;
  text-align: center;
}

.footer-bnr-slider {
  margin: 0 auto;
  width: 1190px;
}

.footer-bnr-slider .div {
  margin-right: 5px;
}

.footer-bnr-slider .slick-next:before,
.footer-bnr-slider .slick-prev:before{
  content: none;
}

.footer-bnr-slider .slick-prev {
  bottom: 0;
  height: 29x;
  left: 0;
  transform: none;
  top: auto;
  width: 46px;
}

.footer-bnr-slider .slick-next {
  bottom: 0;
  height: 29x;
  right: 3px;
  transform: none;
  top: auto;
  width: 50px;
}

.footer-bnr-slider .slick-dots {
  margin-top: 10px;
  position: static;
}

.footer-back {
  padding: 20px 30px;
}

.footer-back p {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.footer-back p.pc-fix {
  display: inline-block !important;
}

.footer-back p img {
  margin-right: 20px;
  vertical-align: middle;
}

.footer-seibu {
  float: right;
}

p.footer-seibu img {
  margin-right: 0;
}

.footer-copy {
  background-color: #F4F5F6;
  color: #888;
  font-family: Georgia, '游明朝' , 'Yu Mincho', 'YuMincho' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI';
  font-size: 14px;
  padding: 25px 0;
  text-align: center;
}

/* Retina
   ========================================================================== */

.header-logo img {
  height: auto;
  width: 182px;
}

.area .header-logo img {
  height: auto;
  width: 148px;
}

.area-top .mv-msg img {
  height: auto;
  width: 153px;
}

/* Win7
   ========================================================================== */

.win7 .datepicker input {
  letter-spacing: -0.1em;
}

.win7 .datepicker span {
  padding-right: 2px;
}

.win7 .refine-map-body .name {
  letter-spacing: -0.05em;
}

.win7 .p-asset02 .middle .budget {
  letter-spacing: -0.05em;
}



/* ==========================================================================
   PC Style
   ========================================================================== */

/* PC Base
   ========================================================================== */

.sp-fix {
  display: none !important;
}

.tb-fix {
  display: none !important;
}

.pc-fix {
  display: block !important;
}

.pc-none {
  display: none !important;
}

.sp-header-menu-btn,
.sp-header-menu-search,
.sp-reserve-block {
  display: none;
}

@media screen and (min-width: 737px) {
  .wrapper img {
    width: 100%;
  }
  
  .header-menu-btn img {
    width: 30px;
  }
  
  .p-asset01 .box img {
    width: 392px;
  }
  
  .p-asset02 .cont img {
    max-width: 230px;
  }
  
  .p-asset03 .box img {
    max-width: 134px;
  }
  
  .p-asset04 .img {
    height: 79px;
    overflow: hidden;
    width: 142px;
  }
  
  .p-asset06 dd .img {
    width: 620px;
  }
  
  .p-asset11 .img {
    width: 392px;
  }
  
  .brand-slider div {
    height: 430px;
    overflow: hidden;
  }
  
  .club-inner > img {
    width: 459px;
  }
  
  .p-hotel-header-slider .box img {
    height: auto;
  }
  
  .p-hotel-header-slider .box {
    height: 320px;
    overflow: hidden;
    width: 1260px;
  }
  
  .service-slider div {
    height: 412px;
    overflow: hidden;
  }
  
  .service-slider-02 .box img {
    width: 308px;
  }
  
  .area-top-facil .service-slider-02 .box img {
    width: 307px;
  }
  
  .area-top-season .inner > img {
    width: 830px;
  }
  
  .area-top-special .inner {
    background-size: 100% auto;
    overflow: hidden;
  }
  
  .refine-list dd .block .cont img {
    width: 230px;
  }
  
  .refine-brand-middle .block {
    width: 308px;
  }
  
  .p-acc-slider div {
    width: 540px;
  }
  
  .plan-meal .p-asset01 .box img {
    width: 345px;
  }
  
  .res-list-cont .p-asset02 .cont img {
    max-width: none;
  }
  
  .shop-data .logo img {
    width: auto;
  }
  
  .res-shop .shop-data .p-acc-slider div {
    width: 610px;
  }
  
  .plan-prize .p-asset06 dd .img {
    width: 578px;
  }
  
  .room-list-floor img {
    width: 780px;
  }
  
  .room-detail-data .more img {
    width: 25px;
  }
  
  .room-detail-gift .p-asset06 dd .img {
    width: 578px;
  }
  
  .area-club-gift .p-asset06 dd .img {
    width: 578px;
  }

  .hotel .p-asset03.city .slick-track {
    width: 100% !important;
  }

}

/* Common end */

/* ==========================================================================
   Mobile Style
   ========================================================================== */

@media screen and (max-width: 736px) {

/* Mobile Base
   ========================================================================== */

  .pc-fix {
    display: none !important;
  }
  
  .sp-fix {
    display: block !important;
  }
  
  .sp-none {
    display: none !important;
  }
  
  .pc-none {
    display: inline !important;
  }
  
  .wrapper a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }
  
  .header {
    width: 100%;
  }
  
  section {
    width: 100% !important;
  }
  
  .wrapper {
    width: 100%;
  }
  
  img {
    max-width: 100%;
  }
  
  input[type="text"],
  select {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }
  
  input[type="checkbox"] {
    height: 16px;
    width: 16px;
  }


/* Mobile Header
   ========================================================================== */

  .header {
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.16);
    height: 50px;
    position: relative;
    z-index: 1;
  }
  
  .header-top {
    display: table;
    margin: 0;
    padding-top: 8px;
    width: 100%;
  }
  
  .header-logo {
    display: table-cell;
    float: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
  
  .home .header-logo .header-home-fix {
    display: none;
  }
  
  .home .header-logo .header-move-fix {
    display: inline;
  }
  
  .header-logo img {
    width: 130px;
  }
  
  .header-lang,
  .header-search,
  .header-lang,
  .header-seibu {
    display: none;
  }
  
  .header-login {
    background-image: none;
    height: auto;
    margin: 3px 10px 0 0;
    width: 60px;
  }
  
  .header-login p {
    font-size: 10px;
    padding-left: 0;
    text-align: center;
    height: 29px;
  }
  
  .header-login p:before {
    content: none;
  }
  
  .header-login a {
    display: block;
  }
  
  .header-login a:before {
    font-family: FontAwesome;
    display: inline-block;
  }
  
  .header-fix {
    display: none;
  }
  
  .area .header-fix.fixed {
    display: none;
  }
  
  .header-nav {
    display: none;
  }
  
  .sp-header-menu-btn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 46px;
  }
  
  .sp-header-menu-search {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 38px;
  }
  
  .header-util {
    display: table-cell;
    padding-left: 24px;
    width: 60px;
  }
  
  .header-util,
  .header-util > div {
    float: none;
  }
  
  /* area-header */
  
  .area .header {
    height: 58px;
  }
  
  .area .header-top {
    height: auto;
    padding-top: 12px;
  }
  
  .area .header-menu {
    display: none;
  }
  
  .area .header-address {
    display: none;
  }
  
  .area .header-logo {
    padding: 0;
  }
  
  .area .header-logo img.sp-fix {
    display: inline-block !important;
  }
  
  .area .sp-header-menu-btn {
    width: 55px;
  }
  
  .area .sp-header-menu-search {
    width: 30px;
  }
  
  .area .header-util {
    width: 85px;
  }
  
  /* modal */
  
  .mfp-content {
    height: 100%;
  }
  
  .mfp-container {
    padding: 0 !important;
  }
  
  .mfp-bg {
    /*background-color: transparent !important;*/
  }
  
  .sp-modal {
    position: relative;
    background: #fff;
    padding: 50px 20px 0;
    width: 100%;
  }
  
  .sp-menu-block,
  .sp-search-block {
    background-color: #222;
  }
  
  .sp-menu-block .mfp-close,
  .sp-search-block .mfp-close{
    background: url(/images_static/common/modal_close.png) 0 11px no-repeat;
  }
  
  .sp-menu-block .header-lang {
    border: 1px solid #fff;
    border-bottom: 0;
    color: #fff;
    display: block;
    margin: 0;
    text-align: center;
  }
  
  .header-lang .lang-active {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    display: block;
  }
  
  .header-lang.open .lang-active {
    background-image: url(/images_static/common/icon_arrow_top_01.png);
  }
  
  .header-lang.open {
    margin-bottom: 0;
  }
  
  .header-lang .lang-box:after {
    content: none;
  }
  
  .header-lang .lang-box li {
    text-align: left;
  }
  
  .header-lang .lang-box li:last-child {
    margin-bottom: 0;
  }
  
  .header-lang .lang-box {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    padding: 15px 0 15px 35px;
    position: static;
    width: 100%;
  }
  
  .header-lang.open .lang-box {
    margin-bottom: -10px;
  }
  
  .header-lang .lang-box a {
    color: #fff;
  }
  
  /*.sp-menu-block .header-lang span {
    display: inline-block;
    font-size: 14px;
    padding: 12px 0;
  }
  
  .sp-menu-block .header-lang span:after {
    content: none;
  }
  
  .sp-menu-block .header-lang span:before {
    content: '\f0ac';
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 8px;
  }*/
  
  .sp-header-nav li {
    background: url(/images_static/common/icon_arrow_right_07.png) 97% center no-repeat;
    background-color: #fff;
    margin-bottom: 1px;
    font-size: 14px;
    text-align: center;
  }
  
  .sp-header-nav li a {
    color: #222;
    display: block;
    padding: 14px 0;
    text-decoration: none;
  }
  
  .sp-header-util {
    text-align: center;
  }
  
  .sp-header-util ul {
    display: inline-block;
    overflow: hidden;
    padding: 15px 0;
  }
  
  .sp-header-util li {
    border-bottom: 1px solid #525252;
    float: left;
  }
  
  .sp-header-util li:first-child {
    margin-right: 16px;
  }
  
  .sp-header-util a {
    background: url(/images_static/common/icon_arrow_right_08.png) 100% center no-repeat;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 30px 5px 0;
    text-decoration: none;
  }
  
  .mfp-close {
    background: url(/images_static/common/modal_close_02.png) 0 11px no-repeat;
    height: 40px !important;
    line-height: 20px !important;
    opacity: 1!important;
    padding: 0 !important;
    width: 40px !important;
  }
  
  .mfp-close-bottom {
    background-color: #222;
    height: 50px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
  
  .mfp-close-bottom .mfp-close {
    background: url(/images_static/common/modal_close.png) 0 11px no-repeat;
  }
  
  .sp-modal .mfp-close {
    background-position: center 11px;
    left: 0;
    top: 0;
  }
  
  .sp-modal .mfp-close-bottom .mfp-close {
    background-position: center center !important;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    top: inherit;
  }
  
  /* area sp-menu-block */
  
  .sp-header-nav {
    margin: 10px 0;
  }
  
  .area .sp-header-nav li li {
    float: left;
    width: 49%;
  }
  
  .area .sp-header-nav li li:first-child {
    margin-right: 2%;
  }
  
  .area .sp-header-nav li.tel a,
  .area .sp-header-nav li.access a {
    height: 44px;
    padding: 0;
    line-height: 44px;
  }
  
  .area .sp-header-nav li.tel a:before {
    content: '\f095';
    font-family: Fontawesome;
    font-size: 18px;
    padding-right: 11px;
  }
  
  .area .sp-header-nav li.access a:before {
    content: '\f041';
    font-family: Fontawesome;
    font-size: 22px;
    padding-right: 11px;
  }
  
  .area .sp-menu-block .back {
    margin-bottom: 5px;
  }
  
  .area .sp-menu-block .back a {
    background: url(/images_static/area/sp_menu_arrow.png) 15px center no-repeat;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
  }
  
  .sp-search-block {
    height: 100%;
    display: block;
  }
  
  .sp-search-block {
    padding-top: 70px;
  }
  
  .sp-search-block .mfp-close {
    left: 43px;
  }
  
  .sp-search-block .mfp-close-bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  
  .sp-search-block .mfp-close-bottom .mfp-close {
    left: 50%;
    margin-left: -20px;
  }
  
  .sp-search-block .header-search-box {
    background-color: #fff;
    padding: 8px 15px;
    width: 100%;
  }
  
  .sp-search-block .header-search-box input[type="submit"] {
    background: url(/images_static/common/icon_search_02.png) 0 0 no-repeat #fff;
    height: 20px;
    margin-top: 0;
    width: 20px;
  }
  
  .sp-search-block .header-search-box input[type="text"] {
    float: none;
    font-size: 14px;
    padding: 0;
    width: calc(100% - 20px);
  }
  
  .sp-search-block .link,
  .sp-login-block .link {
    border-bottom: 1px solid #525252;
    margin: 25px auto 0;
    width: 80%;
  }
  
  .sp-search-block .link a,
  .sp-login-block .link a {
    background: url(/images_static/common/icon_arrow_right_08.png) 100% center no-repeat;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 30px 5px 0;
    text-decoration: none;
  }
  
  .sp-login-block {
    color: #fff;
  }
  
  .sp-login-block .head {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .sp-login-block .head span {
    color: #C7C7C7;
    display: block;
    font-size: 11px;
    margin-top: 5px;
  }
  
  .header-login-box {
    margin-bottom: 20px;
  }
  
  .header-login-box input {
    color: #222;
  }
  
  .header-login-box p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .header-login-check {
    font-size: 13px;
    margin-bottom: 30px;
  }
  
  .header-login-check input {
    vertical-align: middle;
  }
  
  .header-login-check p {
    float: right;
    font-size: 12px;
  }
  
  .header-login-check a {
    color: #fff;
  }
  
  .header-login-btn input {
    background: url(/images_static/common/icon_arrow_right_05.png) 96% center no-repeat;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 9px 0;
    text-align: center;
    width: 100%;
  }
  .header-login-note {
    background-color: #3C3C3C;
    font-size: 12px;
    line-height: 1.5;
    margin: 50px -20px 0;
    padding: 20px 20px 24px;
  }
  
  .header-login-note a {
    color: #fff;
  }
  
  .sp-login-block.sp-modal .mfp-close {
    background-position: center 11px;
    left: inherit;
    right: 10px;
  }
  
  .sp-login-block.sp-modal .mfp-close-bottom .mfp-close {
    left: 50%;
  }
  
/* Mobile Wrapper
   ========================================================================== */

  /* home-mv */
  
  .mv {
    width: 100%;
  }
  
  .mv .slick-slide > img {
    height: 83.2vw;
    object-fit: cover;
  }
  
  .mv-msg {
    font-size: 23px;
    letter-spacing: 0.1em;
    padding-top: 33.6%;
    top: 0;
    width: 100%;
  }
  
  .mv-msg-text {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  
  .mv-scroll {
    display: none;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-dots {
    bottom: 23px !important;
  }
  
  .slick-dots li button:before,
  .slick-dots li button {
    height: 4px !important;
    width: 4px !important;
  }
  
  .mv .movie {
    padding-top: 83.2%;
  }
  
/* Mobile Main
   ========================================================================== */
  
  /* common */
  
  a.btn {
    font-size: 13px;
    padding: 12px 0;
    width: 70%;
  }
  
  .h2-type01 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  
  .h2-type01 span {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .h2-type02 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .h2-type03 {
    font-size: 22px;
  }
  
  .h3-type01 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  
  .h3-type02 {
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  
  .h4-type02 {
    font-size: 15px;
  }
  
  .h5-type01 {
    margin: 10px 0;
  }
  
  /* p-header */
  
  .p-header {
    padding-bottom: 15px;
  }
  
  .p-header .img {
    margin-bottom: 5%;
  }
  
  .p-header .text {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 0;
    top: 71%;
  }
  
  .p-header > img {
    width: 100%;
  }
  
  .p-header p {
    font-size: 11px;
  }
  
  .p-header .h2-type03 {
    margin-top: 0;
  }
  
  /* p-table */
  
  .p-table {
    font-size: 13px;
  }
  
  .p-table th {
    width: 31%;
  }
  
  /* p-header-slider */
  
  .p-header-slider .box img {
    height: 220px;
  }
  
  .p-header-slider .slick-prev {
    bottom: 10px;
    left: 30%;
  }
  
  .p-header-slider .slick-next {
    bottom: 10px;
    right: 30%;
  }
  
  .p-header-slider .slick-dots {
    bottom: 12px !important;
  }
  
  /* p-hotel-header-slider */
  
  .p-hotel-header-slider .box img {
    height: 220px;
    object-fit: cover;
  }
  
  .p-hotel-header-slider .slick-prev {
    left: 32%;
    bottom: -78px;
  }
  
  .p-hotel-header-slider .slick-next {
    right: 32%;
    bottom: -78px;
  }
  
  .p-hotel-header-slider .slick-dots {
    bottom: -78px !important;
  }
  
  .p-hotel-header-slider .slick-dots li {
    margin: 0 2px;
  }
  
  /* p-acc-slider */
  
  .p-acc-slider .slick-prev {
    bottom: 4px;
    left: 30%;
  }
  
  .p-acc-slider .slick-next {
    bottom: 4px;
    right: 30%;
  }
  
  .p-acc-slider .slick-dots {
    bottom: 2px !important;
  }
  
  /* p-tab */
  
  .p-tab-block {
    padding: 0;
  }
  
  .p-tab-head {
    padding: 0 2.7%;
  }
  
  .p-tab-head li {
    display: table;
    font-size: 13px;
    height: 39px;
    margin-left: 1%;
    width: 24%;
  }
  
  .p-tab-head li:first-child {
    margin-left: 1%;
  }
  
  .p-tab-head li a {
    display: table-cell;
    height: 39px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
  }
  
  /* p-asset01 */
  
  .p-asset01 {
    width: 100%;
  }
  
  .p-asset01 .box {
    height: auto;
  }
  
  .p-asset01 .body {
    padding: 10px;
  }
  
  .p-asset01 h3 {
    font-size: 13px;
  }
  
  .p-asset01 .label {
    font-size: 8px;
    width: 72px;
  }
  
  .p-asset01 .slick-dots {
    position: static;
  }
  
  .p-asset01.slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  
  .p-asset01 .slick-list {
    padding-bottom: 10px !important;
  }
  
  /* p-asset01-slider / p-asset03-slider */
  
  .p-asset01-slider .slick-prev,
  .user-recommended .p-asset01-slider .slick-prev,
  .p-asset03-slider .slick-prev,
  .footer-bnr-slider .slick-prev,
  .p-asset01-slider-02 .slick-prev {
    bottom: inherit;
    height: 20px;
    left: 0;
    line-height: 0;
    margin-top: -15px;
    top: 50%;
    width: 30px;
    z-index: 1;
  }
  
  .p-asset01-slider .slick-next,
  .p-asset01-slider-02 .slick-next,
  .user-recommended .p-asset01-slider .slick-next,
  .p-asset03-slider .slick-next,
  .footer-bnr-slider .slick-next {
    bottom: inherit;
    height: 20px;
    right: 0;
    line-height: 0;
    margin-top: -15px;
    top: 50%;
    width: 30px;
  }
  
  
  /* p-asset02 */
  
  .p-asset02 {
    padding-top: 0;
  }
  
  .p-asset02 .box {
    padding: 10px 5.3% 30px;
    width: 100%;
  }
  
  .p-asset02 .block {
    float: none;
    height: auto;
    margin-bottom: 6px;
    padding: 0 10px 10px;
    width: 100%;
  }
  
  .p-asset02 .block:nth-child(2n) {
    margin-left: 0;
  }
  
  .p-asset02 .cont img {
    margin-right: 2%;
    width: 48%;
  }
  
  .p-asset02 .cont .text {
    float: left;
    height: auto;
    position: static;
    width: 48%;
  }
  
  .p-asset02 .cont {
    height: auto;
    padding: 10px 0 0;
    position: relative;
  }
  
  .p-asset02 .cont .name {
    font-size: 14px;
  }
  
  .p-asset02 .cont .hotel-name {
    font-size: 11px;
    margin-bottom: 18px;
  }
  
  .p-asset02 .cont .cat li {
    font-size: 9px;
  }
  
  .p-asset02 .middle {
    height: auto;
    padding: 10px 0 0;
  }
  
  .p-asset02 .middle .lead {
    font-size: 11px;
    height: auto;
    line-height: 1.6;
    padding-bottom: 5px;
  }
  
  .p-asset02 .middle .budget li:before,
  .p-asset02 .middle .budget li {
    font-size: 11px;
  }
  
  .p-asset02 .middle .budget li {
    margin-right: 0;
  }
  
  .p-asset02 .middle .budget li:first-child {
    margin-right: 4px;
  }
  
  .p-asset02 .middle .budget li:before {
    margin-right: 2px;
  }
  
  .p-asset02 .middle .budget {
    width: auto;
  }
  
  .p-asset02 .middle .tag li {
    font-size: 9px;
    padding: 2px 5px;
  }
  
  .p-asset02 .middle .data {
    height: auto;
    padding: 10px 0;
  }
  
  .p-asset02 .bottom .reserve a {
    background-image: url(/images_static/common/icon_arrow_right_11.png);
    font-size: 11px;
    height: 30px;
  }
  
  .p-asset02 .bottom .tel a {
    background: url(/images_static/common/icon_arrow_right_12.png) 96% center no-repeat;
    display:table-cell;
    font-size: 12px;
    text-decoration: none;
    width: 100%;
  }
  
  .p-asset02 .bottom .tel span {
    font-size: 12px;
  }
  
  .p-asset02 .bottom .tel span:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 3px;
  }
  
  .p-asset02 .bottom p.sp-fix {
    display: table !important;
  }
  
  .p-asset02 .bottom .tel {
    font-size: 14px;
    height: 30px;
  }
  
  .p-asset02 .bottom .tel p:before {
    content: none;
    font-size: 14px;
    padding-right: 5px;
  }
  
  .p-asset02 .bottom .no-reserve {
    font-size: 10px;
    text-align: left;
  }
  
  .p-asset02 .bottom .reserve a:before {
    content: none;
  }
  
  .p-asset02 .bottom > div {
    height: 24px;
  }
  
  /* p-asset03 */
  
  .p-asset03 {
    width: 100%;
  }
  
  .p-asset03 .box {
    height: 80px;
  }
  
  .p-asset03 .slick-slide img {
    width: 80px;
  }
  
  .p-asset03 .body {
    height: 80px;
  }
  
  .p-asset03 .body p {
    font-size: 11px;
  }
  
  .p-asset03-slider .slick-dots {
    position: static;
  }
  
  /* p-asset04 */
  
  .p-asset04 {
    padding: 0 2.7%;
    width: 100%;
  }
  
  .p-asset04 .box {
    padding-right: 30px;
  }
  
  .p-asset04 .img {
    margin: 0 10px 0 0;
    width: 33%;
  }
  
  .p-asset04 .text {
    font-size: 13px;
    min-height: 5em;
    padding-top: 0;
  }
  
  .p-asset04 .cat li {
    font-size: 10px;
    margin-top: 5px;
    width: 49%;
    margin-right: 2%;
  }
  
  .p-asset04 .date {
    color: #222;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 10px 0 0;
  }
  
  /* p-asset05 */
  
  .p-asset05 .text {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  
  .p-asset05 .text p {
    font-size: 12px;
    margin: 0 5%;
  }
  
  .p-asset05 .box img {
    height: 168px;
  }
  
  .p-asset05 .slick-dots {
    bottom: -20px !important;
  }
  
  .p-asset05.slick-dotted.slick-slider {
    margin-bottom: 44px;
  }
  
  /* p-asset06 */
  
  .p-asset06 {
    padding: 0 2.7%;
  }
  
  .p-asset06 dl {
    width: 100%;
  }
  
  .p-asset06 dt {
    background-image: url(/images_static/hotel/sp_icon_open.png);
    background-position: 97% center;
    font-size: 14px;
    padding: 13px 15px;
  }
  
  .p-asset06 dt.active {
    background-image: url(/images_static/hotel/sp_icon_close.png);
    background-position: 97% center;
  }
  
  .p-asset06 dd {
    border: 2px solid #f6f6f6;
    border-top: 0;
    font-size: 13px;
    padding: 8px 8px 23px;
  }
  
  .p-asset06 dd .img {
    float: none;
    margin: 0 0 10px 0;
  }
  
  /* p-asset07 */
  
  .p-asset07 {
    font-size: 14px;
    padding: 6px;
  }
  
  .p-asset07 p:before {
    font-size: 16px;
  }
  
  .p-asset07 span {
    display: block;
    font-size: 11px;
  }
  
  /* p-asset08 */
  
  .p-asset08 .slick-slide[data-slick-index="-1"] {
    opacity: 0;
  }
  
  .p-asset08 .slick-dots {
    bottom: -18px !important;
  }
  
  .p-asset08 .block {
    overflow: visible;
  }
  
  .p-asset08 .slick-dots li button:before {
    background-color: #6F6F6F !important;
  }
  
  .p-asset08 .text {
    background-color: #000;
    font-size: 12px;
  }
  
  /* p-asset09 */
  
  .p-asset09 .slick-slide[data-slick-index="-1"] {
    opacity: 0;
  }
  
  .p-asset09 .slick-dots {
    bottom: -18px !important;
  }
  
  .p-asset09 .block {
    overflow: visible;
  }
  
  .p-asset09 .slick-dots li button:before {
    background-color: #6F6F6F !important;
  }
  
  .p-asset09 .name {
    font-size: 11px;
  }
  
  .p-asset09 .menu {
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  .p-asset09 .desc {
    font-size: 12px;
  }
  
  /* p-asset10 */
  
  .p-asset10 .box {
    width: 100%;
  }
  
  .p-asset10 .name {
    font-size: 16px;
  }
  
  .p-asset10 .img {
    margin-bottom: 10px;
  }
  
  /* p-asset11 */
  
  .p-asset11 .name {
    font-size: 16px;
  }
  
  .p-asset11 {
    padding: 0 10px;
  }
  
  .p-asset11 .box {
    padding: 10px;
  }
  
  .p-asset11 .img {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  .p-asset11 .text {
    float: none;
    width: 100%;
  }
  
  /* p-asset12 */
  
  .p-asset12 .box {
    padding: 10px;
    width: 100%;
  }
  
  .p-asset12 .bottom .reserve {
    width: 75%;
  }
  
  .p-asset12 .bottom .more {
    width: 25%;
  }
  
  .p-asset12 .bottom .more a {
    padding-left: 20px;
  }
  
  .p-asset12 .bottom .reserve a {
    width: 100%;
  }
  
  .p-asset12 .text .name {
    font-size: 16px;
  }
  
  .p-asset12 .text .desc {
    font-size: 12px;
  }
  
  .p-asset12 .middle .label span {
    font-size: 10px;
  }
  
  .p-asset12 .middle .price {
    font-size: 15px;
  }
  
  .p-asset12 .middle .price span {
    font-size: 18px;
  }
  
  .p-asset12 .middle {
    border: 0;
    margin-bottom: 10px;
  }
  
  /* reserve-block */
  
  .reserve-block {
    display: none;
  }
  
  .sp-reserve-block {
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.26);
    color: #fff;
    padding: 12px 38px 18px;
    position: relative;
    z-index: 10;
  }
  
  .sp-reserve-lead {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 11px;
    line-height: 1.45;
    padding: 5px 0;
    position: relative;
    text-align: center;
    z-index: 10;
  }
  
  .sp-reserve-lead a {
    color: #fff;
  }
    
  .sp-reserve-btn {
    text-align: center;
  }
  
  .sp-reserve-btn a {
    background-color: #000;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-decoration: none;
  }
  
  .sp-reserve-btn a:before {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 18px;
  }
  
  .reserve-body-input {
    width: 100%;
  }
  
  .reserve-body-input h2 {
    display: none;
  }
  
  .reserve-body {
    letter-spacing: 0;
  }
  
  .sp-reserve-head {
    margin: 0 -20px 20px;
    text-align: center;
  }
  
  .sp-reserve-head h2 {
    font-size: 17px;
    margin: 0;
  }
  
  .sp-reserve-head h2 span:before {
    content: '\f236';
    font-family: FontAwesome;
    font-size: 19px;
    padding-right: 8px;
  }
  
  .sp-reserve-head p {
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }
  
  .reserve-body-input .wrap {
    float: none;
    width: 100%;
  }
  
  .reserve-body-input .top {
    margin-bottom: 0;
  }
  
  #ui-datepicker-div {
    z-index: 10000 !important;
    width: 260px !important;
  }
  
  .datepicker {
    box-shadow: none;
    height: 34px;
    margin-bottom: 18px;
    padding: 5px 5px 0;
    width: 100%;
  }
  
  .datepicker input {
    font-size: 13px;
    padding: 0;
    width: 40%;
  }
  
  .ui-datepicker {
    padding: 57px 22px 0;
  }
  
  .header-datepicker.ui-datepicker:before {
    width: 0px;
    border-color: #fff;
    border-style: solid;
    border-width: 9px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    left: -118px;
    top: -282px;
  }
  
  .dateto.ui-datepicker:before {
    left: 68px;
  }
  
  .ui-datepicker .ui-datepicker-prev {
    left: -28px;
  }
  
  .ui-datepicker .ui-datepicker-next {
    right: -25px;
  }
  
  .ui-datepicker td {
    font-size: 13px;
    padding: 0 3px;
  }
  
  #ui-datepicker-div.datefrom:after {
    left: 22px;
    width: 216px;
  }
  
  #ui-datepicker-div.dateto:after {
    left: 22px;
    width: 216px;
  }
  
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    padding: 5px;
  }
  
  .ui-datepicker table {
    table-layout: fixed;
  }
  
  .reserve-body-input span {
    font-size: 14px;
    vertical-align: middle;
  }
  
  .reserve-body-input .date span {
    margin-bottom: 5px;
  }
  
  .reserve-body-input .num {
    float: left;
    margin: 0 0 19px;
  }
  
  .reserve-body-input .person-num {
    width: 55%;
  }
  
  .reserve-body-input .room-num {
    width: 45%;
  }
  
  .reserve-body-input .num input[type="text"] {
    margin-right: 5px;
    text-align: left;
    vertical-align: bottom;
    width: calc(100% - 20px);
  }
  
  .reserve-body-input .select span {
    display: block;
    font-size: 14px;
    float: left;
    padding-top: 8px;
    vertical-align: middle;
    width: 30%;
  }
  
  .reserve-body-input .select {
    margin-bottom: 19px;
    width: 100%;
  }
  
  .reserve-body-input select {
    box-shadow: none;
    font-size: 14px;
    height: 34px;
    padding: 0 16px;
    vertical-align: middle;
    width: 68%;
  }
  
  .reserve-body-submit {
    float: none;
  }
  
  .reserve-body-submit button {
    border: 0;
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  
  .sp-reserve-bottom {
    background-color: #3C3C3C;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 37px -20px 0;
    padding: 20px 20px 106px;
  }
  
  .sp-reserve-bottom ul {
    padding: 0;
  }
  
  .sp-reserve-bottom .link {
    border-bottom: 1px solid #525252;
    margin: 0 auto;
    width: 220px;
  }
  
  .sp-reserve-bottom .link a {
    background: url(/images_static/common/icon_arrow_right_08.png) 100% center no-repeat;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 30px 5px 0;
    text-decoration: none;
  }
  
  .reserve-body.sp-modal .mfp-close {
    background-position:  center 11px;
    left: inherit;
    right: 10px;
  }
  
  .reserve-body.sp-modal .mfp-close-bottom .mfp-close {
    left: 50%;
  }
  
  /* home */
  
  .home .info-block .p-asset04 {
    padding: 0;
  }
  
  .home .info-block .p-tab-head {
    padding: 0;
  }
  
  .home .recommended-block .p-asset01 p {
    display: none;
  }
  
  /* area popup */
  
  .area .sp-reserve-head h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .area .sp-reserve-head p {
    font-size: 16px;
  }
  
  .area .sp-reserve-head .hotel-tel {
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.21);
  }
  
  .area .sp-reserve-head .hotel-tel a {
    color: #fff;
    text-decoration: none;
  }
  
  .area .sp-reserve-head .num {
    padding: 15px 0 10px;
  }
  
  .area .sp-reserve-bottom {
    margin-top: 20px;
  }
  
  .area .sp-tel-info {
    background-color: #222;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .area .sp-tel-info .num {
    margin-bottom: 0;
  }
  
  .area .sp-reserve-bottom .lead {
    font-size: 14px;
    text-align: left;
  }
  
  .area .sp-tel-block .sp-reserve-bottom .head {
    font-size: 16px;
    font-weight: bold;
  }
  
  .area .sp-reserve-bottom {
    padding-bottom: 30px;
  }
  
  .area .mfp-close-bottom .mfp-close {
    position: relative;
    bottom: 0;
  }
  
  .area .mfp-close-bottom .mfp-close:after {
    color: #fff;
    content: '閉じる';
    font-size: 10px;
    left: 6px;
    position: absolute;
    bottom: -12px;
  }
  
  .area .reserve-body-input h2 span {
    font-size: 17px;
    font-weight: bold;
  }
  
  .area .reserve-body-input h2 span:before {
    font-size: 19px;
  }
  
  .area .reserve-body-input h2 {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  
  .area .reserve-body-input .note {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .area .reserve-body-input .name {
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
  }
  
  .area .reserve-body .sp-reserve-bottom {
    padding-bottom: 160px;
  }
  
  .alart .box:before {
    margin-right: 10px;
  }
  
  /* alart */
  
  .alart .box {
    font-size: 12px;
    padding: 13px;
  }
  
  /* user-block */
  
  .user-block {
    background-color: #fff;
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.16);
    display: block;
    height: 50px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  
  .user-block > div {
    display: block;
  }
  
  .user-card {
    float: left;
    padding-right: 12px;
  }
  
  .user-link {
    float: right;
    padding-top: 3px;
  }
  
  .user-name {
    font-size: 12px;
    padding-top: 2px;
  }
  
  .user-name span {
    font-size: 12px;
  }
  
  .user-wrap {
    float: left;
  }
  
  .user-medal {
    font-size: 11px;
  }
  
  .user-medal span, .user-point span {
    font-size: 11px;
  }
  
  .user-point {
    padding-right: 0;
  }
  
  /* recommended block */
  
  .recommended-block {
    padding: 22px 0 30px;
  }
  
  .recommended-link {
    margin-top: 10px;
  }
  
  .user-recommended h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .user-recommended .inner {
    padding: 19px 0;
  }
  
  .recommended-block.user-recommended {
    padding: 3px;
  }
  
  /* service-block */
  
  .service-block {
    padding: 26px 2.7% 0;
    text-align: center;
  }
  
  .service-block img {
    width: 100%;
  }
  
  .service-block li {
    float: left;
    margin-bottom: 5px;
    position: relative;
    width: 49%;
  }
  
  .service-block li:nth-child(2n) {
    margin-left: 2%;
  }
  
  .service-block li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
  }
  
  .service-block li span {
    background: url(/images_static/common/icon_arrow_right_06.png) 95% center no-repeat;
    margin-top: -0.5em;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
  }
  
  /* region-block */
  
  .region-block {
    padding: 24px 0 34px;
  }
  
  .home .region-block {
    padding-bottom: 30px;
  }
  
  /* brand-block */
  
  .brand-block {
    padding: 0;
  }
  
  .brand-inner {
    padding-bottom: 30px;
  }
  
  .brand-block h2 {
    padding-top: 25px;
  }
  
  .brand-lead {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .brand-slider {
    float: none;
    margin-top: 0;
    padding: 0 2.7%;
    width: 100%;
  }
  
  .brand-slider .slick-dots {
    margin-bottom: 10px;
    position: static;
  }
  
  .brand-text {
    float: none;
    width: 100%;
  }
  
  /* club-block */
  
  .club-inner {
    background-position: center center;
    background-size: auto 100%;
    height: auto;
    padding: 40px 0 40px;
    width: 100%;
  }
  
  .club-inner:hover:before {
    display: none;
  }
  
  .club-block {
    padding-bottom: 30px;
  }
  
  .club-block h2 {
    font-size: 24px;
  }
  
  .club-block h2 span {
    font-size: 12px;
  }
  
  .club-block p {
    font-size: 12px;
  }
  
  .club-inner > img {
    margin-bottom: 23px;
    width: 68.27%;
  }
  
  .club-block .lead {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .club-block li:first-child {
    margin-right: 5px;
  }
  
  .club-block .btn {
    background: url(/images_static/common/icon_arrow_right_05.png) 96% center no-repeat;
    display: table-cell;
    font-size: 13px;
    height: 40px;
    padding: 0;
    vertical-align: middle;
    width: 175px;
  }
  
  .club-block .btn span {
    display: block;
    font-size: 10px;
    margin-bottom: 2px;
  }
  
  /* news-block */
  
  .news-block .p-tab-body {
    padding: 20px 2.7% 50px;
  }
  
  .news-block .p-tab-body li a {
    padding: 10px 5% 10px 10px;
  }
  
  .news-block .p-tab-body dt {
    float: none;
  }
  
  .news-block .p-tab-body dt .date {
    display: none;
  }
  
  .news-block .p-tab-body dt .cat {
    margin: 0 0 10px 0;
  }
  
  .news-block .p-tab-body dd {
    font-size: 13px;
  }
  
  .news-link {
    margin-top: 20px;
  }
  
  /* bnr-block */
  
  .bnr-block {
    padding: 20px 5.3%;
  }
  
  .bnr-block ul {
    display: none;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  
  .bnr-block > ul > li {
    float: none;
    margin: 0 0 5px 0;
  }
  
  .bnr-block .bnr-hotel {
    width: 100%;
  }
  
  .bnr-block h3 {
    background: url(/images_static/home/icon_open_02.png) 97% center no-repeat #fff;
    border-bottom: 0;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 17px 0;
  }
  
  .bnr-block h3.active {
    background: url(/images_static/home/icon_close_02.png) 97% center no-repeat #fff;
  }
  
  /* magazine-block */
  
  .magazine-block {
    padding: 25px 0;
    text-align: center;
  }
  
  .magazine-block h3 {
    float: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 0;
  }
  
  .magazine-form {
    float: none;
  }
  
  .magazine-form input[type="text"] {
    box-sizing: border-box;
    margin: 0 2.7% 0 5.3%;
    width: 60%;
  }
  
  .magazine-form input[type="submit"] {
    width: 26.67%;
    border-radius: 0;
  }
  
  .magazine-form .error-text {
    text-align: left;
    padding: 10px 5.3% 0;
  }
  
  .magazine-form-popup {
    margin: 160px auto 0;
    width: 90%;
  }
  
  .magazine-form-popup .note {
    margin-bottom: 25px;
  }
  
  .magazine-form-popup .btn {
    padding: 9px 0;
    width: 100%;
  }
  
  .magazine-form-popup .btn.mfp-close {
    background: url(/images_static/common/icon_arrow_right_10.png) 96% center no-repeat #fff !important;
    border: 1px solid #222;
    height: 40px !important;
    line-height: 40px !important;
    width: 100% !important;
  }
  
  /* slider setting */
  
  .region-slider .slick-prev,
  .region-slider .slick-next {
    margin-top: -20px;
  }
  
  .footer-bnr-slider .slick-prev,
  .footer-bnr-slider .slick-next {
    height: 7px;
    margin-top: -14px;
    padding: 10px 0;
    width: 22px;
  }
  
  .footer-bnr-slider .slick-prev {
    left: 5px;
  }
  
  .footer-bnr-slider .slick-next {
    right: 5px;
  }
  
  /* refine-block */
  
  .refine-block #tab-body01 {
    display: none;
  }
  
  .refine-block {
    padding-top: 30px;
  }
  
  .refine-block .p-tab-head li {
    width: 48%;
  }
  
  .refine-block .p-tab-head li:first-child {
    margin-right: 2%;
  }
  
  .refine-block .p-tab-body {
    padding-top: 20px;
  }
  
  .refine-list {
    padding: 0 2.7%;
  }
  
  .refine-list dl {
    width: 100%;
  }
  
  .refine-list dt {
    background-image: url(/images_static/hotel/sp_icon_open.png);
    background-position: 97% center;
    font-size: 13px;
    padding: 17px 0;
  }
  
  .refine-list dt.active {
    background-image: url(/images_static/hotel/sp_icon_close.png);
    background-position: 97% center;
  }
  
  .refine-list dd {
    padding: 0 10px 14px;
  }
  
  .refine-list dd .block {
    height: auto;
    margin-bottom: 6px;
    width: 100%;
  }
  
  .refine-list dd .block .cont img {
    margin-right: 2%;
    width: 48%;
  }
  
  .refine-list dd .block .cont .text {
    float: left;
    width: 48%;
  }
  
  .refine-list dd .block .cont {
    padding: 10px;
  }
  
  .refine-list dd .block .name {
    font-size: 14px;
  }
  
  .refine-list dd .block .address {
    font-size: 10px;
  }
  
  .refine-list dd .bottom {
    padding: 0 10px 10px
  }
  
  .refine-list dd .bottom .reserve {
    background-color: #000;
  }
  
  .refine-list dd .bottom .reserve a {
    background-image: url(/images_static/common/icon_arrow_right_11.png);
    font-size: 12px;
    height: 30px;
  }
  
  .refine-list dd .bottom .tel {
    font-size: 12px;
    height: 24px;
  }
  
  .refine-list dd .bottom .tel .sp-fix {
    display: inline !important;
  }
  
  .refine-list dd .bottom .tel p:before {
    font-size: 14px;
    padding-right: 10px;
  }
  
  .refine-list dd .bottom .reserve a:before {
    content: none;
  }
  
  .refine-list dd .bottom > div {
    height: 24px;
  }
  
  .refine-brand,
  .refine-brand-bnr01,
  .refine-brand-bnr02,
  .refine-brand-bnr03,
  .hotel .region-slider {
    width: 100%;
  }
  
  .hotel .region-block {
    padding: 29px 2.7% 30px;
  }
  
  .hotel .region-block h3 {
    font-size: 14px;
    width: 94.6%;
  }
  
  .hotel .club-block {
    padding: 0;
  }
  
  .hotel .region-slider .box:nth-child(4n) {
    margin-right: 5px;
  }
  
  .hotel .refine-block-btn {
    background: url(/images_static/common/icon_arrow_right_03.png) 97% center no-repeat #222;
    color: #fff;
    font-size: 13px;
    margin: 0 13% 20px;
  }
  
  .hotel .refine-block-btn a {
    color: #fff;
    display: block;
    padding: 17px 0;
    text-decoration: none;
  }
  
  .hotel .refine-block-btn i {
    font-size: 14px;
    padding-right: 15px;
  }
  
  .hotel-header {
    height: auto;
  }
  
  .hotel-header p {
    font-size: 11px;
    padding-bottom: 20px;
  }
  
  .hotel .p-asset03.city .slick-dots {
    display: none;
  }
  
  .hotel-header .text {
    margin-top: -5.1%;
  }
  
  .hotel .info-block {
    padding-top: 30px;
  }
  
  .hotel-header .h2-type03 {
    margin: 5px 0 0;
  }
  
  .hotel .h2-type02 {
    font-size: 16px;
  }
  
  /* map */
  
  .map .container {
    height: 100vh;
  }
  
  .map .sp-refine-block {
    height: 100%;
  }
  
  .sp-refine-block .head {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 2.7%;
    width: 100%;
  }
  
  .sp-refine-block .head a {
    text-decoration: none;
  }
  
  .sp-refine-block .head a:before {
    content: url(/images_static/common/icon_arrow_left_02.png);
    padding-right: 15px;
  }
  
  .refine-map {
    height: calc(100% - 40px);
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .map .refine-map-head {
    height: 40px;
    left: 2.7%;
    line-height: 40px;
    top: 50px;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 94.6%;
  }
  
  .map .refine-map-head h3 {
    background: url(/images_static/common/icon_arrow_bottom_04.png) 95% center no-repeat;
    display: block;
    font-size: 15px;
  }
  
  .refine-map-form {
    padding: 10px 15px 10px;
  }
  
  .refine-map-form select {
    float: left;
    padding: 0 16px;
    width: 58%;
  }
  
  .refine-map-form .area {
    padding-right: 0;
  }
  
  .refine-map-form span {
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 27%;
  }
  
  .refine-map-form div {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
  }
  
  .map .hotelmap {
    height: 100%;
  }
  
  .map #Map {
    height: 75%;
  }
  
  .refine-map-form {
    display: none;
  }
  
  .refine-map-head {
    background-color: #222;
    width: 100%;
  }
  
  .refine-map-head h3 {
    width: 100%;
  }
  
  .refine-map-body {
    border: 0;
    height: 100%;
  }
  
  .refine-map-body .info {
    background-color: #000;
    border: 0;
    bottom: 0;
    height: auto;
    padding: 10px 10px;
    position: absolute;
    top: inherit;
    width: 100%;
  }
  
  .refine-map-body .info .name a {
    color: #fff;
    text-decoration: none;
  }
  
  .refine-map-body .info h4 {
    color: #fff;
    background: none;
    font-size: 18px;
    margin: 10px 0 20px;
    padding: 0;
  }
  
  .refine-map-body .info-bottom {
    overflow: hidden;
  }
  
  .refine-map-body .info-bottom img {
    float: left;
    width: 35%;
  }
  
  .refine-map-body .info-bottom p {
    color: #fff;
    font-size: 11px;
    overflow: hidden;
    padding: 0 0 0 10px;
  }
  
  .refine-map-body .info .close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .refine-map-body .info-btn {
    margin-top: 11px;
    overflow: hidden;
    width: 100%;
  }
  
  .refine-map-body .info-btn li {
    float: left;
    height: 32px;
    text-align: center;
    width: 48%;
  }
  
  .refine-map-body .info-btn li.reserve {
    margin-right: 2%;
  }
  
  .refine-map-body .info-btn a {
    background: url(/images_static/common/icon_arrow_right_11.png) 98% center no-repeat;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 28px;
    text-decoration: none;
  }
  
  .refine-map-body .info-btn .tel a:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px;
    vertical-align: middle;
  }
  
  .refine-map-body .info-btn .reserve a:before {
    content: '\f236';
    font-family: FontAwesome;
    font-size: 11px;
    margin-left: -5px;
    padding-right: 8px;
  }
  
  .hotel-map .refine-map-body .info {
    height: 209px;
  }
  
  /*.map #Map {
    height: calc(100vh - 186px);
  }
  
  .hotel-map #Map {
    height: calc(100vh - 249px);
  }*/
  
  .hotel-map .refine-map-body .info h4 {
    font-weight: normal;
  }
  
  .hotel-map .refine-map-body .info h4 span {
    display: block;
    font-size: 10px;
  }
  
  .hotel-map .refine-map-body a {
    color: #fff;
  }
  
  /* refine-brand */
  
  .refine-brand {
    padding: 0 2.7% 30px;
  }

  .refine-brand h3 {
    font-size: 12px;
    line-height: 1.67;
  }
  
  .refine-brand > p {
    display: none;
  }
  
  .refine-brand-top img {
    width: 100%;
  }
  
  .refine-brand .link a {
    font-size: 15px;
  }
  
  .refine-brand .link span {
    font-size: 12px;
  }
  
  .refine-brand-middle {
    margin: 25px 0;
  }
  
  .refine-brand-middle .block {
    margin: 0 2% 10px 0;
    width: 49%;
  }
  
  .refine-brand-middle .block:nth-child(2n) {
    margin: 0;
    width: 49%;
  }
  
  .refine-brand-middle .link a {
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .refine-brand-middle .link span {
    font-size: 10px;
  }
  
  .refine-brand .link a:before {
    font-size: 12px;
  }
  
  .refine-brand-bottom h4 {
    background: url(/images_static/home/icon_open_02.png) 97% center no-repeat #F6F6F6;
    border-bottom: 0;
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    padding: 17px 0;
  }
  
  .refine-brand-bottom h4.active {
    background: url(/images_static/home/icon_close_02.png) 97% center no-repeat #F6F6F6;
  }
  
  .refine-brand-bottom ul {
    background-color: #F6F6F6;
    display: none;
    margin-bottom: 0;
    padding: 0 20px 20px;
  }
  
  .refine-brand-bottom li {
    float: left;
    margin-right: 2%;
    width: 32%;
  }
  
  .refine-brand-bnr01 li:nth-child(5n),
  .refine-brand-bnr02 li:nth-child(4n) {
    margin-right: 2%;
  }
  
  .refine-brand li:nth-child(3n) {
    margin-right: 0;
  }
  
  /* share-block */
  
  .share-block {
    padding: 20px 0 30px;
    text-align: center;
  }
  
  .share-block p {
    float: none;
    margin: 0 0 3px 0;
  }
  
  .share-block ul {
    display: inline-block;
    float: none;
  }
  
  /* bread-block */
  
  .bread-block {
    padding: 10px 2.7%;
  }
  
  .bread-block nav {
    font-size: 11px;
  }
  
  /* event-block */
  
  .event-block {
    padding: 20px 2.7%;
  }
  
  .event-block .p-asset01 .box {
    margin-right: 2%;
    width: 49%;
  }
  
  .event-block .p-asset01 .box:nth-child(2n) {
    margin-right: 0;
  }
  
  .event-block .p-asset01 .body {
    padding: 15px 10px 10px;
  }
  
  .event-block .p-asset01 h3 {
    margin-bottom: 30px;
  }
  
  /* restaurant */
  
  .shop-search {
    padding: 20px 2.7%;
  }
  
  .shop-search .inner {
    background-color: #222;
    padding: 10px 10px 0;
    width: 100%;
  }
  
  .shop-search-top {
    padding: 0 0 5px;
  }
  
  .shop-search-top > div {
    display: table;
    float: none;
    margin-bottom: 5px;
    table-layout: fixed;
    width: 100%;
  }
  
  .shop-search-top span {
    display: table-cell;
    font-size: 12px;
    padding-left: 3%;
    vertical-align: middle;
    width: 33%;
  }
  
  .shop-search-top select {
    display: table-cell;
    width: 90%;
  }
  
  .shop-search-top .select:first-child select {
    margin-right: 0;
  }
  
  .shop-search-bottom .acc-head {
    font-size: 14px;
  }
  
  .shop-search-bottom .acc-body {
    padding-bottom: 20px;
  }
  
  .shop-search-bottom .acc-body dl {
    margin-bottom: 0;
  }
  
  .shop-search-bottom .acc-body dl ul {
    width: 100%;
  }
  
  .shop-search-bottom .acc-body dt {
    float: none;
    font-size: 14px;
    padding-left: 0;
    width: 100%;
  }
  
  .shop-search-bottom .acc-body dd li {
    font-size: 13px;
    height: 48px;
    margin: 0 0 10px 0;
    width: 49%;
  }
  
  .shop-search-bottom .acc-body dl li,
  .shop-search-bottom .acc-body dd li:nth-child(4n) {
    margin: 0 1% 10px;
    width: 48%;
  }
  
  .shop-search-bottom .acc-body dl.first li:first-child {
    float: none;
    width: 98%;
  }
  
  .shop-search-bottom .acc-body button {
    background-color: transparent;
    padding: 10px 0;
  }
  
  .shop-list {
    margin-bottom: 27px;
  }
  
  .shop-list h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  .shop-list .p-tab-block {
    padding: 0 2.7%;
  }
  
  .shop-list .p-tab-head li:first-child {
    margin-left: 0;
  }
  
  .shop-list .p-tab-head {
    padding: 0;
  }
  
  .shop-list .p-tab-head ul {
    overflow: hidden;
  }
  
  .shop-list .p-tab-head li {
    float: right;
    font-size: 11px;
    width: 95px;
  }
  
  .shop-list .p-tab-head li a {
    height: 35px;
  }
  
  .shop-list .p-tab-head .list-tab {
    margin-left: 0;
  }
  
  .shop-list .p-tab-head .map-tab {
    display: none;
  }
  
  .shop-list .p-tab-head i {
    margin-right: 5px;
  }
  
  .shop-list .p-tab-body .box {
    padding: 12px 10px;
    width: 100%;
  }
  
  .shop-list-result {
    font-size: 13px;
    left: 3%;
    top: 10px;
  }
  
  .shop-list-result span {
    font-size: 20px;
  }
  
  .shop-list li.map-btn {
    height: 35px;
    margin-left: 2px !important;
  }
  
  .shop-list .map-btn a {
    display: block;
  }
  
  .shop-list .more .btn {
    padding: 10px 0;
  }
  
  .restaurant .region-block {
    margin-bottom: 40px;
    padding: 0 2.7% 30px 2.7%;
  }
  
  .restaurant .region-block h2 {
    font-size: 17px;
  }
  
  .info-block .more {
    margin-bottom: 30px;
  }
  
  .info-block h2 {
    font-size: 17px;
  }
  
  .info-block .p-tab-head li {
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    height: 32px;
    margin-bottom: 5px;
    width: 24%;
  }
  
  .info-block .p-tab-head li a {
    font-size: 11px;
    letter-spacing: 0;
  }
  
  .info-block .p-tab-head li.active {
    border-bottom: 2px solid #222;
  }

  .info-block .p-tab-body {
    border: 0;
    padding-top: 18px;
  }

  /* 2018.3.21追加 */
  .pressbn-header {
    margin-top: 20px;
  }
  .pressbn-block .p-tab-head li {
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    height: 32px;
    margin-bottom: 5px;
    width: 24%;
  }

  .pressbn-block .p-tab-head li a {
    font-size: 11px;
    letter-spacing: 0;
  }

  .pressbn-block .p-tab-head li.active {
    border-bottom: 2px solid #222;
  }

  .pressbn-block .p-tab-body {
    border: 0;
    padding-top: 18px;
  }

  /* 追加ここまで */


  
  .home .info-block h2 {
    font-size: 17px;
  }
  
  /* area */
  
  .room-header .inner {
    padding: 0 2.7%;
  }
  
  .room-header-back {
    left: 10px;
    top: 10px;
  }
  
  .room-header-back a {
    background: url(/images_static/area/sp_header_slider_arrow.png) 7px center no-repeat #7C6804;
    font-size: 11px;
    line-height: 30px;
    padding-left: 29px;
    padding-right: 16px;
    width: auto;
  }
  
  .area .room-header .p-header-slider .slick-prev {
    left: 30%;
  }

  .area .room-header .p-header-slider .slick-next {
    left: inherit;
    right: 30%;
  }
  
  .room-header-bottom h2 {
    font-size: 20px;
    margin-top: 20px;
    overflow: hidden;
  }
  
  .room-header-bottom h2 .name {
    display: block;
    float: left;
    width: 75%;
  }
  
  .room-header-bottom h2 .label {
    box-sizing: border-box;
    display: block;
    float: right;
    font-size: 11px;
    margin-left: 0;
    padding: 0 10px;
    width: 25%;
  }
  
  .room-header-bottom .note {
    border: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .room-header-bottom .info {
    font-size: 13px;
    margin-bottom: 30px;
  }
  
  .room-detail-gmap {
    position: relative;
    width: 94.6%;
    height: 0;
    padding-bottom: 53.45%;
    overflow: hidden;
    margin: 0 auto 30px;
  }
  
  .room-detail-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .room-detail .inner {
    padding: 0;
  }
  
  .room-detail-data .block {
    margin-bottom: 0 !important;
  }
  
  .room-detail-data .box {
    margin-bottom: 30px;
    padding: 0 5%;
    width: 100%;
  }
  
  .room-detail-data .box:nth-child(2n) {
    margin-left: 0;
  }
  
  .room-detail-data .layout {
    padding: 10px;
  }
  
  .room-detail-data .layout img {
    height: 180px;
    width: 100%;
  }
  
  .room-detail-data .facility .p-table td {
    display: none;
  }
  
  .room-detail-data .facility .p-table,
  .room-detail-data .facility .p-table th,
  .room-detail-data .facility .p-table td {
    background-color: #fff;
    border: 0;
    padding: 0;
  }
  
  .room-detail-data .facility .p-table th {
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
  }
  
  .room-detail-data .facility .p-table th:before {
    color: #888888;
    content: '\f1db';
    font-size: 10px;
    font-family: FontAwesome;
    padding-right: 5px;
    vertical-align: top;
  }
  
  .room-detail-data .facility h4 {
    background: url(/images_static/hotel/sp_icon_open.png) 97%  center no-repeat #F6F6F6;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 17px 15px;
    text-align: center;
  }
  
  .room-detail-data .facility h4.active {
    background: url(/images_static/hotel/sp_icon_close.png) 97%  center no-repeat #F6F6F6;
  }
  
  .room-detail-data .facility-body {
    background-color: #F6F6F6;
    display: none;
    padding: 0 10px 20px;
  }
  
  .room-detail-data .facility-body .p-table {
    border-top: 0;
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 0 !important;
  }
  
  .room-detail-data .facility .p-table th {
    background-color: #F6F6F6 !important;
  }
  
  .room-detail-data .facility .box {
    margin-bottom: 0;
  }
  
  .room-detail-data .note {
    display: none;
  }
  
  .room-detail-notice {
    margin-bottom: 30px;
  }
  
  .room-detail-notice p {
    font-size: 13px;
    padding: 0 5%;
  }
  
  .room-detail-gift {
    margin-bottom: 30px;
  }
  
  .room-detail-gift .note {
    font-size: 12px;
  }
  
  .room-plan {
    padding: 30px 0;
  }
  
  .room-plan .h3-type01 {
    font-size: 17px;
  }
  
  .room-plan .p-asset01 .box {
    height: auto;
  }
  
  .room-plan .copy {
    font-size: 11px;
  }
  
  .room-plan .p-asset01 h3 {
    font-size: 14px;
  }
  
  .room-plan .p-asset01 .body {
    padding: 10px;
  }
  
  .room-plan .p-asset01 p {
    display: none;
  }
  
  .room-service {
    padding: 30px 5% 0;
  }
  
  .room-service .p-asset03 {
    width: 100%;
  }
  
  .room-service .p-asset03 .box {
    width: 100%;
  }
  
  .room-service .p-asset03.bottom .box {
    width: 100%;
  }
  
  .room-service .h3-type01 {
    font-size: 15px;
  }
  
  .room-service .p-asset03 {
    margin-bottom: 20px;
  }
  
  .room-service .p-asset03 img {
    height: 50px;
    width: 50px;
  }
  
  .room-service .p-asset03 .body {
    height: 50px;
  }
  
  .room-service .p-asset03 .body p {
    font-size: 14px;
  }
  
  .room-service .p-asset03 .box {
    height: 50px;
    margin-bottom: 10px;
  }
  
  .room-back {
    margin: 0;
  }
  
  .room-bnr p {
    width: 100%;
  }
  
  .area .p-header .text {
    margin-top: 0;
    top: 60%;
  }
  
  .area .p-header {
    margin-bottom: 20px;
  }
  
  .room-pickup {
    display: none;
  }
  
  .room-bnr {
    background: none;
    height: auto;
    margin-bottom: 18px;
    padding: 0 2.7% ;
  }
  
  .room-bnr .inner {
    background: url(/images_static/area/bnr_bg_01.jpg) center center no-repeat;
    background-size: cover;
    height: 126px;
    padding: 30px 20px 0;
  }
  
  .room-bnr p {
    background-image: url(/images_static/area/sp_bnr_arrow.png);
    height: 71px;
    font-size: 18px;
    padding-top: 20px;
  }
  
  .room-bnr p span {
    font-size: 11px;
  }
  
  .room-list {
    padding: 0 2.7%;
  }
  
  .room-search-head {
    background-color: #222;
    display: block;
    margin-bottom: 20px;
    height: auto;
    padding: 0 18px 10px;
    width: 100%;
  }
  
  .room-search-head h3 {
    display: block;
    font-size: 14px;
    padding: 11px 0;
    width: 100%;
    text-align: center;
  }
  
  .room-search-form {
    display: block;
  }
  
  .room-search-form div {
    display: block;
    margin-bottom: 10px;
  }
  
  .room-search-form .area {
    padding-right: 0;
  }
  
  .room-search-form span {
    display: inline-block;
    font-size: 13px;
    margin-right: 0;
    width: 26%;
  }
  
  .room-search-form select {
    padding: 12px 16px 12px;
    width: 72%;
  }
  
  .room-list-floor {
    padding: 0;
  }
  
  .room-list-floor img {
    float: none;
  }
  
  .room-list-floor h3 {
    font-size: 16px;
  }
  
  .room-list-floor .text {
    float: none;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  
  .room-list-floor p {
    font-size: 12px;
    padding: 10px 0 0;
  }
  
  .room-list-cont .p-asset06 {
    padding: 0;
  }
  
  .room-list-cont .box {
    box-sizing: border-box;
    padding: 10px 10px 0;
    width: 100%;
  }
  
  .room-list-cont .label {
    display: none;
  }
  
  .room-list-cont h3 a {
    font-size: 16px;
  }
  
  .room-list-cont .floor {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  .room-list-cont .data {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 10px;
    padding: 10px;
  }
  
  .room-list-cont .link a {
    font-size: 13px;
  }
  
  .room-list-cont .copy {
    font-size: 12px;
  }
  
  .room-list-cont h3 {
    width: auto;
  }
  
  .room-other {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  
  .room-other h2 {
    font-size: 17px;
  }
  
  .room-other .p-asset01-cover .cover {
    padding: 3px;
  }
  
  .room-other .p-asset01-cover .cover .copy {
    font-size: 11px;
  }
  
  .room-other .p-asset01-cover .cover .title {
    font-size: 13px;
  }
  
  /* info */
  
  .info .p-header .text {
    margin-top: -1.5%;
  }
  
  .p-tab-body-lv01 {
    padding: 20px 0 0;
  }
  
  .p-tab-head-lv01 li {
    font-size: 14px;
    height: 39px;
    width: 47%;
  }
  
  .p-tab-head-lv01 li a {
    padding: 0;
    line-height: 39px;
  }
  
  .p-tab-head-lv01 li:first-child {
    margin-left: 2%;
  }
  
  .info-list-lv02 > .p-tab-head li:first-child {
    margin-left: 2px;
  }
  
  .info-list-lv02 .p-asset04 .box {
    padding: 10px 20px 10px 10px;
  }
  
  .info .info-block .more {
    margin-bottom: 10px;
  }
  
  .info-search {
    padding: 0 2.7%;
    width: 100%;
  }
  
  .info-search-form {
    float: none;
    width: 100%;
  }
  
  .info-list h3 {
    display: none;
  }
  
  .info-search > span {
    line-height: 1;
    width: auto;
  }
  
  .info-search-form .cat {
    background: url(/images_static/information/search_line.png) 100% center no-repeat;
    height: 84px;
    line-height: 84px;
    padding: 0 3%;
    width: 52%;
  }
  
  .info-search-form .cat p {
    padding-right: 0;
  }
  
  .info-search-form .cat p:before {
    padding-right: 2%;
  }
  
  .info-search-form .year select {
    width: 100%;
  }
  
  .info-search-form .year {
    padding: 14px 3% 18px 3%;
    width: 48%;
  }
  
  
  .info-search-form .year span {
    border-left: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 4px;
    padding: 0;
  }
  
  .info-search-form .year {
    height: 84px;
  }
  
  .info-search .cat-cont {
    left: 2.7%;
    top: 102px;
    width: 94.6%;
  }
  
  .info-search > span {
    font-size: 14px;
    height: 18px;
  }
  
  .info-search .cat-cont {
    height: auto;
    padding: 20px;
  }
  
  .info-search .cat-cont li {
    display: table;
    margin: 0 0 10px;
    width: calc(50% - 3px);
  }
  
  .info-search .cat-cont li:nth-child(2n) {
    margin-left: 6px;
  }
  
  .info-search .cat-cont li a {
    display: table-cell;
    font-size: 13px;
    line-height: 1.2;
    vertical-align: middle;
    width: 100%;
  }
  
  .info-detail-header {
    font-size: 14px;
    height: 50px;
    width: 100%;
  }
  
  .info-article {
    margin-top: 0;
  }
  
  .info .info-back {
    line-height: 48px;
    padding: 0 0 0 2.7%;
  }
  
  .info .info-back a {
    background: url(/images_static/information/sp_info_detail_back.png) 0 center no-repeat;
    padding-left: 43px;
  }
  
  .info-article-header {
    border: 0;
    margin: 0 2.7%;
    padding-top: 15px;
  }
  
  .info-article-header h3 {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 0;
  }
  
  .info-article-header .cat {
    font-size: 10px;
    width: 110px;
  }
  
  .info-article-header .date {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .info-article-body {
    padding: 20px 2.7%;
  }
  
  .info-article-lead {
    width: 100%;
  }
  
  .info-article-lead img {
    margin-bottom: 20px;
  }
  
  .info-article-body .col2-block .box {
    margin: 0 2%;
    width: 46%;
  }
  
  .info-article-lead p {
    font-size: 13px;
    padding: 0 2%;
  }
  
  .info-article-body .col2-block .box:first-child {
    margin-right: 0;
  }
  
  .info-article-body p {
    font-size: 13px;
  }
  
  /* area stay */
  
  .area .info-detail-header {
    background-size: cover;
  }
  
  .area .price-list {
    padding: 0 2.7%;
    width: 100%;
  }
  
  .area .share-plan {
    width: 100%;
  }
  
  .area .plan-meal .p-asset10 {
    width: 100%;
  }
  
  .area .plan-meal .p-asset11 {
    width: 100%;
  }
  
  .area .plan-service .p-asset03 {
    width: 100%;
  }
  
  .area .plan-service .p-asset03 .box {
    width: 100%;
  }
  
  .area .plan-meal .p-asset01 {
    width: auto;
  }
  
  .area .plan-meal .plan-meal-wrap {
    margin: 0 auto;
    width: 94.6%;
    padding: 10px 0 20px;
  }
  
  .area .info-back {
    line-height: 48px;
    padding: 0 0 0 2.7%;
  }
  
  .area .info-back a {
    background: url(/images_static/information/sp_info_detail_back.png) 0 center no-repeat;
    padding-left: 43px;
  }
  
  .area .info-article-header .label span {
    font-size: 11px;
    padding: 2px 13px;
  }
  
  .area .info-article-header .date {
    margin-bottom: 10px;
  }
  
  .area .info-article-header .label {
    bottom: 0;
  }
  
  .area .info-article-body {
    padding: 10px 2.7% 0;
  }
  
  .area .info-article-lead .desc {
    font-size: 11px;
    margin-bottom: 5px;
    text-align: center;
  }
  
  .area .info-article-lead .copy {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .area .p-header-slider .slick-prev {
    left: 30%;
  }
  
  .area .p-header-slider .slick-next {
    left: inherit;
  }
  
  .area .info-article-lead .term {
    font-size: 14px;
  }
  
  .area .price-list li > div {
    display: block;
    float: left;
  }
  
  .area .price-list li {
    padding: 7px 10px;
  }
  
  .area .price-list .member {
    margin-right: 5px;
    width: 52px;
  }
  
  .area .price-list .member span {
    font-size: 10px;
    width: 52px;
  }
  
  .area .price-list .meal {
    margin-right: 5px;
    padding-right: 0;
  }
  
  .area .price-list .meal span {
    font-size: 10px;
    width: 68px;
  }
  
  .area .price-list .name {
    font-size: 12px;
    padding-top: 2px;
    width: auto;
  }
  
  .area .price-list .num {
    clear: both;
    float: left;
    font-size: 15px;
    padding-right: 3%;
    padding-top: 8px;
    text-align: right;
    width: 41%;
  }
  
  .area .price-list .btn {
    float: right;
    width: 27%;
  }
  
  .area .price-list .btn a {
    background: url(/images_static/area/sp_price_list_arrow.png) 97% center no-repeat #000;
    background-size: 12px auto;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 20%;
    text-align: left;
    width: auto;
  }
  
  .area .price-list .price {
    float: left;
    font-size: 13px;
    padding-right: 2.5%;
    padding-top: 5px;
    text-align: right;
    width: 32%;
  }
  
  .area .price-list .price span {
    font-size: 18px;
  }
  
  .area .share-plan .share-block {
    float: none;
    padding-bottom: 20px;
    width: 100%;
  }
  
  .area .plan-feature {
    padding: 0;
  }
  
  .area .plan-feature h2,
  .area .plan-meal h2,
  .area .plan-prize h2{
    font-size: 17px;
  }
  
  .area .plan-meal {
    margin-bottom: 30px;
    padding: 0;
  }
  
  .area .plan-meal .p-asset01 .box > img {
    margin: 0;
  }
  
  .area .plan-meal .p-asset01 .box {
    padding: 10px;
  }
  
  .area .plan-meal .p-asset01 .body {
    padding: 10px 0;
  }
  
  .area .plan-meal .p-asset01 .body > p {
    display: none;
  }
  
  .area .plan-meal .p-asset10 {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  
  .area .plan-meal .p-asset10 .box {
    margin-bottom: 10px;
    padding: 10px 10px 20px;
  }
  
  .area .plan-meal .p-asset01 {
    margin-bottom: 20px;
  }
  
  .area .plan-meal .p-asset01 .copy {
    font-size: 11px;
  }
  
  .area .plan-meal .p-asset01 h3 {
    font-size: 14px;
  }
  
  .area .plan-service {
    margin-bottom: 0;
    padding: 30px 5% 0;
  }
  
  .area .plan-service .h3-type01 {
    font-size: 15px;
  }
  
  .area .plan-service .p-asset03 img {
    height: 50px;
    width: 50px;
  }
  
  .area .plan-service .p-asset03 .body {
    height: 50px;
  }
  
  .area .plan-service .p-asset03 .body p {
    font-size: 14px;
  }
  
  .area .plan-service .p-asset03 .box {
    height: 50px;
    margin-bottom: 10px;
  }
  
  .area .share-block {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  
  /* area-top */
  
  .area-top .mv .slick-slide > img {
    height: 147.2vw;
    object-fit: cover;
  }
  
  .area-top .mv-msg {
    font-size: 30px;
    padding-top: 0;
    top: 35px;
  }
  
  .area-top .mv-msg-text {
    font-size: 10px;
  }
  
  .area-top .mv-slider02 .slick-prev {
    bottom: 131px;
    left: 30%;
  }
  
  .area-top .mv-slider02 .slick-next {
    bottom: 131px;
    right: 30%;
  }
  
  .area-top .mv-slider02 .slick-dots {
    bottom: 131px !important;
  }
  
  .area-top .mv .movie {
    padding-top: 147.2%;
  }
  
  .area-top .sp-reserve-lead {
    background-color: #616161;
  }
  
  .area-top .sp-reserve-wrap {
    height: 131px;
    margin-top: -131px;
    padding: 10px;
  }
  
  .area-top .sp-reserve-block {
    background: rgba(255,255,255,0.6);
    padding-bottom: 10px;
  }
  
  .area-top .contact-block {
    background-color: #222;
    padding: 5px;
  }
  
  .area-top .contact-block ul {
    overflow: hidden;
  }
  
  .area-top .contact-block li {
    background: url(/images_static/common/icon_arrow_right_07.png) 97% center no-repeat #fff;
    float: left;
    text-align: center;
    width: 49%;
  }
  
  .area-top .contact-block li:first-child {
    margin-right: 2%;
  }
  
  .area-top .contact-block li.tel a,
  .area-top .contact-block li.access a {
    display: block;
    height: 46px;
    padding: 0;
    line-height: 46px;
    text-decoration: none;
  }
  
  .area-top .contact-block li.tel a:before {
    content: '\f095';
    font-family: Fontawesome;
    font-size: 18px;
    padding-right: 11px;
  }
  
  .area-top .contact-block li.access a:before {
    content: '\f041';
    font-family: Fontawesome;
    font-size: 21px;
    padding-right: 11px;
  }
  
  .area-top .share-block-top .inner {
    float: none;
  }
  
  .area-top .room-plan {
    background: none;
    padding-top: 0;
  }
  
  .area-top .room-plan .label {
    float: none;
  }
  
  .area-top .room-plan .p-asset01 .box {
    padding-bottom: 0;
  }
  
  .area-top .room-plan02 h3 {
    margin-bottom: 0;
  }
  
  .area-top-service {
    padding: 0
  }
  
  .area-top-service .service-slider-wrap {
    padding: 0 5%;
  }
  
  .area-top-service .service-slider-wrap .box {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .area-top .service-slider .slick-dots {
    bottom: 40px !important;
  }
  
  .area-top-service .text h3 {
    font-size: 14px;
  }
  
  .area-top-service .text {
    font-size: 11px;
    width: 280px;
  }
  
  .area-top .service-slider-02 .text {
    box-sizing: border-box;
    height: auto;
    min-height: 50px;
    width: 90%;
  }
  
  .area-top .service-slider-02 .slick-dots {
    bottom: 20px !important;
    margin-top: 0;
  }
  
  .area-top .service-slider-02 {
    padding-bottom: 40px;
  }
  
  .area-top-facil {
    padding: 0;
  }
  
  .area-top-facil .service-slider-02 .text {
    width: 100%;
  }
  
  .area-top-facil .service-slider-02 .text p {
    font-size: 9px;
  }
  
  .area-top-facil .service-slider-02 .text h3 {
    font-size: 13px;
  }
  
  .area-top-season .text {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  
  .area-top-season .text > img {
    width: 75%;
  }
  
  .area-top-season .inner {
    border-top: 0;
    padding: 10px 0 30px;
  }
  
  .area-top-season .mincho {
    font-size: 12px;
  }
  
  .area-top-season .note {
    font-size: 11px;
  }
  
  
  .area-top-special .inner {
    width: 100%;
  }
  
  .area-top .info-block {
    padding: 29px 0 0;
  }
  
  .area-top .info-block .p-tab-head li:first-child {
    margin-left: 0;
  }
  
  .area-top .info-block .p-tab-head li {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 1%;
    width: 24%;
  }
  
  .area-top .info-block .p-tab-head li:nth-child(4n) {
    margin-right: 0;
  }
  
  .area-top .info-block .p-tab-head li a {
    font-size: 11px;
    height: 32px;
    padding: 0;
  }
  
  .area-top-sns {
    margin-bottom: 30px;
    padding: 0 2.7%;
  }
  
  .area-top-sns .box:first-child {
    margin-right: 0;
  }
  
  .area-top-sns .box {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .area-top-special {
    padding: 0 2.7%;
  }
  
  .area-top-special .inner {
    height: 80px;
    padding: 20px 0 0;
  }
  
  .area-top-special p {
    font-size: 20px;
  }
  
  .area-top-special p span {
    font-size: 14px;
  }
  
  .area-top .bnr-block {
    padding: 15px 5.3% 0;
  }
  
  .area-top .bnr-block h3 {
    margin-bottom: 15px;
  }
  
  .area-top .bnr-block ul {
    padding-top: 0;
  }
  
  .area-top-special p:after {
    content: url(/images_static/area/sp_area_top_special_arrow.png);
    right: 10px;
    position: absolute;
    top: 25px;
  }
  
  .area-top .bnr-slider-wrap {
    background-color: #fff;
    margin: 0 -5.3%;
    padding: 0;
  }
  
  .area-top .bnr-slider-wrap h3 {
    background: none;
    border-bottom: 1px solid #222;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 15px 0 3px;
  }
  
  .area-top .bnr-slider-wrap ul {
    display: block;
  }
  
  .area-top .bnr-slider-wrap .slick-dots {
    bottom: -20px !important;
  }
  
  .area-top .bnr-slider-wrap li {
    margin-right: 10px;
  }
  
  .area-top .service-slider .slick-next {
    right: 30%;
  }
  
  .area-top .service-slider .slick-prev {
    left: 30%;
  }
  
  /* stay-top */
  
  .stay-top .room-search-form select {
    width: 100%;
  }
  
  .stay-top .plan-cat-head {
    width: 100%;
  }
  
  .stay-top .p-header .text {
    top: 54%;
  }
  
  .stay-top .p-header {
    padding-bottom: 20px;
  }
  
  .stay-top .p-asset01 .copy {
    font-size: 11px;
  }
  
  .stay-top .p-asset01 h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .stay-top .plan-pickup {
    margin-bottom: 24px;
  }
  
  .stay-top .room-search-head {
    margin: 0 auto 15px;
    width: 94.6%;
    padding: 10px 18px;
  }
  
  .stay-top .room-search-head h3 {
    font-size: 14px;
    width: 100%;
  }
  
  .stay-top .room-search-form ul {
    float: left;
    width: 80%;
  }
  
  .stay-top .room-search-form span {
    font-size: 13px;
    width: 20%;
  }
  
  .stay-top .room-search-form li {
    height: 48px;
    font-size: 13px;
    margin: 0 0 5px 0;
    width: calc(50% - 3px);
  }
  
  .stay-top .room-search-form li:nth-child(2n) {
    margin-left: 6px;
  }
  
  .stay-top .room-search-form select {
    float: left;
    width: 80%;
  }
  
  .stay-top .room-search-form div {
    overflow: hidden;
  }
  
  .stay-top .room-search-form .meal {
    margin-bottom: 5px;
  }
  
  .stay-top .plan-cat-head {
    margin: 0 auto 30px;
    width: 94.6%;
  }
  
  .stay-top .plan-cat-head .cat {
    font-size: 16px;
  }
  
  .stay-top .plan-cat-head .cat:before {
    font-size: 14px;
    padding-right: 5px;
  }
  
  .stay-top .plan-cat-head .num span {
    font-size: 20px;
  }
  
  .stay-top .plan-cat-head .num {
    font-size: 13px;
  }
  
  .stay-top .room-list-cont {
    padding: 0 2.7%;
  }
  
  .stay-top .room-list-cont .inner {
    padding: 10px;
  }
  
  .stay-top .room-list-cont .p-acc-slider p {
    font-size: 11px;
  }
  
  .stay-top .room-list-cont .copy {
    font-size: 12px;
  }
  
  .stay-top .room-list-cont h3 {
    font-size: 16px;
  }
  
  .stay-top .room-list-cont .desc {
    font-size: 13px;
  }
  
  .stay-top .room-list-cont .term {
    font-size: 13px;
  }
  
  .stay-top .room-list-cont .label {
    display: block;
  }
  
  .stay-top .price-list {
    padding: 0;
  }
  
  .stay-top .price-list .name {
    clear: none;
  }
  
  .stay-top .price-list .btn {
    width: 27%;
  }
  
  .stay-top .price-list .num {
    width: 37%;
  }
  
  .stay-top .price-list .price {
    width: 36%;
  }
  
  .stay-top .room-list-cont .inner {
    padding-bottom: 30px;
  }
  
  /* res-detail */
  
  .res-detail .res-reserve {
    width: 100%;
  }
  
  .res-detail .res-reserve .label {
    font-size: 10px;
  }
  
  .res-detail .res-reserve .num {
    font-size: 15px;
  }
  
  .res-detail .res-reserve .price {
    font-size: 18px;
  }
  
  .res-detail .res-reserve .head {
    font-size: 14px;
  }
  
  .res-detail .res-reserve .head span {
    vertical-align: bottom;
  }
  
  .res-detail .res-reserve .btn-wrap p {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .res-detail .res-reserve .btn-wrap {
    margin-bottom: 0;
  }
  
  .res-detail .res-reserve .btn-wrap p:first-child {
    margin-right: 0;
  }
  
  .res-detail .res-reserve .btn-wrap p a {
    width: 100%;
  }
  
  .res-detail .res-reserve .tel:before {
    content: none;
  }
  
  .res-detail .res-reserve .tel a {
    background: url(/images_static/area/res_detail_reserve_arrow_02.png) 98% center no-repeat #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
  }
  
  .res-detail .res-reserve .tel span {
    font-size: 11px;
  }
  
  .res-detail .res-reserve .note {
    font-size: 12px;
  }
  
  .res-detail .plan-meal-wrap {
    margin-bottom: 30px;
    padding: 0 2.7%;
  }
  
  .res-detail .plan-meal-head h2 {
    border: 0;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0;
  }

  .res-detail .plan-meal-head {
    background: url(/images_static/hotel/sp_icon_open.png) 97% center no-repeat #F6F6F6;
    background-position: 97% center;
    font-size: 14px;
    padding: 17px 15px;
  }
  
  .res-detail .plan-meal-head.active {
    background: url(/images_static/hotel/sp_icon_close.png) 97% center no-repeat #F6F6F6;
  }
  
  .res-detail .plan-meal-body {
    background-color: #F6F6F6;
    display: none;
    padding: 0 2px 2px;
  }
  
  .res-detail .plan-meal-body .plan-meal {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
  }
  
  .res-detail .plan-meal-body .p-article {
    background-color: #fff;
    margin-bottom: 0;
  }
  
  .res-detail .plan-meal-body .p-article .list-type01 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  
  .res-detail .plan-meal-body .p-asset09 {
    margin-bottom: 0;
    padding-bottom: 33px;
  }
  
  .res-detail .p-asset09 .menu {
    margin-bottom: 0;
  }
  
  /* res-top */
  
  .res-top .p-header .text {
    top: 55%;
  }
  
  .res-top .p-header .h2-type03 {
    margin-bottom: 5px;
  }
  
  .res-top .p-header {
    box-shadow: none;
    margin-bottom: 0;
  }
  
  .res-top .p-header p {
    margin-bottom: 0;
  }
  
  .res-top .sp-reserve-block {
    background-color: #F6F6F6;
    margin-bottom: 25px;
  }
  
  .res-top .res-plan {
    background: none;
    padding-bottom: 0;
  }
  
  .res-top .res-plan .p-asset01 .slick-dots {
    background-color: #f6f6f6;
    padding-bottom: 30px;
  }
  
  .res-top .res-plan .p-asset01 p {
    display: none;
  }
  
  .res-top .res-plan .p-asset01 .body {
    padding: 10px;
  }
  
  .res-top .res-plan .p-asset01 .copy {
    font-size: 11px;
  }
  
  .res-top .res-plan .p-asset01 h3 a {
    font-size: 14px;
  }
  
  .res-top .p-asset01-cover .cover {
    padding: 5px;
  }
  
  .res-top .p-asset01-cover .cover .copy {
    font-size: 11px;
  }
  
  .res-top .p-asset01-cover .cover .title {
    font-size: 13px;
  }
  
  .res-top .res-recommend {
    margin-bottom: 30px;
  }
  
  .res-top .res-list {
    padding: 0 2.7%;
  }
  
  .res-top .res-search-head span {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
  
  .res-top .res-search-head select {
    width: 100%;
  }
  
  .res-top .res-search-head {
    margin-bottom: 28px;
    padding: 14px 29px;
  }
  
  .res-top .res-list .head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .res-top .res-list-cont {
    margin-bottom: 30px;
    padding: 10px;
  }
  
  .res-top .p-asset02 .cont img {
    width: 100%;
  }
  
  .res-top .p-asset02 .name {
    font-size: 16px;
  }
  
  .res-top .p-asset02 .middle .lead {
    font-size: 12px;
  }
  
  .res-top .p-asset02 .middle .plan {
    padding: 10px;
  }
  
  .res-top .p-asset02 .middle .plan li {
    font-size: 13px;
  }
  
  .res-top .p-asset02 .middle .plan {
    margin-bottom: 10px;
  }
  
  .p-asset02 .bottom .reserve a {
    font-size: 12px;
  }
  
  .res-top .p-asset02 .middle .data {
    display: block;
    overflow: hidden;
  }
  
  .res-top .p-asset02 .middle .data ul {
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
  }
  
  .res-top .p-asset02 .middle .data ul.tag {
    float: right;
  }
  
  /* resshop */
  
  .res-shop .shop-header .p-header-slider .slick-prev {
    left: 30%;
  }
  
  .res-shop .shop-header .p-header-slider .slick-next {
    right: 30%;
  }
  
  .res-shop .p-tab-head li {
    width: 49%;
  }
  
  .res-shop .shop-lead {
    padding: 15px 2.7% 0;
    position: relative;
  }
  
  .res-shop .shop-lead .top .name {
    font-size: 20px;
    margin-right: 0;
    width: 70%;
  }
  
  .res-shop .shop-lead .top .place {
    font-size: 14px;
    margin-bottom: 10px;
    width: 70%;
  }
  
  .res-shop .shop-lead .top .access {
    position: absolute;
    right: 2.7%;
    top: 0;
    width: 27%;
  }
  
  .res-shop .shop-lead .access span {
    float: right;
    font-size: 12px;
    text-align: left;
    width: 100%;
  }
  
  .res-shop .shop-lead .access span:before {
    padding-right: 3px;
    margin-left: 15px;
  }
  
  .res-shop .shop-lead .data ul.budget {
    display: block;
    float: left;
    width: 50%;;
  }
  
  .res-shop .shop-lead .budget li {
    font-size: 11px;
  }
  
  .res-shop .shop-lead .tag li {
    float: none;
    font-size: 9px;
    display: inline-block;
    margin-right: 0;
  }
  
  .res-shop .shop-lead .data ul.tag {
    text-align: right;
    width: 50%;
  }
  
  .res-shop .shop-lead .data {
    height: auto;
  }
  
  .res-shop .shop-lead .data ul.tag {
    display: block;
    float: right;
  }
  
  .res-shop .shop-data .p-tab-block .top .logo {
    margin: 0 auto 10px;
    width: 40%;
  }
  
  .res-shop .shop-data .p-tab-block .top .img {
    height: auto;
    width: 100%;
  }
  
  .res-shop .shop-data .p-tab-block .top .img .note {
    font-size: 11px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .res-shop .shop-data .p-tab-block .top .text {
    width: 100%;
  }
  
  .res-shop .p-tab-body {
    padding: 16px 2.7% 0;
  }
  
  .res-shop .shop-data .p-tab-block .contact .tel {
    width: 100%;
  }
  
  .res-shop .shop-menu-list li {
    width: 100%;
  }
  
  .res-shop .shop-info .p-table {
    width: 100%;
  }
  
  .res-shop .shop-data .p-tab-block .top .text .copy {
    font-size: 16px;
    padding: 0 2.7%;
  }
  
  .res-shop .shop-data .p-tab-block .top .text .desc {
    font-size: 13px;
    padding: 0 2.7%;
  }
  
  .res-shop .shop-data .p-tab-block .contact {
    padding: 10px 18px;
  }
  
  .res-shop .shop-data .p-tab-block .top {
    margin-bottom: 30px;
  }
  
  .res-shop .shop-data .p-tab-block .contact .wrap > p {
    display: block;
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
  }
  
  .res-shop .shop-data .p-tab-block .contact .reserve:first-child a {
    background-position: 95% center;
    width: 100%;
  }
  
  .res-shop .shop-data .p-tab-block .contact .reserve a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
  
  .res-shop .shop-data .p-tab-block .contact .tel {
    height: 40px;
    line-height: 40px;
  }
  
  .res-shop .shop-data .p-tab-block .tel:before {
    content: none;
  }
  
  .res-shop .shop-data .p-tab-block .tel a {
    background: url(/images_static/area/res_detail_reserve_arrow_02.png) 95% center no-repeat #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
  }
  
  .res-shop .shop-data .p-tab-block .tel a span {
    font-size: 11px;
  }
  
  .res-shop .shop-data .p-tab-block .contact p.note {
    font-size: 13px;
    margin-top: 5px;
  }
  
  .res-shop .shop-data .share-plan {
    margin-bottom: 30px;
  }
  
  .res-shop .shop-data .p-acc-slider .slick-prev,
  .res-shop .shop-data .p-acc-slider .slick-next,
  .res-shop .shop-data .p-acc-slider .slick-dots {
    bottom: 62px !important;
  }
  
  .res-shop .shop-plan .inner {
    padding: 10px 10px 30px;
  }
  
  .res-shop .shop-menu {
    margin: 30px 0;
  }
  
  .res-shop .shop-menu-list {
    padding: 0 2.7%;
  }
  
  .res-shop .shop-menu-list li {
    background-image: url(/images_static/area/sp_shop_menu_arrow.png);
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    width: 49%;
  }
  
  .res-shop .shop-menu-list li:nth-child(2n) {
    margin-left: 2%;
  }
  
  .res-shop .shop-menu-list li:nth-child(3n) {
    margin-right: 0;
  }
  
  .res-shop .shop-menu-list li a {
    font-size: 13px;
    padding-left: 30px;
  }
  
  .res-shop .shop-menu-list li a:before {
    background: url(/images_static/area/icon_pdf_02.png) 0 center no-repeat;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    vertical-align: middle;
    width: 19px;
    position: absolute;
    left: 3px;
    top: 16px;
  }
  
  .res-shop .shop-info {
    margin: 30px 0;
  }
  
  .res-shop .shop-info .p-table {
    font-size: 13px;
  }
  
  .res-shop .shop-info .p-table th {
    vertical-align: middle;
  }
  
  .res-shop .shop-info .p-table:first-child {
    margin-right: 0;
  }
  
  .res-shop .shop-info {
    margin-bottom: 30px;
  }
  
  .res-shop .shop-info .p-table {
    float: none;
    margin-bottom: 0;
  }
  
  .res-shop .shop-info .p-table .strong a {
    text-decoration: none;
  }
  
  .res-shop .shop-info .p-table .pc-tel {
    display: none;
  }
  
  .res-shop .shop-info .p-table .sp-tel {
    display: inline;
  }
  
  .res-shop .shop-access-map #Map {
    height: 220px;
  }
  
  .res-shop .plan-service {
    border: 0;
  }
  
  .res-shop .shop-access-map .bottom {
    padding: 14px;
  }
  
  .res-shop .shop-access-map .bottom .address {
    font-size: 13px;
    width: 65%;
  }
  
  .res-shop .shop-access-map .more a {
    font-size: 11px;
    padding: 0 10px;
    top: 10px;
    right: 10px;
    width: auto;
  }
  
  .res-shop .shop-access-map .bottom li {
    font-size: 13px;
  }
  
  .res-shop .share-block .bnr,
  .area-top .share-block .bnr {
    float: none;
  }
  
  .res-shop .share-block .bnr #CDSWIDCOE,
  .area-top .share-block .bnr #CDSWIDCOE {
    margin: 0 auto !important;
  }
  
  .res-shop .share-block .sns,
  .area-top .share-block .sns {
    float: none;
    padding-top: 10px;
  }
  
  .res-shop .plan-cat-head {
    width: 100%;
  }
  
  .res-shop .room-search-form select {
    width: 100%;
  }
  
  .res-shop .room-search-head {
    padding: 10px;
  }
  
  .res-shop .room-search-head h3 {
    line-height: 27px;
    padding: 0;
    width: 100%;
  }
  
  .res-shop .room-search-form {
    border-top: 1px solid #fff;
    margin-top: 10px;
  }
  
  .res-shop .room-search-form span {
    display: block;
    float: none;
    line-height: 44px;
    padding-top: 0;
    width: 100%;
  }
  
  .res-shop .room-search-form .meal span {
    background: url(/images_static/area/res_shop_data_arrow.png) 96% center no-repeat;
  }
  
  .res-shop .room-search-form .meal {
    margin-bottom: 0;
    text-align: center;
  }
  
  .res-shop .room-search-form .meal ul {
    padding: 0 2.7% 0;
  }
  
  .res-shop .room-search-form li {
    margin: 0 0 5px 0;
    width: calc(50% - 3px);
  }
  
  .res-shop .room-search-form li:first-child {
    width: 100%;
  }
  
  .res-shop .room-search-form li:nth-child(2n) {
    margin-right: 6px;
  }
  
  .res-shop .room-search-form .cat {
    overflow: hidden;
  }
  
  .res-shop .room-search-form .cat span {
    float: left;
    font-size: 13px;
    line-height: 1.2;
    padding: 5px 0 0 2.7%;
    width: 17.3%;
  }
  
  .res-shop .room-search-form .cat select {
    float: left;
    padding-right: 2.7%;
    width: 77.3%;
  }
  
  /* area-club */
  
  .area-club .p-hotel-header-slider .box img {
    height: 220px;
  }
  
  .area-club .hotel-header {
    padding-bottom: 30px;
  }
  
  .area-club .hotel-header .text {
    margin-top: 0;
    position: absolute;
    top: 38.5%;
  }
  
  .area-club .hotel-header h2 span {
    font-size: 10px;
  }
  
  .area-club .hotel-header h2 {
    font-size: 22px;
    margin-bottom: 5px;
    padding-top: 16px;
  }
  
  .area-club .p-hotel-header-slider .slick-dots {
    bottom: -120px !important;
  }
  
  .area-club .p-hotel-header-slider .slick-prev,
  .area-club .p-hotel-header-slider .slick-next {
    bottom: -120px;
  }
  
  .area-club .p-hotel-header-slider .slick-prev {
    left: 30%;
  }
  
  .area-club .p-hotel-header-slider .slick-next {
    right: 30%;
  }
  
  .area-club-head {
    margin: 0 auto;
    padding: 18px 0;
    width: 94.6% !important;
  }
  
  .area-club-head .mincho {
    font-size: 15px;
    margin-bottom: 18px;
  }
  
  .area-club-head .menu li {
    margin-left: 13px;
  }
  
  .area-club-head .menu li a {
    font-size: 14px;
  }
  
  .area-club-head .menu li:before {
    content: none;
  }
  
  .area-club-head .menu li:after {
    content: '\f107';
    display: block;
    font-size: 15px;
    font-family: Fontawesome;
  }
  
  .area-club-head .menu {
    margin-bottom: 0;
    padding: 10px 20px;
  }
  
  .area-club .room-bnr {
    background-size: cover;
    background-position: center center;
    margin: 0 auto 30px;
    padding: 0;
    width: 80% !important;
  }
  
  .area-club .room-bnr .inner {
    background: none;
    padding: 20px 30px;
    height: 100px;
  }
  
  .area-club .room-bnr p {
    height: 60px;
    padding-top: 10px;
  }
  
  .area-club .room-plan {
    background-size: 100% auto;
  }
  
  .area-club .h2-lead {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 5%;
    text-align: left;
  }
  
  .h2-type04 span.en {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .h2-type04 {
    background-size: 100% auto !important;
    font-size: 19px;
    margin-bottom: 15px;
  }
  
  .h2-type04 span.num {
    font-size: 14px;
  }
  
  .area-club-lounge {
    padding: 20px 0;
  }
  
  .area-club-lounge .type span {
    font-size: 11px;
  }
  
  .area-club-time {
    padding: 0 0 30px;
  }
  
  .area-club-time h3 {
    font-size: 15px;
    margin: 0 2.7% 20px;
    padding: 2px 0 2px 10px;
  }
  
  .area-club-time .lead {
    font-size: 13px;
    padding: 0 2.7%;
  }
  
  .area-club .service-slider-03 .text {
    padding: 5px 5px 5px 5px;
  }
  
  .area-club .service-slider-03 .name {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-top: -15px;
    width: 120px;
  }
  
  .area-club .service-slider-03 .time {
    font-size: 10px;
    margin-bottom: 5px;
  }
  
  .area-club .service-slider-03 .desc {
    font-size: 10px;
  }
  
  .area-club .service-slider-03 .slick-dots {
    bottom: 30px !important;
  }
  
  .area-club .service-slider-03 {
    padding-bottom: 50px;
  }
  
  .area-club-info > div {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0 2.7%;
  }
  
  .area-club-info .cont {
    padding-left: 0;
  }
  
  .area-club-time h3 {
    margin-left: 0;
    margin-right: 0;
  }
  
  .area-club-info .list-m li {
    font-size: 14px;
  }
  
  .area-club-info .box .inner {
    padding: 10px;
  }
  
  .area-club-info .customer {
    margin-bottom: 26px;
  }
  
  .area-club-info .price {
    border: 1px solid #C7BA7A;
    padding: 0 10px 0;
  }
  
  .area-club-info .box {
    margin-bottom: 20px;
  }
  
  .area-club-info .list-m li {
    background-image: url(/images_static/area/area_club_list_s.png);
  }
  
  .area-club-info .list-m li {
    background-image: url(/images_static/area/sp_area_club_list_s.png);
    padding-left: 15px;
  }
  
  .area-club-info .time .head {
    font-size: 20px;
  }
  
  .area-club-business {
    padding: 10px 5%;
  }
  
  .area-club-business .img {
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
  }
  
  .area-club-business .text {
    font-size: 13px;
  }
  
  .area-club-business .note {
    font-size: 12px;
  }
  
  .area-club-business .p-header-slider .slick-prev {
    left: 30%;
  }

  .area-club-business .p-header-slider .slick-next {
    right: 30%;
  }
  
  .area-club-business .slick-slide {
    position: relative;
  }
  
  .area-club-business .img p {
    font-size: 11px;
    width: 100%;
  }
  
  .area-club-gift {
    padding-bottom: 30px;
  }
  
  .area-club-gift .other {
    padding: 0 2.7%;
  }
  
  .area-club-gift .other h3 {
    font-size: 15px;
    padding: 2px 0 2px 10px;
  }
  
  .area-club-gift .other li {
    background-image: url(/images_static/area/sp_area_club_list_s.png);
    font-size: 14px;
    padding-left: 15px;
  }
  
  .area-club-gift .other ul {
    padding-left: 0;
  }
  
  .area-club-info .price p {
    font-size: 13px;
  }
  
  .area-club-info .list-s li {
    background-image: url(/images_static/area/sp_area_club_list_s.png);
    font-size: 13px;
  }
  
  .area-club-info .price .note {
    font-size: 12px;
  }
  
  .area-club-info .price .h4-type02 {
    background: url(/images_static/hotel/icon_open.png) 100% center no-repeat;
    background-size: 30px 30px;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 0 0 0;
  }
  
  .area-club-info .price .inner {
    border-top: 1px solid #C7BA7A;
    display: none;
    padding-top: 10px;
  }
  
  .area-club-info .h4-type02.active {
    background: url(/images_static/hotel/icon_open.png) 100% center no-repeat;
    background-size: 30px 30px;
  }
  
  .area-club .room-service .p-asset03 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  
  .area-club .share-block .inner {
    width: 100%;
  }
  
  .area-club .share-block {
    padding-bottom: 20px;
  }
  
  .area-club .share-block .inner {
    padding: 20px 0 0;
  }
  
  
  /* p-article */
  
  .p-article {
    padding: 0 5%;
  }
  
  .p-article .btn-type03,
  .p-article .btn-type05 {
    margin-bottom: 10px;
    width: 260px;
  }
  
  .p-article .p-table.vertical td {
    width: 30%;
  }
  
  .p-article .inner {
    padding: 0;
  }
  
  .p-article .col1-img-block .img {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .p-article .col1-img-block .text {
    font-size: 13px;
    width: 100%;
  }
  
  .p-article .col2-img-block .img {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
  
  .p-article .col2-img-block .text {
    font-size: 13px;
    width: 50%;
  }
  
  .p-article .link li {
    font-size: 13px;
  }
  
  .p-article .p-table th,
  .p-article .p-table td {
    text-align: left;
  }
  
  .p-article .p-table.vertical th {
    width: 25%;
  }
  
  .p-article .p-table.vertical td {
    width: 75%;
  }
  
  .p-article .note {
    font-size: 12px;
  }
  
  .p-article .list-type01 {
    padding-left: 0;
  }
  
  .p-article .list-type01 li {
    font-size: 13px;
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  
  /* sp-fixed */
  
  .sp-fixed-btn {
    background-color: #222;
    bottom: 0;
    height: 50px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 12;
  }
  
  .sp-fixed-btn a {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 50px;
    text-decoration: none;
  }
  
  .sp-fixed-btn .sp-fixed-tel a:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 19px;
    padding-right: 8px;
    vertical-align: middle;
  }
  
  .sp-fixed-btn .sp-fixed-reserve a:before {
    content: '\f236';
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 8px;
  }
  
  .sp-fixed-btn > div {
    float: left;
    height: 50px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  
  .sp-fixed-btn > div:after {
    color: #B9B9B9;
    content: '\f106';
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 16px;
    top: 16px;
  }
  
  .sp-fixed-tel {
    border-right: 1px solid #fff;
  }
  
  .sp-tel-block.sp-modal .mfp-close {
    background-position: center 11px;
    background-image: url(/images_static/common/modal_close_02.png);
    left: inherit;
    right: 10px;
  }
  
  .sp-tel-block.sp-modal .mfp-close-bottom .mfp-close {
    left: 50%;
    margin-left: -20px;
  }
  
  .sp-tel-block.sp-modal .mfp-close-bottom .mfp-close {
    background-image: url(/images_static/common/modal_close.png);
  }
  
  .sp-tel-block {
    background-color: #fff;
    padding-bottom: 0;
  }
  
  .sp-tel-block h2 span:before {
    content: '\f095';
    font-size: 21px;
  }
  
  .sp-tel-info {
    background-color: #000;
    color: #fff;
    padding: 22px;
  }
  
  .sp-tel-info p {
    text-align: center;
  }
  
  .sp-tel-info .num {
    font-size: 34px;
    margin-bottom: 20px;
  }
  
  .sp-tel-info .num img {
    margin-right: 10px;
  }
  
  .sp-tel-info .note {
    color: #B9B9B9;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .sp-tel-info .navi {
    font-size: 18px;
  }
  
  .sp-tel-info a {
    color: #fff;
    text-decoration: none;
  }
  
  .sp-tel-block .sp-reserve-bottom .head {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  
  .sp-tel-block .sp-reserve-bottom a {
    color: #fff;
  }
  
  .sp-tel-block .sp-header-util {
    margin-top: 30px;
  }
  
  .sp-tel-block .mfp-close-bottom {
    background-color: #222;
    height: 50px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
  
  .sp-tel-block .pc-tel {
    display: none;
  }
  
/* Mobile Footer
   ========================================================================== */

  .pagetop {
    top: inherit;
    bottom: 0;
  }
  
  .footer {
    padding-bottom: 50px;
    width: 100%;
  }
  
  .footer-top {
    margin: 0 5.3%;
    padding: 16px 0 13px;
    width: 89.4%;
  }
  
  .footer-top > div {
    display: block;
  }
  
  .footer-sns {
    padding-bottom: 14px;
    width: 100%;
  }
  
  .footer-sns li {
    padding-right: 0;
  }
  
  .footer-sns li:first-child {
    padding-right: 5px;
  }
  
  .footer-sns p {
    font-size: 12px;
    padding-right: 0;
    width: 246px;
  }
  
  .footer-search {
    margin-bottom: 15px;
  }
  
  .footer-search-box {
    margin-right: 0;
    width: 100%;
  }
  
  .footer-link {
    text-align: center;
  }
  
  .footer-search-box input[type="text"] {
    padding: 0;
    width: calc(100% - 25px);
  }
  
  .footer-link,
  .footer-link li:before {
    font-size: 12px;
  }
  
  .footer-link ul {
    display: inline-block;
  }
  
  .footer-nav {
    font-size: 12px;
    padding: 29px 5.3%;
    width: 100%;
  }
  
  .footer-nav .inner > div {
    width: 50%;
  }
  
  .footer-nav .box {
    width: 100%;
  }
  
  .footer-nav li:before {
    font-size: 11px;
  }
  
  .footer-nav h4 {
    font-size: 12px;
    margin: 15px 0 10px;
  }
  
  .footer-nav .txt-s {
    font-size: 11px;
  }
  
  .footer-nav .footer-nav03 ul:first-child {
    font-size: 12px;
  }
  
  .footer-nav .footer-nav03 ul:last-child {
    margin: -10px 0 20px;
  }
  
  .footer-nav-wrap {
    float: none;
    position: relative;
    width: 100%;
  }
  
  .footer-nav-app {
    margin-top: 20px;
    padding: 17px 13px 10px;
    position: static;
    width: 88% !important;
  }
  
  .footer-nav-app li {
    width: 48%;
  }
  
  .footer-nav-app li:first-child {
    margin-right: 2%;
  }
  
  .footer-nav-wrap .pagetop {
    right: 0;
  }
  
  .footer-bnr {
    padding: 26px 0 30px;
    width: 100%;
  }
  
  .footer-bnr h4 {
    margin-bottom: 20px;
  }
  
  .footer-bnr-slider {
    width: 100%;
  }
  
  .footer-bnr-slider .box {
    margin-right: 10px;
    opacity: 0.4;
  }
  
  .footer-bnr-slider .slick-center {
    opacity: 1;
  }
  
  .footer-copy {
    font-size: 12px;
    padding: 14px 0;
  }
  
  .footer-nav-area li {
    width: 50%;
  }
  
  /* area */
  
  .area .footer-nav .inner > div {
    float: none;
    width: 100%;
  }
  
  .area .footer-nav-area ul {
    height: 150px;
    padding: 0;
  }
  
  .area .footer-nav {
    padding: 15px 0 10px;
    margin: 0 auto;
    width: 89.4%;
  }
  
  .area .footer-nav02 {
    padding-bottom: 20px;
  }
  
  .area .footer-nav-wrap {
    margin-top: -10px;
  }
  
  .area .footer-nav .footer-nav-area02 .title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: -23px;
    width: 180px;
  }
  
  .area .footer-nav .footer-nav-area02 .wrap {
    float: left;
    width: 50%;
  }
  
  .area .footer-nav .footer-nav-area02 .wrap ul {
    margin-bottom: 5px;
  }
  
  .area .footer-nav .footer-nav-area02 ul {
    width: 100%;
  }
  
  .area .footer-nav .footer-nav-area02 li {
    width: 100%;
  }
  
  .area .footer-nav .txt-s {
    margin-bottom: 5px;
  }
  
  .area .footer-link li:first-child {
    margin-left: 0;
  }
  
  .area .footer-sns {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  
  .area .footer-sns p {
    width: 40%;
  }
  
  .area .footer-sns ul {
    padding-left: 1%;
    width: 55%;
  }
  
  .area .footer-sns li {
    margin-right: 3%;
    max-width: 40px;
    width: 22%;
  }
  
  .area .footer-sns li:first-child {
    padding-right: 0;
  }
  
  .area .footer-sns li a {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
  }
  
  .area .footer-sns li i,
  .area .footer-sns li span {
    border: none;
  }
  
  .area .footer-back p {
    display: block;
  }
  
  .area .footer-back {
    padding: 0 5.7% 15px;
  }
  
  .area .footer-back p {
    float: none;
    margin-top: 14px;
    text-align: center;
  }
  
  .area .footer-back p.pc-fix {
    display: none !important;
  }
  
  .area .footer-back .text {
    font-size: 13px;
    text-align: left;
  }
  
  .area .footer-back .text img {
    margin-right: 5px;
  }
  
} /* Mobile end */

@media screen and (max-width: 374px) {
  
  /* modal */
  
  /*html.hidden,
  html.hidden .mfp-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
  
  .mfp-wrap {
    overflow-y: scroll;
  }*/
  
  .sp-modal {
    padding: 50px 10px 0;
  }
  
  .mfp-close-bottom {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .sp-reserve-bottom {
    margin: 37px -10px 0;
    padding: 20px 10px 106px;
  }
  
  .sp-reserve-head {
    margin: 0 -10px 20px;
  }
  
  .datepicker {
    line-height: 34px;
    padding: 0 5px;
  }
  
  .datepicker input {
    font-size: 12px;
    line-height: 1.2;
    width: 112px;
  }
  
  .reserve-body-input span {
    font-size: 13px;
  }
  
  .sp-tel-block .mfp-close-bottom {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  /* sp-fixed */
  
  .sp-fixed-btn > div {
    text-align: left;
  }
  
  .sp-fixed-tel a {
    padding-left: 35px;
  }
  
  .sp-fixed-reserve a {
    padding-left: 10px;
  }
  
  /* p-asset */
  
  .p-asset03 .body p {
    padding-left: 5px;
  }
  
  .p-asset03 .body {
    height: 70px;
    padding-right: 10px;
  }
  
  .p-asset03 .box {
    height: 70px;
  }
  
  .p-asset03 .slick-slide img {
    width: 70px;
  }
  
  .p-asset02 .cont .name {
    font-size: 12px;
  }
  
  .p-asset02 .cat li {
    width: 50px;
  }
  
  .p-asset02 .middle .budget li:before, .p-asset02 .middle .budget li {
    font-size: 10px;
  }
  
  .room-service .p-asset03 .body p {
    font-size: 12px;
  }
  
  /* main */
  
  .shop-search-bottom .acc-body button {
    width: 100%;
  }
  
  .shop-search-bottom .acc-body input[type='checkbox'] + label {
    font-size: 11px;
    padding-left: 20px;
  }
  
  .shop-search .inner {
    padding: 10px 5px 0;
  }
  
  .shop-list-result {
    font-size: 12px;
  }
  
  .area-top .share-block-top {
    padding: 16px 0 !important;
  }
  
  .area-top .share-block-top li:last-child {
    margin-right: 0;
  }
  
  .club-block h2 {
    font-size: 20px;
  }
  
  .stay-top .room-search-head {
    padding: 10px;
  }
  
  .stay-top .room-search-form input[type='checkbox'] + label {
    font-size: 12px;
    padding-left: 18px;
  }
  
  .area .price-list .num {
    font-size: 13px;
  }
  
  .area .price-list .price span {
    font-size: 16px;
  }
  
  .area .price-list .btn a {
    padding-left: 5px;
  }
  
  .stay-top .price-list .num {
    width: 33%;
  }
  
  .stay-top .price-list .price {
    width: 38%;
  }
  
  .stay-top .price-list .btn {
    width: 29%;
  }
  
  .res-shop .shop-lead .access span:before {
    margin-left: 7px;
  }
  
  .res-shop .shop-lead .budget li {
    margin-right: 5px;
  }
  
  .res-shop .shop-lead .budget li.dinner {
    margin-right: 0;
  }
  
  .res-shop .shop-data .p-tab-block .contact .tel {
    height: auto;
    line-height: 1;
  }
  
  .res-shop .shop-data .p-tab-block .tel a {
    padding: 7px 20px 7px 10px;
  }
  
  .share-block ul {
    display: block;
    padding: 0 10%;
    width: 100%;
  }
  
  .share-block li {
    margin-right: 2%;
    width: 32%;
  }
  
  .share-block li:last-child {
    margin-right: 0;
  }
  
  .share-block li a {
    width: 100%;
  }
  
  .res-shop .shop-access-map .bottom .address {
    width: 60%;
  }
  
  .res-detail .res-reserve .tel {
    height: auto;
    line-height: 1;
  }
  
  .res-detail .res-reserve .tel a {
    padding: 7px 20px 7px 10px;
  }
  
  /* footer */
  
  .footer-sns p {
    font-size: 10px;
    width: 65%;
  }
  
}


/* Commons
   ========================================================================== */

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}