@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
common
-----------------------------------------------------------
----------------------------------------------------------- */
.Wrapper {
  overflow: hidden;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
body.Page-head01 #Page-head01 {
  position: relative;
  background-color: #bd8184;
  opacity: 0.8;
}

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

body.Page-head01 #Page-head01 .breadcrumb {
  position: relative;
  background-color: #FFFFFF;
  padding: 10px 0;
  font-size: 13px;
  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: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-size: 38px;
  padding: 82px 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: 30px;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Header05
-----------------------------------------------------------
----------------------------------------------------------- */
body.Header05 .Header-pattern05 {
  padding-top: 100px;
  /* Header高さと同じ値を設定 */
}

body.Header05 .Header-pattern05 .Header-main-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

body.Header05 .Header-pattern05 .Header-main-wrap .Header-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 15px;
}

body.Header05 .Header-pattern05 .Header-logo img {
  max-height: 60px;
}

/*
-----------------------------------------------------------
 Header-nav
----------------------------------------------------------- */
body.Header05 .Header-pattern05 .Header-nav>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

body.Header05 .Header-pattern05 .Header-nav>ul>li {
  margin-left: 30px;
  position: relative;
}

body.Header05 .Header-pattern05 .Header-nav>ul>li:first-child {
  margin-left: 0;
}

body.Header05 .Header-pattern05 .Header-nav>ul>li>a {
  display: block;
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  color: #444444;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 10px 0;
}

body.Header05 .Header-pattern05 .Header-nav>ul>li>a:hover {
  color: #c3152b;
  opacity: 1;
}

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

body.Header05 .Header-pattern05 .Header-nav>ul>li:hover>.accordion-menu {
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  width: 200px;
}

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

body.Header05 .Header-pattern05 .Header-nav>ul>li:hover>.accordion-menu>ul>li>a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 10px 15px;
  position: relative;
}

body.Header05 .Header-pattern05 .Header-nav>ul>li:hover>.accordion-menu>ul>li>a>span {
  position: relative;
  padding-left: 22px;
}

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

/*
-----------------------------------------------------------
 top-image-block
----------------------------------------------------------- */
body.Header05 .top-image-block {
  background: #FFFFFF;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light footer.Footer {
  padding-top: 120px;
}

body.Footer-light .Footer .Footer-in-wrap {
  background-color: #bd8184;
  background-image: url(/img/footer_bg.svg);
  background-repeat: repeat;
  background-size: 130px auto;
}

body.Footer-light .Footer .footer-content-block {
  padding: 100px 0;
}

/*
-----------------------------------------------------------
 footer-main-content
----------------------------------------------------------- */
body.Footer-light .Footer .footer-main-content .footer-logo {
  text-align: center;
  margin-bottom: 85px;
}

body.Footer-light .Footer .footer-main-content .footer-logo img {
  height: 70px !important;
}

/*
-----------------------------------------------------------
 Footer-nav
----------------------------------------------------------- */
body.Footer-light .Footer-nav {
  width: 950px;
  margin: 0 auto;
}

body.Footer-light .Footer-nav+.Footer-nav {
  margin-top: 70px;
}

body.Footer-light .Footer-nav ul.footer-nav-wrap {
  display: flex;
}

body.Footer-light .Footer-nav ul.footer-nav-wrap li a {
  color: #fff;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* nav-box
----------------------------------------------------------- */
body.Footer-light .Footer-nav ul.footer-nav-wrap .nav-box.total {
  width: 190px;
}

body.Footer-light .Footer-nav ul.footer-nav-wrap .nav-box.furisode-top {
  flex: 1;
}

body.Footer-light .Footer-nav ul.footer-nav-wrap .nav-box .title {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

body.Footer-light .Footer-nav .main-nav-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

body.Footer-light .Footer-nav .main-nav-wrap .main-nav ul li.main a {
  font-size: 16px;
  position: relative;
  padding: 5px 10px 5px 15px;
  display: block;
  line-height: 1.0;
}

body.Footer-light .Footer-nav .main-nav-wrap .main-nav ul li.main>a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
}

body.Footer-light .Footer-nav .main-nav-wrap .sub-nav ul li.sub a {
  font-size: 15px;
  padding: 6px 10px 6px 32px !important;
}

body.Footer-light .Footer-nav ul.footer-nav-wrap .nav-box.kimono-top .main-nav {
  width: 170px;
}

/*
-----------------------------------------------------------
 Copyright
----------------------------------------------------------- */
body.Footer-light .Footer .Copyright {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 40px 0;
  border-top: 1px solid #fff;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Float-area
-----------------------------------------------------------
----------------------------------------------------------- */
.Float-area {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 100;
}

.Float-area ul {
  overflow: hidden;
  margin-top: 0 !important;
}

.Float-area ul li a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-size: 19px;
  letter-spacing: 0.05em;
  display: block;
  width: 66px;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
}

.Float-area ul li a span {
  padding-top: 25px;
}

.Float-area ul li a.btn-reserve {
  height: 160px;
  background: url(/img/icon_reserve.svg) no-repeat center 18px;
  background-size: 28px auto;
  background-color: #aa0037;
}

.Float-area ul li a.btn-request {
  height: 200px;
  background: url(/img/icon_request.svg) no-repeat center 25px;
  background-size: 28px auto;
  background-color: #aa0037;
  margin-top: 5px;
}

/*
-----------------------------------------------------------
 page-top
----------------------------------------------------------- */
.Float-area .page-top {
  margin-top: 10px;
}

.Float-area .page-top a {
  text-decoration: none !important;
  text-align: center;
  display: block;
  width: 66px;
  height: 45px;
  line-height: 43px;
  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: 18px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-blog-slider06 [TYPE06]
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-blog-slider06 {
  visibility: hidden;
}

#LO-blog-slider06 .bx-wrapper {
  position: relative;
  z-index: 1;
}

#LO-blog-slider06 li {
  text-align: center;
}

