@charset "UTF-8";
@import 'base.css';
@import 'fonts.css';
/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif; */
/* font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
/* font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif; */
/*===============================================================*/
/*  Copyright (C) 2009 Branding Technology All Rights Reserved.  */
/*===============================================================*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
}
img {
  vertical-align: bottom;
  flex-shrink: 0;
  max-width: 100%;
}
a {
  color: #ab9339;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
table {
  width: 100%;
}
p {
  margin-bottom: 1.85em;
}
p, dd, td, th, li {
  line-height: 2em;
}
p:last-child {
  margin-bottom: 0;
}
button {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.section {
  padding: 0 0 0 0;
  margin: 0 0 100px 0;
}
.section .section {
  padding: 0 0 0;
  margin: 0 0 30px 0;
}
.section:last-child {
  margin-bottom: 0;
}
.image-l {
  float: left;
  margin: 0 60px 20px 0;
}
.image-r {
  float: right;
  margin: 0 0 20px 60px;
}
.d-flex {
  display: flex;
}
.d-flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*=============================G L O B A L=============================*/
html {
  background: #fff;
}
body {
  color: #000000;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
#wrapper {
  min-width: 1020px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#menu-toggle {
  width: 100px;
  height: 100px;
  margin: 0 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #ab9339;
  z-index: 1300;
  top: 5px;
  right: 5px;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 50%;
  transform: translate(-50%, 0) rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 25px;
}
#menu-toggle span:nth-child(2), #menu-toggle span:nth-child(3) {
  top: 40px;
}
#menu-toggle span:nth-child(4) {
  top: 55px;
}
#menu-toggle span:nth-child(5) {
  background-color: transparent;
  top: 65px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
#menu-toggle.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  transform: translate(-50%, 0) rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}
#menu-toggle.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}
.menu-l .link-call .num::before {
  top: 4px;
}
.to-top {
  position: fixed;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: #4d4239;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.to-top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.to-top:before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotateZ(-45deg);
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider_unit .slider-track {
  -webkit-transition: all 4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 4s cubic-bezier(0.7, 0, 0.3, 1);
}
.slider_unit .img {
  width: 100%;
  transform: scale(1.1);
}
.slider_unit .slide_item.slick-active .img {
  animation: cssAnimation 6s 1 ease-in-out forwards;
}
@keyframes cssAnimation {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
#mainvisual .slide01 {
  display: block;
  background: url('../images/mainvisual.jpg') center top / cover no-repeat;
  width: 100%;
  height: 100%;
}
.idx_mainvi_slide_inner.slider_unit .slide_img, .idx_mainvi_slide .slick-list, .idx_mainvi_slide .slick-track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 900px;
}
/*============================= H_E_A_D_E_R =============================*/
#header {
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: 99;
  top: 0;
  left: 0;
}
#header p, #header span {
  color: #fff;
  font-weight: 600;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
