@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  overflow: visible;
}

body {
  color: #444444;
  background-color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 13px;
}

input[type="text"],
input[type='password'],
input[type='tel'],
input[type="email"],
textarea,
select {
  font-size: 16px;
}

a:link, a:visited {
  color: #aa0037;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.SP-none {
  display: none !important;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:SP-content-block */
  margin-bottom: 45px;
}
.Content-block:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
}
.Content-block.MOD-bg:nth-last-of-type(even) {
  background-color: #fff;
}
.Content-block.MOD-bg:last-child {
    padding-bottom: 0;
}
.Content-article {
  /* @mixin:SP-content-article */
  margin-bottom: 30px;
}
.Content-article:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

.Content-body,
.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
}

/*
---------------------------------------------------------
 画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

/*
-----------------------------------------------------------
 HTMLeditor
----------------------------------------------------------- */
.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.Table-basic, 
.Table-basic tbody, 
.Table-basic tr, 
.Table-basic th, 
.Table-basic td {
  /* @mixin:SP-table-basic */
  display: block;
}
.Table-basic tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.Table-basic td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.Table-basic th, .Table-basic td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #FFFFFF;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:SP-title-block */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 25px;
  margin-bottom: 18px;
  padding: 0 8px;
}

.Title-article {
  /* @mixin:SP-title-article */
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 16px;
}
.Title-article a {
  color: #bd8184;
  text-decoration: none;
}

.Title-small {
  /* @mixin:SP-title-small */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 15px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:SP-btn-cv */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #a91444;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #FFF !important;
  font-size: 17px;
  padding: 9px 17px 12px;
  border-radius: 2px;
  line-height: 1.3;
}
.Btn-cv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:SP-btn-main */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: rgba(189, 129, 132, 0.8);
  display: inline-block;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 14px 30px 12px 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #FFF !important;
  position: relative;
  transition: all 0.3s;
}
.Btn-main::before {
  content: "";
  width: 100%;
  padding: 21px 0;
  border: 1px solid #ead3c1;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.3s;
}
.Btn-main:hover::after {
  top: 0;
}
.Btn-main span::after {
  content: "";
  width: 9px;
  height: 11px;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 60px;
  margin: auto 0;
  transition: all 0.3s;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:SP-btn-sub */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #aa0037;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 2px;
  line-height: 1.3;
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:SP-btn-anchor */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #aa0037;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  word-break: break-all;
  text-align: left;
  border: 1px solid;
  background: none;
  font-size: 11px;
  border-radius: 2px;
  padding: 7px 10px 7px 22px;
  line-height: 1.3;
}
.Btn-anchor:before {
  /* @mixin:SP-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #bd8184 transparent transparent transparent;
  display: block;
  top: 12px;
  left: 8px;
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:SP-link-text */
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.Link-arrow {
  /* @mixin:SP-link-arrow */
  position: relative;
  display: inline-block;
  padding-left: 12px;
  /* before */
}
.Link-arrow:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #bd8184;
  display: block;
  top: 5px;
  left: 2px;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit .wb-edit {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
}

.Edit.MOD-top .wb-edit {
  padding-top: 25px;
}

.Edit.MOD-bottom .wb-edit {
  padding-bottom: 35px;
}

.Edit .wb-edit:empty {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-main {
  padding-top: 35px;
  padding-bottom: 70px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  margin-bottom: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
body.Page-head01 #Page-head01 {
  position: relative;
}

body.Page-head01 #Page-head01 .breadcrumb,
body.Page-head01 #Page-head01 .breadcrumb a {
  color: #aa0037;
}

body.Page-head01 #Page-head01 .breadcrumb {
  position: relative;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 1.3;
  z-index: 50;
}

body.Page-head01 #Page-head01 .breadcrumb a {
  text-decoration: none;
}

body.Page-head01 #Page-head01 .breadcrumb .home,
body.Page-head01 #Page-head01 .breadcrumb .wb-sitemap {
  display: inline-block;
  vertical-align: middle;
}

