<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header &gt; div, .con_topicpath, #footer .con_banner .box_banner, #footer .con_banner_other .box_inner, #footer .con_footer_nav .box_inner {
  width: 950px;
}

#header &gt; div:after, #header &gt; div &gt; div:after, #header &gt; div &gt; div .box_top .box_r .box_fnav:after, .gnav:after, .con_topicpath:after, #footer .con_banner .box_banner:after, #footer .con_banner ul:after, #footer .con_banner_other .box_inner:after, #footer .con_footer_nav .box_inner:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* Hover 拡大 */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #2d2d2d;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
body a {
  color: #474747;
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #606060;
}
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 #page {
  min-width: 950px !important;
  margin: auto;
  font-size: 100% !important;
}

body {
  overflow: hidden;
  background: url(../images/home/bg_page.jpg) 0 0 no-repeat #fff;
}

.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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  font-size: 100% !important;
  width: 950px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
  padding-bottom: 10px;
  background: #fff;
  width: 950px;
}
#header &gt; div {
  width: 100%;
  position: relative;
}
#header &gt; div h1 {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 72%;
}
#header &gt; div &gt; div {
  float: right;
  width: 100%;
}
#header &gt; div &gt; div .box_top .logo {
  width: 205px;
  float: left;
  padding-top: 30px;
  padding-left: 11px;
}
#header &gt; div &gt; div .box_top .logo img {
  max-width: 205px;
}
#header &gt; div &gt; div .box_top .box_r {
  float: right;
  width: 500px;
  padding-top: 12px;
  padding-right: 10px;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav {
  float: right;
  position: relative;
  width: 100%;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .box_other {
  float: right;
  text-align: right;
  width: 450px;
  margin-bottom: 12px;
  letter-spacing: -0.4em;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .box_other .txt_catch {
  display: inline-block;
  position: relative;
  padding: 0 10px 2px;
  border-bottom: solid 1px #b6af9a;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .box_other .txt_catch:after {
  content: ' ';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 24%;
  height: 1px;
  border-bottom: solid 1px #00504f;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .box_other .txt_tel {
  display: inline-block;
  vertical-align: bottom;
  width: 174px;
  display: none;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav {
  letter-spacing: -0.4em;
  text-align: right;
  margin-bottom: 2px;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 12px;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li:first-child {
  margin-left: 0;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li a {
  text-decoration: none;
  font-size: 86%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  line-height: 2.2;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li a span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li a span:before {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  height: 9px;
  width: 5px;
  background: url(../images/common/ic_arrow_black.png) no-repeat;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li a:hover span:before {
  left: 2px;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li a:hover i {
  color: #937e3c;
  margin-left: 0.2em;
  margin-right: 0.3em;
}
#header &gt; div &gt; div .box_top .box_r .box_fnav .fnav &gt; li a i {
  color: #2d2d2d;
  margin-right: 0.5em;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.gnav {
  clear: both;
}
.gnav li {
  text-align: center;
  float: left;
}
.gnav li:first-child span {
  border-left: solid 1px #ccc;
}
.gnav li:first-child a:after {
  content: ' ';
  position: absolute;
  height: 30px;
  width: 1px;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-right: solid 1px #ccc;
}
.gnav li.gnav_hom {
  width: 100px;
}
.gnav li.gnav_hom a {
  background: url(../images/header/gnav_hom.png) center 3px no-repeat;
}
.gnav li.gnav_hom a:hover {
  background-position: center -47px;
}
.gnav li.gnav_roo {
  width: 113px;
}
.gnav li.gnav_roo a {
  background: url(../images/header/gnav_roo.png) center 3px no-repeat;
}
.gnav li.gnav_roo a:hover {
  background-position: center -47px;
}
.gnav li.gnav_fac {
  width: 157px;
}
.gnav li.gnav_fac a {
  background: url(../images/header/gnav_fac.png) center 3px no-repeat;
}
.gnav li.gnav_fac a:hover {
  background-position: center -47px;
}
.gnav li.gnav_bre {
  width: 105px;
}
.gnav li.gnav_bre a {
  background: url(../images/header/gnav_bre.png) center 3px no-repeat;
}
.gnav li.gnav_bre a:hover {
  background-position: center -47px;
}
.gnav li.gnav_bus {
  width: 185px;
}
.gnav li.gnav_bus a {
  background: url(../images/header/gnav_bus.png) center 3px no-repeat;
}
.gnav li.gnav_bus a:hover {
  background-position: center -47px;
}
.gnav li.gnav_loc {
  width: 145px;
  background: #f9f6eb;
  padding: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.gnav li.gnav_loc a {
  background: url(../images/header/gnav_loc.png) center 3px no-repeat;
}
.gnav li.gnav_loc a:hover {
  background-position: center -47px;
}
.gnav li.gnav_loc:hover {
  opacity: .8;
}
.gnav li.gnav_loc span {
  padding: 10px;
  display: block;
  border-right: none;
}
.gnav li.gnav_loc span:before {
  display: none;
}
.gnav li.gnav_boo {
  width: 145px;
  background: #b5263b;
  padding: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.gnav li.gnav_boo a {
  background: url(../images/header/gnav_boo.png) center 3px no-repeat;
}
.gnav li.gnav_boo a:hover {
  background-position: center -47px;
}
.gnav li.gnav_boo span {
  border-right: none;
}
.gnav li.gnav_boo span:before {
  display: none;
}
.gnav li a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 50px;
  position: relative;
}
.gnav li a:hover span:before {
  width: 95%;
}
.gnav li a:before {
  content: ' ';
  position: absolute;
  height: 30px;
  width: 1px;
  right: 0;
  top: 50%;
  margin-top: -15px;
  border-right: solid 1px #ccc;
}
.gnav li a span {
  display: block;
  position: relative;
}
.gnav li a span:before {
  content: ' ';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -10px;
  left: 50%;
  margin-left: -47.5%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-bottom: solid 3px #00504f;
}

/* -----------------------------------------------------------
	gnav　アクティブ設定
----------------------------------------------------------- */
#homepage .gnav li.gnav_hom a,
#rooms .gnav li.gnav_roo a,
#facilities .gnav li.gnav_fac a,
#breakfast .gnav li.gnav_bre a,
#business .gnav li.gnav_bus a,
#attractions .gnav li.gnav_att a {
  background-position: center -47px !important;
}

.con_mainimg {
  padding: 15px 0;
}
.con_mainimg .box_inner img {
  box-shadow: 0px 3px 9px 2px #0b2527;
  -moz-box-shadow: 0px 3px 9px 2px #0b2527;
  -webkit-box-shadow: 0px 3px 9px 2px #0b2527;
}

/* -----------------------------------------------------------
	con_topicpath パンクズ
----------------------------------------------------------- */
.con_topicpath {
  font-size: 93%;
  padding: 10px 0;
  text-align: left;
}
.con_topicpath ul li {
  display: inline-block;
}
.con_topicpath ul li:first-child i {
  color: #00504f;
  margin: 0 5px 0 0;
}
.con_topicpath ul li i {
  margin: 0 10px;
  font-size: 115%;
  vertical-align: baseline;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .st_title {
  text-align: center;
  padding: 50px 0 30px;
}
@media only screen and (max-width: 640px) {
  #contents .st_title {
    padding: 35px 0 20px;
  }
}
#contents .st_title img {
  width: 312px;
}
@media only screen and (max-width: 640px) {
  #contents .st_title img {
    width: 310px;
  }
}
@media only screen and (max-width: 400px) {
  #contents .st_title img {
    width: 270px;
  }
}

#pagetop {
  position: fixed;
  right: 50%;
  bottom: -100px;
  margin-right: -700px;
  z-index: 999;
}
#pagetop a {
  outline: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#pagetop a:hover {
  opacity: .7;
}
#pagetop a img {
  width: 73px;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  width: 950px;
}
#footer .con_banner {
  padding: 20px 20px 0;
  background: #23686a;
}
#footer .con_banner ul {
  text-align: center;
  width: 100%;
}
#footer .con_banner ul &gt; li {
  letter-spacing: normal;
  display: block;
  width: 290px;
  float: left;
  margin-left: 20px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
