/*
Theme Name: たびのホテル飛騨高山
Author: PISE
Description: このテーマは「たびのホテル」用に作成されたオリジナルテーマです
Version: 1.0
*/

/* Cookie and Policy Popup 2022 */
.cc-revoke, .cc-window {
	font-family: inherit;
	font-family: 'Open Sans', 'Noto Sans JP', sans-serif !important;
	font-size: .88rem !important;
	font-weight: 400 !important;
	letter-spacing: .05rem;
}
@media (max-width: 991.8px) {
	.cc-revoke, .cc-window {
		font-size: .78rem !important;
	}
}

ruby[data-ruby] {
	position: relative;
}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	line-height: 1;
	text-align: center;
	left: -8rem;
	right: -8rem;
	transform-origin: bottom center;
	/* ルビの文字サイズを親文字に対する比率で指定 */
	transform: scale(0.5);
	/* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
	bottom: 95%;
	/* デバッグ用 */
	//background-color: rgba(255, 0, 0, 0.2);
}
ruby[data-ruby] rp, ruby[data-ruby] rt {
	display: none !important;
}
section h1 ruby[data-ruby]::before,
section#hero h2 ruby[data-ruby]::before {
	transform: scale(0.3);
}

/* ==============================================================
*  Base
* ============================================================ */
 /* ************************************************ 
 Reset
* ************************************************ */
/*html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}*/

:focus {
  outline: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
  /*overflow-y: scroll;*/
  /*overflow: auto;*/
}

body {
  position: relative;
  min-height: 100%;
  /*overflow: hidden;*/
  font-size: 1.4rem;
  line-height: 1.8;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/*
a, a:visited {
  color: inherit;
}
*/
article, aside, figcaption, figure, footer, header, nav, section, main {
  display: block;
}

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

ol, ul {
  list-style: none;
  /*margin-left: 1em;*/
}

img, video {
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
}

[hidden] {
  display: none !important;
}

[　] {
  cursor: not-allowed;
}

/* ************************************************ 
 Base set
* ************************************************ */
body {
  font-family: 'Noto Serif', 'Zen Old Mincho', 'Noto Serif JP', serif;
  color: #2b2b2b;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

p {
	letter-spacing: .02rem;
  /*
    text-align:justify;
    text-justify:inter-ideograph;
  */
}

sup {
  font-size: 65%;
  vertical-align: .5em;
}

/* -----------------------
 clearfix
------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* -----------------------
 Link
------------------------*/
a {
  color: #108ccf;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a:visited {
  //color: #108ccf;
}

a:hover {
  color: #29bdff;
}

/* -----------------------
 text align
------------------------*/
.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

/* -----------------------
 table
------------------------*/
table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #a9a9a9;
  padding: 5px 1em;
}

/* -----------------------
 display ～600px
------------------------*/
.xs {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .xs {
    display: block !important;
  }
}

/* -----------------------
 display 601px～
------------------------*/
.sm {
  display: none !important;
}
@media screen and (min-width: 601px) {
  .sm {
    display: block !important;
  }
}

/* -----------------------
 display ～899px
------------------------*/
.sp {
  display: none !important;
}
@media (max-width: 899px) {
  .sp {
    display: block !important;
  }
}

/* -----------------------
 display  900px～
------------------------*/
.pc {
  display: block !important;
}
@media (max-width: 899px) {
  .pc {
    display: none !important;
  }
}

/* -----------------------
 clearfix
------------------------*/
ruby rt {
  font-size: 1.2rem;
}

/* ==============================================================
*  Layout
* ============================================================ */
/* ************************************************ 
 layout
* ************************************************ */
body {
  padding-top: 70px;
}

@media screen and (min-width: 900px) {
  body {
    /*min-width: 1000px;*/
    overflow-x: auto;
    padding-top: 130px;
  }
}
.container {
  /*display: flex;*/
  display: block;
  flex-direction: column;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
}

/* ************************************************ 
 header
* ************************************************ */
/* -----------------------
header
------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #556478;
  z-index: 99;
}

@media screen and (min-width: 900px) {
  header {
    /*min-width: 1000px;*/
    height: 130px;
  }
}
/* -----------------------
header top
------------------------*/
.header-top {
  display: none;
}