body.Page-head01 #Page-head01 .breadcrumb .home {
  padding-bottom: 2px;
}

body.Page-head01 #Page-head01 .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
body.Page-head01 #Page-head01 .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

body.Page-head01 #Page-head01 .breadcrumb li {
  float: left;
  line-height: 1.3;
}

body.Page-head01 #Page-head01 .breadcrumb li + li {
  padding-left: 0.5em;
}

body.Page-head01 #Page-head01 .breadcrumb li:first-child {
  display: none;
}

body.Page-head01 #Page-head01 .page-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #444;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 22px;
  padding: 30px 5px 0;
}

body.Page-head01 #Page-head01 .sub-image {
  position: relative;
  z-index: 0;
}
body.Page-head01 #Page-head01 .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

body.Page-head01 #Page-head01 .sub-image img {
  width: 100%;
}

body.Page-head01 #Page-head01 .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 23px;
}

body.Page-head01 #Page-head01 .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

body.Page-head01 #Page-head01 .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 Header-nav
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-nav {
  display: none;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  z-index: 200;
  padding: 85px 30px 30px;
}
.Header-nav:before {
  background: #aa0037;
  content: '';
  opacity: 0.95;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header05
-----------------------------------------------------------
----------------------------------------------------------- */
body.Header05 .Header-in-wrap {
  background-color: rgba(255, 255, 255, 0.9);
}

/*
---------------------------------------------------------
 Header-sp-main
--------------------------------------------------------- */
body.Header05 .Header .Header-sp-main {
	display: flex;
    padding: 5px 10px;
    height: 55px;
    justify-content: flex-start;
    align-items: center;
}

body.Header05 .Header .Header-sp-main .Header-logo {
	display: flex;
    padding-right: 8px;
}

body.Header05 .Header .Header-sp-main .sns-btn {
    margin-left: auto;
}
body.Header05 .Header .Header-sp-main .sns-btn a {
    padding: 3px;
}
body.Header05 .Header .Header-sp-main .sns-btn img {
    height: 30px !important;
}


/* Header-sp-nav
--------------------------------------------------------- */
body.Header05 .Header .Header-sp-main .Header-sp-nav {
	text-decoration: none;
    width: fit-content;
    display: block;
    margin-left: 10px;
}

body.Header05 .Header .Header-sp-main .Header-sp-nav .menu-icon {
  display: block;
  position: relative;
  background: #aa0037;
  cursor: pointer;
  width: 45px;
  height: 45px;
}

body.Header05 .Header .Header-sp-main .Header-sp-nav .menu-icon span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
}
body.Header05 .Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(1), 
body.Header05 .Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(3) {
  height: 1px;
  background: #fff;
  width: 64%;
  left: 8px;
}
body.Header05 .Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(1) {
  top: 11px;
}
body.Header05 .Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(2) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  top: 15px;
  left: 7px;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #fff;
}
body.Header05 .Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(3) {
  bottom: 11px;
}