/*
---------------------------------------------------------
 bxSliderPreset
--------------------------------------------------------- */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
#LO-blog-slider06 .bx-wrapper {
  position: relative;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

#LO-blog-slider06 .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
/* LOADER */
#LO-blog-slider06 .bx-wrapper .bx-loading {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.8) url("//cdn.jsdelivr.net/bxslider/4.2.12/images/bx_loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/*
---------------------------------------------------------
 bx-pager
--------------------------------------------------------- */
#LO-blog-slider06 .bx-wrapper .bx-pager {
  text-align: center;
  bottom: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 0;
}

#LO-blog-slider06 .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0px 7px;
  vertical-align: top;
}

#LO-blog-slider06 .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  text-indent: -9999px;
  outline: none;
  background: rgba(100, 100, 100, 0.6);
  border: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

#LO-blog-slider06 .bx-wrapper .bx-pager .bx-pager-item .active {
  background: #aa0037;
}

/*
---------------------------------------------------------
 bx-controls-direction
--------------------------------------------------------- */
#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-prev,
#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-next {
  background-color: #aa0037;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  display: block;
  width: 26px;
  height: 40px;
  border-radius: 2px;
  text-indent: -9999px;
  outline: none;
  z-index: 100;
}

#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-prev {
  left: 10px;
}

#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-next {
  right: 10px;
}

#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-prev:after,
#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-prev:after {
  border-width: 7px 5px 7px 0;
  border-color: transparent #FFF transparent transparent;
  right: 1px;
}

#LO-blog-slider06 .bx-wrapper .bx-controls-direction .bx-next:after {
  border-width: 7px 0 7px 5px;
  border-color: transparent transparent transparent #FFF;
  left: 1px;
}

#LO-blog-slider06 .bx-wrapper .bx-controls-direction {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #444444;
  background-color: #FFFFFF;
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  min-width: 960px;
  overflow: auto;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

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

a:hover, a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

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

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 70px);
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}

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

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.Content-block.MOD-bg:last-child {
  padding-bottom: 0;
}


.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 40px;
}

.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #bd8184;
  border-top: 1px solid #bd8184;
}

.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #bd8184;
  border-bottom: 1px solid #bd8184;
  padding: 9px 20px;
}

.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #bd8184;
  background: #f7f5f3;
  font-size: 14px;
  font-weight: bold;
}

.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 28px;
  margin-bottom: 28px;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 24px;
  margin-bottom: 12px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  border-bottom: 1px solid #bd8184;
  border-left: 3px solid #aa0037;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 6px 8px 9px;
  margin-bottom: 12px;
}

.Title-article a {
  /* @mixin:PC-title-article */
  color: #bd8184;
  text-decoration: none;
}

.Title-article.MOD-small {
  /* @mixin:PC-title-article-small */
}

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

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #a91444;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
  font-size: 14px;
  padding: 9px 18px 12px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-cv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-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: block;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding: 23px 30px 15px 15px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
  position: relative;
  transition: all 0.3s;
}

.Btn-main::before {
  content: "";
  width: 300px;
  padding: 29px 0;
  border: 1px solid #ead3c1;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.3s;
}

.Btn-main:hover {
  padding: 20px 30px 18px 15px;
  opacity: 1;
}

.Btn-main:hover::before {
  top: 0px;
  left: 0px;
}

.Btn-main span::after {
  content: "";
  width: 10px;
  height: 13px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  transition: all 0.3s;
}

.Btn-main:hover>span::after {
  top: 0;
  border-color: transparent transparent transparent #fff;
}

.Btn-main-return {
  /* @mixin:PC-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: block;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding: 23px 30px 15px 15px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
  position: relative;
  transition: all 0.3s;
}

.Btn-main-return::before {
  content: "";
  width: 300px;
  padding: 29px 0;
  border: 1px solid #ead3c1;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.3s;
}

.Btn-main-return:hover {
  padding: 20px 30px 18px 15px;
  opacity: 1;
}

.Btn-main-return:hover::before {
  top: 0px;
  left: 0px;
}

.Btn-main-return span::after {
  content: "";
  width: 10px;
  height: 13px;
  border-style: solid;
  border-width: 6.5px 10px 6.5px 0;
  border-color: transparent #aa0037 transparent transparent;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 52px;
  margin: auto 0;
  transition: all 0.3s;
}

.Btn-main-return:hover>span::after {
  top: 0;
  border-color: transparent #fff transparent transparent;
}






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

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #aa0037;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 2px;
  font-size: 17px;
  padding: 4px 12px;
  line-height: 1.3;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #aa0037;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  display: block;
  border: 1px solid;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 6px 12px 6px 23px;
  font-size: 15px;
  border-radius: 2px;
  background: none;
}

.Btn-anchor:before {
  /* @mixin:PC-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: 13px;
  left: 9px;
}

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

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}

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

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  padding-top: 25px;
}

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

.Edit .wb-edit:empty {
  padding: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content .Content-main {
  padding-top: 60px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  float: left;
  width: calc(100% - 270px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  float: right;
  width: 240px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #bd8184;
  border-top: 1px solid #bd8184;
  width: 100%;
  table-layout: fixed;
}

.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #bd8184;
  border-bottom: 1px solid #bd8184;
  padding: 9px 20px;
}

.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #bd8184;
  background: #f7f5f3;
  font-size: 14px;
  font-weight: bold;
}

.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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;
}