@media screen and (min-width: 900px) {
  .header-top {
    width: 100%;
    height: 40px;
    background: #556478;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    color: #fff;
  }
}
@media screen and (min-width: 900px) and (min-width: 1000px) {
  .header-top {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 900px) {
  .header-top .lead {
    /*min-width: 500px;*/
    padding-left: 10px;
  }
  .header-top .header-top-link {
    /*min-width: 500px;*/
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-top .header-top-link a {
    padding: 0 10px;
    color: #fff;
  }
  .header-top .header-top-link a:hover {
    color: #ffe188;
  }
  .header-top .header-top-link .tel {
    font-size: 1.6rem !important;
  }
  .header-top .header-top-link .tel a {
    padding-left: 0;
  }
  .header-top .header-top-link .tel-link {
    font-size: 1.6rem !important;
  }
}
/* -----------------------
header main
------------------------*/
.header-main {
  background: #5a2235;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main .header-logo {
  max-width: 140px;
  padding: 0 10px;
}
.header-main .header-logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  .header-main {
    height: 90px;
  }
  .header-main .header-logo {
    flex: 1 0 170px;
    width: 170px;
    max-width: 170px;
    padding: 0 0 0 10px;
  }
}
/* -----------------------
Englishボタン
------------------------*/
a.lang {
  border: 1px solid #fff;
  color: #fff;
}
a.lang:hover {
  border-color: #ffe188;
  color: #ffe188;
}

.gnav a.lang {
  width: 100px;
  margin: 10px auto;
  padding: 0 5px;
}
.gnav a.lang:hover {
  color: #ffe188;
}

/* ************************************************ 
grobal nav
* ************************************************ */
/* -----------------------
z-index
------------------------*/
.hamburger {
  z-index: 200;
}

nav.gnav {
  z-index: 199;
}

/* -----------------------
hamburger
------------------------*/
.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 26px;
  cursor: pointer;
}
.hamburger > div {
  position: relative;
  width: 34px;
}
.hamburger span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 12px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}

body.open .hamburger span {
  background: #fff;
}
body.open .hamburger span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
body.open .hamburger span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
body.open .hamburger span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 900px) {
  .hamburger {
    display: none;
  }
}
/* -----------------------
nav
------------------------*/
nav.gnav {
  background: #5a2235;
  color: #fff;
  position: fixed;
  top: 70px;
  /*ヘッダーの高さ*/
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  font-size: 1.6rem;
  text-align: left;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.gnav > ul {
  border-top: 1px solid #fff;
  overflow: auto;
}
nav.gnav ul {
  list-style: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* -----------------------
  予約ボタン/電話ボタン
  ------------------------*/
}
nav.gnav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
  border-bottom: 1px solid #fff;
  transition: all  0.3s ease;
}
nav.gnav ul li:last-child {
  border-bottom: 0;
}
nav.gnav ul li a {
  position: relative;
  display: block;
  align-items: center;
  color: #fff;
  padding: 10px 12px;
  width: 100%;
}
nav.gnav ul li a:hover {
  color: #fff;
}
nav.gnav ul li span.parent {
  position: relative;
  display: block;
  padding: 10px 12px;
  cursor: pointer;
}
nav.gnav ul > li.btn, nav.gnav ul li.btn_light, nav.gnav ul li.btn_dark {
  /*height: auto;*/
}
nav.gnav ul > li.btn a, nav.gnav ul li.btn_light a, nav.gnav ul li.btn_dark a {
  font-size: 1.3rem;
}

