@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}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' , sans-serif;
  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: 500;
}*/

a:hover img {
  opacity: .7;
}

/* Layout
   ========================================================================== */

.container {
  width: 100%;
}

.wrapper {
  width: 100%;
}

/*section {
  width: 100%;
}*/

/*section > .inner {
  margin: 0 auto;
  width: 1246px;
}*/

/* 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: auto;
  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 7px 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 */

.header-login {
  color: #fff;
  display: table;
  height: 32px;
  margin: 20px 4px 0 0;
  position: relative;
  width: 114px;
}

.header-login > p {
  background: url(/images_static/common/icon_arrow_bottom_01.png) 93% center no-repeat #6F6F6F;
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-left: 13px;
}

.header-login > p.open:hover {
  opacity: .7;
}

.header-login p.open:before {
  content: '\f090';
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 7px;
}

.header-login a {
  color: #fff;
  text-decoration: none;
}

.header-login .close {
  display: none;
}

.header-login.active .close {
  background: url(/images_static/common/modal_close.png) center center no-repeat #6F6F6F;
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  width: 114px;
}

.header-login-cont {
  background-color: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
  color: #222;
  display: none;
  padding: 45px 20px 25px;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 10;
  width: 745px;
}

.header-login-cont .head {
  text-align: center;
}

.header-login-cont h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 13px;
}

.header-login-cont h2 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}

.header-login-cont h3 {
  border-bottom: 1px solid #222;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.header-login-cont .form {
  margin-bottom: 39px;
}

.header-login-cont .block p {
  font-size: 14px;
  line-height: 1.57;
}

.header-login-cont .block p a {
  color: #222;
  text-decoration: underline;
}

.header-login-cont .block p a:hover {
  text-decoration: none;
}

.header-login-cont .form .body {
  margin: 0 auto;
  width: 312px;
}

.header-login-cont .form input[type="text"] {
  border: 1px solid #D4DCE5;
  border-radius: 3px;
  font-size: 14px;
  height: 40px;
  padding: 0 18px;
  width: 100%;
}

.header-login-cont .form input[type='checkbox']{
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  position: absolute;
}

.header-login-cont .form input[type='checkbox'] + label {
  background: url(/images_static/common/checkbox_01.png) 0 0 no-repeat;
  display: block;
  letter-spacing: -0.08em;
  height: 18px;
}

.header-login-cont .form input[type='checkbox']:checked + label {
  background-position: 0 bottom;
}

.header-login-cont .form .option {
  overflow: hidden;
  margin: 0 auto 18px;
  position: relative;
  width: 312px;
}

.header-login-cont .form p {
  margin: 13px 0 3px;
}

.header-login-cont .form .option p {
  float: left;
  font-size: 12px;
}

.header-login-cont .form .option p:first-child {
  margin-right: 17px;
}

.header-login-cont .form .option a {
  background: url(/images_static/common/icon_arrow_right_16.png) 0 center no-repeat;
  padding-left: 9px;
  text-decoration: none;
}

.header-login-cont .form .option a:hover {
  text-decoration: underline;
}

.header-login-cont .form .option label {
  padding-left: 23px;
}

.header-login-cont .form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #222;
  border: 0;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  width: 260px;
  border-radius: 0;
}

.header-login-cont .form input[type="submit"]:hover {
  opacity: .7;
}

.header-login-cont .entry ul {
  margin-top: 30px;
  overflow: hidden;
}

.header-login-cont .entry li {
  float: left;
}

.header-login-cont .entry li:first-child {
  margin-right: 9px;
}

.header-login-cont .entry .btn {
  box-sizing: border-box;
  height: auto;
  line-height: 40px;
  padding: 0;
  width: 347px;
}

.header-login-cont .entry a.btn-type05:after {
  color: #222 !important;
  font-size: 15px;
  top: 0;
}

.header-login-cont .entry a.btn-type05:hover:after {
  color: #fff !important;
}

.header-login-cont .entry .btn-type03 {
  background: url(/images_static/common/icon_arrow_right_17.png) 96% center no-repeat;
  color: #222;
  border: 2px solid #222;
}

.header-login-cont .entry .btn-type03:hover {
  background-image: url(/images_static/common/icon_arrow_right_18.png);
  background-color: #222;
  border: 2px solid #222;
  color: #fff;
}

.header-login-cont.status-login .head {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
  text-align: center;
}

.header-login-cont.status-login .head span {
  font-size: 20px;
  font-weight: bold;
}

.header-login-cont.status-login .mypage-club {
  width: 100%;
}

.header-login-cont.status-login {
  padding: 37px 20px 20px;
}

.header-login-cont.status-login h3 {
  border: 0;
  font-weight: normal;
  margin-bottom: 0;
}

.header-login-cont.status-login .mypage-club .rank {
  margin-bottom: 15px;
}

.header-login-cont.status-login .mypage-club .rank dd {
  font-size: 16px;
}

.header-login-cont.status-login .mypage-club .body {
  padding: 24px 24px 20px;
}

.header-login-cont.status-login .mypage-club .body .left {
  margin-right: 30px;
}

.header-login-cont.status-login .mypage-club .body .right {
  width: 434px;
}

.header-login-cont.status-login .mypage-club .medal,
.header-login-cont.status-login .mypage-club .point {
  display: block;
  float: left;
  width: 205px;
}

.header-login-cont.status-login .mypage-club .medal {
  margin-right: 24px;
}

.header-login-cont.status-login .mypage-status .medal dd,
.header-login-cont.status-login .mypage-status .point dd {
  display: block;
}

.header-login-cont.status-login .mypage-status .medal dt,
.header-login-cont.status-login .mypage-status .point dt {
  margin-bottom: 10px;
}

.header-login-cont.status-login .mypage-club.mypage-status dd.note {
  padding-left: 0;
}

.header-login-cont.status-login .mypage-club .note a {
  color: #222;
}

.header-login-cont.status-login .mypage-club .btn .btn {
  box-sizing: border-box;
  color: #222 !important;
  font-size: 15px;
  height: 40px;
  letter-spacing: 0;
  line-height: 38px;
  padding: 0;
  width: 212px;
}

.header-login-cont.status-login .btn .btn:hover,
.header-login-cont.status-login .btn .btn:hover:after{
  color: #fff !important;
}

.header-login-cont.status-login .btn .btn:after {
  color: #222 !important;
}

.header-login-cont .btn-type05 {
  color: #222 !important;
  border: 2px solid #222 !important;
}

.header-login-cont .btn-type05:hover {
  background-color: #222 !important;
  color: #fff !important;
}

.header-login-cont.status-login .mypage-club .btn li {
  margin-left: 9px;
  margin-right: 0;
}

.header-login-cont.status-login .mypage-club .btn li:first-child {
  margin: 0;
}

.header-login-cont.status-login .mypage-club .body .btn li:first-child {
  display: table;
  margin-top: 20px;
}

.header-login-cont.status-login .mypage-club .body .btn li:first-child .btn {
  display: table-cell;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}

.header-login-cont.status-login .mypage-club .body .btn li:first-child .btn.kikka {
  text-align: left;
}

.header-login-cont.status-login .mypage-club a.btn-type03 {
  background: url(/images_static/common/icon_arrow_right_17.png) 98% center no-repeat;
  background-size: auto;
  border: 2px solid #222;
  color: #222;
}

.header-login-cont.status-login .mypage-club a.btn-type03:hover {
  background-image: url(/images_static/common/icon_arrow_right_18.png);
  background-color: #222;
  color: #fff;
}

.header-login-cont.status-login a.btn-type05:after {
  top: 0;
}

.header-login-cont.status-login .mypage-club .btn .btn-mypage {
  background-image: none;
  color: #fff !important;
}

.header-login-cont.status-login .btn-mypage:before {
  content: '\f007';
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
}

.header-login-cont.status-login .btn-mypage:hover {
  opacity: .7;
}

.header-login-cont.status-login .btn-logout {
  background-color: #fff;
  background-image: none;
  border: 2px solid #222;
  color: #222;
  position: relative;
}

.header-login-cont.status-login .btn-logout:hover {
  background-color: #222;
  color: #fff;
}

.header-login-cont.status-login .btn-logout:before {
  content: '\f08b';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 14px;
  top: -2px;
}

.header-login-cont.status-login .bottom {
  border-top: 1px solid rgba(0,0,0,.18);
  margin-top: 24px;
  padding-top: 24px;
}

.header-login-cont.status-login .bottom .btn .btn {
  box-sizing: border-box;
  font-size: 13px;
  height: 40px;
  letter-spacing: 0;
  line-height: 38px;
  padding: 0;
  width: 228px;
}

.header-login-cont.status-login .bottom .btn ul {
  display: block;
}

.header-login-cont.status-login .bottom .btn li {
  float: left;
  margin-right: 10px;
}

.header-login-cont.status-login .bottom .btn li a {
  font-size: 13px;
}

.header-login-cont.status-login .bottom .btn li:last-child {
  margin-right: 0;
}

.header-login-cont.status-login .bottom .btn li.seibu-btn a {
  letter-spacing: -0.07em;
  padding-left: 3px;
  text-align: left;
}

.header-login-cont.status-login .bottom a.btn-type05:after {
  right: 5px;
}

.header-login.status-login {
  width: 135px;
}

.header-login.status-login p.open:before {
  content: '\f007';
  font-size: 18px;
  vertical-align: middle;
}

.header-login.status-login p.close {
  width: 135px;
}

/* pc login popup */

.mfp-content .login-popup-cont {
  display: block !important;
  margin: 0 auto;
  position: relative;
}

.login-popup-cont .mfp-close {
  background: url(/images_static/ski/ski_close_01.png) 0 0 no-repeat;
  cursor: pointer;
  height: 20px;
  right: 10px;
  top: 10px !important;
  opacity: 1;
  width: 20px;
}


/* header-fix */

.header-fix {
  padding-top: 20px;
  /*width: 354px;*/
}

.header-fix.fixed {
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
}

.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 {
  color: #000;
  display: table;
  float: left;
  height: 32px;
  margin: 0 4px 0 0;
  position: relative;
  table-layout: fixed;
  width: 180px;
}

.header-tel > p {
  background: url(/images_static/common/icon_arrow_bottom_02.png) 95.38% center no-repeat #E6E6E6;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 32px;
  padding-left: 37px;
}

.header-tel > p.open:hover {
  opacity: .7;
}

.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: 744px;
}

.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 {
  padding-top: 20px;
}

.header-tel-cont .member-cont {
  margin-bottom: 24px;
}

.header-tel-cont .login .main-cont {
  background-color: #585858;
  color: #fff;
  padding: 24px 0 0;
}

.header-tel-cont .login .main-cont .notice {
  color: #fff;
}

.header-tel-cont .login .main-cont h3.head {
  border-bottom: 0;
  font-size: 16px;
  margin-bottom: 10px;
}

.header-tel-cont .sp-reserve-head {
  text-align: center;
}

.header-tel-cont .sp-reserve-head h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.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: 15px;
}

.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;
  padding: 7px 0;
}

.sp-tel-block h3.head {
  border-bottom: 1px solid #222;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 15px;
  padding-bottom: 10px;
  text-align: center;
}

.header-tel-cont .sp-tel-info {
  background-color: #222;
  color: #fff;
  margin: 0 20px 0;
  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 .main-cont .note {
  color: #B9B9B9;
  margin-bottom: 15px;
}

.header-tel-cont .main-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 {
  color: #222;
  font-size: 14px;
  line-height: 1.29;
}

.header-tel-cont .sp-reserve-bottom .notice {
  padding: 15px 30px;
}

.header-tel-cont .sp-reserve-bottom .sp-header-util {
  color: #fff;
  background-color: #585858;
  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;
}

.sp-tel-info.status-blue {
  background-color: #fff;
  border: 1px solid #007CC9;
  color: #007CC9 !important;
}

.sp-tel-info.status-blue a,
.sp-tel-info.status-blue .note {
  color: #007CC9 !important;
}

.sp-tel-info.status-blue .num span:before {
  content: url(/images_static/common/icon_free_blue.png);
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.sp-tel-info.status-gold {
  background-color: #fff;
  border: 1px solid #9B6E09;
  color: #9B6E09 !important;
}

.sp-tel-info.status-gold a,
.sp-tel-info.status-gold .note {
  color: #9B6E09 !important;
}

.sp-tel-info.status-gold .num span:before {
  content: url(/images_static/common/icon_free_gold.png);
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.sp-tel-info.status-platinum {
  background-color: #fff;
  border: 1px solid #777777;
  color: #777777 !important;
}

.sp-tel-info.status-platinum a,
.sp-tel-info.status-platinum .note {
  color: #777777 !important;
}

.sp-tel-info.status-platinum .num span:before {
  content: url(/images_static/common/icon_free_platinum.png);
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.sp-reserve-head.status-head h2 {
  margin-bottom: 20px;
}

/* header-reserve */

.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.pc-fix {
  display: inline-block !important;
}

.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;
}

.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-cont .sp-header-util li {
  margin-top: 20px;
}

.header-reserve {
  color: #fff;
  display: table;
  float: left;
  height: 32px;
  position: relative;
  table-layout: fixed;
  width: 170px;
}

.header-reserve > p {
  background: url(/images_static/common/icon_arrow_bottom_01.png) 93.52% center no-repeat #222;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-left: 22px;
  vertical-align: middle;
}

.header-reserve > p.open:hover {
  opacity: .7;
}

.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: 23px;
}

.header-nav {
  padding: 0;
}
.header-nav .fs_12 {
  font-size: 12px;
}
.header-nav li {
  border-left: 1px solid #C7C7C7;
  float: left;
  font-size: 14px;
  text-align: center;
  width: 139px;
}

.header-nav li:last-child {
  border-right: 1px solid #C7C7C7;
  width: 148px;
}

.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 > nav > ul > li > 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 {
  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 {
  background-image: url(/images_static/common/icon_arrow_bottom_07.png);
  background-color: transparent;
  color: #fff;
}

.header-home .header-login {
  border: 1px solid #fff;
}

.header-home .header-login > p {
  background-image: url(/images_static/common/icon_arrow_bottom_07.png);
  background-color: transparent;
  color: #fff;
}

.header-home .header-login-cont {
  right: -1px;
}

.header-home .header-login.active .close {
  height: 34px;
  right: -1px;
  top: -1px;
}

.header-home .header-fix {
  width: auto;
}

.home-gnav {
  padding: 12px 0;
}

.header-home .header-move-fix {
  display: none;
}

.header-home .header-login p.open:hover {
  background: url(/images_static/common/icon_arrow_bottom_02.png) 93% center #fff no-repeat;
  color: #222;
  opacity: 1;
}

.header-home .header-tel p.open:hover {
  background: url(/images_static/common/icon_arrow_bottom_02.png) 93% center #fff no-repeat;
  color: #222;
  opacity: 1;
}

.home .container {
  position: relative;
}

/* 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-nav li.access {
  letter-spacing: -0.1em;
}

.area .header-nav li.stay {
  position: relative;
}

.area .header-nav li.stay > a:after {
  content: url(/images_static/common/icon_arrow_bottom_01.png);
  margin-left: 5px;
  margin-right: -15px;
}

.area .header-nav li.stay > a.active:after {
  content: url(/images_static/common/icon_arrow_top_01.png);
}

.area .header-nav li.stay .stay-menu {
  background-color: #222;
  display: none;
  left: -6px;
  padding: 26px 35px 46px;
  overflow: hidden;
  position: absolute;
  top: 33px;
  width: 1270px;
  z-index: 10;
}

.area .header-nav li.stay .stay-menu .box {
  float: left;
  width: 590px;
}

.area .header-nav li.stay .stay-menu .box:first-child {
  margin-right: 20px;
}

.area .header-nav li.stay .stay-menu .text {
  background: url(/images_static/common/icon_arrow_right_02.png) 96.5% center no-repeat #fff;
  padding: 17px;
  text-align: left;
}

.area .header-nav li.stay .stay-menu .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
  text-align: left;
}

.area .header-nav li.stay .stay-menu .close {
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 37px;
}

.area .header-login {
  height: 32px;
  margin-left: 20px;
  margin-top: 16px;
  width: 114px;
}

.area .header-login p {
  padding-left: 13px;
}

.area .header-fix {
  display: none;
}

.area .header-logo {
  padding: 20px 0 0 0;
}

.area .header-menu {
  float: left;
  font-size: 10px;
  margin-right: 323px;
  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 {
  color: #6F6F6F;
  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 a:hover {
  opacity: .7;
}

.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;
}

.area .header-tel-cont .sp-reserve-head {
  margin-bottom: 20px;
}

.area .header-tel-cont .sp-reserve-head h2 {
  margin-bottom: 10px;
}

.area .header-tel-cont .sp-reserve-head p {
  margin-bottom: 10px;
}

.area .header-tel-cont .sp-reserve-bottom {
  background-color: #585858;
  color: #fff;
  padding: 18px 20px 0;
}

.area .header-tel-cont .sp-tel-info {
  margin: 0 0 25px;
}

.area .sp-reserve-bottom .head {
  text-align: center;
}

.area .header-tel-cont {
  padding-top: 10px;
}

.area .member-cont {
  padding: 0 20px;
}

.area .login .sp-reserve-bottom .sp-header-util {
  padding: 0 0 20px;
}

.area .login .sp-reserve-bottom .sp-header-util li {
  border-color: #888888;
}

.area .login .sp-reserve-bottom .sp-header-util a {
  text-align: left;
  width: 150px;
}


/* Wrapper
   ========================================================================== */

/* home-mv */

.mv {
  height: 728px;
  overflow: hidden;
  position: relative;
}

.home .mv .mv-bg {
  height: 728px;
}

.home .mv .mv-bg > img {
  height: 728px;
  width: 100%;
}

.mv .slick-dots {
  bottom: 170px;
  line-height: 0;
  z-index: 1;
}

.area .mv .slick-dots {
  bottom: 140px;
}

.mv-msg-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.mv-msg {
  color: #fff;
  font-family: 'Noto Serif JP' , '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia, serif;
  font-display: swap;
  font-weight: 500;
  font-size: 49px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 279px;
  text-align: center;
  width: 100%;
  z-index: 100000;
}

.mv-msg-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin: 20px 0;
}

.home .mv-msg {
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.mv-scroll {
  bottom: 340px;
  position: absolute;
  right: 22px;
}

.mv .movie {
  height: 728px;
}

.mv .movie iframe {
  position: absolute;
  /*z-index: -1;*/
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

/* スマホAB共通 */
@media screen and (max-width: 736px) {
  .mv {
    height: 312px !important;
  }
  .mv .movie {
    height: 312px !important;
    padding-top: 0 !important;
  }
  .area-top .mv,
  .area-top .mv iframe {
    height: 560px !important;
  }
  .area-top .mv .movie {
    height: 560px !important;
    padding-top: 0 !important;
  }
}

.mv .mv-link {
  bottom: 159px;
  font-size: 13px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  width: 1246px;
}

.area .mv .mv-link {
  bottom: 160px;
}

.mv .mv-link a {
  color: #fff;
}

.mv-nav {
  margin: -30px auto 0;
  max-width: 300px;
  position: relative;
}

.mv-nav a {
  display: block;
}

.mv-nav img {
  display: block;
  line-height: 0;
  width: auto !important;
}

.mv-nav .slick-dots {
  line-height: 0;
  position: static;
}

.mv-nav > div {
  display: inline-block;
  vertical-align: middle;
}

.mv-nav .mv-prev {
  margin-right: 17px;
}

.mv-nav .mv-next {
  margin-left: 17px;
}

.mv-nav .slick-dots li button:before {
  background-color: rgba(230, 230, 230, .5) !important;
}

.mv-nav .slick-dots li.slick-active button:before {
  background-color: #E6E6E6 !important;
}

.mv-back  {
  left: 30px;
  position: absolute;
  top: 20px;
  z-index: 1;
}

.mv-back a {
  background: url(/images_static/area/header_slider_arrow.png) 7px center #222 no-repeat;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding-left: 40px;
  text-decoration: none;
  width: 148px;
}

.mv-back a:hover {
  opacity: .7;
}

.area-top .mv {
  height: 573px;
}

.area-top .mv-bg > img {
  height: 573px;
}

.area-top .mv .mv-bg {
  height: 573px;
}

.area-top .mv-nav {
  margin-top: -190px;
  text-align: center;
}


/* Main
   ========================================================================== */

/****** common parts *****/

.ofi{
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;'
}

span.bold {
  font-weight: bold;
}

.mincho {
  font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
}

#Map {
  height: 550px;
  width: 100%;
}

/* btn */

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-type02:hover {
  background: url(/images_static/common/icon_arrow_bottom_08.png) 94% center no-repeat #222;
  color: #fff;
}

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-type04:hover {
  background: url(/images_static/common/icon_arrow_left_01.png) 6% center no-repeat #222;
  color: #fff;
}

a.btn-type05 {
  background-color: #fff;
  border: 2px solid #222;
  color: #222;
  padding: 15px 0;
  position: relative;
  width: 260px;
}

a.btn-type05:hover {
  background-image: none;
  background-color: #222;
  color: #fff;
}

a.btn-type05:after {
  content: '\f08e';
  font-family: Fontawesome;
  font-size: 14px;
  position: absolute;
  right: 9px;
  top: 16px;
}

a.btn-type06 {
  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;
  line-height: 1.2;
  padding: 15px 0;
  position: relative;
  width: 260px;
}

a.btn-type06:before {
  background: url(/images_static/area/icon_pdf.png) 0 0 no-repeat;
  background-size: 25px 14px;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 7px;
  vertical-align: middle;
  width: 25px;
}

a.btn-type06:hover {
  background: url(/images_static/common/icon_arrow_right_03.png) 94% center no-repeat #222;
  border: 2px solid #222;
  color: #fff;
}

/* 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;
  line-height: 1.2;
  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:hover,
.p-tab-head-lv01 li:hover {
  opacity: .7;
}

.p-tab-head li.active:hover,
.p-tab-head-lv01 li.active:hover {
  opacity: 1;
}

.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: 30px;
  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: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  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 */

.h3-type01 {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.h3-type02 {
  border-left: 5px solid #E6E6E6;
  font-size: 18px;
  margin-bottom: 34px;
  padding: 5px 0 5px 27px;
}

/* h4 */

.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 */

.h5-type01 {
  background: url(/images_static/common/h3_line_01.png) 0 5px no-repeat;
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 33px;
}

.h5-type02 {
  background: url(/images_static/common/h5_line_01.png) 0 8px no-repeat;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 21px;
}

/* 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 a:hover {
  text-decoration: underline;
}

.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 .p-table.contact th,
.p-article .p-table.contact td {
  text-align: left;
}

.p-article .p-table.contact .th {
  width: 166px;
}

.p-article .p-table.contact .num {
  width: 166px;
}

.p-article .p-table.contact .url {
  word-break: break-all;
}

.p-article .contact-note {
  margin-bottom: 10px;
}

.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;
  line-height: 1.2;
  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;
}

/* slider */
/* slider common */

.slick-next:before,
.slick-prev:before {
  display: none;
}

/* p-slider-type01 */

.p-slider-type01 .slick-prev {
  bottom: 20px;
  height: 7px;
  left: 285px;
  top: inherit;
  transform: none;
  opacity: 1 !important;
  width: 22px;
  z-index: 1;
}

.p-slider-type01 .slick-next {
  bottom: 20px;
  height: 7px;
  right: 285px;
  transform: none;
  top: inherit;
  z-index: 1;
  width: 22px;
}

.p-slider-type01 .slick-dots {
  bottom: 18px !important;
  line-height: 0;
}

.p-slider-type01 .slick-dots li button:before {
  border-radius: 2px;
  height: 4px;
  width: 4px;
}

.p-slider-type01 .slick-dots li {
  margin: 0 2px;
}

.p-slider-type01 .slick-dots li.slick-active button:before {
  background-color: rgba(255,255,255,1) !important;
}

.p-slider-type01 .slick-dots li button:before {
  background-color: rgba(255,255,255,.4) !important;
}

.p-slider-type01 .slick-slide {
  position: relative;
}

.p-slider-type01 .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.95%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

/* p-header-slider */

.p-header-slider .box img {
  height: 402px;
  object-fit: cover;
  width: 100%;
}

.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;
}

.hotel .p-hotel-header-slider .slick-prev {
  opacity: 0.4 !important;
}

.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;
}

.hotel .hotel-header .text img {
  width: auto;
}


/* 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;
  opacity: 1 !important;
  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;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

/* bnr-slider */

.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;
}

.bnr-slider-col3 .slick-slide {
  margin-right: 4px;
}

.bnr-slider-col4 .slick-slide {
  margin-right: 5px;
}

/* p-asset */
/* 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 20px 16px;
}

.p-asset01 h3 {
  background: url(/images_static/common/icon_arrow_right_02.png) 100% center no-repeat;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-right: 7px;
}

.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;
  margin-bottom: 12px;
  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;
  margin-bottom: 4px;
}

.p-asset01 .label.cat {
  background-color: #646464;
  margin-bottom: 4px;
}

.p-asset01 .label.member {
  background-color: #333;
}

/* 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 {
  width: 1189px;
}

.p-asset01-cover .cover {
  bottom: 0;
  padding: 0 19px 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.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-asset01-cover .slick-slide {
  position: relative;
}

.p-asset01-cover .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 39.5%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

/* 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 {
  box-sizing: content-box;
  height: 174px;
  overflow: hidden;
  padding: 20px 0 0;
}

.p-asset02 .middle {
  box-sizing: content-box;
}

.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 {
  bottom: 0;
  overflow: hidden;
  position: absolute;
}

.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 {
  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 #000;
  display: table-cell;
  color: #fff;
  font-size: 14px;
  height: 40px;
  text-decoration: none;
  vertical-align: middle;
}

.p-asset02 .bottom .reserve a:hover {
  opacity: .7;
}

.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;
  min-width: 110px;
}

.p-asset04 .cat li:last-child {
  margin-right: 0;
}

.p-asset04 .cat a {
  color: #fff;
  display: block;
  padding: 3px 5px;
}

.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 .slick-list {
  margin-right: -3px;
  margin-left: -3px;
}

.p-asset05 .box {
  margin-left: 3px;
  margin-right: 3px;
  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: 0;
  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: 1246px;
}

.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;
  cursor: auto;
}

.p-asset06 dt:before {
  content: '\f06b';
  display:inline-block;
  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 dt:hover {
  text-decoration: underline;
}

.p-asset06 dt.no-cont:hover {
  text-decoration: none;
}

.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 {
  overflow: hidden;
}

.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 a:hover {
  opacity: .7;
}

.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:hover {
  text-decoration: underline
}

.p-asset12 .bottom .more a:before {
  content: '\f105';
  display: inline-block;
  font-size: 16px;
  font-family: Fontawesome;
  padding-right: 10px;
}

/* p-asset13 */

.p-asset13 {
  margin: 0 62px;
}

.p-asset13 .box {
  border: 1px solid #C7C7C7;
  overflow: hidden;
  padding: 28px;
}

.p-asset13 .box .img {
  float: left;
  width: 262px;
}

.p-asset13 .box .text span {
  background-color: #6f6f6f;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin-right: 8px;
  margin-top: 3px;
  text-align: center;
  width: 20px;
}

.p-asset13 .box .text p {
  overflow: hidden;
}

.p-asset13-slider {
  padding-bottom: 38px;
}

.p-asset13-slider .slick-dots {
  bottom: 10px;
}

.p-asset13-slider .slick-dots li.slick-active button:before {
  background-color: #6f6f6f;
}

.p-asset13-slider .slick-dots li button:before{
  background-color: #c7c7c7;
  opacity: 1;
}

.p-asset13-slider .slick-dots li button:before {
  border-radius: 3px;
  height: 6px;
  width: 6px;
}

.p-asset13-slider .slick-dots li {
  margin: 0 5px;
}

.p-asset13-slider.p-acc-slider02 .slick-prev {
  background: url(/images_static/common/slider_prev_03.png) 0 0 no-repeat;
  bottom: 0;
  height: 29px;
  left: 0;
  opacity: 1;
  transform: none;
  top: inherit;
  width: 46px;
}

.p-asset13-slider .slick-prev:hover {
  background: url(/images_static/common/slider_prev_03.png) 0 0 no-repeat;
}

.p-asset13-slider.p-acc-slider02 .slick-next {
  background: url(/images_static/common/slider_next_03.png) 0 0 no-repeat;
  bottom: 0;
  height: 29px;
  right: 0;
  opacity: 1;
  transform: none;
  top: inherit;
  width: 50px;
}

.p-asset13-slider .slick-next:hover {
  background: url(/images_static/common/slider_next_03.png) 0 0 no-repeat;
}

.p-asset13-slider .slick-prev:hover,
.p-asset13-slider .slick-next:hover {
  opacity: .7 !important;
}

/* p-asset14 */

.p-asset14 .box {
  margin-bottom: 43px;
}

.p-asset14 .col1-block .box {
  text-align: center;
  width: 1246px;
}

.p-asset14 .col3-block {
  overflow: hidden;
}

.p-asset14 .col3-block .box {
  float: left;
  margin-right: 5px;
  text-align: center;
  width: 412px;
}

.p-asset14 .col3-block .box:nth-child(3n) {
  margin-right: 0;
}

.p-asset14 .col2-block {
  overflow: hidden;
}

.p-asset14 .col2-block .box {
  float: left;
  margin-right: 5px;
  text-align: center;
  width: 620px;
}

.p-asset14 .col2-block .box:nth-child(2n) {
  margin-right: 0;
}

.p-asset14 .text {
  background-color: #fff;
  border-bottom: 1px solid #C7C7C7;
  box-sizing: content-box;
  font-size: 12px;
  height: auto;
  margin: -30px auto 0;
  padding: 15px 13px;
  position: relative;
  width: 274px;
  z-index: 1;
}

.p-asset14 .col1-block .text {
  font-size: 13px;
  padding: 17px 13px;
  width: 836px;
}

.p-asset14 .text a {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 100% center no-repeat;
  display: block;
  text-decoration: none;
}

.p-asset14 .text a:hover {
  text-decoration: underline;
}

.p-asset14 .text .copy {
  margin-bottom: 5px;
}

.p-asset14 .text .title {
  font-size: 17px;
}


/* p-search-head */

.p-search-head {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 30px;
  width: 1246px;
}

.p-search-head span {
  display: inline-block;
  padding-right: 20px;
}

.p-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;
}

.p-search-head h3 {
  display: table-cell;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  width: 460px;
}

.p-search-form {
  display: table-cell;
  vertical-align: middle;
}

.p-search-form div {
  display: table-cell;
}

/* slick arrow */

.slick-arrow-type01 .slick-list {
  padding-bottom: 38px !important;
}

.slick-arrow-type01 .slick-prev {
  bottom: 0 !important;
  height: 29px !important;
  transform: none !important;
  top: auto !important;
  width: 46px !important;
  z-index: 1 !important;
}

.slick-arrow-type01 .slick-next {
  bottom: 0 !important;
  height: 29px !important;
  transform: none !important;
  top: auto !important;
  width: 50px !important;
  z-index: 1 !important;
}

.slick-arrow-type01 .slick-prev {
  left: 0 !important;
}

.slick-arrow-type01 .slick-next {
  right: 3px !important;
}

.slick-arrow-type01 .slick-dots {
  bottom: 5px !important;
}

.slick-arrow-type01 .slick-prev:before,
.slick-arrow-type01 .slick-next:before {
  display: none !important;
}

.slick-arrow-type01 .slick-dots li button:before {
  background-color: #222 !important;
}

/* .p-slider-style01 */

.p-slider-style01 .slick-list {
  padding-bottom: 38px !important;
}

.p-slider-style01 .slick-prev {
  bottom: 0 !important;
  height: 29px !important;
  transform: none !important;
  top: auto !important;
  width: 46px !important;
  z-index: 1 !important;
}

.p-slider-style01 .slick-next {
  bottom: 0 !important;
  height: 29px !important;
  transform: none !important;
  top: auto !important;
  width: 50px !important;
  z-index: 1 !important;
}

.p-slider-style01 .slick-prev {
  left: 0 !important;
}

.p-slider-style01 .slick-next {
  right: 3px !important;
}

.p-slider-style01 .slick-dots {
  bottom: 5px !important;
}

.p-slider-style01 .slick-prev:before,
.p-slider-style01 .slick-next:before {
  display: none !important;
}

.p-slider-style01 .slick-dots li button:before {
  background-color: #222 !important;
}

/* radio */

.radio-type01{
  display: none;
}
.radio-type01 + label{
  padding-left: 26px;
  position:relative;
  margin-right: 13px;
}
.radio-type01 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
}
.radio-type01:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #151515;
  border-radius: 50%;
}

/* alert */

.alart .box {
  background-color: #FFC9C9;
  border-bottom: 1px solid #FFA5A5;
  font-size: 14px;
  line-height: 1.57;
  padding: 14px 0;
}

.alart p:before {
  color: #DC1919;
  content: '\f071';
  float: left;
  font-family: Fontawesome;
  font-size: 22px;
  margin-right: 25px;
}

.alart .box .inner {
  margin: 0 auto;
  width: 1260px;
}

.alart .box p {
  overflow: hidden;
}

/* home */

.home .mv-msg {
  top: 120px;
}

.home .mv-msg-logo img {
  margin: 0 auto 42px;
  width: auto;
}

.home .header-nav {
  margin: 0 auto;
  width: 1260px;
}

.home .header-move {
  width: 100%;
}

.home .header-move .header-top {
  margin-left: auto;
  margin-right: auto;
  width: 1260px;
}

.home .p-asset01 h3 {
  margin-bottom: 12px;
}

.home .p-asset01 p {
  margin-bottom: 12px;
}

/* reserve-block */

.home .header-logo {
  display: none;
}

.home .header-move .header-logo {
  display: block;
}

.home .reserve-block {
  margin: -125px auto 7px;
  position: relative;
  z-index: 1;
}

.reserve-block {
  margin: 0 auto;
  width: 1246px;
}

.reserve-head {
  height: 33px;
}

.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: 33px;
  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: 33px;
  table-layout: fixed;
}

.reserve-head-link li {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}

.reserve-head-link a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
}

.reserve-head-link a {
  color: #fff;
  text-decoration: none;
}

.reserve-head-link a:hover {
  text-decoration: underline;
}

.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: 100000 !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;
}

/* recommended-block */

.recommended-block {
  background-color: #F6F6F6;
  padding: 40px 0 40px;
  text-align: center;
}

.recommended-link {
  margin-top: 0;
  text-align: center;
}

.home .recommended-block {
  margin-bottom: 40px;
}

.home .recommended-block.mypage-recinfo {
  background-color: #fff;
  margin-bottom: 70px;
  padding: 0;
}

/* service-block */

.service-block {
  margin: 0 auto 20px;
  text-align: center;
  width: 1189px;
}

.service-block img {
  width: 100%;
}

.service-block li {
  float: left;
  margin-bottom: 7px;
  margin-right: 7px;
  position: relative;
  width: 292px;
}

.service-block li:nth-child(4n) {
  margin-right: 0;
}

.service-block li a {
  color: #fff;
  display: block;
  font-size: 22px;
  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: 40px 0 108px;
  text-align: center;
}

.home .region-block {
  padding-bottom: 65px;
}

.home .region-block .body p {
  padding-right: 20px;
}

.home .region-block .body span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

/* 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-inner .inner {
  margin: 0 auto;
  width: 1260px;
}

.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-block h2 {
  font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  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 li:last-child {
  background-color: #fff;
}

.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-image: url(/images_static/common/icon_arrow_right_15.png);
  background-color: #fff;
  border: 1px solid #fff;
  color: #222;
}

.home .club-block {
  padding-bottom: 40px;
}

.club-block .btn {
  font-size: 14px;
  padding: 16px 0;
  width: 340px;
}

.club-block .btn-login {
  background-color: #222;
  border-color: #222;
  color: #fff;
  font-size: 14px;
  line-height: 1.2 !important;
  padding: 8px 0 !important;
  position: relative;
}

.club-block .btn-login:hover {
  background-image: url(/images_static/common/icon_arrow_right_03.png);
  background-color: #222;
  border-color: #222;
  color: #fff;
  opacity: .7;
}

.club-block .btn-login:before {
  content: '\f090';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 14px;
  top: 14px;
}

.club-block .btn-login span {
  font-size: 13px;
}

/* 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;
  width: 149px;
}

.info-block .p-tab-head li:hover {
  opacity: 1;
}

.info-block .p-tab-head li a {
  color: #222;
  font-size: 12px;
  text-decoration: underline;
}

.info-block .p-tab-head li a:hover {
  text-decoration: none;
}

.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;
}

.home .info-block .p-tab-head {
  margin: 0 auto;
  width: 1206px;
}

.home .info-block .p-tab-head li:first-child {
  margin-left: 0;
}

/* 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;
}

.home .bnr-block .bnr-hotel {
  margin: 0 auto 30px;
  width: 1187px;
}

.home .bnr-block .bnr-hotel .box {
  background-color: #fff;
  border: 1px solid #C7C7C7;
  height: 155px;
  margin-right: 5px;
  padding-top: 14px;
  text-align: center;
  width: 293px;
}

.home .bnr-block .bnr-hotel .box .img {
  display: table;
  height: 74px;
  width: 100%;
}

.home .bnr-block .bnr-hotel .box .img a {
  display: table-cell;
  vertical-align: middle;
}

.home .bnr-block .bnr-hotel .box img {
  display: inline-block;
  max-height: 74px;
  width: auto;
}

.home .bnr-block .h3-type01 {
  font-size: 18px;
  padding-top: 50px;
}

/* 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: 120px;
}

.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;
}

.hotel .p-asset01 h3 {
  margin-bottom: 12px;
}

.hotel .p-asset01 p {
  margin-bottom: 12px;
}

.hotel .p-asset03 .body p {
  padding-right: 15px;
}

.hotel .p-asset03 .body p span {
  display: block;
  font-size: 12px;
}

/* 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: 10px 22px 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 {
  font-size: 14px;
  margin: 12px 0 0;
}

.restaurant .refine-map-body .middle .lead {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.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-map-body .close {
  margin-bottom: 10px;
  margin-right: -10px;
  text-align: right;
}

.refine-map-body .close img {
  width: auto;
}

.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:hover {
  text-decoration: underline;
}

.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 .reserve:hover {
  opacity: .7;
}

.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 .reserve a:hover {
  opacity: .7;
}

.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:hover {
  text-decoration: underline;
}

.refine-brand .link a:before {
  content: '\f105';
  display: inline-block;
  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;
}

.share-block:before,
.share-block:after {
  content: " ";
  display: table;
}
.share-block:after {
  clear: both;
}
.share-block {
  *zoom: 1;
}

.area .share-block {
  padding-bottom: 30px;
}

.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;
}

.hotel .refine-block .p-tab-head {
  margin: 0 auto;
  width: 1240px;
}

.hotel .refine-block .p-tab-head li:first-child {
  margin-left: 0;
}

/* bread-block */

.bread-block {
  border-top: 1px solid #E6E6E6;
}

.bread-block nav {
  font-size: 13px;
  margin: 0 auto;
  padding: 20px 40px;
  width: 1260px;
}

.bread-block a {
  text-decoration: none;
}

.bread-block a:hover {
  text-decoration: underline;
}

.bread-block a:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  margin: 0 10px 0 15px;
  text-decoration: none !important;
}

.bread-block .home:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 12px;
  text-decoration: none !important;
}

/* event */

.event .mv-bg > img {
  height: 263px;
}

.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;
}

.event .p-asset01 h3 {
  margin-bottom: 12px;
}

.event .p-asset01 p {
  margin-bottom: 12px;
}

.event .p-header .img > img {
  height: 263px;
}

.event .p-header .text > img {
  width: auto;
}

.event-block .p-search-head {
  margin-bottom: 40px;
  width: 1186px;
}

.event-block .p-search-head h3 {
  width: 407px;
}

.event-block .p-search-head .area {
  padding-right: 47px;
}

.event-block .num {
  border-bottom: 2px solid #222;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  text-align: right;
  width: 1186px;
}

.event-block .num span {
  font-size: 22px;
}

.event-top .event-block .box img {
  height: 240px;
  width: 392px;
}

.event-detail-head {
  margin: 0 auto;
  width: 1260px;
}

.event-detail-head .img img{
  height: 625px;
  width: 1260px;
}

.event-detail-head .back {
  background: url(/images_static/common/icon_arrow_left_06.png) 0 center no-repeat;
  margin: 20px 0 30px;
  padding-left: 65px;
}

.event-detail-head .back a {
  text-decoration: none;
}

.event-detail-head .cont {
  padding: 40px 47px;
  text-align: center;
}

.event-detail-head h2 {
  border-bottom: 2px solid #222;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/*.event-detail-head .lead {
  margin-bottom: 25px;
}*/

.event-detail-head .term {
  color: #6F6F6F;
  font-size: 18px;
}

/*.event-detail-bnr {
  background-color: #F6F6F6;
  margin-bottom: 40px;
}*/

.event-detail-bnr .inner {
  padding: 30px;
}

.event-detail-bnr .bnr-col1 {
  margin-bottom: 30px;
}

.event-detail-bnr .bnr-col3 {
  margin-bottom: 30px;
}

.event-detail-bnr .p-slider-style01 .slick-dots li button:before {
  background-color: #6F6F6F !important;
}

/*.event-detail-plan {
  margin-bottom: 40px;
}*/

.event-detail-plan .head {
  background-color: #888888;
  margin-bottom: 40px;
  padding: 22px 0;
  text-align: center;
}

.event-detail-plan .head a {
  color: #fff;
  text-decoration: none;
}

.event-detail-plan .head a:hover {
  text-decoration: underline;
}

.event-detail-plan .head a:before {
  content: '\f107';
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 3px;
}

.event-detail-plan .head li {
  display: inline-block;
}

.event-detail-plan .head li:first-child {
  margin-right: 30px;
}

.event-detail-plan .cont {
  background-color: #F6F6F6;
  padding: 40px 0 0;
}

.event-detail-plan .box {
  margin-bottom: 10px;
}

.event-detail-plan .box:nth-child(3n) {
  margin-right: 0;
}

.event-detail-plan .body .lead {
  margin-bottom: 5px;
}

.event-detail-plan .body .name {
  border: 0;
  color: #525252;
  display: block;
  font-size: 13px;
  padding-top: 0;
}

.event-detail-plan .event-detail-bnr .inner {
  margin: 0 auto;
  width: 1246px;
}

.event-detail-feature {
  background: url(/images_static/event/event_detail_feature_bg.png) 0 100% repeat-x;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.event-detail-feature .bottom ul:first-child {
  margin-bottom: 4px;
}

.event-detail-feature .body {
  box-sizing: content-box;
}

.event-detail .p-asset01-slider .slick-dots {
  bottom: -15px;
}

.event-detail .back-block .btn {
  box-sizing: border-box;
  padding-left: 23px;
}

/* restaurant */

.restaurant .p-header .img > img {
  height: 263px;
}

.restaurant .p-header .text > img {
  width: 926px;
}

.restaurant .p-asset01 h3 {
  margin-bottom: 12px;
}

.restaurant .p-asset01 p {
  margin-bottom: 12px;
}

.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-head.active:after {
  content: url(/images_static/common/icon_arrow_top_03.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 .shop-list .p-tab-block .wrap {
  margin: 0 auto;
  position: relative;
  width: 1260px;
}

.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;
}

.restaurant .p-asset02 .middle .target ul {
  margin-bottom: 12px;
  overflow: hidden;
}

.restaurant .p-asset02 .middle .target li {
  background-color: #646464;
  border: 0;
  color: #fff;
  font-size: 11px;
}

.restaurant .refine-map-body .middle .target ul {
  overflow: hidden;
}

.restaurant .refine-map-body .middle .target li {
  background-color: #646464;
  border: 0;
  color: #fff;
  font-size: 11px;
}

.restaurant .p-asset03 .body p {
  padding-right: 15px;
}

.restaurant .p-asset03 .body p span {
  display: block;
  font-size: 12px;
}

/* room */

.room-header .inner {
  margin: 0 auto;
  padding: 0 7px;
  width: 1260px;
}

.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-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 .inner {
  padding: 40px 40px 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: 25px;
}

.room-pickup h2 {
  font-size: 22px;
}

.room-pickup {
  background: url(/images_static/area/room_pickup_bg.png) 0 100% repeat-x;
  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;
  width: 610px;
}

.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:hover {
  text-decoration: underline;
}

.room-list-cont .link a:before {
  color: #888888;
  content: '\f105';
  display: inline-block;
  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;
}

.room-top .room-header .text {
  margin-bottom: 25px;
}

.room-top .room-header .text img {
  height: 84px;
  width: auto;
}

/* info */

.info .p-header .mv-bg  > img {
  height: 162px;
}

.info .p-header .text > img {
  width: 509px;
}

.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-head-lv01 {
  margin: 0 auto;
  width: 1260px;
}

.p-tab-body-lv01 .p-tab-head {
  margin: 0 auto;
  width: 1260px;
}

.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: 34px;
  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;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  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: 26px 0 0 0;
}

.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: 74px;
  width: 100%;
}

.info-article {
  background-color: #fff;
  margin: 0 auto;
  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;
  overflow: hidden;
}

.info-article-header .cat {
  color: #fff;
  float: left;
  font-size: 12px;
  margin: 8px 12px 0 0;
  display: block;
  min-width: 110px;
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
}

.info-article-header .text {
  display: block;
  overflow: hidden;
}

.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;
}

/* area stay */

.area .info-back {
  padding: 26px 0 0 0;
}

.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);
  background-size: cover;
  width: 100%;
}

.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;
  opacity: 1 !important;
}

.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 .price-list .btn a:hover {
  opacity: .7;
}

.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:0 auto 40px;
  padding: 0 5px;
  width: 1260px;
}

.area .plan-feature h2 {
  font-size: 22px;
}

.area .plan-meal {
  margin-bottom: 40px;
  padding: 0 7px;
}

.area .plan-meal .inner{
  margin:0 auto 40px;
  padding: 0 7px;
  width: 1260px;
}

.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-prize dd p {
  overflow: hidden;
}

.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 {
  height: 608px;
}

.area-top .mv-msg {
  font-size: 46px;
  height: 47px;
  line-height: 1.52;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
  top: 60px;
}

.area-top .mv-msg img {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
}

.area-top .mv-msg .mv-area {
  height: 64px;
}

.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 {
  width: 630px;
}

.area-top .share-block.share-block-top {
  background-color: #F6F6F6;
  width: 100%;
}

.area-top .share-block-top .inner {
  overflow: hidden;
}

.area-top .share-block-top .inner .block {
  float: right;
}

.area-top .room-plan {
  background: url(/images_static/area/area_top_plan_bg.png) 0 100% repeat-x #fff;
}

.area-top .room-plan .box {
  height: auto;
}

.area-top .room-plan .label {
  float: none;
}

.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% repeat-x #fff;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.area-top .room-plan02 .box {
  padding-bottom: 0;
}

.area-top .room-plan02 p {
  margin-bottom: 0;
}

.area-top .mv-slider02 .slick-prev {
  bottom: 140px;
  height: 7px;
  left: 545px;
  opacity: 0.4 !important;
  top: inherit;
  z-index: 10000;
  width: 22px;
}

.area-top .mv-slider02 .slick-next {
  bottom: 140px;
  height: 7px;
  right: 545px;
  top: inherit;
  z-index: 10000;
  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;
  opacity: 1 !important;
  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% repeat-x;
  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-right: 5px;
}

.area-top-season .inner {
  border-bottom: 2px solid #222;
  border-top: 2px solid #222;
  overflow: hidden;
  padding: 40px 9px 40px 26px;
  width: 1260px;
}

.area-top-season .text {
  float: left;
  margin-right: 45px;
  text-align: center;
  width: 348px;
}

.area-top-season .img {
  float: right;
  overflow: hidden;
  width: 830px;
}

.area-top-season .img img {
  float: right;
  height: 200px;
  object-fit: cover;
  width: 415px;
}

.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 {
  text-decoration: none;
  width: 237px;
}

.area-top .info-block .p-tab-head li:hover {
  opacity: 1;
}

.area-top .info-block .p-tab-head li a {
  font-size: 15px;
  padding: 13px 0;
  text-decoration: underline;
}
.area-top .info-block .p-tab-head li a:hover {
  text-decoration: none;
}

.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: 669px;
}

.area-top-sns .box:first-child {
  width: 577px;
}

.area-top-sns .fb {
  height: 435px;
  margin-left: 57px;
  width: 500px;
}

.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-block01 {
  padding-bottom: 0;
}

.area-top .bnr-block02 {
  padding-bottom: 90px;
}

.area-top .bnr-block02 .bnr-full,
.area-top .bnr-block02 .bnr-col3 {
  margin-bottom: 40px;
}

.area-top .bnr-slider {
  overflow: visible;
}

.area-top .bnr-slider img {
  max-width: 293px;
}

.area-top .p-tab-head {
  margin: 0 auto;
  width: 1260px;
}

.area-top .bnr-block .inner {
  margin: 0 auto;
  width: 1260px;
}

.area-top .area-home-line .block {
  background: url(/images_static/area/area_top_line_bg.jpg);
}

/* stay top */

.stay-top .p-header .img > img {
  height: 162px;
  width: 100%;
}

.stay-top .p-header .text > img {
  width: auto;
}

.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 .btn a:hover {
  opacity: .7;
}

.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;
  z-index: 1;
}

.stay-top .room-list-cont .more {
  padding-top: 20px;
  text-align: center;
}

.stay-top .room-plan {
  margin-bottom: 40px;
}

.stay-top .room-plan .p-asset01 .box {
  padding-bottom: 0;
}

.stay-top .room-plan .p-asset01 p {
  margin-bottom: 0;
}

/* stay-detail */

.stay-detail .info-back {
  padding-top: 32px;
}

.stay-detail .info-detail-header {
  height: 162px;
}

.stay-detail .info-article {
  margin-top: -82px;
  width: 1220px;
}

.stay-detail .info-article-header {
  margin: 0 27px;
}

.stay-detail .plan-meal .p-asset01 .box {
  padding-bottom: 0;
}

.stay-detail .plan-meal .p-asset01 p {
  margin-bottom: 0;
}

.stay-detail .p-asset10 .name {
  box-sizing: content-box;
}

.stay-detail .res-list-head {
  border-bottom: 2px solid #222;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 10px;
}

.stay-detail .res-list-cont {
  background-color: #F7F7F7;
  margin-bottom: 47px;
  padding: 30px 40px;
}

.stay-detail .p-asset02 .cont {
  height: auto;
}

.stay-detail .p-asset02 .cont img {
  float: none;
  margin-right: 0;
}

.stay-detail .p-asset02 .cont .text {
  float: none;
  height: auto;
  margin: 10px 0 5px;
  width: 100%;
}

.stay-detail .p-asset02 .name {
  border: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stay-detail .p-asset02 .cat {
  position: static;
}

.stay-detail .p-asset02 .cat li {
  padding: 4px 10px 3px;
  width: auto;
}

.stay-detail .p-asset02 .middle .lead {
  border-bottom: 0;
}

.stay-detail .p-asset02 .middle .plan {
  background-color: #E6E6E6;
  padding: 9px 22px;
}

.stay-detail .p-asset02 .middle .title {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.stay-detail .p-asset02 .middle .plan li {
  font-size: 14px;
  margin-bottom: 5px;
}

.stay-detail .p-asset02 .middle .plan li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.stay-detail .p-asset02 .bottom {
  margin-top: 20px;
}

.stay-detail .p-asset02 .bottom .reserve a:before {
  content: none;
}

.stay-detail .p-asset02 .middle .target ul {
  margin-bottom: 15px;
  overflow: hidden;
}

.stay-detail .p-asset02 .middle .target li {
  background-color: #646464;
  border: 0;
  color: #fff;
  font-size: 11px;
}

.stay-detail .res-list-cont.cont-type02 .block {
  padding-top: 22px;
  width: 100%;
}

.stay-detail .res-list-cont.cont-type02 .left {
  float: left;
  width: 540px;
}

.stay-detail .res-list-cont.cont-type02 .right {
  float: right;
  min-height: 304px;
  position: relative;
  width: 550px;
}

.stay-detail .res-list-cont.cont-type02 .middle {
  padding-top: 0;
}

.stay-detail .res-list-cont.cont-type02 .cat {
  margin-bottom: 15px;
}

.stay-detail .res-list-cont.cont-type02 .bottom {
  position: absolute;
  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-detail .plan-meal-wrap {
  margin: 0 auto;
  width: 1260px;
}

/* 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% repeat-x;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.res-top .res-plan .p-asset01 .copy {
  color: #6F6F6F;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.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 {
  margin-top: 20px;
}

.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;
}

.res-top .room-plan .p-asset01 h3 {
  margin-bottom: 0;
}

.res-top .room-plan .p-asset01 .copy {
  margin-bottom: 0;
}

.res-top .p-header .text {
  margin: -75px auto 0;
  width: 926px;
}

.res-top .p-asset02 .middle .target ul {
  margin-bottom: 12px;
  overflow: hidden;
}

.res-top .p-asset02 .middle .target li {
  background-color: #646464;
  border: 0;
  color: #fff;
  font-size: 11px;
}

/* 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:hover span {
  background: url(/images_static/common/icon_arrow_bottom_04.png) 95% center no-repeat #222;
  color: #fff;
}

.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: auto;
  margin-right: 20px;
  width: 610px;
}

.res-shop .shop-data .p-tab-block .top {
  margin-bottom: 30px;
}

.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 a:hover {
  opacity: .7;
}

.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-data .p-asset04 .cat li {
  background-color: #222;
}

.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:hover {
  text-decoration: underline;
}

.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;
}

.shop-access-map #Map {
  height: 400px;
}

.shop-access-map #Map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.shop-access-map .bottom {
  background-color: #F7F7F7;
  padding: 20px;
  position: relative;
}

.shop-access-map .bottom li {
  font-size: 14px;
  margin-bottom: 5px;
}

.shop-access-map .bottom li:before {
  color: #888888;
  content: '\f1db';
  font-size: 10px;
  font-family: FontAwesome;
  padding-right: 5px;
  vertical-align: top;
}

.shop-access-map .bottom .address {
  line-height: 1.7;
  margin-bottom: 30px;
}

.shop-access-map .bottom h4 {
  margin-bottom: 10px;
}

.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 ul {
  display: none;
}

.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-plan {
  width: 100%;
}

.res-shop .share-plan .share-block {
  width: auto;
}

.res-shop .share-block,
.area-top .share-block {
  padding: 15px 0;
}

.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;
}

.res-shop .share-block .sns {
  padding-top: 50px;
}

.res-shop .shop-data .p-asset12 .text {
  box-sizing: content-box;
}

.res-shop .p-header-slider .box img {
  width: 100%;
}

.res-shop .shop-data .p-tab-head {
  margin: 0 auto;
  width: 1260px;
}

.res-shop .shop-data .p-tab-body .p-tab-block {
  margin: 0 auto;
  width: 1260px;
}

.res-shop .target {
  float: left;
}

.res-shop .shop-lead .data {
  float: left;
  width: auto;
}

.res-shop .target ul {
  margin-bottom: 12px;
  overflow: hidden;
  padding-top: 7px;
}

.res-shop .target li {
  background-color: #646464;
  border: 0;
  color: #fff !important;
  font-size: 11px;
}

.res-shop .shop-data .p-asset04 {
  margin-top: 40px;
  width: 100%;
}

/* area-club */

.area-club .hotel-header .text img {
  height: 110px;
  width: auto;
}

.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;
  opacity: 0.4 !important;
}

.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 repeat-x;
  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-bnr .inner {
  width: 100%;
}

.area-club .room-plan {
  background: url(/images_static/area/area_club_room_plan_bg.png) 0 100% repeat-x #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;
  box-sizing: content-box;
  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;
}

/* area-event */

.area-event .p-header {
  width: 100%;
}

.area-event .p-header .img > img {
  height: 162px;
}

.area-event .p-header .text {
  margin-top: -75px;
}

.area-event .p-header .text > img {
  width: auto;
}

.area-event .event-block {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0;
}

.area-event .event-block .p-asset01 {
  overflow: visible;
}

.area-event .event-block .p-asset01 .body {
  padding-bottom: 0;
}

/* area-access */

.area-access .p-header {
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}

.area-access .p-header .img > img {
  height: 162px;
}

.area-access .p-header .text {
  margin-bottom: 30px;
  margin-top: -64px;
}

.area-access .p-header .text > img {
  width: auto;
}

.area-access .p-asset06 h4 {
  line-height: 1.2;
}

.area-access-map {
  padding: 0 7px;
}

.area-access-map .shop-access {
  margin-bottom: 40px;
}

.area-access-map .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.area-access-map .shop-access-map .more a {
  top: 25px;
}

.area-access-map .shop-access-map .more a:hover {
  background-color: #222;
  color: #fff;
}

.area-access-map .shop-transport {
  margin-bottom: 40px;
}

.area-access-map .shop-transport-map {
  margin-bottom: 25px;
  text-align: center;
}

.area-access-map .shop-transport-map img {
  width: auto;
}

.area-access-list {
  margin-bottom: 40px;
}

.area-access-list .p-asset06 dt.active {
  font-weight: bold;
}

.area-access-list .p-asset06 dt:before {
  content: '\f238';
  font-size: 17px;
  font-weight: normal;
  margin-right: 10px;
}

.area-access-slider {
  margin: 0 auto 25px;
  width: 430px;
}

.area-access-slider .p-acc-slider div {
  width: 430px;
}

.area-access-slider .slick-slide {
  position: relative;
}

.area-access-slider .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.78%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.area-access-slider p {
  color: #fff;
  font-size: 14px;
  padding: 0 25px;
  position: absolute;
  bottom: 28px;
  text-align: left;
  width: 100%;
  z-index: 1;
}

.area-access-slider .slick-prev {
  bottom: 10px;
  left: 145px;
}

.area-access-slider .slick-next {
  bottom: 10px;
  right: 145px;
}

.area-access-slider .slick-dots li button:before {
  border-radius: 3px;
  height: 6px;
  width: 6px;
}

.area-access-slider .slick-dots li {
  margin: 0 5px;
}

.area-access-slider .slick-dots {
  bottom: 8px;
}

.area-access-link {
  margin: 25px 0 30px !important;
  text-align: center;
  width: 100%;
}

.area-access-link ul {
  display: inline;
}

.area-access-link li {
  display: inline-block;
}

.area-access-link li:nth-child(2n) {
  margin-left: 33px;
}

.area-access-step {
  margin-bottom: 20px;
}

.area-access-list .p-article {
  margin-bottom: 0;
  width: 100%;
}

.area-access-list .p-article p {
  margin-bottom: 20px;
}

.area-access-list .p-article .list-type01 {
  margin-bottom: 20px;
  padding-left: 0;
}

.area-access-list .p-article .list-type01 p {
  margin: 10px 0 15px 1.5em;
}

.area-access-list .p-article .link {
  line-height: 1.2;
}

.area-access-list .p-asset06 dt.access-car:before {
  background: url(/images_static/common/icon_access_car.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: 17px;
  vertical-align: middle;
  width: 21px;
}

.area-access-list .p-asset06 dt.access-bus:before {
  background: url(/images_static/common/icon_access_bus.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}

.area-access-list .p-asset06 dt.access-airplane:before {
  background: url(/images_static/common/icon_access_airplane.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}

.area-access-block {
  margin-bottom: 30px;
}

.area-access-block:last-child {
  margin-bottom: 0;
}

.area-access-list .p-table td {
  line-height: 1.7;
  padding: 7px 15px;
}

.area-access-list .p-table.vertical td {
  line-height: 1.7;
  padding: 7px 15px;
}

.area-access-list .p-table.vertical th {
  line-height: 1.7;
  padding: 7px 15px;
  vertical-align: middle;
  width: auto;
}

.area-access-list .p-table.vertical th:first-child {
  width: 392px;
}

.area-access-list .p-article .link li:last-child {
  margin-bottom: 0;
}

.area-access-list .time-table th {
  padding: 10px 15px;
  width: auto;
}

.area-access-list .time-table td {
  line-height: 1.7;
}

.area-access-list .time-table .num {
  font-weight: bold;
  width: 70px;
}

.area-access-list .time-table .name {
  font-weight: bold;
  width: 321px;
}

.area-access-around .p-asset05 .slick-dots {
  bottom: -27px;
}

.area-access-around .p-asset05.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.area-access-aroundmap {
  margin: 0 auto 40px;
  width: 830px;
}

.area-access-fun {
  margin-bottom: 40px;
}

.area-access-fun .p-asset06 dt.active {
  font-weight: bold;
}

.area-access-fun .p-asset06 dt:before {
  content: none;
}

.area-access-fun .p-asset06 dd {
  background-color: #f6f6f6;
  padding: 0;
}

.area-access-fun .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: 22px 20px 0;
  width: 574px;
}

.area-access-fun .box:nth-child(2n) {
  margin-left: 5px;
}

.area-access-fun .link {
  border-top: 1px solid #E6E6E6;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.area-access-fun .link a {
  font-size: 13px;
  line-height: 31px;
  text-decoration: none;
}

.area-access-fun .link a:before {
  color: #888888;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 10px;
}

.area-access-fun .link a:hover {
  text-decoration: underline;
}

.area-access-fun .box .slick-slide {
  position: relative;
}

.area-access-fun .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%);
}

.area-access-fun .box .p-acc-slider {
  margin-bottom: 15px;
}

.area-access-fun .box .p-acc-slider div {
  width: 100%;
}


.area-access-fun .box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}

.area-access-fun .box h3:after,
.area-access-fun .box .link .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;
}

.area-access-fun .box .label {
  background-color: #222;
  color: #fff;
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
  width: 120px;
}

.area-access-fun .box .lead {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 10px;
}

.area-access-fun .box .data {
  margin-bottom: 20px;
}

.area-access-fun .box .data li {
  font-size: 16px;
}

.area-access-fun .box .data li:before {
  content: '\f1db';
  color: #888888;
  display: inline-block;
  font-size: 12px;
  font-family: Fontawesome;
  padding-right: 7px;
  padding-top: 3px;
  vertical-align: top;
}

.area-access-fun .box .link li {
  float: left;
  margin: 10px 0;
  width: 50%;
}

.area-access-fun .box .link li:first-child {
  border-right: 1px solid #E6E6E6;
}

.area-access-fun .p-acc-slider .slick-prev {
  left: 217px;
}

.area-access-fun .p-acc-slider .slick-next {
  right: 217px;
}

.area-access-fun .p-acc-slider .slick-dots {
  bottom: 13px;
}

.area-access-fun .p-acc-slider .slick-next,
.area-access-fun .p-acc-slider .slick-prev {
  bottom: 15px;
}

.area-access .area-top-season .text .mincho {
  letter-spacing: 0.1em;
  margin: 40px 0 30px;
}

.area-access .area-top-season .text > img {
  padding: 25px 0 22px;
}

.area-access .area-top-season .note {
  margin: 25px 0;
}

.area-access .area-top-season a.btn-type03 {
  width: 300px;
}

.area-access .area-top-season .img.single img {
  float: none;
  height: 409px;
  width: 830px;
}

.area-access .area-top-season .inner {
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.area-access .room-service .p-asset03 .box:first-child {
  background: url(/images_static/common/icon_blank.png) 98% center no-repeat #f6f6f6;
  background-size: 15px 15px;
}

.area-access .p-article .note {
  color: #222;
}

/* area-facility */

.area-facility .p-header {
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}

.area-facility .p-header .img > img {
  height: 162px;
}

.area-facility .p-header .text {
  margin-bottom: 30px;
  margin-top: -74px;
}

.area-facility .p-header .text > img {
  width: auto;
}

.area-facility-map {
  margin: 0 auto 25px;
  width: 830px;
}

.area-facility-service .inner {
  margin: 0 auto;
  padding: 0 5px;
  width: 1260px;
}

.area-facility-service .p-asset03 {
  background-color: #F7F7F7;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px 14px 13px;
  width: 100%;
}

.area-facility-service .p-asset03 .box {
  background-color: #fff;
  box-shadow:0px 3px 2px 0px rgba(0,0,0,0.16);
  float: left;
  height: 130px;
  margin-bottom: 6px;
  padding: 10px;
  width: 402px;
}

.area-facility-service .p-asset03 .box img {
  max-width: 110px;
}

.area-facility-service .p-asset03 .body {
  height: 110px;
}

.area-facility-service .p-asset03 .body p {
  font-size: 17px;
}

.area-facility-head {
  margin-bottom: 30px;
}

.area-facility-head .inner {
  background-color: #888888;
  margin: 0 auto;
  padding: 0;
  width: 1250px;
}

.area-facility-head ul {
  padding: 22px 0 7px;
  text-align: center;
}

.area-facility-head li {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 19px 20px;
}

.area-facility-head li:first-child {
  margin-left: 0;
}

.area-facility-head a {
  background: url(/images_static/common/icon_arrow_bottom_09.png) 0 center no-repeat;
  color: #fff;
  padding-left: 18px;
  text-decoration: none;
}

.area-facility-head a:hover {
  text-decoration: underline;
}

.area-facility-block {
  margin-bottom: 36px;
  padding: 0 37px;
}

.area-facility-block:last-child {
  margin-bottom: 26px;
}

.area-facility-block .wrap {
  background-color: #F7F7F7;
  padding: 39px 38px 30px;
}

.area-facility-block .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: 18px 19px 0;
  width: 509px;
}

.area-facility-block .box:nth-child(2n) {
  margin-left: 5px;
}

.area-facility-block .p-acc-slider div {
  position: relative;
  width: 100%;
}

.area-facility-block .p-acc-slider .slick-slide > img {
  height: 274px;
  width: 100%;
}

.area-facility-block .box .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.71%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.area-facility-block .bottom {
  margin-top: 13px;
}

.area-facility-block .p-acc-slider p {
  color: #fff;
  font-size: 14px;
  padding: 0 19px;
  position: absolute;
  bottom: 24px;
  text-align: left;
  width: 100%;
  z-index: 1;
}

.area-facility-block .p-acc-slider .slick-dots {
  bottom: 7px;
}

.area-facility-block .p-acc-slider .slick-prev {
  bottom: 7px;
  left: 196px;
}

.area-facility-block .p-acc-slider .slick-next {
  bottom: 7px;
  right: 196px;
}

.area-facility-block .box h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

.area-facility-block .box .lead {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 10px;
}

.area-facility-block .box .data {
  margin-bottom: 20px;
}

.area-facility-block .box .data li {
  font-size: 15px;
  margin-bottom: 5px;
}

.area-facility-block .box .data li:before {
  content: '\f1db';
  color: #888888;
  display: inline-block;
  font-size: 12px;
  font-family: Fontawesome;
  padding-right: 7px;
  padding-top: 3px;
  vertical-align: top;
}

.area-facility-block .linklist {
  font-size: 15px;
  margin-bottom: 35px;
}

.area-facility-block .linklist li {
  margin-bottom: 10px;
}

.area-facility-block .linklist li a {
  text-decoration: none;
}

.area-facility-block .linklist li a:hover {
  text-decoration: underline;
}

.area-facility-block .linklist li:before {
  content: '\f105';
  font-family: Fontawesome;
  font-size: 14px;
  padding-right: 9px;
  vertical-align: top;
}

.area-facility-block .linklist 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;
}

.area-facility-block .linklist 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;
}

.area-facility-block .link {
  border-top: 1px solid #E6E6E6;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.area-facility-block .link a {
  font-size: 13px;
  line-height: 50px;
  text-decoration: none;
}

.area-facility-block .link a:hover {
  text-decoration: underline;
}

.area-facility-block .link a:before {
  color: #888888;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 10px;
}

.area-facility-wifi .p-asset07 {
  margin: 0 auto 26px;
  width: 1166px;
}

.area-facility-data h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.area-facility-data h3 span {
  color: #6F6F6F;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.area-facility-data h3 span.floor {
  color: #222;
  display: inline;
  font-size: 22px;
  font-weight: bold;
}

.area-facility-data .desc {
  line-height: 1.56;
  margin-bottom: 20px;
}

.area-facility-data .data {
  border: 1px solid #C7C7C7;
  margin-bottom: 25px;
  padding: 23px;
}

.area-facility-data .data li {
  margin-bottom: 5px;
}

.area-facility-data .data li span {
  font-weight: bold;
}

.area-facility-data .data li:before {
  content: '\f1db';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  padding-right: 8px;
  padding-top: 2px;
  vertical-align: top;
}

/* area-facility-detail */

.area-facility-detail .mv {
  height: 382px;
  margin-bottom: 46px;
}

.area-facility-detail .mv-bg img {
  height: 382px;
}

.area-facility-detail .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29.84%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.area-facility-detail .mv-nav {
  margin-top: -35px;
  text-align: center;
}

.area-facility-detail .mv-bg {
  position: relative;
}

.area-facility-detail .mv-bg p {
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 22px;
  bottom: 40px;
  z-index: 1;
}

.area-facility-detail h2 {
  font-size: 22px;
  margin-bottom: 44px;
}

.area-facility-detail .news-block {
  margin-bottom: 30px;
}

.area-facility-detail .p-asset06 dt:before {
  content: none;
}

.area-facility-detail .acc-block {
  margin-bottom: 48px;
}

.back-block {
  padding-top: 30px;
}


/* mypage-status */

.mypage-status a:hover img {
  opacity: 1;
}

.mypage-status .note a {
  text-decoration: underline;
}

.mypage-status a {
  text-decoration: none;
}

.mypage-status a:hover {
  text-decoration: none;
}

.mypage-status .inner {
  background: url(/images_static/common/icon_arrow_right_01.png) 100% center no-repeat;
  margin: 0 auto;
  overflow: hidden;
  padding: 9px 0;
  width: 1260px;
}

.mypage-status .inner > div {
  display: inline-block;
}

.mypage-status .name,
.mypage-status .rank,
.mypage-status .card,
.mypage-status .point,
.mypage-status .medal {
  display: inline-block;
  vertical-align: middle;
}

.mypage-status .card {
  margin-right: 8px;
}

.mypage-status .card img {
  width: auto;
}

.mypage-status .name {
  font-size: 15px;
  padding-right: 20px;
}

.mypage-status .name span {
  font-size: 16px;
  font-weight: bold;
}

.mypage-status .name span.small {
  font-size: 14px;
  font-weight: normal;
}

.mypage-status .rank {
  margin-right: 8px;
}

.mypage-status .rank p {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  width: 136px;
}

.mypage-status .medal,
.mypage-status .point {
  font-size: 13px;
}

.mypage-status .medal dt,
.mypage-status .point dt {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-right: 3px;
  text-align: center;
  width: 105px;
}

.mypage-status .medal dd,
.mypage-status .point dd {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.mypage-status .medal span,
.mypage-status .point span {
  font-size: 12px;
}

.mypage-status .medal {
  padding-right: 15px;
}

.mypage-status .link {
  float: right;
}

.mypage-status-gold {
  border-top: 2px solid #A66C12;
}

.mypage-status-gold .inner {
  background: url(/images_static/mypage/mypage_status_arrow_gold.png) 100% center no-repeat;
}

.mypage-status-gold .rank p {
  border: 1px solid #9B6E09;
  color: #9B6E09;
}

.mypage-status-gold .medal dt,
.mypage-status-gold .point dt {
  background-color: #F9D74E;
  color: #75570A;
}

.mypage-status-blue {
  border-top: 2px solid #007CC9;
}

.mypage-status-blue .inner {
  background: url(/images_static/mypage/mypage_status_arrow_blue.png) 100% center no-repeat;
}

.mypage-status-blue .rank p {
  border: 1px solid #007CC9;
  color: #007CC9;
}

.mypage-status-blue .medal dt,
.mypage-status-blue .point dt {
  background-color: #ADEFFF;
  color: #007CC9;
}

.mypage-status-platinum {
  border-top: 2px solid #777;
}

.mypage-status-platinum .inner {
  background: url(/images_static/mypage/mypage_status_arrow_platinum.png) 100% center no-repeat;
}

.mypage-status-platinum .rank p {
  border: 1px solid #777;
  color: #777;
}

.mypage-status-platinum .medal dt,
.mypage-status-platinum .point dt {
  background-color: #E2E2E2;
  color: #777;
}

.mypage-status-k .btn li:first-child .btn,
.mypage-status-k .btn li:first-child .btn {
  background-position: 96% center;
  width: 290px;
}

/* mypage-head */

.mypage-head {
  border-top: 1px solid #DEDEDE;
  font-size: 15px;
  line-height: 1.8;
  padding: 20px 0 16px;
  text-align: center;
}

.mypage-head p span {
  font-size: 20px;
  font-weight: bold;
}

/* mypage-club */

.mypage-club {
  margin: 0 auto 25px;
  width: 1246px;
}

.mypage-club h3 {
  color: #fff;
  font-size: 16px;
  padding: 7px 0;
  text-align: center;
}

.mypage-club.mypage-status-gold h3 {
  background-color: #9B6E09;
}

.mypage-club.mypage-status-blue h3 {
  background-color: #007CC9;
}

.mypage-club.mypage-status-platinum h3 {
  background-color: #777;
}

.mypage-club .body img {
  width: auto;
}

.mypage-club .body {
  overflow: hidden;
  padding: 20px 32px;
}

.mypage-club.mypage-status-gold .body {
  border: 1px solid #9B6E09;
}

.mypage-club.mypage-status-blue .body {
  border: 1px solid #007CC9;
}

.mypage-club.mypage-status-platinum .body {
  border: 1px solid #777;
}

.mypage-club .body .left {
  float: left;
  margin-right: 21px;
}

.mypage-club .body .right {
  float: left;
  width: 1030px;
}

.mypage-club.mypage-status dd.note {
  font-size: 13px;
  padding-left: 105px;
  margin-top: 5px;
}

.mypage-club .rank {
  display: block;
  margin-bottom: 10px;
}

.mypage-club .rank dt {
  float: left;
  margin-right: 10px;
}

.mypage-club .rank dd {
  font-size: 20px;
  font-weight: bold;
}

.mypage-club .rank dd span {
  color: #222;
  font-size: 13px;
  font-weight: normal;
}

.mypage-club.mypage-status-gold .rank dd {
  color: #9B6E09;
}

.mypage-club.mypage-status-blue .rank dd {
  color: #007CC9;
}

.mypage-club.mypage-status-platinum .rank dd {
  color: #777;
}

.mypage-club .medal {
  margin-right: 10px;
}

.mypage-club .medal,
.mypage-club .point {
  padding-right: 0;
  width: 438px;
}

.mypage-club .medal dd,
.mypage-club .point dd {
  font-size: 22px;
}

.mypage-club .medal span,
.mypage-club .point span {
  font-size: 15px;
}

.mypage-club .btn {
  clear: both;
  margin-top: 20px;
  text-align: center;
}

.mypage-club .btn ul {
  display: inline-block;
  overflow: hidden;
}

.mypage-club .btn li {
  float: left;
}

.mypage-club .btn li:first-child {
  margin-right: 15px;
}

.mypage-link {
  background-color: #888888;
  font-size: 18px;
  margin: 0 auto 30px;
  padding: 21px 0;
  width: 1246px;
  text-align: center;
}

.mypage .reserve-block {
  margin-bottom: 30px;
}

.mypage-link a {
  background: url(/images_static/common/icon_arrow_bottom_09.png) 0 center no-repeat;
  color: #fff;
  padding-left: 18px;
  text-decoration: none;
}

.mypage-link a:hover {
  text-decoration: underline;
}

.mypage .info-block h2 {
  margin-bottom: 20px;
}

.mypage .info-block .more {
  margin: 40px 0;
}

/* mypage-bnr */

.mypage-bnr {
  background-color: #F6F6F6;
}

.mypage-bnr .inner {
  margin: 0 auto;
  padding: 30px 0;
  width: 1186px;
}

.mypage-bnr .inner > div {
  margin-bottom: 40px;
}

.mypage-bnr .inner .u-center {
  margin-bottom: 0;
}

.mypage-bnr h3 {
  font-size: 17px;
  margin-bottom: 20px;
}

.mypage .recommended-block {
  background-color: #fff;
}

.mypage .recommended-block .body ul {
  margin-bottom: 4px;
}

.mypage .recommended-block .body ul:last-child {
  margin-bottom: 0;
}

.mypage .mypage-bg {
  background-color: #F6F6F6;
}

.mypage .recommended-block .name {
  display: block;
  margin-top: 3px;
}

.mypage .p-asset01-slider .slick-dots {
  bottom: -20px;
}

.mypage .recommended-facil {
  margin: 0 auto 40px;
  padding-top: 30px;
  width: 1246px;
}

.mypage .recommended-facil .service-slider-02 .box {
  margin-right: 6px;
}

.mypage .recommended-facil .service-slider-02 .box img {
  width: auto;
}

.mypage .recommended-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: 14px 9px;
  width: 100%;
}

.mypage .recommended-facil .service-slider-02 h3 {
  font-size: 16px;
}

.mypage .recommended-facil .slick-arrow-type01 .slick-dots {
  bottom: 10px !important;
}

/* mypage-keyword */

.mypage-keyword {
  padding: 40px 0;
  text-align: center;
}

.mypage-keyword ul {
  display: inline-block;
}

.mypage-keyword li {
  display: inline-block;
}

.mypage-keyword li a {
  background-color: #222;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 41px;
  padding: 0 20px;
  text-decoration: none;
}

.mypage-keyword li a:hover {
  text-decoration: underline;
}

.home .mypage-keyword {
  background-color: #F6F6F6;
  margin-bottom: 40px;
}

/* mypage-gift */

.mypage-gift {
  margin-bottom: 30px;
}

.mypage-gift .inner {
  background: url(/images_static/mypage/mypage_gift_bg.jpg) 0 0 no-repeat;
  color: #fff;
  height: 538px;
  margin: 0 auto;
  padding-top: 74px;
  position: relative;
  text-align: center;
  width: 1246px;
}

.mypage-gift .inner img {
  width: auto;
}

.mypage-gift h3 {
  font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  font-size: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 3px;
}

.mypage-gift h3 span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.mypage-gift p {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.mypage-gift .lead {
  font-size: 14px;
  line-height: 1.57;
  margin: 18px 0 40px;
}

.mypage-gift ul {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.mypage-gift li {
  float: left;
}

.mypage-gift li:first-child {
  margin-right: 20px;
}

.mypage-gift .btn {
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 16px;
  padding: 14px 0 15px;
  width: 400px;
}

.mypage-gift .btn:hover {
  background-image: url(/images_static/common/icon_arrow_right_15.png);
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}

/* mypage-menu */

.mypage-menu {
  background-color: #F7F7F7;
  margin: 0 auto 30px;
  padding: 45px 38px 40px;
  width: 1246px;
}

.mypage-menu h4 {
  margin-bottom: 15px;
}

.mypage-menu .box {
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  margin-bottom: 11px;
  padding: 18px 22px;
}

.mypage-menu .box.col2 {
  float: left;
  width: 582px;
  padding: 16px 20px;
}

.mypage-menu .box.col2:nth-child(2n) {
  margin-left: 6px;
}

.mypage-menu .box .img {
  float: left;
  height: 110px;
  margin-right: 23px;
  width: 165px;
}

.mypage-menu .box p {
  font-size: 14px;
  line-height: 1.43;
}

.mypage .bottom {
  margin-top: 16px;
}

.mypage-menu .bottom ul {
  overflow: hidden;
}

.mypage-menu .bottom li {
  float: left;
}

.mypage-menu .btn {
  padding: 10px 0;
}

.mypage-menu .reserve {
  margin-right: 5px;
}

.mypage-menu .reserve .btn {
  background-image: none;
  padding: 12px 0 8px;
  width: 800px;
}

.mypage-menu .reserve .btn:before {
  content: url(/images_static/common/icon_search_03.png);
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.mypage-menu .reserve .btn:hover {
  opacity: .7;
}

.mypage-menu .full .link .btn {
  width: 317px;
}

.mypage-menu .link .btn {
  background-image: url(/images_static/common/icon_arrow_right_13.png);
  background-position: 98% center;
  background-size: 22px auto;
  border: 2px solid #222;
}

.mypage-menu .link .btn:hover {
  background-image: url(/images_static/common/icon_arrow_right_05.png);
}

.mypage-menu .box.col2 li:first-child {
  margin-right: 5px;
}

.mypage-menu .box.col2 li a {
  width: 264px;
}

.mypage-menu .box.col2 li a span {
  font-size: 11px;
}

.mypage-menu .box.col2 .single li {
  float: none;
  margin-right: 0;
}

.mypage-menu .box.col2 .single .btn {
  box-sizing: border-box;
  width: 100%;
}

.mypage-menu .box.col2 .golf a {
  background-image: url(/images_static/common/icon_arrow_right_05.png);
  box-sizing: border-box;
  font-size: 13px;
  padding-left: 5px;
  text-align: left;
}

.mypage-menu .box.col2 .golf a:hover {
  background-color: #fff;
  background-image: url(/images_static/common/icon_arrow_right_13.png);
  color: #222;
}

/* mypage-kids */

.mypage-kids {
  background-color: #FFF8E5;
  margin: 0 auto 40px;
  width: 1246px;
}

.mypage-kids .left {
  float: left;
  padding-top: 64px;
  text-align: center;
  width: 755px;
}

.mypage-kids .left img {
  margin-bottom: 34px;
  width: 615px;
}

.mypage-kids .right {
  float: right;
}

.mypage-kids .btn {
  background-image: url(/images_static/mypage/mypage_kids_arrow.png);
  border: 1px solid #38BEE5;
  background-color: transparent;
  color: #38BEE5;
  font-size: 16px;
  padding: 15px 0;
  width: 400px;
}

.mypage-kids .btn:hover {
  background-image: url(/images_static/mypage/mypage_kids_arrow_02.png);
  background-color: #38BEE5;
  color: #fff;
}

/* mypage-list */

.mypage-list {
  margin: 0 auto 30px;
  width: 1246px;
}

.mypage-list .box {
  float: left;
  width: 614px;
}

.mypage-list .box:first-child {
  margin-right: 18px;
}

.mypage-list .box li a {
  background: url(/images_static/common/icon_blank.png) 97% center no-repeat #F7F7F7;
  background-size: 15px 15px;
  display: block;
  line-height: 66px;
  margin-bottom: 10px;
  padding: 0 25px;
  text-decoration: none;
}

.mypage-list .box li a:hover {
  text-decoration: underline;
}

.mypage-list .box li a.logout {
  background: url(/images_static/common/icon_logout_01.png) 97% center no-repeat #F7F7F7;
}

/* mypage reserve popup */

.reserve-popup {
  display: none;
}

.reserve-popup-cont {
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 0 0 0;
  position: relative;
  width: 744px;
}

.reserve-popup-cont.reserve-body h2 span {
  font-size: 20px;
}

.reserve-popup-cont.reserve-body h2 span:before {
  content: '\f236';
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 8px;
}

.reserve-popup-cont .reserve-body-input .top > div {
  margin-bottom: 9px;
}

.reserve-popup-cont .reserve-body-input .top {
  margin-bottom: 0;
}

.reserve-popup-cont .reserve-body-input .date {
  margin-left: 90px;
}

.reserve-popup-cont .reserve-body-input h2 {
  float: none;
  font-weight: bold;
  margin: 0 0 12px;
  text-align: center;
}

.reserve-popup-cont .datepicker {
  height: 38px;
  padding-top: 7px;
  width: 336px;
}

.reserve-popup-cont .datepicker input {
  font-size: 13px;
}

.reserve-popup-cont .reserve-body-input .num {
  margin-left: 0;
}

.reserve-popup-cont .reserve-body-input .num span {
  margin-right: 18px;
}

.reserve-popup-cont .reserve-body-input .person-num {
  margin-left: 155px;
}

.reserve-popup-cont .reserve-body-input .select {
  margin: 0 0 8px 155px;
}

.reserve-popup-cont .reserve-body-input span {
  font-size: 14px;
}

.reserve-popup-cont .reserve-body-input .select span {
  width: 124px;
}

.reserve-popup-cont .reserve-body-input .room-num {
  margin-left: 15px;
}

.reserve-popup-cont .reserve-body-input .bottom > div {
  float: none;
}

.reserve-popup-cont .reserve-body-input .note {
  font-size: 14px;
  margin-bottom: 14px;
  text-align: center;
}

.reserve-popup-cont .reserve-body-input .num select {
  height: 34px;
  width: 70px;
}

.reserve-popup-cont .bottom,
.mypage .header-reserve-cont .bottom {
  margin-top: 0px;
}

.reserve-popup-cont .reserve-body-input select {
  height: 34px;
  width: 230px;
}

.reserve-popup-cont .reserve-body-submit {
  float: none;
  margin-bottom: 20px;
  text-align: center;
}

.reserve-popup-cont .reserve-body-submit button {
  width: 260px;
}

.reserve-popup-cont .reserve-body h2 span {
  font-size: 20px;
}

.reserve-popup-cont .reserve-body h2 span:before {
  font-size: 22px;
}

.reserve-popup-cont .reserve-body-input {
  float: none;
}

.reserve-popup-cont .sp-reserve-bottom {
  background-color: #585858;
}

.reserve-popup-cont .sp-reserve-bottom {
  padding: 20px 0;
  text-align: center;
}

.reserve-popup-cont .sp-reserve-bottom .sp-header-util {
  display: inline-block;
}

.reserve-popup-cont .sp-reserve-bottom .link {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}

.reserve-popup-cont .sp-reserve-bottom .link.pc-fix {
  display: inline-block !important;
}

.reserve-popup-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;
}

.reserve-popup-cont .reserve-body-input .wrap {
  float: none;
  width: 100%;
}

.reserve-popup-cont .mfp-close {
  background: url(/images_static/common/modal_close_02.png) 0 0 no-repeat;
  cursor: pointer;
  height: 20px;
  opacity: 1;
  padding: 0;
  top: 12px !important;
  right: 12px;
  width: 20px;
}

.reserve-popup-cont .mfp-close-bottom {
  background-color: #E6E6E6;
  height: 40px;
  padding-top: 11px;
  position: relative;
}

.reserve-popup-cont .mfp-close-bottom .mfp-close {
  background: url(/images_static/common/modal_close_02.png) 0 0 no-repeat;
  cursor: pointer;
  font-size: 15px;
  margin: 0 auto;
  line-height: 1;
  text-align: right;
  min-height: 20px;
  padding-top: 3px;
  position: static;
  width: 84px;
}

/****** wedding *****/

/* wedding parts */

.wedding .btn-type01 {
  background: url(/images_static/wedding/wedding_icon_arrow_right_03.png) 98% center no-repeat,
    linear-gradient(100deg, #C7BA7A, #907A0F);
  font-size: 15px;
  padding: 11px 0;
}

.wedding .btn-type01:hover {
  opacity: .7;
}

.wedding .btn-type02 {
  background-image: url(/images_static/wedding/wedding_icon_arrow_bottom_02.png);
  border-color: #907A0F;
  color: #907A0F;
}

.wedding .btn-type02:hover {
  background-color: #907A0F;
}

.wedding .btn-type03 {
  background-image: url(/images_static/wedding/wedding_icon_arrow_right_04.png);
  border: 1px solid #907A0F;
  color: #907A0F;
}

.wedding .btn-type03:hover {
  background-color: #907A0F;
  border: 1px solid #907A0F;
}

.wedding .btn-type05 {
  border: 1px solid #907A0F;
  color: #907A0F;
}

.wedding .btn-type05:hover {
  background-color: #907A0F;
}

.wedding .wedding-h2 {
  border-bottom: 1px solid #7C6804;
  color: #7C6804;
  display: inline-block;
  font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 12px;
  position: relative;
  text-align: center
}

.wedding .wedding-h2:before {
  bottom: -6px;
  content: url(/images_static/wedding/wedding_h2_bg_01.png);
  left: -27px;
  line-height: 0;
  position: absolute;
}

.wedding .wedding-h2:after {
  bottom: -6px;
  content: url(/images_static/wedding/wedding_h2_bg_02.png);
  line-height: 0;
  right: -27px;
  position: absolute;
}

.wedding .wedding-h2 span {
  color: #7C6804;
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.wedding .h2-type03 {
  color: #7C6804;
}

.wedding .h2-type03 span {
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
}

.wedding .h3-type02 {
  border-color: #C7BA7A;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 8px 0 8px 20px;
}

.wedding .h4-type02 {
  background-image: url(/images_static/wedding/wedding_h4_type02_bg.png);
}

/* wedding asset */

.wedding .p-asset01 {
  width: 1246px;
}

.wedding .p-asset01 .label {
  background-color: #fff;
  border: 1px solid #907A0F;
  color: #907A0F;
  float: left;
  font-size: 12px;
  padding: 2px 0;
  width: 120px;
}

.wedding .p-asset01 .box img {
  width: auto;
}

.wedding .p-asset01 .slick-dots {
  bottom: -10px;
}

.wedding .p-asset01-slider .slick-prev,
.wedding .p-asset01-slider-02 .slick-prev,
.wedding .p-asset03-slider .slick-prev,
.wedding .p-asset05-slider .slick-prev,
.wedding .slick-arrow-type01 .slick-prev {
  background: url(/images_static/wedding/wedding_slider_prev_03.png) 0 0 no-repeat;
}

.wedding .p-asset01-slider .slick-prev:hover,
.wedding .p-asset01-slider-02 .slick-prev:hover,
.wedding .p-asset03-slider .slick-prev:hover,
.wedding .p-asset05-slider .slick-prev:hover,
.wedding .slick-arrow-type01 .slick-prev:hover {
  background: url(/images_static/wedding/wedding_slider_prev_03.png) 0 0 no-repeat;
  opacity: .7;
}

.wedding .p-asset01-slider .slick-prev img,
.wedding .p-asset01-slider .slick-next img,
.wedding .p-asset01-slider-02 .slick-prev img,
.wedding .p-asset01-slider-02 .slick-next img,
.wedding .p-asset03-slider .slick-prev img,
.wedding .p-asset03-slider .slick-next img,
.wedding .p-asset05-slider .slick-prev img,
.wedding .p-asset05-slider .slick-next img,
.wedding .slick-arrow-type01 .slick-prev img,
.wedding .slick-arrow-type01 .slick-next img {
  display: none;
}

.wedding .p-asset01-slider .slick-next,
.wedding .p-asset01-slider-02 .slick-next,
.wedding .p-asset03-slider .slick-next,
.wedding .p-asset05-slider .slick-next,
.wedding .slick-arrow-type01 .slick-next {
  background: url(/images_static/wedding/wedding_slider_next_03.png) 0 0 no-repeat;
}

.wedding .p-asset01-slider .slick-next:hover,
.wedding .p-asset01-slider-02 .slick-next:hover,
.wedding .p-asset03-slider .slick-next:hover,
.wedding .p-asset05-slider .slick-next:hover,
.wedding .slick-arrow-type01 .slick-next:hover {
  background: url(/images_static/wedding/wedding_slider_next_03.png) 0 0 no-repeat;
  opacity: .7;
}

.wedding .slick-dots li button:before {
  background-color: #C7BA7A !important;
}

.wedding .slick-dots li.slick-active button:before {
  background-color: #907A0F !important;
}

.wedding .p-asset05 .text {
  background-color: #907A0F;
}

.wedding .p-asset05 .slick-dots {
  bottom: -30px;
}

/* wedding header */

.wedding .header-fix {
  position: static !important;
}

.wedding-fix.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
}

/* wedding mv */

.wedding .mv {
  height: 570px;
  text-align: center;
}

.wedding .mv-bg img {
  height: 570px;
}

.wedding .mv-msg {
  top: 195px;
}

.wedding .mv-msg-logo img {
  display: inline-block;
  width: auto;
}

.wedding .mv-msg-text {
  font-size: 26px;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.wedding .mv .mv-link {
  bottom: 33px;
  width: 1260px;
}

.wedding .mv-nav {
  margin-top: -46px;
}

.wedding .mv-nav .slick-dots li button:before {
  background-color: rgba(230, 230, 230, .5) !important;
}

.wedding .mv-nav .slick-dots li.slick-active button:before {
  background-color: #E6E6E6 !important;
}

/* wedding-menu */

.wedding-menu {
  margin-bottom: 40px;
}

.wedding-menu .inner {
  margin: 0 auto;
  width: 1260px;
}

.wedding-menu .left {
  background: url(/images_static/wedding/wedding_menu_bg.png) 0 7px no-repeat;
  float: left;
  margin-top: 23px;
  min-height: 57px;
  padding-left: 22px;
  width: 863px;
}

.wedding-menu .right {
  float: right;
  width: 397px;
}

.wedding-menu .head {
  color: #7C6804;
  font-size: 14px;
}

.wedding-menu .menu {
  font-size: 12px;
}

.wedding-menu .menu ul {
  overflow: hidden;
  padding-top: 15px;
}

.wedding-menu .menu li {
  float: left;
  font-size: 14px;
  margin-right: 11px;
}

.wedding-menu .menu a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_01.png) 0 center no-repeat;
  padding-left: 8px;
  text-decoration: none;
}

.wedding-menu .menu .current span {
  border-bottom: 2px solid #888888;
  display: inline-block;
  padding-bottom: 2px;
}

.wedding-menu .menu a:hover span {
  border-bottom: 2px solid #888888;
  display: inline-block;
  padding-bottom: 2px;
}

.wedding-menu .right {
  background-color: #8D412E;
  font-size: 14px;
  height: 80px;
  padding: 12px 10px 0;
}

.wedding-menu .right > p {
  color: #fff;
  margin-bottom: 2px;
  text-align: center;
}

.wedding-menu .right li.tel,
.wedding-menu .right li.mail {
  float: left;
}

.wedding-menu .right li:first-child {
  margin-right: 2px;
}

.wedding-menu .right .wedding-fix > li > p.open:hover,
.wedding-menu .right .wedding-fix > li > a:hover{
  opacity: .7;
}

.wedding-menu .right li.tel .open > a,
.wedding-menu .right li.tel .open > span {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  text-decoration: none;
  width: 187px;
}

.wedding-menu .right li.tel .open {
  background: url(/images_static/wedding/wedding_icon_arrow_bottom_01.png) 92% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
}

.wedding-menu .right li.tel .open a:before,
.wedding-menu .right li.tel .open span:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 8px;
}

.wedding-menu .right .wedding-fix > li > a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_02.png) 94% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  text-decoration: none;
  width: 187px;
}

.wedding-menu .right li.mail a:before {
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 3px;
}

.sp-wedding-menu-head {
  display: none;
}

/* wedding-tel */

.wedding-tel {
  position: relative;
}

.wedding-tel-cont {
  box-shadow:0px 3px 4px 0px rgba(0,0,0,0.22);
  display: none;
  background-color: #F5EDF3;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  width: 742px;
}

.wedding-tel .close {
  cursor: pointer;
  display: none;
}

.wedding-tel.active .close {
  background: url(/images_static/common/modal_close_02.png) center center no-repeat #F2EED9;
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 187px;
}

.wedding-tel-cont .sp-reserve-head {
  text-align: center;
}

.wedding-tel-cont .sp-reserve-head h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
  padding-top: 15px;
}

.wedding-tel-cont .sp-reserve-head h2 span:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 23px;
  margin-right: 10px;
}

.wedding-tel-cont .sp-reserve-head h3 {
  border-bottom: 1px solid #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.375;
  margin: 0 20px 20px;
  padding-bottom: 5px;
}

.wedding-tel-cont .sp-reserve-head .lead {
  font-size: 16px;
  margin-bottom: 13px;
}

.wedding-tel-cont .sp-tel-info {
  background-color: #fff;
  color: #907A0F;
  margin: 0 20px 20px;
  padding: 20px 20px 15px;
  text-align: center;
}

.wedding-tel-cont .sp-tel {
  display: none;
}

.wedding-tel-cont .num {
  font-size: 34px;
  margin-bottom: 5px;
}

.wedding-tel-cont .num span:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 31px;
  margin-right: 10px;
}

.wedding-tel-cont .num img {
  margin-right: 10px;
}

.wedding-tel-cont .note {
  font-size: 16px;
  line-height: 1.6;
}

.wedding-tel-cont .note span {
  margin-right: 1em;
}

.wedding-tel-cont .navi {
  font-size: 18px;
}

.wedding-tel-cont .bottom {
  background-color: #585858;
  color: #fff;
}

.wedding-tel-cont .sp-reserve-bottom {
  background-color: #907A0F;
  color: #fff;
  font-size: 14px;
  line-height: 1.29;
  padding: 17px 16px 15px;
}

.wedding-tel-cont .sp-reserve-bottom a {
  color: #fff;
}

.wedding-tel-cont .sp-reserve-bottom .head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.wedding-tel-cont .sp-header-util ul {
  padding-top: 0;
}

.wedding-tel-cont .sp-header-util li:first-child {
  margin-right: 20px;
}

/* wedding p-tab */

.wedding .p-tab-head {
  margin: 0 auto;
  width: 1246px;
}

.wedding .p-tab-head li:first-child {
  margin-right: 6px;
}

.wedding .p-tab-head li {
  background-color: #907A0F;
  border-color: #907A0F;
  margin-left: 0;
  width: 620px;
}

.wedding .p-tab-head li.active {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.wedding .p-tab-head li.active a {
  color: #907A0F;
}

.wedding .p-tab-head li i {
  font-size: 18px;
  padding-right: 15px;
}

.wedding .p-tab-body {
  border-color: #907A0F;
  padding-top: 40px;
}

.wedding .p-tab-body .box {
  margin: 0 auto;
  width: 1246px;
}

/* wedding-instagram */

.wedding-instagram {
  margin: 0 auto 75px;
  width: 1238px;
}

.wedding-instagram .left {
  height: 630px;
  float: left;
  margin-right: 9px;
  width: 614px;
}

.wedding-instagram .logo {
  margin-bottom: 45px;
}

.wedding-instagram .logo img {
  width: auto;
}

.wedding-instagram h3 {
  font-family: 'Pinyon Script', cursive;
  font-size: 26px;
  margin-bottom: 30px;
}

.wedding-instagram h3 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 13px;
}

.wedding-instagram p {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.wedding-instagram p span {
  font-size: 14px;
}


.wedding-instagram .right {
  float: left;
  padding-top: 16px;
  width: 615px;
}

.wedding-instagram .right li {
  float: left;
  margin: 0 5px 5px 0;
  width: 201px;
}

.wedding-instagram .right li:nth-child(3n) {
  margin-right: 0;
}

.wedding-instagram .btn {
  padding: 16px 0;
  width: 300px;
}

.wedding-instagram .btn:after {
  content: '\f08e';
  font-family: FontAwesome;
  font-size: 13px;
  padding-left: 8px;
}

/* wedding brand-block */

.wedding .brand-block {
  padding-bottom: 45px;
}

.wedding .brand-inner {
  background-color: #F5EDF3;
  padding-bottom: 35px;
}

.wedding .brand-block h2 {
  padding-top: 37px;
}

.wedding .brand-block h3 {
  color: #7C6804;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.82;
  margin-bottom: 20px;
}

.wedding .brand-lead {
  font-size: 15px;
  line-height: 2;
}

.wedding .brand-img {
  float: left;
}

.wedding .brand-text .btn {
  width: 300px;
}

.wedding .brand-block .desc {
  clear: both;
  color: #6F6F6F;
  font-size: 14px;
  margin: 15px 0 0 45px;
  text-align: left;
}

.wedding .slick-dotted.brand-slider {
  margin-bottom: 15px;
}

.wedding .p-slider-type01 .slick-dots li.slick-active button:before {
  background-color: rgba(255,255,255,1) !important;
}

.wedding .p-slider-type01 .slick-dots li button:before {
  background-color: rgba(255,255,255,.4) !important;
}

/* wedding-reason */

.wedding-reason {
  background: url(/images_static/wedding/wedding_reason_bg.png) 0 100% repeat-x;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.wedding-reason .inner {
  background: url(/images_static/wedding/wedding_reason_bg_02.png) center 0 no-repeat,url(/images_static/wedding/wedding_reason_bg_02.png) center 100% no-repeat;
  padding-bottom: 50px;
}

.wedding-reason h2 {
  color: #7C6804;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 37px;
}

.wedding-reason h2 span {
  font-family: 'Pinyon Script', cursive;
  font-size: 20px;
  font-weight: normal;
}

.wedding-reason h2 span.num {
  font-size: 84px;
  font-weight: normal;
}

.wedding-reason .block {
  margin: 0 auto;
  overflow: hidden;
  width: 1247px;
}

.wedding-reason .box {
  background-color: #fff;
  float: left;
  height: 331px;
  margin-left: 5px;
  position: relative;
  text-align: center;
  width: 308px;
}

.wedding-reason .box p {
  font-size: 14px;
  line-height: 1.57;
  margin: 7px 0 13px;
}

.wedding-reason .box .num {
  color: #907A0F;
  font-family: 'Pinyon Script', cursive;
  font-size: 250px;
  line-height: 1;
  opacity: .03;
  position: absolute;
  bottom: -38px;
  right: 15px;
}

.wedding-reason .box:first-child {
  margin-left: 0;
}

.wedding-reason .btn {
  background: url(/images_static/wedding/wedding_icon_arrow_right_05.png) 96% center no-repeat #907A0F;
  font-size: 13px;
  line-height: 30px;
  padding: 0;
  position: relative;
  width: 157px;
  z-index: 1;
}

.wedding-reason .btn:hover {
  opacity: .7;
}

.wedding-reason .title {
  margin-top: -34px;
  text-align: center;
}

.wedding-reason .title img {
  display: inline-block;
  width: auto;
  position: relative;
}

/* wedding-party */

.wedding-party {
  margin-bottom: 27px;
}

.wedding-party .p-asset01 .box {
  box-shadow: none;
}

.wedding-party .p-asset01 .slick-dots {
  bottom: -7px;
}

.wedding-party-head {
  background: url(/images_static/wedding/wedding_party_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  height: 238px;
  margin-bottom: 55px;
  padding-top: 30px;
  text-align: center;
  width: 1260px;
}

.wedding-party .inner {
  margin: 0 auto;
  width: 1260px;
}

.wedding-party .bg {
  background: url(/images_static/wedding/wedding_party_bg_03.png) 0 100% repeat-x;
  padding-bottom: 40px;
}

.wedding-party-head h2 {
  font-family: 'Pinyon Script', cursive;
  font-size: 66px;
  margin-bottom: 15px;
}

.wedding-party-head h2:before {
  content: url(/images_static/wedding/wedding_party_bg_02.png);
  display: block;
  line-height: 0;
  margin-bottom: 10px;
}

.wedding-party-head p {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.wedding-party .btn {
  width: 300px;
}

/* wedding-search */

.wedding-search {
  margin-bottom: 35px;
}

.wedding-search .lead {
  margin-bottom: 30px;
}

.wedding-search .bnr {
  background: url(/images_static/wedding/wedding_search_bg.jpg) center center no-repeat;
  display: table;
  height: 240px;
  margin-bottom: 30px;
  text-align: center;
  width: 1246px;
}

.wedding-search .bnr a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_11.png) 97% center no-repeat;
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.wedding-search .bnr:hover {
  opacity: .7;
}

.wedding-search .center {
  font-size: 24px;
  margin: 20px 0;
}

.wedding-search .center i {
  padding-right: 10px;
}

.wedding-search .bottom {
  font-size: 18px;
}

.wedding-search .bg {
  background: url(/images_static/wedding/wedding_search_bg_02.png) 0 100% repeat-x;
  padding-bottom: 10px;
}

.wedding-search .p-asset01 .body {
  background: url(/images_static/wedding/wedding_icon_arrow_right_10.png) 97% center no-repeat;
}

.wedding-search .p-asset01 h3 {
  background: none;
  margin-bottom: 20px;
}

.wedding-search .p-asset01 h3 a {
  font-size: 16px;
}

/* wedding-concierge */

.wedding-concierge .lead {
  margin-bottom: 30px;
}

.wedding-concierge .block {
  margin: 0 auto 40px;
  overflow: hidden;
  width: 1242px;
}

.wedding-concierge .left {
  float: left;
  width: 613px;
}

.wedding-concierge .text {
  background-color: #F5EDF3;
  line-height: 1.3;
}

.wedding-concierge .text a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_10.png) 98% center no-repeat;
  display: block;
  font-size: 15px;
  padding: 16px;
  text-decoration: none;
}

.wedding-concierge .text a:hover {
  text-decoration: underline;
}

.wedding-concierge .right {
  float: right;
  width: 609px;
}

.wedding-concierge .cont {
  padding-left: 17px;
}

.wedding-concierge .tel {
  background-color: #F5EDF3;
  color: #7C6804;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.wedding-concierge .tel span {
  font-size: 30px;
}

.wedding-concierge .tel:before {
  content: '\f095';
  font-family: Fontawesome;
  font-size: 30px;
  padding-right: 11px;
  vertical-align: middle;
}

.wedding-concierge .mail {
  margin-bottom: 25px;
  text-align: center;
}

.wedding-concierge .mail a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_05.png) 97.5% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
  color: #fff;
  font-size: 22px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}

.wedding-concierge .mail a:hover {
  opacity: .7;
}

.wedding-concierge .mail a:before {
  content: '\f0e0';
  font-family: Fontawesome;
  font-size: 24px;
  padding-right: 11px;
}

.wedding-concierge .address {
  background: url(/images_static/wedding/wedding_line_01.png) 0 100% no-repeat;
  line-height: 1.625;
  margin-bottom: 25px;
  padding-bottom: 22px;
}

.wedding-concierge .h5-type01 {
  background-image: url(/images_static/wedding/wedding_h5_bg_01.png);
}

.wedding-concierge .hour li {
  background: url(/images_static/wedding/wedding_list_img_01.png) 0 center no-repeat;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* wedding-news */

.wedding-news {
  margin-bottom: 77px;
}

.wedding-news .btn {
  margin-top: 25px;
  width: 300px;
}

/* wedding-sns */

.wedding-sns {
  background: url(/images_static/wedding/wedding_line_01.png) 0 0 repeat-x;
  margin-bottom: 72px;
  padding-top: 38px;
}

.wedding-sns .block {
  overflow: hidden;
}

.wedding-sns .box {
  float: left;
  width: 612px;
}

.wedding-sns .box:first-child {
  margin-right: 22px;
}

/* wedding-bnr */

.wedding-bnr .inner {
  margin: 0 auto;
  width: 1186px;
}

.wedding-bnr .bnr-col3 {
  margin-bottom: 25px;
}

/* wedding-about */

.wedding-about {
  margin: 0 auto 40px;
  text-align: center;
  width: 1246px;
}

.wedding-about a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.wedding-about .box:hover {
  opacity: .7;
}

.wedding-about .half {
  margin-bottom: 5px;
  overflow: hidden;
}

.wedding-about .half .box {
  float: left;
  font-size: 13px;
}

.wedding-about .half .box a {
  box-sizing: border-box;
  height: 152px;
  padding-top: 52px;
  width: 620px;
}

.wedding-about .half .info {
  background: url(/images_static/wedding/wedding_about_arrow.png) 94% center no-repeat,
    url(/images_static/wedding/wedding_about_bg_01.jpg) center center no-repeat;
  margin-right: 6px;
}

.wedding-about .half .concept {
  background: url(/images_static/wedding/wedding_about_arrow.png) 94% center no-repeat,
    url(/images_static/wedding/wedding_about_bg_02.jpg) center center no-repeat;
}

.wedding-about .half span {
  display: block;
  font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  font-size: 25px;
  margin-top: 10px;
}

.wedding-about .full .box {
  background: url(/images_static/wedding/wedding_about_arrow.png) 96% center no-repeat,
    url(/images_static/wedding/wedding_about_bg_03.jpg) center center no-repeat;
}

.wedding-about .full .box a {
  box-sizing: border-box;
  height: 200px;
  padding-top: 70px;
  width: 1246px;
}

.wedding-about .full span {
  display: block;
  font-size: 27px;
  margin-top: 10px;
}

/* wedding-privilege */

.wedding-privilege {
  margin: 0 auto;
  text-align: center;
  width: 1246px;
}

.wedding-privilege .box {
  color: #fff;
  float: left;
  padding: 24px 0 0;
}

.wedding-privilege .box:hover {
  opacity: .7;
}

.wedding-privilege .box h3 {
  font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  font-size: 25px;
  margin-bottom: 23px;
}

.wedding-privilege .box h3:before {
  content: url(/images_static/wedding/wedding_privilege_head.png);
  display: block;
  margin-bottom: 15px;
}

.wedding-privilege .box p {
  font-size: 13px;
  line-height: 1.54;
  margin-bottom: 20px;
}

.wedding-privilege .gift {
  background: url(/images_static/wedding/wedding_privilege_bg_01.jpg) 0 0 no-repeat;
  height: 250px;
  margin-right: 6px;
  width: 620px;
}

.wedding-privilege .introduction {
  background: url(/images_static/wedding/wedding_privilege_bg_02.jpg) 0 0 no-repeat;
  height: 250px;
  width: 620px;
}

.wedding-privilege .btn {
  background: url(/images_static/wedding/wedding_icon_arrow_right_05.png) 98% center no-repeat;
  border: 1px solid #fff;
  font-size: 13px;
  padding: 5px 0;
  width: 200px;
}

.wedding-privilege .back .btn {
  background: url(/images_static/wedding/wedding_icon_arrow_left_01.png) 14px center no-repeat;
  border: 2px solid #907A0F;
  box-sizing: border-box;
  color: #907A0F;
  font-size: 14px;
  margin-top: 30px;
  padding: 15px 0 15px 53px;
  text-align: left;
  width: 367px;
}

.wedding-privilege .back .btn:hover {
  background: url(/images_static/wedding/wedding_icon_arrow_left_02.png) 14px center no-repeat #907A0F;
  color: #fff;
}

/* wedding-top */

.wedding-top .wedding-menu {
  margin-bottom: 48px;
}

.wedding-top .wedding-instagram {
  margin-bottom: 40px;
}

.wedding-top .wedding-privilege {
  margin-bottom: 20px;
}

/* wedding area */

.wedding.area .container {
  border-top: 5px solid #937E16;
}

.wedding.area .header {
  height: 173px;
}

.wedding.area .header-top {
  height: 135px;
}

.wedding.area .header-back {
  float: left;
  margin-top: 23px;
  width: 549px;
}

.wedding.area .header-back a {
  background: url(/images_static/wedding/wedding_icon_arrow_left_03.png) 0 0 no-repeat;
  display: block;
  font-size: 13px;
  padding-left: 35px;
  text-decoration: none;
}

.wedding.area .header-logo img {
  height: 90px;
  width: 145px;
}

.wedding.area .header-nav li,
.wedding.area .header-nav li.stay {
  position: static;
}

.wedding.area .header-nav ul {
  position: relative;
}

.wedding.area .header-nav li.stay .stay-menu {
  background-color: #9E8A2A;
  left: 0;
  top: 38px;
}

.wedding.area .header-nav li.stay .stay-menu .text {
  font-size: 16px;
}

.wedding.area .header-nav li.stay .stay-menu .box {
  box-shadow:0px 3px 2px 0px rgba(0,0,0,0.16);
}

.wedding.area .header-nav li.stay .stay-menu .title .btn-type03 {
  background: url(/images_static/wedding/wedding_icon_arrow_right_12.png) 98% center no-repeat #fff;
  font-size: 13px;
  font-weight: normal;
  margin-left: 26px;
  padding: 0;
  line-height: 35px;
  width: 200px;
}

.wedding.area .header-nav li.stay .stay-menu .title .btn-type03:hover {
  color: #7C6804;
}

.wedding.area .mv-msg {
  top: 163px;
}

.wedding.area .mv-msg-logo {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.wedding.area .mv-msg-logo span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.wedding.area .mv-msg-text {
  font-size: 15px;
  font-weight: 400;
  margin-top: 60px;
}

.wedding.area .mv-nav {
  margin-top: -80px;
}

.wedding.area .mv-msg-btn {
  margin-top: 80px;
}

.wedding.area .mv-msg-btn .btn-type03 {
  background: url(/images_static/wedding/wedding_icon_arrow_right_12.png) 96% center no-repeat #fff;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 13px;
  line-height: 35px;
  padding: 0;
  width: 200px;
}

.wedding.area .mv-msg-btn .btn-type03:hover {
  background: url(/images_static/wedding/wedding_icon_arrow_right_03.png) 96% center no-repeat #7C6804;
}

.wedding.area .wedding-menu {
  background-color: #F5EDF3;
}

.wedding.area .wedding-menu .inner {
  position: relative;
}

.wedding.area .wedding-menu .right {
  font-size: 13px;
  height: 70px;
  margin-top: -18px;
  padding: 15px 15px;
  position: absolute;
  width: auto;
  right: 0;
}

.wedding.area .wedding-menu .right .wedding-fix > li > a,
.wedding.area .wedding-menu .right .wedding-fix > li span {
  padding-left: 40px;
  width: 169px;
}

.wedding.area .wedding-menu .right .wedding-fix > li > a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_13.png) 94% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
}

.wedding.area .wedding-menu .right li.doc a:before {
  content: '\f02d';
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 8px;
}

.wedding.area .wedding-menu .right li.fair a:before {
  content: '\f024';
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 8px;
}

.wedding.area .wedding-menu .right .wedding-fix > li {
  float: left;
  margin-right: 2px;
}

.wedding.area .wedding-menu .right li:last-child {
  margin-right: 0;
}

.wedding.area .wedding-menu .left {
  height: 52px;
  margin-top: 0;
  min-height: 0;
  padding-top: 9px;
  width: 100%;
}

.wedding.area .wedding-menu .left .btn-type03 {
  background: url(/images_static/wedding/wedding_icon_arrow_right_12.png) 96% center no-repeat #fff;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  padding: 0;
  width: 200px;
}

.wedding.area .wedding-menu .left .btn-type03:hover {
  background: url(/images_static/wedding/wedding_icon_arrow_right_03.png) 96% center no-repeat #7C6804;
}

.wedding.area .wedding-menu .left li {
  display: inline-block;
  vertical-align: middle;
}

.wedding.area .wedding-menu .left .link {
  font-size: 15px;
  margin-right: 20px;
}

.wedding.area .wedding-menu .right li.tel-link a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_13.png) 97% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
  padding-left: 0;
  text-align: center;
  width: 344px;
}

.wedding.area .wedding-menu .right li.tel-link a:before {
    content: '\f27a';
    font-family: FontAwesome;
    font-size: 19px;
    padding-right: 8px;
}

.wedding.area .wedding-menu .right li.tel .open span:before,
.wedding.area .wedding-menu .right li.tel .open a:before{
  content: '\f27a';
}

.wedding.area .wedding-menu .left .link a:before {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  padding-right: 9px;
}

.wedding.area .wedding-menu .link a {
  text-decoration: none;
}

.wedding.area .wedding-menu .link a:hover {
  text-decoration: underline;
}

.wedding.area .wedding-menu .access a:before {
  content: '\f041';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 21px;
  padding-right: 9px;
  vertical-align: middle;
}

.wedding.area .wedding-tel.active .close {
  width: 169px;
}

.wedding.area .wedding-tel-cont .sp-reserve-head h2 span:before {
  content: '\f27a';
}

.wedding.area .wedding-tel-cont .wedding-contact-h3 {
  background-color: #fff;
  border: 0;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 20px 0;
}

.wedding.area .wedding-contact-bottom {
  overflow: hidden;
  padding: 0 20px 20px
}

.wedding.area .wedding-contact-bottom .box {
  float: left;
  width: 347px;
  text-align: center;
}

.wedding.area .wedding-contact-bottom .box:first-child {
  margin-right: 8px;
}

.wedding.area .wedding-contact-bottom h4 {
  border-bottom: 2px solid #222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 5px;
}

.wedding.area .wedding-contact-bottom .bg {
  background-color: #fff;
  color: #907A0F;
  padding: 20px 0;
}

.wedding.area .wedding-contact-bottom .bg {
  font-size: 34px;
}

.wedding.area .wedding-contact-bottom .bg .note {
  font-size: 16px;
}

.wedding.area .wedding-contact-bottom .bg .num:before {
  content: '\f095';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 31px;
  padding-right: 9px;
  vertical-align: top;
}

.wedding.area .wedding-contact-bottom .btn-type01 {
  background: url(/images_static/wedding/wedding_icon_arrow_right_05.png) 95% center no-repeat,linear-gradient(100deg, #C7BA7A, #907A0F);
  font-size: 20px;
  line-height: 78px;
  height: 78px;
  padding: 0;
  width: 100%;
}

.wedding.area .wedding-contact-bottom .btn-type01:before {
  content: '\f0e0';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 24px;
  padding-right: 9px;
  vertical-align: top;
}

.wedding.area .wedding-contact-bottom .link {
  border-bottom: 1px solid #888;
  margin: 10px auto 0;
  text-align: left;
  width: 150px;
}

.wedding.area .wedding-contact-bottom .link a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_09.png) 100% 5px no-repeat;
  display: block;
  font-size: 14px;
  padding: 0 0 5px 0;
  text-decoration: none;
}

.wedding.area .wedding-contact-bottom .link a:hover {
  text-decoration: none;
}

.wedding.area .wedding-tel-cont .sp-tel-info {
  margin-bottom: 30px;
}

.wedding.area .wedding-menu-share {
  background-color: #F6F6F6;
}

.wedding.area .wedding-menu-share .share-block {
  margin: 0;
  margin-left: auto;
  margin-right: 5px;
  padding: 20px 0;
}

/* wedding-info */

.wedding-info {
  margin-bottom: 70px;
}

.wedding-info .inner .left,
.wedding-info .inner .right {
  float: left;
  width: 613px;
}

.wedding-info .left {
  margin-right: 20px;
}

.wedding-info-fair iframe {
  height: 319px;
  width: 100%;
}

.wedding-info .p-asset04 .box {
  float: none;
}

.wedding-info .p-asset04 .box:last-child {
  margin-bottom: 0;
}

.wedding-info .p-asset04 {
  width: 100%;
}

.wedding-info .more {
  margin-top: 30px;
  text-align: center;
}

.wedding-info .more a {
  width: 300px;
}

.wedding-report-slider .slick-next {
  bottom: 12px !important;
  right: 248px;
}

.wedding-report-slider .slick-prev {
  bottom: 12px !important;
  left: 248px;
}

.wedding-report-slider .slick-dots {
  bottom: 10px !important;
}

.wedding-info .desc {
  color: #6F6F6F;
  font-size: 14px;
  margin-top: 17px;
}

.wedding-info-gallery .img {
  margin-top: -15px;
}

.wedding-info-02 {
  margin-bottom: 40px;
}

.wedding-info .p-asset01 {
  width: 432px;
}

.wedding-info .p-asset01 .box {
  margin-right: 0;
}

.wedding-info .slick-arrow-type01 .slick-dots {
  bottom: 10px !important;
}

.wedding-info .slider .more {
  margin-top: 0;
}

.wedding-plan .p-asset01 {
  width: 1186px;
}

.wedding-info .p-asset01 .hour {
  color: #6F6F6F;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}


/* wedding-charm */

.wedding-charm {
  margin-bottom: 37px;
}

.wedding-charm > div {
  overflow: hidden;
}

.wedding-charm .box {
  display: table;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.wedding-charm .box span {
  display: block;
  margin-bottom: 15px;
}

.wedding-charm .box a {
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.wedding-charm .box:hover {
  opacity: .7;
}

.wedding-charm .box a:after {
  content: url(/images_static/wedding/wedding_icon_arrow_right_11.png);
  display: inline-block;
  position: absolute;
  margin-top: -7px;
  top: 50%;
  right: 20px;
}

.wedding-charm .col2-block .box {
  float: left;
  font-size: 24px;
  height: 351px;
  width: 620px;
}

.wedding-charm .col2-block .box span {
  font-size: 16px;
}

.wedding-charm .col2-block .box:first-child {
  margin-right: 5px;
}

.wedding-charm .col4-block .box {
  float: left;
  font-size: 20px;
  height: 163px;
  margin-left: 5px;
  width: 307px;
}

.wedding-charm .col4-block .box span {
  font-size: 15px;
}

.wedding-charm .col4-block .box:first-child {
  margin-left: 0;
}

.wedding-charm .col1-block .box {
  font-size: 24px;
  height: 163px;
  width: 100%;
}

.wedding-charm .col1-block .box span {
  font-size: 16px;
}

.wedding-charm .box01 {
  background: url(/images_static/wedding/wedding_charm_img_01.jpg) center center no-repeat;
  background-size: cover;
}

.wedding-charm .box02 {
  background: url(/images_static/wedding/wedding_charm_img_02.jpg) center center no-repeat;
  background-size: cover;
}

.wedding-charm .box03 {
  background: url(/images_static/wedding/wedding_charm_img_03.jpg) center center no-repeat;
  background-size: cover;
}

.wedding-charm .box04 {
  background: url(/images_static/wedding/wedding_charm_img_04.jpg) center center no-repeat;
  background-size: cover;
}

.wedding-charm .box05 {
  background: url(/images_static/wedding/wedding_charm_img_05.jpg) center center no-repeat;
  background-size: cover;
}

.wedding-charm .box06 {
  background: url(/images_static/wedding/wedding_charm_img_06.jpg) center center no-repeat;
  background-size: cover;
}

.wedding-charm .box07 {
  background: url(/images_static/wedding/wedding_charm_img_07.jpg) center center no-repeat;
  background-size: cover;
}

.wedding-charm .bnr-slider-col3 {
  margin-top: 25px;
}

/* wedding-plan */

.wedding-plan {
  background: url(/images_static/wedding/wedding_plan_bg.png) 0 100% repeat-x;
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.wedding-plan .p-asset01 .slick-dots {
  bottom: -20px;
}

.wedding-plan .p-asset01.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.wedding-plan .btn {
  width: 300px;
}

/* wedding-gift */

.wedding-gift p {
  background: url(/images_static/wedding/wedding_gift_img_01.jpg) center center no-repeat;
  background-size: cover;
  display: table;
  height: 126px;
  text-align: center;
  width: 100%;
}

.wedding-gift p a {
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.wedding-gift {
  font-size: 27px;
  margin-bottom: 40px;
}

.wedding-gift span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

/* wedding-contact */

.wedding-contact {
  margin-bottom: 35px;
}

.wedding-contact .left {
  background-color: #F5EDF3;
  float: left;
  padding: 24px 19px 19px;
  width: 823px;
}

.wedding-contact .left ul {
  overflow: hidden;
}

.wedding-contact .left ul.link {
  margin-bottom: 27px;
}

.wedding-contact .left li {
  float: left;
  text-align: center;
}

.wedding-contact .left li:first-child {
  margin-right: 5px;
}

.wedding-contact .left .name {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.wedding-contact .left li a,
.wedding-contact .left li span.btn {
  background: url(/images_static/wedding/wedding_icon_arrow_right_05.png) 95.5% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 390px;
}

.wedding-contact .left li span.btn:hover {
  opacity: 1;
}

.wedding-contact .left li.tel a,
.wedding-contact .left li.tel span.btn {
  background: #fff;
  color: #7C6804;
  font-size: 24px;
}

.wedding-contact .left li.tel span.num {
  display: inline-block;
  vertical-align: middle;
}

.wedding-contact .left li.tel span.hour {
  color: #222;
  display: inline-block;
  font-family: '游ゴシック' , 'Yu Gothic' , 'YuGothic' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI' , sans-serif;
  font-size: 11px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-left: 5px;
  vertical-align: middle;
}

.wedding-contact .left li.doc a:before {
  content: '\f02d';
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 8px;
}

.wedding-contact .left li.fair a:before {
  content: '\f024';
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 8px;
}

.wedding-contact .left li.mail a:before {
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 8px;
}

.wedding-contact .left li.tel a:before,
.wedding-contact .left li.tel span.btn:before{
  content: '\f095';
  font-family: FontAwesome;
  font-size: 30px;
  padding-right: 8px;
  vertical-align: middle;
}

.wedding-contact .left .full li {
  width: 100%;
}

.wedding-contact .left .full .btn {
  background: url(/images_static/wedding/wedding_icon_arrow_right_05.png) 98% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
  width: 100%;
}

.wedding-contact .h4-type02 {
  margin-bottom: 10px;
}

.wedding-contact .right {
  float: right;
  width: 403px;
}

.wedding-contact .right h3 {
  font-size: 20px;
  padding-left: 12px;
}

.wedding-contact .right .text {
  line-height: 1.625;
  padding: 0 0 0 20px;
}

.wedding-contact .right .btn {
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 300px;
}

.wedding-contact .right .more {
  margin-top: 22px;
  text-align: center;
}

/* wedding-guidanse */

.wedding-guidanse {
  margin-bottom: 40px;
}

.wedding-guidanse .btn {
  width: 300px;
}

/* wedding-top area */

.wedding-top.area .wedding-bnr{
  margin-bottom: 33px;
}

.wedding-top.area .brand-block .brand-lead {
  line-height: 1.73;
  margin-bottom: 30px;
}

.wedding-top.area .brand-block h3 {
  margin-bottom: 15px;
}

.wedding-top.area .wedding-sns {
  background: none;
  margin-bottom: 40px;
  padding-top: 10px;
}

/* wedding-report */

.wedding-report .p-header {
  padding-bottom: 25px;
}

.wedding-report .p-header .img > img {
  height: 262px;
}

.wedding-report .p-header .text > img {
  width: auto;
}

.wedding-report .p-header .text {
  margin-top: -63px;
}

.wedding-report .h2-type03 {
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

.wedding-report .p-search-head {
  margin-bottom: 40px;
}

/* wedding-report-list */

.wedding-report-list {
  margin-bottom: 30px;
}

.wedding-report-list .p-asset02 {
  margin-bottom: 20px;
}

.wedding-report-list .p-asset02 .cat {
  position: static;
}

.wedding-report-list .num {
  border-bottom: 2px solid #907A0F;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.wedding-report-list .num span {
  font-size: 22px;
}

.wedding-report-list .cont {
  background-color: #F5EDF3;
  padding: 46px 40px 53px;
}

.wedding-report-list .p-asset02 .block {
  padding: 20px;
}

.wedding-report-list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.wedding-report-list .title a {
  text-decoration: underline;
}

.wedding-report-list .title a:hover {
  text-decoration: none;
}

.wedding-report-list .name {
  font-size: 14px;
  margin-bottom: 15px;
}

.wedding-report-list .name span {
  border: 1px solid #7C6804;
  color: #7C6804;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  margin-right: 10px;
  min-width: 85px;
  vertical-align: middle;
}

.wedding-report-list .date {
  color: #6F6F6F;
  font-size: 14px;
  margin-bottom: 15px;
}

.wedding-report-list .bottom {
  border-top: 1px solid #E6E6E6;
  padding-top: 14px;
}

.wedding-report-list .more {
  text-align: center;
}

.wedding-report-list .block .btn {
  width: 100%;
}

/****** ski *****/

/* ski parts */

.ski .ski-h2 {
  border-bottom: 1px solid #507BCC;
  color: #4164A6;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 3px;
  position: relative;
  text-align: center
}

.ski .ski-h2:before {
  bottom: -8px;
  content: url(/images_static/ski/ski_h2_bg_01.png);
  left: -16px;
  line-height: 0;
  position: absolute;
}

.ski .ski-h2:after {
  bottom: -8px;
  content: url(/images_static/ski/ski_h2_bg_01.png);
  line-height: 0;
  right: -16px;
  position: absolute;
}

.ski .ski-h2 span {
  color: #7895CC;
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.ski .ski-h2-type02 {
  font-size: 18px;
  padding-bottom: 8px;
}

.ski .ski-h2-type03 {
  border-color: #fff;
  color: #fff;
}

.ski .ski-h2-type03 span {
  color: #fff;
}

.ski .ski-h2-type03:before,
.ski .ski-h2-type03:after {
  content: url(/images_static/ski/ski_h2_bg_04.png);
}

.ski .h4-type02 {
  background-image: url(/images_static/ski/ski_h4_line_01.png);
}


/* ski parts slider */

.ski .p-slider-style01 .slick-prev img,
.ski .p-slider-style01 .slick-next img {
  display: none;
}

.ski .p-slider-style01 .slick-prev {
  background: url(/images_static/ski/ski_slider_prev_01.png) 0 0 no-repeat;
}

.ski .p-slider-style01 .slick-next {
  background: url(/images_static/ski/ski_slider_next_01.png) 0 0 no-repeat;
}

.ski .p-slider-style01 .slick-dots li button:before {
  background-color: #507BCC !important;
}

.ski .p-slider-style01 .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.ski .p-slider-style01 .slick-dots {
  bottom: 14px !important;
}

.ski .p-slider-style01 .slick-prev:hover,
.ski .p-slider-style01 .slick-next:hover {
  opacity: .7;
}

.ski .p-slider-style01 .slick-dots li button:before{
  opacity: .4;
}

/* ski parts btn */

.ski .btn {
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 300px;
}

.ski .btn-type03 {
  background: url(/images_static/ski/ski_icon_arrow_right_04.png) 97% center no-repeat;
  border-color: #507BCC;
  color: #4164A6;
  height: 46px;
  line-height: 46px;
}

.ski .btn-type03:hover {
  background: url(/images_static/ski/ski_icon_arrow_right_05.png) 97% center no-repeat #507BCC;
  border-color: #507BCC;
  color: #fff;
}

.ski .btn-type06 {
  background: url(/images_static/ski/ski_icon_arrow_right_04.png) 94% center no-repeat transparent;
  border: 2px solid #507BCC;
  color: #4164A6;
}

.ski .btn-type06:hover {
  border: 2px solid #507BCC;
  background-color: #507BCC;
}

.ski .btn-type06:before {
  background-image: url(/images_static/ski/ski_icon_pdf_01.png);
}

/*.ski .header-login-cont .btn {
  height: auto;
  line-height: 1.2;
  width: auto;
}*/

/* ski parts tab */

.ski .p-tab-head li {
  background-color: #507BCC;
  border-color: #507BCC;
  width: 620px;
}

.ski .p-tab-head li.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.ski .p-tab-body {
  border-color: #507BCC;
}

.ski .p-tab-head {
  margin: 0 auto;
  width: 1260px;
}

.ski .p-tab-head li.active a {
  color: #1F5499;
}

/* ski mv */

.ski .mv {
  height: 570px;
  margin-bottom: 30px;
  text-align: center;
}

.ski .mv-bg img {
  height: 570px;
}

.ski .mv-msg {
  top: 135px;
}

.ski .mv-msg-logo img {
  display: inline-block;
  width: auto;
}

.ski .mv-msg-text {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.ski .mv-msg-text .season {
  display: block;
  font-size: 46px;
  margin-bottom: 20px;
}

.ski .mv .mv-link {
  bottom: 30px;
}

.ski .mv-nav .slick-dots li button:before {
  background-color: rgba(230, 230, 230, .5) !important;
}

.ski .mv-nav .slick-dots li.slick-active button:before {
  background-color: #E6E6E6 !important;
}

.ski .mv-season {
  color: #fff;
  font-size: 15px;
  left: 0;
  margin: auto;
  right: 0;
  top: 20px;
  position: absolute;
  text-align: right;
  width: 1260px;
  z-index: 1;
}

.ski .mv-season a {
  background: url(/images_static/ski/ski_icon_arrow_right_01.png) 90% center no-repeat #87BF4B;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin-left: 15px;
  text-align: center;
  text-decoration: none;
  width: 110px;
}

.ski .mv-season a:hover {
  opacity: .7;
}

.ski .mv-nav {
  margin-top: -45px;
}

/* ski-news */

.ski-news {
  margin-bottom: 24px;
}

.ski-news .p-slider-style01 li {
  margin-bottom: 0;
}

.ski-news .p-asset04 .cat li {
  background-color: #222;
  font-size: 11px;
}

.ski-news .more {
  margin-top: 20px;
  text-align: center;
}

.ski-news-list {
  margin-bottom: 40px;
}

/* ski-recommended */

.ski-recommended {
  background-color: #F1F4FA;
  padding: 40px 0;
}

.ski-recommended .p-asset01 h3 span {
  color: #6F6F6F;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.ski-recommended .p-asset01 p {
  margin-bottom: 0;
}

/* ski-features */

.ski-features {
  background: url(/images_static/ski/ski_features_bg.png) 0 100% repeat-x;
  margin-bottom: 34px;
  padding-bottom: 40px;
}

.ski-features .head {
  background: url(/images_static/ski/ski_features_h2.jpg) center center no-repeat;
  background-size: cover;
  height: 238px;
  margin: 0 auto 40px;
  text-align: center;
  width: 1260px;
}

.ski-features .head h2 {
  background: url(/images_static/ski/ski_features_h2_line.png) center 100% no-repeat;
  border: 0;
  color: #4164A6;
  padding: 45px 0 20px;
}

.ski-features .head h2 span {
  color: #7895CC;
  margin-bottom: 5px;
}

.ski-features .head h2 span.num {
  color: #4164A6;
  display: inline;
  font-size: 84px;
  font-family: 'Century Gothic',sans-serif;
  line-height: 0.9;
  vertical-align: bottom;
}

.ski-features .head h2 span.big {
  color: #4164A6;
  display: inline-block;
  font-family: '游ゴシック' , 'Yu Gothic' , 'YuGothic' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI' , sans-serif;
  font-size: 33px;
  letter-spacing: 0.075em;
  padding-bottom: 5px;
  padding-left: 5px;
}

.ski-features .block {
  overflow: hidden;
}

.ski-features .box {
  display: table;
  float: left;
  height: 350px;
  margin-bottom: 5px;
  text-align: center;
  width: 620px;
}

.ski-features .box > a {
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.ski-features .box:nth-child(2n) {
  margin-left: 5px;
}

.ski-features .box h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}

.ski-features .box h3 span {
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

.ski-features .box .text {
  font-size: 13px;
  line-height: 1.54;
  margin-bottom: 20px;
}

.ski-features .block .btn {
  background: url(/images_static/ski/ski_icon_arrow_right_02.png) 96% center no-repeat;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  width: 200px;
}

.ski-features .block .box:hover {
  opacity: .7;
}

.ski-features .box01 {
  background: url(/images_static/ski/ski_features_img_02.jpg) 0 0 no-repeat;
}

.ski-features .box02 {
  background: url(/images_static/ski/ski_features_img_03.jpg) 0 0 no-repeat;
}

.ski-features .box03 {
  background: url(/images_static/ski/ski_features_img_04.jpg) 0 0 no-repeat;
}

.ski-features .box04 {
  background: url(/images_static/ski/ski_features_img_05.jpg) 0 0 no-repeat;
}

.ski-features .more {
  margin-top: 20px;
  text-align: center;
}

/* ski-search */

.ski-search .block {
  background-color: #F1F4FA;
  margin: 40px auto 0;
  padding: 40px 28px 20px;
  width: 1246px;
}

.ski-search .cont {
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  float: left;
  margin-bottom: 20px;
  padding: 20px;
  width: 580px;
}

.ski-search .cont:nth-child(2n) {
  margin-left: 20px;
}

.ski-search .p-slider-type01 .slick-slide:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #545454 100%);
  height: 13.15%;
}

.ski-search .p-slider-type01 .slick-prev {
  left: 203px;
}

.ski-search .p-slider-type01 .slick-next {
  right: 203px;
}

.ski-search .p-slider-type01 .slick-dots li button:before {
  height: 6px;
  width: 6px;
}

.ski-search .slick-dots li {
  margin: 0 5px;
}

.ski-search .bottom h3 {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 100% center no-repeat;
  font-size: 20px;
  margin: 22px 0;
}

.ski-search .bottom h3 a {
  display: block;
  text-decoration: none;
}

.ski-search .bottom table img {
  width: auto;
}

.ski-search .bottom table {
  background-color: #F3F3F3;
  table-layout: fixed;
  width: 100%;
}

.ski-search .bottom table td {
  text-align: center;
  width: 20%;
}

.ski-search .bottom table tr.icon td {
  padding: 16px 0 8px;
}

.ski-search .bottom table tr.title td {
  font-size: 14px;
  padding-bottom: 7px;
}

.ski-search .bottom table tr.data td {
  color: #1F5499;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 13px;
}

.ski-search .refine-map {
  margin-top: 40px;
}

.ski-search .refine-map-head {
  background-color: #507BCC;
  height: 74px;
  padding-top: 23px;
  text-align: center;
}

.ski-search .refine-map-body .info {
  border-color: #507BCC;
  height: 574px;
}

.ski-search .refine-map-body {
  border-color: #507BCC;
  height: 576px;
}

.ski-search .refine-map-head h3 {
  display: inline-block;
  font-size: 16px;
  margin-right: 50px;
  width: auto;
}

.ski-search #Map {
  height: 572px;
}

.ski-search .refine-map-form {
  display: inline-block;
}

.ski-search .refine-map h4 {
  margin: 10px 0 15px;
}

.ski-search .refine-map .address {
  font-size: 14px;
}

.ski-search .refine-map .lead {
  margin: 8px 0 15px;
}

.ski-search .refine-map .bottom table {
  background-color: #fff;
}

.ski-search .refine-map .bottom table img {
  width: 30px;
}

.ski-search .refine-map .close img {
  width: auto;
}

.ski-search .refine-map .close {
  margin-bottom: 16px;
  text-align: right;
}


/* ski-region */

.ski-region {
  margin-bottom: 40px;
}

.ski-region h2 {
  font-size: 18px;
}

.ski-region .body p {
  padding-right: 30px;
}

.ski-region .body span {
  display: block;
  font-size: 12px;
}

/* ski-bnr */

.ski-bnr {
  border-top: 2px solid #7895CC;
  margin-bottom: 26px;
  padding-top: 30px;
}

.ski-bnr .bg {
  background-color: #F1F4FA;
  padding: 40px 0;
}

.ski-bnr .inner {
  margin: 0 auto;
  width: 1191px;
}

/* ski-privilege */

.ski-privilege {
  margin-bottom: 40px;
}

.ski-privilege .block {
  overflow: hidden;
}

.ski-privilege .box {
  display: table;
  float: left;
  height: 328px;
  margin-bottom: 0;
  width: 620px;
  text-align: center;
}

.ski-privilege .box a {
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.ski-privilege .box:first-child {
  margin-right: 5px;
}

.ski-privilege .box01 {
  background: url(/images_static/ski/ski_privilege_img_01.jpg) center center no-repeat;
  background-size: cover;
}

.ski-privilege .box02 {
  background: url(/images_static/ski/ski_privilege_img_02.jpg) center center no-repeat;
  background-size: cover;
}

.ski-privilege .box h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.ski-privilege .box h3 span {
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
}

.ski-privilege .box .text {
  font-size: 13px;
  line-height: 1.54;
  margin: 5px 0 20px;
}

.ski-privilege .box:hover {
  opacity: .7;
}

.ski-privilege .block .btn {
  background: url(/images_static/ski/ski_icon_arrow_right_02.png) 96% center no-repeat;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  width: 200px;
}

.ski-privilege .box img {
  width: auto;
}

/* ski-sns */

.ski-sns {
  background: url(/images_static/ski/ski_line_01.png) 0 0 repeat-x;
  margin-bottom: 40px;
  padding-top: 30px;
}

.ski-sns-blog .block {
  background: url(/images_static/ski/ski_sns_blog_bg_02.png) center center no-repeat,url(/images_static/ski/ski_sns_blog_bg.jpg) center center no-repeat;
  background-size: auto, cover;
  display: table;
  height: 126px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 1246px;
}

.ski-sns-blog .block a {
  background: url(/images_static/ski/ski_icon_arrow_right_07.png) 97% center no-repeat;
  color: #fff;
  display: table-cell;
  padding-top: 30px;
  text-decoration: none;
}

.ski-sns-blog .block:hover {
  opacity: .7;
}

.ski-sns-blog p {
  display: inline-block;
  font-size: 27px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.ski-sns-blog p span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.ski-sns .block {
  overflow: hidden;
}

.ski-sns .box {
  float: left;
  width: 613px;
}

.ski-sns .box:first-child {
  margin-right: 20px;
  padding-top: 13px;
}

/* ski-line */

.ski-line {
  margin-bottom: 40px;
}

.ski-line .logo {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.ski-line p {
  display: inline-block;
  font-size: 27px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.ski-line p span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.ski-line .logo img {
  width: auto;
}

.ski-line .block {
  background: url(/images_static/ski/ski_line_bg.jpg) center center no-repeat;
  background-size: cover;
  display: table;
  height: 126px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 1246px;
}

.ski-line .block a {
  background: url(/images_static/ski/ski_icon_arrow_right_07.png) 97% center no-repeat;
  color: #fff;
  display: table-cell;
  padding-top: 30px;
  text-decoration: none;
}

.ski-line .block:hover {
  opacity: .7;
}

/* ski-supported */

.ski-supported {
  background-color: #F1F4FA;
  padding: 40px 0;
}

.ski-supported .inner {
  width: 1187px;
}

/* ski-link */

.ski-link {
  text-align: center;
  padding: 30px 0 0;
}

.ski-link ul {
  display: inline;
}

.ski-link li {
  display: inline-block;
  font-size: 13px;
}

.ski-link li:first-child {
  margin-right: 20px;
}

.ski-link li a {
  text-decoration: none;
}

.ski-link li a:hover {
  text-decoration: underline;
}

.ski-link li a:before {
  content: url(/images_static/ski/ski_icon_arrow_right_08.png);
  padding-right: 5px;
}

.ski-link li a.pdf:after {
  background: url(/images_static/common/icon_pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
  content: "";
  display: inline-block;
  height: 13px;
  vertical-align: top;
  width: 24px;
  margin-left: 5px;
}

/* ski-switch */

.ski-switch {
  background-color: #222;
  border-bottom: 1px solid #6f6f6f;
  padding: 20px;
  text-align: center;
}

.ski-switch p {
  color: #fff;
  font-size: 15px;
}

.ski-switch p a {
  background: url(/images_static/ski/ski_icon_arrow_right_01.png) 90% center no-repeat #87BF4B;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin-left: 15px;
  text-align: center;
  text-decoration: none;
  width: 110px;
}

.ski-switch p a:hover {
  opacity: .7;
}

/****** ski-summer ******/

/* ski-summer parts */

.ski-summer .p-slider-style01 .slick-prev {
  background: url(/images_static/ski/ski_slider_prev_02.png) 0 0 no-repeat;
}

.ski-summer .p-slider-style01 .slick-next {
  background: url(/images_static/ski/ski_slider_next_02.png) 0 0 no-repeat;
}

.ski-summer .p-slider-style01 .slick-dots li button:before {
  background-color: #7FBF34 !important;
}

.ski-summer .ski-h2 {
  border-bottom: 1px solid #7FBF34;
  color: #4C731F;
  padding-bottom: 8px;
}

.ski-summer .ski-h2 span {
  color: #94BD68;
}

.ski-summer .ski-h2:before {
  bottom: -5px;
  content: url(/images_static/ski/ski_h2_bg_02.png);
  left: -21px;
  line-height: 0;
  position: absolute;
}

.ski-summer .ski-h2:after {
  bottom: -5px;
  content: url(/images_static/ski/ski_h2_bg_03.png);
  line-height: 0;
  right: -21px;
  position: absolute;
}

/* ski-summer parts btn */

.ski-summer .btn-type03 {
  background-image: url(/images_static/ski/ski_icon_arrow_right_12.png);
  border-color: #7FBF34;
  color: #4C731F;
}

.ski-summer .btn-type03:hover {
  background: url(/images_static/ski/ski_icon_arrow_right_05.png) 97% center no-repeat #7FBF34;
  border-color: #7FBF34;
}

.ski a.btn-type05 {
  border-color: #507BCC;
  color: #1F5499;
}

.ski a.btn-type05:hover {
  background-color: #507BCC;
  color: #fff;
}

.ski a.btn-type05:after {
  color: #507BCC;
  top: 0;
}

.ski a.btn-type05:hover:after {
  color: #fff;
}

/* ski-summer parts tab */

.ski-summer .p-tab-head li {
  background-color: #87BF4B;
  border-color: #87BF4B;
  width: 620px;
}

.ski-summer .p-tab-head li.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.ski-summer .p-tab-body {
  border-color: #87BF4B;
}

.ski-summer .p-tab-head {
  margin: 0 auto;
  width: 1260px;
}

.ski-summer .p-tab-head li.active a {
  color: #4C731F;
}

/* ski-summer mv */

.ski-summer .mv-season a {
  background-color: #507BCC;
}

/* ski-summer ski-recommended */

.ski-summer .ski-recommended {
  background-color: #F1F6EC;
  margin-bottom: 40px;
}

/* ski-activity */

.ski-activity .col1-block,
.ski-activity .col2-block {
  margin: 0 auto;
  overflow: hidden;
  width: 1206px
}

.ski-activity .box {
  display: table;
  float: left;
  font-size: 25px;
  height: 350px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-align: center;
}

.ski-activity .box:hover {
  opacity: .7;
}

.ski-activity .box a {
  background: url(/images_static/ski/ski_icon_arrow_right_11.png) 98% center no-repeat;
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.ski-activity .col2-block .box a {
  background-position: 96% center;
}

.ski-activity .box span {
  display: block;
  font-size: 13px;
  margin-bottom: 13px;
}

.ski-activity .col1-block .box {
  width: 100%;
}

.ski-activity .col2-block .box {
  width: 600px;
}

.ski-activity .col2-block .box:nth-child(2n) {
  margin-left: 5px;
}

.ski-activity .box01 {
  background: url(/images_static/ski/ski_activity_img_01.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box02 {
  background: url(/images_static/ski/ski_activity_img_02.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box03 {
  background: url(/images_static/ski/ski_activity_img_03.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box04 {
  background: url(/images_static/ski/ski_activity_img_04.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box05 {
  background: url(/images_static/ski/ski_activity_img_05.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box06 {
  background: url(/images_static/ski/ski_activity_img_06.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box07 {
  background: url(/images_static/ski/ski_activity_img_07.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box08 {
  background: url(/images_static/ski/ski_activity_img_08.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box09 {
  background: url(/images_static/ski/ski_activity_img_09.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box10 {
  background: url(/images_static/ski/ski_activity_img_10.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity .box11 {
  background: url(/images_static/ski/ski_activity_img_11.jpg) center center no-repeat;
  background-size: cover;
}

.ski-activity-cont {
  background-color: #fff;
  margin: 40px auto;
  padding: 34px 34px 50px;
  position: relative;
  width: 1207px;
}

.ski-activity-cont .ski-h2 span {
  color: #4C731F;
  font-size: 15px;
}

.ski-activity-cont h3 {
  border-bottom: 1px solid #222;
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  text-align: left;
}

.ski-activity-cont h4 {
  font-size: 19px;
  margin-bottom: 5px;
}

.ski-activity-cont p {
  font-size: 15px;
}

.ski-activity-cont .name {
  margin-bottom: 15px;
}

.ski-activity-cont .wrap {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 98% center no-repeat #f6f6f6;
  overflow: hidden;
  padding: 20px;
}

.ski-activity-cont .box {
  float: left;
  margin-bottom: 15px;
  text-align: left;
  width: 556px;
}

.ski-activity-cont .box:nth-child(2n) {
  margin-left: 10px;
}

.ski-activity-cont .block {
  margin-bottom: 15px;
  overflow: hidden;
}

.ski-activity-cont .img {
  float: left;
  margin-right: 15px;
  width: 230px;
}

.ski-activity-cont .text {
  float: left;
  width: 263px;
}

.ski-activity-cont .desc {
  line-height: 1.73;
}

.ski-activity-cont .mfp-close {
  background: url(/images_static/ski/ski_close_01.png) 0 0 no-repeat;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  padding: 0;
  right: 10px;
  top: 10px !important;
  width: 20px;
}

.ski-activity-cont .close-bottom {
  background-color: #E6E6E6;
  height: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}

.ski-activity-cont .close-bottom .mfp-close {
  background: url(/images_static/ski/ski_close_02.png) center center no-repeat;
  height: 40px;
  position: static;
  text-align: center;
  width: 100%;
}

/* ski-summer ski-region */

.ski-summer .ski-region .region-block {
  padding-bottom: 0;
}

.ski-summer .ski-region .p-asset03 .box {
  float: left;
}

/* ski-summer ski-search */

.ski-summer .ski-search {
  margin-bottom: 40px;
}

.ski-summer .ski-search .block {
  background-color: #F1F6EC;
}

.ski-summer .ski-search .refine-map-head {
  background-color: #87BF4B;
  text-align: center;
}

.ski-summer .ski-search .refine-map-body .info {
  border-color: #87BF4B;
  padding-top: 15px;
}

.ski-summer .ski-search .refine-map-body {
  border-color: #87BF4B;
}

.ski-summer .ski-search .refine-map .close {
  margin-bottom: 13px;
}

.ski-summer .ski-search .cont {
  padding-bottom: 0;
}

/* ski-summer ski-bnr */

.ski-summer .ski-bnr {
  border-color: #87BF4B;
}

.ski-summer .ski-bnr .bg {
  background-color: #F1F6EC;
}

/* ski-summer ski-sns */

.ski-summer .ski-sns {
  background-image: url(/images_static/ski/ski_line_02.png);
}

.ski-summer .ski-sns-blog .block {
  background: url(/images_static/ski/ski_sns_blog_bg_03.png) center center no-repeat,url(/images_static/ski/ski_sns_blog_bg.jpg) center center no-repeat;
  background-size: auto, cover;
}

/* ski-summer ski-supported */

.ski-summer .ski-supported {
  background-color: #F1F6EC;
}

/* ski-summer ski-weitch */

.ski-summer .ski-switch p a {
  background-color: #507BCC;
}

/****** ski area ******/

/* ski area common */

.ski.area .header {
  height: 174px;
}

.ski.area .header-top {
  height: 107px;
}

.ski.area .header-logo {
  padding-top: 35px;
}

.ski.area .header-logo img {
  width: 120px;
}

/* ski area mv */

.ski.area .container {
  border-top: 3px solid #507BCC;
}

.ski.area .mv {
  margin-bottom: 0;
}

.ski.area .mv-msg-logo {
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.ski.area .mv-msg {
  top: 113px;
}

.ski.area .mv .mv-link {
  bottom: 167px;
}

.ski.area .mv-nav {
  margin-top: -185px;
}

.ski.area .mv-info {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.ski.area .mv-info .notice {
  background-color: rgba(31, 84, 153, .7);
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.ski.area .mv-info .term {
  padding: 15px 0 43px;
}

.ski.area .mv-info .term p {
  background: url(/images_static/ski/ski_area_mv_info_bg_01.png) 0 0 no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 31px;
  line-height: 31px;
  margin-right: 13px;
  vertical-align: middle;
  width: 104px;
}

.ski.area .mv-info .term dl {
  display: inline-block;
  vertical-align: middle;
}

.ski.area .mv-info .term dt {
  background-color: #fff;
  color: #1F5499;
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  padding: 3px 10px;
  vertical-align: middle;
}

.ski.area .mv-info .term dd {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  vertical-align: middle;
}

/* ski-entry */

.ski-entry {
  margin-top: -27px;
  position: relative;
}

.ski-entry .head {
  background-color: #7895CC;
  color: #fff;
  font-size: 14px;
  padding: 13px 30px;
}

.ski-entry .head a {
  color: #fff;
}

.ski-entry .body {
  background-color: #F1F4FA;
  margin-bottom: 15px;
  padding: 13px 15px;
}

.ski-entry .body li {
  float: left;
  text-align: center;
}

.ski-entry .body li > a {
  background: url(/images_static/ski/ski_icon_arrow_right_02.png) 99% center no-repeat #294C8D;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: 801px;
}

.ski-entry .body li.reserve > a {
  background: url(/images_static/ski/ski_icon_arrow_right_02.png) 98% center no-repeat #294C8D;
  margin-left: 10px;
  width: 405px;
}

.ski-entry .body li > a:hover {
  opacity: .7;
}

.ski-entry .body li.lift > a:before {
  content: url(/images_static/ski/ski_icon_lift_01.png);
  display: inline-block;
  line-height: 0;
  padding-right: 5px;
  vertical-align: middle;
}

.ski-entry .body li.lift.full {
  float: none;
  width: 100%;
}

.ski-entry .body li.lift.full a {
  width: 100%;
}

.ski-entry .body li.reserve > a:before {
  content: '\f236';
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.ski-entry-share {
  margin-bottom: 30px;
}

.ski-entry-share .inner {
  background-color: #F6F6F6;
  margin: 0 auto;
  width: 1260px;
}

.ski-entry-share .share-block {
  margin: 0;
  margin-left: auto;
  margin-right: 10px;
  padding: 20px 0;
}

/* ski-entry-popup */

.ski-entry-popup {
  display: none;
}

#ski-entry-popup {
  margin: 56px auto 0;
  padding: 15px 0 0 0;
  width: 746px;
}

#ski-entry-popup .reserve-body-input {
  float: none;
}

#ski-entry-popup .reserve-body-input .top > div > span {
  margin-right: 10px;
}

#ski-entry-popup .reserve-body-input .wrap {
  float: none;
  width: 100%;
}

#ski-entry-popup .reserve-body-input h2 {
  float: none;
  font-weight: bold;
  margin: 0 0 12px;
  text-align: center;
}

#ski-entry-popup .reserve-body-input .note {
  text-align: center;
}

#ski-entry-popup .reserve-body-input .date {
  margin-left: 90px;
}

#ski-entry-popup .reserve-body-input .person-num {
  margin-left: 173px;
}

#ski-entry-popup .reserve-body-input .top > div {
  margin-bottom: 9px;
}

#ski-entry-popup .reserve-body-input .place {
  margin-left: 186px;
}

#ski-entry-popup .reserve-body-submit {
  float: none;
  margin-bottom: 10px;
  text-align: center;
}

#ski-entry-popup .sp-header-util li {
  text-align: left;
}

#ski-entry-popup .reserve-body-submit button {
  margin-top: 10px;
  width: 260px;
}

#ski-entry-popup .sp-reserve-bottom .sp-header-util {
  display: inline-block;
}

#ski-entry-popup .sp-reserve-bottom .sp-header-util li {
  margin-right: 20px;
}

#ski-entry-popup .sp-reserve-bottom {
  text-align: center;
}

#ski-entry-popup .sp-reserve-bottom a {
  background: url(/images_static/ski/ski_icon_arrow_right_17.png) 100% 5px no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 0 5px 0;
  text-decoration: none;
}

#ski-entry-popup .sp-reserve-bottom {
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 40px;
}

#ski-entry-popup .sp-reserve-bottom a {
  color: #222;
}

#ski-entry-popup .reserve-body-input .place select {
  width: 336px;
}

#ski-entry-popup .mfp-close-bottom .mfp-close {
  color: #222;
}

#ski-entry-popup .mfp-close-bottom {
  background-color: #D4DEF2;
}


/* ski area header-fix */

.ski.area .header-fix.fixed {
  width: auto;
  margin-left: 0;
  left: auto !important;
  right: 50px;
}

.ski.area .header-tel {
  margin-right: 5px;
  width: 170px;
}

.ski.area .header-tel p.open:before {
  margin-right: 4px;
  position: static;
  vertical-align: middle;
}

.ski.area .header-tel > p {
  background: url(/images_static/common/icon_arrow_bottom_01.png) 93.52% center no-repeat #294C8D;
  color: #fff;
  padding-left: 0;
  text-align: center;
}

.ski.area .header-lift {
  color: #fff;
  display: table;
  float: left;
  margin-right: 5px;
  position: relative;
  table-layout: fixed;
  width: 170px;
}

.ski.area .header-lift > p {
  background: url(/images_static/ski/ski_icon_arrow_right_16.png) 95% center no-repeat #294C8D;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding-left: 22px;
  vertical-align: middle;
}

.ski.area .header-lift > p:hover {
  opacity: .7;
}

.ski.area .header-lift > p > a {
  background: url(/images_static/ski/ski_icon_lift_01.png) 0 center no-repeat;
  color: #fff;
  display: block;
  padding-left: 25px;
  text-decoration: none;
}

.ski.area .header-reserve {
  width: 170px;
}

.ski.area .header-reserve > p {
  background-color: #294C8D;
}

.ski.area .header-tel.active .close,
.ski.area .header-reserve.active .close {
  background: url(/images_static/common/modal_close_02.png) center center no-repeat #D4DEF2;
  width: 170px;
}

.ski.area .sp-reserve-head .hotel-tel {
  background-color: #fff;
  color: #1F5499;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.ski.area .header-tel-cont {
  padding-top: 0;
}

.ski.area .sp-tel-block {
  background-color: #F1F4FA;
  padding-bottom: 30px;
}

.ski.area .sp-reserve-head {
  margin-bottom: 0;
  padding-top: 20px;
}

.ski.area .sp-reserve-head h3 {
  border-bottom: 1px solid #222;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 20px;
  padding-bottom: 10px;
}

.ski.area .sp-reserve-head .num {
  border-color: #B9B9B9;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.ski.area .sp-reserve-head .name {
  color: #000;
}

.ski.area .sp-reserve-head .note {
  margin-bottom: 0;
}

.ski.area .header-tel-cont .sp-reserve-bottom {
  background-color: #F1F4FA;
}

.ski.area .header-tel-cont .sp-reserve-bottom .sp-header-util {
  background-color: transparent;
}

.ski.area .header-tel-cont .sp-reserve-bottom a {
  background-image: url(/images_static/ski/ski_icon_arrow_right_17.png);
  color: #222;
  text-align: left;
}

.ski.area .sp-reserve-bottom .sp-header-util li {
  border-color: #888888;
  width: 150px;
}

.ski.area .sp-reserve-bottom .sp-header-util li a {
  padding-right: 0;
  width: 150px;
}

.ski.area .header-tel-cont .sp-reserve-bottom {
  padding: 17px 0 36px;
}

.ski.area .sp-reserve-bottom .sp-header-util {
  padding: 0;
}

.ski.area .header-tel-cont .member-cont .sp-reserve-head {
  padding-top: 0;
}

.ski.area .header-tel-cont .member-cont {
  margin-bottom: 0;
}

.ski.area .header-tel-cont .member-cont .sp-reserve-head h3 {
  margin-left: 0;
  margin-right: 0;
}

.ski.area .header-tel-cont .member-cont .sp-tel-info {
  margin-bottom: 0;
}

.ski.area .reserve-body.sp-modal {
  background-color: #F1F4FA;
}

.ski.area .reserve-body.sp-modal h3 {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px 15px;
  padding: 10px 0;
  text-align: center;
}

.ski.area .reserve-body.sp-modal .reserve-body-input .note {
  margin-bottom: 20px;
}

.ski.area .header-reserve-cont .reserve-body-input .place {
  margin-left: 186px;
}

.ski.area .header-reserve-cont .reserve-body-input .place select {
  height: 34px;
  width: 336px;
}

.ski.area .header-reserve-cont .reserve-body-input .person-num {
  margin-left: 172px;
}

.ski.area .header-reserve-cont .reserve-body-input .num span {
  margin-right: 0;
}

.ski.area .header-reserve-cont .datepicker {
  height: 34px;
}

.ski.area .header-reserve-cont .reserve-body-input .date {
  margin-left: 90px;
}

.ski.area .header-reserve-cont .reserve-body-submit {
  margin-bottom: 10px;
}

.ski.area .reserve-body-submit button {
  background-color: #294C8D;
}

.ski.area .reserve-body-submit button:hover {
  opacity: .7;
}

.ski.area .header-reserve-cont .sp-reserve-bottom {
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.ski.area .header-reserve-cont .sp-reserve-bottom a {
  color: #222;
}

.ski.area .header-reserve-cont .sp-header-util li {
  text-align: left;
}

.ski.area .header-reserve-cont .sp-reserve-bottom .link {
  border-color: #888888;
  text-align: left;
  width: 154px;
}

.ski.area .header-reserve-cont .sp-reserve-bottom .link a {
  padding-right: 0;
}


.ski.area .header-reserve-cont .sp-reserve-bottom a {
  background-image: url(/images_static/ski/ski_icon_arrow_right_17.png);
}

.ski.area .reserve-body.sp-modal .hotel-tel {
  text-align: center;
}

.ski.area .reserve-body.sp-modal .hotel-tel h4 {
  border-bottom: 1px solid #222;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 20px;
  padding-bottom: 10px;
}

.ski.area .reserve-body.sp-modal .hotel-tel .num:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 31px;
  margin-right: 10px;
}

.ski.area .reserve-body.sp-modal .hotel-tel .num {
  color: #1F5499;
  font-size: 34px;
  font-weight: normal;
}

.ski.area .reserve-body.sp-modal .hotel-tel .sp-tel {
  display: none;
}

.ski.area .reserve-body.sp-modal .hotel-tel .box {
  background-color: #fff;
  margin: 0 20px 20px;
  padding: 15px 0;
}

/* ski-info */

.ski-info {
  background: url(/images_static/ski/ski_info_bg_01.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding: 40px 0;
}

.ski-info .ski-h2-type03 {
  margin-bottom: 10px;
}

.ski-info .block {
  overflow: hidden;
  padding: 0 30px;
}

.ski-info .box {
  background-color: #fff;
  margin-bottom: 5px;
  padding: 30px 20px 20px;
}

.ski-info .box01,
.ski-info .box02 {
  height: 292px;
}

.ski-info .box03,
.ski-info .box04 {
  height: 449px;
}

.ski-info .box.half {
  float: left;
  width: 590px;
}

.ski-info .box.half:nth-child(2n) {
  margin-left: 5px;
}

.ski-info .box h3 {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.ski-info .box .cont {
  background-color: #F6F6F6;
}

.ski-info-weather .top {
  margin-bottom: 38px;
}

.ski-info-weather .top > p {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ski-info-weather {
  padding: 40px 20px;
}

.ski-info-weather .weather {
  font-size: 15px;
  margin-right: 5px;
  width: 178px;
}

.ski-info-weather .weather span.icon {
  display: inline-block;
  position: relative;
}

.ski-info-weather .weather span.double:after {
  bottom: -12px;
  content: url(/images_static/ski/ski_icon_wether_arrow.png);
  position: absolute;
  left: 50%;
  margin-left: -20px;
}

.ski-info-weather .weather span.text {
  display: inline-block;
  line-height: 1.2;
  padding-left: 5px;
  text-align: left;
  vertical-align: middle;
}

.ski-info-weather img {
  vertical-align: middle;
  width: auto !important;
}

.ski-info-weather .temp {
  font-size: 18px;
  margin-right: 5px;
  width: 81px;
}

.ski-info-weather .temp span {
  color: #1F5499;
  font-size: 40px;
  vertical-align: middle;
}

.ski-info-weather .link .btn {
  box-sizing: border-box;
  font-size: 13px;
  height: 50px;
  line-height: 46px;
  padding-left: 5px;
  text-align: left;
  width: 230px;
}

.ski-info-weather .bottom ul {
  overflow: hidden;
}

.ski-info-weather .bottom li {
  border-left: 1px solid #6F6F6F;
  display: block;
  float: left;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  width: 33.3333%;
}

.ski-info-weather .bottom li:first-child {
  border-left: 0;
}

.ski-info-weather .bottom li span {
  color: #1F5499;
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}

.ski-info-weather .bottom li span.cm {
  font-size: 16px;
  margin-left: 0;
}

.ski-info-msg {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 98% center no-repeat;
  overflow: hidden;
  padding: 20px;
}

.ski-info-msg .img {
  float: left;
  margin-right: 20px;
  width: 151px;
}

.ski-info-msg .img img {
  height: 151px;
  width: 151px;
}

.ski-info-msg .text p {
  line-height: 1.69;
  margin-bottom: 5px;
}

.ski-info-msg .text .update {
  color: #6F6F6F;
  font-size: 15px;
  margin-bottom: 0;
}

.ski-info-msg .text a {
  text-decoration: none;
}

.ski-info-msg .text a:hover {
  text-decoration: underline;
}

.ski-info-course {
  padding: 6px 0 15px;
}

.ski-info-course table img {
  width: auto;
}

.ski-info-course table {
  background-color: #F3F3F3;
  table-layout: fixed;
  width: 100%;
}

.ski-info-course table td {
  text-align: center;
  width: 20%;
}

.ski-info-course table tr.icon td {
  padding: 16px 0 8px;
}

.ski-info-course table tr.title td {
  font-size: 14px;
  padding-bottom: 7px;
}

.ski-info-course table tr.data td {
  color: #1F5499;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 13px;
}

.ski-info-course .link {
  font-size: 13px;
  text-align: center;
}

.ski-info-course .link a {
  text-decoration: none;
}

.ski-info-course .link a:hover {
  text-decoration: underline;
}

.ski-info-course .link a:before {
  color: #C7C7C7;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}

.ski-info-btn h4 {
  padding: 25px 0;
}

.ski-info-btn .btn-col2 {
  margin-bottom: 5px;
  overflow: hidden;
}

.ski-info-btn .btn-col2 p {
  float: left;
  width: 273px;
}

.ski-info-btn .btn-col2 p:first-child {
  margin-right: 4px;
}

.ski-info-btn .btn-col2 .btn {
  height: 79px;
  line-height: 79px;
}

.ski-info-btn .btn-col1 .btn {
  height: 50px;
  line-height: 50px;
}

.ski-info-btn a.btn {
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}

.ski-info-btn .btn span {
  display: inline-block;
  vertical-align: middle;
}

.ski-info-btn .btn span.label {
  color: #222;
  margin-right: 15px;
  vertical-align: top;
}

.ski-info-btn .btn:hover span.label {
  color: #fff;
}

.ski-info-btn .course .btn span.label {
  background: url(/images_static/ski/ski_icon_course_01.png) 0 center no-repeat;
  min-height: 19px;
  padding-left: 42px;
}

.ski-info-btn .course .btn:hover span.label {
  background: url(/images_static/ski/ski_icon_course_01_over.png) 0 center no-repeat;
}

.ski-info-btn .lift .btn span.label {
  background: url(/images_static/ski/ski_icon_lift_02.png) 0 center no-repeat;
  min-height: 36px;
  padding-left: 35px;
}

.ski-info-btn .lift .btn:hover span.label {
  background: url(/images_static/ski/ski_icon_lift_02_over.png) 0 center no-repeat;
}

.ski-info-btn .park .btn span.label {
  background: url(/images_static/ski/ski_icon_park_01.png) 0 center no-repeat;
  min-height: 24px;
  padding-left: 26px;
}

.ski-info-btn .park .btn:hover span.label {
  background: url(/images_static/ski/ski_icon_park_01_over.png) 0 center no-repeat;
}

.ski-info-btn .btn span.strong {
  font-size: 34px;
  vertical-align: baseline;
}

.ski-info-btn .park .btn {
  background-position: 98.5% center;
}

.ski-info-time {
  color: #fff;
  font-size: 15px;
  margin-bottom: 13px;
  padding: 0 30px;
  text-align: right;
}

.ski-info .box04 {
  background-color: transparent;
  padding: 0;
}

.ski-info-live .p-tab-head {
  width: 100%;
}

.ski-info-live .p-tab-head li {
  font-size: 14px;
  width: 188px;
}

.ski-info-live .p-tab-head li:first-child {
  margin-left: 9px;
}

.ski-info-live .p-tab-head li {
  height: 39px;
  line-height: 39px;
}

.ski-info-live .p-tab-head li a {
  padding: 0;
}

.ski-info-live .p-tab-body > .box {
  padding-top: 20px;
}

.ski-info-live .img {
  position: relative;
}

.ski-info-live .img:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25.48%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.ski-info-live .img p {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 0;
  padding: 0 20px 15px 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ski-info-live .more {
  margin-top: 20px;
  text-align: center;
}

.ski-info-live a.btn {
  background-image: url(/images_static/ski/ski_icon_arrow_right_10.png);
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  width: 200px;
}

.ski-info-live .btn:hover {
  background-image: url(/images_static/ski/ski_icon_arrow_right_02.png);
}

.ski-info .box03.full {
  height: auto;
  overflow: hidden;
}

.ski-info .box03.full .ski-info-course {
  float: left;
  padding-top: 15px;
  width: 550px;
}

.ski-info .box03.full .ski-info-course .link {
  margin: 8px 0 5px;
}

.ski-info .box03.full .ski-info-btn {
  float: right;
  width: 575px;
}

.ski-info .box03.full .ski-info-btn h4 {
  padding: 0 0 15px;
}

.ski-info .box03.full .ski-info-btn .btn-col2 p {
  width: 285px;
}

/* ski-area-features */

.ski-area-features {
  background: url(/images_static/ski/ski_area_features_bg_01.png) 0 100% repeat-x;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

/* ski-area-recommended */

.ski-area-recommended .ski-features {
  background: none;
  margin-bottom: 25px;
  padding: 0 30px;
}

.ski-area-recommended .ski-features .box {
  background: url(/images_static/ski/ski_area_recommended_img_01.jpg) center center no-repeat;
  background-size: cover;
  float: none;
  height: 238px;
  width: 1185px;
}

.ski-area-recommended .ski-features .box h3 {
  margin-bottom: 17px;
}

.ski-area-recommended .ski-features .box h3 span {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.ski-area-recommended .p-asset03.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.ski-area-recommended .p-asset03 p {
  font-size: 20px;
  padding-right: 20px;
}

.ski-area-recommended .p-asset03 span {
  display: block;
  font-size: 14px;
}

.ski-area-recommended .p-asset01 h3 {
  background-image: url(/images_static/ski/ski_icon_arrow_right_14.png);
}

.ski-area-recommended .p-asset01 h3 span {
  color: #6F6F6F;
  font-size: 13px;
}

.ski-area-recommended .p-asset01.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

.ski-area-recommended .more {
  text-align: center;
}

.ski-area-recommended .p-asset01-bg {
  background: url(/images_static/ski/ski_area_recommended_bg_01.png) 0 100% repeat-x;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ski-area-recommended .p-asset01 .label {
  background-color: #F1F4FA;
  color: #1F5499;
  float: none;
  min-width: 120px;
}

.ski-top .ski-area-recommended .p-asset01 .box img {
  height: 220px;
  width: 392px;
}

.ski.area .area-top-season {
  margin-bottom: 30px;
}

.ski.area .area-top-season .img.single img {
  float: none;
  height: 400px;
  width: 830px;
}

.ski.area .area-top-season .mincho {
  letter-spacing: 0.15em;
}

.ski.area .area-top-season .text {
  padding-top: 20px;
}

.ski.area .area-top-season .text > img {
  padding: 17px 80px 20px;
  width: auto;
}

.ski.area .area-top-season .btn {
  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;
}

.ski.area .area-top-season .btn:hover {
  background: url(/images_static/common/icon_arrow_right_03.png) 94% center no-repeat #222;
  border: 2px solid #222;
  color: #fff;
}

.ski.area .area-top-facil {
  margin-bottom: 25px;
}

.ski.area .area-top-facil .text {
  background-image: url(/images_static/ski/ski_icon_arrow_right_14.png);
  font-size: 12px;
  padding: 14px 20px;
}

.ski.area .area-top-facil .text a {
  color: #6F6F6F;
  font-size: 12px;
  text-decoration: none;
}

.ski.area .area-top-facil .text a h3 {
  color: #222222;
  font-size: 12px;
  margin-top: 7px;
}

.ski.area .area-top-facil .text a:hover {
  text-decoration: underline;
}

.ski.area .area-top-facil .service-slider-02 .box {
  margin-left: 0;
  margin-right: 5px;
}

.ski.area .area-top-facil h3 {
  font-size: 18px;
}

.ski.area .ski-sns {
  padding-top: 43px;
}

.ski.area .ski-sns-blog {
  margin-bottom: 35px;
}

.inner.ski-supported-relate {
  margin-bottom: 30px;
}

.ski.area .header-nav li.stay .stay-menu {
  background-color: #1F5499;
  padding: 26px 28px 20px 29px;
  top: 30px;
  width: 1260px;
}

.ski.area .header-nav li.stay .stay-menu .close {
  right: 28px;
}

.ski.area .header-nav .box {
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
}

.ski.area .header-nav li.stay .box01 {
  margin-right: 21px;
  width: 803px;
}

.ski.area .header-nav li.stay .box02 {
  width: 380px;
}

.ski.area .header-nav li.stay .stay-menu .box01 .text {
  background: url(/images_static/ski/ski_icon_arrow_right_14.png) 98.5% center no-repeat #fff;
}

.ski.area .header-nav li.stay .box02 .text {
  background: url(/images_static/ski/ski_icon_arrow_right_14.png) 97% center no-repeat #fff;
}

.ski.area .header-nav li.stay .box02 .text {
  padding-top: 25px;
}

.ski.area .header-nav li.stay .stay-menu .text {
  font-size: 18px;
  min-height: 63px;
  padding: 10px 15px;
}

.ski.area .header-nav li.stay .stay-menu-02 .text {
  min-height: 0;
  padding: 15px;
}

.ski.area .header-nav li.stay .stay-menu .text span {
  border: none !important;
  display: block;
  font-size: 12px;
  padding-bottom: 0;
}

.ski.area .header-nav li.stay {
  position: static;
}

.ski.area .header-nav li.stay .box .text {
  display: table;
  width: 100%;
}

.ski.area .header-nav li.stay .box .text p {
  display: table-cell;
  vertical-align: middle;
}

.ski.area .header-nav ul {
  position: relative;
}

.ski.area li.stay .stay-menu-02 .box {
  float: left;
}

.ski.area li.stay .stay-menu-02 .box01 {
  box-shadow: none;
  width: 386px;
}

.ski.area li.stay .stay-menu-02 .box02 {
  margin-right: 21px;
  width: 386px;
}

.ski.area li.stay .stay-menu-02 .box03 {
  width: 386px;
}

.ski.area li.stay .stay-menu-02 .head {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.ski.area li.stay .stay-menu-02 .link a {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 95% center no-repeat #fff;
  padding: 14px 20px;
  text-align: left;
}

.ski.area li.stay .stay-menu-02 .link a:hover {
  opacity: .7;
}

.ski.area li.stay .stay-menu-02 .link {
  font-size: 18px;
}

.ski.area li.stay .stay-menu-02 .link span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.ski.area li.stay .stay-menu-02 .link p {
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  margin-bottom: 20px;
}

.ski.area .header-nav li.stay .stay-menu .col2 .text {
  min-height: 0;
}

.ski-info-msg-cont {
  background-color: #fff;
  margin: 40px auto;
  padding: 40px 40px 80px;
  position: relative;
  width: 1207px;
}

.ski-info-msg-cont .mfp-close {
  background: url(/images_static/ski/ski_close_01.png) 0 0 no-repeat;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  padding: 0;
  right: 10px;
  top: 10px !important;
  width: 20px;
}

.ski-info-msg-cont .close-bottom {
  background-color: #E6E6E6;
  height: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}

.ski-info-msg-cont .close-bottom .mfp-close {
  background: url(/images_static/ski/ski_close_02.png) center center no-repeat;
  height: 40px;
  position: static;
  text-align: center;
  width: 100%;
}

.ski-info-msg-cont .time {
  color: #6F6F6F;
  font-size: 18px;
  margin-bottom: 10px;
}

.ski-info-msg-cont h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ski-info-msg-cont .img {
  margin: 0 auto 20px !important;
  width: 1087px;
}

.ski-info-msg-cont h4 {
  border-left: 5px solid #7895CC;
  font-size: 18px;
  margin: 34px 0 15px;
  padding: 5px 0 5px 20px;
}

.ski-info-msg-cont .body p {
  font-size: 15px;
  line-height: 1.73;
  padding: 0 36px;
}

.ski-info-msg-cont .frame {
  border: 1px solid #C7C7C7;
  margin: 20px 36px 0;
  padding: 22px;
}

.ski-info-msg-cont .frame p {
  font-size: 16px;
  padding: 0;
}

.ski-info-msg-cont .slick-slide {
  width: 1087px;
}

.ski-info-msg-cont .p-slider-style01 .slick-prev {
  background: url(/images_static/ski/ski_slider_prev_03.png) 0 0 no-repeat;
  bottom: 40px !important;
  height: 40px !important;
  left: -60px !important;
  width: 50px !important;
}

.ski-info-msg-cont .p-slider-style01 .slick-next {
  background: url(/images_static/ski/ski_slider_next_03.png) 0 0 no-repeat;
  bottom: 40px !important;
  height: 40px !important;
  right: -60px !important;
  width: 50px !important;
}

/****** ski-summer area ******/

.ski-summer.area .container {
  border-color: #87BF4B;
}

.ski-summer.area .header-nav li.stay .stay-menu {
  background-color: #385417;
}

.ski-summer.area .mv-info .notice {
  background-color: rgba(56, 84, 23, .7);
}

.ski-summer.area .mv-info .term p {
  background: url(/images_static/ski/ski_area_mv_info_bg_02.png);
}

.ski-summer.area .mv-info .term dt {
  color: #4C731F;
}

.ski-summer .ski-entry .head {
  background-color: #75A63D;
}

.ski-summer .ski-entry .body li > a,
.ski-summer .ski-entry .body li.reserve > a {
  background-color: #385417;
}

.ski-summer .ski-entry .body li.lift > a:before {
  content: url(/images_static/ski/ski_icon_ticket_01.png);
  vertical-align: baseline;
}

.ski-summer #ski-entry-popup .mfp-close-bottom {
  background-color: #D8F2BD;
}

.ski-summer .ski-info {
  background-image: url(/images_static/ski/ski_info_bg_02.jpg);
}

.ski-summer .ski-info .ski-h2-type03,
.ski-summer  .ski-h2-type03 span {
  color: #fff;
}

.ski-summer .ski-info .ski-h2-type03 {
  border-color: #fff;
}

.ski-summer .ski-info .ski-h2:before {
  content: url(/images_static/ski/ski_h2_bg_05.png);
}

.ski-summer .ski-info .ski-h2:after {
  content: url(/images_static/ski/ski_h2_bg_06.png);
}

.ski-summer .ski-info-weather p {
  font-size: 20px;
  width: 165px;
}

.ski-summer .ski-info-weather .temp span,
.ski-summer .ski-info-weather .humid span {
  color: #75A63D;
  font-size: 50px;
  padding: 0 5px;
  vertical-align: middle;
}

.ski-summer .ski-info-weather {
  padding: 66px 20px;
}

.ski-summer .ski-info-weather .top {
  margin-bottom: 0;
}

.ski-summer .ski-area-recommended .p-asset01 .label {
  background-color: #F1F6EC;
  color: #4C731F;
}

.ski-summer .ski-area-recommended .p-asset01-bg {
  background-image: url(/images_static/ski/ski_area_recommended_bg_02.png);
}

.ski-summer .ski-area-activity .p-asset05 {
  margin: 0 auto 20px;
  width: 1185px;
}

.ski-summer .ski-area-activity .p-asset05 .box img {
  height: 279px;
  width: 590px;
}

.ski-summer .ski-area-activity .p-asset05 .text {
  background-color: #fff;
  color: #222;
  width: 556px;
}

.ski-summer .ski-area-activity .p-asset05 .box {
  box-shadow:0px 3px 3px 0px rgba(0,0,0,0.16);
  width: 590px;
}

.ski-summer.area .ski-activity-cont {
  background-color: transparent;
  margin: 0;
  padding: 0 51px;
  width: auto;
}

.ski-summer.area .ski-activity-cont h3 {
  margin-bottom: 30px;
}

.ski-summer.area .ski-activity-cont .wrap {
  background-color: #fff;
  float: left;
  margin-bottom: 10px;
  width: 567px;
}

.ski-summer.area .ski-activity-cont .wrap:nth-child(2n) {
  margin-left: 10px;
}

.ski-summer.area .ski-activity-cont .img {
  height: 154px;
  overflow: hidden;
}

.ski-summer.area .ski-activity-cont .text {
  width: 268px;
}

.ski-summer .ski-area-activity {
  background: url(/images_static/ski/ski_area_activity_bg_01.png) 0 100% repeat-x;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.ski-summer .ski-news-list {
  background: url(/images_static/ski/ski_line_02.png) 0 0 repeat-x;
  padding-top: 40px;
}

.ski-summer .ski-info-msg-cont h4 {
  border-color: #94BD68;
}

.ski-summer .ski-info-msg-cont .p-slider-type01 {
  margin: 0 auto;
  width: 890px;
}

.ski-summer .ski-info-msg-cont .slick-slide {
  width: 890px;
}

.ski-summer .ski-info-msg-cont .p-slider-type01 div > img {
  height: 501px;
  width: 890px;
}

.ski-summer .ski-info-msg-cont .p-slider-type01 .slick-slide:after {
  height: 12%;
}

.ski-summer .ski-info-msg-cont .p-slider-type01 .slick-next {
  right: 375px;
}

.ski-summer .ski-info-msg-cont .p-slider-type01 .slick-prev {
  left: 375px;
}

/* ski summer popup */

.ski-summer.area .header-tel > p,
.ski-summer.area .header-lift > p,
.ski-summer.area .header-reserve > p {
  background-color: #385417;
}

.ski-summer.area .header-lift > p > a {
  background-image: url(/images_static/ski/ski_icon_ticket_01.png);
}

.ski-summer.area .header-tel.active .close,
.ski-summer.area .header-reserve.active .close {
  background-color: #D8F2BD;
}

.ski-summer.area .sp-tel-block,
.ski-summer.area .reserve-body.sp-modal {
  background-color: #F1F6EC;
}

.ski-summer.area .sp-reserve-head .hotel-tel,
.ski-summer.area .reserve-body.sp-modal .hotel-tel .num {
  color: #4C731F;
}

.ski-summer.area .reserve-body-submit button {
  background-color: #385417;
}


/****** ski course ******/

.ski-course.area .p-header {
  box-shadow: none;
}

.ski-course .p-header .text > img {
  width: auto;
}

.ski-course .p-header .text {
  margin-top: -75px;
}

.ski-course .p-header .img {
  height: 162px;
}

.ski-course .p-header .img > img {
  height: 162px;
}

.ski-course .p-header h2 {
  margin: 30px 0 15px;
  position: relative;
}

.ski-course .p-header p {
  position: relative;
}

.ski-course.area .mv-info {
  margin-bottom: 30px;
  position: static;
}

.ski-course.area .mv-info > .inner {
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  width: 1260px;
}

.ski-course.area .mv-info .term {
  text-align: center;
}

.ski-course.area .mv-info .term dd {
  color: #222;
  font-weight: bold;
}

.ski-course.area .mv-info .term dt {
  background-color: #F1F4FA;
}

.ski-course-info .head {
  background-color: #888888;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
}

.ski-course-info .head a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.ski-course-info .head a:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  padding-left: 10px;
}

.ski-course-info .head a:hover {
  text-decoration: underline;
}

.ski-course-info .head li {
  display: inline-block;
  margin-right: 30px;
}

.ski-course-info .head li:last-child {
  margin-right: 0;
}


.ski-course-info .head ul {
  display: inline;
}

.ski-course-info .ski-info-weather {
  margin-bottom: 40px;
  padding: 0;
}

.ski-course-info .ski-info-weather .wrap.pc-fix {
  display: table;
  background-color: #F6F6F6;
  padding: 40px 0;
  width: 100%;
}

.ski-course-info .ski-info-weather .wrap.pc-fix > div {
  display: table-cell;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  width: 33.3333%;
}

.ski-course-info .ski-info-weather .pc-fix .bottom li.snow {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
}

.ski-course-info .ski-info-weather .pc-fix .bottom li.snow span {
  font-size: 40px;
}

.ski-course-info .ski-info-weather .pc-fix .bottom li.snow span.cm {
  color: #222;
  font-size: 20px;
}

.ski-course-info .ski-info-weather .pc-fix .bottom {
  padding: 0 20px;
}

.ski-course-info .ski-info-weather .pc-fix .bottom li {
  width: 50%;
}

.ski-course-info .ski-info-weather .pc-fix .bottom li:last-child {
  border-right: 1px solid #6F6F6F;
}

.ski-course-info .ski-info-weather .pc-fix .temp span {
  vertical-align: middle;
}

.ski-course-map {
  margin-bottom: 40px;
}

.ski-course-map .more {
  margin-top: 30px;
  text-align: center;
}

.ski-course-status {
  margin-bottom: 30px;
}

.ski-course-status-head {
  background-color: #F6F6F6;
  margin: 0 auto 30px;
  padding: 25px 30px;
  width: 1246px;
}

.ski-course-status .block {
  display: table;
  width: 100%;
}

.ski-course-status .block > p {
  border-left: 1px solid #6F6F6F;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 33.3333%;
}

.ski-course-status .block .course {
  border: 0;
}

.ski-course-status .block {
  font-size: 18px;
}

.ski-course-status .block a {
  background: url(/images_static/ski/ski_icon_arrow_right_04.png) 85% center no-repeat;
  color: #1F5499;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.ski-course-status .block span {
  display: inline-block;
}

.ski-course-status .block span.label {
  color: #222;
  line-height: 52px;
  padding-left: 40px;
  padding-right: 28px;
  vertical-align: top;
}

.ski-course-status .block span.strong {
  font-size: 40px;
  font-weight: bold;
  vertical-align: baseline;
}

.ski-course-status .block .course span.label {
  background: url(/images_static/ski/ski_icon_course_02.png) 0 center no-repeat;
  background-size: 38px auto;
}

.ski-course-status .block .lift span.label {
  background: url(/images_static/ski/ski_icon_lift_03.png) 0 center no-repeat;
  background-size: 38px auto;
}

.ski-course-status .block .park span.label {
  background: url(/images_static/ski/ski_icon_park_02.png) 0 center no-repeat;
  background-size: 26px auto;
}

.ski-course-status-cont .p-tab-head li {
  margin-left: 4px;
  width: 406px;
}

.ski-course-status-cont .p-tab-head li:first-child {
  margin-left: 10px;
}

.ski-course-status-cont .p-tab-head .course a:before {
  background: url(/images_static/ski/ski_icon_course_01_over.png) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  vertical-align: middle;
  width: 26px;
}

.ski-course-status-cont .p-tab-head .course.active a:before {
  background: url(/images_static/ski/ski_icon_course_01.png) 0 0 no-repeat;
  background-size: contain;
}

.ski-course-status-cont .p-tab-head .lift a:before {
  background: url(/images_static/ski/ski_icon_lift_02_over.png) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 22px;
}

.ski-course-status-cont .p-tab-head .lift.active a:before {
  background: url(/images_static/ski/ski_icon_lift_02.png) 0 0 no-repeat;
  background-size: contain;
}

.ski-course-status-cont .p-tab-head .park a:before {
  background: url(/images_static/ski/ski_icon_park_01_over.png) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 19px;
  vertical-align: middle;
  width: 16px;
}

.ski-course-status-cont .p-tab-head .park.active a:before {
  background: url(/images_static/ski/ski_icon_park_01.png) 0 0 no-repeat;
  background-size: contain;
}

.ski-course-status-cont .p-tab-body .box {
  margin: 0 auto;
  padding-top: 35px;
  width: 1246px;
}

.ski-course-status-cont .course-cont .mark {
  text-align: right;
}

.ski-course-status-cont .course-cont .mark img {
  padding-left: 15px;
  vertical-align: middle;
  width: auto;
}

.ski-course-status-cont .course-cont {
  background-color: #F1F4FA;
  padding: 20px 40px 1px 24px;
}

.ski-course-status-cont .course-cont .cont {
  float: left;
  margin-bottom: 5px;
  width: 580px;
}

.ski-course-status-cont .course-cont .cont:nth-child(2n) {
  margin-left: 5px;
}

.ski-course-status-cont .course-cont .title {
  background-color: #7895CC;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 10px;
}

.ski-course-status-cont .course-cont .title > p {
  float: left;
  border-left: 1px solid #fff;
  text-align: center;
}

.ski-course-status-cont .course-cont .body .top {
  overflow: hidden;
  padding: 17px 10px 10px;
}

.ski-course-status-cont .course-cont .cont > a {
  display: block;
  text-decoration: none;
}

.ski-course-status-cont .course-cont .cont > a:hover .name {
  text-decoration: underline;
}

.ski-course-status-cont .course-cont .cont > a:hover img {
  opacity: 1;
}

.ski-course-status-cont .course-cont .body .top > p {
  float: left;
  border-left: 1px solid #507BCC;
  text-align: center;
}


.ski-course-status-cont .course-cont .name{
  border: 0 !important;
  width: 345px;
}

.ski-course-status-cont .course-cont .diff {
  width: 107px;
}

.ski-course-status-cont .course-cont .status {
  width: 107px;
}

.ski-course-status-cont .course-cont .body {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 98% center no-repeat #fff;
  box-sizing: content-box;
  padding-bottom: 20px;
}

.ski-course-status-cont .course-cont .body img {
  vertical-align: middle;
  width: auto;
}

.ski-course-status-cont .course-cont .body .top .name {
  font-size: 19px;
  text-align: left;
}

.ski-course-status-cont .course-cont .body .top .name a {
  text-decoration: none;
}

.ski-course-status-cont .course-cont .body .top .name a:hover {
  text-decoration: underline;
}

.ski-course-status-cont .course-cont .body .top .name .num {
  border: 1px solid #222;
  display: inline-block;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}

.ski-course-status-cont .course-cont .body .diff span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 47px;
}

.ski-course-status-cont .course-cont .body .diff span.middle {
  background-color: #E80919;
}

.ski-course-status-cont .course-cont .body .diff span.beginner {
  background-color: #089838;
}

.ski-course-status-cont .course-cont .body .data {
  background-color: #F6F6F6;
  font-size: 15px;
  margin: 0 36px 0 20px;
  padding: 15px;
}

.ski-course-status-cont .course-cont .body .data span {
  color: #1F5499;
  font-weight: bold;
}

.ski-course-status-cont .course-cont .body .note {
  font-size: 15px;
  margin-top: 10px;
  padding: 0 20px;
}

.ski-course-status-cont .course-cont .cf {
  margin-bottom: 30px;
  margin-left: 17px;
}

.ski-course-status-cont .lift-head {
  background: url(/images_static/ski/ski_icon_lift_02.png) 25px center no-repeat #D4DEF2;
  margin-bottom: 30px;
  padding: 25px 25px 25px 74px;
}

.ski-course-status-cont .lift-head .info {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ski-course-status-cont .lift-head .note {
  font-size: 14px;
}

.ski-course-status-cont .lift-tab-cont .course-cont .mark {
  margin-bottom: 20px;
}

.ski-course-status-cont .lift-tab-cont .course-cont .name,
.ski-course-status-cont .park-tab-cont .course-cont .name {
  width: 453px;
}

.ski-course-status-cont .lift-tab-cont .course-cont .body .name {
  margin-bottom: 10px;
}

.ski-course-status-cont .data li {
  margin-bottom: 10px;
}

.ski-course-status-cont .data li:last-child {
  margin-bottom: 0;
}

.ski-course-status-cont .data li:before {
  color: #888888;
  content: '\f1db';
  font-family: FontAwesome;
  font-size: 11px;
  font-weight: normal;
  padding-right: 10px;
}

.ski-course-status-cont .park-tab-cont .course-cont h3 {
  margin-left: 15px;
}

.ski-course-status-cont .park-tab-cont .course-cont .body {
  background-image: none;
}

.ski-course-status-cont .park-tab-cont .course-cont .body .name {
  padding-left: 10px;
}

.ski-course-status-cont .park-tab-cont .img {
  margin: 0 20px;
  position: relative;
}

.ski-course-status-cont .park-tab-cont .body .top {
  margin-bottom: 10px;
}

.ski-course-status-cont .park-tab-cont .zoom {
  top: 272px;
  position: absolute;
  right: 10px;
}

.ski-course-status-cont .park-tab-cont .zoom .btn {
  background-image: url(/images_static/ski/ski_icon_arrow_right_10.png);
  background-color: #fff;
  border: 1px solid #507BCC;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  width: 140px;
}

.ski-course-status-cont .park-tab-cont .zoom .btn:hover {
  background-image: url(/images_static/ski/ski_icon_arrow_right_02.png);
  background-color: #507BCC;
  color: #fff;
}

.ski-course-status-cont .park-tab-cont .detail {
  padding: 0 20px 0 20px;
}

.ski-course-status-cont .park-tab-cont .detail ul {
  margin-bottom: 12px;
  overflow: hidden;
  width: 100%;
}

.ski-course-status-cont .park-tab-cont .detail li {
  float: left;
}

.ski-course-status-cont .park-tab-cont .detail p {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 100% center no-repeat;
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 15px;
  padding-right: 20px;
}

.ski-course-status-cont .park-tab-cont .body .data {
  margin-right: 20px;
}

.park-popup-cont.ski-info-msg-cont {
  padding: 60px 60px 50px;
}

.park-popup-cont.ski-info-msg-cont .slick-slide {
  position: relative;
}

.park-popup-cont.ski-info-msg-cont .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11.5%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.park-popup-cont.ski-info-msg-cont .img p {
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  left: 0;
  padding: 0 20px 0 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.park-popup-cont.ski-info-msg-cont .img img {
  width: 100%;
}

.course-popup-cont.ski-info-msg-cont {
  padding: 38px 20px 60px;
  width: 618px;
}

.course-popup-cont.ski-info-msg-cont .img {
  margin-bottom: 0 !important;
  width: 578px;
}

.course-popup-cont.ski-info-msg-cont .slick-slide {
  position: relative;
}

.course-popup-cont.ski-info-msg-cont .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.5%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.course-popup-cont.ski-info-msg-cont .img p {
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.course-popup-cont.ski-info-msg-cont .img .slick-slide img {
  width: 100%;
}

.course-popup-cont.ski-info-msg-cont .name {
  float: left;
  font-size: 19px;
  margin-bottom: 19px;
}

.course-popup-cont.ski-info-msg-cont .name .num {
  border: 1px solid #222;
  display: inline-block;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}

.course-popup-cont.ski-info-msg-cont .top {
  overflow: hidden;
}

.course-popup-cont.ski-info-msg-cont .diff {
  float: right;
}

.course-popup-cont.ski-info-msg-cont .diff span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 47px;
}

.course-popup-cont.ski-info-msg-cont .diff span.middle {
  background-color: #E80919;
}

.course-popup-cont.ski-info-msg-cont .diff span.beginner {
  background-color: #089838;
}

.course-popup-cont.ski-info-msg-cont .data {
  background-color: #F6F6F6;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 15px;
}

.course-popup-cont.ski-info-msg-cont .data span {
  color: #1F5499;
  font-weight: bold;
}

.course-popup-cont.ski-info-msg-cont .desc {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 15px;
}

.course-popup-cont.ski-info-msg-cont .mfp-close {
  right: 20px;
}

.course-popup-cont.ski-info-msg-cont .more {
  margin-top: 20px;
  text-align: center;
}

.course-popup-cont.ski-info-msg-cont .data li {
  margin-bottom: 10px;
}

.course-popup-cont.ski-info-msg-cont .data li:last-child {
  margin-bottom: 0;
}

.ski-course-feature {
  border-top: 2px solid #507BCC;
  margin-bottom: 40px;
  padding-top: 40px;
}

.ski-course-feature .brand-block {
  background-color: #F1F4FA;
  padding-bottom: 30px;
  padding-top: 30px;
}

.ski-course-feature .brand-block h2 {
  margin-bottom: 100px;
  padding-top: 0;
}

.ski-course-feature .brand-inner {
  background-color: #fff;
  padding-bottom: 30px;
}

.ski-course-feature .brand-slider {
  width: 613px;
}

.ski-course-feature .brand-text {
  font-size: 15px;
  line-height: 1.73;
  margin-right: 40px;
  text-align: left;
  width: 553px;
}

.ski-course-feature .brand-inner .inner {
  width: 1246px;
}

.ski-course-feature .ski-info-course {
  padding-top: 40px;
}

.ski-course-feature .brand-text h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.ski-course-feature .brand-slider div {
  height: auto;
}

.ski-course-feature .slick-dots li button:before {
  background-color: #507BCC;
  opacity: .4;
}

.ski-course-feature .slick-dots li.slick-active button:before {
  background-color: #507BCC;
}

.ski-course-rec {
  background-color: #F1F4FA;
  padding-bottom: 60px;
}

.ski-course-rec h3 {
  font-size: 18px;
}

.ski-course-rec .box .body {
  background-color: #fff;
  padding: 0 20px 15px;
}

.ski-course-rec .box img {
  width: auto;
}

.ski-course-rec .inner {
  margin: 0 auto;
  width: 1214px;
}

.ski-course-rec .box h3 {
  background: url(/images_static/ski/ski_icon_arrow_right_06.png) 98% center no-repeat #fff;
  font-size: 14px;
  padding: 15px 0;
}

.ski-course-rec .box h3 a {
  text-decoration: none;
}

.ski-course-rec .box p {
  border: 0;
  padding: 0;
  margin: 0;
}

.ski-course-rec .box .data {
  background-color: #F6F6F6;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
  padding: 10px 5px;
}

.ski-course-rec .box .data span {
  color: #1F5499;
}

.ski-course-rec .box {
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  margin-right: 5px;
}

.ski-course-rec .box .lead {
  font-size: 12px;
}

.ski-course-feature .brand-snowpark .brand-slider {
  width: 578px;
}

.ski-course-feature .brand-snowpark .brand-text {
  padding-top: 60px;
  text-align: center;
}

.ski-course-feature .brand-snowpark h3 {
  margin-bottom: 15px;
}

.ski-course-feature .brand-snowpark .brand-text p  {
  margin-bottom: 25px;
}

.ski-course-feature .brand-snowpark {
  padding-bottom: 40px;
}

.ski-course-feature .brand-snowpark .brand-slider p {
  bottom: 19px;
  color: #fff;
  font-size: 14px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  text-align: left;
  z-index: 1;
  width: 100%;
}

.ski-course-feature .brand-snowpark .slick-slide {
  position: relative;
}

.ski-course-feature .brand-snowpark .slick-slide:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.5%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.ski-course-service {
  background: url(/images_static/ski/ski_area_features_bg_01.png) 0 300px repeat-x #F1F4FA;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ski-course-service .box {
  display: table;
  float: left;
  font-size: 25px;
  height: 168px;
  margin-left: 5px;
  text-align: center;
  width: 307px;
}

.ski-course-service .box:first-child {
  margin-left: 0;
}

.ski-course-service .box:hover {
  opacity: .7;
}

.ski-course-service .box a {
  background: url(/images_static/ski/ski_icon_arrow_right_16.png) 97% center no-repeat;
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

.ski-course-service .box span {
  display: block;
  font-size: 12px;
  margin-bottom: 13px;
}

.ski-course-service .box01 {
  background: url(/images_static/ski/ski_course_service_img_01.jpg) center center no-repeat;
  background-size: cover;
}

.ski-course-service .box02 {
  background: url(/images_static/ski/ski_course_service_img_02.jpg) center center no-repeat;
  background-size: cover;
}

.ski-course-service .box03 {
  background: url(/images_static/ski/ski_course_service_img_03.jpg) center center no-repeat;
  background-size: cover;
}

.ski-course-service .box04 {
  background: url(/images_static/ski/ski_course_service_img_04.jpg) center center no-repeat;
  background-size: cover;
}

.ski-course .ski-area-recommended .p-asset01-bg {
  margin-bottom: 0;
}

.ski-course-notice {
  background-color: #F1F4FA;
  padding: 40px 0;
}

.ski-course-notice .text {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.ski-course-notice .more {
  margin-top: 30px;
}

.ski-course-notice .more .btn {
  width: 260px;
}

/****** golf ******/

/* golf parts */

/*title*/

.golf .golf-h2 {
  border-bottom: 1px solid #0E7134;
  color: #0E7134;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
  text-align: center
}

.golf .golf-h2:before {
  bottom: -8px;
  content: url(/images_static/golf/golf_h2_bg_01.png);
  left: -31px;
  line-height: 0;
  position: absolute;
}

.golf .golf-h2:after {
  bottom: -8px;
  content: url(/images_static/golf/golf_h2_bg_02.png);
  line-height: 0;
  right: -30px;
  position: absolute;
}

.golf .golf-h2 span {
  color: #0E7134;
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.golf .golf-h2-type02 {
  font-size: 18px;
}

.golf .golf-h2-type03 {
  border-color: #fff;
  color: #fff;
}

.golf .golf-h2-type03 span {
  color: #fff;
}

.golf .golf-h2-type03:before {
  content: url(/images_static/golf/golf_h2_bg_03.png);
}

.golf .golf-h2-type03:after {
  content: url(/images_static/golf/golf_h2_bg_04.png);
}

.golf .h4-type02 {
  background-image: url(/images_static/golf/golf_h4_line_01.png);
  background-position: 0 8px;
}

/* slider */

.golf .p-slider-style01 .slick-prev img,
.golf .p-slider-style01 .slick-next img {
  display: none;
}

.golf .p-slider-style01 .slick-prev {
  background: url(/images_static/golf/golf_slider_prev_01.png) 0 0 no-repeat;
}

.golf .p-slider-style01 .slick-next {
  background: url(/images_static/golf/golf_slider_next_01.png) 0 0 no-repeat;
}

.golf .p-slider-style01 .slick-prev:hover,
.golf .p-slider-style01 .slick-next:hover {
  opacity: .7;
}

.golf .p-slider-style01 .slick-dots li button:before {
  background-color: #0E7134 !important;
}

/* btn */

.golf a.btn-type03 {
  background-image: url(/images_static/golf/golf_icon_arrow_right_03.png);
  border-color: #0E7134;
  color: #0E7134;
}

.golf a.btn-type03:hover {
  background-image: url(/images_static/golf/golf_icon_arrow_right_02.png);
  background-color: #0E7134;
  color: #fff;
}

.golf a.btn-type05 {
  border-color: #0E7134;
  color: #0E7134;
}

.golf a.btn-type05:hover {
  background-color: #0E7134;
  color: #fff;
}

.golf a.btn-type06 {
  background-image: url(/images_static/golf/golf_icon_arrow_right_03.png);
  border-color: #0E7134;
  color: #0E7134;
}

.golf a.btn-type06:before {
  background-image: url(/images_static/golf/golf_icon_pdf_01.png);
}

.golf a.btn-type06:hover {
  background-color: #0E7134;
  background-image: url(/images_static/golf/golf_icon_arrow_right_02.png);
  color: #fff;
}

.golf a.btn-type06:hover:before {
  background-image: url(/images_static/golf/golf_icon_pdf_02.png);
}


/* asset */

.golf .p-asset01 .label.cat {
  background-color: #25B25B;
  color: #fff;
}

.golf .p-asset01.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.golf .p-asset01 .label.area {
  background-color: #DBF4E4;
  color: #0E7134;
}

.golf .p-slider-style01 .slick-dots li button:before {
  opacity: .5;
}

.golf .p-slider-style01 .slick-dots li.slick-active button:before,
.golf .p-slider-style01 .slick-dots li:hover button:before{
  opacity: 1;
}

/* tab */

.golf .p-tab-head li {
  background-color: #0E7134;
  border-color: #0E7134;
}

.golf .p-tab-head li:first-child {
  margin-left: 0;
}

.golf .p-tab-head li.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.golf .p-tab-body {
  border-color: #0E7134;
}

.golf .p-tab-head li.active a {
  color: #0E7134;
}


/* golf mv */

.golf .mv {
  height: 570px;
  text-align: center;
}

.golf .mv-bg img {
  height: 570px;
}

.golf .mv-msg {
  top: 162px;
}

.golf .mv-msg-logo img {
  display: inline-block;
  width: auto;
}

.golf .mv-msg-text {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.golf .mv .mv-link {
  bottom: 110px;
  width: 1186px;
}

.golf .mv-nav {
  margin-top: -130px;
}

/* golf-reserve */

.golf-reserve {
  margin: -83px auto 30px;
  position: relative;
  width: 1186px;
}

.golf-reserve .head {
  background-color: #25B25B;
  color: #fff;
  padding: 14px 20px 11px;
}

.golf-reserve .head a {
  color: #fff;
  font-size: 14px;
}

.golf-reserve .body {
  background-color: #EFFFF5;
  padding: 20px;
}

.golf-reserve .form {
  margin-bottom: 5px;
  overflow: hidden;
}

.golf-reserve .form-cont {
  background-color: #fff;
  float: left;
  height: 199px;
  padding: 18px 0 0 30px;
  width: 844px;
}

.golf-reserve .form-cont h3 {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.golf-reserve .filter {
  overflow: hidden;
}

.golf-reserve .filter li {
  float: left;
  text-align: center;
}

.golf-reserve .filter li a {
  background-color: #888888;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  width: 127px
}

.golf-reserve .filter li.active a {
  background-color: #0E7134;
}

.golf-reserve .filter li.active a:hover {
  opacity: .7;
}

.golf-reserve .select-cont .hide {
  display: none;
}

.golf-reserve .entry {
  float: right;
  width: 295px;
}

.golf-reserve .entry p {
  display: table;
  text-align: center;
}

.golf-reserve .entry a {
  background: url(/images_static/golf/golf_icon_arrow_right_01.png) 93% center no-repeat #0D4021;
  color: #fff;
  display: table-cell;
  font-size: 22px;
  height: 200px;
  text-decoration: none;
  vertical-align: middle;
  width: 295px;
}

.golf-reserve .entry a:hover {
  opacity: .7;
}

.golf-reserve .entry a span {
  font-size: 15px;
}

.golf-reserve .bnr {
  overflow: hidden;
}

.golf-reserve .bnr .box {
  display: table;
  float: left;
  height: 108px;
  text-align: center;
  width: 570px;
}

.golf-reserve .bnr .box a {
  background: url(/images_static/golf/golf_icon_arrow_right_02.png) 96% center no-repeat;
  color: #fff;
  display: table-cell;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
}

.golf-reserve .bnr .box:hover {
  opacity: .7;
}

.golf-reserve .bnr .box span {
  font-size: 20px;
}

.golf-reserve .bnr .box01 {
  background: url(/images_static/golf/golf_reserve_img_01.jpg) center center no-repeat;
  background-size: cover;
  margin-right: 6px;
}

.golf-reserve .bnr .box02 {
  background: url(/images_static/golf/golf_reserve_img_02.jpg) center center no-repeat;
  background-size: cover;
}

.golf-reserve .note {
  font-size: 12px;
  margin-top: 12px;
}

.golf-reserve .area {
  overflow: hidden;
}

.golf-reserve .area .filter {
  float: left;
  margin-right: 5px;
}

.golf-reserve .area select {
  background-position: 99% center;
  width: 533px;
}

.golf-reserve form > div{
  margin-bottom: 12px;
}

.golf-reserve .date select {
  background-position: 92% center;
  font-size: 10px;
  padding-left: 7px;
  width: 60px;
}

.golf-reserve .form-cont span,
.golf-reserve .form-cont label {
  font-size: 13px;
}

.golf-reserve .title {
  width: 173px;
}

.golf-reserve .price {
  float: left;
  margin-right: 35px;
}

.golf-reserve .price select {
  width: 130px;
}

.golf-reserve .reserve-body-submit {
  float: left;
}

.golf-reserve .reserve-body-submit button {
  background-color: #0E7134;
  margin-top: 0;
  width: 260px;
}

.golf-reserve .reserve-body-submit button:hover {
  opacity: .7;
}

.golf-reserve .price .pr {
  padding-right: 5px;
}

.golf-reserve .date .pr20 {
  padding-right: 20px;
}

.golf-reserve .date label {
  padding-top: 2px;
}

/* golf-news */

.golf-news {
  margin-bottom: 24px;
}

.golf-news .p-slider-style01 li {
  margin-bottom: 0;
}

.golf-news .p-asset04 .cat li {
  background-color: #222;
  font-size: 11px;
}

.golf-news .more {
  margin-top: 20px;
  text-align: center;
}

.golf-news-list {
  margin-bottom: 40px;
}

/* golf-info */

.golf-info {
  background: url(/images_static/golf/golf_info_bg_01.jpg) center center no-repeat;
  background-size: cover;
  padding: 44px 0 27px;
}

.golf-info .inner {
  width: 1186px;
}

.golf-info .golf-h2 {
  margin-bottom: 40px;
}

.golf-info .title {
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}

.golf-info .title span {
  display: block;
  font-size: 18px;
}

.golf-info .inner {
  text-align: center;
}

.golf-info .cont {
  letter-spacing: -.4em;
  margin-bottom: 70px;
}

.golf-info .cont li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  width: 25%;
}

.golf-info .cont li img {
  margin-bottom: 27px;
  position: relative;
  width: auto;
}

.golf-info .cont li span {
  /*position: relative;*/
}

.golf-info .cont li span:before {
  content: "";
  display: block;
  height: 41px;
  margin-left: -66px;
  position: absolute;
  top: -3px;
  left: 50%;
  width: 41px;
  z-index: 1;
}

.golf-info .cont li.num01 span:before {
  background: url(/images_static/golf/golf_info_num_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.golf-info .cont li.num02 span:before {
  background: url(/images_static/golf/golf_info_num_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.golf-info .cont li.num03 span:before {
  background: url(/images_static/golf/golf_info_num_03.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.golf-info .cont li.num04 span:before {
  background: url(/images_static/golf/golf_info_num_04.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.golf-info .cont li p {
  color: #fff;
  font-size: 18px;
  line-height: 1.56;
}

.golf-info .more {
  margin-bottom: 44px;
  text-align: center;
}

.golf-info .p-asset03 .box {
  font-size: 13px;
}

.golf-info .p-asset03 .box span {
  display: block;
  font-size: 18px;
  margin-top: 2px;
}

.golf-info .p-asset03 .body,
.golf-info .p-asset03 .box {
  background-image: none;
  height: 132px;
}

.golf-info .p-slider-style01 .slick-dots li button:before{
  background-color: #fff !important;
}

.golf-info a.btn-type03 {
  background-image: url(/images_static/golf/golf_icon_arrow_right_02.png);
  border-color: #fff;
  color: #fff;
}

.golf-info a.btn-type03:hover {
  background-image: url(/images_static/golf/golf_icon_arrow_right_03.png);
  background-color: #fff;
  color: #0E7134;
}

/* golf-plan */

.golf-plan {
  background-color: #EFFFF5;
  padding: 38px 0 30px;
}

/* .golf-search */

.golf-search .refine-map {
  margin-bottom: 0;
}

.golf-search .p-tab-head {
  margin: 0 auto;
  width: 1246px;
}

.golf-search.refine-block .p-tab-head li {
  width: 620px;
}

.golf-search .p-tab-head li {
  margin-left: 5px;
}

.golf-search .refine-map-head {
  background-color: #0E7134;
}

.golf-search .refine-map-body {
  border-color: #0E7134;
}

.golf-search .refine-map-body .info {
  border-color: #0E7134;
  padding: 10px 20px 0;
}

.golf-search .close {
  margin-bottom: 16px;
  text-align: right;
}

.golf-search .close img {
  width: auto;
}

.golf-search .refine-map-body .course {
  color: #666666;
  font-size: 14px;
  margin-bottom: 5px;
}

.golf-search .refine-map-body .label span {
  background-color: #DBF4E4;
  color: #0E7134;
  display: inline-block;
  font-size: 11px;
  padding: 2px 15px;
}

.golf-search .refine-map-body .lead {
  border-bottom: 1px solid #E6E6E6;
  height: auto;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.golf-search .refine-map-body .tag {
  overflow: hidden;
}

.golf-search .refine-map-body .tag li {
  border: 1px solid #25B25B;
  color: #25B25B;
  margin-bottom: 5px;
  min-width: 105px;
  padding: 4px 15px 3px;
  text-align: center;
}

.golf-search .refine-map-body .bottom .reserve a {
  background-color: #0E7134;
}

.golf-search .refine-map-body .bottom .reserve a:before {
  content: none;
}

.golf-search .refine-map-body .bottom .tel {
  background-color: #DBF4E4;
  color: #0E7134;
}

.golf-search .refine-list {
  padding-bottom: 0;
}

.golf-search .refine-list dt {
  background-image: url(/images_static/golf/golf_icon_open_01.png);
}

.golf-search .refine-list dt.active {
  background-image: url(/images_static/golf/golf_icon_close_02.png);
}

.golf-search .refine-list .inner {
  margin: 0 auto 20px;
  text-align: left;
  width: 1248px;
}

.golf-search .refine-list dd .block .cont img {
  width: 162px;
}

.golf-search .refine-list dd .block .name {
  border: 0;
}

.golf-search .refine-list .course {
  font-size: 15px;
  margin-bottom: 13px;
}

.golf-search .refine-list .label span {
  background-color: #DBF4E4;
  color: #0E7134;
  display: inline-block;
  font-size: 11px;
  padding: 2px 15px;
}

.golf-search .refine-list .lead {
  border-bottom: 1px solid #E6E6E6;
  box-sizing: content-box;
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.golf-search .refine-list .tag {
  overflow: hidden;
}

.golf-search .refine-list .tag li {
  border: 1px solid #25B25B;
  color: #25B25B;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 5px;
  margin-right: 2px;
  min-width: 105px;
  padding: 4px 15px 3px;
  text-align: center;
}

.golf-search .refine-list dd {
  padding: 0 63px 20px;
}

.golf-search .refine-list dd .block .cont {
  padding-bottom: 5px;
}

.golf-search .refine-list .middle {
  padding: 0 20px 10px;
}

.golf-search .refine-list dd .block .name {
  margin-bottom: 10px;
}

.golf-search .refine-list dd .block {
  box-sizing: content-box;
  height: auto;
  margin-bottom: 12px;
  min-height: 280px;
  position: relative;
  width: 556px;
}

.golf-search .refine-list dd .wrap {
  bottom: 0;
  display: block;
  height: auto;
  position: absolute;
  width: 100%;
}

.golf-search .refine-list dd .bottom .reserve a {
  background-color: #0E7134;
}

.golf-search .refine-list dd .bottom .tel {
  background-color: #DBF4E4;
  color: #0E7134;
}

.golf-search .refine-list dd .block:first-child {
  margin-right: 0;
}

.golf-search .refine-list dd .block:nth-child(2n) {
  margin-left: 10px;
}

.golf-search .refine-list dd .bottom .member a {
  background: url(/images_static/common/icon_arrow_right_05.png) 96% center no-repeat #0E7134;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
}

.golf-search .refine-list dd .bottom .member a:hover {
  opacity: .7;
}

.golf-search .refine-list dd .bottom {
  display: block;
  height: 40px;
}

.golf-search .refine-list dd .bottom02 {
  height: 80px;
}

.golf-search .refine-list dd .col2 {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.golf-search .refine-list dd .col2 > div {
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.golf-search .refine-list dd .col1 > div {
  height: 40px;
  line-height: 40px;
}

.golf-search .refine-list dd h4.h4-type02 {
  margin-left: -17px;
  text-align: left;
}

.golf-search .refine-list dl {
  margin-bottom: 17px;
}

.golf .h4-type02.small {
  background-image: url(/images_static/golf/golf_h4_line_02.png);
  font-size: 15px;
  padding-left: 23px;
}

/* golf-select */

.golf-select h2 {
  font-size: 18px;
}

.golf-select {
  padding: 30px 0 40px;
}

/* golf-select */

.golf-select .p-asset03 .body p {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 20px;
}

.golf-select .p-asset03 .body span {
  display: block;
  font-size: 12px;
}

.golf-select-01 {
  margin-bottom: 30px !important;
}

.golf-select-02 .p-asset03 .body span {
  margin-bottom: 5px;
}

.golf-select-02 {
  overflow: hidden;
}

.golf-select-02 .box {
  float: left;
}

.golf-select-02 .box:last-child {
  margin-right: 0;
}

/* golf-news-list */

.golf-news-list {
  border-top: 2px solid rgba(37, 178, 91, .44);
  padding-top: 40px;
}

.golf-news-list .more {
  margin-top: 40px;
}

/* golf-sns */

.golf-sns {
  background: url(/images_static/golf/golf_line_01.png) 0 0 repeat-x;
  margin-bottom: 40px;
  padding-top: 30px;
}

.golf-sns .block {
  overflow: hidden;
}

.golf-sns .box {
  float: left;
  width: 613px;
}

.golf-sns .box:first-child {
  margin-right: 20px;
  padding-top: 13px;
}

/* golf-line */

.golf-line {
  margin-bottom: 50px;
}

.golf-line .logo {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.golf-line p {
  display: inline-block;
  font-size: 27px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.golf-line p span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.golf-line .logo img {
  width: auto;
}

.golf-line .block {
  background: url(/images_static/golf/golf_line_bg.jpg) center center no-repeat;
  background-size: cover;
  display: table;
  height: 126px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 1246px;
}

.golf-line .block a {
  background: url(/images_static/ski/ski_icon_arrow_right_07.png) 97% center no-repeat;
  color: #fff;
  display: table-cell;
  padding-top: 30px;
  text-decoration: none;
}

.golf-line .block:hover {
  opacity: .7;
}

/* golf-bnr */

.golf-bnr {
  margin-bottom: 26px;
}

.golf-bnr .bg {
  background-color: #EFFFF5;
  padding: 40px 0;
}

.golf-bnr .inner {
  margin: 0 auto;
  width: 1191px;
}

/* golf-link */

.golf-link {
  text-align: center;
  padding: 30px 0 0;
}

.golf-link ul {
  display: inline;
}

.golf-link li {
  display: inline-block;
  font-size: 13px;
}

.golf-link li:first-child {
  margin-right: 20px;
}

.golf-link li a {
  text-decoration: none;
}

.golf-link li a:hover {
  text-decoration: underline;
}

.golf-link li a:before {
  content: url(/images_static/ski/ski_icon_arrow_right_08.png);
  padding-right: 5px;
}

.golf-link li a.pdf:after {
  background: url(/images_static/common/icon_pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
  content: "";
  display: inline-block;
  height: 13px;
  vertical-align: top;
  width: 24px;
  margin-left: 5px;
}

/* golf popup */

.golf-top .header-fix {
  position: static !important;
}

.golf .golf-fix.fixed {
  position: fixed;
  top: 0;
  right: 50px;
  z-index: 100000;
}

.golf .golf-fix li {
  float: left;
  font-size: 13px;
  margin-left: 5px;
  text-align: center;
}

.golf .golf-fix li .open {
  cursor: pointer;
}

.golf .golf-fix li > p:hover {
  opacity: .7;
}

.golf .golf-fix li:first-child {
  margin-left: 0;
}

.golf .golf-fix li.searchbox {
  position: relative;
}

.golf .golf-fix li.searchbox p.open {
  background: url(/images_static/golf/golf_icon_arrow_bottom_01.png) 94% center no-repeat #0E7134;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  width: 170px;
}

.golf .golf-fix li.searchbox p.open a {
  color: #fff;
  text-decoration: none;
}

.golf .golf-fix li.tel {
  position: relative;
}

.golf .golf-fix li.tel p.open {
  background: url(/images_static/golf/golf_icon_arrow_bottom_01.png) 94% center no-repeat #0E7134;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 170px;
}

.golf .golf-fix li.searchbox p.open:before {
  content: '\f024';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
}

.golf .golf-fix li.tel p.open:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 20px;
  padding-right: 7px;
  vertical-align: middle;
}

.golf .golf-fix > li > a {
  background: url(/images_static/golf/golf_icon_arrow_right_01.png) 94% center no-repeat #0E7134;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: 170px;
}

.golf .golf-fix li a:hover {
  opacity: .7;
}

.golf-fix .popup-menu-cont {
  display: none;
}

.golf-fix .popup-menu-cont {
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
  background-color: #F5EDF3;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  width: 742px;
}

.golf-fix .golf-searchbox-cont {
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
  background-color: #F5EDF3;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  width: 742px;
}

.golf-fix .close {
  cursor: pointer;
  display: none;
}

.golf-fix .close:hover {
  opacity: 1 !important;
}

.golf-fix .active .close {
  background: url(/images_static/golf/golf_icon_close_03.png) center center no-repeat #25B25B;
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
}

.golf-fix .golf-reserve {
  margin-top: 0;
  width: 100%;
}

.golf-fix .golf-reserve .form-cont {
  width: 100%;
}

.golf-fix .golf-reserve .head {
  background-color: #EFFFF5;
  color: #222;
  padding-bottom: 0;
  text-align: center;
}

.golf-reserve .head h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.golf-reserve .head h3:before {
  content: '\f024';
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 7px;
}

.golf-reserve-popup .golf-reserve .head a {
  color: #222;
}

.golf-reserve-popup .golf-reserve .head p {
  font-size: 14px;
  padding-bottom: 10px;
}

.golf-reserve-popup .golf-reserve .body {
  padding-top: 0;
}

.golf-reserve-popup .golf-reserve .form-cont {
  color: #222;
  padding: 22px 23px;
  text-align: left;
}

.golf-reserve-popup .golf-reserve .area {
  margin-bottom: 23px;
}

.golf-reserve-popup .golf-reserve .date {
  margin-bottom: 15px;
}

.golf-reserve-popup .golf-reserve .area select {
  line-height: 30px;
  vertical-align: top;
  width: 376px;
}

.golf-reserve-popup .golf-reserve .filter li {
  margin-left: 0;
}

.golf-fix select {
  line-height: 30px;
}

.golf-reserve-popup .golf-reserve .title {
  display: block;
  float: left;
}

.golf-fix .block {
  float: right;
  margin-bottom: 10px;
  width: 483px;
}

.golf-reserve-popup .golf-reserve .entry {
  float: none;
  width: auto;
}

.golf-reserve-popup .golf-reserve .price {
  float: none;
  margin-bottom: 20px;
  margin-right: 0;
}

.golf-reserve-popup .golf-reserve .reserve-body-submit {
  float: none;
  margin-bottom: 0;
  text-align: center;
}

.golf-reserve-popup .golf-reserve .form-cont {
  float: none;
  margin-bottom: 20px;
  height: auto;
}

.golf-reserve-popup .golf-reserve .reserve-body-submit button {
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.golf-reserve-popup .golf-reserve .entry a {
  font-size: 16px;
  height: 58px;
  line-height: 1.2;
  width: 451px;
}

.golf-reserve-popup .golf-reserve .entry a span {
  font-size: 11px;
}

.golf-reserve-popup .golf-reserve .entry p {
  margin: 0 auto;
}

.golf-reserve-popup .golf-reserve .bnr .box {
  float: none;
  margin: 0 auto 10px;
}

.golf-reserve-popup .golf-reserve .note {
  color: #222;
  font-size: 11px;
  line-height: 1.2;
  text-align: left;
}

.golf-reserve-popup .golf-reserve .form {
  margin-bottom: 20px;
}

.golf-tel-block {
  background-color: #EFFFF5;
  padding: 20px;
}

.golf-tel-block h2 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

.golf-tel-block h2:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 23px;
  margin-right: 10px;
}

.golf-tel-block h3 {
  border-bottom: 1px solid #222;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}

.golf-tel-block .lead {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 15px;
}

.golf-tel-block .sp-tel {
  display: none;
}

.golf-tel-block .sp-tel-info {
  padding: 20px;
}

.golf-tel-block .sp-tel-info .num {
  font-size: 34px;
  margin-bottom: 10px;
}

.golf-tel-block .sp-tel-info .note {
  font-size: 16px;
}

/****** golf area ******/

.golf.area .header-logo img {
  margin-top: 0;
  padding-top: 36px;
  width: 267px;
}

.golf.area .header-menu {
  margin-right: 260px;
}

.golf.area .container {
  border-top: 3px solid #0E7134;
}

.golf.area .header-fix.fixed {
  width: auto;
  margin-left: 0;
  left: auto !important;
  right: 50px;
}

/* mv */

.golf.area .mv-msg {
  top: 102px;
}

.golf.area .mv-msg-logo {
  font-size: 44px;
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.golf.area .mv-msg-logo span {
  display: block;
  font-size: 20px;
  margin-top: 20px;
}

.golf.area .mv-msg-text {
  margin-top: 15px;
}

.golf.area .mv .mv-link {
  bottom: 173px;
}

.golf.area .mv-info {
  bottom: 100px;
  position: absolute;
  width: 100%;
}

.golf.area .mv-data {
  display: inline-block;
  overflow: hidden;
}

.golf.area .mv-data .left {
  background-color: rgba(13, 64, 33, .6);
  color: #fff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  float: left;
  padding: 0 12px;
}

.golf.area .mv-data .left .hole {
  font-size: 16px;
}

.golf.area .mv-data .left .per {
  font-size: 12px;
}

.golf.area .mv-data .right {
  float: left;
  height: 36px;
  background-color: rgba(255, 255, 255, .6);
  padding: 9px 9px 0;
}

.golf.area .mv-data .right ul {
  overflow: hidden;
}

.golf.area .mv-data .right li {
  float: left;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
}

.golf.area .mv-data .right li:last-child {
  margin-right: 0;
}

.golf.area .mv-data .right li {
  background-color: #fff;
  border: 1px solid #25B25B;
  color: #25B25B;
  padding: 0 30px;
  text-align: center;
}

.golf.area .mv-data .right li.member {
  background-color: #DBF4E4;
  border: 0;
}

.golf.area .mv-notice {
  background-color: rgba(13, 64, 33, .65);
  color: #fff;
  font-size: 14px;
  margin-top: 41px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.golf.area section.golf-reserve {
  margin-bottom: 10px;
  margin-top: -90px;
}

.golf.area .mv-nav {
  margin-top: -195px;
  position: relative;
  z-index: 1;
}

.golf.area section.golf-reserve .head {
  font-size: 14px;
}

/* golf-reserve */

.golf.area .golf-reserve-area .body {
  padding: 13px 12px;
}

.golf.area .golf-reserve-area .btn {
  box-sizing: border-box;
  height: 44px;
  padding: 0;
  width: 380px;
}

.golf.area .golf-reserve-area .btn:hover {
  opacity: .7;
}


.golf.area .golf-reserve-area .search .btn {
  background: url(/images_static/golf/golf_icon_arrow_right_01.png) 97% center no-repeat #0E7134;
  padding-top: 15px;
}

.golf.area .golf-reserve-area .search .btn:before {
  content: '\f024';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
}

.golf.area .golf-reserve-area .mygolf .btn {
  background: url(/images_static/golf/golf_icon_arrow_right_01.png) 97% center no-repeat #0D4021;
  padding-top: 5px;
}

.golf.area .golf-reserve-area .mygolf .btn span {
  display: block;
  font-size: 12px;
}

.golf.area .golf-reserve-area .btn-list {
  overflow: hidden;
}

.golf.area .golf-reserve-area .btn-list li {
  float: left;
  margin-left: 11px;
}

.golf.area .golf-reserve-area .btn-list li:first-child {
  margin-left: 0;
}

.golf.area .golf-reserve-area .tel {
  background-color: #DBF4E4;
  color: #0E7134;
  font-size: 16px;
  height: 44px;
  padding-top: 10px;
  text-align: center;
  width: 380px;
}

.golf.area .golf-reserve-area .tel:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 7px;
  vertical-align: middle;
}

.golf.area .golf-share {
  background-color: #F6F6F6;
}

.golf.area .golf-share .share-block {
  margin: 0;
  margin-left: auto;
  margin-right: 20px;
  padding: 20px 0;
}

/* golf-info */

.golf.area .golf-info-slider .p-asset03 .box {
  background-color: #fff;
}

.golf.area .golf-info-slider .box.full img {
  max-width: none;
  width: 100%;
}

/* golf plan */

.golf.area .golf-plan {
  padding-bottom: 47px;
}

.golf.area .golf-plan .p-asset01 .copy {
  color: #6F6F6F;
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
}

.golf.area .golf-plan .more {
  margin-top: 40px;
  text-align: center;
}

/* golf-sns */

.golf.area .golf-sns {
  background: none;
}

/* golf-news-list */

.golf.area .golf-news-list {
  border: 0;
  padding-top: 0;
}

/* golf-character */

.golf-character {
  margin-bottom: 40px;
}

.golf-character .block {
  display: table;
  margin-bottom: 5px;
}

.golf-character .block a {
  background: url(/images_static/golf/golf_icon_arrow_right_05.png) 98% center no-repeat;
  color: #fff;
  display: table-cell;
  font-size: 24px;
  height: 351px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  width: 1246px;
}

.golf-character .block:hover {
  opacity: .7;
}

.golf-character .block .text {
  margin-bottom: 30px;
}

.golf-character .block .text > span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

.golf-character .block01 {
  background: url(/images_static/golf/golf_character_img_01.jpg) center center no-repeat;
  background-size: cover;
}

.golf-character .block02 {
  background: url(/images_static/golf/golf_character_img_02.jpg) center center no-repeat;
  background-size: cover;
}

.golf-character .mv-data .right span {
  color: #222;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.golf-character .mv-data .right ul {
  display: inline-block;
  vertical-align: middle;
}

.golf.area .golf-character .mv-data .left {
  font-size: 12px;
}

.golf.area .golf-character .mv-data .right {
  padding: 3px 9px 0 9px;
}

.golf.area .golf-character .mv-data .right li {
  padding: 0 15px;
}

/* golf course */

.golf-course {
  background-color: #F7F7F7;
  margin-bottom: 38px;
}

.golf-course .u-center {
  background-color: #fff;
}

.golf-course .inner {
  padding: 44px 0 30px;
}

.golf-course .box {
  float: left;
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
  margin-left: 3px;
  margin-right: 3px;
  padding: 20px;
  width: 580px;
}

.golf-course .box .img {
  float: left;
  margin-right: 16px;
  width: 230px;
}

.golf-course .box .text .name {
  font-size: 19px;
  margin-bottom: 10px;
}

.golf-course .box .text .course {
  font-size: 14px;
  margin-bottom: 10px;
}

.golf-course .box .text .label {
  background-color: #DBF4E4;
  color: #0E7134;
  display: inline-block;
  font-size: 11px;
  padding: 2px 15px;
}

.golf-course .box .top {
  overflow: hidden;
}

.golf-course .box .bottom .lead {
  border-bottom: 1px solid #E6E6E6;
  box-sizing: content-box;
  font-size: 14px;
  line-height: 1.73;
  margin-bottom: 15px;
  padding: 10px 0;
}

.golf-course .box .bottom .tag li {
  border: 1px solid #25B25B;
  color: #25B25B;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 5px;
  margin-right: 2px;
  min-width: 105px;
  padding: 4px 15px 3px;
  text-align: center;
}

/* area-top-season */

.golf.area .area-top-season {
  margin-bottom: 30px;
}

.golf.area .area-top-season .btn {
  background: url(/images_static/common/icon_arrow_right_10.png) 94% center no-repeat transparent;
  background-size: 32px auto;
  border-color: #222;
  color: #222;
}

.golf.area .area-top-season .btn:hover {
  background: url(/images_static/common/icon_arrow_right_03.png) 94% center no-repeat #222;
  color: #fff;
}

/* area-top-facil */

.golf.area .area-top-facil .text {
  padding: 14px 9px;
}

.golf.area .area-top-facil h2 {
  font-size: 18px;
}

/* golf-bnr */

.golf.area .golf-bnr {
  margin-top: 100px;
}

/* golf area popup */

.golf.area .golf-tel-block .main-cont {
  padding-bottom: 10px;
}

.golf.area .golf-tel-block .main-cont .sp-tel-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 0 10px;
}

.golf.area .golf-tel-block .main-cont .sp-tel-info .num:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 31px;
  margin-right: 10px;
}

.golf.area .golf-tel-block .main-cont .sp-tel-info .num {
  color: #0E7134;
  margin-bottom: 0;
}

.golf.area .golf-tel-block .main-cont h3 {
  border-color: #B9B9B9;
  font-size: 16px;
}

.golf.area .golf-tel-block .main-cont .link {
  border-bottom: 1px solid #888;
  margin: 10px auto 0;
  text-align: left;
  width: 150px;
}

.golf.area .golf-tel-block .main-cont .link a {
  background: url(/images_static/wedding/wedding_icon_arrow_right_09.png) 100% 5px no-repeat;
  display: block;
  font-size: 14px;
  padding: 0 0 5px 0;
  text-decoration: none;
}

.golf.area .golf-tel-block .member-cont {
  margin-top: 20px;
}

/***** golf-facility *****/

/* p-header */

.golf-facility .p-header {
  box-shadow: none;
  margin-bottom: 10px;
}

.golf-facility .p-header .img > img {
  height: 163px;
}

.golf-facility .p-header .text > img {
  width: auto;
}

.golf-facility .p-header .text {
  margin-top: -67px;
}

.golf-facility .p-header h2 {
  margin-top: -20px;
  margin-bottom: 15px;
  position: relative;
}

/* golf-guidance */

.golf-guidance {
  margin-bottom: 38px;
}

.golf-guidance .p-asset05 .text {
  background-color: #0E7134;
}

.golf-guidance .more {
  text-align: center;
}

.golf-guidance .more li {
  display: inline-block;
}

.golf-guidance .p-asset05.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.golf-guidance .btn {
  width: 340px;
}

/* golf-list */

.golf-list {
  margin-bottom: 36px;
}

.golf-list dt {
  font-weight: bold;
  padding: 10px 0 10px 35px;
}

.golf-list dt > img {
  height: 36px;
  margin-right: 8px;
  vertical-align: middle;
  width: 67px
}

.golf-list .left {
  float: left;
  margin-right: 20px;
  width: 576px;
}

.golf-list .right {
  float: left;
  width: 593px;
}

.golf-list .refine-list {
  padding-bottom: 0;
}

.golf-list .refine-list dt {
  background-image: url(/images_static/golf/golf_icon_open_01.png);
}

.golf-list .refine-list dt.active {
  background-image: url(/images_static/golf/golf_icon_close_02.png);
}

.golf-list .refine-list dd {
  padding: 0 5px 5px;
}

.golf-list .refine-list dd .bg {
  background-color: #fff;
  padding: 30px 17px 30px 30px;
}

.golf-list .refine-list dd .p-slider-type01 .slick-next {
  bottom: 10px;
  right: 220px;
}

.golf-list .refine-list dd .p-slider-type01 .slick-prev {
  bottom: 10px;
  left: 220px;
}

.golf-list .refine-list dd .p-slider-type01 .slick-dots {
  bottom: 8px !important;
}

.golf-list .refine-list dd .p-slider-type01 .slick-slide:after {
  height: 19.67%;
}

.golf-list .refine-list dd .p-slider-type01 .desc {
  bottom: 28px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
}

.golf-list .refine-list dd p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 1em;
  padding-right: 13px;
}

.golf-list .refine-list dd .btn-list {
  overflow: hidden;
}

.golf-list .refine-list dd .btn-list li {
  float: left;
}

.golf-list .refine-list dd .btn-list li:first-child {
  margin-right: 5px;
}

.golf-list .refine-list dd .btn-list .btn {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 288px;
}

.golf-list .refine-list dd .btn-list a.btn-type05:after {
  top: 0;
}

.golf-list .refine-list dd .h4-type01 {
  border-color: #0E7134;
}

.golf-list .refine-list dd .lead {
  font-size: 15px;
  margin-bottom: 10px;
}

.golf-list .golf-link-list li {
  margin-bottom: 3px;
}

.golf-list .golf-link-list li a {
  background: url(/images_static/golf/golf_icon_arrow_right_06.png) 98% center no-repeat #F6F6F6;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 580px;
}

.golf-list .refine-list dd .note {
  font-size: 15px;
}

.golf-list .refine-list dd .note li {
  margin-bottom: 10px;
}

.golf-list .golf-link-list {
  margin-bottom: 10px;
}

.golf-list .golf-link-list li a:hover {
  opacity: .7;
}

.golf-list .refine-list dd .link a {
  text-decoration: none;
}

.golf-list .refine-list dd .link a:hover {
  text-decoration: underline;
}

.golf-list .refine-list dd .link:before {
  content: '\f105';
  display: inline-block;
  font-family: Fontawesome;
  font-size: 14px;
  padding-right: 9px;
  vertical-align: top;
}

.golf-list .refine-list dd .note li 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;
}

.golf-link-list-cont {
  background-color: #fff;
  margin: 40px auto;
  padding: 40px 0 66px;
  position: relative;
  width: 1207px;
}

.golf-link-list-cont .mfp-close {
  background: url(/images_static/ski/ski_close_01.png) 0 0 no-repeat;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  padding: 0;
  right: 10px;
  top: 10px !important;
  width: 20px;
}

.golf-link-list-cont .close-bottom {
  background-color: #E6E6E6;
  height: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}

.golf-link-list-cont .close-bottom .mfp-close {
  background: url(/images_static/ski/ski_close_02.png) center center no-repeat;
  height: 40px;
  position: static;
  text-align: center;
  width: 100%;
}

.golf-link-list-cont .p-tab-head {
  padding: 0 37px;
}

.golf-link-list-cont .p-tab-head li {
  margin-left: 7px;
  width: calc(25% - 7px);
}

.golf-link-list-cont .p-tab-body {
  padding: 20px 37px 0;
}

.golf-link-list-cont .block {
  overflow: hidden;
}

.golf-link-list-cont .cont {
  background-color: #F6F6F6;
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  width: 556px;
}

.golf-link-list-cont .cont:nth-child(2n) {
  margin-left: 12px;
}

.golf-link-list-cont .cont .img {
  float: left;
  margin-right: 15px;
  width: 231px;
}

.golf-link-list-cont .cont img {
    width: 100%;
}

.golf-link-list-cont .cont .text {
  float: left;
  width: 270px;
}

.golf-link-list-cont .cont .name {
  font-size: 19px;
  margin-bottom: 15px;
}

.golf-link-list-cont .cont .desc {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 10px;
}

.golf-link-list-cont .price {
  font-size: 20px;
  font-weight: bold;
}


/* golf-stay*/

.golf-stay {
  margin-bottom: 50px;
}

.golf-stay.golf-course .inner {
  padding-bottom: 15px;
}

.golf-stay .address {
  font-size: 14px;
  line-height: 1.43;
}

.golf-stay.golf-course .box .text .name {
  margin-bottom: 5px;
}

.golf-stay .btn-area > div {
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.golf-stay .btn-area p {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.golf-stay .btn-area .reserve a {
  background: url(/images_static/common/icon_arrow_right_05.png) 96% center no-repeat #0E7134;
  display: table-cell;
  color: #fff;
  font-size: 14px;
  height: 40px;
  text-decoration: none;
  vertical-align: middle;
}

.golf-stay .btn-area .reserve a:hover {
  opacity: .7;
}

.golf-stay .btn-area .tel {
  background-color: #DBF4E4;
  color: #0E7134;
}

.golf-stay .btn-area .tel p:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 14px;
}

.golf-facility.area .golf-bnr {
  margin-top: 40px;
}


/***** area-home *****/

/* header */

.area-home .header {
  height: 75px;
}

/* parts */

.area-home .h2-type02 {
  font-size: 18px;
}

.area-home .p-slider-style01 .slick-dots li button:before {
  background-color: #6f6f6f !important;
}

/* mv */

.area-home .mv {
  height: 570px;
  text-align: center;
}

.area-home .mv-bg img {
  height: 570px;
}

.area-home .mv-msg {
  top: 135px;
}

.area-home .mv-msg-logo img {
  display: inline-block;
  width: auto;
}

.area-home .mv-msg-text {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 0;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.area-home .mv .mv-link {
  bottom: 33px;
}

.area-home .mv-msg-text span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}

.area-home .mv-nav {
  margin-top: -48px;
}

/* area-home-news */

.area-home-news {
  margin-bottom: 30px;
  padding-top: 30px;
}

.area-home-news .p-asset04 .cat a {
  background-color: #222;
}

.area-home-news .p-slider-style01 .slick-dots {
  bottom: 25px !important;
}

/* area-home-recommended */

.area-home-recommended {
  background: url(/images_static/area/area_home_bg_01.png) 0 184px repeat-x;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

/* area-home-plan */

.area-home-plan {
  background: url(/images_static/area/area_home_bg_01.png) 0 184px repeat-x;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.area-home-plan .copy {
  color: #6F6F6F;
  display: block;
  font-size: 13px;
}

.area-home-plan .name {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
}

.area-home-plan h3 {
  margin-bottom: 5px;
}

/* area_home-enjoy */

.area-home-enjoy .head {
  background: url(/images_static/area/area_home_img_08.jpg) center center no-repeat;
  background-size: cover;
  height: 238px;
  margin: 0 auto 30px;
  width: 1260px;
  display: table;
}

.area-home-enjoy .head .h2-type01 {
  border-bottom: 0;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.area-home-enjoy .head h2 span {
  color: #fff;
}

.area-home-enjoy .head .h2-type01 .font {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 33px;
  letter-spacing: 0.075em;
}

.area-home-enjoy-tab .p-tab-head {
  margin: 0 auto;
  padding: 0 7px;
  width: 1260px;
}

.area-home-enjoy-tab .p-tab-head li:first-child {
  margin-left: 0;
}

.area-home-enjoy-tab .p-tab-head li, .p-tab-head-lv01 li {
  margin-left: 4px;
}

.area-home-enjoy-tab .bg {
  background-color: #F6F6F6;
  margin: 40px 0;
  padding: 40px 0;
}

.area-home-enjoy-tab .wrap {
  margin: 0 auto;
  padding: 0 26px 0 27px;
  width: 1260px;
}

.area-home-enjoy-tab .top {
  margin-bottom: 19px;
}

.area-home-enjoy-tab .top h3 {
  font-size: 27px;
  margin-bottom: 20px;
  text-align: center;
}

.area-home-enjoy-tab .top h3 span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.area-home-enjoy-tab .p-asset05 .box {
  margin-left: 6px;
  margin-right: 0;
  width: 600px;
}

.area-home-enjoy-tab .p-asset05 .box img {
  width: 600px;
}

.area-home-enjoy-tab .p-asset05 .text {
  width: 566px;
}

.area-home-enjoy-tab .p-asset05 .slick-dots {
  bottom: -30px;
}

.area-home-enjoy-tab .p-slider-type09 .box {
  background-color: #fff;
  margin-right: 5px;
  overflow: hidden;
  width: 600px;
}

.area-home-enjoy-tab .p-slider-type09 .box .img {
  float: left;
  width: 250px;
}

.area-home-enjoy-tab .p-slider-type09 .box .text {
  float: left;
  width: calc(100% - 250px);
  padding: 20px;
}

.area-home-enjoy-tab .p-slider-type09 .box .text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.area-home-enjoy-tab .p-slider-type09 .box .text p {
  line-height: 1.69;
}

/* area-home-search */

.area-home-search {
  border-top: 2px solid #222;
}

.area-home-search .p-tab-head {
  margin: 0 auto;
  width: 1260px;
}

.area-home-search.refine-block .p-tab-head li {
  margin-left: 6px;
  width: 620px;
}

.area-home-search .p-tab-head li:first-child {
  margin-left: 7px;
}

.area-home-search .close img {
  width: auto;
}

.area-home-search .close {
  margin-bottom: 16px;
  text-align: right;
}

.area-home-search .refine-map-body .info {
  height: 573px;
}

.area-home-search .refine-map-body {
  height: 575px;
}

.area-home-search .refine-map-body .map {
  height: 573px;
}

.area-home-search #Map {
  height: 571px;
}

.area-home-search .refine-map-body .name {
  margin: 15px 0 15px;
}

.area-home-search .refine-map-body .address {
  font-size: 14px;
  line-height: 1.29;
}

.area-home-search .refine-map-body .lead {
  font-size: 14px;
  line-height: 1.57;
}

.area-home-search .refine-map-body .reserve a:before {
  content: '';
}

.area-home-search .refine-map-body .reserve:hover {
  opacity: .7;
}

.area-home-search .refine-list .bg {
  background-color: #fff;
  overflow: hidden;
  padding: 30px 32px;
}

.area-home-search .refine-list dd {
  padding: 0 5px 5px;
}

.area-home-search .refine-list .middle {
  padding: 0 20px 15px;
}

.area-home-search .refine-list .middle .lead {
  font-size: 14px;
  line-height: 1.43;
}

.area-home-search .refine-list .cont h3.name {
  border: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.area-home-search .refine-list .cont .address {
  font-size: 14px;
  line-height: 1.43;
}

.area-home-search .refine-list dd .bottom {
  padding: 0 20px 20px;
}

.area-home-search .refine-list dd .bottom a {
  width: auto;
}

.area-home-search .refine-list dd .bottom .reserve a {
  padding: 0;
}

.area-home-search .refine-list dd .bottom .small {
  font-size: 14px;
}

.area-home-search .refine-list dd .bottom .tel p:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 19px;
  padding-right: 14px;
}

.area-home-search .refine-list dd .block {
  height: auto;
  width: 580px;
}

.area-home-search .refine-list dd .block .cont img {
  float: none;
  margin-right: 0;
  width: 100%;
}

.area-home-search .refine-list dd .block .cont .img {
  float: left;
  margin-right: 17px;
  width: 284px;
}

.area-home-search .refine-list dd .block .cont .text {
  float: left;
  width: calc(100% - 301px);
}

.area-home-search .refine-list dd .middle .data {
  display: table;
  height: 34px;
  margin-top: 10px;
  table-layout: fixed;
  width: 100%;
}

.area-home-search .refine-list dd .middle .data ul {
  display: table-cell;
  vertical-align: middle;
}

.area-home-search .refine-list dd .middle .budget {
  width: 175px;
}

.area-home-search .refine-list dd .middle .budget li {
  float: left;
  margin-right: 10px;
  font-size: 13px;
}

.area-home-search .refine-list dd .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;
}

.area-home-search .refine-list dd .middle .budget li.lunch:before {
  background-color: #FF9300;
  content: '\f185';
}

.area-home-search .refine-list dd .middle .budget li.dinner:before {
  background-color: #003764;
  content: '\f186';
}

.area-home-search .refine-list dd .middle .tag {
  margin-top: 10px;
  overflow: hidden;
}

.area-home-search .refine-list dd .middle .tag li {
  border: 1px solid #95989A;
  color: #000;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 4px 8px 3px;
}

.area-home-search .refine-list dd .middle .target ul {
  overflow: hidden;
}

.area-home-search .refine-list dd .middle .target li {
  background-color: #646464;
  border: 0;
  color: #fff;
  font-size: 11px;
}

.area-home-search .refine-list dd .bottom .more a {
  background: url(/images_static/common/icon_arrow_right_05.png) 98% center no-repeat #222;
  display: table-cell;
  color: #fff;
  font-size: 14px;
  height: 40px;
  text-decoration: none;
  vertical-align: middle;
}

.area-home-search .refine-list dd .cont .course {
  font-size: 14px;
  margin-bottom: 10px;
}

.area-home-search .refine-list dd .cont .label span {
  background-color: #E6E6E6;
  display: inline-block;
  font-size: 11px;
  padding: 2px 15px;
}

.area-home-search .refine-list dd .cont .blank:after {
  content: '\f08e';
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 13px;
  padding-left: 10px;
}

.area-home-search .refine-list dd .bottom .reserve {
  border-right: 5px solid #fff;
}

/* area-home-facil */

.area-home-facil {
  margin-bottom: 40px;
}

.area-home-facil h3 {
  font-size: 18px;
}

.area-home-facil .area-top-facil {
  margin: 0 auto;
  padding: 0;
  width: 1207px;
}

.area-home-facil .area-top-facil .service-slider-02 .box {
  width: 298px;
}

.area-home-facil .area-top-facil .service-slider-02 .box img {
  width: 298px;
}

.area-home-facil .area-top-facil .service-slider-02 .text {
  padding: 15px 17px;
  background-image: none;
}

.area-home-facil .area-top-facil .service-slider-02 .text a {
  text-decoration: none;
}

.area-home-facil .area-top-facil .service-slider-02 .text p {
  font-size: 13px;
}

.area-home-facil .area-top-facil .service-slider-02 .text h3 {
  font-size: 20px;
}

/* area-home-news-list */

.area-home-news-list {
  border-top: 2px solid #222;
  margin-bottom: 40px;
  padding-top: 40px;
}

.area-home-news-list .more {
  margin-top: 20px;
  text-align: center;
}

/* area-home-sns */

.area-home-sns {
  margin-bottom: 40px;
}

.area-home-sns .block {
  overflow: hidden;
}

.area-home-sns .box {
  float: left;
  width: 613px;
}

.area-home-sns .box:first-child {
  margin-right: 20px;
}

/* area-home-line */

.area-home-line {
  margin-bottom: 50px;
}

.area-home-line .logo {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.area-home-line p {
  display: inline-block;
  font-size: 27px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.area-home-line p span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.area-home-line .logo img {
  width: auto;
}

.area-home-line .block {
  background: url(/images_static/area/area_home_line_bg.jpg) center center no-repeat;
  background-size: cover;
  display: table;
  height: 126px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 1246px;
}

.area-home-line .block a {
  background: url(/images_static/ski/ski_icon_arrow_right_07.png) 97% center no-repeat;
  color: #fff;
  display: table-cell;
  padding-top: 30px;
  text-decoration: none;
}

.area-home-line .block:hover {
  opacity: .7;
}

/* area-home-region */

.area-home-region .region-block {
  margin-bottom: 30px;
  padding: 0;
}

.area-home-region .h2-type02 {
  font-size: 24px;
}

.area-home-region .body p {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.area-home-region .body p span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.area-home-region .body .pdf:after {
  background: url(/images_static/common/icon_pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
  content: "";
  display: block;
  height: 13px;
  vertical-align: top;
  width: 24px;
}

/* area-home-bnr */

.area-home-bnr .inner {
  margin: 0 auto 40px;
  width: 1187px;
}



/* Footer
   ========================================================================== */

.footer {
  background-color: #222;
  color: #fff;
  position: relative;
}

.footer-wrap {
  color: #fff;
  margin: 0 auto;
  width: 1260px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-link a:hover {
  text-decoration: underline;
}


.footer-block {

}

.footer-top {
  border-bottom: 1px solid #fff;
  display: table;
  height: 100px;
  margin: 0 30px;
  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;
}

.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;
  margin-top: 3px;
  width: 20px;
}

.footer-link {
  font-size: 13px;
}

.footer-link li {
  float: left;
  margin-left: 18px;
}

.footer-link li:first-child {
  margin-left: 0;
}

.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 50px;
  position: relative;
  width: 1200px;
}

.footer-nav02 .service {
  margin-top: 30px;
}

.area .footer-nav {
  border-bottom: 1px solid #6F6F6F;
  padding: 30px 20px 40px;
}

.area .footer-nav02 {
  padding-bottom: 20px;
}

.area .footer-nav-area02 li {
  padding-right: 30px;
}

.footer-nav .inner > div {
  float: left;
}

.footer-nav .box {
  float: left;
  width: 285px;
}

.footer-nav li {
  margin-bottom: 5px;
}

.footer-nav li a {
  display: block;
  overflow: hidden;
}

.footer-nav li:before {
  content: '\f105';
  display: block;
  float: left;
  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: 50px;
  padding: 17px 15px 10px;
  position: absolute;
  right: 29px;
  text-align: center;
}

.area .footer-nav-area .footer-inner {
  float: left;
  overflow: hidden;
}

.area .footer-nav-area ul {
  display: block;
  float: left;
}

.area .footer-nav-area ul.footer-business li {
  width: 160px;
}

.area .footer-nav-app {
  bottom: 28px;
  padding: 20px 30px;
  right: 0;
}

.footer-nav-app p {
  font-size: 13px;
  margin-bottom: 10px;
}

.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 {
  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 {
  margin: 0 auto;
  padding: 20px 30px;
  width: 1260px;
}

.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: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
  font-size: 14px;
  padding: 25px 0;
  text-align: center;
  font-weight: 500;
}

/* footer wedding area */

.wedding.area .footer-top {
  border-color: #6f6f6f;
}

.wedding.area .footer-nav {
  padding-bottom: 25px;
}

.wedding.area .footer-wrap,
.wedding.area .footer-wrap a {
  color: #E6E6E6;
}

.wedding.area .footer-nav-area ul {
  height: auto;
}

.wedding.area .footer-nav-area li {
  width: 240px;
}

.wedding.area .footer-nav-area ul.last li {
  width: 200px;
}

.wedding.area .footer-back {
  overflow: hidden;
  padding: 30px 30px 10px;
}

.wedding.area .footer-back-link {
  float: left;
}

.wedding.area .footer-back-link li {
  font-size: 14px;
  margin-bottom: 25px;
}

.wedding.area .footer-back-logo {
  overflow: hidden;
}

.wedding.area .footer-back-logo li {
  float: left;
  margin-left: 17px;
}

.wedding.area .footer-back-link a {
  background: url(/images_static/wedding/footer_arrow_01.png) 0 center no-repeat;
  padding-left: 55px;
}

.wedding.area .footer-back-logo {
  float: right;
}

/* footer ski area */

.footer-nav li .pdf:after {
  background: url(/images_static/ski/icon_pdf_01.png) 0 0 no-repeat;
  background-size: 25px 14px;
  content: '';
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  width: 25px;
}

.ski.area .footer-top {
  border-color: #6f6f6f;
  height: 105px;
}

.ski.area .footer-nav {
  padding-bottom: 20px;
}

.ski.area .footer-wrap,
.ski.area .footer-wrap a {
  color: #E6E6E6;
}

.ski.area .footer-nav-area ul {
  height: auto;
}

.ski.area .footer-nav-area li {
  width: 240px;
}

.ski.area .footer-nav-area ul.last li {
  width: 200px;
}

.ski.area .footer-nav-area02 {
  width: 100%;
}

.ski.area .footer-nav-area02 li {
  float: left;
  width: 240px;
}

.ski.area .footer-nav-area02 .wrap {
  float: left;
}

.ski.area .footer-back {
  overflow: hidden;
  padding: 30px 30px 10px;
}

.ski.area .footer-back-link {
  float: left;
}

.ski.area .footer-back-link li {
  font-size: 14px;
  margin-bottom: 25px;
}

.ski.area .footer-back-logo {
  overflow: hidden;
}

.ski.area .footer-back-logo li {
  float: left;
  margin-left: 17px;
}

.ski.area .footer-back-link a {
  background: url(/images_static/wedding/footer_arrow_01.png) 0 center no-repeat;
  padding-left: 55px;
}

.ski.area .footer-back-logo {
  float: right;
}

.ski.area .footer-back-logo li:first-child {
  padding-top: 5px;
}

/* golf area footer */

.golf.area .footer-wrap,
.golf.area .footer-wrap a {
  color: #E6E6E6;
}

.golf.area .footer-back {
  overflow: hidden;
  padding: 30px 30px 10px;
}

.golf.area .footer-back-link {
  float: left;
  width: 500px;
}

.golf.area .footer-back-link li {
  font-size: 14px;
  margin-bottom: 25px;
}

.golf.area .footer-back-logo {
  overflow: hidden;
}

.golf.area .footer-back-logo li {
  float: left;
  margin-left: 17px;
}

.golf.area .footer-back-link span {
  display: block;
  overflow: hidden;
}

.golf.area .footer-back-link a:before {
  content: url(/images_static/wedding/footer_arrow_01.png);
  display: block;
  float: left;
  margin-right: 5px;
}

.golf.area .footer-back-logo {
  float: right;
}

.golf.area .footer-sns {
  width: 600px;
}

.golf.area .footer-nav {
  padding-bottom: 30px;
}

.golf.area .footer-nav-area ul {
  height: auto;
}

/* area-home footer */

.area-home .footer-nav {
  border-bottom: 1px solid #6F6F6F;
  padding: 30px 20px 40px;
}

.area-home .footer-top {
  border-color: #6F6F6F;
}

.area-home .footer-search {
  float: right;
  margin-top: 30px;
}

/* Retina
   ========================================================================== */

.header-logo img {
  height: auto;
  width: 182px;
}

.area .header-logo img {
  height: auto;
  width: 147px;
}

.area-top .mv-msg .mv-area img {
  height: auto;
  vertical-align: top;
  width: 184px;
}

/* 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;
  }
  
  .header-menu-box .header-menu-btn img {
    width: 20px;
  }
  
  .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;
  }

  .wedding-top .brand-img .slick-list {
    box-sizing: content-box;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .wedding-top .brand-slider div {
    overflow: visible;
  }

  .wedding-top .brand-slider.p-slider-type01 .slick-prev,
  .wedding-top .brand-slider.p-slider-type01 .slick-next {
    bottom: 70px;
  }

  .wedding-top .brand-slider.p-slider-type01 .slick-dots {
    bottom: 67px !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;
  }*/
  
  section  .inner {
    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;
  }
  
  .header-home .header-logo {
    padding-left: 0;
  }
  
  .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: 50px;
    margin-top: 0;
    padding: 3px 0 0;
    width: 60px;
  }
  
  .header-login p {
    background-image: none;
    font-size: 10px;
    padding-left: 0;
    text-align: center;
  }
  
  .header-login p:before {
    content: none;
  }
  
  .header-login a {
    display: inline-block;
  }
  
  .header-login a:before {
    content: '\f090';
    font-family: FontAwesome;
    display: block;
    font-size: 15px;
    margin-right: 5px;
    padding-right: 0;
  }
  
  .header-login.status-login a:before {
    display: none;
  }
  
  .header-login p.open:hover {
    color: #fff !important;
  }
  
  /* header-login */
  
  .mfp-content .header-login-cont {
    display: block;
  }
  
  .header-login {
    height: auto;
    margin-right: 10px;
    width: 80px;
  }
  
  .header-login p.open:before {
    content: none;
  }
  
  .header-login > p {
    font-size: 12px;
    height: 29px;
    line-height: 29px;
  }
  
  .header-login a:before {
    display: inline-block;
  }
  
  .header-login-cont {
    top: 0;
  }
  
  .header-login-cont .form input[type="submit"] {
    background-color: #000;
    width: 300px;
  }
  
  .header-login-cont .form .body {
    padding: 0;
    width: 100%;
  }
  
  .header-login-cont .form .option {
    width: 100%;
  }
  
  .header-login-cont.sp-modal .mfp-close-bottom .mfp-close {
    bottom: 10px;
    right: 10px;
  }
  
  .header-login-cont.sp-modal .mfp-close:after {
    color: #fff;
    content: '閉じる';
    font-size: 10px;
    left: 6px;
    line-height: 1;
    position: absolute;
    bottom: -5px;
  }
  
  .header-login-cont .mfp-close-bottom {
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
  }
  
  .header-login-cont.sp-modal .mfp-close {
    left: inherit;
    right: 5px;
  }
  
  .header-login-cont .block {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  
  .header-login-cont .block.entry .body p {
    font-size: 12px;
    text-align: left;
  }
  
  .header-login-cont h2 {
    font-size: 17px;
    margin-bottom: 25px;
  }
  
  .header-login-cont h2 span {
    font-size: 11px;
  }
  
  .header-login-cont h3 {
    border-bottom: 1px solid #222;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  
  .header-login-cont .block p {
    font-size: 14px;
  }
  
  .header-login-cont .entry li {
    float: none;
    margin-bottom: 10px;
  }
  
  .header-login-cont .entry {
    text-align: center;
  }
  
  .header-login-cont .entry .btn {
    width: 300px;
  }
  
  .header-login-cont .entry li:first-child {
    margin-right: 0;
  }
  
  .header-login-cont .entry ul {
    margin-top: 15px;
  }
  
  .header-login-cont .mypage-club {
    width: 100%;
  }
  
  .header-login-cont.status-login .head {
    font-size: 12px;
  }
  
  .header-login-cont.status-login .head span {
    font-size: 16px;
  }
  
  .header-login-cont.status-login .mypage-club {
    padding: 0;
  }
  
  .header-login-cont.status-login {
    padding: 50px 2.7% 30px;
  }
  
  .header-login-cont.status-login .mypage-club .body {
    padding: 10px 18px;
  }
  
  .header-login-cont.status-login .mypage-club .medal, .header-login-cont.status-login .mypage-club .point {
    float: none;
    width: 100%;
  }
  
  .header-login-cont.status-login .mypage-club .btn .btn {
    width: 100%;
  }
  
  .header-login-cont.status-login .mypage-club .btn li {
    float: none;
    margin-left: 0;
  }
  
  .header-login-cont.status-login .bottom .btn li {
    float: none;
  }
  
  .header-login-cont.status-login .bottom .btn .btn {
    width: 300px;
  }
  
  .header-login-cont.status-login .bottom .btn li {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  
  .header-login-cont.status-login .bottom .btn li:first-child a {
    text-align: center;
  }
  
  .header-login-cont.status-login .bottom .btn li.seibu-btn a {
    text-align: center;
  }
  
  .header-login-cont.status-login .mypage-club {
    margin-bottom: 20px;
  }
  
  .header-login-cont.status-login .bottom {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }
  
  .header-login-cont.status-login .bottom .btn li.mypage-btn {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .header-login-cont.status-login .bottom .btn li.mypage-btn a {
    background-color: #000;
  }
  
  .header-login-cont.status-login .mypage-club .body .left {
    margin-right: 5%;
    width: 30%
  }
  
  .header-login-cont.status-login .mypage-club .rank {
    float: right;
    margin-right: 0;
    width: 65%;
  }
  
  .header-login-cont.status-login a.btn-type05:after {
    top: 0 !important;
  }
  
  .header-login-cont.status-login .mypage-club .body .btn li:first-child {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .header-login-cont.status-login .mypage-club .body .btn li:first-child .btn.kikka {
    text-align: center;
  }
  
  .header-fix {
    display: none;
  }
  
  .area .header-fix.fixed {
    display: none;
  }
  
  .header-nav,
  .home-gnav {
    display: none;
  }
  
  .sp-header-menu-btn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 46px;
  }
  
  .sp-header-menu-btn .open-popup img {
    height: auto;
    width: 26px;
  }
  
  .sp-header-menu-search {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 38px;
  }
  
  .sp-header-menu-search .open-popup img {
    height: auto;
    width: 21px;
  }
  
  .header-util {
    display: table-cell;
    width: 60px;
  }
  
  .header-util,
  .header-util > div {
    float: none;
  }
  
  /* login-popup */
  
  .login-popup-cont .mfp-close {
    top: 0 !important;
  }
  
  
  /* home-header */
  
  .header-home .header-login > p,
  .header-home .header-login > p.open:hover {
    background-image: none;
    background-color: #6f6f6f;
  }
  
  .home .header-logo {
    display: block;
  }
  
  /* area-header */
  
  .area .header {
    height: 58px;
  }
  
  .area .header-login {
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    width: 80px;
  }
  
  .area .header-login p {
    padding-left: 0;
  }
  
  .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;
  }
  
  .area .sp-reserve-head {
    margin: 0;
  }
  
  .sp-tel-block.sp-modal,
  .reserve-body.sp-modal {
    padding-left: 0;
    padding-right: 0;
  }
  
  /* modal */
  
  .mfp-content {
    height: 100%;
  }
  
  .mfp-container {
    padding: 0 !important;
  }
  
  .sp-modal {
    position: relative;
    background: #fff;
    padding: 50px 20px 0;
    width: 100%;
  }
  
  .sp-modal .main-cont {
    padding: 0 20px;
  }
  
  .sp-modal .member-cont {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  
  .sp-tel-block.login .main-cont {
    background-color: #585858;
    color: #fff;
    padding: 0 20px;
  }
  
  .sp-tel-block.login .member-cont h3.head {
    margin-bottom: 20px;
    padding: 0 20px 5px;
  }
  
  .sp-tel-block.login .member-cont .sp-tel-info .note {
    font-size: 16px;
    margin-bottom: 0;
  }
  
  .sp-tel-block.login .member-cont .sp-tel-info .num {
    margin-bottom: 10px;
  }
  
  .sp-tel-block.login .member-cont .sp-tel-info .num:before {
    content: '\f095';
    font-family: Fontawesome;
    font-size: 31px;
    padding-right: 11px;
  }
  
  .sp-tel-block.login .member-cont .sp-reserve-head {
    padding: 0 20px;
  }
  
  .sp-tel-block.login .sp-reserve-bottom .notice {
    color: #fff;
    padding: 0;
    text-align: left;
  }
  
  .sp-tel-block.login .sp-header-util {
    padding-bottom: 20px;
  }
  
  .sp-tel-block.login .sp-reserve-bottom a {
    color: #fff;
  }
  
  .sp-tel-block.login .main-cont .sp-tel-info {
    background-color: #222;
  }
  
  .sp-tel-block.login .main-cont h3.head {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  
  .sp-tel-block.login .main-cont .sp-reserve-head {
    margin-bottom: 5px;
    padding: 20px 20px 0;
  }
  
  .sp-tel-block.login .main-cont .sp-reserve-head p {
    margin-bottom: 0;
  }
  
  .sp-tel-block.login .main-cont .sp-tel-info .navi {
    margin-bottom: 0;
  }
  
  .sp-tel-block.login .main-cont .sp-tel-info .num {
    margin-bottom: 5px;
  }
  
  .sp-tel-block.login .main-cont .sp-header-util {
    padding-bottom: 30px;
    padding-top: 0;
  }
  
  .sp-tel-block.login .sp-reserve-head p {
    font-size: 14px;
  }
  
  .sp-tel-block.login .sp-reserve-bottom p {
    font-size: 12px;
  }
  
  .sp-tel-block.login .sp-reserve-bottom .sp-header-util li {
    border-color: #888888;
  }
  
  .sp-menu-block,
  .sp-search-block {
    background-color: #222;
    padding: 50px 20px 0;
  }
  
  .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-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;
color: #222;
  font-family: '游ゴシック' , 'Yu Gothic' , 'YuGothic' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI' , sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  }
  
  .sp-header-nav li a {
    color: #222;
    display: block;
    padding: 14px 0;
    text-decoration: none;
  }
  
  .sp-header-util {
    text-align: center;
color: #222;
  font-family: '游ゴシック' , 'Yu Gothic' , 'YuGothic' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI' , sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  }
  
  .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;
    left: 0;
    height: 50px;
    position: absolute;
    width: 100%;
  }
  
  .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 nav > ul > li:last-child {
    background: none;
    margin-top: 5px;
  }
  
  .area .sp-header-nav ul ul {
    overflow: hidden;
  }
  
  .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.area-top .sp-header-nav .lv02-head .lv02 {
    display: block;
  }
  
  .area .sp-header-nav .lv02-head .lv02 {
    display: none;
  }
  
  .area .sp-header-nav .lv02 li {
    background-color: #E6E6E6;
    margin-right: 0;
    width: 100%;
  }
  
  .area .sp-header-nav .lv02-head span {
    background: url(/images_static/home/icon_open_02.png) 98% center no-repeat #fff;
    display: block;
    padding: 14px 0;
  }
  
  .area .sp-header-nav .lv02-head.active span {
    background: url(/images_static/home/icon_close_02.png) 98% center no-repeat #fff;
  }
  
  .area .sp-header-util li {
    border-color: #525252;
    text-align: left;
    width: 124px;
  }
  
  .area .sp-menu-block {
    padding-bottom: 80px;
    line-height: 1.2;
  }
  
  .area .sp-menu-block .mfp-close-bottom {
    padding: 10px 0 0;
  }
  
  .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: 30px !important;
  }
  
  .home .mv .slick-dots {
    bottom: 50px !important;
  }
  
  .slick-dots li button:before,
  .slick-dots li button {
    height: 4px !important;
    width: 4px !important;
  }
  
  .mv .movie {
    padding-top: 83.2%;
  }
  
  .mv .mv-link {
    bottom: 30px;
    right: 0;
    text-align: center;
    width: 100%;
  }
  
  .mv-nav {
    margin-top: -70px;
  }
  
  .area .mv .mv-link {
    bottom: 130px;
  }
  
  .home .mv-msg-logo img {
    display: none;
  }
  
  .home .mv .slick-slide img {
    height: 312px;
  }
  
  .home .mv .mv-bg {
    height: 312px;
  }
  
  .home .mv-msg {
    padding-top: 0;
    top: 106px;
  }
  
  .home .mv-msg-text {
    margin-top: 10px;
  }
  
  .home .mv .mv-link a {
    font-size: 10px;
  }
  
  
/* Mobile Main
   ========================================================================== */
  
  /* common */
  
  a.btn {
    font-size: 13px;
    padding: 12px 0;
    width: 70%;
  }
  
  a.btn-type03 {
    background-position: 97% center;
  }
  
  .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-type01 {
    border-left: 4px solid #E6E6E6;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 2px 0 2px 11px;
  }
  
  .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: -81px;
  }
  
  .hotel .p-hotel-header-slider .slick-prev {
    opacity: 1 !important;
  }
  
  .p-hotel-header-slider .slick-next {
    right: 32%;
    bottom: -81px;
  }
  
  .p-hotel-header-slider .slick-dots {
    bottom: -81px !important;
  }
  
  .p-hotel-header-slider .slick-dots li {
    margin: 0 2px;
  }
  
  /* p-acc-slider */
  
  .p-acc-slider .slick-prev {
    bottom: 4px;
    left: 30%;
    opacity: 1 !important;
  }
  
  .p-acc-slider .slick-next {
    bottom: 4px;
    right: 30%;
  }
  
  .p-acc-slider .slick-dots {
    bottom: 5px !important;
  }
  
  /* p-slider-type01 */
  
  .p-slider-type01 .slick-prev {
    bottom: 13px;
    left: 30%;
  }
  
  .p-slider-type01 .slick-next {
    bottom: 13px;
    right: 30%;
  }
  
  /* bnr-slider */
  
  .bnr-slider-col3 .slick-slide {
    margin-right: 0;
  }
  
  
  /* 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 .label.area,
  .p-asset01 .label.cat {
    margin-bottom: 1px;
  }
  
  .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;
    margin-bottom: 2px;
    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;
    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-asset05 .slick-list {
    margin-right: 0;
  }
  
  /* 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;
  }
  
  /* p-asset13 */
  
  .p-asset13 {
    margin: 0;
    padding: 0;
  }
  
  .p-asset13 .box {
    background-color: #F6F6F6;
    border: 0;
    padding: 0;
  }
  
  .p-asset13 .box .img {
    float: none;
    width: 100%;
  }
  
  .p-asset13-slider .slick-prev,
  .p-asset13-slider .slick-next {
    display: none !important;
  }
  
  .p-asset13-slider .slick-dots {
    position: static;
  }
  
  /* p-asset14 */
  
  .p-asset14 .col1-block .box {
    width: 100%;
  }
  
  .p-asset14 .col1-block .text {
    display: table;
    min-height: 50px;
    padding: 0 13px;
    text-align: left;
    width: 79%;
  }
  
  .p-asset14 .text a {
    background-size: 5px auto;
    display: table-cell;
    vertical-align: middle;
  }
  
  .p-asset14 .text .copy {
    font-size: 11px;
    margin-bottom: 3px;
  }
  
  .p-asset14 .text .title {
    font-size: 14px;
  }
  
  .p-asset14 .box {
    margin-bottom: 10px;
  }
  
  .p-asset14 .col3-block .box {
    margin-right: 4px;
    width: calc(50% - 2px);
  }
  
  .p-asset14 .col3-block .box:nth-child(3n) {
    margin-right: 4px;
  }

  .p-asset14 .col3-block .box:nth-child(2n) {
    margin-right: 0;
  }
  
  .p-asset14 .col3-block .text {
    display: table;
    min-height: 50px;
    padding: 0 13px;
    text-align: left;
    width: 70%;
  }
  
  .p-asset14 .col3-block .text .title {
    font-size: 12px;
  }
  
  .p-asset14 .col3-block .text .copy {
    font-size: 10px;
  }
  
  .p-asset14 .col2-block .box {
    margin-right: 4px;
    width: calc(50% - 2px);
  }
  
  .p-asset14 .col2-block .box:nth-child(2n) {
    margin-right: 0;
  }
  
  .p-asset14 .text {
    padding: 5px 10px;
    text-align: left;
    width: 80%;
  }
  
  .p-asset14 .text .copy {
    font-size: 10px;
  }
  
  .p-asset14 .text .title {
    font-size: 12px;
  }
  
  /* p-search-head */
  
  .p-search-head {
    padding: 14px 29px;
    width: 100%;
  }
  
  .p-search-head h3 {
    display: block;
    width: 100%;
  }
  
  .p-search-form {
    width: 100%;
  }
  
  .p-search-form div {
    display: block;
  }
  
  /* 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;
  }
  
  .main-cont p {
    font-size: 13px;
    margin-bottom: 16px;
    text-align: center;
  }
  
  .sp-reserve-head h2 {
    font-size: 17px;
    font-weight: bold;
    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: 16px !important;
    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 {
    color: #222;
    font-size: 12px;
    line-height: 1.5;
    padding: 20px 0 0;
  }
  
  .sp-reserve-bottom .notice {
    padding: 0 20px;
  }
  
  .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%;
  }
  
  .reserve-body h2 span {
    font-size: 17px;
  }
  
  .reserve-body form {
    padding: 0 20px;
  }
  
  .reserve-body .sp-reserve-bottom {
    background-color: #3C3C3C;
    margin-top: 26px;
    padding: 20px 0 100px;
  }
  
  .reserve-body .sp-header-util {
    background-color: transparent;
  }
  
  .reserve-body .sp-header-util li {
    border-color: #525252;
    text-align: left;
    width: 124px;
  }
  
  .reserve-body .sp-reserve-bottom .link {
    width: 264px;
  }
  
  /* home */
  
  .home .info-block .p-asset04 {
    padding: 0;
  }
  
  .home .info-block .p-tab-head {
    padding: 0;
  }
  
  .home .recommended-block .p-asset01 p {
    display: none;
  }
  
  .home .recommended-block.mypage-recinfo {
    margin-bottom: 40px;
  }
  
  /* event */
  
  .event .event-block .p-asset01 h3 {
    margin-bottom: 10px;
  }
  
  .event-block .p-search-head {
    margin-bottom: 15px;
    padding: 14px 20px 10px;
    width: 100%;
  }
  
  .event-block .p-search-head h3 {
    font-size: 14px;
    margin-bottom: 13px;
    text-align: center;
    width: 100%;
  }
  
  .event-block .p-search-head .area {
    padding-right: 0;
  }
  
  .event-block .p-search-head select {
    margin-bottom: 10px;
    width: 70%;
  }
  
  .event-block .p-search-form {
    display: block;
  }
  
  .event-block .p-search-head span {
    padding-right: 0;
    text-align: left;
    width: 28%;
  }
  
  .event-block .num {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .event-block .num p {
    font-size: 13px;
  }
  
  .event-block .num p span {
    font-size: 20px;
  }
  
  .event-top .event-block .p-asset01 p {
    display: none;
  }
  
  .event-top .event-block .p-asset01 .label {
    margin-right: 1px;
  }
  
  .event-top .event-block .box img {
    height: 102px;
    width: 100%;
  }
  
  .event-block .p-asset01 h3 {
    background-size: 5px auto;
  }
  
  .event .mv-bg > img {
    height: 95px;
  }
  
  .event .p-header .text {
    margin-top: -25px;
    position: static;
  }
  
  .event .p-header .text > img {
    width: 75%;
  }
  
  .event-detail-head .back {
    background-image: url(/images_static/common/icon_arrow_left_07.png);
    font-size: 14px;
    margin: 15px 10px;
    padding-left: 40px;
  }
  
  .event-detail-head .cont {
    padding: 20px;
    text-align: left;
  }
  
  .event-detail-head h2 {
    border-bottom: 0;
    font-size: 20px;
    padding-bottom: 0;
  }
  
  .event-detail-head .lead {
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  .event-detail-head .term {
    font-size: 14px;
    margin-left: 3em;
    text-indent: -3em;
  }
  
  .event-detail-head .img img{
    height: auto;
    width: 100%;
  }
  
  .event-detail-bnr {
    margin-bottom: 30px;
  }
  
/*  .event-detail-bnr .inner {
    padding: 30px 2.7% 10px;
  }*/
  
  .event-detail-bnr .bnr-col1 {
    margin-bottom: 20px;
  }
  
  .event-detail-bnr .bnr-col3 {
    margin-bottom: 0;
  }
  
  .event-detail-bnr .p-slider-style01 .slick-dots {
    bottom: 20px !important;
  }
  
  .event-detail-plan {
    margin-bottom: 30px;
  }
  
  .event-detail-plan .head {
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 10px;
    width: 94.6% !important;
  }
  
  .event-detail-plan .head ul {
    overflow: hidden;
  }
  
  .event-detail-plan .head li {
    display: block;
    float: left;
    width: calc(50% - 10px);
  }
  
  .event-detail-plan .head li:first-child {
    margin-right: 20px;
  }
  
  .event-detail-plan .head a:before {
    content: none;
  }
  
  .event-detail-plan .head a:after {
    content: '\f107';
    color: #fff;
    display: block;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 1;
  }
  
  .event-detail-plan .cont {
    padding: 30px 2.7% 0;
  }
  
  .event-detail-plan .p-asset01 .box {
    float: left;
    margin-right: 0;
    width: 49%;
  }
  
  .event-detail-plan .p-asset01 .box:nth-child(2n){
    margin-left: 2%;
  }
  
  .event-detail-plan .lead {
    display: none;
  }
  
  .event-detail-plan .p-asset01 h3 {
    background-size: 5px auto;
  }
  
  .event-detail-plan .body .name {
    font-size: 11px;
  }
  
  .event-detail-plan .p-asset01 .label {
    font-size: 9px;
  }
  
  .event-detail-plan .event-detail-bnr .inner {
    padding: 0;
  }
  
  .event-detail-feature {
    background-position: 0 150px;
    margin-bottom: 30px;
  }
  
  .event-detail-feature .box p {
    display: none;
  }
  
  .event-detail-feature .bottom ul:first-child {
    margin-bottom: 0;
  }
  
  .event-detail-feature .bottom li {
    margin-bottom: 1px;
  }
  
  .event-detail-feature .p-asset01-slider .slick-dots {
    margin-top: -10px;
  }
  
  .back-block {
    padding-top: 0;
  }
  
  
  /* 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;
  }
  
  .area .sp-reserve-head .num {
    padding: 15px 0 10px;
  }
  
  .area .sp-reserve-bottom {
    background-color: #585858;
    color: #fff;
    margin-top: 20px;
    padding: 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: center;
  }
  
  .area .sp-tel-block .sp-reserve-bottom .head {
    font-size: 16px;
    font-weight: bold;
  }
  
  .area .sp-tel-block .sp-reserve-bottom a {
    color: #fff;
  }
  
  .area .sp-reserve-bottom {
    padding-bottom: 30px;
  }
  
  .area .sp-reserve-bottom .sp-header-util {
    padding: 0;
  }
  
  .area .sp-reserve-bottom .sp-header-util li {
    width: 124px;
    text-align: left;
    border-color: #888;
  }
  
  .area .sp-reserve-bottom .sp-header-util li a {
    padding-right: 0;
  }
  
  .area .login .sp-reserve-bottom .sp-header-util a {
    width: 124px;
  }
  
  .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;
  }
  
  .area .sp-tel-block.login .sp-reserve-head p {
    font-size: 16px;
  }
  
  .area .sp-tel-block.login .sp-reserve-head .num {
    font-size: 34px;
  }
  
  .area .sp-tel-block.login .member-cont .sp-reserve-head {
    padding: 0;
  }
  
  .area .sp-tel-block.login .member-cont h3.head {
    font-size: 16px;
  }
  
  .area .sp-tel-block.login .member-cont .sp-reserve-head p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .area .member-cont .sp-tel-info {
    background-color: #fff;
  }
  
  .area .login .sp-reserve-bottom .sp-header-util {
    margin-top: 0;
    padding-bottom: 80px;
  }
  
  .area .reserve-body .sp-reserve-bottom .link {
    border-color: #888888;
  }
  
  .alart .box:before {
    margin-right: 10px;
  }
  
  .area .header-login-cont .mfp-close-bottom .mfp-close {
    position: absolute;
  }
  
  .area .header-login-cont .mfp-close-bottom .mfp-close:after {
    bottom: -5px;
    position: absolute;
  }
  
  /* 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%;
  }
  
  .home .service-block {
    margin-bottom: 0;
    padding-top: 0;
  }
  
  .home .service-block li img {
    height: 80px;
  }
  
  .home .service-block li {
    margin-right: 6px;
    width: calc(50% - 3px);
  }
  
  .home .service-block li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  
  /* region-block */
  
  .region-block {
    padding: 24px 0 34px;
  }
  
  .home .region-block {
    padding-bottom: 30px;
  }
  
  .home .region-block .body span {
    display: none;
  }
  
  /* 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 15px;
    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: 0;
  }
  
  .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 {
    font-size: 10px;
    margin-bottom: 2px;
  }
  
  .club-block li {
    float: none;
    margin-bottom: 10px;
  }
  
  .club-block .btn-login {
    background-color: #222;
    padding: 0 !important;
  }
  
  /* 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;
  }
  
  .home .bnr-block {
    padding: 20px 0;
  }
  
  .home .bnr-block > h3 {
    margin: 0 5.3%;
  }
  
  .home .bnr-block .h3-type01 {
    font-size: 15px;
    padding-top: 30px;
  }
  
  .home .bnr-block .bnr-hotel {
    width: 100%;
  }
  
  .home .bnr-block .bnr-hotel .box {
    height: 50px;
    padding-top: 0;
  }
  
  .home .bnr-block .bnr-hotel .box p {
    display: none;
  }
  
  .home .bnr-block .bnr-hotel .box .img {
    height: 50px;
  }
  
  .home .bnr-block .bnr-hotel .box img {
    max-height: 40px;
  }
  
  .home .bnr-block .bnr-hotel .slick-dots {
    bottom: -20px !important;
    padding: 0;
  }
  
  /* 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: 25px;
  }
  
  .hotel .p-asset03.city .slick-dots {
    display: none;
  }
  
  .hotel-header .text {
    margin-top: -5.5%;
  }
  
  .hotel .info-block {
    padding-top: 30px;
  }
  
  .hotel-header .h2-type03 {
    margin: 5px 0 0;
  }
  
  .hotel .h2-type02 {
    font-size: 16px;
  }
  
  .hotel .refine-block .p-tab-head {
    width: 100%;
  }
  
  .hotel .hotel-header .text img {
    width: 100px;
  }
  
  .hotel .p-asset03 .body p {
    padding-right: 15px;
  }

  .hotel .p-asset03 .body p span {
    display: none;
  }
  
  .hotel .hotel-header .text {
    margin-top: -25px;
  }
  
  .hotel .refine-list {
    padding-bottom: 10px;
  }
  
  /* 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;
  }
  
  .map .refine-map-head h3.active {
    background-image: url(/images_static/common/icon_arrow_top_02.png);
  }
  
  .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;
  }
  
  .map .refine-map-body .info .name a {
    text-decoration: underline;
  }
  
  .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;
  }
  
  .map .refine-map-body .close {
    margin-right: 0;
  }
  
  /* 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;
    padding: 0;
    width: 100%;
  }
  
  /* 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 */
  
  .restaurant .p-header .img > img {
    height: 95px;
    width: 100%;
  }
  
  .restaurant .p-header .text {
    top: 70px;
  }
  
  .restaurant .p-header .text > img {
    width: 310px;
  }
  
  .restaurant .p-asset01 p {
    display: none;
  }
  
  .restaurant .p-asset02 .cat {
    position: static;
  }
  
  .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;
    font-size: 16px;
    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.first li,
  .shop-search-bottom .acc-body dl.first li:nth-child(4n) {
    margin: 0 2px 5px;
    width: calc(50% - 4px);
  }
  
  .shop-search-bottom .acc-body dl li {
    margin: 0 2px 10px;
    width: calc(50% - 4px);
  }
  
  .shop-search-bottom .acc-body dl.first li:first-child {
    float: none;
    width: calc(100% - 4px);
  }
  
  .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;
  }
  
  .home .info-block h2 {
    font-size: 17px;
  }
  
  .home .info-block .p-tab-head {
    width: 100%;
  }
  
  .home .info-block .p-tab-head li {
    margin-left: 1px;
    width: calc(25% - 1px);
  }
  
  .home .info-block .p-tab-head li:nth-child(4n+1) {
    margin-left: 0;
  }
  
  .restaurant .p-asset02 .middle .target li {
    font-size: 9px;
  }
  
  .restaurant .p-asset02 .middle .target ul {
    margin-bottom: 7px;
  }
  
  .restaurant .shop-list .p-tab-block .wrap {
    width: 100%;
  }
  
  .restaurant .p-asset03 .body p {
    padding-right: 15px;
  }

  .restaurant .p-asset03 .body p span {
    display: none;
  }
  
  .map.restaurant .refine-map-body .info {
    background-color: #fff;
  }
  
  .map.restaurant .refine-map-body .info .name {
    font-weight: normal;
  }
  
  .map.restaurant .refine-map-body .info .name a {
    color: #222;
  }
  
  .map.restaurant .refine-map-body .block {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
  }
  
  .map.restaurant .p-asset02 .bottom .reserve a,
  .map.restaurant .p-asset02 .bottom .tel {
    height: 30px;
    line-height: 30px;
  }
  
  .map.restaurant .p-asset02 .cont {
    padding-top: 0;
  }
  
  .map.restaurant .p-asset02 .cont .text {
    width: calc(50% - 16px);
  }
  
  /* 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 #222;
    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-top .room-header .img {
    height: 98px;
  }
  
  .room-top .room-header .img > img {
    height: 98px;
    object-fit: cover;
  }
  
  .room-top .room-header .text {
    top: 78px !important;
  }
  
  .room-top .room-header .text img {
    height: 27px;
  }
  
  .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-data .more img {
    width: 25px;
  }
  
  .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 .inner {
    padding: 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 .box:nth-child(2n) {
    margin-left: 0;
  }
  
  .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;
  }
  
  /* stay-detail */
  
  .stay-detail .info-detail-header {
    height: 50px;
  }
  
  .stay-detail .info-article {
    margin-top: 0;
  }
  
  .stay-detail .res-list-head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .stay-detail .res-list-cont {
    margin-bottom: 30px;
    padding: 10px;
  }
  
  .stay-detail .p-asset02 .cont img {
    width: 100%;
  }
  
  .stay-detail .p-asset02 .name {
    font-size: 16px;
  }
  
  .stay-detail .p-asset02 .middle .lead {
    font-size: 12px;
  }
  
  .stay-detail .p-asset02 .middle .plan {
    padding: 10px;
  }
  
  .stay-detail .p-asset02 .middle .plan li {
    font-size: 13px;
  }
  
  .stay-detail .p-asset02 .middle .plan {
    margin-bottom: 10px;
  }
  
  .stay-detail .p-asset02 .bottom .reserve a {
    font-size: 12px;
  }
  
  .stay-detail .p-asset02 .middle .data {
    display: block;
    overflow: hidden;
  }
  
  .stay-detail .p-asset02 .middle .data ul {
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
  }
  
  .stay-detail .p-asset02 .middle .data ul.tag {
    float: right;
  }
  
  .stay-detail .p-asset02 .bottom {
    margin-top: 0;
  }
  
  .stay-detail .res-plan .p-asset01 h3 {
    margin-bottom: 0;
  }
  
  .stay-detail .p-asset02 .cat li {
    font-size: 9px;
    padding: 2px 10px;
  }
  
  .stay-detail .p-asset02 .middle .target li {
    font-size: 9px;
  }
  
  .stay-detail .res-list-cont.cont-type02 .block {
    padding-top: 10px;
  }
  
  .stay-detail .res-list-cont.cont-type02 .left {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }

  .stay-detail .res-list-cont.cont-type02 .right {
    float: none;
    min-height: 0;
    position: static;
    width: 100%;
  }

  .stay-detail .res-list-cont .middle {
    padding-top: 0;
  }

  .stay-detail .res-list-cont.cont-type02 .cat {
    margin-bottom: 5px;
  }

  .stay-detail .res-list-cont.cont-type02 .bottom {
    position: static;
  }
  
  .stay-detail .res-list-cont .lead {
    padding-bottom: 0;
  }
  
  .stay-detail .res-list-cont .name {
    margin-bottom: 5px;
  }
  
  .stay-detail .res-list-cont .cat {
    margin-bottom: 10px !important;
  }
  
  .stay-detail .p-asset02 .middle .target ul {
    margin-bottom: 10px;
  }
  
  .area.stay-detail .share-block {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  
  /* info */
  
  .info .p-header .img {
    height: auto;
  }
  
  .info .p-header .mv-bg > img {
    height: 65px;
    width: 100%;
  }
  
  .info .p-header .text {
    margin-top: 0;
    top: 41px;
  }
  
  .info .p-header .text > img {
    width: 186px;
  }
  
  .p-tab-body-lv01 {
    padding: 20px 0 0;
  }
  
  .p-tab-head-lv01 {
    width: 100%;
  }

  .p-tab-body-lv01 .p-tab-head {
    width: 100%;
  }
  
  .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 {
    font-size: 16px;
    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: 48px;
    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;
    margin: 0 12px 0 0;
  }
  
  .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%;
    opacity: 1 !important;
  }
  
  .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 .mv-area img {
    height: auto;
  }
  
  .area-top .mv-msg-text {
    font-size: 10px;
  }
  
  .area-top .mv-slider02 .slick-prev {
    bottom: 150px;
    left: 30%;
  }
  
  .area-top .mv-slider02 .slick-next {
    bottom: 150px;
    right: 30%;
  }
  
  .area-top .mv-slider02 .slick-dots {
    bottom: 150px !important;
  }
  
  .area-top .mv .movie {
    padding-top: 147.2%;
  }
  
  .area-top .mv {
    height: 560px !important;
  }
  
  .area-top .mv-link {
    display: none;
  }
  
  .area-top .mv .slick-slide img {
    height: auto;
  }
  
  .area-top .mv .mv-bg > img {
    height: 560px;
  }
  
  .area-top .mv .mv-bg {
    height: 560px;
  }
  
  .area-top .mv-nav {
    margin-top: -145px;
  }
  
  .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 .sp-main-btn {
    background-color: #222;
    padding: 5px;
  }
  
  .area-top .sp-main-btn ul {
    overflow: hidden;
  }
  
  .area-top .sp-main-btn li {
    background: url(/images_static/ski/ski_icon_arrow_right_18.png) 96% center no-repeat #fff;
    float: left;
    text-align: center;
    width: calc(50% - 3px);
  }
  
  .area-top .sp-main-btn li:first-child {
    margin-right: 6px;
  }
  
  .area-top .sp-main-btn li a {
    color: #222;
    display: block;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
  }
  
  .area-top .sp-main-btn li.tel a:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 12px;
    vertical-align: middle;
  }
  
  .area-top .sp-main-btn li.access a:before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 21px;
    padding-right: 12px;
    vertical-align: middle;
  }
  
  .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 .share-block-top .inner .block {
    float: none;
  }
  
  .area-top .room-plan {
    background: none;
    padding-top: 0;
  }
  
  .area-top .room-plan02 {
    margin-bottom: 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;
    width: 100%;
  }
  
  .area-top-season .mincho {
    font-size: 12px;
  }
  
  .area-top-season .note {
    font-size: 11px;
  }
  
  .area-top-season .img {
    margin-bottom: 14px;
    width: 100%;
  }
  
  .area-top-season .img img {
    height: 92px;
    width: 50%;
  }
  
  .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;
    width: 100%;
  }
  
  .area-top-sns .box {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .area-top-sns .fb {
    height: 274px;
    margin-left: 0;
    width: 100%;
  }
  
  .area-top-sns .fb iframe {
    height: 274px !important;
  }
  
  .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: 0;
  }
  
  .area-top .bnr-block02 {
    margin-bottom: 15px;
    padding: 15px 0 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: 0;
  }
  
  .area-top .service-slider .slick-next {
    right: 30%;
  }
  
  .area-top .service-slider .slick-prev {
    left: 30%;
    opacity: 1 !important;
  }
  
  .area-top .p-tab-head {
    width: 100%;
  }
  
  .area-top .bnr-block02 .inner {
    padding: 30px 2.7% 20px;
  }
  
  .area-top .bnr-block02 .bnr-full {
    margin-bottom: 20px;
  }
  
  .area-top .bnr-slider-wrap .slick-dots li {
    margin-right: 5px;
  }
  
  .area-top .bnr-block02 .slick-arrow-type01 .slick-list {
    padding-bottom: 0 !important;
  }
  
  .area-top .bnr-block.bnr-block02  ul {
    padding: 0;
  }
  
  .area-top .bnr-col4 .slick-slide {
    margin-right: 5px;
  }
  
  
  /* stay-top */
  
  .stay-top .room-search-form select {
    width: 100%;
  }
  
  .stay-top .plan-cat-head {
    width: 100%;
  }
  
  .stay-top .p-header .text {
    position: static;
    margin: -22px auto 0;
    width: 300px;
  }
  
  .stay-top .p-header .img > img {
    height: 95px;
    width: 100%;
  }
  
  .stay-top .p-header .img {
    margin-bottom: 15px;
  }
  
  .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;
    font-size: 16px;
    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: 33%;
  }
  
  .stay-top .price-list .price {
    width: 40%;
  }
  
  .stay-top .room-list-cont .inner {
    padding-bottom: 30px;
  }
  
  .stay-top .share-block {
    margin-bottom: 0;
    padding-bottom: 18px;
  }
  
  .stay-top .club-block {
    padding-bottom: 0;
  }
  
  /* 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-detail .plan-meal-wrap {
    width: 100%;
  }
  
  /* 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-size: 100% auto;
    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;
  }
  
  .res-top .p-asset02 .bottom {
    margin-top: 0;
  }
  
  .res-top .res-plan .p-asset01 h3 {
    margin-bottom: 0;
  }
  
  .res-top .p-header .text {
    margin: -24px auto 10px;
    position: static;
    width: 310px;
  }
  
  .res-top .p-header {
    padding-bottom: 10px;
  }
  
  .res-top .p-header .img {
    margin-bottom: 0;
  }
  
  .res-top .p-asset02 .middle .target li {
    font-size: 9px;
  }
  
  .res-top .p-asset02 .middle .target ul {
    margin-bottom: 7px;
  }
  
  .res-top .p-asset02 .middle .data {
    margin-bottom: 0;
  }
  
  
  /* 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 .shop-data .p-asset04 {
    padding: 0;
  }
  
  .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 .pc-tel {
    display: none;
  }
  
  .res-shop .shop-info .p-table .sp-tel {
    display: inline;
  }
  
  .shop-access-map #Map {
    height: 220px;
  }
  
  .res-shop .plan-service {
    border: 0;
  }
  
  .shop-access-map .bottom {
    padding: 14px;
  }
  
  .shop-access-map .bottom .address {
    font-size: 13px;
    width: 65%;
  }
  
  .shop-access-map .more a {
    font-size: 11px;
    padding: 0 10px;
    top: 10px;
    right: 10px;
    width: auto;
  }
  
  .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 span.active {
    background: url(/images_static/area/res_shop_data_arrow_02.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 {
    margin-top: 5px;
    overflow: hidden;
  }
  
  .res-shop .room-search-form .cat span {
    float: left;
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 0 0 2.7%;
    width: 17.3%;
  }
  
  .res-shop .room-search-form .cat select {
    float: left;
    font-size: 16px;
    padding-right: 2.7%;
    width: 77.3%;
  }
  
  .res-shop .shop-lead .data {
    float: none;
    width: 100%;
  }
  
  .res-shop .shop-lead .data ul.budget {
    float: none;
  }
  
  .res-shop .shop-data .p-tab-head {
    width: 100%;
  }
  
  .res-shop .shop-data .p-tab-body .p-tab-block {
    width: 100%;
  }
  
  /* area-club */
  
  .area-club .room-header-back a {
    background: url(/images_static/area/sp_header_slider_arrow.png) 7px center no-repeat #7C6804;
  }
  
  .area-club .hotel-header .text {
    width: 100%;
  }
  
  .area-club .hotel-header .text img {
    height: 36px;
  }
  
  .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: 254px;
  }
  
  .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%;
    opacity: 1 !important;
  }
  
  .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 .service-slider-03 .slick-dots li.slick-active button:before {
    background-color: #6f6f6f;
  }
  
  .area-club .service-slider-03 .slick-dots li button:before {
    background-color: #c7c7c7;
    opacity: 1;
  } 
  
  .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;
  }
  
  /* area-event */
  
  .area-event .p-header {
    box-shadow: none;
    margin-bottom: 0;
  }
  
  .area-event .p-header .img > img {
    height: 95px;
  }
  
  .area-event .p-header .text {
    top: 70px;
  }
  
  .area-event .p-header .text > img {
    width: 277px;
  }
  
  .area-event .event-block .p-asset01 h3 {
    margin-bottom: 0;
  }
  
  .area-event .event-block .p-asset01 .body {
    padding-bottom: 10px;
  }
  
  .area-event .event-block .p-asset01 p {
    display: none;
  }
  
  .area-event .share-block {
    margin-bottom: 0;
    padding: 30px 0 18px;
  }
  
  /* 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 .p-table.contact th {
    width: 25%;
  }
  
  .p-article .p-table.contact 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;
  }
  
  .p-article .contact-note {
    font-size: 13px;
  }
  
  /* 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-align: center;
    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: 100%;
  }
  
  .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;
  }
  
  .wedding.area .sp-fixed-doc a:before {
    content: '\f02d';
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 8px;
  }
  
  .wedding.area .sp-fixed-btn > div:after {
    color: #fff;
  }
  
  .wedding.area .sp-fixed-doc:after {
    content: url(/images_static/wedding/wedding_icon_arrow_right_08.png);
    right: 11px;
  }
  
  .wedding.area .sp-fixed-fair a:before {
    content: '\f024';
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 8px;
  }
  
  .wedding.area .sp-fixed-doc:after {
    content: url(/images_static/wedding/wedding_icon_arrow_right_08.png);
    right: 11px;
  }
  
  .wedding.area .sp-fixed-contact a:before {
    content: '\f27a';
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 8px;
  }
  
  .wedding.area .sp-fixed-contact:after {
    right: 11px;
  }
  
  .wedding.area .sp-fixed-btn.col3 > div {
    width: 33.3333%;
  }
  
  .wedding.area .sp-fixed-btn.col3 a:before {
    padding-right: 2px;
  }
  
  .wedding.area .sp-fixed-btn.col3 > div:after {
    right: 6px;
  }
  
  .wedding.area .sp-fixed-btn.col1 > div {
    width: 100%;
  }
  
  .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-block h3.head {
    margin: 0 0 15px;
  }
  
  .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;
  }
  
  .sp-tel-block .sp-reserve-bottom .head {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  
  .sp-tel-block .sp-reserve-bottom a {
    color: #222;
  }
  
  .sp-tel-block .sp-header-util {
    background: #585858;
    margin-top: 15px;
    padding: 20px 0 84px;
  }
  
  .sp-tel-block .sp-header-util a {
    color: #fff;
  }
  
  .sp-header-util li {
    border-bottom: 1px solid #fff;
  }
  
  .sp-tel-block .mfp-close-bottom {
    background-color: #222;
    height: 50px;
    width: 100%;
  }
  
  .sp-tel-block .pc-tel {
    display: none;
  }
  
  /* area-access */
  
  .area-access .p-header .img > img {
    height: 65px;
    width: 100%;
  }
  
  .area-access .p-header .text {
    top: 44px;
  }
  
  .area-access .p-header .text > img {
    width: 100px;
  }
  
  .area-access .p-header .h2-type03 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .area-access .p-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .area-access-map .name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .area-access-map .shop-access-map .more a {
    top: 10px;
  }
  
  .area-access-map .shop-access {
    margin-bottom: 30px;
  }
  
  .area-access-slider {
    width: 100%;
  }
  
  .area-access-slider .p-acc-slider div {
    width: 100%;
  }
  
  .area-access-slider p {
    bottom: 25px;
    font-size: 11px;
  }
  
  .area-access .p-asset06 dd {
    padding-top: 15px;
  }
  
  .area-access-link ul {
    display: block;
    padding: 0 2%;
  }
  
  .area-access-link li {
    display: block;
    text-align: left;
  }
  
  .area-access-link li:nth-child(2n) {
    margin-left: 0;
  }
  
  .area-access .p-asset06 h4 {
    margin-bottom: 7px;
  }
  
  .area-access .area-access-list .p-asset06 dd {
    padding: 15px 7px;
  }
  
  .area-access-list .p-article {
    padding: 0;
  }
  
  .area-access-list .p-table th {
    padding: 5px 10px;
    vertical-align: middle;
  }
  
  .area-access-list .p-table td {
    padding: 10px;
    vertical-align: top;
  }
  
  .area-access-list .p-table {
    margin-bottom: 25px;
  }
  
  .area-access-list .p-asset06 dd .img {
    margin-bottom: 15px;
  }
  
  .area-access-list .p-asset06 dd .text {
    font-size: 12px;
    padding: 0 10px 15px;
  }
  
  .area-access-list .p-article .list-type01 li {
    margin-left: 0;
    text-indent: 0;
  }
  
  .area-access-list .p-table.vertical th,
  .area-access-list .p-table.vertical th:first-child {
    width: 50%;
  }
  
  .area-access-list .time-table .num {
    vertical-align: middle;
    width: 17%;
  }
  
  .area-access-list .time-table .name {
    vertical-align: middle;
    width: 30%;
  }
  
  .area-access-list .time-table th {
    padding: 10px 15px;
  }
  
  .area-access-aroundmap {
    margin-bottom: 30px;
    width: 100%;
  }
  
  .area-access-around .inner {
    padding: 0 2.7%;
  }
  
  .area-access .p-asset06 dd {
    padding: 0 7px 0;
  }
  
  .area-access-fun {
    margin-bottom: 30px;
  }
  
  .area-access-fun .p-asset06 {
    padding: 0;
  }
  
  .area-access-fun .box {
    box-sizing: border-box;
    padding: 10px 10px 0;
    width: 100%;
  }
  
  .area-access-fun .p-acc-slider .slick-next {
    bottom: 8px;
    right: 30%;
  }
  
  .area-access-fun .p-acc-slider .slick-prev {
    bottom: 8px;
    left: 30%;
  }
  
  .area-access-fun .box h3 {
    font-size: 16px;
  }
  
  .area-access-fun .box .label {
    font-size: 10px;
  }
  
  .area-access-fun .box .lead {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  .area-access-fun .box .p-acc-slider {
    margin-bottom: 10px;
  }
  
  .area-access-fun .box .data {
    margin-bottom: 10px;
  }
  
  .area-access-fun .box .data li {
    font-size: 13px;
  }
  
  .area-access-fun .link a {
    font-size: 12px;
  }
  
  .area-access-fun .data .indent {
    margin-left: 6em;
  }
  
  .area-access-fun .link a {
    line-height: 23px;
  }
  
  .area-access .area-top-season .inner {
    padding-top: 0;
  }
  
  .area-access .area-top-season .img.single img {
    width: 100%;
    height: 185px;
  }
  
  .area-access .area-top-season .img {
    float: none;
  }
  
  .area-access .area-top-season .text .mincho {
    margin: 20px 0 13px;
  }
  
  .area-access .area-top-season .note {
    margin: 10px 0;
  }
  
  .area-access .room-service .h3-type01 {
    font-size: 17px;
  }
  
  .area-access .room-service .p-asset03 {
    overflow: hidden;
  }
  
  .area-access .room-service {
    padding: 30px 3.7% 0;
  }
  
  .area-access .room-service .p-asset03 .box {
    float: left;
    height: 80px;
    padding-right: 10px;
    width: 49%;
  }
  
  .area-access .room-service .p-asset03 .box:first-child {
    margin-right: 2%;
  }
  
  .area-access .room-service .p-asset03 .body p {
    font-size: 12px;
    height: 80px;
    line-height: 1.2;
    padding-left: 6px;
  }
  
  .area-access .room-service .p-asset03 img {
    height: 80px;
    width: 80px;
  }
  
  .area-access .area-top-season .text > img {
    padding: 17px 0 15px;
  }
  
  .area-access .share-block {
    margin-bottom: 0;
    padding-bottom: 18px;
  }
  
  .area-access .club-block {
    padding-bottom: 0;
  }
  
  /* area-facility */
  
  .area-facility .p-header {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  
  .area-facility .p-header .text {
    margin-bottom: 0;
    top: 40px;
  }
  
  .area-facility .p-header .text > img {
    width: 110px;
  }
  
  .area-facility .p-header .img {
    margin-bottom: 30px;
  }
  
  .area-facility .p-header .img > img {
    height: 65px;
    width: 100%;
  }
  
  .area-facility-map {
    margin-bottom: 10px;
    padding: 0 2.7%;
    width: 100%;
  }
  
  .area-facility-floor .area-access-link {
    margin-top: 20px !important;
  }
  
  .area-facility-head {
    display: none;
  }
  
  .area-facility-service .inner {
    padding: 0 2.7%;
    width: 100%;
  }
  
  .area-facility-service .p-asset03 {
    margin-bottom: 0;
    padding: 10px 10px 5px;
  }
  
  .area-facility-service .p-asset03 .box {
    height: 52px;
    margin-right: 0;
    overflow: visible;
    padding: 3px;
    width: 100%;
  }
  
  .area-facility-service .p-asset03 .box img {
    max-width: 45px;
  }
  
  .area-facility-block {
    margin-bottom: 5px;
    padding: 0;
  }
  
  .area-facility-block .box {
    width: 100%;
  }
  
  .area-facility-block .wrap {
    display: none;
    padding: 0 10px 5px;
  }
  
  .area-facility-block .box {
    box-sizing: border-box;
    padding: 10px 10px 0;
  }
  
  .area-facility-service .p-asset03 .body p {
    font-size: 14px;
  }
  
  .area-facility-service .p-asset03 .body {
    height: 52px;
  }
  
  .area-facility-block .p-acc-slider .slick-prev {
    left: 30%;
  }
  
  .area-facility-block .p-acc-slider .slick-next {
    right: 30%;
  }
  
  .area-facility-block .p-acc-slider .slick-dots {
    bottom: 7px !important;
  }
  
  .area-facility-block .p-acc-slider p {
    font-size: 11px;
    padding: 0 10px;
  }
  
  .area-facility-block .p-acc-slider .slick-slide > img {
    height: 170px;
  }
  
  .area-facility-block .box h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .area-facility-block .box .lead {
    font-size: 13px;
  }
  
  .area-facility-block .box .indent {
    margin-left: 6em;
  }
  
  .area-facility-block .box .data li {
    font-size: 13px;
  }
  
  .area-facility-block .linklist {
    font-size: 13px;
  }
  
  .area-facility-block .box .data li:before {
    padding-top: 0;
  }
  
  .area-facility-block .link a {
    line-height: 40px;
  }
  
  .area-facility-block .box:nth-child(2n) {
    margin-left: 0;
  }
  
  .area-facility-block h5 {
    background: url(/images_static/hotel/sp_icon_open.png) 97% center no-repeat #F6F6F6;
    font-size: 14px;
    margin-bottom: 0;
    padding: 18px 15px 18px 30px;
  }
  
  .area-facility-block h5.active {
    background-image: url(/images_static/hotel/sp_icon_close.png);
    background-position: 97% center;
  }
  
  .area-facility-service h4.mt20 {
    margin-top: 20px;
  }
  
  .area-facility-block:last-child {
    margin-bottom: 20px;
  }
  
  .area-facility-wifi {
    padding: 0 20px;
  }
  
  .area-facility-wifi .p-asset07 {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .area-facility-detail .mv {
    height: 220px !important;
    margin-bottom: 18px;
  }
  
  .area-facility-detail .mv-bg img {
    height: 220px;
  }
  
  .area-facility-detail .mv-nav .slick-dots li {
    margin: 0 3px;
  }
  
  .area-facility-detail .mv-nav {
    margin-top: -25px;
  }
  
  .area-facility-detail .mv-bg p {
    bottom: 25px;
    font-size: 11px;
    left: 0;
    padding: 0 15px;
  }
  
  .area-facility-detail .mv-back {
    left: 10px;
    top: 10px;
  }
  
  .area-facility-detail .mv-back a {
    background-image: url(/images_static/common/icon_arrow_left_05.png);
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding-left: 28px;
    width: 122px;
  }
  
  .area-facility-data {
    padding: 0 2.7%;
  }
  
  .area-facility-data h3 {
    font-size: 20px;
  }
  
  .area-facility-data h3 span {
    font-size: 14px;
  }
  
  .area-facility-data h3 span.floor {
    font-size: 16px;
  }
  
  .area-facility-data .desc {
    font-size: 13px;
  }
  
  .area-facility-data .data {
    font-size: 13px;
    padding: 10px;
  }
  
  .area-facility-data .area-access-link {
    padding-left: 0;
    padding-right: 0;
  }
  
  .area-facility-detail h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  
  .area-facility-detail .p-asset04 .box {
    background-size: 5px auto;
  }
  
  .area-facility-detail .back-block {
    padding-top: 0;
  }
  
  .area-facility .share-block {
    margin-bottom: 0;
    padding-bottom: 18px;
  }
  
  .area-facility .club-block {
    padding-bottom: 0;
  }
  
  
  /* mypage */
  
  .mypage-status .inner {
    background-position: 96% center;
    padding: 10px 6% 0 10px;
    width: 100%;
  }
  
  .mypage-status .name {
    font-size: 10px;
  }
  
  .mypage-status .name span {
    font-size: 14px;
  }
  
  .mypage-status .name span.small {
    font-size: 12px;
  }
  
  .mypage-status .rank p {
    font-size: 9px;
    line-height: 13px;
    min-width: 107px;
    width: auto;
  }
  
  .mypage-status .inner > div {
    display: block;
    float: left;
  }
  
  .mypage-status .name, .mypage-status .rank, .mypage-status .card, .mypage-status .point, .mypage-status .medal {
    display: block;
    margin-bottom: 3px;
  }
  
  .mypage-status .medal dt, .mypage-status .point dt {
    display: none;
  }
  
  .mypage-status .medal dd, .mypage-status .point dd {
    font-size: 16px;
  }
  
  .mypage-status .medal span, .mypage-status .point span {
    font-size: 10px;
  }
  
  .mypage-status .right {
    float: right !important;
  }
  
  .mypage-head {
    padding: 12px 0;
  }
  
  .mypage-head p {
    font-size: 12px;
  }
  
  .mypage-head p span {
    font-size: 16px;
  }
  
  .mypage-club {
    padding: 0 2.7%;
  }
  
  .mypage-club .body {
    padding: 10px 18px 5px;
  }
  
  .mypage-club.mypage-status {
    border: 0;
  }
  
  .mypage-club h3 {
    font-size: 15px;
  }
  
  .mypage-club .body .right {
    width: 70%;
  }
  
  .mypage-club .medal, .mypage-club .point {
    width: 100%;
  }
  
  .mypage-club .body .left {
    margin-right: 2%;
    width: 28%;
  }
  
  .mypage-club .rank dt {
    float: none;
  }
  
  .mypage-club.mypage-status .medal dt,
  .mypage-club.mypage-status .point dt {
    display: block;
  }
  
  .mypage-club .btn ul {
    display: block;
  }
  
  .mypage-club .btn li {
    float: none;
    width: 100%;
  }
  
  .mypage-club .btn li a {
    box-sizing: border-box;
    margin: 0 0 10px;
    width: 100%;
  }
  
  .mypage-club .btn li .btn-type03 {
    background-image: url(/images_static/common/icon_arrow_right_13.png);
    background-position: 97% center;
    background-size: 22px auto;
  }
  
  .mypage-club .btn li a.btn-type05:after {
    color: #6F6F6F;
    top: 13px;
  }
  
  .mypage-club .num {
    clear: both;
  }
  
  .mypage-club .rank dd {
    font-size: 18px;
  }
  
  .mypage-club .rank dd span {
    display: block;
    font-size: 11px;
    margin-top: 3px;
  }
  
  .mypage-club.mypage-status .rank p {
    display: inline-block;
    min-width: 107px;
    margin-bottom: 3px;
  }
  
  .mypage-club .body .left {
    margin-bottom: 23px;
  }
  
  .mypage-club.mypage-status .medal dt,
  .mypage-club.mypage-status .point dt {
    float: left;
    font-size: 9px;
    line-height: 13px;
    margin-top: 3px;
  }
  
  .mypage-club.mypage-status .medal dd,
  .mypage-club.mypage-status .point dd {
    font-size: 18px;
  }
  
  .mypage-club.mypage-status dd.note {
    clear: both;
    font-size: 11px; 
    padding-left: 0;
  }
  
  .mypage-club.mypage-status .medal {
    margin-bottom: 8px;
  }
  
  .mypage-club .btn {
    margin-top: 15px;
  }
  
  .mypage-status-k .btn li:first-child .btn,
  .mypage-status-k .btn li:first-child .btn {
    background-position: 97% center;
    width: 100%;
  }
  
  .mypage-link {
    font-size: 14px;
    margin: 20px auto 28px;
    padding: 0;
    width: 94.4% !important;
  }
  
  .mypage-link a {
    background-position: center 85%;
    display: block;
    padding: 15px 0 19px;
  }
  
  .mypage .info-block .more {
    margin: 20px 0 30px;
  }
  
  .mypage-bnr .inner {
    padding: 30px 2.7% 20px;
  }
  
  .mypage-bnr .inner > div {
    margin-bottom: 20px;
  }
  
  .mypage-bnr .inner > div:last-child {
    margin-bottom: 0;
  }
  
  .mypage-bnr .inner {
    width: 100%;
  }
  
  .mypage-bnr .slick-arrow-type01 .slick-list {
    padding-bottom: 20px !important;
  }
  
  .mypage .recommended-block .body ul {
    margin-bottom: 0;
  }
  
  .mypage .recommended-block .body li {
    font-size: 9px;
    margin-bottom: 1px;
    margin-right: 1px;
  }
  
  .mypage .recommended-block .body p {
    display: none;
  }
  
  .mypage-keyword {
    padding: 30px 0 20px;
  }
  
  .mypage-keyword ul {
    display: block;
    overflow: hidden;
    padding: 0 2.7%;
  }
  
  .mypage-keyword li {
    display: block;
    float: left;
    margin-bottom: 7px;
    margin-right: 5px;
  }
  
  .home .mypage-keyword ul {
    text-align: center;
  }
  
  .home .mypage-keyword li {
    display: inline-block;
    float: none;
  }
  
  .mypage-keyword li a {
    font-size: 11px;
    line-height: 30px;
  }
  
  .mypage .recommended-block {
    padding-bottom: 20px;
  }
  
  .mypage .p-asset01-slider .slick-dots {
    line-height: 0;
  }
  
  .mypage .recommended-facil {
    margin-bottom: 20px;
  }
  
  .mypage .recommended-facil .service-slider-02 .text {
    font-size: 9px;
    padding: 6px;
  }
  
  .mypage .recommended-facil .service-slider-02 h3 {
    font-size: 13px;
  }
  
  .mypage .recommended-facil .slick-arrow-type01 .slick-list {
    padding-bottom: 28px !important;
  }
  
  .mypage-gift {
    margin-bottom: 20px;
  }
  
  .mypage-gift .inner {
    background-position: center center;
    background-size: auto 100%;
    height: auto;
    padding: 30px 0 30px;
    width: 100%;
  }
  
  .mypage-gift .inner > img {
    width: 90px;
  }
  
  .mypage-gift h3 span {
    font-size: 12px;
  }
  
  .mypage-gift h3 {
    font-size: 24px;
  }
  
  .mypage-gift .lead {
    font-size: 11px;
    margin-bottom: 20px;
  }
  
  .mypage-gift .btn {
    background-image: url(/images_static/common/icon_arrow_right_05.png);
    font-size: 13px;
    padding: 12px 0;
    width: 175px;
  }
  
  .mypage-menu {
    background-color: #fff;
    margin: 0 auto 20px;
    padding: 0;
    width: 94.6% !important;
  }
  
  .mypage-menu .box {
    background-color: #f6f6f6;
    box-shadow: none;
    display: none;
    margin-bottom: 0;
    padding: 0 10px 10px;
  }
  
  .mypage-menu .box .img {
    height: auto;
    margin-right: 6px;
    width: 136px;
  }
  
  .mypage-menu .box p {
    font-size: 12px;
  }
  
  .mypage .bottom {
    margin-top: 10px;
  }
  
  .mypage .bottom a {
    font-size: 12px;
    letter-spacing: 0;
  }
  
  .mypage-menu .box.col2 {
    width: 100%;
  }
  
  .mypage-menu .bottom li {
    width: 49%;
  }
  
  .mypage-menu .bottom li:first-child {
    margin-right: 2%;
  }
  
  .mypage-menu .reserve .btn {
    font-size: 12px;
  }
  
  .mypage-menu .reserve .btn {
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
  }
  
  .mypage-menu .full .link .btn {
    width: 100%;
  }
  
  .mypage-menu .box.col2 {
    float: none;
    padding: 10px;
  }
  
  .mypage-menu .box.col2 li a {
    width: 100%;
  }
  
  .mypage-menu .reserve .btn:before {
    content: url(/images_static/common/icon_search_04.png);
  }
  
  .mypage-menu .link .btn {
    background-image: url(/images_static/common/icon_arrow_right_12.png);
    background-size: 10px auto;
    padding: 0;
    height: 30px;
    line-height: 28px;
  }
  
  .mypage-menu .btn {
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
    padding: 0 !important;
  }
  
  .mypage-menu ul.single li {
    width: 100%;
  }
  
  .mypage-menu .box-golf li {
    width: 100%;
  }
  
  .mypage-menu .box.col2 li.golf a {
    background-image: url(/images_static/common/icon_arrow_right_11.png);
    text-align: center;
  }
  
  .mypage-menu .box.col2 li.golf {
    margin-bottom: 5px;
  }
  
  .mypage-menu .link .btn:hover {
    background-image: url(/images_static/common/icon_arrow_right_11.png);
  }
  
  .mypage-menu .box.col2:nth-child(2n) {
    margin-left: 0;
  }
  
  .mypage-menu h4 {
    background: url(/images_static/hotel/sp_icon_open.png) 97% center no-repeat #F6F6F6;
    border: 0;
    border-top: 10px solid #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding: 18px 15px 18px 30px;
    text-align: center;
  }
  
  .mypage-menu h4.active {
    background-image: url(/images_static/hotel/sp_icon_close.png);
    background-position: 97% center;
  }
  
  .mypage-menu .bg {
    background-color: #fff;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.16);
    padding: 10px;
  }
  
  .mypage-kids {
    margin-bottom: 30px;
  }
  
  .mypage-kids .left {
    float: none;
    margin-bottom: 10px;
    padding-top: 38px;
    width: 100%;
  }
  
  .mypage-kids .left img {
    margin-bottom: 10px;
    width: 245px;
  }
  
  .mypage-kids .btn {
    background-image: url(/images_static/mypage/sp_mypage_kids_arrow.png);
    font-size: 13px;
    padding: 12px 0;
    width: 175px;
  }
  
  .mypage-list {
    margin-bottom: 10px;
  }
  
  .mypage-list .box {
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 0 2.7%;
    width: 100%;
  }
  
  .mypage-list .box li a {
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  
  /****** wedding *****/
  
  /* parts */
  
  .wedding .wedding-h2 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }
  
  .wedding .h3-type02 {
    font-size: 15px;
    margin-bottom: 14px;
    padding: 3px 0 3px 10px;
  }
  
  .wedding .p-asset01 {
    width: 100%;
  }
  
  .wedding .p-asset01 .slick-dots {
    margin: -12px 0 20px;
  }
  
  /* mv */
  
  .wedding .mv {
    height: 480px !important;
  }
  
  .wedding .mv .slick-slide img {
    height: auto;
  }
  
  .wedding .mv .slick-slide .mv-bg img {
    height: 480px;
    object-position: center right;
  }
  
  .wedding .wedding-h2 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .wedding .mv-msg {
    padding-top: 0;
    top: 189px;
  }
  
  .wedding .mv-msg-logo {
    margin: 0 auto;
    max-width: 324px;
    width: 95%;
  }
  
  .wedding .mv-msg-text {
    font-size: 16px;
    margin-top: 15px;
  }
  
  .wedding .mv .mv-link {
    bottom: 30px;
    font-size: 10px;
    width: 100%;
  }
  
  .wedding .mv-nav {
    margin-top: -85px;
  }
  
  /* wedding-menu */
  
  .wedding-menu {
    margin-bottom: 20px;
  }
  
  .wedding-menu .inner {
    display: none;
  }
  
  .wedding-menu .sp-wedding-menu-head {
    background-color: #F5EDF3;
    color: #7C6804;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 17px 0;
    text-align: center;
  }
  
  .wedding-menu .sp-wedding-menu-head:before {
    content: url(/images_static/wedding/sp_wedding_menu_open.png);
    margin-right: 13px;
    vertical-align: middle;
  }
  
  .wedding-menu .sp-wedding-menu-head.active:before {
    content: url(/images_static/wedding/sp_wedding_menu_close.png);
  }
  
  .wedding-menu .inner {
    width: 100%;
  }
  
  .wedding-menu .left {
    background-image: none;
    background-color: #F5EDF3;
    float: none;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
  
  .wedding-menu .left .head {
    display: none;
  }
  
  .wedding-menu .menu ul {
    padding: 0 20px 10px;
  }
  
  .wedding-menu .menu li {
    background-position: 98% center;
    float: none;
    margin-right: 0;
    margin-bottom: 1px;
    text-align: center;
  }
  
  .wedding-menu .menu a {
    background-color: #fff;
    background-position: 98% center;
    display: block;
    height: 44px;
    line-height: 44px;
  }
  
  .wedding-menu .menu a:hover {
    line-height: 44px;
  }
  
  .wedding-menu .menu .current span,
  .wedding-menu .menu a:hover span {
    border: 0;
  }
  
  .wedding-menu .right {
    float: none;
    width: 100%;
  }
  
  .wedding-menu .right li {
    width: 49%;
  }
  
  .wedding-menu .right li.tel .open {
    background: url(/images_static/wedding/wedding_icon_arrow_right_07.png) 97% center no-repeat;
    color: #7C6804;
    width: 100%;
  }
  
  .wedding-menu .right li.tel .open a {
    background-color: #fff;
    color: #7C6804;
    width: auto;
  }
  
  .wedding-menu .right li.tel .open:before {
    padding-right: 3px;
  }
  
  .wedding-menu .right li.tel {
    background: #fff;
  }
  
  .wedding-menu .right li.mail a {
    width: 100%;
  }
  
  .wedding-menu .right li.mail a {
    background: url(/images_static/wedding/wedding_icon_arrow_right_06.png) 97% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
    padding-left: 7px;
  }
  
  /* sp-fixed-block */
  
  .wedding .sp-fixed-btn a {
    background: linear-gradient(116deg, #C7BA7A, #907A0F);
  }
  
  .wedding .sp-fixed-btn .sp-fixed-reserve:after {
    content: '';
    background: url(/images_static/wedding/wedding_icon_arrow_right_08.png);
    height: 8px;
    width: 5px;
    top: 22px;
  }
  
  .wedding .sp-fixed-btn .sp-fixed-reserve a:before {
    content: '\f0e0';
    padding-right: 3px;
  }
  
  .ho .sp-fixed-block {
    display: none !important;
  }
  
  .ho .footer {
    padding-bottom: 0;
  }
  
  /* sp-tel-block */
  
  .wedding .sp-tel-block {
    height: 100%;
    padding: 0;
    position: relative;
  }
  
  .wedding .sp-tel-block .wedding-tel-wrap {
    background-color: #F5EDF3;
    padding: 50px 20px 20px;
  }
  
  .wedding .sp-tel-block .sp-reserve-head {
    margin: 0 0 16px;
  }
  
  .wedding .sp-tel-block .sp-reserve-head h2 {
    font-weight: bold;
    margin: 0 0 15px;
  }
  
  .wedding .sp-tel-block .sp-reserve-head h3 {
    border-bottom: 1px solid #222;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  
  .wedding .sp-tel-block .status-head {
    margin-top: 20px;
  }
  
  .wedding .sp-tel-block .sp-tel-info {
    background-color: #fff;
    padding: 25px 20px 15px;
  }
  
  .wedding .sp-tel-block .sp-tel-info a {
    color: #907A0F;
    text-decoration: underline;
  }
  
  .wedding .sp-tel-block .status-blue a,
  .wedding .sp-tel-block .status-blue .note {
    color: #007CC9 !important;
  }

  .wedding .sp-tel-block .status-gold a,
  .wedding .sp-tel-block .status-gold .note {
    color: #9B6E09 !important;
  }

  .wedding .sp-tel-block .status-platinum a,
  .wedding .sp-tel-block .status-platinum .note {
    color: #777777 !important;
  }
  
  .wedding .sp-tel-info .num {
    margin-bottom: 10px;
  }
  
  .wedding .sp-tel-info .num a:before {
    content: '\f095';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 31px;
    margin-right: 10px;
  }
  
  .wedding .sp-reserve-head .lead {
    margin-top: 20px;
    font-size: 14px;
  }
  
  .wedding .sp-tel-block .sp-tel-info .note {
    color: #907A0F;
    font-size: 16px;
    margin-bottom: 0;
  }
  
  .wedding .sp-tel-block .sp-reserve-bottom {
    background-color: #fff;
    margin: 0;
    padding: 15px 0 0;
  }
  
  .wedding .sp-tel-block .sp-reserve-bottom a {
    color: #222;
  }
  
  .wedding .sp-tel-block .sp-header-util {
    background-color: #fff;
    margin: 0 0 17px;
    padding: 0 0 20px;
  }
  
  .wedding .sp-tel-block .sp-header-util li {
    border-bottom: 1px solid #888888;
    width: 124px;
  }
  
  .wedding .sp-tel-block .sp-header-util a {
    background-image: url(/images_static/wedding/wedding_icon_arrow_right_09.png);
    padding-right: 0;
    text-align: left;
  }
  
  .wedding .sp-tel-block.sp-modal > .mfp-close {
    background-color: #7C6804;
    background-image: url(/images_static/common/modal_close.png);
    height: 50px !important;
    right: 0;
    width: 60px !important;
  }
  
  .wedding .sp-tel-block .mfp-close-bottom {
    background-color: #7C6804;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
  
  .wedding .sp-tel-block .mfp-close-bottom .mfp-close {
    bottom: 10px;
  }
  
  .wedding .sp-tel-block .mfp-close-bottom .mfp-close:after {
    content: '閉じる';
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 1;
    padding-top: 35px;
  }
  
  /* p-tab */
  
  .wedding .p-tab-body .box {
    padding: 0 2.7%;
    width: 100%;
  }
  
  .wedding .p-tab-head {
    width: 100%;
  }
  
  .wedding .p-tab-head li {
    font-size: 12px;
    width: 49%;
  }
  
  .wedding .p-search-head span {
    margin-bottom: 7px;
  }
  
  .wedding .p-tab-head li i {
    font-size: 15px;
  }
  
  .wedding .p-tab-head li:first-child {
    margin-left: 0;
    margin-right: 2%;
  }
  
  .wedding .btn-type01 {
    font-size: 13px;
  }
  
  .wedding .h2-type03 span {
    font-size: 10px;
    margin-bottom: 0;
  }
  
  /* .wedding-instagram */
  
  .wedding-instagram {
    margin-bottom: 30px;
  }
  
  .wedding-instagram h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  
  .wedding-instagram .left {
    float: none;
    height: auto;
    width: 100%;
  }
  
  .wedding-instagram .right {
    float: none;
    padding-top: 0;
    width: 100%;
  }
  
  .wedding-instagram .right li {
    margin-bottom: 0;
  }
  
  .wedding-instagram .right li:nth-child(3n) {
    margin-right: 5px;
  }
  
  .wedding-instagram .logo {
    display: block;
    margin: 0 auto 10px;
    width: 25%;
  }
  
  .wedding-instagram .bottom {
    margin-top: 20px;
    text-align: center;
  }
  
  .wedding-instagram p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  
  .wedding-instagram p span {
    font-size: 14px;
  }
  
  .wedding-instagram .btn {
    padding: 12px 0;
    width: 250px;
  }
  
  /* .wedding-about */
  
  .wedding-about {
    margin-bottom: 27px;
  }
  
  .wedding-about > div {
    padding: 0 2.7%;
  }
  
  .wedding-about .half .info {
    background: url(/images_static/wedding/wedding_icon_arrow_right_16.png) 94% center no-repeat,
      url(/images_static/wedding/wedding_about_bg_01.jpg) center center no-repeat;
    background-size: 23px auto, cover;
    margin-bottom: 10px;
  }
  
  .wedding-about .half {
    margin-bottom: 0;
  }
  
  .wedding-about .half .concept {
    background: url(/images_static/wedding/wedding_icon_arrow_right_16.png) 94% center no-repeat,
      url(/images_static/wedding/wedding_about_bg_02.jpg) center center no-repeat;
    background-size: 23px auto, cover;
    margin-bottom: 10px;
  }
  
  .wedding-about .box p {
    font-size: 11px;
  }
  
  .wedding-about .box span {
    font-size: 18px;
    margin-top: 8px;
  }
  
  .wedding-about .half .box {
    float: none;
  }
  
  .wedding-about .half .box a {
    height: 110px;
    padding-top: 35px;
    width: 100%;
  }
  
  .wedding-about .full .box {
    background: url(/images_static/wedding/wedding_icon_arrow_right_16.png) 94% center no-repeat,
      url(/images_static/wedding/wedding_about_bg_03.jpg) center center no-repeat;
    background-size: 23px auto, cover;
  }
  
  .wedding-about .full .box a {
    height: 126px;
    padding-top: 34px;
    width: 100%;
  }
  
  .wedding-about .half .info {
    margin-right: 0;
  }
  
  /* .wedding-privilege */
  
  .wedding-privilege .cf {
    padding: 0 2.7%;
  }
  
  .wedding-privilege .box {
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
    height: 143px;
    padding-top: 8px;
    width: 100%;
  }
  
  .wedding-privilege .box h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .wedding-privilege .box h3:before {
    margin-bottom: 0;
  }
  
  .wedding-privilege .box p {
    font-size: 11px;
    margin-bottom: 10px;
  }
  
  .wedding-privilege .box .btn {
    background: url(/images_static/wedding/wedding_icon_arrow_right_16.png) 95% center no-repeat;
    background-size: 23px auto;
    border: 1px solid #fff;
    width: 130px;
  }
  
  .wedding-privilege .back {
    padding: 0 5%;
  }
  
  .wedding-privilege .back .btn {
    background: url(/images_static/wedding/wedding_icon_arrow_left_01.png) 9px center no-repeat;
    font-size: 13px;
    padding-left: 43px;
    width: 100%;
  }
  
  /* wedding brand */
  
  .wedding .brand-block {
    padding-bottom: 30px;
  }
  
  .wedding .brand-block h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  
  .wedding .brand-lead {
    font-size: 11px;
    line-height: 1.67;
    margin-bottom: 10px;
  }
  
  .wedding .brand-block .desc {
    font-size: 11px;
    margin: 0 0 20px;
    padding: 0 2.7%;
  }
  
  .wedding .brand-inner {
    padding-bottom: 30px;
  }
  
  .wedding .brand-slider .slick-dots {
    bottom: 10px !important;
    margin-bottom: 0;
    position: absolute;
  }
  
  .wedding .slick-dotted.brand-slider {
    margin-bottom: 10px;
    padding: 0;
  }
  
  .wedding .brand-inner {
    padding: 0 2.7% 30px;
  }
  
  .wedding .brand-img {
    float: none;
  }
  
  /* weedding-reason */
  
  .wedding-reason {
    margin-bottom: 30px;
  }
  
  .wedding-reason .block {
    width: 100%;
  }
  
  .wedding-reason .inner {
    background: url(/images_static/wedding/sp_wedding_reason_bg_02.png) center 0 no-repeat,url(/images_static/wedding/sp_wedding_reason_bg_02.png) center 100% no-repeat;
    padding: 15px 0 25px;
  }
  
  .wedding-reason h2 {
    font-size: 18px;
    line-height: 1.7;
    padding-top: 10px;
  }
  
  .wedding-reason h2 span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .wedding-reason h2 span.num {
    display: inline-block;
    line-height: 0.8;
    margin-top: 20px;
  }
  
  .wedding-reason .block .slick-slide[data-slick-index="-1"] {
    opacity: 0;
  }
  
  .wedding-reason .block .slick-dots {
    margin-top: 10px;
    position: static;
  }
  
  /* wedding-party */
  
  .wedding-party-head {
    height: 156px;
    padding-top: 10px;
    width: 100%;
  }
  
  .wedding-party .bg {
    padding-bottom: 30px;
  }
  
  .wedding-party-head h2 {
    font-size: 50px;
    margin-bottom: 5px;
  }
  
  .wedding-party-head p {
    font-size: 16px;
    letter-spacing: 0;
  }
  
  .wedding-party .btn {
    box-sizing: border-box;
    letter-spacing: 0;
    padding-left: 25px;
    text-align: left;
    width: 250px;
  }
  
  /* wedding-search */
  
  .wedding-search .bg {
    padding-bottom: 1px;
  }
  
  .wedding-search .lead {
    font-size: 13px;
    text-align: left;
  }
  
  .wedding-search .inner {
    padding: 0 2.7%;
  }
  
  .wedding-search .bnr {
    background-size: cover;
    font-size: 14px;
    margin-bottom: 20px;
    height: 138px;
    width: 100%;
  }
  
  .wedding-search .center {
    font-size: 18px;
    margin: 10px 0;
  }
  
  .wedding-search .bottom {
    font-size: 15px;
  }
  
  /* wedding-concierge */
  
  .wedding-concierge .block {
    margin-bottom: 20px;
    padding: 0 2.7%;
    width: 100%;
  }
  
  .wedding-concierge .lead {
    font-size: 13px;
    padding: 0 2.7%;
    text-align: left;
  }
  
  .wedding-concierge .left {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .wedding-concierge .text a {
    background-size: 5px auto;
    font-size: 14px;
    padding: 10px;
  }
  
  .wedding-concierge .right {
    float: none;
    width: 100%;
  }
  
  .wedding-concierge .cont {
    padding-left: 0;
  }
  
  .wedding-concierge .tel a {
    background: url(/images_static/wedding/wedding_icon_arrow_right_04.png) 97.5% center no-repeat #F5EDF3;
    color: #907A0F;
    display: block;
    font-size: 20px;
    text-decoration: none;
  }
  
  .wedding-concierge .tel:before {
    content: none;
  }
  
  .wedding-concierge .tel a:before {
    content: '\f095';
    font-family: Fontawesome;
    font-size: 30px;
    padding-right: 11px;
    vertical-align: middle;
  }
  
  .wedding-concierge .mail a {
    font-size: 20px;
  }
  
  .wedding-concierge .address {
    display: none;
  }
  
  .wedding-concierge .h5-type01 {
    font-size: 15px;
  }
  
  .wedding-concierge .hour li {
    background-size: 7px auto;
    font-size: 13px;
    padding-left: 13px;
  }
  
  /* wedding-news */
  
  .wedding-news {
    margin-bottom: 27px;
  }
  
  .wedding-news .p-asset04 .box {
    background-size: 5px auto;
  }

  .wedding-news .btn {
    width: 250px;
  }
  
  /* wedding-sns */
  
  .wedding-sns {
    background: none;
    margin-bottom: 20px;
    padding: 0 2.7%;
  }
  
  .wedding-sns .box {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  
  .wedding-sns .box:first-child {
    margin: 0 0 20px;
  }
  
  /* wedding-bnr */
  
  .wedding-bnr .bnr-col3 {
    margin-bottom: 15px;
    padding: 0 2.7%;
  }
  
  .wedding-bnr .bnr-col4 .slick-slide {
    margin: 0 3px;
  }
  
  .wedding-bnr .slick-arrow-type01 .slick-list {
    padding-bottom: 23px !important;
  }
  
  /* wedding-top */
  
  .wedding-top .wedding-menu {
    margin-bottom: 10px;
  }
  
  .wedding-top .brand-slider .desc {
    height: 20px;
    margin-top: 10px;
  }
  
  .wedding-top .brand-slider.p-slider-type01 .slick-slide:after {
    bottom: 50px;
  }
  
  .wedding-top .brand-slider .slick-dots {
    bottom: 60px !important;
  }
  
  .wedding-top .brand-slider.p-slider-type01 .slick-prev,
  .wedding-top .brand-slider.p-slider-type01 .slick-next {
    bottom: 63px;
  }
  
  /* .wedding-report */
  
  .wedding-report .p-header .img {
    margin-bottom: 0;
  }
  
  .wedding-report .p-header .img > img {
    height: 95px;
    width: 100%;
  }
  
  .wedding-report .p-header .text {
    margin-top: -21px;
    position: static;
    width: 108px;
  }
  
  .wedding-report .p-search-head {
    margin-bottom: 30px;
  }
  
  .wedding-report-list .p-asset02 {
    margin-bottom: 13px;
  }
  
  .wedding-report-list .num {
    font-size: 13px;
    margin-bottom: 13px;
  }
  
  .wedding-report-list .num span {
    font-size: 20px;
  }
  
  .wedding-report-list .cont {
    padding: 10px 10px 27px;
  }
  
  .wedding-report-list .p-asset02 .block {
    padding: 10px;
  }
  
  .wedding-report-list .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .wedding-report-list .name {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .wedding-report-list .name span {
    font-size: 9px;
    line-height: 14px;
    min-width: 70px;
  }
  
  .wedding-report-list .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .wedding-report-list .bottom {
    padding-top: 10px;
  }
  
  /* wedding-info */
  
  .wedding-info {
    margin-bottom: 30px;
  }
  
  .wedding-info .inner .left,
  .wedding-info .inner .right {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  
  .wedding-info-fair {
    padding: 0 2.7%;
  }
  
  .wedding-info-fair-iframe {
    height: 185px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
  }
  
  .wedding-info-fair-iframe iframe {
    width:100%;
    height:100%;
  }

  .wedding-info .more a {
    width: 220px;
  }
  
  .wedding-info .left {
    margin-bottom: 30px;
  }
  
  .wedding-info .p-asset01 p {
    display: none;
  }
  
  .wedding-info .p-asset01 .box {
    margin-right: 5px;
  }
  
  .wedding-info .p-asset01 .slick-dots {
    margin: 0 0 10px;
  }
  
  .wedding-info-party {
    padding: 0 2.7%;
  }
  
  .wedding-info-party .desc {
    font-size: 11px;
  }
  
  .wedding-info-party .more {
    margin-top: 10px;
  }
  
  .wedding-info-gallery {
    padding: 0 2.7%;
  }
  
  .wedding-info-gallery .more {
    margin-top: 20px;
  }
  
  .wedding-info .p-asset05 .slick-list {
    margin: 0;
  }
  
  /* wedding-charm */
  
  .wedding-charm .col2-block .box {
    width: 100%;
  }
  
  /* wedding-contact */
  
  .wedding-contact .left {
    float: none;
    width: 100%;
  }
  
  .wedding-contact .right {
    float: none;
    width: 100%;
  }
  
  /* wedding area common */
  
  .wedding.area .sp-modal {
    background-color: #F5EDF3;
  }
  
  .wedding.area .sp-tel-block .sp-reserve-head {
    margin-bottom: 0;
  }
  
  .wedding.area .sp-tel-block .sp-reserve-head h3 {
    background-color: #fff;
    border: 0;
    padding: 8px;
  }
  
  .wedding.area .wedding-contact-bottom h4 {
    border-bottom: 1px solid #222;
    margin-top: 20px;
  }
  
  .wedding.area .wedding-contact-bottom {
    padding: 0;
  }
  
  .wedding.area .wedding-contact-bottom .box:first-child {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  
  .wedding.area .wedding-contact-bottom .box {
    float: none;
    width: 100%;
  }
  
  .wedding.area .wedding-contact-bottom .num a {
    color: #907A0F;
  }
  
  .wedding.area .wedding-contact-bottom .link a {
    font-size: 12px;
    margin-top: 17px;
  }
  
  .wedding.area .sp-tel-block h2 span:before {
    content: '\f27a';
    font-size: 18px;
  }
  
  .wedding.area .sp-tel-block .status-head {
    margin-bottom: 20px;
  }
  
  .wedding.area .sp-tel-block .status-head h3 {
    background-color: transparent;
    border-bottom: 1px solid #222;
  }
  
  .wedding.area .sp-tel-block .wedding-tel-wrap {
    padding-bottom: 10px;
  }
  
  .wedding.area .sp-menu-block,
  .wedding.area .sp-search-block {
    background-color: #9E8A2A;
  }
  
  .wedding.area .sp-menu-block .back {
    margin-bottom: 0;
  }
  
  .wedding.area .sp-header-nav nav > ul > li:last-child {
    background: url(/images_static/common/icon_arrow_right_07.png) 97% center no-repeat #fff;
    margin-top: 0;
  }
  
  .wedding.area .lv02-head .lv02 {
    display: none;
  }
  
  .wedding.area .sp-header-nav .lv02 li {
    background-color: #F2EED9;
    margin-right: 0;
    width: 100%;
  }
  
  .wedding.area .sp-menu-name {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .wedding.area .sp-header-bnr {
    padding-bottom: 25px;
  }
  
  .wedding.area .sp-header-bnr .slick-dots {
    bottom: 5px !important;
  }
  
  .wedding.area .sp-header-bnr .slick-dots li button:before {
    background-color: #fff !important;
  }
  
  .wedding.area .sp-header-util li {
    border-color: #fff;
    padding-right: 0;
    text-align: left;
    width: 124px;
  }
  
  .wedding.area .sp-menu-block .back a {
    height: auto;
    line-height: 1.2;
    padding: 10px 0;
  }
  
  .wedding.area .mfp-close-bottom {
    background-color: #9E8A2A;
    height: 60px;
    padding: 10px 0 0;
  }
  
  .wedding.area .sp-search-block .link,
  .wedding.area .sp-login-block .link {
    border-color: #fff;
  }
  
  .wedding.area .lv02-head {
    background: #fff;
  }
  
  .wedding.area .lv02-head span {
    background: url(/images_static/wedding/wedding_icon_open_01.png) 98% center no-repeat #fff;
    display: block;
    padding: 14px 0;
  }
  
  .wedding.area .lv02-head.active span {
    background: url(/images_static/wedding/wedding_icon_close_01.png) 98% center no-repeat #fff;
  }
  
  .wedding.area .container {
    border-top: 1px solid #937E16;
  }
  
  .wedding.area .header {
    border-top: 1px solid #707070;
  }
  
  .wedding.area .header-top {
    padding-top: 10px;
  }
  
  .wedding.area .header-back {
    display: none;
  }
  
  .wedding.area .header,
  .wedding.area .header-top {
    height: 50px;
  }
  
  .wedding.area .header-logo img {
    height: auto;
    width: 122px;
  }
  
  .wedding.area .sp-header-menu-btn {
    vertical-align: top;
  }
  
  .wedding.area .sp-header-menu-search {
    padding-top: 3px;
    vertical-align: top;
  }
  
  .wedding.area .mv .slick-slide .mv-bg img {
    height: 472px;
  }
  
  .wedding.area .mv {
    height: 472px !important;
  }
  
  .wedding.area .mv-msg-logo {
    font-size: 30px;
  }
  
  .wedding.area .mv-msg-logo span {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 6px;
  }
  
  .wedding.area .mv-msg-text {
    font-size: 10px;
    margin-top: 15px;
  }
  
  .wedding.area .mv-msg {
    top: 133px;
  }
  
  .wedding.area .mv-msg-btn {
    margin-top: 70px;
  }
  
  .wedding.area .mv-nav {
    margin-top: -30px;
  }
  
  .wedding.area .wedding-menu .right {
    position: static;
  }
  
  .wedding.area .wedding-menu .inner {
    background-color: #fff;
    display: block;
  }
  
  .wedding.area .wedding-menu .left {
    height: 57px;
    padding-top: 11px;
  }
  
  .wedding.area .wedding-menu .left ul {
    text-align: center;
  }
  
  .wedding.area .wedding-menu .link a {
    font-size: 13px;
  }
  
  .wedding.area .wedding-menu-share .share-block {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
  }
  
  .wedding.area .wedding-menu-share .share-block p {
    font-size: 12px;
  }
  
  .wedding.area .wedding-menu .right .wedding-fix > li {
    margin-right: 0;
    width: 33.3333%;
  }
  
  .wedding.area .wedding-menu .right .wedding-fix > li > a,
  .wedding.area .wedding-menu .right .wedding-fix > li span {
    background: url(/images_static/wedding/wedding_icon_arrow_right_08.png) 94% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
    font-size: 11px;
    padding-left: 10px;
    width: 100%;
  }
  
  .wedding.area .wedding-menu .right li a:before {
    font-size: 15px !important;
  }
  
  .wedding.area .wedding-menu .right {
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.26);
    height: auto;
    margin: 10px;
    padding: 10px;
  }
  
  .wedding.area .wedding-menu .right ul {
    overflow: hidden;
  }
  
  .wedding.area .wedding-menu .left .btn-type03 {
    width: 146px;
  }
  
  .wedding.area .wedding-menu {
    margin-bottom: 30px;
  }
  
  .wedding.area .wedding-menu .right li.tel .open a {
    background: url(/images_static/wedding/wedding_icon_arrow_top_01.png) 94% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
    color: #fff;
    font-size: 11px;
  }
  
  .wedding-top.area .wedding-bnr {
    margin-bottom: 25px;
  }
  
  .wedding.area .brand-link a {
    width: 220px;
  }
  
  .wedding.area .brand-block h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
  
  .wedding-top.area .brand-block .brand-lead {
    margin-bottom: 25px;
  }
  
  .wedding-top.area .wedding-info .wedding-info-gallery .wedding-h2 {
    margin-bottom: 40px;
  }
  
  
  /* wedding-charm */
  
  .wedding-charm {
    padding: 0 2.7%;
  }
  
  .wedding-charm .col2-block .box {
    font-size: 18px;
    float: none;
    height: 138px;
  }
  
  .wedding-charm .col2-block .box span {
    font-size: 13px;
    margin-bottom: 13px;
  }
  
  .wedding-charm .col2-block .box:first-child {
    margin-right: 0;
  }
  
  .wedding-charm .col4-block .box {
    font-size: 14px;
    height: 118px;
    margin-left: 0;
    width: calc(50% - 3px);
  }
  
  .wedding-charm .col4-block .box span {
    font-size: 10px;
  }
  
  .wedding-charm .col4-block .box:nth-child(2n) {
    margin-left: 6px;
  }
  
  .wedding-charm .col1-block .box {
    height: 138px;
  }
  
  .wedding-charm .col1-block .box {
    font-size: 18px;
  }
  
  .wedding-charm .col1-block .box span {
    font-size: 13px;
  }
  
  .wedding-charm .col2-block .box a:after,
  .wedding-charm .col1-block .box a:after {
    content: url(/images_static/wedding/wedding_icon_arrow_right_14.png);
    margin-top: -10px;
    right: 10px;
  }
  
  .wedding-charm .col4-block .box a:after {
    content: url(/images_static/wedding/wedding_icon_arrow_right_08.png);
    margin-top: -8px;
    right: 10px;
  }
  
  /* wedding-gift */
  
  .wedding-gift {
    font-size: 16px;
    padding: 0 2.7%;
  }
  
  .wedding-gift span {
    font-size: 12px;
  }
  
  /* wedding-plan */
  
  .wedding-plan {
    background-position: 0 150px;
    margin-bottom: 30px;
  }
  
  .wedding-plan .p-asset01 .body p {
    display: none;
  }
  
  .wedding-plan .p-asset01 .body h3 {
    margin-bottom: 0;
  }
  
  .wedding-plan .btn {
    width: 220px;
  }
  
  .wedding-plan .p-asset01.slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  
  /* wedding-contact */
  
  .wedding-contact {
    margin-bottom: 30px;
  }
  
  .wedding-contact .inner {
    padding: 0 2.7%;
  }
  
  .wedding-contact .left {
    background-color: #fff;
    padding: 0;
  }
  
  .wedding-contact .left .name {
    border-left: 4px solid #C7BA7A;
    font-size: 15px;
    padding: 3px 0 3px 5px;
    text-align: left;
  }
  
  .wedding-contact .left h4 {
    display: none;
  }
  
  .wedding-contact li.mail {
    display: none;
  }
  
  .wedding-contact .link {
    background-color: #F5EDF3;
    overflow: hidden;
    padding: 10px;
  }
  
  .wedding-contact .link li.half {
    float: left;
    width: calc(50% - 1px);
  }
  
  .wedding-contact .link li.full {
    margin-top: 2px;
    width: 100%;
  }
  
  .wedding-contact .link li.full a {
    font-size: 20px;
  }
  
  .wedding-contact .link li.inquiry a:before {
    content: '\f27a';
    font-family: FontAwesome;
    font-size: 22px;
    padding-right: 3px;
  }
  
  .wedding-contact .link li.full a:before {
    padding-right: 10px;
  }
  
  .wedding-contact .left li a,
  .wedding-contact .left li span.btn {
    font-size: 18px;
    width: 100%;
  }
  
  .wedding-contact .left li.doc a:before,
  .wedding-contact .left li.fair a:before {
    padding-right: 3px;
  }
  
  .wedding-contact .left li:first-child {
    margin-right: 2px;
  }
  
  .wedding-contact .left li.half a {
    background: url(/images_static/wedding/wedding_icon_arrow_right_15.png) 95.5% center no-repeat,linear-gradient(116deg, #C7BA7A, #907A0F);
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
  }
  
  .wedding-contact .right h3 {
    border-left: 4px solid #C7BA7A;
    font-size: 15px;
    padding-left: 5px;
    text-align: left;
  }
  
  .wedding-contact .right .text {
    font-size: 13px;
    padding-left: 0;
  }
  
  .wedding-contact .right .btn {
    height: 40px;
    line-height: 40px;
    width: 220px;
  }
  
  /* wedding-guidanse */
  
  .wedding-guidanse {
    margin-bottom: 30px;
  }
  
  .wedding-guidanse .btn {
    box-sizing: border-box;
    letter-spacing: 0;
    padding-left: 5px;
    text-align: left;
    width: 220px;
  }
  
  /****** ski ******/
  
  /* ski parts */
  
  .ski .ski-h2 {
    font-size: 19px;
  }
  
  .ski .ski-h2-type02 {
    font-size: 14px;
  }
  
  .ski .btn-type03 {
    background-image: url(/images_static/ski/ski_icon_arrow_right_10.png);
    height: 40px;
    line-height: 40px;
    width: 220px;
  }
  
  .ski .p-tab-head {
    width: 100%;
  }
  
  .ski .p-tab-head li {
    font-size: 13px;
    margin-left: 0;
    width: calc(50% - 2px);
  }
  
  .ski .p-tab-head li i {
    font-size: 13px;
    margin-right: 5px;
  }
  
  .ski .p-tab-head li:first-child {
    margin-left: 0;
    margin-right: 4px;
  }
  
  .ski .pc-tab {
    display: none;
  }
  
  .ski .sp-tab {
    display: table !important;
    height: 34px;
  }
  
  .ski .sp-tab a {
    font-size: 10px;
    height: 34px;
  }
  
  .ski .p-tab-head .sp-tab i {
    font-size: 11px;
  }
  
  .ski .p-asset04 .box {
    background-position: 97% center;
    background-size: 5px auto;
  }
  
  .ski .header-login-cont .entry .btn {
    height: auto;
  }
  
  /* ski refine-map */
  
  .map.ski #Map {
    height: 100%;
  }
  
  .map.ski .refine-map-head {
    background-color: #507BCC;
  }
  
  .map.ski .refine-map-head h3.active {
    background-image: url(/images_static/common/icon_arrow_top_02.png);
  }
  
  .map.ski .refine-map-form select {
    font-size: 14px;
    line-height: 34px;
    width: 65%;
  }
  
  .map.ski .refine-map-form div {
    margin-bottom: 0;
  }
  
  .map.ski .refine-map-form {
    border-top: 1px solid #fff;
    margin: 0 10px;
    padding-top: 10px;
  }
  
  .map.ski .refine-map-form span {
    font-size: 12px;
    line-height: 34px;
    text-align: left;
  }
  
  .map.ski .refine-map-body .info {
    background-color: #fff;
    padding-bottom: 20px;
  }
  
  .map.ski .refine-map-body .cont .img {
    float: left;
    margin-right: 10px;
    width: 136px;
  }
  
  .map.ski .refine-map-body .cont .text {
    float: left;
    font-size: 13px;
    width: calc(100% - 146px);
  }
  
  .map.ski .refine-map-body .cont h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .map.ski .refine-map-body .cont .lead {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 15px;
  }
  
  .map.ski .refine-map-body table img {
    width: auto;
  }

  .map.ski .refine-map-body table {
    background-color: #F3F3F3;
    table-layout: fixed;
    width: 100%;
  }

  .map.ski .refine-map-body table td {
    text-align: center;
    width: 20%;
  }

  .map.ski .refine-map-body table tr.icon td {
    padding: 16px 0 8px;
  }

  .map.ski .refine-map-body table tr.title td {
    font-size: 14px;
    padding-bottom: 7px;
  }

  .map.ski .refine-map-body table tr.data td {
    color: #1F5499;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 13px;
  }
  /* ski mv */
  
  .ski .mv {
    height: 470px !important;
  }
  
  .ski .mv .slick-slide img {
    height: auto;
  }
  
  .ski .mv .slick-slide .mv-bg img {
    height: 470px;
  }
  
  .ski .ski-h2 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .ski .mv-msg {
    padding-top: 0;
    top: 150px;
  }
  
  .ski .mv-msg-logo {
    margin: 0 auto;
    max-width: 324px;
    width: 95%;
  }
  
  .ski .mv-msg-text {
    font-size: 12px;
    margin-top: 10px;
  }
  
  .ski .mv .mv-link {
    bottom: 30px;
    font-size: 10px;
  }
  
  .ski .mv-msg-text .season {
    font-size: 23px;
    margin-bottom: 15px;
  }
  
  .ski .mv-nav {
    margin-top: -75px;
  }
  
  .ski .mv-season {
    font-size: 13px;
    margin-right: -96px;
    right: 50%;
  }
  
  .ski .mv-season a {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width: 100px;
  }
  
  /* ski-news */
  
  .ski-news {
    margin-bottom: 0;
  }
  
  .ski-news .p-asset04 .cat li {
    font-size: 10px;
  }
  
  .ski-news-list {
    margin-bottom: 40px;
  }
  
  /* ski-recommended */
  
  .ski-recommended {
    padding-bottom: 20px;
  }
  
  .ski-recommended .body p {
    display: none;
  }
  
  /* ski-features */
  
  .ski-features {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .ski-features .head {
    height: 156px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .ski-features .head h2 {
    background-image: url(/images_static/ski/sp_ski_features_h2_line.png);
    font-size: 19px;
    padding: 20px 0 15px;
  }
  
  .ski-features .head h2 span {
    font-size: 16px;
    margin-bottom: 0;
  }
  
  .ski-features .head h2 span.num {
    font-size: 66px;
  }
  
  .ski-features .head h2 span.big {
    font-size: 22px;
  }
  
  .ski-features .box {
    background-size: 100%;
    float: none;
    height: auto;
    padding: 25px 0;
    width: 100%;
  }
  
  .ski-features .box:nth-child(2n) {
    margin-left: 0;
  }
  
  .ski-features .box h3 span {
    font-size: 16px;
  }
  
  .ski-features .box h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  
  .ski-features .box .text {
    font-size: 11px;
    margin-bottom: 10px;
  }
  
  .ski-features .block .btn {
    background-image: url(/images_static/ski/ski_icon_arrow_right_09.png);
    width: 130px;
    height: 30px;
    line-height: 30px;
  }
  
  /* ski-search */
  
  .ski-search .block {
    padding: 10px;
    width: 100%;
  }
  
  .ski-search .box {
    padding: 0 2.7%;
  }
  
  .ski-search .cont {
    float: none;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
  }
  
  .ski-search .cont:last-child {
    margin-bottom: 0;
  }
  
  .ski-search .cont:nth-child(2n) {
    margin-left: 0;
  }
  
  .ski-search .bottom h3 {
    background-size: 5px auto;
    margin: 0 0 10px;
  }
  
  .ski-search .bottom h3 img.sp-fix {
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: middle;
    width: 136px;
  }
  
  .ski-search .bottom h3 a {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    vertical-align: middle;
    width: calc(100% - 156px);
  }
  
  .ski-search .bottom table img {
    width: 30px;
  }
  
  /* ski-region */
  
  .ski-region {
    margin-bottom: 0;
    padding: 0 2.7%;
  }
  
  .ski-region h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .ski-region .region-block {
    padding: 18px 0 10px;
  }
  
  .ski-region .body span {
    display: none;
  }
  
  /* ski-bnr */
  
  .ski-bnr .bg {
    padding: 24px 2.7% 10px;
  }
  
  /* ski-privilege */
  
  .ski-privilege {
    margin-bottom: 20px;
  }
  
  .ski-privilege .box {
    float: none;
    height: 306px;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .ski-privilege .box h3 {
    font-size: 24px;
  }
  
  .ski-privilege .box h3 span {
    font-size: 12px;
  }
  
  .ski-privilege .box .text {
    font-size: 10px;
  }
  
  .ski-privilege .block .btn {
    width: 175px;
  }
  
  .ski-privilege .box01 img {
    width: 192px;
  }
  
  .ski-privilege .box02 img {
    display: inline-block;
    vertical-align: top;
    width: 63px;
  }
  
  .ski-privilege .box02 .text {
    display: inline-block;
    text-align: left;
  }
  
  /* ski sns */
  
  .ski-sns {
    background: none;
    margin-bottom: 30px;
    padding: 0 2.7%;
  }
  
  .ski-sns img {
    width: 100%;
  }
  
  .ski-sns .box {
    float: none;
    width: 100%;
  }
  
  .ski-sns .box:first-child {
    margin-bottom: 30px;
    margin-right: 0;
    padding-top: 0;
  }
  
  .ski-sns-blog .block {
    background: url(/images_static/ski/sp_ski_sns_blog_bg_02.png) center center no-repeat,url(/images_static/ski/ski_sns_blog_bg.jpg) center center no-repeat;
    background-size: auto, cover;
    width: 100%;
  }
  
  .ski-sns-blog .block a {
    background: url(/images_static/ski/ski_icon_arrow_right_02.png) 95% center no-repeat;
  }

  .ski-sns-blog .block:hover {
    opacity: .7;
  }

  .ski-sns-blog p {
    font-size: 16px;
  }

  .ski-sns-blog p span {
    font-size: 12px;
  }
  
  /* ski-line */
  
  .ski-line {
    margin-bottom: 30px;
    padding: 0 2.7%;
  }
  
  .ski-line .block {
    padding-left: 20px;
    text-align: left;
    width: 100%;
  }
  
  .ski-line .block a {
    background: url(/images_static/ski/ski_icon_arrow_right_02.png) 95% center no-repeat;
  }
  
  .ski-line p {
    font-size: 16px;
    text-align: left;
  }
  
  .ski-line p span {
    font-size: 12px;
  }
  
  .ski-line .logo {
    margin-right: 10px;
  }
  
  /* ski-supported */
  
  .ski-supported {
    padding: 30px 2.7% 10px;
  }
  
  /* ski-ling */
  
  .ski-link li {
    display: block;
    margin-bottom: 15px;
  }
  
  .ski-link li:first-child {
    margin-right: 0;
  }
  
  .ski-switch p {
    font-size: 13px;
  }
  
  .ski-switch p a {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width: 100px;
  }
  
  /****** ski-summer ******/
  
  /* ski-summer parts */
  
  .ski-summer .ski-h2-type02 {
    margin-bottom: 20px;
  }
  
  .ski-summer .btn-type03 {
    background-image: url(/images_static/ski/ski_icon_arrow_right_13.png);
  }
  
  .ski-summer .btn-type03:hover {
    background-image: url(/images_static/ski/ski_icon_arrow_right_02.png);
  }
  
  /* ski-summer mv */
  
  .ski-summer .mv {
    margin-bottom: 20px;
  }
  
  /* ski-summer ski-recommended */
  
  .ski-summer .ski-recommended {
    margin-bottom: 25px;
    padding: 25px 0 15px;
  }
  
  /* ski-summer ski-activity */
  
  .ski-activity {
    padding: 0 2.7%;
  }
  
  .ski-activity .col1-block,
  .ski-activity .col2-block {
    width: 100%;
  }
  
  .ski-activity .box {
    font-size: 18px;
    height: 143px;
  }
  
  .ski-activity .box span {
    font-size: 11px;
  }
  
  .ski-activity .box a {
    background: none;
  }
  
  .ski-activity .col2-block .box {
    font-size: 16px;
    width: calc(50% - 3px);
  }
  
  .ski-activity .col2-block .box:nth-child(2n) {
    margin-left: 6px;
  }
  
  .ski-activity .box span {
    margin-bottom: 3px;
  }
  
  .ski-activity-cont {
    margin: 20px;
    padding: 27px 17px 60px;
    width: calc(100% - 40px);
  }
  
  .ski-activity-cont .box {
    margin-bottom: 5px;
    width: 100%;
  }
  
  .ski-activity-cont .img {
    margin-right: 10px;
    width: 116px;
  }
  
  .ski-activity-cont .text {
    width: calc(100% - 126px);
  }
  
  .ski-activity-cont .wrap {
    background-size: 5px auto;
    padding: 10px 50px 10px 10px;
  }
  
  .ski-activity-cont .desc {
    line-height: 1.4;
  }
  
  .ski-activity-cont .mfp-close {
    height: 20px !important;
    width: 20px !important;
  }
  
  .ski-activity-cont .ski-h2 {
    margin-bottom: 20px;
  }
  
  .ski-activity-cont h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  
  .ski-activity-cont h4 {
    font-size: 14px;
    margin-bottom: 7px;
  }
  
  .ski-activity-cont p {
    font-size: 12px;
  }
  
  .ski-activity-cont .name {
    margin-bottom: 5px;
  }
  
  .ski-activity-cont .box:nth-child(2n) {
    margin-left: 0;
  }
  
  .ski-activity-cont .block {
    margin-bottom: 0;
  }
  
  .ski-activity-cont .close-bottom .mfp-close {
    height: 40px !important;
    width: auto !important;
  }
  
  /* ski-summer ski-region */
  
  .ski-summer .ski-region {
    border-bottom: 2px solid #94BD68;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  
  /* ski-summer ski-search */
  
  .ski-summer .ski-search {
    margin-bottom: 25px;
  }
  
  .ski-summer .ski-search .block {
    margin-top: 10px;
  }
  
  .ski-summer .ski-search .cont {
    padding-bottom: 10px;
  }
  
  .ski-summer .ski-search .bottom h3 {
    margin-bottom: 0;
  }
  
  /* ski-summer ski-bnr */
  
  .ski-summer .ski-bnr {
    padding-top: 25px;
  }
  
  /* ski-summer ski-sns */
  
  .ski-summer .ski-sns {
    background: none;
  }
  
  .ski-summer .ski-sns-blog .block {
    background: url(/images_static/ski/sp_ski_sns_blog_bg_03.png) center center no-repeat,url(/images_static/ski/ski_sns_blog_bg.jpg) center center no-repeat;
    background-size: auto, cover;
    width: 100%;
  }
  
  /* ski-summer map */
  
  .map.ski-summer .refine-map-head {
    background-color: #87BF4B;
  }
  
  .map.ski-summer .refine-map-body .info {
    padding: 16px 20px;
  }
  
  /****** ski area ******/
  
  .ski.area .header {
    height: 58px;
  }
  
  .ski.area .header-logo img {
    width: 92px;
  }
  
  .ski.area .header-top {
    height: auto;
  }
  
  .ski.area .header-logo {
    padding-top: 0;
  }
  
  .ski.area .mv-season {
    top: 15px;
  }
  
  .ski.area .mv-msg {
    top: 70px;
  }
  
  .ski.area .mv-msg-logo {
    font-size: 30px;
  }
  
  .ski.area .mv .mv-link {
    bottom: 200px;
  }
  
  .ski.area .mv-msg-text .season {
    margin-bottom: 5px;
  }
  
  .ski.area .mv .slick-slide .mv-bg img {
    height: 442px;
  }
  
  .ski.area .mv {
    height: 442px !important;
  }
  
  .ski.area .mv-info .notice {
    font-size: 12px;
    line-height: 1.5;
    padding: 7px 35px;
    text-align: left;
  }
  
  .ski.area .mv-info .term p {
    background: rgba(31,84,153,.7);
    float: left;
    height: auto;
    line-height: 1.1;
    margin-right: 10px;
    padding: 8px;
    width: 38px;
  }
  
  .ski.area .mv-info .term {
    background: rgba(255,255,255,.65);
    margin: 10px;
    overflow: hidden;
    padding: 10px 10px 5px;
  }
  
  .ski.area .mv-info .term dl {
    text-align: left;
    width: calc(100% - 48px);
  }
  
  .ski.area .mv-info .term dt {
    border: 1px solid #507BCC;
    font-size: 10px;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 2px 0;
    width: 130px;
    text-align: center;
  }
  
  .ski.area .mv-info .term dd {
    color: #222;
    font-size: 12px;
    margin-bottom: 3px;
    margin-right: 0;
  }
  
  .ski.area .mv-info .term dl {
    display: block;
    float: left;
  }
  
  .ski.area .mv-nav {
    margin-top: -245px;
  }
  
  .ski-entry {
    margin-top: 0;
    padding: 10px 0;
  }
  
  .ski-entry .inner {
    padding: 0 2.7%;
  }
  
  .ski-entry .head {
    font-size: 11px;
    padding: 13px 22px;
  }
  
  .ski-entry .body {
    margin-bottom: 10px;
    padding: 10px;
  }
  
  .ski-entry .body li {
    text-align: left;
    width: calc(50% - 3px);
  }
  
  .ski-entry .body li:first-child {
    margin-right: 6px;
  }
  
  .ski-entry .body li > a {
    background-position: 98% center;
    box-sizing: border-box;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    width: 100%;
  }
  
  .ski-entry .body li.reserve > a {
    margin-left: 0;
    width: 100%;
  }
  
  .ski-entry .body li.reserve > a:before {
    padding-right: 5px;
  }
  
  .ski-entry-share {
    margin-bottom: 20px;
  }
  
  .ski-entry-share .share-block {
    margin-bottom: 0;
    padding: 10px 0 5px;
    width: 100%;
  }
  
  .ski-entry .body li.lift.full {
    text-align: center;
  }
  
  .ski-info {
    background-size: 100% auto;
    background-position: center 0;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  
  .ski-info-time {
    font-size: 12px;
    text-align: center;
  }
  
  .ski-info .ski-h2-type03 {
    margin-bottom: 25px;
  }
  
  .ski-info .block {
    padding: 0 2.7%;
  }
  
  .ski-info .box {
    box-shadow:0px 2px 3px 0px rgba(0,0,0,0.16);
    padding: 20px 10px 10px;
  }
  
  .ski-info .box.half {
    float: none;
    height: auto;
    width: 100%;
  }
  
  .ski-info-weather {
    padding: 10px;
  }
  
  .ski-info-weather .bottom li span {
    margin-left: 0;
    font-size: 17px;
  }
  
  .ski-info-weather .bottom li span.cm {
    display: inline-block;
  }
  
  .ski-info-weather img {
    width: 23px !important;
  }
  
  .ski-info-weather .top > p {
    font-size: 12px;
    margin-right: 0;
    width: 125px;
  }
  
  .ski-info-weather p.temp {
    width: 50px;
  }
  
  .ski-info-weather .weather span.text {
    padding-left: 0;
  }
  
  .ski-info-weather .temp span {
    font-size: 23px;
    vertical-align: middle;
  }
  
  .ski-info-weather p.link {
    width: calc(100% - 187px);
  }
  
  .ski-info-weather .link .btn {
    box-sizing: border-box;
    height: auto;
    line-height: 1.2;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  
  .ski-info-weather .link .btn span {
    font-size: 10px;
  }
  
  .ski-info-weather a.btn-type05:after {
    top: 18px;
  }
  
  .ski-info-weather .top {
    margin-bottom: 13px;
  }
  
  .ski-info .box.half:nth-child(2n) {
    margin-left: 0;
  }
  
  .ski-info .box h3 {
    font-size: 16px;
  }
  
  .ski-info-msg {
    background-size: 5px auto;
    padding: 0 20px 0 0;
  }
  
  .ski-info-msg .text p {
    font-size: 12px;
  }
  
  .ski-info-msg .text {
    padding: 10px 0;
  }
  
  .ski-info-msg .text .update {
    font-size: 12px;
  }
  
  .ski-info-msg .img {
    margin-right: 10px;
    width: 132px;
  }
  
  .ski-info-msg .img img {
    height: 132px;
    width: 132px;
  }
  
  .ski-info-msg-cont {
    margin: 32px 20px;
    padding: 30px 18px 50px;
    width: calc(100% - 40px);
  }
  
  .ski-info-msg-cont img {
    width: auto;
  }
  
  .ski-info-msg-cont .img {
    width: auto;
  }
  
  .ski-info-msg-cont .slick-slide {
    width: auto;
  }
  
  .ski-info-msg-cont .p-slider-type01 .slick-dots {
    bottom: 11px !important;
  }
  
  .ski-info-msg-cont .p-slider-type01 .slick-slide:after {
    height: 20%;
  }
  
  .ski-info-msg-cont .mfp-close {
    height: 20px !important;
    width: 20px !important;
  }
  
  .ski-info-msg-cont .ski-h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .ski-info-msg-cont .time {
    font-size: 14px;
  }
  
  .ski-info-msg-cont h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .ski-info-msg-cont h4 {
    font-size: 15px;
    margin: 15px 0 10px;
    padding: 3px 0 3px 10px;
  }
  
  .ski-info-msg-cont .body p {
    font-size: 13px;
    padding: 0 13px;
  }
  
  .ski-info-msg-cont .frame {
    margin: 20px 0 10px;
    padding: 10px;
  }
  
  .ski-info-msg-cont .frame p {
    padding: 0;
  }
  
  .ski-info-msg-cont .close-bottom .mfp-close {
    height: 40px !important;
    width: auto !important;
  }
  
  .ski-info-msg-cont .body .indent {
    margin-left: 1em;
    text-indent: -1em;
  }
  
  .ski-info .box03.full .ski-info-course {
    float: none;
    padding-top: 6px;
    width: 100%;
  }
  
  .ski-info .box03.full .ski-info-course .link {
    margin: 0;
  }
  
  .ski-info .box03.full .ski-info-btn h4 {
    padding: 25px 0;
  }
  
  .ski-info .box03.full .ski-info-btn {
    float: none;
    width: 100%;
  }
  
  .ski-info .box03.full .ski-info-btn .btn-col2 p {
    width: calc(50% - 2px);
  }
  
  .ski-info-course table img {
    width: 30px;
  }
  
  .ski-info-course table tr.title td {
    font-size: 10px;
  }
  
  .ski-info-course .link a {
    font-size: 12px;
  }
  
  .ski-info-btn .btn {
    font-size: 12px !important;
  }
  
  .ski-info-btn .course .btn span.label {
    background-size: 23px auto;
    padding-left: 23px;
  }
  
  .ski-info-btn .lift .btn span.label {
    background-size: 20px auto;
    padding-left: 20px;
  }
  
  .ski-info-btn .btn span.strong {
    font-size: 23px;
  }
  
  .ski-info-btn .btn-type03 {
    background-image: url(/images_static/ski/ski_icon_arrow_right_15.png);
  }
  
  .ski-info-btn .btn-col2 p {
    width: calc(50% - 3px);
  }
  
  .ski-info-btn .btn-col2 .btn {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    text-align: left;
    width: 100%;
  }
  
  .ski-info-btn .btn span.label {
    margin-right: 10px;
  }
  
  .ski-info-btn .park {
    width: 100%;
    text-align: center;
  }
  
  .ski-info-btn .park .btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
  
  .ski.area .ski-info-live .p-tab-head li {
    line-height: 1.2;
    margin-left: 2%;
    margin-right: 0;
    height: 38px;
    width: 32%;
  }
  
  .ski.area .ski-info-live .p-tab-head li:first-child {
    margin-left: 0;
  }
  
  .ski.area .ski-info-live .p-tab-head li:last-child {
    float: right;
  }
  
  .ski.area .ski-info-live .p-tab-head li a {
    font-size: 11px;
  }
  
  .ski-info .box04 {
    margin-top: 10px;
    box-shadow: none;
    padding: 0;
  }
  
  .ski-info-live ul {
    padding: 0;
  }
  
  .ski-info-live .p-tab-body > .box {
    padding: 10px 10px 20px;
  }
  
  .ski-info-live .img p {
    font-size: 11px;
    padding: 0 15px 13px;
  }
  
  .ski-info-live .btn {
    height: 35px;
    line-height: 35px;
    width: 200px;
  }
  
  .ski-area-features {
    background-image: none;
    margin-bottom: 30px;
    padding: 0 2.7% 30px;
  }
  
  .ski-area-recommended .ski-features {
    padding: 0 2.7%;
  }
  
  .ski-area-recommended .ski-features .box {
    width: 100%;
  }
  
  .ski-area-recommended .ski-features .box h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .ski-area-recommended .ski-features .box h3 span {
    font-size: 10px;
    margin-bottom: 10px;
  }
  
  .ski-top .ski-area-recommended .p-asset01 .box img {
    height: auto;
    width: 100%;
  }
  
  .ski.area .ski-features .block .btn {
    background-image: url(/images_static/ski/ski_icon_arrow_right_02.png);
    height: 43px;
    line-height: 43px;
    width: 175px;
  }
  
  .ski-area-recommended .p-asset03.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 2.7%;
  }
  
  .ski-area-recommended .p-asset03 .box {
    background-color: #fff;
    background-size: 5px auto;
    height: 132px;
    margin-right: 0;
  }
  
  .ski-area-recommended .p-asset03 .slick-slide img {
    width: 132px;
  }
  
  .ski-area-recommended .p-asset03 p {
    padding: 13px 20px 13px 13px;
    font-size: 14px;
  }
  
  .ski-area-recommended .p-asset03 span {
    font-size: 12px;
  }
  
  .ski-area-recommended .p-asset01 h3 {
    background-size: 5px auto;
  }
  
  .ski-area-recommended .p-asset01 h3 span {
    font-size: 11px;
  }
  
  .ski-area-recommended .p-asset01 .label {
    font-size: 9px;
    min-width: 62px;
  }
  
  .ski-area-recommended .p-slider-style01 .slick-dots {
    left: 0;
  }
  
  .ski-area-recommended .inner {
    background: url(/images_static/ski/ski-area-recommended_bg_01.png) 0 100% repeat-x;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  
  .ski-area-recommended .btn-type03 {
    height: 35px;
    line-height: 35px;
  }
  
  .ski-area-recommended .p-asset01-bg {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .ski.area .area-top-season .inner {
    padding-top: 0;
  }
  
  .ski.area .area-top-season .img.single img {
    height: auto;
    width: 100%;
  }
  
  .ski.area .area-top-season .text > img {
    padding: 23px 50px;
    width: 136px;
  }
  
  .ski.area .area-top-season .btn {
    width: 260px;
  }
  
  .ski.area .area-top-facil .h3-type01 {
    font-size: 15px;
  }
  
  .ski.area .area-top-facil .text {
    background-size: 5px auto;
    padding: 6px;
  }
  
  .ski.area .area-top-facil .text a h3 {
    margin-top: 3px;
  }
  
  .ski.area .ski-privilege {
    margin-bottom: 30px;
  }
  
  .ski.area .ski-news-list {
    background: url(/images_static/ski/sp_ski_line_01.png) center 0 no-repeat;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  
  .ski.area .ski-sns {
    background: url(/images_static/ski/sp_ski_line_01.png) center 0 no-repeat;
    padding-top: 30px;
  }
  
  .ski.area .ski-sns-blog {
    margin-bottom: 30px;
  }
  
  .ski.area .ski-sns .box:first-child {
    margin-bottom: 20px;
  }
  
  .ski.area .share-block {
    margin-bottom: 0;
  }
  
   /* ski area sp-fixed-block */
  
  .ski.area .sp-fixed-btn.col3 > div {
    width: 33.3333%;
  }
  
  .ski.area .sp-fixed-btn.col2 > div {
    width: 50%;
  }
  
  .ski.area .sp-fixed-btn.col2 .sp-fixed-lift {
    border: 0;
  }
  
  .ski.area .sp-fixed-btn {
    background-color: #294C8D;
  }
  
  .ski.area .sp-fixed-btn a {
    background-color: #294C8D;
    line-height: 1.2;
  }
  
  .ski.area .sp-fixed-btn > div {
    display: table;
  }
  
  .ski.area .sp-fixed-btn > div > a {
    display: table-cell;
    vertical-align: middle;
  }
  
  .ski.area .sp-fixed-lift {
    border-right: 1px solid #fff;
  }
  
  .ski.area .sp-fixed-lift:after {
    content: url(/images_static/wedding/wedding_icon_arrow_right_08.png);
    right: 11px;
  }
  
  .ski.area .sp-fixed-lift a:before {
    content: url(/images_static/ski/ski_icon_lift_01.png);
    display: inline-block;
    line-height: 0;
    padding-right: 5px;
    vertical-align: middle;
  }
  
  /* ski area popup */
  
  .ski.area .sp-tel-block.sp-modal,
  .ski.area .reserve-body.sp-modal {
    padding: 0;
  }
  
  .ski.area .sp-tel-block.sp-modal > .mfp-close,
  .ski.area .reserve-body.sp-modal > .mfp-close {
    background-color: #1F5499;
    background-image: url(/images_static/common/modal_close.png);
    height: 50px !important;
    right: 0;
    width: 60px !important;
  }
  
  .ski.area .sp-reserve-head {
    padding-top: 50px;
  }
  
  .ski.area .sp-reserve-head h3 {
    font-size: 16px;
  }
  
  .ski.area .sp-reserve-head .hotel-tel a {
    color: #1F5499;
  }
  
  .ski.area .sp-reserve-head .note {
    font-weight: normal;
  }
  
  .ski.area .sp-reserve-bottom,
  .ski.area .sp-tel-block .sp-header-util {
    background-color: #F1F4FA;
  }
  
  .ski.area .sp-tel-block .sp-reserve-bottom a,
  .ski.area .reserve-body .sp-reserve-bottom a {
    color: #222;
  }
  
  .ski.area .sp-tel-block .sp-reserve-bottom {
    padding-bottom: 0;
    padding-top: 0;
  }
  
  .ski.area .sp-reserve-bottom .sp-header-util li {
    border-color: #222;
  }
  
  .ski.area .sp-tel-block .sp-header-util a,
  .ski.area .reserve-body .sp-header-util a {
    background: url(/images_static/wedding/wedding_icon_arrow_right_09.png) 100% 5px no-repeat;
  }
  
  .ski.area .sp-tel-block .mfp-close-bottom {
    background-color: #1F5499;
    bottom: 0;
  }
  
  .ski.area .mfp-close-bottom .mfp-close:after {
    bottom: -10px;
  }
  
  .ski.area .sp-reserve-head .hotel-tel {
    box-shadow: none;
  }
  
  .ski.area .member-cont .sp-reserve-head .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .ski.area .member-cont .sp-tel-info .num:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 31px;
    margin-right: 10px;
  }
  
  .ski.area .member-cont .sp-tel-info .note {
    margin-bottom: 0;
  }
  
  .ski.area .member-cont {
    margin-bottom: 30px;
  }
  
  .ski.area .member-cont .sp-reserve-head {
    padding-top: 30px;
  }
  
  .ski.area .reserve-body-input {
    float: none;
    padding-top: 50px;
  }
  
  .ski.area .reserve-body.sp-modal .reserve-body-input h3 {
    margin-left: 0;
    margin-right: 0;
  }
  
  .ski.area .reserve-body.sp-modal h3 {
    margin: 0 0 15px;
  }
  
  .ski.area .reserve-body.sp-modal .reserve-body-input .note {
    text-align: left;
  }
  
  .ski.area .reserve-body-input .wrap {
    background-color: #fff;
    padding: 20px;
  }
  
  .ski.area .reserve-body-input .datepicker {
    height: auto;
    padding: 10px;
  }
  
  .ski.area .reserve-body-input .datepicker input {
    width: 46%;
  }
  
  .ski.area .reserve-body-input .place span {
    width: 97px;
  }
  
  .ski.area .reserve-body-input .place {
    float: none;
    width: 100%;
  }
  
  .ski.area .reserve-body-input .place select {
    width: calc(100% - 102px);
  }
  
  .ski.area .reserve-body-submit {
    background-color: #fff;
    padding-bottom: 20px;
  }
  
  .ski.area .reserve-body .sp-reserve-bottom {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  
  .ski.area .reserve-body .sp-reserve-bottom .link {
    margin-top: 20px;
  }
  
  .ski.area .reserve-body .sp-reserve-bottom .sp-header-util li {
    display: block;
    float: left;
    width: 134px;
  }
  
  .ski.area .reserve-body .sp-reserve-bottom .sp-header-util li a {
    width: auto;
  }
  
  .ski.area .reserve-body .sp-reserve-bottom .sp-header-util ul {
    margin: 0 auto;
    width: 284px;
  }
  
  .ski.area .reserve-body-submit button {
    width: 260px;
  }
  
  .ski.area .reserve-body-input .num span {
    margin-right: 0;
  }
  
  .ski.area .mfp-close-bottom {
    background-color: #1F5499;
  }
  
  .ski.area .reserve-body.sp-modal h3 {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .ski.area .reserve-body.sp-modal .hotel-tel h4 {
    font-size: 16px;
  }
  
  .ski.area .reserve-body.sp-modal .hotel-tel .box {
    background-color: transparent;
    padding-bottom: 0;
  }
  
  .ski.area .reserve-body.sp-modal .hotel-tel .sp-tel {
    display: inline-block;
  }
  
  .ski.area .reserve-body.sp-modal .hotel-tel .sp-tel {
    color: #1F5499;
  }
  
  .ski.area .reserve-body.sp-modal .hotel-tel .pc-tel {
    display: none;
  }
  
  .ski.area .reserve-body.sp-modal .hotel-tel .note {
    font-size: 14px;
  }
  
  .ski.area .sp-menu-block {
    background-color: #1F5499;
    line-height: 1.2;
  }

  .ski.area .sp-search-block {
    background-color: #1F5499;
  }
  
  .ski.area .sp-search-block ul {
    display: inline;
  }
  
  .ski.area .sp-search-block .link {
    border-color: #fff;
    display: inline-block;
    margin-right: 16px;
    text-align: left;
    width: 124px;
  }
  
  .ski.area .sp-search-block .link a {
    padding-right: 0;
  }
  
  /* ski area menu */
  
  .ski.area .menu-name {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .ski.area .sp-header-nav .lv02-head span {
    background-image: url(/images_static/ski/ski_icon_open_01.png);
  }
  
  .ski.area .sp-header-nav .lv02-head.active > span {
    background-image: url(/images_static/ski/ski_icon_close_01.png);
  }
  
  .ski.area .sp-header-nav .lv02 span {
    background: none;
    display: block;
    font-size: 10px;
    padding: 0;
  }
  
  .ski.area .sp-header-nav .lv02 .desc a {
    padding: 9px 0;
  }
  
  .ski.area .sp-header-nav .lv02 li {
    background-color: #D4DEF2;
  }
  
  .ski.area .sp-header-nav .lv02 .inner-head {
    background-image: none;
    background-color: #fff;
    padding: 5px 0 10px;
  }
  
  .ski.area .sp-header-nav .lv02 .res {
    margin-top: 5px;
  }
  
  .ski.area .sp-header-nav .access {
    border-top: 5px solid #1F5499;
  }
  
  .ski.area .sp-header-nav li.access a:before {
    content: none;
  }
  
  .ski.area .sp-header-nav .tel {
    background: url(/images_static/common/icon_arrow_right_07.png) 97% center no-repeat #fff;
    font-size: 16px;
  }
  
  .ski.area .sp-header-nav .tel a {
    color: #1F5499;
  }
  
  .ski.area .sp-header-util li {
    border-color: #fff;
  }
  
  .ski.area .sp-menu-block .back a {
    height: auto;
    line-height: 1.2;
    padding: 10px 0;
  }
  
  .ski.area .sp-main-btn {
    background-color: #1F5499;
    padding: 5px;
  }
  
  .ski.area .sp-main-btn ul {
    overflow: hidden;
  }
  
  .ski.area .sp-main-btn li {
    background: url(/images_static/ski/ski_icon_arrow_right_19.png) 96% center no-repeat #fff;
    float: left;
    text-align: center;
    width: calc(50% - 3px);
  }
  
  .ski.area .sp-main-btn li:first-child {
    margin-right: 6px;
  }
  
  .ski.area .sp-main-btn li a {
    color: #1F5499;
    display: block;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
  }
  
  .ski.area .sp-main-btn li.tel a:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 12px;
    vertical-align: middle;
  }
  
  .ski.area .sp-main-btn li.access a:before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 21px;
    padding-right: 12px;
    vertical-align: middle;
  }
  
  /****** ski-summer ******/
  
  .ski-summer.area .mv-season {
    margin-right: -108px;
  }
  
  .ski.ski-summer .mv-season {
    margin-right: -108px;
  }
  
  .ski-summer.area .mv-nav {
    margin-top: -230px;
  }
  
  .ski-summer.area .mv .mv-link {
    bottom: 185px;
  }
  
  .ski-summer.area .mv-info .term dt {
    border-color: #7FBF34;
  }
  
  .ski-summer.area .mv-info .term p {
    background-color: rgba(56,84,23,.7);
  }
  
  .ski-summer .ski-info-weather .temp span,
  .ski-summer .ski-info-weather .humid span {
    font-size: 23px;
  }
  
  .ski-summer .ski-info-weather .top > p {
    width: 32%;
  }
  
  .ski-summer .ski-info-weather {
    padding: 20px 0;
  }
  
  .ski-summer .ski-info-msg-cont .p-slider-type01 {
    width: 100%;
  }
  
  .ski-summer .ski-info-msg-cont .p-slider-type01 div > img {
    width: 100%;
    height: auto;
  }
  
  .ski-summer .ski-info-msg-cont .p-slider-type01 .slick-slide:after {
    height: 20%;
  }
  
  .ski-summer .ski-info-msg-cont .slick-slide {
    width: auto;
  }
  
  .ski-summer .ski-info-msg-cont .p-slider-type01 .slick-prev {
    left: 30%;
  }
  
  .ski-summer .ski-info-msg-cont .p-slider-type01 .slick-next {
    right: 30%;
  }
  
  .ski-summer .ski-area-activity {
    background-position: 0 180px;
  }
  
  .ski-summer .ski-area-activity .p-asset05 {
    margin-bottom: 0;
    width: 100%;
  }
  
  .ski-summer .ski-area-activity .p-asset05 .box img {
    height: auto;
    width: auto;
  }
  
  .ski-summer .ski-area-activity .p-asset05 .text {
    width: 100%;
  }
  
  .ski-summer .ski-area-activity h2 {
    letter-spacing: -0.05em;
  }
  
  .ski-summer.area .ski-activity-cont {
    padding: 0 2.7%;
  }
  
  .ski-summer .ski-activity-cont .wrap {
    float: none;
    width: 100%;
  }
  
  .ski-summer .ski-activity-cont .img {
    height: auto;
  }
  
  .ski-summer .ski-activity-cont .text {
    width: calc(100% - 126px);
  }
  
  .ski-summer .ski-activity-cont .wrap:nth-child(2n) {
    margin-left: 0;
  }
  
  .ski-summer .ski-activity-cont h3 {
    font-size: 15px;
  }
  
  .ski-summer.area .area-top-facil h3 {
    font-size: 15px;
  }
  
  .ski-summer.area .area-top-facil {
    margin-bottom: 15px;
  }
  
  .ski-summer.area .ski-news-list,
  .ski-summer.area .ski-sns {
    background-image: url(/images_static/ski/sp_ski_line_02.png);
  }
  
  .ski-line .block a {
    padding: 0;
    vertical-align: middle;
  }
  
  .ski-switch {
    border-bottom: 1px solid #505050;
  }
  
  .ski-summer.area .ski-activity-cont .wrap {
    width: 100%;
  }
  
  .ski-summer.area .ski-activity-cont .wrap:nth-child(2n) {
    margin-left: 0;
  }
  
  .ski-summer.area .ski-activity-cont .img {
    height: auto;
  }
  
  .ski-summer.area .ski-activity-cont .text {
    width: calc(100% - 126px);
  }
  
  /* ski summer area popup */
  
  .ski-summer.area .sp-fixed-btn a,
  .ski-summer.area .sp-tel-block.sp-modal > .mfp-close,
  .ski-summer.area .reserve-body.sp-modal > .mfp-close,
  .ski-summer.area .sp-tel-block .mfp-close-bottom,
  .ski-summer.area .mfp-close-bottom,
  .ski-summer.area .sp-fixed-btn {
    background-color: #385417;
  }
  
  .ski-summer.area .sp-reserve-head .hotel-tel a,
  .ski-summer.area .reserve-body.sp-modal .hotel-tel .sp-tel {
    color: #385417;
  }
  
  .ski-summer.area .sp-reserve-bottom,
  .ski-summer.area .sp-tel-block .sp-header-util {
    background-color: #F1F6EC;
  }
  
  .ski-summer.area .sp-fixed-btn.col3 .sp-fixed-lift a:before {
    content: url(/images_static/ski/ski_icon_ticket_01.png);
    position: absolute;
    left: 16px;
    top: 18px;
  }
  
  .ski-summer.area .sp-fixed-btn.col2 .sp-fixed-lift a:before {
    content: url(/images_static/ski/ski_icon_ticket_01.png);
  }
  
  .ski-summer.area .sp-fixed-btn.col3 .sp-fixed-lift a {
    padding-left: 40px;
    text-align: left;
  }
  
  .ski-summer.area .sp-fixed-btn.col3 .sp-fixed-reserve a:before {
    position: absolute;
    left: 16px;
    top: 18px;
  }
  
  .ski-summer.area .sp-fixed-btn.col3 .sp-fixed-reserve a {
    padding-left: 40px;
    text-align: left;
  }
  
  .ski-summer.area .sp-main-btn {
    background-color: #4C731F;
  }
  
  .ski-summer.area .sp-main-btn li {
    background: url(/images_static/ski/ski_icon_arrow_right_18.png) 96% center no-repeat #fff;
  }
  
  .ski-summer.area .sp-main-btn li a {
    color: #4C731F;
  }
  
  .ski-summer.area .sp-main-btn li a:before {
    color: #385417;
  }
  
  .ski-summer.area .sp-menu-block,
  .ski-summer.area .sp-search-block {
    background-color: #385417;
  }
  
  .ski-summer.area .sp-header-nav .lv02-head > span {
    background-image: url(/images_static/ski/ski_icon_open_02.png);
  }
  
  .ski-summer.area .sp-header-nav .lv02-head.active > span {
    background-image: url(/images_static/ski/ski_icon_close_02.png);
  }
  
  .ski-summer.area .sp-header-nav .access {
    border-color: #385417;
  }
  
  .ski-summer.area .sp-header-nav .lv02 li {
    background-color: #DFEFCF;
  }
  
  .ski-summer.area .sp-header-nav .tel a {
    color: #385417;
  }
  
  /****** ski-course ******/
  
  .ski-course .p-header .img > img {
    height: 100px;
  }
  
  .ski-course .p-header .text > img {
    width: 215px;
  }
  
  .ski-course .p-header .text {
    top: 75px;
  }
  
  .ski-course .p-header .img {
    height: auto;
  }
  
  .ski-course .p-header h2 {
    margin: 20px 0 0;
  }
  
  .ski-course .p-header {
    padding-bottom: 0;
  }
  
  .ski-course.area .mv-info .term dt {
    background-color: #fff;
  }
  
  .ski-course.area .mv-info .term {
    padding-bottom: 30px;
  }
  
  .ski-course-info .head a {
    font-size: 14px;
  }
  
  .ski-course-info .head a:after {
    display: block;
    padding-left: 0;
  }
  
  .ski-course-info .head li {
    margin: 0 20px;
  }
  
  .ski-course-info .head li.full {
    margin: 0 50px;
  }
  
  .ski-course-info .head {
    margin-bottom: 30px;
  }
  
  .ski-course-info .ski-info-weather .wrap {
    background-color: #F6F6F6;
    margin: 0 10px;
    padding: 10px;
  }
  
  .ski-course-info .ski-info-weather .link .btn {
    width: 164px;
  }
  
  .ski-course-info .ski-info-weather .top {
    padding-left: 25px;
  }
  
  .ski-course-info .ski-info-weather {
    margin-bottom: 30px;
  }
  
  .ski-course-map {
    margin-bottom: 30px;
    padding: 0 2.7%;
  }
  
  .ski .btn-type06 {
    background-image: url(/images_static/ski/ski_icon_arrow_right_10.png);
    height: 40px;
    line-height: 40px;
    width: 220px;
  }
  
  .ski .btn-type06:hover {
    background-image: url(/images_static/ski/ski_icon_arrow_right_02.png);
  }
  
  .ski-course-status-head {
    margin: 0 auto 20px;
    padding: 15px 15px 10px;
    width: 94.6%;
  }
  
  .ski-course-status .block > p {
    float: left;
  }
  
  .ski-course-status .block .course {
    width: 50%;
  }
  
  .ski-course-status .block .lift {
    width: 50%;
  }
  
  .ski-course-status .block .park {
    width: 100%;
  }
  
  .ski-course-status .block .course span.label {
    background-size: 23px auto;
  }
  
  .ski-course-status .block span.label {
    line-height: 23px;
    padding-left: 25px;
    padding-right: 14px;
  }
  
  .ski-course-status .block {
    font-size: 12px;
  }
  
  .ski-course-status .block a {
    background-image: url(/images_static/ski/ski_icon_arrow_right_15.png);
    background-position: 93% center;
    padding: 0;
  }
  
  .ski-course-status .block .park a {
    background-position: 72% center;
  }
  
  .ski-course-status .block span.strong {
    font-size: 23px;
  }
  
  .ski-course-status .block .lift span.label {
    background-size: 20px auto;
  }
  
  .ski-course-status .block .park span.label {
    background-size: 14px auto;
  }
  
  .ski-course-status .block .park {
    border-left: 0;
    border-top: 1px solid #C7C7C7;
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .ski-course-status .block .lift {
    border-left: 1px solid #C7C7C7;
    text-align: left;
    padding-left: 10px;
  }
  
  .ski-course-status .block .course {
    padding-left: 10px;
    text-align: left;
  }
  
  .ski-course .p-tab-head li {
    margin-left: 4px;
    margin-right: 0;
    width: calc(33.3333% - 4px);
  }
  
  .ski-course .p-tab-head li:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  
  .ski-course-status-cont .p-tab-body .box {
    padding: 10px 2.7%;
    width: 100%;
  }
  
  .ski-course-info .head {
    padding: 10px 0 5px;
  }
  
  .ski-course-info .head li {
    margin: 0 10px;
  }
  
  .ski-course-info .head li:last-child {
    margin: 0 10px;
  }
  
  .ski-course-status {
    margin-bottom: 20px;
  }
  
  .ski-course-status-cont .course-cont {
    padding: 15px 10px 1px;
  }
  
  .ski-course-status-cont .course-cont .cont {
    width: 100%;
  }
  
  .ski-course-status-cont .course-cont .cont:last-child {
    margin-bottom: 0;
  }
  
  .ski-course-status-cont .course-cont .cf {
    margin-left: 0;
  }
  
  .ski-course-status-cont .h4-type02 {
    background: none;
    border-bottom: 1px solid #7895CC;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    text-align: center;
  }
  
  .ski-course-status-cont .course-cont .mark {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .ski-course-status-cont .course-cont .name {
    width: 50%;
  }
  
  .ski-course-status-cont .course-cont .diff {
    width: 25%;
  }
  
  .ski-course-status-cont .course-cont .status {
    width: 25%;
  }
  
  .ski-course-status-cont .course-cont .title {
    font-size: 12px;
  }
  
  .ski-course-status-cont .course-cont .body .top .name {
    font-size: 12px;
  }
  
  .ski-course-info .head {
    margin-bottom: 10px;
  }
  
  .ski-course-status-cont .course-cont .body .top {
    padding: 10px;
  }
  
  .ski-course-status-cont .course-cont .body .top .name .num {
    margin-left: 0;
  }
  
  .ski-course-status-cont .course-cont .body .data {
    font-size: 12px;
    margin: 0 20px 0 10px;
  }
  
  .ski-course-status-cont .course-cont .body {
    padding-bottom: 10px;
  }
  
  .ski-course-status-cont .course-cont .body .diff span {
    font-size: 10px;
  }
  
  .ski-course-status-cont .course-cont .body .note {
    font-size: 12px;
    padding: 0 10px;
  }
  
  .ski-course-status-cont .course-cont .cont:nth-child(2n) {
    margin-left: 0;
  }
  
  .ski-course-status-cont .course-cont .cf {
    margin-bottom: 12px;
  }
  
  .ski-course-feature {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  
  .ski-course-feature .brand-text {
    padding: 0 2.7%;
    width: 100%;
  }
  
  .ski-course-feature .brand-text h3 {
    font-size: 16px;
  }
  
  .ski-course-feature .brand-slider {
    width: 100%;
  }
  
  .ski-course-feature .brand-inner {
    background-color: #F1F4FA;
    padding-bottom: 0;
  }
  
  .ski-course-feature .ski-info-course table {
    background-color: #fff;
  }
  
  .ski-course-feature .brand-block h2 {
    margin-bottom: 0;
  }
  
  .ski-course-feature .ski-info-course {
    padding-top: 30px;
  }
  
  .ski-course-feature .brand-img p {
    font-size: 12px;
    padding: 0 2.7%;
    text-align: left;
  }
  
  .ski-course-rec {
    padding-bottom: 0;
  }
  
  .ski-course-rec h3 {
    font-size: 16px;
  }
  
  .ski-course-feature .brand-block {
    padding-bottom: 20px;
  }
  
  .ski-course-rec .box {
    background-color: #fff;
    padding: 10px;
  }
  
  .ski-course-rec .box img {
    width: 100%;
  }
  
  .ski-course-rec .box h3 {
    background-size: 5px auto;
  }
  
  .ski-course-rec .box .body {
    padding: 0 10px 5px;
  }
  
  .ski-course-feature .brand-snowpark .brand-slider {
    width: 100%;
  }
  
  .ski-course-feature .brand-snowpark .brand-text {
    padding-top: 0;
  }
  
  .ski-course-feature .brand-snowpark {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  
  .ski-course-feature .brand-snowpark .brand-slider p {
    bottom: 10px;
    font-size: 11px;
  }
  
  .ski-course-feature .brand-snowpark .brand-img > p {
    text-align: center;
  }
  
  .ski-course-feature .brand-snowpark .brand-img .more {
    margin-top: 30px;
  }
  
  .ski-course-feature .brand-snowpark .brand-slider .slick-dots {
    margin-bottom: 15px;
  }
  
  .ski-course-activity {
    background: url(/images_static/ski/ski_area_features_bg_01.png) 0 140px no-repeat;
    margin-bottom: 30px;
    padding: 0 2.7% 20px;
  }
  
  .ski-course .ski-area-recommended .p-asset01-bg {
    margin-bottom: 30px;
  }
  
  .ski-course-service {
    padding: 30px 2.7%;
  }
  
  .ski-course-service .box {
    font-size: 16px;
    height: 143px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 6px;
    width: calc(50% - 3px);
    position: relative;
  }
  
  .ski-course-service .box a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 15px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
  }
  
  .ski-course-service .box:nth-child(2n) {
    margin-right: 0;
  }
  
  .ski-course-service .box span {
    font-size: 11px;
    margin-bottom: 3px;
  }
  
  .ski-course-notice {
    padding: 30px;
  }
  
  .ski-course-notice .text {
    font-size: 12px;
  }
  
  .ski-course-notice .more .btn {
    width: 220px;
  }
  
  .ski-course-status-cont .lift-head {
    background-size: 20px auto;
    background-position: 14px 14px;
  }
  
  .ski-course-status-cont .lift-head .info {
    font-size: 12px;
  }
  
  .ski-course-status-cont .lift-head .note {
    font-size: 11px;
  }
  
  .ski-course-status-cont .lift-head {
    padding: 12px 12px 12px 45px;
  }
  
  .ski-course-status-cont .lift-head {
    margin-bottom: 20px;
  }
  
  .ski-course-status-cont .lift-tab-cont .course-cont .name, .ski-course-status-cont .park-tab-cont .course-cont .name {
    width: 75%;
  }
  
  .ski-course-status-cont .lift-tab-cont .course-cont .body .name {
    margin-bottom: 5px;
  }
  
  .ski-course-status-cont .lift-tab-cont .course-cont .body .top {
    padding-top: 15px;
  }
  
  .ski-course-status-cont .course-cont .body .data {
    padding: 10px 15px;
  }
  
  .ski-course-status-cont .park-tab-cont .zoom {
    display: none;
  }
  
  .ski-course-status-cont .park-tab-cont .detail p {
    font-size: 12px;
  }
  
  .course-popup-cont.ski-info-msg-cont {
    width: calc(100% - 40px);
  }
  
  .course-popup-cont.ski-info-msg-cont .img {
    width: 100%;
  }
  
  .course-popup-cont.ski-info-msg-cont .data {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .course-popup-cont.ski-info-msg-cont .name {
    margin-bottom: 10px;
  }
  
  .course-popup-cont.ski-info-msg-cont .img p {
    font-size: 12px;
  }
  
  .course-popup-cont.ski-info-msg-cont .desc {
    font-size: 12px;
  }
  
  .course-popup-cont.ski-info-msg-cont .more {
    margin-top: 15px;
  }
  
  .course-popup-cont.ski-info-msg-cont .more .btn {
    height: 40px;
    line-height: 40px;
    width: 260px;
  }
  
  /****** golf ******/
  
  /* parts */
  
  .golf .golf-h2 {
    font-size: 19px;
    margin-bottom: 30px;
  }
  
  .golf .golf-h2-type02 {
    font-size: 14px;
  }
  
  /* mv */
  
  .golf .mv {
    height: 485px !important;
  }
  
  .golf .mv .slick-slide img {
    height: auto;
  }
  
  .golf .mv .slick-slide .mv-bg img {
    height: 485px;
    object-position: center right;
  }
  
  .golf .golf-h2 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .golf .mv-msg {
    padding-top: 0;
    top: 141px;
  }
  
  .golf .mv-msg-logo {
    margin: 0 auto;
    max-width: 324px;
    width: 95%;
  }
  
  .golf .mv-msg-text {
    font-size: 12px;
    margin-top: 15px;
  }
  
  .golf .mv .mv-link {
    bottom: 58px;
    font-size: 11px;
    right: 0;
    width: 100%;
  }
  
  .golf .mv-nav {
    margin-top: -100px;
  }
  
  
  /* golf-reserve */
  
  .golf-reserve {
    margin-bottom: 25px;
    margin-top: -25px;
    padding: 0 2.7%;
  }
  
  .golf-reserve .head {
    background-color: #25B25B;
    color: #fff;
    font-size: 11px;
    padding-bottom: 10px;
    text-align: center;
  }
  
  .golf-reserve .head a {
    font-size: 11px;
  }
  
  section.golf-reserve .body {
    display: none;
  }
  
  .golf-fix-block {
    display: none;
  }
  
  .golf-reserve .golf-reserve-btn {
    background-color: #DBF4E4;
    padding: 13px 18px;
  }
  
  .golf-reserve .golf-reserve-btn .btn {
    background-image: url(/images_static/golf/golf_icon_arrow_right_01.png);
    display: block;
    height: auto;
    width: 100%;
  }
  
  .golf-reserve .golf-reserve-btn .search {
    margin-bottom: 5px;
  }
  
  .golf-reserve .golf-reserve-btn .search .btn {
    background-color: #0E7134;
  }
  
  .golf-reserve .golf-reserve-btn .search .btn:before {
    content: '\f024';
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 5px;
    vertical-align: middle;
  }
  
  .golf-reserve .entry {
    width: 100%;
    float: none;
  }
  
  .golf-reserve .entry a {
    background-position: 96% center;
    font-size: 13px;
  }
  
  .golf-reserve .entry a span {
    display: block;
    font-size: 11px;
    margin-top: 5px;
  }
  
  /* golf-news */
  
  .golf-news {
    margin-bottom: 10px;
  }
  
  .golf-news .p-slider-style01 .slick-dots {
    bottom: 15px !important;
  }
  
 .golf-news .p-asset04 .box {
    background-position: 97% center;
    background-size: 5px auto;
  }
  
  /* golf-info */
  
  .golf-info {
    background-image: url(/images_static/golf/sp_golf_info_bg_01.jpg);
    background-size: 100% auto;
    background-position: center 0;
    padding-bottom: 15px;
    padding-top: 24px;
  }
  
  .golf-info .title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  
  .golf-info .title span {
    font-size: 13px;
  }
  
  .golf-info .cont {
    margin-bottom: 0;
  }
  
  .golf-info .cont li {
    margin-bottom: 25px;
    width: 50%;
  }
  
  .golf-info .cont li img {
    margin-bottom: 10px;
    width: 92px;
  }
  
  .golf-info .cont li span:before {
    height: 28px;
    top: -3px;
    margin-left: -43px;
    width: 28px;
  }
  
  .golf-info .cont li p {
    color: #0E7134;
    font-size: 13px;
  }
  
  .golf-info a.btn-type03 {
    background-image: url(/images_static/golf/golf_icon_arrow_right_04.png);
    background-size: 26px 6px;
    border: 1px solid #0E7134;
    color: #0E7134;
    width: 220px;
  }
  
  .golf-info a.btn-type03:hover {
    background-image: url(/images_static/golf/golf_icon_arrow_right_04.png);
    background-position: 97% center;
    background-size: 26px 6px;
  }
  
  .golf-info-slider {
    padding: 0 1%;
  }
  
  .golf-info-slider .p-asset03 .slick-slide img {
    width: 132px;
  }
  
  .golf-info .p-slider-style01 .slick-dots li button:before {
    background-color: #0E7134 !important;
  } 
  
  .golf-info .p-slider-style01 .slick-dots {
    bottom: 20px !important;
  }
  
  .golf-info .p-asset03 .box {
    background-color: #fff;
    border: 1px solid #E5E5E5;
  }
  
  /* golf-plan */
  
  .golf-plan {
    padding: 16px 0 25px;
  }
  
  .golf-plan .p-asset01 p {
    display: none;
  }
  
  /* golf-search */
  
  .golf-search {
    margin-bottom: 30px;
  }
  
  .golf-search .p-tab-head {
    width: 100%;
  }
  
  .golf-search.refine-block .p-tab-head li {
    margin-right: 0;
    width: calc(50% - 3px);
  }
  
  .golf-search .refine-list dd {
    padding: 10px;
  }
  
  .golf-search .refine-list dd h4.h4-type02 {
    margin-left: 0;
  }
  
  .golf-search .refine-list dd .block {
    width: 100%;
  }
  
  .golf-search .refine-list dd .block .cont img {
    width: 118px;
  }
  
  .golf-search .refine-list .course {
    font-size: 12px;
  }
  
  .golf-search .refine-list .label span {
    font-size: 9px;
  }
  
  .golf-search .refine-list .lead {
    font-size: 11px;
    margin-bottom: 10px;
  }
  
  .golf-search .refine-list .middle {
    padding: 0 10px 5px;
  }
  
  .golf-search .refine-list .tag li {
    font-size: 9px;
    padding: 2px 10px;
    min-width: 0;
  }
  
  .golf-search .refine-list dd .bottom {
    height: auto;
  }
  
  .golf-search .refine-list dd .wrap {
    position: static;
  }
  
  .golf-search .refine-list dd .block {
    min-height: 0;
  }
  
  .golf-search .refine-list dd .bottom .reserve {
    background-color: #0E7134;
  }
  
  .golf-search .refine-list dd h4.h4-type02 {
    margin-bottom: 5px;
  }
  
  .golf-search .refine-list dd .block:nth-child(2n) {
    margin-left: 0;
  }
  
  .golf-search .refine-list dd .col2 > div {
    height: 30px;
  }
  
  .golf-search .refine-list dd .bottom p a {
    color: #295800;
    text-decoration: none;
  }
  
  .golf-search .refine-list dd .bottom .reserve p a {
    color: #fff;
  }
  
  .golf-search .refine-list dd .col2 .reserve {
    border-right: 5px solid #fff;
  }
  
  .golf-search .refine-list dd .bottom .member a {
    background-image: url(/images_static/common/icon_arrow_right_11.png);
    border-top: 5px solid #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  
  .golf-search .refine-list dd .col1 > div {
    height: 30px;
    line-height: 30px;
  }
  
  .golf-search .refine-list .u-center .h2-type02 {
    font-size: 16px;
  }
  
  .golf-search-link .btn {
    background-color: #0E7134;
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    padding: 0;
    width: 275px;
  }
  
  .golf-search .h3-type01 {
    font-size: 16px;
  }
  
  .golf-search .refine-block .p-tab-head li:first-child {
    margin-right: 0;
  }
  
  
  /* golf refine-map */
  
  .map.golf #Map {
    height: 100%;
  }
  
  .map.golf .refine-map-head {
    background-color: #0E7134;
  }
  
  .map.golf .refine-map-head h3.active {
    background-image: url(/images_static/common/icon_arrow_top_02.png);
  }
  
  .map.golf .refine-map-form select {
    font-size: 14px;
    line-height: 34px;
    width: 65%;
  }
  
  .map.golf .refine-map-form div {
    margin-bottom: 0;
  }
  
  .map.golf .refine-map-form {
    border-top: 1px solid #fff;
    margin: 0 10px;
    padding-top: 10px;
  }
  
  .map.golf .refine-map-form span {
    font-size: 12px;
    line-height: 34px;
    text-align: left;
  }
  
  .map.golf .refine-map-body .info {
    background-color: #fff;
    padding-bottom: 20px;
  }
  
  .map.golf .refine-map-head .area {
    margin-bottom: 5px;
  }
  
  .map.golf .refine-map-body .info .name {
    margin-bottom: 5px;
  }
  
  .map.golf .refine-map-body .info .name a {
    color: #222;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
  }
  
  .map.golf .refine-map-body .course {
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
  }
  
  .map.golf .refine-map-body .label {
    display: inline-block;
  }
  
  .map.golf .refine-map-body .label span {
    background-color: #DBF4E4;
    color: #0E7134;
    display: inline-block;
    font-size: 9px;
    padding: 2px 15px;
  }
  
  .map.golf .refine-map-body .img {
    float: left;
    margin: 9px 5px 8px 0;
    margin-top: 9px;
    width: 134px;
  }
  
  .map.golf .refine-map-body .lead {
    font-size: 11px;
  }
  
  .map.golf .refine-map-body .bottom .col2 {
    display: table;
    width: 100%;
  }
  
  .map.golf .refine-map-body .bottom .col2 > div {
    display: table-cell;
    width: 50%;
  }
  
  .map.golf .refine-map-body .bottom .reserve a {
    background: url(/images_static/common/icon_arrow_right_11.png) 96% center no-repeat #0E7134;
    display: table-cell;
    color: #fff;
    font-size: 12px;
    height: 30px;
    text-decoration: none;
    vertical-align: middle;
  }
  
  .map.golf .refine-map-body .bottom p {
    font-size: 12px;
  }
  
  .map.golf .refine-map-body .bottom .tel {
    background-color: #DBF4E4;
    color: #0E7134;
    line-height: 30px;
  }
  
  .map.golf .refine-map-body .bottom .tel a {
    color: #0E7134;
    text-decoration: none;
  }
  
  .map.golf .refine-map-body .bottom .tel p:before {
    font-size: 14px;
  }
  
  .map.golf .refine-map-body .bottom .reserve a:before {
    content: none;
  }
  
  .map.golf .refine-map-body .tag {
    clear: both;
    overflow: hidden;
  }
  
  .map.golf .refine-map-body .tag li {
    border-color: #25B25B;
    color: #25B25B;
    font-size: 9px;
  }
  
  .map.golf .refine-map-body .bottom > div {
    height: 30px;
  }
  
  .map.golf .refine-map-body .close {
    margin-right: 0;
  }
  
  /* golf-select */
  
  .golf-select {
    padding: 0 2.7%;
  }
  
  .golf-select h2 {
    font-size: 16px;
  }
  
  .golf-select .p-asset03 .body p {
    font-size: 12px;
    line-height: 1;
    padding-left: 5px;
    padding-right: 10px;
  }
  
  .golf-select .p-asset03 .box {
    background-size: 5px auto;
  }
  
  .golf-select .p-slider-style01 .slick-dots {
    bottom: 20px !important;
  }
  
  .golf-select-01 {
    margin-bottom: 10px !important;
  }
  
  .golf-select-02 span {
    display: none !important;
  }
  
  /* golf-news-list */
  
  .golf-news-list {
    border: 0;
    padding-top: 10px;
  }
  
  .golf-news-list .more {
    margin-top: 20px;
  }
  
  /* .golf-sns */
  
  .golf-sns {
    background: none;
    margin-bottom: 20px;
    padding: 0 2.7%;
  }
  
  .golf-sns .box {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  
  .golf-sns .box:first-child {
    margin: 0 0 20px;
  }
  
  /* golf-line */
  
  .golf-line {
    margin-bottom: 30px;
    padding: 0 2.7%;
  }
  
  .golf-line .block {
    padding-left: 20px;
    text-align: left;
    width: 100%;
  }
  
  .golf-line .block a {
    background: url(/images_static/ski/ski_icon_arrow_right_02.png) 95% center no-repeat;
    padding-top: 0;
    vertical-align: middle;
  }
  
  .golf-line p {
    font-size: 16px;
    text-align: left;
  }
  
  .golf-line p span {
    font-size: 12px;
  }
  
  .golf-line .logo {
    margin-right: 10px;
  }
  
  /* golf-bnr */
  
  .golf-bnr .bg {
    padding: 20px 2.7%;
  }
  
  .golf-bnr .p-slider-style01 .slick-dots {
    bottom: 15px !important;
  }
  
  /* golf-ling */
  
  .golf-link li {
    display: block;
    margin-bottom: 15px;
  }
  
  .golf-link li:first-child {
    margin-right: 0;
  }
  
  .golf-link {
    padding-top: 10px;
  }
  
  /* golf popup */
  
  .golf .sp-fixed-btn a {
    background-color: #0E7134;
  }
  
  .golf .sp-fixed-btn .sp-fixed-my:after {
    color: #fff;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 16px;
    top: 16px;
  }
  
  .golf .sp-fixed-btn .sp-fixed-searchbox a:before {
    content: '\f024';
    font-family: FontAwesome;
    font-size: 19px;
    padding-right: 8px;
    vertical-align: middle;
  }
  
  .open-popup-cont .golf-reserve {
    padding: 0;
    width: 100%;
  }
  
  .golf-reserve-popup,
  .golf-tel-block {
    background-color: #EFFFF5;
    padding: 50px 0 0;
  }
  
  .golf-reserve-popup > .mfp-close,
  .golf-tel-block > .mfp-close{
    background-color: #0E7134;
    background-image: url(/images_static/common/modal_close.png);
    height: 50px !important;
    left: inherit;
    right: 0 !important;
    width: 60px !important;
  }
  
  .golf-reserve-popup .mfp-close-bottom,
  .golf-tel-block .mfp-close-bottom {
    background-color: #0E7134;
    bottom: 0;
    left: 0;
    margin: 0;
    position: static;
    width: 100%;
  }
  
  .golf-reserve-popup .mfp-close-bottom .mfp-close:after,
  .golf-tel-block .mfp-close-bottom .mfp-close:after {
    content: '閉じる';
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 1;
    padding-top: 33px;
  }
  
  .golf-reserve-popup .mfp-close-bottom .mfp-close,
  .golf-tel-block .mfp-close-bottom .mfp-close {
    bottom: 10px;
  }
  
  .golf-reserve-popup .golf-reserve {
    margin-top: 0;
  }
  
  .golf-reserve-popup .golf-reserve .form-cont {
    padding: 20px;
    width: 100%;
  }
  
  .golf-reserve-popup .golf-reserve .head {
    background-color: transparent;
    color: #222;
  }
  
  .golf-reserve-popup .golf-reserve .head h3 {
    font-size: 17px;
  }
  
  .golf-reserve-popup .golf-reserve .head p {
    font-size: 12px;
    text-align: left;
  }
  
  .golf-reserve-popup .golf-reserve .head h3:before {
    font-size: 16px;
  }
  
  .golf-reserve-popup .golf-reserve .area select {
    font-size: 10px !important;
    width: 100%;
  }
  
  .golf-reserve-popup .golf-reserve .area .filter {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .golf-reserve-popup .golf-reserve .filter li {
    width: 50%;
  }
  
  .golf-reserve-popup .golf-reserve .filter li a {
    width: 100%;
  }
  
  .golf-reserve-popup .form-cont .head02 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .golf-reserve-popup .golf-reserve .date select {
    font-size: 10px !important;
  }
  
  .golf-reserve-popup .golf-reserve .entry a {
    font-size: 13px;
  }
  
  .golf-reserve-popup .golf-reserve .entry a span {
    font-size: 11px;
  }
  
  .golf-reserve-popup .golf-reserve .bnr .box {
    width: 100%;
  }
  
  .golf-reserve-popup .golf-reserve .area {
    margin-bottom: 15px;
  }
  
  .golf-reserve-popup .golf-reserve .date .pr20 {
    padding-right: 0;
  }
  
  .golf-reserve-popup .golf-reserve .date .block {
    margin-bottom: 14px;
  }
  
  .golf-reserve-popup .golf-reserve .title {
    font-size: 15px;
    float: none;
  }
  
  .golf-reserve-popup .golf-reserve .price select {
    width: 112px;
  }
  
  .golf-reserve-popup .golf-reserve .price select {
    font-size: 14px !important;
    padding-left: 5px;
  }
  
  .golf-reserve-popup .golf-reserve .bnr .box {
    height: 71px;
  }
  
  .golf-reserve-popup .golf-reserve .bnr .box a {
    background-image: url(/images_static/golf/golf_icon_arrow_right_01.png);
    font-size: 11px;
  }
  
  .golf-reserve-popup .golf-reserve .bnr .box a span{
    font-size: 16px;
  }
  
   /* golf sp-fixed-block */
  
  .golf .sp-fixed-btn.col3 > div {
    width: 33.3333%;
  }
  
  .golf .sp-fixed-btn.col2 > div {
    width: 50%;
  }
  
  .golf .sp-fixed-btn.col2 .sp-fixed-lift {
    border: 0;
  }
  
  .golf .sp-fixed-btn {
    background-color: #0E7134;
  }
  
  .golf .sp-fixed-btn a {
    background-color: #0E7134;
    line-height: 1.2;
  }
  
  .golf .sp-fixed-btn > div {
    display: table;
  }
  
  .golf .sp-fixed-btn > div > a {
    display: table-cell;
    vertical-align: middle;
  }
  
  .golf .sp-fixed-searchbox {
    border-right: 1px solid #fff;
  }
  
  .golf .sp-fixed-searchbox a:before {
    display: inline-block;
    line-height: 0;
    padding-right: 5px;
    padding-top: 10px;
    vertical-align: middle;
  }
  
  .golf .sp-fixed-btn.col3 .sp-fixed-my:after {
    right: 5px;
  }
  
  .golf .sp-fixed-btn.col3 > div:after {
    color: #fff;
    right: 5px;
  }
  
  /* golf tel block */
  
  .golf-tel-block {
    height: 100%;
  }
  
  .golf-tel-block h2 {
    font-size: 17px;
    text-align: center;
  }
  
  .golf-tel-block h3 {
    font-size: 16px;
    text-align: center;
  }
  
  .golf-tel-block .lead {
    font-size: 14px;
  }
  
  .golf-tel-block .sp-tel-info .pc-tel {
    display: none;
  }
  
  .golf-tel-block .sp-tel-info .sp-tel {
    display: inline-block;
  }
  
  .golf-tel-block .sp-tel-info a {
    text-decoration: underline;
  }
  
  .golf-tel-block  .sp-tel-info .num a:before {
    content: '\f095';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 31px;
    margin-right: 10px;
  }
  
  .golf-tel-block .sp-tel-info .note {
    margin-bottom: 0;
  }
  
  /****** golf area ******/
  
  .golf.area .sp-menu-block {
    background-color: #0E7134;
    line-height: 1.2;
  }
  .golf.area .sp-search-block {
    background-color: #0E7134;
  }
  
  .golf.area .header-logo img {
    margin-top: 5px;
    width: 162px;
  }
  
  /* mv */
  
  .golf.area .mv-msg-logo {
    font-size: 30px;
  }
  
  .golf.area .mv-msg {
    top: 65px;
  }
  
  .golf.area .mv-msg-logo span {
    font-family: '游ゴシック' , 'Yu Gothic' , 'YuGothic' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI' , sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  
  .golf.area .mv-msg-text {
    font-size: 10px;
  }
  
  .golf.area .mv-data {
    margin: 0 15px;
  }
  
  .golf.area .mv-data .left {
    float: none;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
  }
  
  .golf.area .mv-data .left .hole {
    font-size: 12px;
  }
  
  .golf.area .mv-data .left .per {
    font-size: 10px;
  }
  
  .golf.area .mv-data .right li {
    font-size: 9px;
    margin-bottom: 5px;
    padding: 0 10px;
  }
  
  .golf.area .mv-data .right {
    height: auto;
    padding: 5px 5px 0;
  }
  
  .golf.area .mv-info {
    bottom: 38px;
  }
  
  .golf.area .mv-notice {
    font-size: 12px;
    margin-top: 64px;
    padding: 10px 30px;
    text-align: left;
  }
  
  .golf.area .mv .mv-link {
    bottom: 114px;
    font-size: 10px;
  }
  
  .golf.area .mv-nav {
    margin-top: -155px;
  }
  
  .golf.area section.golf-reserve .head {
    font-size: 11px;
  }
  
  
  /* golf-reserve */
  
  .golf.area section.golf-reserve {
    margin-top: -25px;
  }
  
  /* golf-share */
  
  .golf.area .golf-share .share-block {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
  }
  
  .golf.area .golf-reserve .body {
    display: block;
  }
  
  .golf.area .golf-reserve-area .btn-list li {
    float: none;
    width: 100%;
  }
  
  .golf.area .golf-reserve-area .btn {
    width: 100%;
  }
  
  .golf.area .golf-reserve-area .btn-list li {
    margin-bottom: 6px;
    margin-left: 0;
  }
  
  .golf.area .golf-reserve-area .btn-list li.tel {
    display: none;
  }
  
  .golf.area .golf-reserve-area .body {
    padding: 8px 8px 2px;
  }
  
  .golf.area .golf-reserve-area .search .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  
  .golf.area .golf-reserve-area .btn-list li.mygolf a {
    height: auto;
    padding: 15px 0;
  }
  
  .golf.area .sp-main-btn {
    background-color: #0E7134;
    padding: 5px;
  }
  
  .golf.area .sp-main-btn ul {
    overflow: hidden;
  }
  
  .golf.area .sp-main-btn li {
    background: url(/images_static/ski/ski_icon_arrow_right_18.png) 96% center no-repeat #fff;;
    float: left;
    text-align: center;
    width: calc(50% - 3px);
  }
  
  .golf.area .sp-main-btn li:first-child {
    margin-right: 6px;
  }
  
  .golf.area .sp-main-btn li a {
    color: #0E7134;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
  }
  
  .golf.area .sp-main-btn li.tel a:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 12px;
    vertical-align: middle;
  }
  
  .golf.area .sp-main-btn li.access a:before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 21px;
    padding-right: 12px;
    vertical-align: middle;
  }
  
  /* golf-plan */
  
  .golf.area .golf-plan .p-asset01 .copy {
    font-size: 11px;
  }
  
  .golf.area .golf-plan .more {
    margin-top: 15px;
  }
  
  .golf.area .golf-plan {
    padding-bottom: 25px;
  }
  
  .golf.area .golf-sns .box:first-child {
    padding-top: 25px;
  }
  
  /* golf-news-list */
  
  .golf-news-list {
    margin-bottom: 38px;
  }
  
  .golf-news-list .more {
    margin-top: 38px;
  }
  
  /* golf-character  */
  
  .golf-character {
    padding: 0 2.7%;
  }
  
  .golf-character .block {
    width: 100%;
  }
  
  .golf-character .block a {
    background-position: 97%;
    background-size: 7px auto;
    height: 217px;
    width: 100%;
  }
  
  .golf-character .block .text {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .golf-character .block .text > span {
    font-size: 13px;
  }
  
  .golf.area .golf-character .mv-data .left {
    float: left;
    height: 34px;
    font-size: 10px;
    padding-top: 6px;
  }
  
  .golf.area .golf-character .mv-data .right {
    font-size: 10px;
    height: 34px;
    padding-top: 10px;
  }
  
  .golf.area .golf-character .mv-data .right li {
    height: 14px;
    line-height: 14px;
  }
  
  .golf-character .mv-data .right span {
    font-size: 10px;
  }
  
  /* golf-course */
  
  .golf-course {
    background-color: #fff;
  }
  
  .golf-course .inner {
    background-color: #F6F6F6;
    margin: 0 auto;
    padding: 10px;
    width: 94.6% !important;
  }
  
  .golf-course .box {
    margin: 0;
    padding: 10px;
  }
  
  .golf-course .box .img {
    width: 118px;
  }
  
  .golf-course .box .text .name {
    font-size: 14px;
  }
  
  .golf-course .box .text .course {
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .golf-course .box .text .label {
    font-size: 9px;
  }
  
  .golf-course .box .bottom .lead {
    font-size: 11px;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  
  .golf-course .box .bottom .tag li {
    font-size: 9px;
    min-width: 0;
    padding: 2px 10px;
  }
  
  .golf-course .p-slider-style01 .slick-dots {
    bottom: 10px !important;
  }
  
  .golf.area .area-top-facil h2 {
    font-size: 15px;
  }
  
  .golf.area .area-top-facil .text {
    padding: 5px;
  }
  
  .golf.area .area-top-facil .p-slider-style01 .slick-dots {
    bottom: 15px !important
  }
  
  /* golf-sns */
  
  .golf-sns .block img {
    margin: 0 auto;
  }
  
  /* golf bnr */
  
  .golf.area .golf-bnr {
    border-top: 2px solid #93C5A6;
    margin-top: 0;
    padding-top: 30px;
  }
  
  /* golf popup */
  
  .golf.area .sp-fixed-btn .sp-fixed-tel {
    width: 35%;
  }
  .golf.area .sp-fixed-btn .sp-fixed-tel a {
    padding-right: 20px;
    padding-left: 0;
  }
  
  .golf.area .sp-fixed-btn .sp-fixed-searchbox {
    width: 65%;
  }
  
  .golf.area .sp-fixed-btn > div:after {
    color: #fff;
  }
  
  .golf.area .sp-fixed-btn .sp-fixed-tel a:before {
    font-size: 14px;
  }
  
  .golf.area .sp-fixed-searchbox a:before {
    padding-top: 0
  }
  
  .golf.area .golf-tel-block .main-cont h3 {
    color: #222;
  }
  
  .golf.area .golf-tel-block .sp-tel-info .num a {
    color: #0E7134;
  }
  
  .golf.area .golf-tel-block .main-cont .sp-tel-info .num:before {
    content: none;
  }
  
  .golf.area .golf-tel-block h2 {
    margin-bottom: 10px;
  }
  
  .golf.area .golf-reserve-popup .mfp-close-bottom .mfp-close,
  .golf.area .golf-tel-block .mfp-close-bottom .mfp-close {
    bottom: 0;
  }
  
  .golf.area .mfp-close-bottom .mfp-close:after {
    bottom: -3px;
  }
  
  .golf.area .sp-search-block .mfp-close-bottom .mfp-close:after {
    bottom: -10px;
  }
  
  .golf .mfp-close-bottom {
    background-color: #0E7134;
  }
  
  .golf.area .sp-search-block .link,
  .golf.area .sp-login-block .link {
    border-color: #fff;
    text-align: left;
  }
  
  .golf.area .menu-name {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .golf.area .sp-header-nav li a {
    color: #0E7134;
  }
  
  .golf.area .sp-header-util li {
    border-color: #fff;
  }
  
  .golf.area .sp-header-util ul {
    display: block;
  }
  
  .golf.area .sp-menu-block .back a {
    height: auto;
    line-height: 1.2;
    padding: 10px 0;
  }
  
  .golf.area .sp-menu-block .mfp-close-bottom {
    bottom: 0;
    padding: 0;
  }
  
  .golf.area .sp-menu-block .mfp-close-bottom .mfp-close {
    bottom: 5px;
  }
  
  .golf.area .sp-menu-block .mfp-close-bottom .mfp-close:after {
    bottom: -10px;
  }
  
  /***** golf-facility *****/
  
  .golf.area .header-logo img {
    padding-top: 0;
  }
  
  .golf-facility .p-header {
    margin-bottom: 0;
  }
  
  .golf-facility .p-header .img > img {
    height: 65px;
  }
  
  .golf-facility .p-header .text > img {
    width: 115px;
  }
  
  .golf-facility .p-header h2 {
    margin-top: 25px;
  }
  
  .golf-guidance {
    margin-bottom: 28px;
  }
  
  .golf-guidance .p-slider-style01 .slick-list {
    margin-bottom: 35px;
    padding-bottom: 0 !important;
  }
  
  .golf-guidance .more a.btn {
    width: 260px;
  }
  
  .golf-guidance .more li {
    margin-bottom: 10px;
  }
  
  .golf-guidance .more a.btn-type05:after {
    top: 11px;
  }
  
  .golf-guidance .p-asset05 .slick-list {
    margin-right: 0;
  }
  
  .golf-list .refine-list dt {
    font-weight: normal;
    padding: 10px;
  }
  
  .golf-list .left,
  .golf-list .right {
    float: none;
    width: 100%;
  }
  
  .golf-list .refine-list dd .bg {
    padding: 17px 8px;
  }
  
  .golf-list .refine-list dd .p-slider-type01 .desc {
    bottom: 20px;
    font-size: 11px;
    padding: 0 10px;
  }
  
  .golf-list .refine-list dd .p-slider-type01 .slick-prev {
    left: 30%;
  }
  
  .golf-list .refine-list dd .p-slider-type01 .slick-next {
    right: 30%;
  }
  
  .golf-list .refine-list dd .left {
    margin-bottom: 16px;
  }
  
  .golf-list .refine-list dd p {
    font-size: 13px;
    padding: 0;
  }
  
  .golf-list .refine-list dd .btn-list .btn {
    width: 260px;
  }
  
  .golf-list .refine-list dd .btn-list {
    text-align: center;
  }
  
  .golf-list .refine-list dd .btn-list li {
    float: none;
  }
  
  .golf-list .refine-list dd .btn-list li:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
  
  .golf-list .refine-list dd .p-slider-type01 .slick-slide:after {
    height: 24.8%;
  }
  
  .golf-list .refine-list dd .lead {
    font-size: 13px;
  }
  
  .golf-list .golf-link-list li a {
    background: url(/images_static/golf/golf_icon_arrow_right_07.png) 97% center no-repeat #F6F6F6;
    width: 100%;
  }
  
  .golf-list .golf-link-list li {
    font-size: 14px;
    margin-bottom: 1px;
  }
  
  .golf-list .refine-list dd .note li:last-child {
    margin-bottom: 0;
  }
  
  .golf-list .refine-list dd .note {
    font-size: 13px;
  }
  
  .golf-list .golf-link-list {
    margin-bottom: 20px;
  }
  
  .golf-facility .golf-course .box .img {
    margin-right: 6px;
    width: 136px;
  }
  
  .golf-stay .address {
    font-size: 11px;
  }
  
  .golf-stay .btn-area .tel,
  .golf-stay .btn-area .reserve{
    height: 30px;
    line-height: 30px;
  }
  
  .golf-stay .btn-area .tel a {
    color: #0E7134;
    font-size: 12px;
    text-decoration: none;
  }
  
  .golf-stay .btn-area .tel p:before {
    font-size: 14px;
    padding-right: 4px;
  }
  
  .golf-stay .btn-area .reserve a {
    background-image: url(/images_static/golf/golf_icon_arrow_right_08.png);
    font-size: 12px;
    height: 30px;
  }
  
  .golf-stay .btn-area .reserve a:before {
    content: '\f024';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px;
    vertical-align: middle;
  }
  
  .golf-stay.golf-course .inner {
    padding-bottom: 0;
  }
  
  .golf-stay .p-slider-style01 .slick-list {
    padding-bottom: 32px !important;
  }
  
  
  .golf-facility .golf-course {
    margin-bottom: 34px;
  }
  
  .golf-facility .area-top-facil {
    padding-bottom: 30px;
  }
  
  .golf-facility .golf-bnr .bg {
    padding-bottom: 10px;
  }
  
  .golf-link-list-cont {
    margin: 17px 20px;
    padding: 43px 0 74px;
    width: calc(100% - 40px);
  }
  
  .golf-link-list-cont .p-tab-head {
    padding: 0 0 0 10px;
  }
  
  .golf-link-list-cont .p-tab-body {
    padding: 10px 17px;
  }
  
  .golf-link-list-cont .cont .img {
    margin-right: 10px;
    width: 116px;
  }
  
  .golf-link-list-cont .cont {
    padding: 10px;
    width: 100%;
  }
  
  .golf-link-list-cont .cont .name {
    font-size: 14px;
  }
  
  .golf-link-list-cont .cont .desc {
    font-size: 12px;
  }
  
  .golf-link-list-cont .cont .price {
    font-size: 12px;
  }
  
  .golf-link-list-cont .cont .text {
    width: calc(100% - 126px)
  }
  
  .golf-link-list-cont .cont:nth-child(2n) {
    margin-left: 0;
  }
  
  .golf-link-list-cont .mfp-close {
    height: 20px !important;
    width: 20px !important;
  }
  
  .golf-link-list-cont .close-bottom .mfp-close {
    height: 40px !important;
    width: auto !important;
  }
  
  /***** area-home *****/
  
  .area-home .header {
    height: 50px;
  }
  
  .area-home .header-logo {
    padding-left: 10px;
    text-align: left;
  }
  
  .area-home .sp-header-menu-search {
    padding-right: 10px;
    width: auto;
  }
  
  .area-home .header-logo img {
    width: 120px;
  }
  
  .area-home .mv {
    height: 470px !important;
  }
  
  .area-home .mv .slick-slide .mv-bg > img {
    height: 470px;
  }
  
  .area-home .mv-msg-text span {
    font-size: 10px;
    margin-bottom: 25px;
  }
  
  .area-home .mv-msg {
    padding-top: 0;
    top: 132px;
  }
  
  .area-home .mv-msg-text {
    font-size: 10px;
  }
  
  .area-home .mv .slick-slide .mv-msg-logo img {
    height: auto;
    width: 300px;
  }
  
  .area-home .mv .slick-slide .mv-msg-logo span {
    font-size: 20px;
  }
  
  .area-home .mv-nav {
    margin-top: -80px;
  }
  
  .area-home .mv .mv-link a {
    font-size: 10px;
  }
  
  .area-home .h2-type02 {
    font-size: 14px;
  }
  
  .area-home-news {
    margin-bottom: 0;
    padding-top: 17px;
  }
  
  .area-home-news h2 {
    border-bottom: 0;
    margin-bottom: 10px;
  }
  
  .area-home-recommended {
    background-position: 0 0;
    margin-bottom: 30px;
    padding: 30px 0 20px;
  }
  
  .area-home-plan {
    background: none;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  
  .area-home-plan .p-asset01 p {
    display: none;
  }
  
  .area-home-plan .copy,
  .area-home-plan .name {
    font-size: 11px;
  }
  
  .area-home-plan .p-asset01 .slick-dots {
    margin-top: -5px;
  }
  
  .area-home-enjoy .head {
    height: 156px;
    width: 100%;
  }
  
  .area-home-enjoy .head .h2-type01 .font {
    font-size: 19px;
  }
  
  .area-home-enjoy .head {
    margin-bottom: 20px;
  }
  
  .area-home-enjoy-tab .p-tab-head {
    width: 100%;
  }
  
  .area-home-enjoy-tab .bg {
    margin: 20px 0;
    padding: 20px 0;
  }
  
  .area-home-enjoy-tab .wrap {
    padding: 0;
    width: 100%;
  }
  
  .area-home-enjoy-tab .top h3 span {
    font-size: 13px;
  }
  
  .area-home-enjoy-tab .top h3 {
    font-size: 16px;
  }
  
  .area-home-enjoy-tab .bg .top p {
    font-size: 12px;
    padding: 0 20px;
  }
  
  .area-home-enjoy-tab .p-asset05 .text {
    padding: 10px;
    width: calc(100% - 20px);
  }
  
  .area-home-enjoy-tab .h2-type02 {
    font-size: 16px;
  }
  
  .area-home-enjoy-tab .p-slider-type09 .box .img {
    width: 163px;
  }
  
  .area-home-enjoy-tab .p-slider-type09 .box {
    height: 122px;
  }
  
  .area-home-enjoy-tab .p-slider-type09 .box .text h3 {
    font-size: 14px;
  }
  
  .area-home-enjoy-tab .p-slider-type09 .box .text p {
    font-size: 12px;
  }
  
  .area-home-enjoy-tab .p-slider-type09 .box .text {
    padding: 15px 12px;
    width: calc(100% - 175px);
  }
  
  .area-home-enjoy-tab .p-slider-type09 .box {
    background: url(/images_static/area/area_home_icon_arrow_right_01.png) 98% center no-repeat #fff;
  }
  
  .area-home-enjoy-tab .p-slider-type09 .slick-dots {
    bottom: 15px !important;
  }
  
  .area-home-search {
    border: 0;
    padding-top: 10px;
  }
  
  .area-home-search.refine-block .p-tab-body {
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  
  .area-home-search.refine-block .h2-type01 {
    margin-bottom: 30px;
  }
  
  .area-home-news-list {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  
  .area-home-news-list .p-asset04 .box {
    background-size: 5px auto;
  }
  
  .area-home-news-list .more a {
    width: 220px;
  }
  
  /* .area-home-sns */
  
  .area-home-sns {
    background: none;
    margin-bottom: 40px;
    padding: 0 2.7%;
  }
  
  .area-home-sns img {
    width: 100%;
  }
  
  .area-home-sns .box {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  
  .area-home-sns .box:first-child {
    margin: 0 0 20px;
  }
  
  /* golf-line */
  
  .area-home-line {
    margin-bottom: 30px;
    padding: 0 2.7%;
  }
  
  .area-home-line .block {
    padding-left: 20px;
    text-align: left;
    width: 100%;
  }
  
  .area-home-line .block a {
    background: url(/images_static/ski/ski_icon_arrow_right_02.png) 95% center no-repeat;
    padding-top: 0;
    vertical-align: middle;
  }
  
  .area-home-line p {
    font-size: 16px;
    text-align: left;
  }
  
  .area-home-line p span {
    font-size: 12px;
  }
  
  .area-home-line .logo {
    margin-right: 10px;
  }
  
  .area-home-region .h2-type02 {
    font-size: 19px;
  }
  
  .area-home-region .body p span {
    font-size: 13px;
  }
  
  .area-home-region .body p {
    font-size: 10px;
    padding: 10px 15px 10px 8px;
  }
  
  .area-home-region .region-block {
    margin-bottom: 5px;
  }
  
  .area-home-region .p-slider-style01 .slick-dots {
    bottom: 15px !important;
  }
  
  .area-home-bnr .p-slider-style01 .slick-dots {
    bottom: 15px !important;
  }
  
  .area-home-bnr .inner {
    margin-bottom: 10px;
  }
  
  .area-home-facil .area-top-facil {
    width: 100%;
  }
  
  .area-home-facil .area-top-facil .service-slider-02 .box {
    width: auto;
  }
  
  .area-home-facil .area-top-facil .service-slider-02 .box img {
    width: auto;
  }
  
  .area-home-facil .area-top-facil .service-slider-02 .text p {
    font-size: 9px;
  }
  
  .area-home-facil .area-top-facil .service-slider-02 .text h3 {
    font-size: 13px;
  }
  
  .area-home-facil .area-top-facil .service-slider-02 .text {
    background: url(/images_static/area/area_top_facil_arrow.png) 95% center no-repeat #F6F6F6;
    background-size: 5px auto;
    padding: 6px;
  }
  
  .p-slider-style01 .slick-dots {
    bottom: 15px !important;
  }
  
  .area-home-search {
    padding-bottom: 30px;
  }
  
  .area-home-search .p-tab-block {
    margin-top: 30px;
  }
  
  .area-home-facil {
    margin-bottom: 15px;
  }
  
  .area-home-facil h3 {
    font-size: 16px;
  }
  
  .refine-block-btn a {
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  
  .refine-block-btn i {
    padding-right: 10px;
  }
  
  .area-home-search .refine-list .bg {
    background: none;
    padding: 10px;
  }
  
  .area-home-search .refine-list dd .block .cont .img {
    margin-right: 7px;
    width: 136px;
  }
  
  .area-home-search .refine-list dd .block .cont .text {
    width: calc(100% - 143px);
  }
  
  .area-home-search .refine-list .cont h3.name {
    font-weight: normal;
    font-size: 14px;
  }
  
  .area-home-search .refine-list .cont .address {
    font-size: 11px;
  }
  
  .area-home-search .refine-list .middle {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 10px 10px;
    padding: 0 0 7px;
  }
  
  .area-home-search .refine-list dd .bottom {
    padding: 0 10px 10px;
  }
  
  .area-home-search .refine-list dd .block {
    width: 100%;
  }
  
  .area-home-search .refine-list .middle .lead {
    font-size: 11px;
  }
  
  .area-home-search .refine-list dd .bottom .tel {
    background: url(/images_static/common/icon_arrow_right_12.png) 96% center no-repeat #e6e6e6;
  }
  
  .area-home-search .refine-list dd .bottom .tel a {
    background: none;
    color: #222;
  }
  
  .area-home-search .refine-list dd .bottom .tel p:before {
    font-size: 14px;
    padding-right: 5px;
  }
  
  .area-home-search .refine-list dd .cont .label span {
    font-size: 9px;
  }
  
  .area-home-search .refine-list dd .middle .budget li {
    font-size: 11px;
  }
  
  .area-home-search .refine-list dd .middle .tag li {
    font-size: 9px;
    padding: 2px 5px 1px;
  }
  
  .area-home-search .refine-list dd .middle .target li {
    font-size: 9px;
  }
  
  .area-home-search .refine-list dd .middle .budget {
    width: 155px;
  }
  
  .area-home-search .refine-list dd .middle .data {
    height: auto;
    margin-top: 5px;
  }
  
  .area-home-search .refine-list dd .bottom .reserve {
    background-color: #222;
  }
  
  .area-home-search .refine-list dd .cont .label span {
    padding: 2px 8px;
  }
  
  .area-home-search .refine-list dd .cont .course {
    font-size: 11px;
  }
  
  .area-home-search .refine-list dd .bottom .more a {
    background-image: url(/images_static/common/icon_arrow_right_11.png);
    font-size: 12px;
    height: 30px;
  }
  
  .area-home-search .p-tab-body .sp-none {
    display: none;
  }
  
  .area-home-search .p-tab-body .sp-block {
    display: block;
  }
  
  /* area home map */
  
  .map.area-home #Map {
    height: 100%;
  }
  
  .map.area-home .refine-map-head h3.active {
    background-image: url(/images_static/common/icon_arrow_top_02.png);
  }
  
  .map.area-home .refine-map-form select {
    font-size: 14px;
    line-height: 34px;
    width: 65%;
  }
  
  .map.area-home .refine-map-form div {
    margin-bottom: 0;
  }
  
  .map.area-home .refine-map-form {
    border-top: 1px solid #fff;
    margin: 0 10px;
    padding-top: 10px;
  }
  
  .map.area-home .refine-map-form span {
    font-size: 12px;
    line-height: 34px;
    text-align: left;
  }
  
  .map.area-home .refine-map-body .info {
    background-color: #fff;
    padding: 16px 20px 20px;
  }
  
  .map.area-home .refine-map-head .area {
    margin-bottom: 5px;
  }
  
  .map.area-home .refine-map-body .img {
    float: left;
    margin-right: 12px;
    width: 136px;
  }
  
  .map.area-home .refine-map-body .cont {
    overflow: hidden;
  }
  
  .map.area-home .refine-map-body .text {
    float: left;
    width: calc(100% - 148px);
  }
  
  .map.area-home .refine-map-body .text .name {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
  }
  
  .map.area-home .refine-map-body .text .name a {
    color: #222;
  }
  
  .map.area-home .refine-map-body .text .address {
    font-size: 13px;
  }
  
  .map.area-home .refine-map-body .middle .lead {
    font-size: 14px;
    height: auto;
    line-height: 1.57;
    margin-bottom: 10px;
  }
  
  .map.area-home .refine-map-body .bottom {
    overflow: hidden;
  }
  
  .map.area-home .refine-map-body .bottom > div {
    float: left;
    height: 30px;
    width: 50%;;
  }
  
  .map.area-home .refine-map-body .bottom .btn {
    background-image: url(/images_static/common/icon_arrow_right_11.png);
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  
  .map.area-home .refine-map-body .bottom .reserve a:before {
    content: none;
  }
  
  .map.area-home .refine-map-body .bottom .tel {
    height: 30px;
    line-height: 30px;
  }
  
  .map.area-home .refine-map-body .bottom .tel a.pc-none {
    background-image: url(/images_static/common/icon_arrow_right_12.png);
    background-color: transparent;
    color: #222;
    display: table-cell !important;
    width: 100%;
  }
  
  .map.area-home .refine-map-body .bottom .reserve {
    margin-bottom: 0;
  }
  
  .map.area-home .refine-map-body .bottom .tel p:before {
    content: '';
  }
  
  .map.area-home .refine-map-body .bottom .tel a:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px;
  }
  
  .area-home .footer-top {
    padding-bottom: 0;
  }


  
  
/* Mobile Footer
   ========================================================================== */

  
  .footer {
    padding-bottom: 50px;
    width: 100%;
  }
  
  .footer-wrap {
    width: 100%;
  }
  
  .footer-top {
    border-bottom: 1px solid #6F6F6F;
    margin: 0 5.3%;
    padding: 16px 0 13px;
    width: 89.4%;
  }
  
  .footer-block {
    border: 0;
  }
  
  .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-nav02 .service {
    margin-top: 20px;
  }
  
  .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-bnr {
    border-top: 1px solid #6F6F6F;
    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 .footer-inner {
    width: 50%;
  }
  
  .area .footer-nav-area ul {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
  }
  
  .area .footer-nav-area li {
    width: 100%;
  }
  
  .area .footer-nav-area .footer-business {
    margin-top: 1em;
  }
  
  .area .footer-nav {
    border-bottom: 1px solid #6f6f6f;
    padding: 15px 0 20px;
    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 .wrap02 li {
    padding-right: 0;
  }
  
  .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;
    width: 100%;
  }
  
  .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;
  }
  
  /* footer wedding area */
  
  .wedding.area .footer-sns {
    padding-bottom: 10px;
  }
  
  .wedding.area .footer-sns p {
    font-size: 11px;
  }
  
  .wedding.area .footer-sns ul {
    width: 45%;
  }
  
  .wedding.area .footer-sns li:last-child {
    margin-right: 0;
  }
  
  .wedding.area .footer-nav {
    padding: 20px 0 15px;
  }
  
  .wedding.area .footer-nav li {
    margin-bottom: 8px;
    width: 100%;
  }
  
  .wedding.area .footer-back {
    padding: 20px;
  }
  
  .wedding.area .footer-back-link {
    float: none;
  }
  
  .wedding.area .footer-back-link li {
    margin-bottom: 15px;
  }
  
  .wedding.area .footer-back-link a {
    background: none;
    padding-left: 0;
  }
  
  .wedding.area .footer-back-link span {
    display: block;
    overflow: hidden;
  }
  
  .wedding.area .footer-back-link a:before {
    content: url(/images_static/wedding/footer_arrow_02.png);
    display: block;
    float: left;
    margin-right: 5px;
  }
  
  .wedding.area .footer-back-logo {
    float: none;
    margin-top: 25px;
    text-align: center;
  }
  
  .wedding.area .footer-back-logo li {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  
  /* footer ski area */
  
  .ski.area .footer-nav .footer-nav-area02 .wrap {
    width: 100%;
  }
  
  .ski.area .footer-nav .footer-nav-area02 li {
    padding-right: 0;
    width: 50%;
  }
  
  .ski.area .footer-nav-area li {
    width: 100%;
  }
  
  .ski.area .footer-back {
    padding: 20px;
  }
  
  .ski.area .footer-back-link {
    float: none;
  }
  
  .ski.area .footer-back-link li {
    margin-bottom: 15px;
  }
  
  .ski.area .footer-back-link a {
    background: none;
    padding-left: 0;
  }
  
  .ski.area .footer-back-link span {
    display: block;
    overflow: hidden;
  }
  
  .ski.area .footer-back-link a:before {
    content: url(/images_static/wedding/footer_arrow_02.png);
    display: block;
    float: left;
    margin-right: 5px;
  }
  
  .ski.area .footer-back-logo {
    float: none;
    margin: 25px 0 20px;
    text-align: center;
  }
  
  .ski.area .footer-back-logo li {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  

  
  /* golf area */
  
  .golf.area .footer-nav-area .footer-inner {
    width: 100%;
  }
  
  .golf.area .footer-nav-area li {
    float: left;
    width: 50%;
  }
  
  .golf.area .footer-nav {
    padding-bottom: 15px;
  }
  
  .golf.area .footer-back-link {
    float: none;
    width: auto;
  }
  
  .golf.area .footer-sns {
    width: 100%;
  }
  
  .golf.area .footer-back-logo {
    float: none;
    margin: 25px 0 20px;
    text-align: center;
  }
  
  .golf.area .footer-back-logo li {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  

  
  /* area-home footer */
  
  .area-home .footer-search {
    float: none;
    margin-top: 0;
  }

  .area-home .footer-sns p {
    width: 170px;
  }
  
  .area-home .footer-back p {
    display: block;
  }
  
  .area-home .footer-back {
    padding: 0 5.7% 15px;
    width: 100%;
  }
  
  .area-home .footer-back p {
    float: none;
    margin-top: 14px;
    text-align: center;
  }
  
  .area-home .footer-back p.pc-fix {
    display: none !important;
  }
  
  .area-home .footer-back .text {
    font-size: 13px;
    text-align: left;
  }
  
  .area-home .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;
  }*/
  
  .mv-msg {
    padding-top: 20%;
  }
  
  .sp-modal {
    padding: 50px 20px 0;
  }
  
  .sp-reserve-bottom {
    padding: 20px 0 0;
  }
  
  .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-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;
  }
  
  .res-shop .room-search-form .cat span {
    font-size: 12px;
  }
  
  .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%;
  }
  
  .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;
  }
  
  .area-club-info .price .h4-type02 {
    font-size: 11px;
  }
    
    
  /* 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;
}

/* memberページ非会員用 css */
.nonmember-no-scroll {
  overflow: hidden !important;
}

.nonmember-login {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-x: auto;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba( 11, 11, 11, 0.8);
}

.nonmember-login .header-login-cont {
  display: block;
  position: static;
  margin: 0 auto;
  padding-bottom: 0;
}

.nonmember-login-back {
  text-align: center;
  padding: 24px 20px;
  margin: 25px -20px 0;
  background-color: #e6e6e6; 
}

.nonmember-login-back .btn.btn-type03 {
  width: 347px;
  box-sizing: border-box;
  background: url(/images_static/common/icon_arrow_right_17.png) 96% center no-repeat;
  color: #222;
  border: 2px solid #222;
  padding: 0;
  line-height: 40px;
}
.nonmember-login-back .btn.btn-type03:hover {
  background-image: url(/images_static/common/icon_arrow_right_18.png);
  background-color: #222;
  border: 2px solid #222;
  color: #fff;
}

@media screen and (min-width: 737px) {
  .nonmember-content-sp {
    display: none;
  }

  .nonmember {
    text-align: center;
  }

  .nonmember .nonmember-content-pc {
    width: 1275px;
  }

  .nonmember-login-inner {
    padding: 40px 0;
  }
}

@media screen and (max-width: 736px) {
  .nonmember-content-pc {
    display: none;
  }

  .nonmember .nonmember-content-sp {
    width: 100%;
  }

  .nonmember-login {
    display: block;
  }

  .nonmember-login-back .btn.btn-type03 {
    width: 300px;
  }
}
/* memberページ非会員用 css */

  img.max-image {
    max-width: 100% !important;
  }