#header .h-top-l {
  display: block;
  z-index: 98;
}
/*.sticky .h-top-name {
    display: block;
}*/
.h-r-ins {
  display: none;
}
.h-top {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 0 21px 0 32px;
  background: linear-gradient(25deg, transparent 55%, rgba(0, 0, 0, 0.7) 65%);
  height: 130px;
  /* transition: .3s linear; */
}
.h-top-name {
  display: none;
  margin-top: 22px;
}
.h-top-r {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  align-items: center;
}
.h-call span {
  display: block;
  text-align: center;
}
.h-flex {
  display: flex;
  flex-direction: column;
}
.h-ico {
  display: flex;
  margin-left: 30px;
}
.h-calender-2 {
  display: flex;
  gap: 17px;
}
.h-calender {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-top: 5px;
}
.h-calender > .h-calender-2:not(:first-child) {
  margin-top: 7px;
}
.h-call {
  border: 1px solid #fdf2db;
  padding: 5px 15px 1px;
  margin-left: 22px;
  text-decoration: none;
}
.h-call .desc {
  font-size: 13px;
}
.h-call .num {
  position: relative;
  padding-left: 18px;
  font-size: 1.75rem;
  font-weight: 400 !important;
  line-height: 1.2;
}
.h-call .num::before, .link-call .num::before {
  content: '';
  position: absolute;
  background: url('../images/ico-call.svg') center left no-repeat;
  width: 16px;
  height: 20px;
  background-size: contain;
  left: 0;
  top: 5px;
}
.h-contact {
  width: 100px;
  height: 100px;
  background-color: #472408;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
}
.h-contact span {
  padding-top: 50px;
  position: relative;
}
.h-contact span::before {
  content: '';
  position: absolute;
  background: url('../images/ico-web.svg') center top no-repeat;
  width: 40px;
  height: 28px;
  background-size: contain;
  top: 8px;
  left: 8px;
}
.h-calender-1 {
  margin-bottom: 6px;
}
.h-calender-1-desc {
  position: relative;
}
.h-calender-1-desc::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 0) rotate(25deg);
}
.menu .sub-menu.link-top li::before {
  display: none;
}
.menu-calender-time {
  font-size: 0.875rem;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
  font-weight: 400 !important;
}
.menu-calender-time .ico {
  margin-right: 5px;
  font-size: 0.75rem;
  opacity: 0.7;
}
.menu-calender-time .ico.square {
  margin-right: 6px;
}
.menu-l p:nth-child(1) {
  margin-bottom: 59px;
}
.menu-l .col-2 {
  gap: 20px;
  padding-left: 5px;
}
.menu-l .link-mail {
  justify-content: flex-start;
  padding: 6px 5px 4px 10px;
  width: 210px !important;
  background-color: #fff;
  border: none;
}
/* .menu-l .link-mail span::after {

	background: url(../images/ico-web-color.png) center top no-repeat;

	background-size: contain;

	width: 32px;

	height: 22px;

} */
.link-mail span {
  position: relative;
  padding-left: 38px;
}
.menu-l .link-mail span::after {
  background: url(../images/ico-web-color.png) center top no-repeat;
  width: 32px;
  height: 22px;
  background-size: contain;
  left: 5px;
  top: 0;
}
.open-nav {
  overflow: hidden;
}
.social {
  gap: 21px !important;
  padding: 70px 17px 40px;
}
.menu li span::before {
  top: 10px !important;
}
.menu-l .link-mail span {
  color: #472408 !important;
  font-weight: 600 !important;
}
.menu-l p:nth-child(2) {
  margin-bottom: 12px !important;
}
.menu-r .col-2 .menu-list:nth-child(1) {
  flex-grow: 1;
}
.h-calender-1-tit, .h-calender-2-tit {
  border: 1px solid rgb(253 242 219 / 40%);
  padding: 2px 5px;
}
.h-calender-1-tit {
  margin-right: 12px;
}
.menu {
  position: fixed;
  background-color: #090909;
  width: 100%;
  height: calc(100vh - 130px);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  z-index: -1;
  left: 100%;
  top: 130px;
}
.open-nav .menu {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.menu-r .col-2 {
  gap: 4px;
}
.menu-r .col-2 .menu-list:nth-child(1) .sub-menu {
  padding-right: 30px;
}
.col-2 .menu-list .sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
.menu li span {
  padding-bottom: 2px !important;
  margin-bottom: 10px !important;
}
.menu-r {
  padding: 3px 0;
}
.sub-menu.link-top {
  margin-bottom: 21px;
}
.menu .inner {
  display: flex;
  gap: 106px;
}
.menu-l .link-call {
  color: #472408;
  font-size: 0.875rem;
  padding: 4px 5px 4px 10px;
  width: 210px;
  border: 1px solid #fff;
}
.menu-l .custom-link.link-call::before {
  display: none;
}
.menu-l {
  padding: 77px 0;
}
.open-nav .h-top {
  background-color: #090909 !important;
}
.open-nav .h-calender {
  display: none;
}
/*============================= F_O_O_T_E_R =============================*/
#footer {
  display: block;
  clear: both;
  text-align: left;
  margin-top: auto;
}
#footer address {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 0.813rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
/* Block 10 */
.bg-b10 {
  background: url('../images/bg-b10.jpg') center top no-repeat;
  padding: 100px 0 104px;
  background-size: cover;
}
/* Block 11 */
.bg-b11 {
  position: relative;
  z-index: 1;
  background: url('../images/bg-b11.jpg') center top no-repeat;
  height: 540px;
  padding: 85px 0 50px;
  background-size: cover;
}
.ft-menu-list li span, .menu li span {
  position: relative;
  font-size: 1.063rem;
  display: block;
  padding-left: 15px;
  padding-bottom: 3px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgb(251 242 221 / 50%);
}
.ft-menu-list li span::before, .menu li span::before {
  content: '';
  position: absolute;
  background: url(../images/ico-menu.png) center left no-repeat;
  width: 9px;
  height: 9px;
  background-size: contain;
  top: 11px;
  left: 0;
}
.ft-menu {
  display: flex;
  gap: 94px;
  margin-bottom: 30px;
}
.ft-menu ul li, .ft-menu ul li a, .menu li a {
  color: #fff;
  font-size: 0.938rem;
  text-decoration: none;
  font-weight: 500;
}
.ft-menu .ft-sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.ft-menu .ft-sub-menu li, .menu .sub-menu li {
  position: relative;
  padding-left: 18px;
}
.ft-menu .ft-sub-menu li::before, .menu .sub-menu li::before {
  content: '';
  position: absolute;
  background: url(../images/ico-arrow-menu.svg) center left no-repeat;
  width: 6px;
  height: 9px;
  background-size: contain;
  left: 0;
  top: 11px;
}
.ft-menu .link-top {
  padding-top: 45px;
}
.ft-menu-list:nth-child(2) {
  padding-right: 35px;
}
.ft-menu-list:nth-child(3) {
  padding-left: 45px;
}
.ft-menu-list .col-2 {
  gap: 40px;
}
.ft-bnr-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
/*============================= C_O_N_T_E_N_T =============================*/
.main-visual {
  position: relative;
}
.main-fix-meta p, .main-fix-meta span {
  color: #fff;
}
.main-fix-meta {
  position: absolute;
  width: 100%;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 12px);
  text-align: center;
}
.main-fix-meta-inner h2 {
  font-size: 2.5rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  line-height: 1.4;
  margin-bottom: 53px;
  letter-spacing: 0.1em;
}
.meta-box-item {
  font-size: 1.25rem;
  border: 1px solid rgb(253 242 219 / 50%);
  margin-bottom: 0;
  min-width: 200px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.meta-box-item span {
  font-size: 150%;
}
.meta-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.main-bnr {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  /* transform: translateX(-50%); */
  transition: opacity 0.5s cubic-bezier(0.3, 0, 0.3, 1);
}
@media (min-width: 751px) {
  .main-bnr:hover {
    opacity: 0.7;
  }
}
.main-ovn {
  position: absolute;
  bottom: 0;
  font-family: '游ゴシック';
  left: 0;
}
.main-ovn .main_fl {
  display: flex;
  width: 800px;
  background: #FFF;
  opacity: 0.93;
  font-family: '游ゴシック';
  padding: 20px 0 20px 0;
}
.main-ovn > * {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.link-ovn {
  text-decoration: none;
  width: 190px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 10px 0 30px;
}
.link-ovn span {
  display: block;
  color: #ab9339;
}
.link-ovn .en {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.17em;
}
.link-ovn .jp {
  font-size: 1rem;
  font-weight: 600;
}
.content-ovn-first {
  display: flex;
  align-items: center;
}
.content-ovn {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 10px 5px 0px;
  width: calc(100% - 250px);
}
.content-ovn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.93;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-ovn-date {
  font-size: 0.813rem;
  letter-spacing: -0.05em;
  margin-right: 13px;
}
.main-ovn-cate {
  font-size: 0.875rem;
  background-color: #afafaf;
  color: #fff;
  padding: 2px 12px;
  text-decoration: none;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.content-ovn-desc {
  font-size: 0.938rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2em;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  color: initial;
  text-decoration: none;
  max-width: 100%;
}
/* Block 1 */
.bg-b1 {
  background: url('../../../uploads/2022/11/bg-b1-fix.jpg') center top no-repeat;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}
.box-post {
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
}
.b1-desc {
  font-size: 2rem !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
.b1-content {
  padding-top: 10px;
}
.b1-content .custom-link {
  margin: 0 auto;
}
/* Block 2 */
#index h3 {
  font-size: 2.5rem;
}
.b2-title {
  position: relative;
  background: url('../images/bg-b2.jpg') center top no-repeat;
  background-size: cover;
  height: 222px;
  padding: 72px 0 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
}
.b2-title::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  opacity: 0.4;
}
.bg-b2 p {
  color: #fff;
}
.b2-content {
  background: url('../images/bg-b2-content.jpg') center top no-repeat;
  /* height: 940px; */
  background-size: cover;
  padding: 33px 0 114px;
}
.b2-col2 {
  display: flex;
  gap: 63px;
}
.b2-col2 > * {
  width: 50%;
}
.b2-img {
  flex-shrink: 0;
  margin-bottom: 0;
  padding-top: 30px;
}
.b2-content-col-tt {
  display: inline-block;
  font-size: 2rem;
  padding: 0 0 8px;
  text-align: center;
  margin-bottom: 32px !important;
  border-bottom: 1px solid #fbf2dd73;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.17em;
}
.b2-content .desc-l {
  margin-bottom: 65px;
}
.b2-content-desc p {
  margin-bottom: 32px;
}
.b2-content-desc .custom-link {
  color: #fff;
  font-size: 1.125rem;
  width: 350px;
  letter-spacing: 0.17em;
}
.custom-link.arrow-white {
  border: 1px solid #fff;
}
.custom-link.arrow-white::before {
  width: 19px;
  height: 13px;
  background: url(../images/under_arr_white.svg) center right no-repeat;
  background-size: contain;
}
/* Block 3 */
.bg-b3 {
  background: url('../images/bg-b3.jpg') center top no-repeat;
  padding: 131px 0 109px;
  background-size: cover;
}
.b3-tt {
  position: relative;
  background-color: transparent;
  font-size: 1.375rem !important;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  padding: 11px 50px 11px 65px;
  letter-spacing: 0.08em;
  min-width: 405px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 25px;
  margin-bottom: 85px;
}
.b3-tt::before {
  content: '';
  position: absolute;
  background-color: #42260e;
  width: 100%;
  height: 100%;
  top: 0;
  left: -15px;
  transform: skewX(28deg);
  z-index: -1;
}
.b3-title-en {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
  font-size: 1.375rem;
  margin-bottom: 6px;
}
.b3-title-en span {
  position: relative;
  font-size: 1.375rem;
  margin-bottom: 0;
  color: #a69448;
  line-height: 1;
  letter-spacing: 0.05em !important;
  z-index: 1;
  mix-blend-mode: multiply;
}
.b3-title-en .num {
  font-size: 272.72%;
  padding-top: 8px;
  margin-left: -13px;
  z-index: 0;
}
.b3-title-en::before {
  content: '';
  position: absolute;
  background: url('../images/dc-title.png') center top no-repeat;
  width: 214px;
  height: 178px;
  background-size: contain;
  top: -60px;
  left: -60px;
}
.b3-title {
  font-size: 2rem;
  margin-bottom: 28px;
  letter-spacing: 0.1em;
  line-height: 1.85;
  font-weight: 400;
}
.b3-desc {
  display: flex;
  gap: 40px;
  margin-bottom: 37px;
}
.b3-item-img {
  text-align: center;
  flex-shrink: 0;
}
.b3-item-img span {
  position: relative;
  display: block;
}
.b3-item-img span::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 50px;
  opacity: 0.5;
}
.b3-item-img span::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  border: solid #fff;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 50px;
  opacity: 0.5;
}
.banner-col2 {
  display: flex;
  gap: 30px;
}
.banner-col-img {
  position: relative;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}