nav > ul > li .small {
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (min-width: 900px) {
  /* nav */
  nav.gnav {
    flex-direction: row;
    visibility: visible;
    position: static;
    min-width: 700px;
    padding: 0 20px 0 0;
    height: auto;
    opacity: 1;
    transform: translateX(0);
    transition: none;
  }
  nav.gnav > ul {
    /*min-width: 820px;*/
    /*width: 820px;*/
    background: #5a2235;
    border-top: 0;
    overflow: visible;
  }
  nav.gnav ul {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: flex-end;
    align-items: center;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.2rem;
  }
  nav.gnav ul > li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0;
    border-bottom: none;
    opacity: 1;
    transform: translateX(0);
  }
  nav.gnav ul > li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  nav.gnav ul > li a {
    padding: 0 12px;
    text-align: center;
  }
  nav.gnav ul > li span.parent {
    padding: 0 12px;
    text-align: center;
  }
  nav.gnav ul > li.btn, nav.gnav ul li.btn_light, nav.gnav ul li.btn_dark {
    height: auto;
    margin-left: 12px;
  }
  nav.gnav ul > li.btn:hover, nav.gnav ul li.btn_light:hover, nav.gnav ul li.btn_dark:hover {
    background: #b65678 !important;
  }
  nav.gnav ul > li.btn a, nav.gnav ul li.btn_light a, nav.gnav ul li.btn_dark a {
    padding: .5em 1em .75em 1em;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  nav.gnav ul {
    font-size: 1.5rem;
  }
  nav.gnav ul > li.btn a, nav.gnav ul li.btn_light a, nav.gnav ul li.btn_dark a {
    padding: .5em 2em .75em 2em;
    font-size: 1.5rem;
  }
}
/* -----------------------
nav open transform
------------------------*/
body.open {
  overflow: hidden;
}
body.open nav.gnav {
  visibility: visible;
  opacity: 1;
}
body.open nav.gnav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
  /*
      &:nth-child(2) {
        transition-delay: .05s;
      }
      &:nth-child(3) {
        transition-delay: .1s;
      }
      &:nth-child(4) {
        transition-delay: .15s;
      }
      &:nth-child(5) {
        transition-delay: .2s;
      }
      &:nth-child(6) {
        transition-delay: .25s;
      }
      &:nth-child(7) {
        transition-delay: .3s;
        border-bottom: 0;
      }
  */
}

/* -----------------------
dropdown Menu
------------------------*/
.gnav .menu_dropdown .menu_second {
  display: none;
  position: relative;
  flex-flow: column;
}
.gnav .menu_dropdown .menu_second li {
  border-bottom: 0;
  margin-left: 1rem;
}
.gnav .menu_dropdown .menu_second li a {
  padding: 0 0 .5rem 0;
}

/* PC
---------------*/
@media screen and (min-width: 900px) {
  .gnav .menu_dropdown .menu_second {
    position: absolute;
    top: 90px;
    left: 0;
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    background: #5a2235;
    font-size: 1.4rem;
  }
  .gnav .menu_dropdown .menu_second li {
    margin-left: 0 !important;
    align-items: stretch;
  }
  .gnav .menu_dropdown .menu_second li a {
    padding: 10px 1em;
    text-align: left;
    color: #fff;
  }

  /*最後のドロップダウンメニューは右端で折り返す*/
  .gnav > ul > li:last-child .menu_second {
    right: 0;
  }
}
/* -----------------------
dropdown icon
------------------------*/
.dropdown span.icon {
  display: inline;
  position: relative;
  top: 15px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

/* ************************************************ 
 footer
* ************************************************ */
footer {
  margin-top: auto;
}

.footer-container {
  display: block;
  padding: 0;
}
@media (min-width: 900px) {
  .footer-container {
    display: -webkit-box;
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: auto;
    text-align: left;
  }
}

/* -----------------------
 footer top
------------------------*/
.footer-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em 10px;
  background: #823a54;
}
@media (min-width: 900px) {
  .footer-top {
    padding: 5px 20px;
  }
}

.footer-top a {
  display: block;
  margin: 0 10px;
  font-size: 1.4rem;
  color: #fff;
}
.footer-top a:hover {
  color: #ffe188;
}

