@charset "UTF-8";
/*--- reset */
html{overflow-y:scroll}blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}q:after,q:before{content:''}embed,object{vertical-align:top}hr,legend{display:none}h1,h2,h3,h4,h5,h6{font-size:100%}abbr,acronym,fieldset,img{border:0}li{list-style-type:none}sup{vertical-align:super;font-size:.5em}img{vertical-align:top}i{font-style:normal}
/* ===================================================================
CSS information file name  : common.css author     : Ability Consultant style info : 基本・共通設定
=================================================================== */
.main, #footer .box_share, #sp_menuList .inner ul {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .main, #footer .box_share, #sp_menuList .inner ul {
    width: 95%;
  }
}

#footer:after {
  content: "";
  display: table;
  clear: both;
}
/* --------------------基本設定、リンクカラーなど-------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #646464;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1101px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1100px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 3% 0;
  }
}
#header .main {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header .main h1 a img {
    width: 50%;
  }
}
#header .ic_socishare {
  float: right;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#header .ic_socishare .line_ic {
  vertical-align: middle;
  display: inline-block;
}
#header .ic_socishare .line_ic a img {
  width: 20px;
}

#btn_sidebar {
  position: fixed;
  right: 0;
  top: 69px;
  width: auto;
  z-index: 999;
  padding: 5px 10px;
  background: #469b76;
  color: #FFF;
  font-size: 124%;
  text-align: center;
  width: 16px;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
#btn_sidebar.active {
  width: 72px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#sidebar {
  position: fixed;
  right: 0;
  top: 100px;
  width: 90px;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sidebar {
    right: -300px;
    top: 135px;
    -moz-transition: right 1s ease;
    -o-transition: right 1s ease;
    -webkit-transition: right 1s ease;
    transition: right 1s ease;
  }
}
#sidebar.active {
  right: 0;
}
#sidebar .lnk_hotellist {
  text-align: right;
}
#sidebar #lnk_anchor {
  margin-top: 25px;
}
#sidebar #lnk_anchor ul {
  overflow: hidden;
  *zoom: 1;
  background: #e6d624;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09);
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  padding: .3em .2em;
}
#sidebar #lnk_anchor ul li {
  padding: 0 3px;
  border-bottom: 1px solid #FFF;
  display: table;
  width: 100%;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar #lnk_anchor ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  color: #4f2e00;
  position: relative;
}
#sidebar #lnk_anchor ul li a.active:before, #sidebar #lnk_anchor ul li a.active:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#sidebar #lnk_anchor ul li a.active > * {
  vertical-align: baseline;
  display: inline;
}
#sidebar #lnk_anchor ul li a.active:before {
  content: "";
}
#sidebar #lnk_anchor ul li a.active:before {
  position: absolute;
  left: -4px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ac6060;
}
#sidebar #lnk_anchor ul li:last-child {
  border-bottom: none;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: #ffffff;
  padding: 6.5em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer {
    padding: 1em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }
}
#footer .box_share {
  text-align: center;
  position: relative;
  padding: 1em 0;
}
#footer .box_share .box_share_ic {
  display: inline-block;
}
#footer .box_share .box_share_ic .line_ic {
  display: inline-block;
}
#footer .box_share .box_share_ic .line_ic a img {
  width: 20px;
}
#footer .box_share .box_share_ic .line_ic iframe {
  vertical-align: middle;
}
#footer .box_share .back_top {
  display: inline-block;
  position: absolute;
  right: -30px;
  bottom: 6.5em;
  width: 6.81818%;
  height: 6.81818%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .box_share .back_top {
    right: 0;
    bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_share .back_top {
    display: none;
  }
}
#footer .footer_inner {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  background: #105c3b;
  padding: 2em 0;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner {
    padding: 2em 0 5em;
  }
}
#footer .footer_inner .img_footer {
  margin-bottom: 1.2em;
}
/* ------------------#sp_menu----------------------- */
#sp_menuList {
  opacity: 0;
  z-index: -100;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -moz-transition: opacity 300ms ease, filter 0ms ease 300ms, z-index 0ms ease 300ms;
  -o-transition: opacity 300ms ease, filter 0ms ease 300ms, z-index 0ms ease 300ms;
  -webkit-transition: opacity 300ms ease, filter 0ms ease, z-index 0ms ease;
  -webkit-transition-delay: 0s, 300ms, 300ms;
  transition: opacity 300ms ease, filter 0ms ease 300ms, z-index 0ms ease 300ms;
}
.menuActive #sp_menuList {
  opacity: 1;
  z-index: 8000;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -moz-transition: filter 500ms ease 200ms, opacity 400ms ease 200ms;
  -o-transition: filter 500ms ease 200ms, opacity 400ms ease 200ms;
  -webkit-transition: filter 500ms ease, opacity 400ms ease;
  -webkit-transition-delay: 200ms, 200ms;
  transition: filter 500ms ease 200ms, opacity 400ms ease 200ms;
}