#footer .con_banner ul &gt; li:first-child {
  margin-left: 0;
}
#footer .con_banner ul &gt; li &gt; a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}
#footer .con_banner ul &gt; li &gt; a:hover {
  opacity: .8;
}
#footer .con_banner_other {
  padding: 20px;
  background: #eeeeee;
}
#footer .con_banner_other .box_inner {
  max-width: 950px;
  text-align: center;
}
#footer .con_banner_other .box_inner #footer_slide_banner {
  margin-bottom: 0;
}
#footer .con_banner_other .box_inner #footer_slide_banner img {
  margin: 0 auto !important;
}
#footer .con_banner_other .box_inner #footer_slide_banner a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .con_banner_other .box_inner #footer_slide_banner a:hover {
  opacity: .8;
}
#footer .con_footer_nav {
  background: #fff;
}
#footer .con_footer_nav .box_inner {
  padding: 25px 0;
}
#footer .con_footer_nav .box_inner .con_address {
  float: left;
  width: 230px;
}
#footer .con_footer_nav .box_inner .con_address .logo {
  margin-bottom: 5px;
}
#footer .con_footer_nav .box_inner .con_address .box_address {
  font-size: 79%;
}
#footer .con_footer_nav .box_inner .box_footer_nav {
  float: right;
  width: 600px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul {
  float: left;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_01 {
  width: 170px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_02 {
  width: 170px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_03 {
  width: 170px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_03 .btn_rsv a {
  color: #b5263b;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_03 .btn_rsv a span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_03 .btn_rsv a span:before {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  height: 9px;
  width: 5px;
  background: url(../images/common/ic_arrow_red.png) no-repeat;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_03 .btn_rsv a:hover span:before {
  left: 2px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_03 li:last-child {
  display: none;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_01 a span, #footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_02 a span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_01 a span:before, #footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_02 a span:before {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  height: 9px;
  width: 5px;
  background: url(../images/common/ic_arrow_black.png) no-repeat;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_01 a:hover span:before, #footer .con_footer_nav .box_inner .box_footer_nav &gt; ul.box_fnav_02 a:hover span:before {
  left: 2px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul &gt; li {
  margin-bottom: 7px;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul &gt; li a {
  font-size: 83%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul &gt; li a:hover i {
  margin-left: 0.2em;
  margin-right: 0.3em;
  color: #937e3c;
}
#footer .con_footer_nav .box_inner .box_footer_nav &gt; ul &gt; li a i {
  margin-right: 0.5em;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .con_footer_map {
  padding: 15px 0;
  background: #d2e5e5;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}
#footer .con_footer_map:after {
  content: '© 2016 ACE INN MATSUMOTO. Ltd. All Rights Reserved.';
  background: #00504f;
  color: #fff;
  padding: 7px 0;
  font-size: 72%;
  text-align: center;
  position: absolute;
  display: block;
  bottom: -55px;
  left: 0;
  width: 950px;
}
#footer #copyright {
  background: #00504f;
  color: #fff;
  padding: 7px;
  font-size: 72%;
  text-align: center;
}

/*----------------------------------------------------
	テーブル tbl_primary
----------------------------------------------------*/
table.tbl_primary {
  border: 0;
  border-collapse: separate;
  background-color: #ccc;
  width: 100%;
  border-spacing: 1px;
}
table.tbl_primary th {
  background-color: #ececec;
  border: 1px solid #fff;
  color: #1e2219;
  text-align: center;
  padding: 12px 6px;
}
table.tbl_primary td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}

/*----------------------------------------------------
	テーブル tbl_primary
----------------------------------------------------*/
table.tbl_secondary {
  border: 0;
  border-top: solid 2px #00504f;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 10px;
}
table.tbl_secondary th {
  padding: 8px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #e4e4e4;
  width: 100px;
  font-weight: normal;
}
table.tbl_secondary td {
  padding: 8px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #e4e4e4;
}

/*----------------------------------------------------
	テーブル tbl_basic
----------------------------------------------------*/
table.tbl_basic {
  border: 0;
  border-collapse: separate;
  background-color: #ccc;
  width: 100%;
  border-spacing: 1px;
}
table.tbl_basic th {
  background-color: #ececec;
  border: 1px solid #fff;
  color: #1e2219;
  text-align: center;
  padding: 12px 6px;
}
table.tbl_basic td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}
</pre></body></html>