body.Header05 .Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(1) {
  top: 16px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 46%;
}
body.Header05 .Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(2) {
  opacity: 0;
}
body.Header05 .Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(3) {
  top: 28px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 46%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 SP-Header05
-----------------------------------------------------------
----------------------------------------------------------- */
body.Header05.SP-header01 .Header {
  padding-top: 55px;
}

body.Header05.SP-header01 .Header .Header-in-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

body.Header05.SP-header01 .Header .Header-sp-main .Header-logo img {
  max-height: 32px;
}

/*
-----------------------------------------------------------
 Header-nav
----------------------------------------------------------- */
body.Header05 .Header-pattern05 .Header-nav > ul {
  position: relative;
  z-index: 10;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li {
  border-bottom: 1px solid #bd8184;
  position: relative;
  z-index: 1;
}
body.Header05 .Header-pattern05 .Header-nav > ul > li:first-of-type {
  border-top: 1px solid #bd8184;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li > a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #FFF;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 8px 14px 20px;
  font-size: 14px;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li .sub-accordion-btn-wrap {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 49px;
  margin-bottom: auto;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li .sub-accordion-btn {
  position: absolute;
  top: 24px;
  right: 27px;
  display: block;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li .sub-accordion-btn span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  background-color: #FFF;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
body.Header05 .Header-pattern05 .Header-nav > ul > li .sub-accordion-btn span:nth-of-type(1) {
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
body.Header05 .Header-pattern05 .Header-nav > ul > li .sub-accordion-btn span:nth-of-type(2) {
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

body.Header05 .Header-pattern05 .Header-nav > ul > li .sub-accordion-btn-wrap.active .sub-accordion-btn span:nth-of-type(1) {
  display: none;
}
body.Header05 .Header-pattern05 .Header-nav > ul > li .sub-accordion-btn-wrap.active .sub-accordion-btn span:nth-of-type(2) {
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

body.Header05 .Header-pattern05 .Header-nav > ul > li > .accordion-menu {
  display: none;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li > .accordion-menu > ul {
  padding-left: 20px;
  padding-bottom: 15px;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li > .accordion-menu > ul > li {
  margin-bottom: 2px;
  background: #bd8184;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li > .accordion-menu > ul > li > a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 10px 15px;
  position: relative;
}

body.Header05 .Header-pattern05 .Header-nav > ul > li > .accordion-menu > ul > li > a > span {
  position: relative;
  padding-left: 15px;
}
body.Header05 .Header-pattern05 .Header-nav > ul > li > .accordion-menu > ul > li > a > span::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #FFF;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

/*
-----------------------------------------------------------
 header-contact-wrap
----------------------------------------------------------- */

body.Header05 .Header-pattern05 .header-contact-wrap {
    position: relative;
    z-index: 10;
    padding-top: 20px;
}
body.Header05 .Header-pattern05 .header-contact-wrap ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	padding: 0 5px;
}
body.Header05 .Header-pattern05 .header-contact-wrap ul li {
    border: 1px solid #bd8184;
    width: 48%;
}
body.Header05 .Header-pattern05 .header-contact-wrap ul li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    display: block;
}
body.Header05 .Header-pattern05 .header-contact-wrap ul li a span {
    padding: 3px 3px 3px 15px;
}
body.Header05 .Header-pattern05 .header-contact-wrap ul li a.btn-reserve span {
    background: url(/img/icon_reserve.svg) no-repeat 0 center;
    background-size: 18px auto;
    padding-left: 26px;
}
body.Header05 .Header-pattern05 .header-contact-wrap ul li a.btn-request span {
    background: url(/img/icon_request.svg) no-repeat 0 center;
    background-size: 20px auto;
    padding-left: 25px;
}


/* tel-wrap
--------------------------------------------------------- */
body.Header05 .Header-pattern05 .header-contact-wrap .tel-wrap {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    padding-top: 20px;
}
body.Header05 .Header-pattern05 .header-contact-wrap .tel-wrap span {
    display: block;
    color: #fff;
    line-height: 1.0;
}
body.Header05 .Header-pattern05 .header-contact-wrap .tel-wrap span.title {
    font-size: 19px;
    margin-bottom: 5px;
}
body.Header05 .Header-pattern05 .header-contact-wrap .tel-wrap span.tel {
    font-size: 28px;
}
body.Header05 .Header-pattern05 .header-contact-wrap .tel-wrap .btn-tel {
    color: #fff;
    text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer .Footer-in-wrap {
  background-color: #bd8184;
  background-image: url(/img/footer_bg.svg);
  background-repeat: repeat;
  background-size: 50px auto;
  padding: 35px 0 70px;
}
body.Footer-light .Footer .Footer-in-wrap .footer-logo {
  width: 60%;
  margin: 0 auto 20px;
}

/*
-----------------------------------------------------------
 Copyright
----------------------------------------------------------- */
body.Footer-light .Footer .Copyright {
  color: #FFF;
  border-top: 1px solid #FFF;
  padding-top: 15px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 1.3;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}

body.Footer-light .Footer .Copyright p {
  padding: 6px 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer-nav
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer-nav li:first-of-type {
  border-top: 1px solid #bd8184;
}

body.Footer-light .Footer-nav li {
  border-bottom: 1px solid #bd8184;
}

body.Footer-light .Footer-nav li a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #FFF;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 10px;
  background-size: 5px 10px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

body.Footer-light .Footer-nav li p.title {
  margin-bottom: 10px;
}

body.Footer-light .Footer-nav li p.title a {
  border-bottom: 1px solid #FFF;
  font-size: 16px;
}

body.Footer-light .Footer-nav .footer-nav-wrap > li {
  margin-bottom: 10px;
}

body.Footer-light .Footer-nav .footer-nav-wrap > li.kimono-top {
  margin-bottom: 0;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main {
  position: relative;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main > a > span {
  position: relative;
  padding-left: 15px;
}
body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main > a > span::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #FFF;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main .sub-accordion-btn-wrap {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 32px;
  margin-bottom: auto;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main .sub-accordion-btn {
  position: absolute;
  top: 16px;
  right: 25px;
  display: block;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main .sub-accordion-btn span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  background-color: #FFF;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main .sub-accordion-btn span:nth-of-type(1) {
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main .sub-accordion-btn span:nth-of-type(2) {
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main .sub-accordion-btn-wrap.active .sub-accordion-btn span:nth-of-type(1) {
  display: none;
}
body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li.main .sub-accordion-btn-wrap.active .sub-accordion-btn span:nth-of-type(2) {
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li .sub-nav {
  display: none;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li .sub-nav ul {
  padding-left: 20px;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li .sub-nav ul li a {
  font-size: 13px;
}

body.Footer-light .Footer-nav .footer-nav-wrap li .main-nav > ul > li .sub-nav ul li a span:before {
  content: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Float-area
-----------------------------------------------------------
----------------------------------------------------------- */
.Float-area ul {
    position: fixed;
    z-index: 150;
	left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1px;
}
.Float-area ul li {
    background-color: #aa0037;
    padding: 0;
    width: 33%;
    text-align: center;
}
.Float-area ul li.btn02 {
    width: 41% !important;
}
.Float-area ul li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    display: block;
}
.Float-area .btn-wrap a span {
	padding: 3px 3px 3px 15px;
}
.Float-area .btn-wrap a.btn-tel span {
    background: url(/img/icon_tel.svg) no-repeat 0 center;
    background-size: 12px auto;
    padding-left: 15px;
}
.Float-area .btn-wrap a.btn-reserve span {
  background: url(/img/icon_reserve.svg) no-repeat 0 center;
  background-size: 20px auto;
  padding-left: 25px;
}
.Float-area .btn-wrap a.btn-request span {
  background: url(/img/icon_request.svg) no-repeat 0 center;
  background-size: 20px auto;
  padding-left: 25px;
}

/*
-----------------------------------------------------------
 page-top
----------------------------------------------------------- */
.Float-area .page-top {
  position: fixed;
  right: 0;
  bottom: 50px;
}

.Float-area .page-top a {
  text-decoration: none !important;
  text-align: center;
  width: 54px;
  height: 40px;
  display: block;
  font-size: 18px;
  color: #fff;
  background-color:#bb7679;
  background-image: url(/img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 PAGER
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page > span,
.wb-blog-page > a {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  background-size: 7px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.wb-pair .wb-pair-list-table, 
.wb-pair .wb-pair-list-table tbody, 
.wb-pair .wb-pair-list-table tr, 
.wb-pair .wb-pair-list-table th, 
.wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  display: block;
}
.wb-pair .wb-pair-list-table tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.wb-pair .wb-pair-list-table th, 
.wb-pair .wb-pair-list-table td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #FFFFFF;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
/*.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #bd8184;
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #aa0037;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f7f5f3;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #bd8184;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #FFCACA;
}*/

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
/*.Calendar-information {
  color: #c3152b;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #C8D2FF;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #FFCACA;
}*/