.banner-col-img::before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
}
.banner-col-img img {
  transition: 0.2s linear;
}
.banner-col2-desc p {
  margin-bottom: 10px;
}
.banner-col2-desc a:not(:last-child) {
  margin-bottom: 20px;
}
.banner-col2-desc a {
  min-height: 76px;
  display: flex;
  flex-direction: column;
}
.banner-img-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 93%;
  text-align: center;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  z-index: 3;
}
.banner-txt-jp {
  position: relative;
}
.b3-item {
  position: relative;
  z-index: 1;
}
.b3-item::before {
  content: '';
  position: absolute;
  width: calc(100% - 303px);
  height: 540px;
  background-color: #fff;
  z-index: -1;
  top: 50px;
  right: calc(50% - 648px);
  transition: 0.2s;
}
.b3-item.b3-item3::before {
  height: 448px;
}
.banner-txt-jp::before {
  content: '';
  position: absolute;
  background: url('../images/under_arr_white.svg') center right no-repeat;
  width: 19px;
  height: 12px;
  background-size: contain;
  right: -28px;
  bottom: 5px;
}
.banner-img-txt p {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}
.banner-col3 {
  display: flex;
  gap: 35px;
}
.banner-col-img p {
  margin-bottom: 0;
}
.b3-frame-banner > *:not(:last-child) {
  margin-bottom: 30px;
}
.b3-item2 .b3-desc {
  flex-direction: row-reverse;
}
.b3-item2 {
  margin-bottom: 128px !important;
}
.b3-item3 .b3-desc {
  flex-direction: row;
}
.b3-item:not(:last-child) {
  margin-bottom: 110px;
}
.banner-col-desc {
  position: relative;
  display: block;
  padding: 30px 280px 30px 22px;
  text-decoration: none;
}
.banner-col-desc::before {
  content: '';
  position: absolute;
  background-color: #433233;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
.banner-col-desc-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.b3-item3 .banner-col2 {
  gap: 50px;
}
.banner-col-desc-tt {
  font-size: 20px;
  margin-bottom: 10px !important;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.banner-col-desc p {
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0;
}
.bg-b4 {
  position: relative;
  background: url('../images/bg-b4.jpg') center top no-repeat;
  background-size: cover;
  padding: 93px 0;
}
.bg-b4 p {
  color: #fff;
}
.b4-tt-m {
  display: block;
  font-size: 55%;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.b4-tt-l {
  font-size: 100%;
  line-height: 1;
  letter-spacing: 0.17em;
}
.b4-tt::before {
  content: '';
  position: absolute;
  background: url('../images/dc-tt-left.png') center top no-repeat;
  width: 61px;
  height: 61px;
  background-size: contain;
  left: 0;
  top: -27px;
}
.b4-tt::after {
  content: '';
  position: absolute;
  background: url('../images/dc-tt-right.png') center top no-repeat;
  width: 61px;
  height: 61px;
  background-size: contain;
  right: -17px;
  bottom: -24px;
}
.bg-b4 .inner {
  position: relative;
  z-index: 1;
}
.b4-dc01 {
  position: absolute;
  top: -25px;
  right: 0;
  z-index: -1;
}
.title span {
  display: block;
}
.bg-b4 .b4-tt {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  margin-bottom: 40px;
  color: #fff;
  padding-top: 7px;
}
.b4-content .dc-circle {
  display: flex;
  gap: 20px;
  padding-left: 178px;
}
.b4-content-desc {
  display: flex;
  padding-left: 25px;
  gap: 36px;
  margin-top: -15px;
}
.b4-content-desc p img {
  margin-top: -20px;
}
.b4-content-desc p {
  flex-shrink: 0;
  margin-bottom: 0 !important;
}
.b4-content-txt p {
  margin-bottom: 25px !important;
}
.dc-circle p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('../images/dc-circle.png') center top no-repeat;
  background-size: contain;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  width: 141px;
  height: 140px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-left: 6px;
}
.b4-content-txt a {
  width: 320px;
  padding: 10px 40px 10px 20px;
  color: #fff;
  justify-content: flex-start;
  letter-spacing: 0.18em;
}
/* Block 5 */
.bg-b5 {
  position: relative;
  padding: 62px 0 180px;
  transition: 0.2s;
}
.bg-b5 h3 {
  line-height: 1.7;
  letter-spacing: 0.17em;
  font-weight: 500;
}
.bg-b5::before {
  content: '';
  position: absolute;
  background: url('../images/bg-b5.jpg') center top no-repeat;
  width: 100%;
  /* height: 710px; */
  height: 608px;
  /* background-size: contain; */
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-b5::after {
  content: '';
  position: absolute;
  background-color: #f7f7f7;
  width: 100%;
  height: 328px;
  bottom: 0;
  z-index: -1;
}
.iframe-ytb {
  text-align: center;
}
.iframe-ytb span {
  display: block;
  width: 708px;
  text-align: left;
  margin: 0 auto;
  line-height: 1;
}
.b5-content p {
  margin-bottom: 24px;
  color: #707070;
}
.b5-list p {
  color: #000;
  font-size: 0.938rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.col-3 {
  display: flex;
  gap: 50px;
}
.backBlack {
  background: #333 !important;
  transition: background 0.65s cubic-bezier(0.18, 0.06, 0.23, 1), color 0.65s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.backBlack .bg-b3 {
  background: #333;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0.6;
}
.backBlack .b3-item::before {
  background: rgb(37, 37, 37);
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.backBlack .bg-b5 {
  background: #333;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.backBlack .bg-b5 * {
  color: #fff;
  opacity: 0.6;
}
.b3-item.b3-item2::before {
  left: calc(50% - 648px);
  right: unset;
  height: 450px;
}
.b3-item.b3-item2::before {
  height: 448px;
}
.b5-item {
  color: initial;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 9px;
  border-top: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
}
.b5-list .bg-white {
  background-color: #fff;
  padding: 0 0 20px;
}
.sp475 {
  display: none;
}
.pc475 {
  display: block;
}
.fixed-bot {
  display: none;
}
.b5-item .center {
  overflow: hidden;
}
.b5-item .center img {
  transition: 0.2s linear;
}
.b5-item-tt {
  line-height: 1.2;
  text-align: center;
  font-size: 1.125rem !important;
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 12px;
  margin: 0 15px 20px !important;
  font-weight: 600 !important;
}
.b5-item-desc {
  padding: 0 21px 20px;
  background-color: #fff;
}
.b5-item-bg {
  background-color: #f7f7f7;
  padding: 10px 8px;
}
.b5-item-bg p {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-size: 0.938rem;
  margin-bottom: 0;
  line-height: 1.5;
}
.b5-item-bg .note span {
  padding-left: 12px;
}
.b5-item-bg .note .symbol {
  padding-left: 0;
  color: #aa9338;
}
.b5-item-bg .note .num {
  padding-left: 0;
  font-size: 147%;
}
.b5-address {
  line-height: 1.6;
  margin-bottom: 17px !important;
}
.box-ytb {
  margin-bottom: 75px;
}
/* Block 6 */
.bg-b6 {
  position: relative;
  padding: 49px 0 0;
}
.b6-img {
  position: relative;
  z-index: 1;
  width: 270px;
}
.b6-img img {
  position: absolute;
  right: calc(50% - 240px);
  max-width: 1352px;
  top: -50px;
}
.b6-img::before {
  content: '';
  position: absolute;
  width: 820px;
  height: calc(100% + 49px);
  background-color: #e3e3e3;
  flex-shrink: 0;
  right: -110px;
  top: -49px;
  z-index: -1;
}
.b6-img::after {
  content: '';
  position: absolute;
  width: 820px;
  height: calc(100% + 49px);
  background-color: #fffcf0;
  flex-shrink: 0;
  right: -110px;
  top: -49px;
  z-index: -1;
  opacity: 0.36;
}
.b6-content {
  position: relative;
  display: flex;
  min-height: 740px;
  background-color: #fff;
  width: 650px;
  margin-top: -110px;
  flex-shrink: 0;
  z-index: 1;
  padding: 58px 5px 45px 68px;
}
.b6-content::before {
  content: '';
  position: absolute;
  width: 1100px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}
.b6-content h3.title {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: -12px;
}
.b6-content-txt {
  position: relative;
  padding: 37px 0;
}
.b6-content-txt::after {
  content: '';
  position: absolute;
  background-color: #a69448;
  width: 80px;
  height: 1px;
  top: 2px;
  left: 0;
}
.b6-content-txt a {
  letter-spacing: 0.2em;
  font-size: 1.125rem;
}
.b6-content h3.title::before {
  display: none;
}
.b6-content-txt p {
  margin-bottom: 58px;
  color: #707070;
}
.col-2 {
  display: flex;
  gap: 110px;
}
.social.col-2 {
  align-items: center;
}
.b6-box-img {
  margin-left: -18px;
  flex-shrink: 0;
}
.b6-img {
  margin-bottom: 15px;
}
.info {
  position: absolute;
  margin-left: 18px;
  bottom: 75px;
}
.info p {
  margin-bottom: 3px;
  letter-spacing: 0.18em;
  font-size: 1rem;
}
.sign span {
  margin-left: 10px;
  font-size: 137.5%;
}
.b6-content .title {
  flex-direction: column-reverse;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: left;
}
.b6-content .desc-l {
  letter-spacing: 0.03em !important;
  font-size: 2.4rem !important;
  font-weight: 500;
}
.b6-content .title-en.line-2 {
  padding: 30px 0;
  margin-left: 3px;
}
.b6-content .title-en::before, .b6-content .title-en::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 45%;
  height: 2px;
  opacity: 0.5;
}
.b6-content .title-en::after {
  top: unset;
  bottom: 0;
}
/* Block 7 */
.bg-b7 {
  position: relative;
  z-index: 1;
  background: url(../images/b7-bg.jpg) center top repeat-y;
  padding: 102px 0 110px;
  background-size: cover;
}
.bg-b7 .title-en {
  font-size: 57.5% !important;
  line-height: 2;
  letter-spacing: 0.05em;
}
.b7-box h3.title {
  margin-bottom: 8px;
}
/* width */
.b7-item-content::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.b7-item-content::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
.b7-item-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
/* Handle on hover */
.b7-item-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.b7-frame {
  display: flex;
  gap: 40px;
}
.b7-frame .b7-box {
  width: calc(50% - 20px);
}
.b7-frame .title::before {
  display: none;
}
.b7-list li {
  position: relative;
  display: flex;
  gap: 10px;
}
.b7-list li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #dbdcdc 30%, transparent 20%, transparent 50%, #dbdcdc 50%, #dbdcdc 80%, transparent 75%, transparent 100%);
  background-size: 8px 8px;
}
.b7-list li:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 5px;
}
.b7-list li a {
  display: flex;
  color: initial;
  text-decoration: none;
  padding-bottom: 2px;
  gap: 37px;
}
.b7-list li span {
  margin-bottom: 0;
  font-size: 0.938rem;
}
.b7-list li span:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b7-item-content {
  padding: 26px 28px 21px 30px;
  height: 165px;
  overflow-y: auto;
}
.frame-post {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 2px 2px 0 0;
}
.blog-date {
  letter-spacing: -0.05em;
}
/* Block 8 */
.bg-b8 h3 {
  font-size: 1.438rem !important;
  display: inline-block;
  margin-bottom: 0 !important;
  background-color: #fff;
  padding: 0 65px;
  letter-spacing: 0.05em;
}
.bg-b8 .title-center {
  margin-bottom: 23px;
}
.title-center {
  position: relative;
  text-align: center;
}
.bg-b8 .title-center::after {
  content: '';
  position: absolute;
  background-color: #a69448;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}
.bg-b8 {
  position: relative;
  z-index: 1;
  padding: 94px 0 98px;
}
.bg-b8 h3::before {
  display: none;
}
.list-bnr {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.bg-b8 .b8-content:not(:last-child) {
  margin-bottom: 58px;
}
.list-4bnr {
  gap: 70px;
}
/* Block 9 */
.bg-b9 {
  padding: 100px 0 109px;
  background: url('../images/bg-b9.jpg') center top no-repeat;
  background-size: cover;
}
.ft-logo {
  display: block;
  /* margin-bottom: 52px !important; */
  padding-left: 0 !important;
}
.b9-left p {
  margin-bottom: 14px;
  font-size: 0.875rem;
}
.b9-left .ico {
  font-size: 0.75rem;
  color: #aa9338;
  opacity: 0.3;
}
.b9-left a {
  color: #472408;
  font-size: 0.875rem;
  padding: 4px 5px 4px 10px;
  width: 250px;
}
.b9-left a.link-call::before, .b9-left a.link-call2::before {
  display: none;
}
a .num {
  position: relative;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-left: 15px;
  font-weight: 400 !important;
}
.b9-left a .num::before {
  content: '';
  position: absolute;
  background: url('../images/ico-call-color.svg') center left no-repeat;
  width: 16px;
  height: 21px;
  background-size: contain;
  left: -5px;
  top: 0;
}
.b9-left .col-2 {
  gap: 10px;
}
.link-call {
  flex-direction: column;
}
.link-call span {
  position: relative;
  display: block;
}
.link-mail {
  font-size: 1.125rem !important;
  width: 220px !important;
  color: #fff !important;
  background-color: #472408;
  padding-right: 20px !important;
}
.b9-left .link-mail span {
  padding-top: 4px;
}
.link-mail span::after {
  content: '';
  position: absolute;
  background: url('../images/ico-web.svg') center top no-repeat;
  width: 32px;
  height: 22px;
  background-size: contain;
  left: 0;
}
.b9-content {
  display: flex;
  gap: 38px;
}
.b9-right {
  padding-top: 23px;
}
.link-call2 {
  margin-top: 2px;
  font-size: 1.5rem !important;
  border: none !important;
  min-height: auto !important;
  justify-content: flex-start !important;
}
.link-call2 span {
  position: relative;
  padding-left: 25px;
  font-weight: 400 !important;
}
.link-call2 span::after {
  content: '';
  position: absolute;
  background: url('../images/ico-call2.svg') center left no-repeat;
  width: 22px;
  height: 19px;
  background-size: contain;
  left: 1px;
  top: 5px;
}
.b9-right > * {
  font-size: 0.813rem;
  color: #363636;
}
.b9-right p {
  margin-top: 8px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
}
.b9-right a {
  position: relative;
  color: #363636;
  text-decoration: none;
  font-weight: 600;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  padding-right: 30px;
}
.b9-right a span {
  opacity: 0.6;
}
.b9-right a::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 13px;
  background: url(../images/arrow-link.png) center right no-repeat;
  background-size: contain;
  right: 0;
  top: 7px;
}
.b9-right ul {
  display: flex;
  gap: 10px;
}
.b9-right ul li {
  position: relative;
  width: calc((100% / 3) - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  z-index: 1;
  padding: 5px;
  color: #000;
}
.b9-right ul li span {
  font-size: 166.66%;
}
.b9-right ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #aa9338;
  opacity: 0.23;
  left: 0;
  top: 0;
  z-index: -1;
}
/* For all */
h3, h4, .info p, .blog-date {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
h3.title {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
h3.title::before {
  content: '';
  position: absolute;
  background-color: #a69448;
  width: 80px;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
}
h3 .title-en.line-2::before {
  background-color: #a69448;
}
h3 .title-en.line-2::after {
  background-color: #a69448;
}
h3.title .desc-l {
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.17em;
  font-weight: 500;
}
h3.title .desc-m {
  font-size: 55%;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.2;
  letter-spacing: 0.17em;
}
.title-en {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 55% !important;
  letter-spacing: 0.17em;
  padding: 0 30px;
  margin-bottom: 0;
}
.title-en::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #fbf2dd;
  left: -2px;
  top: 50%;
  transform: translate(0, -50%);
}
.title-en::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #fbf2dd;
  right: 3px;
  top: 50%;
  transform: translate(0, -50%);
}
.custom-link {
  position: relative;
  display: flex;
  border: 1px solid #42260e;
  width: 310px;
  min-height: 60px;
  font-size: 1rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.custom-link::before {
  content: '';
  position: absolute;
  background: url('../images/under_arr.svg') center right no-repeat;
  width: 19px;
  height: 13px;
  background-size: contain;
  right: 15px;
}
.b3-title-h {
  position: relative;
  z-index: 1;
}
.sticky .h-top {
  background: linear-gradient(25deg, transparent 0, rgba(0, 0, 0, 0.9) 65%);
}
.sticky.open-nav .h-top {
  background: none;
}
.no-stick {
  transition: 0.2s linear;
}
.sticky .no-stick {
  width: 130px;
  height: 130px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.sp375, .sp475 {
  display: none;
}
/*======================= under ========================*/
.image_l {
  float: left;
  margin: 0 62px 0 0;
}
.image_r {
  float: right;
  margin: 0 0 0 62px;
}
.under #top_info {
  background: url('../images/under_main_bg.jpg') no-repeat center center/cover;
  height: 460px;
  align-items: center;
  color: #fff;
  display: flex;
}
.under h2 {
  font-size: 2.5rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.under h2 .en {
  display: flex;
  align-items: center;
  font-size: 55%;
  line-height: 1em;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.under h2 .en:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 290px;
  height: 1px;
  background: #fff;
  margin-left: 20px;
}
.topic_path {
  background: #190a01;
  padding: 9px 0;
  font-family: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}
.topic_path ul {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.topic_path li a {
  text-decoration: none;
  color: #fff;
}
.topic_path li:not(:last-child):after {
  content: '';
  position: relative;
  display: inline-block;
  background: url('../images/topic_path_arr.svg') no-repeat center center/100% auto;
  width: 7px;
  height: 12px;
  margin: 0 20px;
}
.under #content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 147px 0;
}
.under h3 {
  font-size: 1.625rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 2px solid #c8bc9f;
  margin-bottom: 27px;
  padding: 0 0 3px;
  position: relative;
}
.under h3:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #917a41;
  left: 0;
  bottom: -2px;
}
.under .section {
  margin-bottom: 120px;
}
.under .section:last-child, .under .section p:last-child {
  margin-bottom: 0;
}
.under h4 {
  font-size: 1.375rem;
  position: relative;
  font-weight: bold;
  line-height: 1.5em;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  border-top: 2px solid #a19387;
  border-bottom: 2px solid #a19387;
  padding: 16px 0 9px 20px;
  margin-bottom: 26px;
}
.under h4:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 52%;
  background: #aa9338;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.under h5 {
  font-size: 1.438rem;
  color: #aa9338;
  font-weight: bold;
  line-height: 1.5em;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  border-bottom: 7px double #d3caa4;
  padding: 0 0 1px;
  margin-bottom: 20px;
}
.under h6 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  padding-left: 30px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  margin-bottom: 29px;
}
.under h6:before {
  content: '';
  position: absolute;
  background: url('../images/under_h6_icon.svg') no-repeat center center/100% auto;
  width: 22px;
  height: 23px;
  left: 0;
  top: 0;
}
.under_anc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.under_anc li {
  width: 230px;
  margin: 10px 50px;
}
.under_anc li a {
  text-decoration: none;
  border-bottom: 1px solid #917a41;
  color: #aa9338;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-size: 112.5%;
  display: block;
  transition: all 0.3s;
  position: relative;
  background: url('../images/under_arr.svg') no-repeat right 5px center/19px auto;
  padding: 0 25px 0 5px;
}
.vtop td, td.vtop {
  vertical-align: top;
}
.tbl_fixed {
  table-layout: fixed;
}
.td-2cl {
  display: flex;
}
.td-2cl span:nth-child(1) {
  white-space: nowrap;
}
.tbl_block th {
  background: #faf9f6;
  text-align: left;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tbl_block td {
  border: 1px solid #cfcfce;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tbl_block tr:first-child td {
  border-top-color: #fff;
}
.tbl_block tr:last-child td, .tbl_block tr:last-child th {
  border-bottom: 1px solid #fff;
}
.tbl_block {
  border-top: 1px solid #cfcfce;
  border-bottom: 1px solid #cfcfce;
  border-collapse: separate;
}
.tbl_block th, .tbl_block td {
  padding: 1em;
}
.tbl_block tr:nth-child(2n) th {
  background: #f0eeea;
}
.under_tbl:not(.tbl_block) th {
  background: #472408;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 1em;
  font-weight: 600;
}
.under_tbl:not(.tbl_block) td {
  padding: 1em;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
}
.under_tbl:not(.tbl_block) tr:nth-child(2n + 1) td {
  background: #faf9f6;
}
.under_tbl:not(:last-child) {
  margin-bottom: 30px;
}
.under_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under_col_item {
  width: calc(50% - 20px);
  background: #f8f8f8;
  padding: 30px;
  margin-bottom: 40px;
}
.under_col_item .ttl {
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: center;
  border-bottom: 2px solid #cac3bd;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  padding: 0 0 13px;
  margin-bottom: 26px;
}
.col-img2 {
  display: flex;
  justify-content: center;
}
.col-img2 p:not(:last-child), .tb-col2 p:not(:last-child) {
  margin-right: 10px;
}
.list-img4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-img4 p {
  width: calc((100% / 4) - 20px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.list-img4 p:nth-child(4n + 4) {
  margin-right: 0;
}
.tb-col2 {
  display: flex;
}
.col-3img {
  display: flex;
}
.col-3img img {
  height: auto;
}
.col-3img p:not(:last-child) {
  margin-right: 10px;
}
.under_col_item p:not([class]):not(:last-child) {
  margin-bottom: 15px;
}
.under_frame {
  background: #2f1907;
  padding: 40px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.under_frame:after {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -2;
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
}
.under_list li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 18px;
}
.under_list li:last-child {
  margin-bottom: 0;
}
.under_list li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #b19c49;
  left: 0;
  transform: rotate(45deg);
  top: 11px;
}
.under_bnr {
  position: relative;
  padding-bottom: 90px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.under_bnr:after {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: 240px;
  background: #f7f7f7;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
}
.under_bnr li {
  width: calc(50% - 20px);
}
.under_bnr a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  height: 240px;
  align-items: center;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.under_bnr a:before, .under_bnr a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
  z-index: -2;
  pointer-events: none;
}
.under_bnr a:before {
  background: url('../images/under_bnr.jpg') no-repeat center center/cover;
}
.under_bnr a:after {
  z-index: -1;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.59;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.col-2img {
  display: flex;
}
.col-2img p {
  width: calc((100% / 2) - 5px);
}
.col-2img p:not(:last-child) {
  margin-right: 10px;
}
.under_bnr_txt {
  width: 100%;
  font-size: 1.438rem;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  letter-spacing: 0.05em;
}
.under_bnr_txt .btn {
  display: block;
  width: 300px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  position: relative;
  font-size: 1rem;
  padding: 12px 0 12px;
  margin: 17px auto -2px;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.under_bnr_txt .btn:after {
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: skewY(-10deg) scale(1, 0);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.under_bnr_txt .btn:before {
  content: '';
  position: absolute;
  background: url('../images/under_arr_white.svg') no-repeat center center/100% auto;
  width: 19px;
  height: 12px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.under_bnr_txt .small {
  display: block;
  font-size: 69.56%;
}
.bnr_web a:before {
  background-image: url('../images/under_web_bnr.jpg');
}
.under_step dl {
  position: relative;
  padding-left: 90px;
  padding-bottom: 69px;
}
.under .section.section-m {
  margin-bottom: 60px;
}
.under_frame.in-sc {
  overflow: hidden;
}
.under_step dl:last-child {
  padding-bottom: 60px;
}
.under_step dl:before {
  content: '';
  position: absolute;
  width: 9px;
  height: calc(100% - 60px);
  top: 65px;
  left: 31px;
  background: #a69448;
  border: 4px solid #fff;
  z-index: 2;
  pointer-events: none;
}
.under_step dt {
  font-size: 1.438rem;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 1px solid #a69448;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  position: relative;
  padding: 25px 0 17px;
  margin-bottom: 30px;
}
.under_step dt:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #a69448;
  bottom: 4px;
  left: 0;
}
.under_step dt .num {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -90px;
  top: 0;
  color: #aa9338;
  border: 1px solid #aa9338;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.under_step dl .image_l {
  margin-right: 40px;
}
.under_frame h5 {
  color: #d3caa4;
}
.under_map {
  width: 100%;
  height: 290px;
}
.have-link .custom-link {
  padding: 10px 40px 10px 20px;
}
.have-link .custom-link {
  width: 100%;
}
.bold {
  font-weight: bold;
}
.txt_over {
  overflow: hidden;
}
.under_bnr .bnr_full {
  width: 100%;
}
.txt_small {
  font-size: 75%;
}
.alignersspeed_bnr a:before {
  background-image: url('../images/alignersspeed_bnr.jpg');
}
.implant_bnr a:before {
  background-image: url('../images/implant_bnr.jpg');
}
.prevent_bnr a:before {
  background-image: url('../images/prevent_bnr.jpg');
}
.ortho_bnr a:before {
  background-image: url('../images/ortho_bnr.jpg');
}
.treatment_bnr01 a:before {
  background-image: url('../images/treatment_bnr01.jpg');
}
.treatment_bnr02 a:before {
  background-image: url('../images/alignersspeed_bnr.jpg');
  background-position: right center;
}
.under_img {
  display: flex;
  justify-content: center;
}
.under_img > span:not(:last-child) {
  margin-right: 10px;
}
.under_img > span {
  max-width: 100%;
}
.under_frame_main {
  background: rgba(255, 255, 255, 0.2);
  padding: 30px;
  margin: 0 0 30px;
}
.sp425, .sp320 {
  display: none;
}
.under_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 0 100px;
}
.under_item:after {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: 450px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
  pointer-events: none;
  background: rgb(247, 247, 244);
  background: linear-gradient(0deg, rgba(247, 247, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.under_item_col {
  width: 100%;
}
.under_item_col:not(:last-child) {
  margin-right: 30px;
}
.under_item_col .ttl {
  font-size: 1.438rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #cfcfce;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  padding: 0 0 3px;
  margin-bottom: 15px;
}
.under_item_col .img {
  text-align: center;
  margin-bottom: 12px;
}
.under_img_list {
  display: flex;
  justify-content: center;
}
.under_img_list > .img {
  position: relative;
  max-width: 100%;
}
.under_img_list > .img:not(:last-child) {
  margin-right: 40px;
}
.under_img_list > .img:not(:last-child):after {
  content: '';
  position: absolute;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -25px;
  top: calc(50% - 13px);
}
.under_frame h6:before {
  background-image: url('../images/under_h6_icon_white.svg');
}
.under_video iframe {
  width: 100%;
  height: 500px;
}
.blog_cate {
  display: flex;
  justify-content: center;
}
.blog_cate li {
  width: 310px;
  margin: 0 10px;
}
.blog_cate a {
  text-decoration: none;
  color: #42260e;
  border: 2px solid #42260e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  padding: 12px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-weight: bold;
  transition: all 0.3s;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.blog_cate a:after {
  content: '';
  position: absolute;
  background: url('../images/under_arr.svg') no-repeat center center/100% auto;
  width: 18px;
  height: 14px;
  right: 10px;
  top: calc(50% - 7px);
  transition: all 0.3s;
}
.blog_cate a:before {
  background: #42260e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: skewY(-10deg) scale(1, 0);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.blog_list {
  display: flex;
  flex-wrap: wrap;
}
.blog_item {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  background: #f5f5f5;
  position: relative;
  transition: all 0.3s;
}
.blog_item:nth-child(3n) {
  margin-right: 0;
}
.blog_item a.other {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog_item a.case {
  display: block;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  z-index: 2;
}
.twentytwenty-container.js-beforeafter {
  height: 200px !important;
  overflow: hidden;
  display: flex;
  margin: 0;
  background: #dcdcdc;
  justify-content: center;
  align-items: center;
}
.twentytwenty-container.js-beforeafter img {
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_itm_img {
  display: flex;
  margin: 0;
  height: 200px;
  background: #dcdcdc;
  justify-content: center;
  align-items: center;
}
.blog_itm_img img {
  flex-shrink: 0;
  max-height: 100%;
}
.blog_itm_main {
  padding: 20px;
}
.blog_itm_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.blog_itm_ttl {
  color: #190a01;
  font-weight: bold;
  line-height: 1.5em;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_itm_info .cate {
  width: 100px;
  background: #afafaf;
  color: #fff;
  text-align: center;
  font-size: 90%;
}
.cate_clinic_blog {
  background: #a59a7c !important;
}
.cate_case {
  background: #190a01 !important;
}
.blog_detail_col {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.blog_detail_item:not(:last-child) {
  margin-right: 60px;
}
.blog_detail_item {
  width: calc(50% - 30px);
  background: #f0f0f0;
  padding: 40px;
  position: relative;
}
.blog_detail_item:not(:last-child):after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #c7c7c7;
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
}
.blog_detail_item .img {
  height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_detail_item .img img {
  flex-shrink: 0;
  max-height: 100%;
}
.blog_detail_img img {
  max-height: 400px;
}
.blog_detail_img {
  text-align: center;
}
.frm_ttl {
  font-size: 1.25rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.blog_btn {
  display: flex;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  justify-content: space-between;
}
.blog_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #2f1907;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  transition: all 0.3s;
}
.blog_btn li {
  width: 200px;
}
.blog_btn .back a {
  background: #333;
}
.blog_pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.blog_pagination > span, .blog_pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #777;
  color: #fff;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  transition: all 0.3s;
  padding: 5px 10px;
}
.blog_pagination > span {
  background: #42260e;
}
.blog_pagination a.next, .blog_pagination a.prev {
  width: auto;
}
.under_col_full .under_col_item {
  width: 100%;
}
.under-col-item-img p {
  width: calc(50% - 20px);
}
.under-col-item-img {
  display: flex;
  justify-content: space-between;
}
.under-col-item-img02 {
  display: flex;
  justify-content: center;
}
.blog_detail img {
  max-height: 60vh;
}
.blog_detail .section:not(:last-child) {
  margin-bottom: 60px;
}
.list_2_images {
  display: flex;
  justify-content: center;
}
.list_2_images:not(:last-child) {
  margin-bottom: 20px;
}
.list_2_images li {
  width: calc(50% - 10px);
  text-align: center;
}
.list_2_images li:not(:last-child) {
  margin-right: 20px;
}
.h-top-name {
  text-align: center;
}
.h-top-name-m {
  font-size: 55%;
  margin-bottom: 0;
}
.h-top-name span {
  display: block;
  line-height: 1.5;
}
.h-top-name {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.ft-lg .h-top-name {
  font-size: 1.25rem !important;
  margin-bottom: 0;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  font-weight: 500;
  text-align: left;
}
.ft-lg .h-top-name-m {
  font-size: 75%;
}
.ft-lg {
  display: flex;
  align-items: center;
  margin-bottom: 52px !important;
}
.b5-content .custom-link {
  width: 220px;
  min-height: 50px;
  margin: 0 auto;
  padding: 10px 40px 10px 20px;
}
/* ----- */
.ud-row1 {
  padding-bottom: 5px;
  background: #faf9f6;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
.ud-row2 {
  border: 1px solid #e6e6e6;
}
.ud-col-item:not(:last-child) .ud-row3 {
  border-right: none;
}
.ud-col-item:not(:last-child) .ud-row1 {
  border-right: none;
}
.ud-col-item:not(:last-child) .ud-row2 {
  border-right: none;
}
.ud-col-item {
  width: calc(100% / 4);
}
.ud-col4 {
  display: flex;
}
.ud-row1 .txt {
  padding: 1.3em;
}
.ud-row2 p {
  padding: 1.3em;
}
.ud-row3 {
  padding: 1.3em;
  border: 1px solid #e6e6e6;
  border-top: none;
  background: #faf9f6;
}
.flex-space-between {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* .iframe-w{
    padding-left: 10px;
} */
.video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.title-video {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  position: relative;
  text-align: center;
  width: max-content;
  margin: auto;
}
.title-video-fix {
  width: 200% !important;
  padding-top: 15px;
}
.video-item-fix {
  padding-top: 3rem;
}
.title-video:before {
  content: '';
  position: absolute;
  background: #ab9339;
  height: 5px;
  width: 35px;
  bottom: -5px;
  text-align: center;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.video-box {
  margin-top: 30px;
}
.video-list.center {
  justify-content: center;
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px !important;
}
.block1 .bg-b1 {
  padding: 72px 0;
}
.box_idx_bnr01 {
  background: url(../../../uploads/2022/11/index_bnr01.jpg) no-repeat;
  max-width: 656px;
  height: 356px;
  margin: 60px auto 30px;
}
.box_idx_bnr02 figcaption {
  font-size: 14px;
}
p.txt01 {
  padding: 60px 5px 0 230px;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.txt02 {
  padding: 60px 5px 0 20px;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.txt01 span, .txt02 span {
  color: #f29700;
  font-size: 17px;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
}
.list-img-group {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.box10 {
  padding: 100px 0;
}
.box10_fx {
  display: flex;
}
.box10_l {
  height: auto;
  border-left: 2px solid #d2cfcb;
  border-right: 2px solid #d2cfcb;
  padding: 21px 29px 0px 29px;
  margin-right: 35px;
}
.box10_l .custom-link {
  width: 100%;
}
.box10_l {
  width: 25%;
}
.box10_r {
  width: 73%;
}
.idx_list_blog {
  padding-top: 15px;
  padding-right: 35px;
}
.box10_l .ttl {
  font-size: 23px;
  line-height: 1.6em;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝B', serif;
  text-align: center;
}
.b7-list .main-ovn-cate {
  padding: 0 15px;
  text-align: center;
  width: 105px;
}
.s320 {
  display: none;
}
.bnr_staff_wrapper {
  background: url(../images/bnr_staff_01.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  max-width: 680px;
  margin: auto;
}
.bnr_staff {
  border: 1px solid #a8943f;
  padding: 15px;
  margin: 0;
}
.bnr_staff span {
  display: block;
  color: #fff;
  font-size: 16px;
}
.bnr_staff span.titl_staff_top {
  color: #e4c954;
  font-size: 22px;
}
#index .box_content {
  padding: 40px 0 0;
}
.backBlack .block8.rn {
  background: white !important;
}
.section.blog-wrapper {
	padding: 70px 0 0;
	margin: 0;
}
.section.blog-wrapper h3 {
	padding-bottom: 20px;
}
.section.blog-wrapper .blog_list {
	display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-column-gap: 30px;
}
.section.blog-wrapper .blog_list .blog_item {
	width: 100%;
}



.flex_tel {
  display: flex;
  justify-content: space-between;
}

.flex_tel a.tel02{
  width: 220px;
}

.block0{
  background-image: url('../images/background_block0.jpg');
  padding: 80px 0;
  background-size: contain;
}
.block0 .bg_white{
  background-color: white;
  padding: 40px 20px;
  width: fit-content;
  margin: auto;
}

.block0 .b1-desc{
  font-size: 1.5rem !important;
}
.block0 .bg_white span.big{
  font-size: 2rem !important;
}
.block0 .custom-link{
  margin: auto;
}


/*modal*/
.btn-pop {
  font-size: 12px;
  margin: 0;
  padding: 13px 0 0;
  line-height: 0;
  cursor: pointer;
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
}

.modal.active {
  display: block
}
.modal_inner {
  position: absolute;
  top: 90px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: auto;
  overflow: auto;
}
.modal_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 800px;
  padding: 40px;
  cursor: pointer;
  background-color: #ffffff;
  margin: auto;
  text-align: left;
}
.modal_box::before,
.modal_box::after {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  width: 2px;
  height: 24px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: red;
}
.modal_box::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_box h2 {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 20px!important;
  text-align: center;
  font-weight: bold;
  color: #a19387;
  border-top: 2px solid #a19387;
  border-bottom: 2px solid #a19387;
  padding: 16px 0 9px 20px;
  margin-bottom: 26px;
}
.modal_box h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px!important;
  text-align: center;
  font-weight: bold;
  padding: 0;
color:#333;
}
.modal_box p {
  font-size: 14px;
  margin-bottom: 20px;

}
.modal_box img{
  max-width: 100%;
}
.modal_box ul {
  margin: 0 0 20px;
  padding: 0;
}

.modal_box li {
  list-style: disc;
  margin: 0 0 5px 20px;font-size: 14px;
}
.txt_right {
  text-align: right;
}
.txt_red{
  color: red;
}
.btn_modal a {
  position: relative;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  height: 50px;
  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;
  color: black;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: -o-linear-gradient(#ffffff, #efefef);
  background: linear-gradient(#ffffff, #efefef);
  -webkit-box-shadow: 0 0 5px #d6d6d6;
          box-shadow: 0 0 5px #d6d6d6;
}

.btn_modal a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
  border-left-color: black;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_modal a:hover{
  opacity: .7;
}

.btn2 {
  background: #f29700;
  color: #fff;
  max-width: 400px;
  width: 70%;
  margin: 10px auto;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.btn2:hover{
opacity: .7;
cursor: pointer;
}

.btn2:before {
content: "";
background: url(https://www.brite-dc.jp/wp/wp-content/themes/brite-dc/images/arrow_right.png);
width: 24px;
height: 10px;
position: absolute;
left: 18%;
top: 6px;
bottom: 0px;
margin: auto;
}
@media screen and (min-width: 769px) {

  .pc_none {
      display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
      display: block;
  }

  .sp_none {
      display: none;
  }

.modal_box {
  padding: 30px 10px 20px;
}
.btn-pop {
  font-size: 12px;
  margin: 0;
  padding: 13px 5px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgb(253 242 219 / 50%);
  border-radius: 10px;
}
}
/*modal*/

.index_info_top {
	margin: 40px;
}

.info_top {
	padding: 10px 10px 10px 10px;
	text-align: center;
	color:#fff;
		background-color:#9ECA81;

}
.info_top_sp {
	line-height: 2em;
	font-size: smaller;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color:#fff;
	background-color:#9ECA81;

}