@media screen and (max-width: 600px) {
  .footer-top {
    justify-content: space-between;
    padding: 0;
  }
  .footer-top a {
    width: calc(50%);
    margin: 0;
    padding: .25em .5em;
  }
}
/* -----------------------
 footer 1
------------------------*/
.footer-1 {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  padding: 1em 10px;
  background: #5a2235;
}
.footer-1 a {
  color: #fff;
}
.footer-1 a:hover {
  color: #ffe188;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .footer-1 {
    padding: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

/*ロゴ*/
.footer-1-logo {
  width: 100px;
  align-self: center;
}
@media screen and (min-width: 769px) {
  .footer-1-logo {
    width: 150px;
  }
}

/*インフォ*/
.footer-1-hotel {
  color: #fff;
  font-weight: 300;
  padding-left: 20px;
}
.footer-1-hotel .sns {
  display: flex;
  align-items: center;
}
.footer-1-hotel .sns .name {
  padding-right: 5px;
  font-size: 1.6rem;
}
.footer-1-hotel .sns a {
  margin: 0 2px;
  padding: 0;
}
.footer-1-hotel .sns a img {
  vertical-align: middle;
}
.footer-1-hotel p.address {
  font-size: 1.2rem;
}
.footer-1-hotel p.tel {
  font-family: noto sans jp, sans-serif;
  font-size: 1.6rem;
}
.footer-1-hotel p.tel span {
  font-size: 1.1rem;
}
.footer-1-hotel p.tel img {
  vertical-align: middle;
}
.footer-1-hotel p.mail {
  font-family: noto sans jp, sans-serif;
  font-size: 1.2rem;
}
.footer-1-hotel p.mail img {
  vertical-align: top;
  margin: 2px 5px 0 0;
}
@media screen and (min-width: 769px) {
  .footer-1-hotel {
    padding: 0 30px;
    border-right: 1px solid #fff;
    /*min-width: 320px;*/
    width: 320px;
  }
  .footer-1-hotel .sns .name {
    font-size: 1.8rem;
  }
}

/*リンク*/
.footer-1-link {
  padding: 20px 0 0 0;
  width: 100%;
}
.footer-1-link ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-1-link ul li {
  margin-right: 20px;
  font-size: 1.3rem;
}
.footer-1-link ul a {
  display: block;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .footer-1-link {
    width: calc(100% - 470px);
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-1-link ul {
    justify-content: space-between;
    padding: 0;
  }
  .footer-1-link ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-1-link ul li:last-child {
    border-top: 0;
  }
  .footer-1-link ul li a {
    display: block;
    width: 100%;
    padding: .5em;
  }
}
/* -----------------------
 footer 2
------------------------*/
.footer-2 {
  padding: 1rem 10px;
  background: #5a2235;
  color: #fff;
}
.footer-2 a {
  color: #fff;
}
.footer-2 a:hover {
  color: #ffe188;
}
.footer-2 .hiyorihotels {
  font-size: 1.6rem;
  text-align: center;
}
.footer-2 .hiyorihotels .hiyori_g_link {
  display: block;
  width: 100%;
  padding: 3px 0;
  text-align: center;
  font-size: 1.3rem;
}
.footer-2 .hiyorihotels .hiyori_g_link:hover {
  color: #fff;
}
.footer-2 .hiyori-link ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-2 a {
  color: #fff;
  margin-right: 20px;
  font-size: 1.2rem;
}
@media (min-width: 900px) {
  .footer-2 {
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
  .footer-2 > div {
    margin-right: 30px;
  }
  .footer-2 .hiyorihotels {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .hiyori-link ul {
    justify-content: space-between;
    padding: 0;
  }
  .hiyori-link ul li {
    width: calc(50%);
    margin: 0;
    padding: 0;
  }
  .hiyori-link ul li:nth-child(2n+1):last-child {
    width: 100%;
    /*box-sizing: border-box;*/
  }
}
/* -----------------------
 copyright
------------------------*/
.copyright {
  padding: 5px 20px 60px;
  text-align: center;
  font-weight: 300;
  font-size: 1.2rem;
  color: #fff;
  background: #5a2235;
}

/* ************************************************ 
* page top button
* ************************************************ */
#pageTop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
}
#pageTop a {
  display: block;
  z-index: 9999;
  padding: 8px 0 0 8px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  background: #999;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
}
#pageTop a:hover {
  text-decoration: none;
}
#pageTop a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991.98px) {
	#pageTop {
		bottom: 48px;
	}
}


 /* ************************************************ 
	Loading image
* ************************************************ */
#loader-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

#loader-bg img {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}

