@charset"utf-8";

/*-- RESET
--------------------------------------------------------------------------------------------*/

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  white-space: normal;
  word-break: normal;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

span {
  display: inline;
}

label {
  font-weight: normal;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.6;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

a.nolink {
  pointer-events: none;
}

a.btn {
  display: inline-block;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
}

input, select {
  vertical-align: middle;
  margin-top: 1px;
}

button.btn_no_border, 
button[type="submit"] {
  display: inline-block;
  background: none;
  border: 0;
}

img, a img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  border: 0;
  border-image-width: 0;
  background: transparent;
  max-width: 100%;
}

object, embed {
  vertical-align: top;
}


/*-- UTILITY
--------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
  line-height: 0;
}

.row {
  margin: 0 auto;
}

.row:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.PC {
  display: block;
}

.SP {
  display: none;
}

a.PC, img.PC {
  display: inline;
}


/*--[ h ]
---------------------------------------------------------------------------------------------------------------------------------------*/


/* h2 ----------------------------*/

.h2_ttl {
  margin-bottom: 0.5em;
  padding: 0 0 0 30px;
  line-height: 1;
}

.h2_ttl img {
  width: auto;
  max-width: 100%;
  /*height: 100%;*/
  height: auto;
}


/* h3 ----------------------------*/

.ft_h3_ttl {
  margin-bottom: 0.8em;
  padding: 0.5em 0 0.5em 2em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #333333;
}

.ft_h3_ttl.roomsearch {
  background: url(../images/common/icon_search_small_b.png) no-repeat 0 50%;
}

.ft_h3_ttl.kashiyacenter {
  background: url(../images/common/icon_house_small_b.png) no-repeat 0 50%;
}


/*--[ sp_menu_btn ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.sp_menu_btn {
  position: absolute;
  top: 23px;
  right: 4px;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  padding: 0px;
  width: 44px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  background-color: #352414;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0%;
}

.menu-trigger span:nth-of-type(2) {
  top: 40%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0%;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-313deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-10px) rotate(313deg);
}


/*----*/

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 20%;
  height: 30%;
  background-color: #FFF;
}

.sp-previous-arrow:before {
  left: 40%;
  top: 20%;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
  left: 40%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
  right: 40%;
  top: 20%;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
  right: 40%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

@media screen and (min-width: 1020px) {
  #toppage .sp-horizontal .sp-previous-arrow {
    left: -20px;
  }
  #toppage .sp-horizontal .sp-next-arrow {
    right: -20px;
  }
  #toppage .sp-vertical .sp-previous-arrow {
    top: 20px
  }
  #toppage .sp-vertical .sp-next-arrow {
    bottom: 20px
  }
  #toppage .sp-horizontal .sp-arrows {
    width: 100%;
    max-width: 980px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -490px;
  }
}

/*--[ facebook shareBtton position condition ]
---------------------------------------------------------------------------------------------------------------------------------------*/
.fb_iframe_widget span {
  vertical-align: top !important;
}

body {
  /* background: url(../bg.png) 50% -32px; */
  /* opacity: 0.6; */
}
