@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1{
	color: #FFF;
	text-align: left;
	font-size: 9px;
}

h2{
	color: #c9a063;
	font-size: 14px;
}

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

html {
  height: 100%;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

html *:before, html *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Songti SC', 'Kaiti SC', 'SimSun', serif;
}

a {
  color: #165e83;
  text-decoration: none;
}

a:active, a:hover {
  color: #154872;
}

a:visited {
  color: #154872;
}


.main-content {
	position: relative;
}
.main-content .language {
    position: absolute;
	right: 1.3vw;
	top: 34px;
	z-index: 100;
    color: #ffffff;
}
.main-content .language a {
    color: #ffffff;
}
.main-content ul.language {
    display: flex;
}
.main-content .language li {
    font-weight: bold;
	margin-right: 30px;
	font-size: 18px;
}

@media (min-width: 769px) {
  .content-main {
    padding-left: 300px;
  }
  .container {
    max-width: 1080px;
    margin: 0 auto;
  }
  .loading-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: #4a2c2c;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
  }
  .loading-content img.loading-logo {
    height: auto;
    width: 200px;
    margin: 0 auto;
  }
  .loading-content img.loading-icon {
    width: 64px;
    height: 64px;
    margin: 32px auto 0;
    display: block;
  }
  .main-header {
    width: 300px;
    background: #4a2c2c;
    padding: 3vh 32px 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .main-header .logo {
    margin-bottom: 16px;
    text-align: center;
    height: 80px;
  }
  .main-header .logo img {
    height: auto;
    width: 100%;
  }
  .main-header .main-nav-list {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0;
    margin: 0;
  }
  .main-header .main-nav-item {
    text-align: left;
    width: 100%;
  }
  .main-header .main-nav-item a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: 0.8;
    -o-transition: 0.8;
    transition: 0.8;
  }
  .main-header .main-nav-item a:hover {
    opacity: 0.8;
  }
  .main-header .main-nav-item a .nav-decoraiton {
    font-size: 10px;
    display: block;
    padding-top: 4px;
    line-height: 1;
    color: #cfbdc1;
  }
  .main-header .nav-cv-item a {
    padding: 10px 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    width: 200px;
  }
  .main-header .nav-cv-item a:hover {
    background: #cfbdc1;
    border-color: #cfbdc1;
  }
  .main-header .nav-official-reserve {
    position: absolute;
    right: 16px;
    bottom: -32px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .main-header .nav-official-reserve a {
    border: 1px solid #333;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 10px 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    width: auto;
  }
  .main-header .nav-official-reserve a:hover {
    background: #333;
    color: #fff;
    border-color: #fff;
  }
  .main-header .nav-tel-item {
    color: #fff;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    margin: 24px 0 8px;
  }
  .main-header .nav-tel-item .reservation-caution {
    font-size: 10px;
    line-height: 1;
  }
  .main-header .nav-tel-item .phone-number {
    font-size: 24px;
    line-height: 1;
  }
  .main-header .sp-menu-toggle {
    display: none;
  }
  .main-header .header-caution {
    margin-top: 16px;
    font-size: 13px;
    color: #fff;
    line-height: 1.8;
  }
  .main-header .header-honten a::before{content:"";display:block;width:6px;height:6px;position:absolute;left:0;top:50%;margin-top:-3px;border-right:2px solid #734a53;border-bottom:2px solid #734a53;transform:rotate(-45deg);}
  .main-header .header-honten a{
    position:relative;
    font-size:14px;
    display:inline-block;
    color:#fff;
    border-bottom:1px solid #734a53;
    padding:3px 0 3px 15px;
    margin-bottom:15px;
  }
  .main-header .header-honten a:hover{border-color:transparent;}
  .c-select-language {
    position: absolute;
    left: 16px;
    top: calc(100vh - 64px);
    color: #fff;
    font-size: 14px;
  }
	
	
	/* 20220831追加 */
.main-header .header-smallbnr a{
    position:relative;
    display:inline-block;
    color:#fff;
    padding:3px 0 3px 10px;
    margin-bottom:15px;
  }
  .main-header .header-smallbnr a:hover{border-color:transparent;}
  .c-select-language {
    position: absolute;
    left: 12px;
    top: calc(100vh - 64px);
    color: #fff;
    font-size: 14px;
  }	
	/* 20220831追加 */
	
	
	
  .c-select-language .drop-list {
    height: 32px;
    width: 104px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .c-select-language .drop-list:after {
    content: "";
    border: 4px solid transparent;
    border-top-color: #fff;
    position: absolute;
    right: 12px;
    top: 50%;
  }
  .c-select-language .drop-list .drop-list-item {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
  }
  .c-select-language .drop-list .drop-list-item a {
    color: #fff;
    display: block;
  }
  .l-footer-access-map {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
  }
  .l-footer-access-map iframe, .l-footer-access-map object, .l-footer-access-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #4a2c2c;
    color: #fff;
    margin: 0;
    padding: 40px 0;
  }
  .footer .c-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-company-info {
    margin-right: 16px;
  }
  .footer .footer-company-info .company-name {
    margin: 0;
  }
  .footer .footer-company-info .company-name img {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 0 16px;
  }
  .footer .footer-sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-sub-nav .footer-nav-list {
    margin-right: 32px;
  }
  .footer .footer-sub-nav .footer-nav-item {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .footer .footer-sub-nav .footer-nav-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 1.25rem;
  }
  .footer .footer-sub-nav .footer-nav-item a:before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 4px;
  }
  .footer .footer-sub-nav .footer-nav-item a:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: calc(0.4rem - 2px);
    top: calc(0.4rem + 2px);
  }
  .footer .footer-cv-area {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-cv-area .footer-reservation {
    width: 160px;
    margin-right: 12px;
    margin-bottom: 16px;
  }
  .footer .footer-cv-area .footer-reservation a {
    line-height: 1;
    display: block;
    width: 100%;
    padding: 14px 24px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #a63f37;
    border-radius: 4px;
  }
  .footer .footer-cv-area .footer-contact {
    width: 160px;
    margin-bottom: 12px;
  }
  .footer .footer-cv-area .footer-contact a {
    line-height: 1;
    display: block;
    width: 100%;
    padding: 14px 24px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  .footer .footer-cv-area .footer-telephone {
    font-size: 32px;
    margin: 0 16px;
  }
  .footer .footer-cv-area .footer-telephone i {
    margin-right: 8px;
    opacity: 0.5;
  }
  .footer .footer-cv-area .footer-company-adress {
    line-height: 1.8;
    font-size: 13px;
  }
  .footer .footer-cv-area .footer-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-cv-area .footer-social-list .social-item {
    margin-right: 8px;
  }
  .footer .footer-cv-area .footer-social-list .social-item a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 4px 0;
  }
  .footer .footer-cv-area .footer-social-list .social-item i {
    color: #fff;
    font-size: 16px;
  }
  .footer .footer-copyright {
    text-align: center;
    font-size: 10px;
    margin: 0;
    padding-top: 32px;
    opacity: 0.8;
  }
  .l-breadcrumb {
    padding: 12px 0;
    background: #2e2b36;
    border-bottom: 1px solid #302d39;
    margin: 0;
  }
  .l-breadcrumb #pagetop{text-align:right;padding:0 20px;}
  .l-breadcrumb #pagetop a{
    color:#ddd;
    font-size:14px;
    display:inline-block;
    position:relative;
    padding-right:15px;
  }
  .l-breadcrumb #pagetop a::after{content:"";display:block;width:8px;height:8px;border-top:2px solid #ddd;border-right:2px solid #ddd;position:absolute;top:50%;right:0;transform:rotate(-45deg);}
  .l-breadcrumb #breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    color: #ddd;
  }
  .l-breadcrumb #breadcrumbs li:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    margin: 0 8px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-breadcrumb #breadcrumbs li:last-child:after {
    display: none;
  }
  .l-breadcrumb #breadcrumbs li a {
    text-decoration: none;
    color: #ddd;
  }
  .c-centered-header {
    width: 100%;
    padding: 32px 0;
    text-align: center;
  }
  .c-centered-header .centered-title {
    font-size: 32px;
    color: #544842;
  }
  .c-centered-header .centered-title-decoration {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    color: #cfbdc1;
  }
  .centered-description {
    text-align: center;
  }
  .centered-description .centered-description-title {
    font-size: 28px;
    padding: 56px 0;
    position: relative;
    display: inline-block;
  }
  .centered-description .centered-description-title span {
    display: inline;
  }
  .centered-description .centered-description-title:before, .centered-description .centered-description-title:after {
    content: "";
    width: 120px;
    height: 1px;
    background: rgba(84, 72, 66, 0.2);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .centered-description .centered-description-title:before {
    left: -160px;
  }
  .centered-description .centered-description-title:after {
    right: -160px;
  }
  .centered-description p {
    max-width: 760px;
    font-size: 16px;
    line-height: 2.4;
    margin: 0 auto 1rem;
    color: #544842;
  }
  .c-page-header {
    background-color: #4b2e34;
    height: 632px;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .c-page-header .page-header-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    opacity: 0.6;
  }
  .c-page-header .page-header-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .c-page-header .page-title {
    font-size: 36px;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  .c-page-header .page-title .page-title-decoration {
    font-family: serif;
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #d3c9af;
    text-align: center;
    letter-spacing: 2px;
    text-transform: lowercase;
  }
  .c-page-header-small {
    background-color: #4b2e34;
    min-height: 480px;
    padding-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page-header-small .page-header-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    opacity: 0.6;
  }
  .c-page-header-small .page-header-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .c-page-header-small .page-title {
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 0 24px rgba(0, 0, 0, 0.3);
  }
  .c-page-header-small .page-title .page-title-decoration {
    font-family: serif;
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #d3c9af;
    text-align: center;
    letter-spacing: 2px;
    text-transform: lowercase;
  }
  .list-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-select-item {
    width: calc(50% - 4px);
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-bottom: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .list-select-item:hover {
    border-color: #cfbdc1;
  }
  .list-select-item:hover a {
    color: #cfbdc1;
  }
  .list-select-item:hover a:after {
    border-color: #cfbdc1;
  }
  .list-select-item a {
    display: block;
    padding: 16px 24px;
    font-size: 18px;
    color: #777;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .list-select-item a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .pagenation {
    padding: 40px 0;
    width: 100%;
  }
  .pagenation ol {
    border-top: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagenation ol li {
    font-size: 16px;
    margin: -1px 4px 0;
  }
  .pagenation ol li a {
    display: inline-block;
    padding: 12px;
    color: #544842;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .pagenation ol li a:hover {
    color: #cfbdc1;
  }
  .pagenation ol li.active {
    padding: 12px;
    border-top: 2px solid #cfbdc1;
    padding-top: 11px;
  }
  .pagenation ol li.next a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid #cfbdc1;
    border-right: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 4px;
  }
  .pagenation ol li.prev a:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid #cfbdc1;
    border-left: 1px solid #cfbdc1;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 4px;
  }
  .l-select-card {
    padding: 64px 0;
    max-width: 1080px;
    margin: 0 auto;
  }
  .l-select-card .select-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-select-card .select-card-item {
    background: #4b2e34;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
    height: 280px;
  }
  .l-select-card .select-card-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-select-card .select-card-item a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .l-select-card .select-card-item a:hover .select-card-over {
    background: rgba(0, 0, 0, 0.1);
  }
  .l-select-card .select-card-item a:hover .view-more {
    background: rgba(0, 0, 0, 0.5);
  }
  .l-select-card .select-card-item img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-select-card .column1 {
    width: 100%;
  }
  .l-select-card .column2 {
    width: calc(50% - 2px);
  }
  .l-select-card .column3 {
    width: calc(33.333333333333333% - 2px);
  }
  .l-select-card .select-card-over {
    position: absolute;
    left: 2px;
    bottom: 0;
    margin: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 32px 24px;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-select-card .select-card-title {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .l-select-card .select-card-title .select-card-title-en {
    font-size: 12px;
    display: block;
    padding-top: 8px;
    font-family: serif;
    letter-spacing: 1px;
  }
  .l-select-card .view-more {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
  .alternate-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 56px;
  }
  .alternate-list-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .alternate-list-item:nth-child(odd) .alternate-list-item-text {
    padding: 24px 160px 24px 72px;
  }
  .alternate-list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .alternate-list-item:nth-child(even) .alternate-list-item-text {
    padding: 24px 72px 24px 160px;
  }
  .alternate-list-item .alternate-list-item-img {
    width: 40%;
    background: #eee;
  }
  .alternate-list-item .alternate-list-item-img img {
    width: 100%;
    height: auto;
  }
  .alternate-list-item .alternate-list-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .alternate-list-item .alternate-list-item-title {
    font-size: 28px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
  }
  .alternate-list-item .alternate-list-item-title:after {
    content: "";
    width: 4rem;
    height: 2px;
    background: #cfbdc1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .alternate-list-item .alternate-list-item-detail {
    font-size: 14px;
    line-height: 2.4;
    color: #544842;
  }
  .basic-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    margin-bottom: 64px;
  }
  .basic-card-item .basic-card-img {
    background: #eee;
    width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .basic-card-item .basic-card-img img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .basic-card-item .basic-card-text {
    padding: 32px 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .basic-card-item .basic-card-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
  }
  .basic-card-item .basic-card-text-detail {
    font-size: 14px;
    line-height: 1.8;
    color: #544842;
  }
  .basic-card-item .basic-card-meta {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columned-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columned-list .columned-list-item {
    width: calc(33.3333333% - 24px);
    margin: 0 12px 40px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 240px;
    background: #4b2e34;
  }
  .columned-list .columned-list-item .columned-list-img {
    width: 100%;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .columned-list .columned-list-item .columned-list-text {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .columned-list .columned-list-item .columned-list-title {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  }
  .columned-list .columned-list-item .columned-list-title a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 48px 20px 16px;
    width: 100%;
  }
  .columned-list .columned-list-item:hover .columned-list-img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.75;
  }
  @-webkit-keyframes scroll {
    0% {
      bottom: 72px;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 48px;
      opacity: 0;
    }
  }
  @keyframes scroll {
    0% {
      bottom: 72px;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 48px;
      opacity: 0;
    }
  }
  .l-hero-area {
    width: 100%;
    height: 100vh;
  }
  .l-hero-area:before {
    content: "scroll";
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    position: absolute;
    left: 0;
    bottom: 96px;
    width: 100%;
    z-index: 100;
  }
  .l-hero-area:after {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -8px;
    opacity: 0.75;
    -webkit-animation: scroll 2s ease-in-out infinite;
            animation: scroll 2s ease-in-out infinite;
  }
  .l-hero-area .slick-arrow {
    display: none;
  }
  .hero-item {
    height: 100vh;
    text-align: center;
    position: relative;
    background: #4b2e34;
  }
  .hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.8;
  }
  .hero-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-logo img {
    width: auto;
    height: 200px;
    display: block;
    margin-top: -176px;
  }
  .hero-content {
    position: absolute;
/*
    left: 50%;
    top: calc(50% + 40px);
    width: 80%;
    margin: 16px auto 0 -40%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(36, 34, 43, 0)), color-stop(30%, rgba(36, 34, 43, 0.6)), color-stop(70%, rgba(36, 34, 43, 0.6)), to(rgba(36, 34, 43, 0)));
    background: -o-linear-gradient(left, rgba(36, 34, 43, 0) 0%, rgba(36, 34, 43, 0.6) 30%, rgba(36, 34, 43, 0.6) 70%, rgba(36, 34, 43, 0));
    background: linear-gradient(to right, rgba(36, 34, 43, 0) 0%, rgba(36, 34, 43, 0.6) 30%, rgba(36, 34, 43, 0.6) 70%, rgba(36, 34, 43, 0));
*/
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: auto;
    left: auto;
    right: 7%;
    top: 0;
    background: none;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    text-shadow:0 0 10px rgba(0,0,0,0.1);
    padding: 10% 40px;
    background:rgba(75,46,52,0.4);
    background:linear-gradient(0deg, rgba(75,46,52,0) 0%, rgba(75,46,52,0.8) 35%);
  }
  .hero-content .hero-title {
    font-size: 42px;
    margin-bottom: 8px;
    letter-spacing: 3px;
    color: #fff;
    white-space:nowrap;
  }
  .hero-content .hero-description {
    color: #fff;
    line-height: 1.6;
    font-size: 20px;
    white-space:nowrap;
  }
  .l-news-area {
    background: url(../img/bg.jpg);
    padding: 32px 0;
  }
  .l-news-area .c-news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-news-area .c-news-title {
    padding: 12px 56px 12px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .l-news-area .c-news-title .news-title {
    font-size: 24px;
    color: #544842;
  }
  .l-news-area .c-news-title .news-title-decoration {
    display: block;
    color: #cfbdc1;
    padding: 4px 4px 0;
  }
  .l-news-area .c-news-items {
    padding-left: 48px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-news-area .news-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 24px;
  }
  .l-news-area .news-item {
    padding: 8px 0;
  }
  .l-news-area .news-item .news-date {
    display: inline-block;
    min-width: 120px;
    margin-right: 16px;
  }
  .l-news-area .news-item a {
    text-decoration: none;
    color: #544842;
    font-size: 14px;
  }
  .l-news-area .c-more-news {
    width: 120px;
    text-align: right;
    font-size: 14px;
  }
  .l-news-area .c-more-news .more-news-link {
    padding: 8px 0;
    display: inline-block;
  }
  .l-news-area .c-more-news .more-news-link:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: #165e83 solid 1px;
    border-right: #165e83 solid 1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 4px;
    display: inline-block;
  }
  .l-monthly-menu-area {
    padding: 80px 0 96px;
  }
  .l-monthly-menu-area .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-monthly-menu-area .monthly-menu-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 56px 80px;
  }
  .l-monthly-menu-area .monthly-menu-text-block {
    padding: 24px 48px 40px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-monthly-menu-area .monthly-menu-text-block .monthly-menu-detail-title {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
  }
  .l-monthly-menu-area .monthly-menu-text-block .monthly-menu-detail-title:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 120px;
    height: 1px;
    background: #cfbdc1;
  }
  .l-monthly-menu-area .monthly-menu-text-block .monthly-menu-detail-text {
    font-size: 15px;
    line-height: 2.4;
    padding-right: 24px;
    color: #544842;
  }
  .l-monthly-menu-area .monthly-menu-text-block .to-cuisine-btn {
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 16px 40px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-monthly-menu-area .monthly-menu-text-block .to-cuisine-btn:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: -40px;
    top: calc(50% - 1px);
    background: #cfbdc1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .l-monthly-menu-area .monthly-menu-text-block .to-cuisine-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
  }
  .l-monthly-menu-area .monthly-menu-text-block .to-cuisine-btn:hover:after {
    opacity: 1;
    left: -24px;
  }
  .l-monthly-menu-area .monthly-menu-image {
    width: 40%;
    background: #eee;
  }
  .l-monthly-menu-area .monthly-menu-image img {
    width: 100%;
    height: auto;
  }
  .l-recommend-plan {
    padding: 64px 0;
    background: url(../img/bg.jpg);
  }
  .recommend-plan-content {
    padding: 32px 0 16px;
  }
  .recommend-plan-content .read-more {
    display: inline-block;
    position: absolute;
    right: 24px;
    bottom: 0;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 12px 40px;
  }
  .l-grand-open {
    background: #4b2e34;
    color: #fff;
    padding: 120px 0;
    text-align: center;
    position: relative;
  }
  .l-grand-open:before {
    content: "";
    background-image: url("../img/about-bg.jpg");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center top;
    opacity: 0.4;
  }
  .l-grand-open .grand-open-header {
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    font-family: serif;
  }
  .l-grand-open .grand-open-header:before, .l-grand-open .grand-open-header:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-grand-open .grand-open-header:before {
    left: -144px;
  }
  .l-grand-open .grand-open-header:after {
    right: -144px;
  }
  .l-grand-open .grand-open-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .l-grand-open .c-to-room {
    text-align: center;
  }
	
	/*　年末などテキストを目立たせる時に使う */
	 .l-grand-open .grand-open-text_att {
    font-size: 15px;
    line-height: 1.8;
	font-weight: bold;
    margin-bottom: 30px;
  }

	/*　年末などテキストを目立たせる時に使う */
	
	
	
  .l-grand-open .c-to-room .to-room-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 16px 48px;
    border: 1px solid #fff;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-grand-open .c-to-room .to-room-btn:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: -40px;
    top: calc(50% - 1px);
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .l-grand-open .c-to-room .to-room-btn:hover {
    background: rgba(0, 0, 0, 0.75);
  }
  .l-grand-open .c-to-room .to-room-btn:hover:after {
    opacity: 1;
    left: -24px;
  }
  .l-staff-plan {
    padding: 64px 0;
  }
  .l-golf-plan-area {
    background: url(../img/bg.jpg);
    padding: 80px 0 96px;
  }
  .l-golf-plan-area p {
    font-size: 15px;
    line-height: 2.4;
    color: #544842;
  }
  .l-golf-plan-area .c-golf-plan-main-text {
    text-align: center;
    padding: 40px 80px;
  }
  .l-golf-plan-area .map {
    margin-bottom: 56px;
    text-align: center;
  }
  .l-golf-plan-area .c-golf-plan-footer-text {
    text-align: center;
    padding-top: 56px;
    position: relative;
  }
  .l-golf-plan-area .c-golf-plan-footer-text:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-golf-plan-area .c-view-more-plan {
    padding-top: 24px;
  }
  .l-golf-plan-area .c-view-more-plan .to-more-btn {
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 16px 40px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-golf-plan-area .c-view-more-plan .to-more-btn:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: -40px;
    top: calc(50% - 1px);
    background: #cfbdc1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .l-golf-plan-area .c-view-more-plan .to-more-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
  }
  .l-golf-plan-area .c-view-more-plan .to-more-btn:hover:after {
    opacity: 1;
    left: -24px;
  }
  .l-cuisine-introduce {
    padding: 72px 0;
  }
  .l-cuisine-detail {
    padding: 40px 0 120px;
  }
  .l-cuisine-detail .c-cuisine-main {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .l-cuisine-detail .c-cuisine-main:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-img {
    width: 100%;
    min-height: 400px;
    background: #eee;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-title {
    font-size: 28px;
    padding: 40px 0;
    text-align: center;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-text {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    color: #544842;
    font-size: 16px;
    text-align: center;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-text .cuisine-main-text-caution {
    padding: 12px 0 24px;
    font-size: 11px;
    color: #888;
  }
  .l-cuisine-detail .c-cuisine-sub {
    margin: 0 auto;
  }
  .l-cuisine-detail .image-main {
    margin: 40px auto 0;
  }
  .l-cuisine-detail .image-main img {
    max-width: 100%;
  }
  .l-cuisine-detail .menu-table {
    border-collapse: collapse;
    margin: 24px 0;
    line-height: 1.8;
    width: 100%;
  }
  .l-cuisine-detail .menu-table td, .l-cuisine-detail .menu-table th {
    border: 1px solid #cfbdc1;
  }
  .l-cuisine-detail .menu-table th {
    padding: 16px 16px;
    text-align: left;
  }
  .l-cuisine-detail .menu-table td {
    padding: 16px 16px;
  }
  .l-cuisine-detail .menu-table .name-th {
    width: 27%;
    background: #734a53;
    color: #fff;
  }
  .l-cuisine-detail .menu-table .price-th {
    width: 13%;
    background: #734a53;
    color: #fff;
  }
  .l-cuisine-detail .menu-table .info-th {
    width: 60%;
    background: #734a53;
    color: #fff;
  }
  .l-cuisine-detail .menu-table .price {
    width: 100%;
    display: block;
    text-align: right;
  }
  .l-cuisine-detail .menu-table .price:after {
    content: "円";
    margin-left: 4px;
  }
  .l-cuisine-detail .menu-table .only {
    padding: 2px 8px;
    display: inline-block;
    margin-right: 6px;
    background: #eee;
  }
  .l-room-select {
    padding: 64px 0;
  }
  .l-room-detail {
    padding: 0 0 96px;
    background: url(../img/bg.jpg);
  }
  .l-room-detail .room-detail-header {
    background: #eee;
    min-height: 640px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
  }
  .l-room-detail .room-detail-content {
    padding: 0 120px 80px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin-top: -120px;
    position: relative;
  }
  .l-room-detail .room-detail-title {
    text-align: center;
    padding: 72px;
    font-size: 28px;
  }
  .l-room-detail .room-detail-title .room-detail-title-en {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    color: #cfbdc1;
    margin-top: 8px;
    display: block;
  }
  .l-room-detail .room-detail-slider {
    width: 100%;
    margin: 0 auto 16px;
  }
  .l-room-detail .room-detail-slider div {
    height: 440px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .l-room-detail .room-detail-slider div img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-room-detail .room-slider-nav {
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .l-room-detail .room-slider-nav div {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .l-room-detail .room-slider-nav div img {
    width: 100%;
    height: auto;
  }
  .l-room-detail .room-slider-nav .slick-slide {
    padding: 0 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .l-room-detail .room-slider-nav .slick-slide:hover {
    opacity: 0.5;
  }
  .l-room-detail .room-slider-nav .slick-slide.slick-current {
    opacity: 0.5;
  }
  .l-room-detail .room-detail-text-middle {
    padding: 128px 0 0px;
    position: relative;
    max-width: 680px;
    margin: 0 auto;
  }
  .l-room-detail .room-detail-text-middle:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 64px;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-room-detail .room-detail-text-middle p {
    font-size: 15px;
    line-height: 2.4;
    color: #544842;
  }
  .l-room-detail .c-room-detail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 64px 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 64px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section {
    margin-bottom: 64px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section h4 {
    font-size: 24px;
    margin-bottom: 2rem;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section h4 span {
    font-size: 16px;
    margin-left: 8px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section p {
    margin-bottom: 2rem;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section dl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #544842;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section dl dt {
    width: 120px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section dl dd {
    padding-left: 8px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -4px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section ul li {
    width: calc(50% - 8px);
    padding: 8px 4px 8px 20px;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #544842;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #cfbdc1;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: calc(0.5rem + 6px);
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section .reservation-btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 32px;
    width: 100%;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 24px 32px;
    text-align: center;
    background: #a63f37;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section .reservation-btn:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #80302a;
  }
  .l-room-detail .c-room-detail-text .room-detail-sketch {
    width: 45%;
  }
  .l-room-detail .c-room-detail-text .room-detail-sketch img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .l-room-detail .c-room-detail-text .room-detail-sketch .room-area-square {
    padding-top: 16px;
    text-align: right;
    color: #544842;
  }
  .l-room-detail .c-return-to-select {
    padding: 32px 8px 0 0;
    text-align: right;
  }
  .l-room-detail .return-to-room-select {
    text-decoration: none;
    font-size: 16px;
  }
  .l-room-detail .return-to-room-select i {
    margin-left: 4px;
  }
  .l-room-amenity {
    padding: 80px 0;
  }
  .l-room-amenity .c-room-amenity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 120px;
  }
  .l-room-amenity .c-room-amenity-title {
    padding: 16px 56px 16px 0;
  }
  .l-room-amenity .c-room-amenity-title .room-amenity-title {
    font-size: 24px;
    color: #544842;
  }
  .l-room-amenity .c-room-amenity-title .room-amenity-title-decoration {
    display: block;
    color: #cfbdc1;
    padding: 8px 4px 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .l-room-amenity .c-room-amenity-detail {
    padding: 12px 0 12px 56px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-room-amenity .room-amenity-info {
    border-bottom: 1px solid #ddd;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item dt {
    padding: 17px 24px 16px 4px;
    min-width: 120px;
    border-top: 1px solid #666;
    margin-top: -1px;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item dd {
    padding: 16px 4px 16px 24px;
    color: #544842;
    line-height: 1.8;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item .amenity-info-caution {
    padding: 12px 0 8px;
    font-size: 11px;
    color: #999;
  }
  .l-bath-introduce {
    padding: 120px 0;
  }
  .bath-introduce-select-section {
    background: url(../img/bg.jpg);
    padding: 72px 0;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2), 0 -1px 8px rgba(0, 0, 0, 0.01) inset;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2), 0 -1px 8px rgba(0, 0, 0, 0.01) inset;
  }
  .bath-introduce-select-section .bath-introduce-select-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bath-introduce-select-section .bath-introduce-select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bath-introduce-select-section .bath-introduce-select-item:hover .bath-select-image-wrapper {
    opacity: 0.5;
  }
  .bath-introduce-select-section .bath-select-image-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 24px;
    background: #ccc;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .bath-introduce-select-section .bath-select-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .bath-introduce-select-section .bath-introduce-select-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bath-introduce-select-section .bath-introduce-select-text a {
    display: inline-block;
    position: relative;
    color: #544842;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .bath-introduce-select-section .bath-introduce-select-text a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #cfbdc1;
    border-right: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-top;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .bath-introduce-select-section .bath-introduce-select-text a:hover {
    opacity: 0.8px;
  }
  .l-bath-detail {
    padding: 0 0 96px;
    background: url(../img/bg.jpg);
  }
  .l-bath-detail .bath-detail-header {
    background: #eee;
    min-height: 640px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
  }
  .l-bath-detail .bath-detail-content {
    padding: 0 120px 80px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-top: -120px;
    position: relative;
  }
  .l-bath-detail .bath-detail-title {
    text-align: center;
    padding: 72px;
    font-size: 28px;
  }
  .l-bath-detail .bath-detail-title .bath-detail-title-en {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    color: #cfbdc1;
    margin-top: 8px;
    display: block;
  }
  .l-bath-detail .bath-detail-slider {
    width: 100%;
    margin: 0 auto 16px;
  }
  .l-bath-detail .bath-detail-slider div {
    margin: 0 auto;
    text-align: center;
    height: 440px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .l-bath-detail .bath-detail-slider div img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-bath-detail .bath-detail-slider .slick-dots {
    text-align: center;
    margin-top: -32px;
  }
  .l-bath-detail .bath-detail-slider .slick-dots .slick-active {
    background: #fff;
  }
  .l-bath-detail .bath-detail-slider .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 12px;
  }
  .l-bath-detail .bath-detail-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    color: transparent;
    background: transparent;
    border: none;
    outline: none;
  }
  .l-bath-detail .c-bath-detail-text {
    padding: 72px 0 0;
    line-height: 2.4;
    color: #544842;
    font-size: 15px;
    max-width: 640px;
    margin: 0 auto;
  }
  .l-bath-detail .c-bath-detail-text .c-to-room-detail {
    padding: 32px 0;
    text-align: center;
  }
  .l-bath-detail .room-detail-btn {
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 16px 40px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-bath-detail .room-detail-btn:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: -40px;
    top: calc(50% - 1px);
    background: #cfbdc1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .l-bath-detail .room-detail-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
  }
  .l-bath-detail .room-detail-btn:hover:after {
    opacity: 1;
    left: -24px;
  }
  .l-bath-detail .c-return-to-select {
    text-align: right;
    padding: 32px 8px 0;
  }
  .l-bath-detail .return-to-select {
    text-decoration: none;
    font-size: 16px;
  }
  .l-bath-detail .return-to-select i {
    margin-left: 4px;
  }
  .l-reserved-bath {
    background: url(../img/bg.jpg);
    padding-bottom: 96px;
  }
  .reserved-bath-header {
    background: #eee;
    min-height: 640px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
  }
  .reserved-bath-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin-top: -120px;
    padding: 80px;
  }
  .reserved-bath-content .c-reserved-bath-text {
    width: 55%;
    margin-right: 48px;
  }
  .reserved-bath-content .reserved-bath-title {
    font-size: 24px;
    margin: 24px 0 40px;
  }
  .reserved-bath-content .reserved-bath-title span {
    font-size: 12px;
    display: block;
    margin-top: 8px;
    color: #cfbdc1;
    letter-spacing: 2px;
  }
  .reserved-bath-content .reserved-bath-detail {
    font-size: 15px;
    line-height: 2.4;
    color: #544842;
  }
  .reserved-bath-content .reserved-bath-caution {
    margin-top: 8px;
    color: #777;
    font-size: 12px;
  }
  .reserved-bath-content .reserved-bath-effect {
    margin: 2rem 0 1.5rem;
    padding: 24px;
    background: #f5f5f5;
    border-radius: 2px;
  }
  .reserved-bath-content .reserved-bath-effect dt {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .reserved-bath-content .reserved-bath-effect dd {
    font-size: 14px;
    line-height: 1.5;
    color: #544842;
  }
  .reserved-bath-content .reserved-bath-fee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 12px 8px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
  }
  .reserved-bath-content .reserved-bath-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .reserved-bath-content .reserved-bath-img img {
    width: 100%;
    height: auto;
  }
  .l-spring-quarity {
    background: #fff;
    padding: 80px 0;
  }
  .l-spring-quarity .c-spring-quarity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 120px;
  }
  .l-spring-quarity .c-spring-quarity-title {
    padding: 16px 56px 16px 0;
  }
  .l-spring-quarity .c-spring-quarity-title .spring-quarity-title {
    font-size: 24px;
    color: #544842;
  }
  .l-spring-quarity .c-spring-quarity-title .spring-quarity-title-decoration {
    display: block;
    color: #cfbdc1;
    padding: 8px 4px 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .l-spring-quarity .c-spring-quarity-detail {
    padding: 12px 0 12px 56px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-spring-quarity .spring-quarity-text {
    color: #544842;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 40px;
  }
  .l-spring-quarity .spring-quarity-info {
    border-bottom: 1px solid #ddd;
  }
  .l-spring-quarity .spring-quarity-info .spring-quarity-info-item {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .l-spring-quarity .spring-quarity-info .spring-quarity-info-item dt {
    padding: 17px 24px 16px 4px;
    min-width: 120px;
    border-top: 1px solid #666;
    margin-top: -1px;
  }
  .l-spring-quarity .spring-quarity-info .spring-quarity-info-item dd {
    padding: 16px 4px 16px 24px;
    color: #544842;
    line-height: 1.8;
  }
  .l-hospitality-introduce {
    padding: 72px 0 16px;
  }
  .l-hospitality-detail {
    padding: 40px 0 120px;
  }
  .l-hospitality-detail .c-hospitality-main {
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 120px;
  }
  .l-hospitality-detail .c-hospitality-main:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-hospitality-detail .c-hospitality-main .hospitality-main-img {
    width: 100%;
    min-height: 400px;
    background: #eee;
  }
  .l-hospitality-detail .c-hospitality-main .hospitality-main-title {
    font-size: 28px;
    padding: 40px 0;
    text-align: center;
  }
  .l-hospitality-detail .c-hospitality-sub {
    margin: 0 auto;
  }
  .l-spend-introduce {
    padding: 40px 0;
  }
  .l-faq-area {
    padding: 80px 0;
  }
  .l-faq-area .c-faq-panel {
    max-width: 720px;
    margin: 0 auto;
  }
  .l-faq-area .faq-panel dt {
    padding: 24px 16px 24px 3.5rem;
    border-bottom: 1px dotted #ccc;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-faq-area .faq-panel dt:before {
    content: "Q.";
    font-size: 24px;
    color: #cfbdc1;
    position: absolute;
    left: 16px;
    top: 20px;
    font-family: serif;
  }
  .l-faq-area .faq-panel dt:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #cfbdc1;
    border-bottom: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-faq-area .faq-panel dt.active-toggle {
    background: rgba(193, 179, 142, 0.2);
  }
  .l-faq-area .faq-panel dt.active-toggle:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: 0;
  }
  .l-faq-area .faq-panel dd {
    padding: 24px 16px 24px 3.5rem;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
  }
  .l-faq-area .faq-panel dd table {
    margin: 24px 0;
    border: 1px solid #ddd;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.3;
  }
  .l-faq-area .faq-panel dd table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: rgba(193, 179, 142, 0.2);
    padding: 0.5rem;
    text-align: left;
    vertical-align: middle;
  }
  .l-faq-area .faq-panel dd table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    padding: 0.5rem;
    vertical-align: middle;
  }
  .l-gallery-area {
    background: rgba(36, 34, 43, 0.95);
    margin: 0;
  }
  .l-gallery-area .foogallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-gallery-area .foogallery-default.spacing-width-10 a {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    width: 20%;
  }
  .l-gallery-area .foogallery-default.spacing-width-10 a img {
    width: 100%;
  }
  .l-access-content {
    padding: 80px 0;
  }
  .c-access-type {
    max-width: 720px;
    margin: 0 auto 80px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #cfbdc1;
  }
  .c-access-type .access-type-title {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  .c-access-type .access-type-image {
    max-width: 720px;
    margin: 0 auto;
  }
  .c-access-type .access-type-image img {
    max-width: 100%;
    height: auto;
  }
  .c-access-type .access-type-text {
    color: #544842;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .c-access-type .access-type-caution {
    font-size: 12px;
    color: #999;
    line-height: 1.8;
  }
  .c-pickup-guide {
    max-width: 720px;
    margin: 0 auto 80px;
    border: 1px solid #cfbdc1;
    padding: 48px 32px 32px;
    position: relative;
  }
  .c-pickup-guide .pickup-guide-title {
    font-size: 20px;
    display: inline-block;
    padding: 8px 24px;
    background: #fff;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #cfbdc1;
  }
  .c-pickup-guide .pickup-guide-lead {
    font-size: 14px;
    color: #544842;
    line-height: 1.8;
  }
  .c-pickup-guide .pickup-guide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 0 1rem;
  }
  .c-pickup-guide .pickup-guide-item {
    width: 48%;
    padding: 0.4rem 0 0.4rem 1.2rem;
    position: relative;
    font-size: 14px;
    color: #544842;
  }
  .c-pickup-guide .pickup-guide-item:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cfbdc1;
    position: absolute;
    left: 0;
    top: calc(0.5rem - 2px);
  }
  .c-pickup-guide .pickup-caution {
    font-size: 12px;
    line-height: 1.6;
    color: #777;
  }
  .l-tourism-introduce {
    padding: 72px 0;
  }
  .l-tourism-introduce .c-tourism-area-select {
    max-width: 640px;
    margin: 40px auto;
  }
  .l-tourism-detail {
    padding: 64px 0;
    background: url(../img/bg.jpg);
  }
  .l-tourism-detail .l-tourism-area {
    margin-bottom: 120px;
  }
  .l-tourism-detail .tourism-area-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 64px;
  }
  .tourism-list {
    padding: 0 72px;
  }
  .tourism-list .tourism-item-category {
    display: block;
    font-size: 10px;
    line-height: 1;
    font-family: sans-serif;
    border: 1px solid #a63f37;
    color: #a63f37;
    border-radius: 2px;
    margin-bottom: 8px;
    width: 64px;
    text-align: center;
    padding: 4px 8px;
  }
  .tourism-list .tourism-item-official i {
    margin-left: 4px;
  }
  .tourism-list .tourism-item-map {
    font-size: 12px;
  }
  .tourism-list .tourism-item-map i {
    background: #165e83;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin-right: 4px;
  }
  .l-job-intro {
    padding: 72px 0;
  }
  .l-jobs-content {
    padding: 80px 0;
    background: url(../img/bg.jpg);
  }
  .l-jobs-content .c-job-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 120px;
  }
  .l-jobs-content .c-job-content-title {
    padding: 16px 56px 16px 0;
  }
  .l-jobs-content .c-job-content-title .job-content-title {
    font-size: 24px;
    color: #544842;
  }
  .l-jobs-content .c-job-content-title .job-content-title-decoration {
    display: block;
    color: #cfbdc1;
    padding: 8px 4px 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .l-jobs-content .c-job-content-detail {
    padding: 12px 0 12px 56px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-jobs-content .job-content-info .job-content-info-item {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .l-jobs-content .job-content-info .job-content-info-item dt {
    padding: 16px 24px 16px 4px;
    min-width: 120px;
    border-top: 1px solid #666;
    margin-top: -1px;
  }
  .l-jobs-content .job-content-info .job-content-info-item dd {
    padding: 16px 4px 16px 24px;
    color: #544842;
    line-height: 1.8;
  }
  .l-jobs-content .job-content-info .job-content-info-item .job-content-caution {
    padding: 12px 0 8px;
    font-size: 11px;
    color: #999;
  }
  .l-jobs-content .job-contact {
    padding: 1.5rem;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.75);
  }
  .l-jobs-content .job-contact h6 {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: bold;
  }
  .l-jobs-content .job-contact p {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
  .l-jobs-content .job-contact .contact-item {
    display: inline-block;
    margin-right: 16px;
    font-size: 14px;
  }
  .l-jobs-content .job-contact .contact-item i {
    color: #cfbdc1;
    margin-right: 4px;
  }
  .l-contact-introduce {
    padding: 80px 0;
  }
  .l-contact-content {
    padding: 120px 0 120px;
    background: url(../img/bg.jpg);
  }
  .l-contact-content .contact-form-title {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  .l-contact-content .contact-form-lead {
    color: #544842;
    text-align: center;
    margin-bottom: 56px;
  }
  .l-contact-content .c-contact-form {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
  }
  .l-contact-content .c-contact-form .form-line {
    margin-bottom: 40px;
    position: relative;
  }
  .l-contact-content .c-contact-form .form-line input, .l-contact-content .c-contact-form .form-line textarea {
    border: none;
    width: 100%;
    padding: 0.8rem;
    font-size: 15px;
  }
  .l-contact-content .c-contact-form .form-line select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 0.5rem 1.5rem 0.5rem 0.8rem;
    font-size: 15px;
  }
  .l-contact-content .c-contact-form .error {
    position: absolute;
    bottom: -1rem;
    font-size: 12px;
  }
  .l-contact-content .c-contact-form .form-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .l-contact-content .c-contact-form .form-label .require {
    display: inline-block;
    padding: 4px;
    background: #a63f37;
    color: #fff;
    font-size: 10px;
    font-family: sans-serif;
    border-radius: 2px;
    margin-left: 4px;
  }
  .l-contact-content .c-contact-form .form-input {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
  }
  .l-contact-content .c-contact-form .select-wrapper {
    position: relative;
    display: inline-block;
  }
  .l-contact-content .c-contact-form .select-wrapper:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 3px solid transparent;
    margin-top: -3px;
  }
  .l-contact-content .c-contact-form .submit-area {
    text-align: center;
  }
  .l-contact-content .c-contact-form .submit-area .button-submit {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 48px;
    margin: 0 auto;
    text-align: center;
    background: #a63f37;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
  }
  .l-contact-content .c-contact-form .submit-area .button-submit:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #80302a;
  }
  .l-contact-content .c-contact-form .submit-area .button-back {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 48px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 2px solid #333;
    color: #333;
  }
  .l-contact-content .c-contact-form .submit-area .button-back:hover {
    color: #fff;
    background: #333;
  }
  .l-post-article {
    padding: 120px 0;
    max-width: 960px;
    margin: 0 auto;
  }
  .l-post-article .post-thumbnail-wrapper {
    background: #eee;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .l-post-article .post-thumbnail-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-post-article .post-header {
    padding: 56px 0 40px;
    max-width: 640px;
    margin: 0 auto;
  }
  .l-post-article .post-header .post-title {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #333;
    position: relative;
  }
  .l-post-article .post-header .post-title:before {
    content: "";
    width: 24px;
    height: 4px;
    display: block;
    background: #cfbdc1;
    position: absolute;
    left: -40px;
    top: 1.6rem;
  }
  .l-post-article .post-header .post-meta {
    font-size: 12px;
    color: #544842;
  }
  .post-content {
    max-width: 640px;
    margin: 0 auto;
  }
  .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    color: #333;
    padding-top: 1rem;
    margin: 1.5rem 0;
    line-height: 1.3;
  }
  .post-content h2 {
    font-size: 30px;
  }
  .post-content h3 {
    font-size: 26px;
  }
  .post-content h4 {
    font-size: 22px;
  }
  .post-content h5 {
    font-size: 18px;
  }
  .post-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #544842;
    margin-bottom: 2rem;
  }
  .post-content ul {
    list-style: none;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    font-size: 15px;
    color: #544842;
  }
  .post-content ul li {
    padding: 0.25rem 0 0.25rem 1.5rem;
    position: relative;
  }
  .post-content ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: calc(0.75rem - 2px);
    background: #a63f37;
  }
  .post-content ol {
    list-style: none;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    font-size: 15px;
    color: #544842;
  }
  .post-content ol li {
    padding: 0.25rem 0 0.25rem 2.5rem;
    position: relative;
    counter-increment: ol;
    text-indent: -1.2rem;
  }
  .post-content ol li:before {
    content: counter(ol) ".";
    border-radius: 50%;
    color: #a63f37;
    display: inline-block;
  }
  .post-content blockquote {
    margin: 2rem 0;
    padding: 2rem 4rem;
    background: #fafafa;
    border-left: #a63f37 solid 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .post-content blockquote p {
    margin-bottom: 0;
  }
  .post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
  }
  .l-post-list {
    padding: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-post-list .post-item {
    width: calc(50% - 32px);
    margin-bottom: 4.5rem;
  }
  .l-post-list .post-item .post-img-wrapper {
    background: #eee;
    margin-bottom: 32px;
  }
  .l-post-list .post-item .post-img-wrapper img {
    width: 100%;
    height: auto;
  }
  .l-post-list .post-item .post-item-content .post-title {
    font-size: 24px;
    line-height: 1.4;
    color: #4b2e34;
    margin-bottom: 32px;
    position: relative;
  }
  .l-post-list .post-item .post-item-content .post-title:before {
    content: "";
    width: 32px;
    height: 2px;
    background: #cfbdc1;
    position: absolute;
    bottom: -16px;
    left: 0;
  }
  .l-post-list .post-item .post-item-content .post-meta {
    font-size: 12px;
    color: #544842;
    margin-bottom: 12px;
  }
  .l-post-list .post-item .post-item-content .post-meta span {
    display: inline-block;
    margin-right: 8px;
  }
  .l-post-list .post-item .post-item-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #544842;
  }
  .l-post-list .post-item .post-item-content .c-read-more {
    text-align: right;
    padding: 8px;
  }
  .l-post-list .post-item .post-item-content .read-more-link {
    display: inline-block;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 12px 24px;
    font-size: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-post-list .post-item .post-item-content .read-more-link:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: -40px;
    top: calc(50% - 1px);
    background: #cfbdc1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .l-post-list .post-item .post-item-content .read-more-link:hover {
    background: #333;
    border-color: #333;
    color: #fff;
  }
  .l-post-list .post-item .post-item-content .read-more-link:hover:after {
    opacity: 1;
    left: -24px;
  }
  .l-pre-sale {
    padding: 72px 0;
  }
  .l-pre-sale-content {
    padding: 72px 0;
  }
  .pre-reserve-introduction {
    text-align: center;
    padding: 24px 0 40px;
  }
  .pre-reserve-introduction .list-select-item {
    max-width: 320px;
    display: inline-block;
  }
  .pre-reserve-introduction .list-select-item a:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .pre-sale-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
    margin-bottom: 3rem;
  }
  .pre-sale-section .pre-sale-section-title {
    font-size: 24px;
    margin-right: 32px;
    width: 30%;
    padding-top: 2rem;
  }
  .pre-sale-section .pre-sale-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pre-sale-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
  .pre-sale-item:last-child {
    border-bottom: none;
  }
  .pre-sale-item .pre-sale-course {
    margin-right: auto;
    font-size: 18px;
  }
  .pre-sale-item .pre-sale-price {
    color: #544842;
    font-size: 20px;
  }
  .pre-sale-item .pre-sale-action {
    margin-left: 24px;
  }
  .pre-sale-item .reserve-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #a63f37;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .pre-sale-item .reserve-btn:hover {
    background: #80302a;
  }
  .l-pre-sale20 {
    padding: 72px 0 0;
  }
  .l-pre-sale20-detail {
    background: url(../img/bg.jpg);
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .l-pre-sale20-section {
    padding: 80px 0 40px;
  }
  .l-pre-sale20-section .pre-sale20-section-title {
    font-size: 28px;
    margin-bottom: 48px;
    text-align: center;
  }
  .c-pre-sale20-content {
    position: relative;
    padding: 40px 48px;
    margin: 16px 20px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .c-pre-sale20-content .pre-sale20-content-title {
    font-size: 28px;
    position: relative;
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .c-pre-sale20-content .pre-sale20-content-text {
    line-height: 1.7;
    font-size: 16px;
    color: #544842;
  }
  .c-pre-sale20-content .pre-sale20-content-text .pre-sale-caution {
    font-size: 12px;
    display: block;
    opacity: 0.9;
  }
  .c-pre-sale20-content .pre-sale20-content-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .pre-sale20-img {
    width: 240px;
    height: auto;
    margin-right: 32px;
  }
  .pre-sale20-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .pre-sale20-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: 1px solid #ddd;
  }
  .pre-sale20-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #ddd;
  }
  .pre-sale20-item .pre-sale20-course {
    margin-right: auto;
    font-size: 18px;
  }
  .pre-sale20-item .pre-sale20-original-price {
    text-decoration: line-through;
    color: #544842;
  }
  .pre-sale20-item .pre-sale20-actual-price {
    color: #a63f37;
    font-size: 20px;
  }
  .l-pre-sale20-form {
    background: url(../img/bg.jpg);
    padding: 80px 0;
    border-top: 1px solid rgba(36, 34, 43, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset;
    position: relative;
  }
  .l-pre-sale20-form:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(36, 34, 43, 0.05);
  }
  .pre-sale20-form-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    font-family: serif;
  }
  .pre-sale20-form-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
  }
  .pre-sale20-form-container .form-line {
    margin-bottom: 40px;
    position: relative;
  }
  .pre-sale20-form-container .form-line input, .pre-sale20-form-container .form-line textarea {
    border: none;
    width: 100%;
    padding: 0.8rem;
    font-size: 15px;
    border-radius: 4px;
  }
  .pre-sale20-form-container .form-line select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 0.5rem 1.5rem 0.5rem 0.8rem;
    font-size: 15px;
  }
  .pre-sale20-form-container .error {
    position: absolute;
    bottom: -1rem;
    font-size: 12px;
  }
  .pre-sale20-form-container .form-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .pre-sale20-form-container .form-label .require {
    display: inline-block;
    padding: 4px;
    background: #a63f37;
    color: #fff;
    font-size: 10px;
    font-family: sans-serif;
    border-radius: 2px;
    margin-left: 4px;
  }
  .pre-sale20-form-container .form-input {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .pre-sale20-form-container .select-wrapper {
    position: relative;
    display: inline-block;
  }
  .pre-sale20-form-container .select-wrapper:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 3px solid transparent;
    margin-top: -3px;
  }
  .pre-sale20-form-container .submit-area {
    text-align: center;
  }
  .pre-sale20-form-container .submit-area .button-submit {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 48px;
    margin: 0 auto;
    text-align: center;
    background: #a63f37;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
  }
  .pre-sale20-form-container .submit-area .button-submit:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #80302a;
  }
  .pre-sale20-form-container .submit-area .button-back {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 48px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 2px solid #333;
    color: #333;
  }
  .pre-sale20-form-container .submit-area .button-back:hover {
    color: #fff;
    background: #333;
  }
}

@media (max-width: 768px) {
  .main-content {
    overflow: hidden;
	  position: relative;
  }
  .main-content .language {
    position: absolute;
	  left: 20px;
	  top: 70px;
  }
	
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .loading-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: #4b2e34;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
  }
  .loading-content img.loading-logo {
    height: 40px;
    width: auto;
  }
  .loading-content img.loading-icon {
    width: 64px;
    height: 64px;
    margin: 32px auto;
    display: block;
  }
  .main-header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 72px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .main-header .logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px;
    z-index: 10000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .main-header .logo img {
    width: auto;
    height: 36px;
  }
  .main-header .header-caution {
    margin-top: 16px;
    padding: 0 16px;
    font-size: 13px;
    color: #fff;
    line-height: 1.8;
  }
  .main-header .header-honten{padding:0 16px;}
  .main-header .header-honten a::before{content:"";display:block;width:6px;height:6px;position:absolute;left:0;top:50%;margin-top:-3px;border-right:2px solid #734a53;border-bottom:2px solid #734a53;transform:rotate(-45deg);}
  .main-header .header-honten a{
    position:relative;
    font-size:14px;
    display:inline-block;
    color:#fff;
    border-bottom:1px solid #734a53;
    padding:3px 0 3px 15px;
    margin-bottom:15px;
  }
  .main-header .header-honten a:hover{border-color:transparent;}
	
	
	
	/* 20220831追加 */
	.main-header .header-smallbnr{padding:0 16px;}
   .main-header .header-smallbnr a{
    position:relative;
    display:inline-block;
    color:#fff;
    padding:3px 0 3px 0;
    margin-bottom:15px;
  }
  .main-header .header-smallbnr a:hover{border-color:transparent;}
  .main-header #banner img {width: 100%;}
		/* 20220831追加 */
	
	

  .sp-menu-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 32px;
    height: 32px;
  }
  .sp-menu-toggle .menu-item {
    display: block;
    height: 2px;
    width: 80%;
    background: #fff;
    margin: 12px auto 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-menu-toggle .menu-item:before, .sp-menu-toggle .menu-item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-menu-toggle .menu-item:before {
    top: -8px;
  }
  .sp-menu-toggle .menu-item:after {
    bottom: -8px;
  }
  .main-nav {
    padding: 0 0 1rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    height: calc(100vh - 40px);
    background: rgba(36, 34, 43, 0.85);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow-y: scroll;
  }
  .main-nav .main-nav-item {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-nav .main-nav-item:last-child {
    border-bottom: none;
  }
  .main-nav .main-nav-item a {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1rem;
  }
  .main-nav .main-nav-item.nav-cv-item {
    padding: 0.5rem 1rem 0;
    border: none;
  }
  .main-nav .main-nav-item.nav-cv-item a {
    display: inline-block;
    border: 1px solid #333;
    background: #cfbdc1;
    color: #fff;
    padding: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
  }
  .main-nav .nav-official-reserve {
    padding: 0.5rem 1rem 0;
  }
  .main-nav .nav-official-reserve a {
    border: 1px solid #333;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
  }
  .main-nav .nav-tel-item {
    display: none;
  }
  .main-nav .nav-decoraiton {
    display: none;
  }
  .active-toggle .menu-item {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .active-toggle .menu-item:before {
    top: 0;
  }
  .active-toggle .menu-item:after {
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .main-nav.active-menu {
    visibility: visible;
    opacity: 1;
  }
  .c-select-language {
    display: none;
  }
  .main-header.sticky-on, .experience-template-default .main-header, .post-template-default .main-header {
    background: #4b2e34;
  }
  .main-header.sticky-on .logo, .experience-template-default .main-header .logo, .post-template-default .main-header .logo {
    background: #4b2e34;
  }
  .l-footer-access-map {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
  }
  .l-footer-access-map iframe, .l-footer-access-map object, .l-footer-access-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #4b2e34;
    color: #fff;
    margin: 0;
    padding: 40px 12px;
  }
  .footer .c-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer-company-info {
    margin-right: 0;
  }
  .footer .footer-company-info .company-name {
    margin: 0;
  }
  .footer .footer-company-info .company-name img {
    width: 60%;
    height: auto;
    display: block;
    margin: 24px auto 16px;
  }
  .footer .footer-sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 8px 0 24px;
  }
  .footer .footer-sub-nav .footer-nav-list {
    padding: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer-sub-nav .footer-nav-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 48%;
    font-size: 12px;
  }
  .footer .footer-sub-nav .footer-nav-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0 8px 1.25rem;
  }
  .footer .footer-sub-nav .footer-nav-item a:before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 4px;
  }
  .footer .footer-sub-nav .footer-nav-item a:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: calc(0.4rem - 2px);
    top: calc(0.4rem + 2px);
  }
  .footer .footer-cv-area {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 32px;
  }
  .footer .footer-cv-area .c-footer-cv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer-cv-area .footer-reservation {
    width: 49%;
    margin-right: 1%;
  }
  .footer .footer-cv-area .footer-reservation a {
    line-height: 1;
    display: block;
    width: 100%;
    padding: 14px 12px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #a63f37;
    border-radius: 4px;
  }
  .footer .footer-cv-area .footer-contact {
    width: 49%;
    margin-left: 1%;
  }
  .footer .footer-cv-area .footer-contact a {
    line-height: 1;
    display: block;
    width: 100%;
    padding: 14px 12px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  .footer .footer-cv-area [href^="tel"] {
    color: #fff;
  }
  .footer .footer-cv-area .footer-telephone {
    font-size: 32px;
    padding: 16px 0 4px;
  }
  .footer .footer-cv-area .footer-telephone i {
    margin-right: 8px;
    opacity: 0.5;
    font-size: 28px;
  }
  .footer .footer-cv-area .footer-company-adress {
    line-height: 1.4;
    font-size: 12px;
    display: inline-block;
    text-align: left;
  }
  .footer .footer-cv-area .footer-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4px;
  }
  .footer .footer-cv-area .footer-social-list .social-item {
    margin-right: 8px;
  }
  .footer .footer-cv-area .footer-social-list .social-item a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 4px 0;
  }
  .footer .footer-cv-area .footer-social-list .social-item i {
    color: #fff;
    font-size: 16px;
  }
  .footer .footer-copyright {
    text-align: center;
    font-size: 10px;
    margin: 0;
    padding-top: 32px;
    opacity: 0.8;
  }
  .l-breadcrumb {
    padding: 12px 16px;
    background: #2b2934;
    border-bottom: 1px solid #3c3947;
    margin: 0;
  }
  .l-breadcrumb #pagetop{text-align:right;padding:0;}
  .l-breadcrumb #pagetop a{
    color:#ddd;
    font-size:14px;
    display:inline-block;
    position:relative;
    padding-right:15px;
  }
  .l-breadcrumb #pagetop a::after{content:"";display:block;width:8px;height:8px;border-top:2px solid #ddd;border-right:2px solid #ddd;position:absolute;top:50%;right:0;transform:rotate(-45deg);margin-top:-1px;}

  .l-breadcrumb #breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    color: #ddd;
  }
  .l-breadcrumb #breadcrumbs li:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    margin: 0 8px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-breadcrumb #breadcrumbs li:last-child:after {
    display: none;
  }
  .l-breadcrumb #breadcrumbs li a {
    text-decoration: none;
    color: #ddd;
  }
  .c-centered-header {
    width: 100%;
    padding: 32px 24px;
    text-align: center;
  }
  .c-centered-header .centered-title {
    font-size: 22px;
    color: #544842;
  }
  .c-centered-header .centered-title-decoration {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    color: #cfbdc1;
  }
  .centered-description {
    padding: 0 24px;
    text-align: center;
  }
  .centered-description .centered-description-title {
    font-size: 20px;
    padding: 0 0 24px;
    position: relative;
    line-height: 1.4;
  }
  .centered-description .centered-description-title span {
    display: inline-block;
  }
  .centered-description p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 1rem;
    color: #544842;
    text-align: left;
  }
  .c-page-header {
    background-color: #4b2e34;
    height: 320px;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .c-page-header .page-header-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.6;
  }
  .c-page-header .page-header-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .c-page-header .page-title {
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.3);
  }
  .c-page-header .page-title .page-title-decoration {
    font-family: serif;
    display: block;
    margin-bottom: 16px;
    font-size: 10px;
    font-weight: bold;
    color: #d3c9af;
    text-align: center;
    letter-spacing: 2px;
    text-transform: lowercase;
  }
  .c-page-header-small {
    background-color: #4b2e34;
    min-height: 240px;
    padding-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page-header-small .page-header-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.6;
  }
  .c-page-header-small .page-header-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .c-page-header-small .page-title {
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.3);
  }
  .c-page-header-small .page-title .page-title-decoration {
    font-family: serif;
    display: block;
    margin-bottom: 16px;
    font-size: 10px;
    font-weight: bold;
    color: #d3c9af;
    text-align: center;
    letter-spacing: 2px;
    text-transform: lowercase;
  }
  .list-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
  }
  .list-select-item {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .list-select-item a {
    display: block;
    padding: 16px 24px;
    font-size: 16px;
    color: #544842;
    position: relative;
    text-decoration: none;
  }
  .list-select-item a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -6px;
  }
  .pagenation {
    padding: 8px 0;
    width: 100%;
  }
  .pagenation ol {
    border-top: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagenation ol li {
    font-size: 16px;
    margin: -1px 4px 0;
  }
  .pagenation ol li a {
    display: inline-block;
    padding: 12px;
    color: #544842;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .pagenation ol li a:hover {
    color: #cfbdc1;
  }
  .pagenation ol li.active {
    padding: 12px;
    border-top: 2px solid #cfbdc1;
    padding-top: 11px;
  }
  .pagenation ol li.next a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid #cfbdc1;
    border-right: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 4px;
  }
  .pagenation ol li.prev a:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid #cfbdc1;
    border-left: 1px solid #cfbdc1;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 4px;
  }
  .l-select-card {
    padding: 32px 0 0;
    width: 100%;
    margin: 0 auto;
  }
  .l-select-card .select-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-select-card .select-card-item {
    width: 100%;
    height: 200px;
    background: #4b2e34;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .l-select-card .select-card-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-select-card .select-card-item a:active img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.6;
  }
  .l-select-card .select-card-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-select-card .select-card-over {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 32px 24px;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-select-card .select-card-title {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .l-select-card .select-card-title .select-card-title-en {
    font-size: 11px;
    display: block;
    padding-top: 8px;
    font-family: serif;
    letter-spacing: 1px;
  }
  .l-select-card .view-more {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
  .alternate-list-item {
    margin-bottom: 72px;
  }
  .alternate-list-item .alternate-list-item-img {
    width: 94%;
    background: #eee;
    margin: 0 auto 24px;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .alternate-list-item .alternate-list-item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .alternate-list-item .alternate-list-item-title {
    font-size: 20px;
    margin-bottom: 24px;
    padding: 0 24px 24px;
    position: relative;
    color: #333;
  }
  .alternate-list-item .alternate-list-item-title:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #cfbdc1;
    display: block;
    position: absolute;
    left: 24px;
    bottom: 0;
  }
  .alternate-list-item .alternate-list-item-detail {
    font-size: 14px;
    line-height: 1.8;
    color: #544842;
    padding: 0 24px;
  }
  .basic-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    margin-bottom: 64px;
  }
  .basic-card-item .basic-card-img {
    background: #eee;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .basic-card-item .basic-card-img img {
    display: block;
    height: auto;
    width: 100%;
  }
  .basic-card-item .basic-card-text {
    padding: 16px 20px 24px;
  }
  .basic-card-item .basic-card-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .basic-card-item .basic-card-text-detail {
    font-size: 13px;
    line-height: 1.8;
    color: #544842;
    margin-bottom: 16px;
  }
  .basic-card-item .basic-card-meta {
    width: 100%;
  }
  .columned-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columned-list .columned-list-item {
    width: 100%;
    margin: 0 0 12px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 200px;
    background: #4b2e34;
  }
  .columned-list .columned-list-item .columned-list-img {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
  }
  .columned-list .columned-list-item .columned-list-text {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .columned-list .columned-list-item .columned-list-title {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    height: 100%;
  }
  .columned-list .columned-list-item .columned-list-title a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body {
    overflow-x: hidden !important;
  }
  @-webkit-keyframes scroll {
    0% {
      bottom: 56px;
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    100% {
      bottom: 32px;
      opacity: 0;
    }
  }
  @keyframes scroll {
    0% {
      bottom: 56px;
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    100% {
      bottom: 32px;
      opacity: 0;
    }
  }
  .l-hero-area {
    width: 100%;
    height: 90vh;
  }
  .l-hero-area:before {
    content: "scroll";
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    z-index: 100;
  }
  .l-hero-area:after {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -8px;
    opacity: 0.75;
    -webkit-animation: scroll 2s ease-in-out infinite;
            animation: scroll 2s ease-in-out infinite;
  }
  .hero-item {
    height: 100vh;
    text-align: center;
    position: relative;
    background: #4b2e34;
  }
  .hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.6;
  }
  .hero-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-logo img {
    width: 160px;
    height: auto;
    display: block;
    margin-top: -64px;
    margin-left: -16px;
  }
  .hero-content {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 92%;
    margin: 16px auto 0 -46%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(36, 34, 43, 0)), color-stop(30%, rgba(36, 34, 43, 0.6)), color-stop(70%, rgba(36, 34, 43, 0.6)), to(rgba(36, 34, 43, 0)));
    background: -o-linear-gradient(left, rgba(36, 34, 43, 0) 0%, rgba(36, 34, 43, 0.6) 30%, rgba(36, 34, 43, 0.6) 70%, rgba(36, 34, 43, 0));
    background: linear-gradient(to right, rgba(36, 34, 43, 0) 0%, rgba(36, 34, 43, 0.6) 30%, rgba(36, 34, 43, 0.6) 70%, rgba(36, 34, 43, 0));
    padding: 20px 0;
    text-align: center;
  }
  .hero-content .hero-title {
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.3;
    color: #fff;
  }
  .l-news-area {
    background: url(../img/bg.jpg);
    padding: 32px 0 40px;
  }
  .l-news-area .c-news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-news-area .c-news-title {
    padding: 16px 12px;
    text-align: center;
  }
  .l-news-area .c-news-title .news-title {
    font-size: 20px;
    color: #4b2e34;
  }
  .l-news-area .c-news-title .news-title-decoration {
    display: block;
    color: #cfbdc1;
    padding: 4px 4px 0;
    font-size: 10px;
  }
  .l-news-area .c-news-items {
    padding: 0 12px;
  }
  .l-news-area .news-item {
    padding: 12px 4px;
    border-bottom: 1px dotted #ccc;
  }
  .l-news-area .news-item .news-date {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .l-news-area .news-item a {
    text-decoration: none;
    color: #544842;
    font-size: 14px;
  }
  .l-news-area .c-more-news {
    text-align: right;
    padding-top: 12px;
    font-size: 14px;
  }
  .l-news-area .c-more-news .more-news-link:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #165e83;
    border-right: 1px solid #165e83;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 4px;
    display: inline-block;
  }
  .l-monthly-menu-area {
    padding: 64px 0;
  }
  .l-monthly-menu-area .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-monthly-menu-area .monthly-menu-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px;
  }
  .l-monthly-menu-area .monthly-menu-text-block {
    padding: 24px 0;
    text-align: center;
  }
  .l-monthly-menu-area .monthly-menu-text-block .monthly-menu-detail-title {
    font-size: 20px;
    line-height: 1.4;
    padding: 12px 0 16px;
    margin-bottom: 24px;
    position: relative;
  }
  .l-monthly-menu-area .monthly-menu-text-block .monthly-menu-detail-title:before {
    content: "";
    display: block;
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 120px;
    height: 1px;
    background: #cfbdc1;
    margin-left: -60px;
  }
  .l-monthly-menu-area .monthly-menu-text-block .monthly-menu-detail-text {
    font-size: 14px;
    line-height: 2.4;
    color: #544842;
    text-align: left;
  }
  .l-monthly-menu-area .monthly-menu-text-block .to-cuisine-btn {
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 16px 40px;
    width: 100%;
    max-width: 320px;
  }
  .l-monthly-menu-area .monthly-menu-image {
    width: 100%;
    background: #eee;
  }
  .l-monthly-menu-area .monthly-menu-image img {
    width: 100%;
    height: auto;
  }
  .l-recommend-plan {
    padding: 64px 0;
    background: url(../img/bg.jpg);
  }
  .recommend-plan-content {
    padding: 24px 12px;
  }
  .recommend-plan-content .read-more {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 12px 40px;
    width: 100%;
  }
  .l-grand-open {
    background: #4b2e34;
    color: #fff;
    padding: 120px 0;
    text-align: center;
    position: relative;
  }
  .l-grand-open:before {
    content: "";
    background-image: url("../img/about-bg.jpg");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.4;
  }
  .l-grand-open .grand-open-header {
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    font-family: serif;
  }
  .l-grand-open .grand-open-header:before, .l-grand-open .grand-open-header:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-grand-open .grand-open-header:before {
    left: -144px;
  }
  .l-grand-open .grand-open-header:after {
    right: -144px;
  }
  .l-grand-open .grand-open-text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 0 24px;
    text-align: left;
  }
	
	/* 年末年始など目立たせたい時に使う */
	.l-grand-open .grand-open-text_att {
    font-size: 15px;
    line-height: 1.8;
		font-weight: bold;
    margin-bottom: 40px;
    padding: 0 24px;
    text-align: left;
  }
	/* 年末年始など目立たせたい時に使う */
	
  .l-grand-open .c-to-room {
    text-align: center;
  }
  .l-grand-open .c-to-room .to-room-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 16px 48px;
    border: 1px solid #fff;
    line-height: 1;
  }
  .l-staff-plan {
    padding: 64px 0;
  }
  .l-golf-plan-area {
    background: url(../img/bg.jpg);
    padding: 64px 0;
  }
  .l-golf-plan-area p {
    font-size: 14px;
    line-height: 2.4;
    color: #544842;
  }
  .l-golf-plan-area .c-golf-plan-main-text {
    text-align: left;
    padding: 0 24px 32px;
  }
  .l-golf-plan-area .map {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    padding-bottom: 40%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
  }
  .l-golf-plan-area .map iframe, .l-golf-plan-area .map object, .l-golf-plan-area .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-golf-plan-area .c-golf-plan-footer-text {
    text-align: left;
    padding: 56px 24px;
    position: relative;
  }
  .l-golf-plan-area .c-golf-plan-footer-text:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-golf-plan-area .c-view-more-plan {
    padding-top: 24px;
    text-align: center;
  }
  .l-golf-plan-area .c-view-more-plan .to-more-btn {
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 16px 40px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.8);
  }
  .l-golf-plan-area .c-view-more-plan .to-more-btn:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: -40px;
    top: calc(50% - 1px);
    background: #cfbdc1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .l-cuisine-introduce {
    padding: 72px 0;
  }
  .l-cuisine-detail {
    padding: 0 0 80px;
  }
  .l-cuisine-detail .c-cuisine-main {
    position: relative;
    padding: 0 12px 24px;
  }
  .l-cuisine-detail .c-cuisine-main:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-img {
    width: calc(100% + 24px);
    background: #eee;
    margin-left: -12px;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-img img {
    max-width: 100%;
    height: auto;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-title {
    font-size: 20px;
    padding: 32px 0 24px;
    text-align: center;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-text {
    line-height: 1.8;
    color: #544842;
    font-size: 14px;
    padding: 0 12px;
  }
  .l-cuisine-detail .c-cuisine-main .cuisine-main-text .cuisine-main-text-caution {
    padding: 24px 0;
    font-size: 11px;
    color: #999;
  }
  .l-cuisine-detail .c-cuisine-sub {
    margin: 0 auto;
    padding: 48px 0 0;
  }
  .l-cuisine-detail .image-main {
    margin: 40px auto 0;
  }
  .l-cuisine-detail .image-main img {
    max-width: 100%;
  }
  .l-cuisine-detail .menu-table {
    border-collapse: collapse;
    margin: 24px 0;
    line-height: 1.8;
    font-size: 12px;
    width: 100%;
  }
  .l-cuisine-detail .menu-table td, .l-cuisine-detail .menu-table th {
    border: 1px solid #cfbdc1;
  }
  .l-cuisine-detail .menu-table th {
    padding: 8px 8px;
    text-align: left;
  }
  .l-cuisine-detail .menu-table td {
    padding: 8px 8px;
  }
  .l-cuisine-detail .menu-table .name-th {
    width: 27%;
    background: #734a53;
    color: #fff;
  }
  .l-cuisine-detail .menu-table .price-th {
    width: 13%;
    background: #734a53;
    color: #fff;
  }
  .l-cuisine-detail .menu-table .info-th {
    width: 60%;
    background: #734a53;
    color: #fff;
  }
  .l-cuisine-detail .menu-table .price {
    width: 100%;
    display: block;
    text-align: right;
  }
  .l-cuisine-detail .menu-table .price:after {
    content: "円";
    margin-left: 4px;
  }
  .l-cuisine-detail .menu-table .only {
    padding: 2px 6px;
    font-size: 11px;
    display: inline-block;
    margin-right: 6px;
    background: #eee;
  }
  .l-room-select {
    padding: 72px 0 0;
  }
  .l-room-select .centered-description p {
    text-align: center;
  }
  .l-room-detail {
    padding: 64px 0;
    background: url(../img/bg.jpg);
  }
  .l-room-detail .room-detail-header {
    display: none;
  }
  .l-room-detail .room-detail-content {
    padding: 16px 0 24px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
  }
  .l-room-detail .room-detail-title {
    text-align: center;
    font-size: 20px;
    padding: 24px 0;
    color: #333;
  }
  .l-room-detail .room-detail-title .room-detail-title-en {
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 4px;
    font-family: serif;
    margin-top: 8px;
    color: #cfbdc1;
  }
  .l-room-detail .room-detail-slider {
    width: 100%;
    margin: 0 auto 8px;
  }
  .l-room-detail .room-detail-slider div {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .l-room-detail .room-detail-slider div img {
    width: 100%;
    height: auto;
    display: block;
  }
  .l-room-detail .room-slider-nav {
    width: 60%;
    max-width: 640px;
    margin: 8px auto 0;
    text-align: center;
  }
  .l-room-detail .room-slider-nav div {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .l-room-detail .room-slider-nav div img {
    width: 100%;
    height: auto;
  }
  .l-room-detail .room-slider-nav .slick-slide {
    padding: 0 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-room-detail .room-detail-text-middle {
    padding: 96px 24px 0;
    position: relative;
  }
  .l-room-detail .room-detail-text-middle:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 48px;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-room-detail .room-detail-text-middle p {
    font-size: 14px;
    line-height: 1.8;
    color: #544842;
  }
  .l-room-detail .c-room-detail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px 24px 0;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section {
    margin-bottom: 48px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section h4 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section h4 span {
    font-size: 16px;
    margin-left: 8px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section p {
    margin-bottom: 2rem;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section dl {
    border-bottom: 1px solid #efefef;
    padding: 4px 0 12px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #544842;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section dl dt {
    width: 120px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section dl dd {
    padding-left: 8px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -4px;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section ul li {
    width: calc(50% - 8px);
    padding: 4px 4px 4px 16px;
    border-bottom: 1px dotted #eee;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #544842;
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #cfbdc1;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: calc(0.5rem + 6px);
  }
  .l-room-detail .c-room-detail-text .room-detail-text-section .reservation-btn {
    margin-top: 32px;
    width: 100%;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 24px 32px;
    text-align: center;
    background: #a63f37;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
  }
  .l-room-detail .c-room-detail-text .room-detail-sketch {
    width: 100%;
    margin-bottom: 24px;
    padding: 24px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .l-room-detail .c-room-detail-text .room-detail-sketch img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .l-room-detail .c-room-detail-text .room-detail-sketch .room-area-square {
    padding-top: 16px;
    text-align: right;
    color: #544842;
  }
  .l-room-detail .c-return-to-select {
    padding: 32px 20px 0;
    text-align: right;
  }
  .l-room-detail .return-to-room-select {
    text-decoration: none;
    font-size: 16px;
  }
  .l-room-detail .return-to-room-select i {
    margin-left: 4px;
  }
  .l-room-amenity {
    padding: 40px 0;
  }
  .l-room-amenity .c-room-amenity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
  }
  .l-room-amenity .c-room-amenity-title {
    padding: 16px;
    text-align: center;
  }
  .l-room-amenity .c-room-amenity-title .room-amenity-title {
    font-size: 20px;
    color: #4b2e34;
  }
  .l-room-amenity .c-room-amenity-title .room-amenity-title-decoration {
    display: block;
    color: #cfbdc1;
    padding: 4px 4px 0;
    font-size: 10px;
  }
  .l-room-amenity .c-room-amenity-detail {
    padding: 24px 0;
  }
  .l-room-amenity .room-amenity-info {
    border-bottom: 1px solid #ddd;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    padding: 20px 0;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item dt {
    margin-bottom: 8px;
    font-weight: bold;
    color: #544842;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item dd {
    color: #544842;
    line-height: 1.8;
  }
  .l-room-amenity .room-amenity-info .room-amenity-info-item .amenity-info-caution {
    padding: 12px 0 8px;
    font-size: 11px;
    color: #999;
  }
  .l-bath-introduce {
    padding: 72px 0 0;
  }
  .bath-introduce-select-section {
    background: url(../img/bg.jpg);
    padding: 0;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2), 0 -1px 8px rgba(0, 0, 0, 0.01) inset;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2), 0 -1px 8px rgba(0, 0, 0, 0.01) inset;
  }
  .bath-introduce-select-section .bath-introduce-select-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bath-introduce-select-section .bath-introduce-select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 16px 20px;
    border-bottom: 1px dotted #ddd;
  }
  .bath-introduce-select-section .bath-introduce-select-item:hover .bath-select-image-wrapper {
    opacity: 0.5;
  }
  .bath-introduce-select-section .bath-select-image-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 16px;
    background: #ccc;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .bath-introduce-select-section .bath-select-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .bath-introduce-select-section .bath-introduce-select-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bath-introduce-select-section .bath-introduce-select-text a {
    display: block;
    color: #544842;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    padding: 32px 0;
  }
  .bath-introduce-select-section .bath-introduce-select-text a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #cfbdc1;
    border-right: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-top;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .l-bath-detail {
    padding: 64px 0;
    background: url(../img/bg.jpg);
  }
  .l-bath-detail .bath-detail-header {
    display: none;
  }
  .l-bath-detail .bath-detail-content {
    padding: 16px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
  }
  .l-bath-detail .bath-detail-title {
    text-align: center;
    font-size: 20px;
    padding: 24px 0;
    color: #333;
  }
  .l-bath-detail .bath-detail-title .bath-detail-title-en {
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 4px;
    font-family: serif;
    margin-top: 8px;
    color: #cfbdc1;
  }
  .l-bath-detail .bath-detail-slider {
    width: 100%;
    margin: 0 auto 16px;
  }
  .l-bath-detail .bath-detail-slider div {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .l-bath-detail .bath-detail-slider div img {
    width: 100%;
    height: auto;
    display: block;
  }
  .l-bath-detail .bath-detail-slider .slick-dots {
    text-align: center;
    margin-top: -20px;
  }
  .l-bath-detail .bath-detail-slider .slick-dots .slick-active {
    background: #fff;
  }
  .l-bath-detail .bath-detail-slider .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 8px;
  }
  .l-bath-detail .bath-detail-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    color: transparent;
    background: transparent;
    border: none;
  }
  .l-bath-detail .c-bath-detail-text {
    padding: 32px 24px 48px;
    line-height: 1.8;
    color: #544842;
    font-size: 14px;
    max-width: 640px;
    margin: 0 auto;
  }
  .l-bath-detail .c-bath-detail-text .c-to-room-detail {
    padding-top: 24px;
    text-align: center;
  }
  .l-bath-detail .c-bath-detail-text .room-detail-btn {
    text-decoration: none;
    color: #333;
    line-height: 1;
    padding: 16px 20px;
    border: 1px solid #333;
    display: block;
    margin: 0 auto;
    max-width: 240px;
  }
  .l-bath-detail .c-return-to-select {
    text-align: right;
    padding: 32px 20px 0;
  }
  .l-bath-detail .return-to-select {
    text-decoration: none;
    font-size: 16px;
  }
  .l-bath-detail .return-to-select i {
    margin-left: 4px;
  }
  .l-reserved-bath {
    padding-bottom: 96px;
    background: url(../img/bg.jpg);
  }
  .reserved-bath-header {
    background: #eee;
    min-height: 240px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
  }
  .reserved-bath-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 24px 20px;
  }
  .reserved-bath-content .c-reserved-bath-text {
    width: 100%;
  }
  .reserved-bath-content .reserved-bath-title {
    font-size: 20px;
    margin: 24px 0 40px;
  }
  .reserved-bath-content .reserved-bath-title span {
    font-size: 12px;
    display: block;
    margin-top: 8px;
    color: #cfbdc1;
    letter-spacing: 2px;
  }
  .reserved-bath-content .reserved-bath-detail {
    font-size: 14px;
    line-height: 1.8;
    color: #544842;
  }
  .reserved-bath-content .reserved-bath-caution {
    margin-top: 4px;
    color: #777;
    font-size: 12px;
  }
  .reserved-bath-content .reserved-bath-effect {
    margin: 2rem 0 1.5rem;
    padding: 16px 12px;
    background: #f5f5f5;
    border-radius: 2px;
  }
  .reserved-bath-content .reserved-bath-effect dt {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .reserved-bath-content .reserved-bath-effect dd {
    font-size: 14px;
    line-height: 1.5;
    color: #544842;
  }
  .reserved-bath-content .reserved-bath-fee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 12px 8px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
  }
  .reserved-bath-content .reserved-bath-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 0;
    text-align: center;
  }
  .reserved-bath-content .reserved-bath-img img {
    max-width: 100%;
    height: auto;
  }
  .l-spring-quarity {
    padding: 24px 0;
  }
  .l-spring-quarity .c-spring-quarity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
  }
  .l-spring-quarity .c-spring-quarity-title {
    padding: 16px;
    text-align: center;
  }
  .l-spring-quarity .c-spring-quarity-title .spring-quarity-title {
    font-size: 20px;
    color: #4b2e34;
  }
  .l-spring-quarity .c-spring-quarity-title .spring-quarity-title-decoration {
    display: block;
    color: #a63f37;
    padding: 4px 4px 0;
    font-size: 10px;
    color: #cfbdc1;
  }
  .l-spring-quarity .c-spring-quarity-detail {
    padding: 24px 0;
  }
  .l-spring-quarity .spring-quarity-text {
    color: #544842;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .l-spring-quarity .spring-quarity-info {
    border-bottom: 1px solid #ddd;
  }
  .l-spring-quarity .spring-quarity-info .spring-quarity-info-item {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    padding: 20px 0;
  }
  .l-spring-quarity .spring-quarity-info .spring-quarity-info-item dt {
    color: #544842;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .l-spring-quarity .spring-quarity-info .spring-quarity-info-item dd {
    color: #544842;
    line-height: 1.8;
  }
  .l-hospitality-introduce {
    padding: 40px 0;
  }
  .l-hospitality-detail {
    padding: 24px 0;
  }
  .l-hospitality-detail .c-hospitality-main {
    position: relative;
    padding: 0 12px 64px;
    margin: -32px 0 32px;
  }
  .l-hospitality-detail .c-hospitality-main:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 6px);
    -webkit-box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
            box-shadow: -12px 12px 0 #cfbdc1, 12px -12px 0 #cfbdc1;
  }
  .l-hospitality-detail .c-hospitality-main .hospitality-main-img {
    width: calc(100% + 24px);
    margin: 0 -12px;
    background: #eee;
  }
  .l-hospitality-detail .c-hospitality-main .hospitality-main-img img {
    max-width: 100%;
    height: auto;
  }
  .l-hospitality-detail .c-hospitality-main .hospitality-main-title {
    font-size: 24px;
    padding: 24px 0 16px;
    text-align: center;
  }
  .l-hospitality-detail .c-hospitality-main .hospitality-main-text {
    line-height: 1.8;
    color: #544842;
    font-size: 14px;
  }
  .l-hospitality-detail .c-hospitality-sub {
    margin: 0 auto;
    padding: 32px 0;
  }
  .l-spend-introduce {
    padding: 40px 0;
  }
  .l-faq-area {
    padding: 0;
  }
  .l-faq-area .c-faq-panel {
    max-width: 720px;
    margin: 0 auto;
  }
  .l-faq-area .faq-panel dt {
    padding: 24px 40px 24px 3.5rem;
    border-bottom: 1px dotted #ccc;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-faq-area .faq-panel dt:before {
    content: "Q.";
    font-size: 24px;
    color: #cfbdc1;
    position: absolute;
    left: 16px;
    top: 20px;
    font-family: serif;
  }
  .l-faq-area .faq-panel dt:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #cfbdc1;
    border-bottom: 1px solid #cfbdc1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-faq-area .faq-panel dt.active-toggle {
    background: rgba(193, 179, 142, 0.2);
  }
  .l-faq-area .faq-panel dt.active-toggle:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: 0;
  }
  .l-faq-area .faq-panel dd {
    padding: 24px 16px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
  }
  .l-faq-area .faq-panel dd table {
    margin: 24px 0;
    border: 1px solid #ddd;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.3;
  }
  .l-faq-area .faq-panel dd table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: rgba(193, 179, 142, 0.2);
    padding: 0.5rem;
    text-align: left;
    vertical-align: middle;
  }
  .l-faq-area .faq-panel dd table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    padding: 0.5rem;
    vertical-align: middle;
  }
  .l-gallery-area {
    padding: 0;
  }
  .l-gallery-area .foogallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-gallery-area .foogallery-default.spacing-width-10 a {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    width: 50%;
  }
  .l-gallery-area .foogallery-default.spacing-width-10 a img {
    width: 100%;
  }
  .l-access-content {
    padding: 72px 0;
  }
  .c-access-type {
    max-width: 720px;
    margin: 0 auto 64px;
    padding-top: 64px;
    border-top: 1px dotted #cfbdc1;
  }
  .c-access-type:first-child {
    padding-top: 0;
    border-top: none;
  }
  .c-access-type .access-type-title {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
  }
  .c-access-type .access-type-image {
    overflow: hidden;
    width: 100%;
    margin-bottom: 16px;
  }
  .c-access-type .access-type-image img {
    width: 120%;
    margin-left: -10%;
  }
  .c-access-type .access-type-text {
    color: #544842;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 24px;
    padding: 0 24px;
  }
  .c-access-type .access-type-text a {
    display: block;
    padding-top: 8px;
  }
  .c-access-type .access-type-caution {
    font-size: 12px;
    color: #999;
    line-height: 1.8;
  }
  .c-pickup-guide {
    max-width: 720px;
    margin: 0 24px;
    border: 1px solid #cfbdc1;
    padding: 32px 24px 24px;
    position: relative;
  }
  .c-pickup-guide .pickup-guide-title {
    font-size: 16px;
    display: inline-block;
    padding: 8px 24px;
    background: #fff;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #cfbdc1;
  }
  .c-pickup-guide .pickup-guide-lead {
    font-size: 14px;
    color: #544842;
    line-height: 1.8;
  }
  .c-pickup-guide .pickup-guide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0 1rem;
  }
  .c-pickup-guide .pickup-guide-item {
    width: 100%;
    padding: 0.4rem 0 0.4rem 1.2rem;
    position: relative;
    font-size: 14px;
    color: #544842;
  }
  .c-pickup-guide .pickup-guide-item:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cfbdc1;
    position: absolute;
    left: 0;
    top: calc(0.5rem - 2px);
  }
  .c-pickup-guide .pickup-caution {
    font-size: 11px;
    line-height: 1.6;
    color: #777;
  }
  .l-tourism-introduce {
    padding: 72px 0;
  }
  .l-tourism-introduce .c-tourism-area-select {
    max-width: 640px;
    margin: 40px auto;
  }
  .l-tourism-detail {
    padding: 64px 0;
    background: url(../img/bg.jpg);
  }
  .l-tourism-detail .l-tourism-area {
    margin-bottom: 88px;
  }
  .l-tourism-detail .tourism-area-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 48px;
  }
  .tourism-list {
    padding: 0 12px;
  }
  .tourism-list .tourism-item-category {
    display: block;
    font-size: 10px;
    line-height: 1;
    font-family: sans-serif;
    border: 1px solid #a63f37;
    color: #a63f37;
    border-radius: 2px;
    margin-bottom: 8px;
    width: 64px;
    text-align: center;
    padding: 4px 8px;
  }
  .tourism-list .tourism-item-official {
    margin-bottom: 8px;
  }
  .tourism-list .tourism-item-official i {
    margin-left: 4px;
  }
  .tourism-list .tourism-item-map {
    font-size: 14px;
    margin-top: 16px;
    btext-align: center;
  }
  .tourism-list .tourism-item-map a {
    background: #165e83;
    display: inline-block;
    border-radius: 6px;
    padding: 12px 16px;
    text-align: center;
    width: 100%;
    max-width: 640px;
    color: #fff;
  }
  .tourism-list .tourism-item-map i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 4px;
  }
  .l-job-intro {
    padding: 72px 0;
  }
  .l-jobs-content {
    padding: 40px 0;
    background: url(../img/bg.jpg);
  }
  .l-jobs-content .c-job-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
  }
  .l-jobs-content .c-job-content-title {
    padding: 16px;
    text-align: center;
  }
  .l-jobs-content .c-job-content-title .job-content-title {
    font-size: 20px;
    color: #4b2e34;
  }
  .l-jobs-content .c-job-content-title .job-content-title-decoration {
    display: block;
    color: #cfbdc1;
    padding: 4px 4px 0;
    font-size: 10px;
  }
  .l-jobs-content .c-job-content-detail {
    padding: 24px 0;
  }
  .l-jobs-content .job-content-info .job-content-info-item {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    padding: 20px 0;
  }
  .l-jobs-content .job-content-info .job-content-info-item dt {
    margin-bottom: 8px;
    font-weight: bold;
    color: #544842;
  }
  .l-jobs-content .job-content-info .job-content-info-item dd {
    color: #544842;
    line-height: 1.8;
  }
  .l-jobs-content .job-content-info .job-content-info-item .job-content-caution {
    padding: 12px 0 8px;
    font-size: 11px;
    color: #999;
  }
  .l-jobs-content .job-contact {
    padding: 1.5rem;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.75);
  }
  .l-jobs-content .job-contact h6 {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: bold;
  }
  .l-jobs-content .job-contact p {
    font-size: 14px;
    margin-bottom: 0.2rem;
    line-height: 1.4;
  }
  .l-jobs-content .job-contact .contact-item {
    display: inline-block;
    margin-right: 16px;
    font-size: 14px;
  }
  .l-jobs-content .job-contact .contact-item i {
    color: #cfbdc1;
    margin-right: 4px;
  }
  .l-contact-introduce {
    padding: 80px 0;
  }
  .l-contact-content {
    padding: 40px 0 0;
    background: url(../img/bg.jpg);
  }
  .l-contact-content .contact-form-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .l-contact-content .contact-form-lead {
    color: #544842;
    margin-bottom: 24px;
    line-height: 1.4;
    font-size: 12px;
    padding: 0 20px;
  }
  .l-contact-content .c-contact-form {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 20px;
    background: #fff;
  }
  .l-contact-content .c-contact-form .form-line {
    margin-bottom: 40px;
    position: relative;
  }
  .l-contact-content .c-contact-form .form-line input, .l-contact-content .c-contact-form .form-line textarea {
    border: none;
    width: 100%;
    padding: 0.8rem;
    font-size: 15px;
  }
  .l-contact-content .c-contact-form .form-line select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 0.5rem 1.5rem 0.8rem 0.5rem;
    font-size: 15px;
  }
  .l-contact-content .c-contact-form .error {
    position: absolute;
    bottom: -1rem;
    font-size: 12px;
  }
  .l-contact-content .c-contact-form .form-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .l-contact-content .c-contact-form .form-label .require {
    display: inline-block;
    padding: 4px;
    background: #a63f37;
    color: #fff;
    font-size: 10px;
    font-family: sans-serif;
    border-radius: 2px;
    margin-left: 4px;
  }
  .l-contact-content .c-contact-form .form-input {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .l-contact-content .c-contact-form .select-wrapper {
    position: relative;
    display: inline-block;
  }
  .l-contact-content .c-contact-form .select-wrapper:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 3px solid transparent;
    margin-top: -3px;
  }
  .l-contact-content .c-contact-form .submit-area {
    text-align: center;
  }
  .l-contact-content .c-contact-form .submit-area .button-submit {
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 32px;
    margin: 0 auto;
    text-align: center;
    background: #a63f37;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
  }
  .l-contact-content .c-contact-form .submit-area .button-back {
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 48px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 2px solid #333;
    color: #333;
  }
  .l-post-article {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 48px;
  }
  .l-post-article .post-thumbnail-wrapper {
    background: #eee;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .l-post-article .post-thumbnail-wrapper img {
    width: 100%;
    height: auto;
  }
  .l-post-article .post-header {
    padding: 48px 20px 32px;
    max-width: 100%;
    margin: 0 auto;
  }
  .l-post-article .post-header .post-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    padding-bottom: 8px;
    color: #333;
    position: relative;
  }
  .l-post-article .post-header .post-title:before {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background: #cfbdc1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .l-post-article .post-header .post-meta {
    font-size: 12px;
    color: #544842;
  }
  .post-content {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    font-weight: bold;
    color: #333;
    margin: 1.5rem 0;
    line-height: 1.3;
  }
  .post-content h2 {
    font-size: 20px;
  }
  .post-content h3 {
    font-size: 18px;
  }
  .post-content h4 {
    font-size: 16px;
  }
  .post-content h5 {
    font-size: 15px;
  }
  .post-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #544842;
    margin-bottom: 2rem;
  }
  .post-content ul {
    list-style: none;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #544842;
  }
  .post-content ul li {
    padding: 0.25rem 0 0.25rem 1.5rem;
    position: relative;
  }
  .post-content ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: calc(0.75rem - 2px);
    background: #a63f37;
  }
  .post-content ol {
    list-style: none;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #544842;
  }
  .post-content ol li {
    padding: 0.25rem 0 0.25rem 2.5rem;
    position: relative;
    counter-increment: ol;
    text-indent: -1.2rem;
  }
  .post-content ol li:before {
    content: counter(ol) ".";
    border-radius: 50%;
    color: #a63f37;
    display: inline-block;
  }
  .post-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background: #fafafa;
    border-left: #a63f37 solid 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .post-content blockquote p {
    margin-bottom: 0;
  }
  .post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
  }
  .l-post-list {
    padding: 56px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-post-list .post-item {
    width: 100%;
    margin-bottom: 4.5rem;
  }
  .l-post-list .post-item .post-img-wrapper {
    background: #eee;
    margin-bottom: 24px;
  }
  .l-post-list .post-item .post-img-wrapper img {
    width: 100%;
    height: auto;
  }
  .l-post-list .post-item .post-item-content {
    padding: 0;
  }
  .l-post-list .post-item .post-item-content .post-title {
    font-size: 20px;
    line-height: 1.4;
    color: #4b2e34;
    margin-bottom: 40px;
    position: relative;
  }
  .l-post-list .post-item .post-item-content .post-title:before {
    content: "";
    width: 32px;
    height: 2px;
    background: #cfbdc1;
    position: absolute;
    bottom: -16px;
    left: 0;
  }
  .l-post-list .post-item .post-item-content .post-meta {
    font-size: 12px;
    color: #544842;
    margin-bottom: 16px;
  }
  .l-post-list .post-item .post-item-content .post-meta span {
    display: inline-block;
    margin-right: 8px;
  }
  .l-post-list .post-item .post-item-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #544842;
  }
  .l-post-list .post-item .post-item-content .c-read-more {
    text-align: center;
    padding: 12px 0 0;
  }
  .l-post-list .post-item .post-item-content .read-more-link {
    display: inline-block;
    text-decoration: none;
    color: #333;
    border: 2px solid #777;
    line-height: 1;
    padding: 16px 24px;
    font-size: 14px;
    width: 100%;
    max-width: 640px;
  }
  .l-pre-sale {
    padding: 72px 0 0;
  }
  .l-pre-sale-content {
    padding: 40px 0;
    background: url(../img/bg.jpg);
  }
  .pre-reserve-introduction {
    text-align: center;
    padding: 24px 24px 40px;
  }
  .pre-reserve-introduction .list-select-item a:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .pre-sale-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
  .pre-sale-section .pre-sale-section-title {
    font-size: 20px;
    width: 100%;
    padding: 24px 20px;
    position: relative;
  }
  .pre-sale-section .pre-sale-section-title:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #cfbdc1;
    position: absolute;
    left: 20px;
    top: 0;
  }
  .pre-sale-section .pre-sale-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 12px;
  }
  .pre-sale-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eee;
    background: #fff;
  }
  .pre-sale-item .pre-sale-course {
    font-size: 16px;
    width: 100%;
    margin-bottom: 16px;
  }
  .pre-sale-item .pre-sale-price {
    color: #544842;
    font-size: 20px;
  }
  .pre-sale-item .pre-sale-action {
    text-align: right;
    margin-left: auto;
  }
  .pre-sale-item .reserve-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #a63f37;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
  }
  .l-pre-sale20 {
    padding: 72px 0 0;
  }
  .l-pre-sale20-detail {
    background: url(../img/bg.jpg);
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .l-pre-sale20-section {
    padding: 40px 0;
  }
  .l-pre-sale20-section .pre-sale20-section-title {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  .c-pre-sale20-content {
    position: relative;
    padding: 24px 16px;
    margin: 16px 12px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  }
  .c-pre-sale20-content .pre-sale20-content-title {
    font-size: 20px;
    position: relative;
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .c-pre-sale20-content .pre-sale20-content-text {
    line-height: 1.8;
    font-size: 14px;
    color: #544842;
    margin-bottom: 32px;
  }
  .c-pre-sale20-content .pre-sale20-content-text .pre-sale-caution {
    font-size: 11px;
    display: block;
    opacity: 0.9;
    margin-top: 8px;
  }
  .c-pre-sale20-content .pre-sale20-content-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pre-sale20-img {
    width: calc(100% + 32px);
    margin: 0 -16px;
    height: auto;
  }
  .pre-sale20-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .pre-sale20-list {
    width: 100%;
  }
  .pre-sale20-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ddd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pre-sale20-item:last-child {
    border-bottom: none;
  }
  .pre-sale20-item .pre-sale20-course {
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .pre-sale20-item .pre-sale20-original-price {
    text-decoration: line-through;
    color: #544842;
  }
  .pre-sale20-item .pre-sale20-actual-price {
    color: #a63f37;
    font-size: 18px;
  }
  .l-pre-sale20-form {
    background: #fafafa;
    position: relative;
    border-top: 1px solid #e0e0e0;
  }
  .pre-sale20-form-title {
    font-size: 18px;
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-family: serif;
  }
  .pre-sale20-form-container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 16px;
    position: relative;
  }
  .pre-sale20-form-container .form-line {
    margin-bottom: 40px;
    position: relative;
  }
  .pre-sale20-form-container .form-line input, .pre-sale20-form-container .form-line textarea {
    border: none;
    width: 100%;
    padding: 0.8rem;
    font-size: 15px;
    border-radius: 4px;
  }
  .pre-sale20-form-container .form-line select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 0.5rem 1.5rem 0.8rem 0.5rem;
    font-size: 15px;
  }
  .pre-sale20-form-container .error {
    position: absolute;
    bottom: -1rem;
    font-size: 12px;
  }
  .pre-sale20-form-container .form-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .pre-sale20-form-container .form-label .require {
    display: inline-block;
    padding: 4px;
    background: #a63f37;
    color: #fff;
    font-size: 10px;
    font-family: sans-serif;
    border-radius: 2px;
    margin-left: 4px;
  }
  .pre-sale20-form-container .form-input {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .pre-sale20-form-container .select-wrapper {
    position: relative;
    display: inline-block;
  }
  .pre-sale20-form-container .select-wrapper:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 3px solid transparent;
    margin-top: -3px;
  }
  .pre-sale20-form-container .submit-area {
    text-align: center;
  }
  .pre-sale20-form-container .submit-area .button-submit {
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 32px;
    margin: 0 auto;
    text-align: center;
    background: #a63f37;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.1);
  }
  .pre-sale20-form-container .submit-area .button-back {
    font-size: 100%;
    font-family: serif;
    border: none;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    padding: 16px 48px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 2px solid #333;
    color: #333;
  }
}


.text-center{text-align:center;}

.common-btn01{
  display: inline-block;
  color: #fff!important;
  text-decoration: none;
  padding: 16px 48px;
  border: 1px solid #000;
  background:rgba(0,0,0,0.75);
  line-height: 1;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.common-btn01::after{
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  position: absolute;
  left: -40px;
  top: calc(50% - 1px);
  background: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.common-btn01:hover{
  color:#000!important;
  background: #fff;
}
.common-btn01:hover::after{
  opacity: 1;
    left: -24px;
}