/* ==============================================================
*  Module（汎用的に使用できるスタイル）
* ============================================================ */
/* ************************************************ 
* common
* ************************************************ */
body section {
  //padding: 60px 0;
	padding: 0 0 40px 0;
}
@media (min-width: 900px) {
  body section {
    //padding: 60px 0;
		padding: 0 0 60px 0;
  }
}

/* -----------------------
 ページタイトル
------------------------*/
.page_heading {
  position: relative;
}
.page_heading .img img {
  width: 100%;
}
.page_heading .bn_bestrate {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
}
.page_heading .heading {
  width: 100%;
  position: absolute;
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  /*z-index: 99;*/
  color: #fff;
  text-align: center;
}
.page_heading .heading h1 {
  font-size: 2.5rem;
  text-shadow: 3px 3px 7px #000;
  letter-spacing: .2rem;
}
@media (min-width: 900px) {
  .page_heading .heading h1 {
    font-size: 3rem;
  }
}
@media (min-width: 900px) {
  .page_heading img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
  }
}

/* -----------------------
 セクションの左右余白
------------------------*/
.sec-wrap {
  padding: 0 10px;
  margin: auto;
}
@media (min-width: 900px) {
  .sec-wrap {
    max-width: 1000px;
  }
}

.sec-wrap-lg {
  padding: 0 10px;
  margin: auto;
}
@media (min-width: 900px) {
  .sec-wrap-lg {
    max-width: 1200px;
  }
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #666 solid;
}

/* -----------------------
 見出し
------------------------*/
.heading_underline {
  position: relative;
  text-align: center;
  font-size: 2.4rem !important;
  margin: 0 0 1.5em 0 !important;
  margin: 2em 0 1.5em 0 !important;
}
.heading_underline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 1px solid #5a2235;
  margin: auto;
  width: 70px;
}
@media (min-width: 900px) {
  .heading_underline {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 600px) {
  .heading_underline {
    font-size: 2.0rem !important;
  }
}

/* -----------------------
 見出し
------------------------*/
.sec-header {
  margin: 0 auto 30px auto;
}
.sec-header p {
  display: block;
  margin: auto !important;
  max-width: 630px;
}
@media (min-width: 900px) {
  .sec-header {
    margin: 0 auto 40px auto;
  }
}

.heading_underline::before {
  width: 500px;
}
@media (min-width: 900px) {
  .heading_underline::before {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .heading_underline::before {
    width: 60%;
  }
}

h2 {
  font-size: 1.9rem;
	line-height: 1.5;
  //margin: 1em 0;
}
@media (min-width: 900px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.8rem;
  margin: .5em 0;
  padding: .5em 0;
}
@media (min-width: 900px) {
  h3 {
    font-size: 2.0rem;
  }
}

/* -----------------------
 margin
------------------------*/
.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 10px 0 !important;
}

.m20 {
  margin: 20px 0 !important;
}

.m30 {
  margin: 30px 0 !important;
}

.m40 {
  margin: 40px 0 !important;
}

.m50 {
  margin: 50px 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !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;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* -----------------------
 空室検索
------------------------*/
.booking_area {
  background: #556478;
  padding: 10px;
}
.booking_area #booking {
  margin: 0 auto;
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .booking_area #booking {
    max-width: 1000px;
  }
}

.booking_area #booking > div {
  margin-bottom: 0;
}

.booking_area section {
  padding-bottom: 0 !important;
}

.booking_area button {
  padding: .25em 1.5em;
}

.input-container-input-container-da40af * {
  font-size: 14px !important;
}
.input-container-input-container-da40af label {
  font-weight: bold;
}

/* ************************************************ 
* button
* ************************************************ */
.btn {
  position: relative;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all  0.3s ease;
  background: #5a2235;
}
.btn:hover {
  background: #823a54;
}
.btn a {
  position: relative;
  display: block;
  padding: .5em 2em;
  text-decoration: none;
  color: #fff;
}
.btn a:hover {
  color: #fff;
  text-decoration: none;
}

.btn_light {
  position: relative;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all  0.3s ease;
  background: #823a54;
  color: #fff;
}
.btn_light:hover {
  background: #b65678;
}
.btn_light a {
  position: relative;
  display: block;
  padding: .5em 2em;
  text-decoration: none;
  color: #fff;
}
.btn_light a:hover {
  color: #fff;
  text-decoration: none;
}