.menuActive {
  background: #885943;
  -moz-transition: background 0ms ease 1000ms;
  -o-transition: background 0ms ease 1000ms;
  -webkit-transition: background 0ms ease;
  -webkit-transition-delay: 1000ms;
  transition: background 0ms ease 1000ms;
}
.menuActive #page {
  opacity: 0;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

#sp_menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  font-size: small;
}
@media only screen and (max-width: 767px) {
  #sp_menu {
    display: block;
  }
}
#sp_menu li {
  width: 33.333%;
  float: left;
}
#sp_menu li a, #sp_menu li span {
  display: block;
  text-align: center;
  padding: 8px 0 5px;
  line-height: 1;
  text-decoration: none;
  font-size: 77%;
}
#sp_menu li a:before, #sp_menu li span:before {
  display: block;
  text-align: center;
  font-size: 154%;
  margin-bottom: 7px;
}
#sp_menu li.tel a {
  background: #452d21;
  color: #d1c0a5;
}
#sp_menu li.tel a:before, #sp_menu li.tel a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#sp_menu li.tel a > * {
  vertical-align: baseline;
  display: inline;
}
#sp_menu li.tel a:before {
  content: "";
}
#sp_menu li.plan a {
  background: #e4830f;
  color: #fff;
}
#sp_menu li.plan a:before, #sp_menu li.plan a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#sp_menu li.plan a > * {
  vertical-align: baseline;
  display: inline;
}
#sp_menu li.plan a:before {
  content: "";
}
#sp_menu li.menu span {
  background: #19935e;
  color: #fff;
  cursor: pointer;
}
#sp_menu li.menu span:before, #sp_menu li.menu span:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#sp_menu li.menu span > * {
  vertical-align: baseline;
  display: inline;
}
#sp_menu li.menu span:before {
  content: "";
}
#sp_menu li.home a {
  background: #452d21;
  color: #d1c0a5;
}
#sp_menu li.home a:before, #sp_menu li.home a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#sp_menu li.home a > * {
  vertical-align: baseline;
  display: inline;
}
#sp_menu li.home a:before {
  content: "";
}

#sp_menuList {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#sp_menuList .inner {
  overflow-y: auto;
  padding-bottom: 60px;
}
#sp_menuList .inner .st {
  text-align: right;
  background: #008049;
  position: relative;
  padding: 1%;
}
#sp_menuList .inner .st .txt {
  line-height: 1;
  position: absolute;
  z-index: 0;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  color: #fff;
  font-size: 139%;
}
#sp_menuList .inner .st .txt:before, #sp_menuList .inner .st .txt:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#sp_menuList .inner .st .txt > * {
  vertical-align: baseline;
  display: inline;
}
#sp_menuList .inner .st .txt:before {
  content: "";
  margin-right: .3em;
}
#sp_menuList .inner .st #obj_close {
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #FFF;
  font-size: 139%;
}
#sp_menuList .inner ul {
  margin-top: 6%;
}
#sp_menuList .inner ul li {
  overflow: hidden;
  display: table;
  width: 100%;
  border-spacing: 4px 2px;
}
#sp_menuList .inner ul li iframe {
  vertical-align: bottom;
}
#sp_menuList .inner ul li.share_area {
  margin-top: 1em;
  text-align: center;
  background: #DBF2E9;
  padding: 1em 0;
}
#sp_menuList .inner ul li.share_area span a {
  display: inline-block;
  background: none;
  width: 20px;
  padding: 0;
  margin-left: 0.2em;
}
#sp_menuList .inner ul li a {
  display: block;
  width: 49.5%;
  background: #14613F;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 1em 0;
  text-decoration: none;
  font-size: 97%;
  color: #FFF;
}
#sp_menuList .inner ul li.sns a {
  background: #19935e;
  display: block;
  width: 49.5%;
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
}