.btn_dark {
  position: relative;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all  0.3s ease;
  background: #4b0820;
  color: #fff;
}
.btn_dark:hover {
  background: #b65678;
}
.btn_dark a {
  position: relative;
  display: block;
  padding: .5em 2em;
  text-decoration: none;
  color: #fff;
}
.btn_dark a:hover {
  color: #fff;
  text-decoration: none;
}

.btn_ghost a {
  padding: .2em 1em;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.btn_ghost a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/*--------------------------------
 form style
--------------------------------*/
input,
textarea {
  margin: 10px 0 !important;
  padding: 5px 5px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  transition: all 0.5s !important;
  width: 100%;
}

textarea {
  overflow-x: hidden !important;
}

input:focus,
textarea:focus {
  box-shadow: 0px 0px 6px 0px rgba(10, 170, 190, 0.2) !important;
  border: solid 1px #108ccf !important;
}

.btn_reset,
.btn_confirm {
  height: 40px !important;
  border-radius: 4px;
  padding: 5px 20px;
  line-height: 40px !important;
  margin: 0 10px 0 0 !important;
  cursor: pointer;
}

.btn_reset {
  background: #fff;
  color: #666;
  border: 1px solid #C8C8C8;
  font-size: 1.4rem !important;
  line-height: 1 !important;
}

.btn_confirm {
  background: #108ccf !important;
  color: #fff !important;
  border: none !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
}

/*--------------------------------
 list style
--------------------------------*/
ul.li-disc {
  list-style-type: disc;
  /* margin-left: .5em;*/
  margin-top: 1em;
}

ul.li-disc li {
  margin-left: 1.6em;
  padding: 0 0 .3em .4em;
}

/* リスト後に見出しまたは段落がきた場合のマージン */
.li-disc + h2, .li-disc + h3, .li-disc + h4, .li-disc + h5, .li-disc + h6, .li-disc + p {
  margin-top: 1em;
}

/* ==============================================================
*  WordPress投稿用
/* ============================================================ */
/*--------------------------------
 投稿記事の日付style
--------------------------------*/
body#post .date {
  font-weight: bold;
  color: #666;
}

/*--------------------------------
 投稿記事のブロックスタイルのマージン
--------------------------------*/
body#post .post-content {
  margin-top: 1em;
}

body#post .post-content p {
  margin-bottom: 1em;
}

body#post .post-content ul {
  margin-bottom: 1em;
}

body#post .post-content ol {
  margin-bottom: 1em;
}

body#post .post-content pre {
  margin-bottom: 1em;
  overflow: auto;
  white-space: pre-wrap;
}

/* heading */
body#post .post-content h1,
body#post .post-content h2,
body#post .post-content h3,
body#post .post-content h4,
body#post .post-content h5,
body#post .post-content h6 {
  margin: 0 0 .5em 0;
  padding: 0;
  font-weight: bold;
}

/*--------------------------------
 投稿記事のblockquote style
--------------------------------*/
body#post .post-content blockquote {
  border-left: 4px solid #e7e7e7;
  padding-left: 1em;
}

/*--------------------------------
 投稿記事のlist style
--------------------------------*/
body#post .post-content ul {
  list-style-type: disc;
}

body#post .post-content ul li {
  margin-left: 1.6em;
  padding: 0 0 0 .4em;
}

body#post .post-content ol {
  list-style-type: decimal;
}

body#post .post-content ol li {
  margin-left: 1.6em;
  padding: 0 0 0 .4em;
}

/*--------------------------------
 アーカイブページ
--------------------------------*/
.section-archive {
  margin-top: 30px;
}
@media (min-width: 900px) {
  .section-archive {
    margin-top: 50px;
  }
}
.section-archive .news_list li {
  display: flex;
  flex-direction: column;
  margin-bottom: .5em;
}
.section-archive .news_list li .date {
  font-weight: bold;
}
@media (min-width: 900px) {
  .section-archive .news_list li {
    flex-direction: row;
  }
  .section-archive .news_list li .date {
    margin-right: 1em;
  }
}

