@charset "UTF-8";
@import url(../js/libs/aos/aos.css);
@import url(../js/libs/wow/wow.css);
@import url(../js/libs/slick/slick.css);
@import url(../js/libs/slick/slick-theme.css);
@import url(../css/animation.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("../font/stylesheet.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
}
body {
  font-size: 14px;
  min-height: 100vh;
  min-width: 320px;
}
body, html {
  min-height: 100%;
  margin: auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.4;
  color: #383838;
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}
ol, ul, li {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
th, td {
  border: 1px solid #999;
  padding: 10px;
}
/*=============================G L O B A L=============================*/
#wrapper {
  min-width: 1230px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
	padding-top: 120px;
}
.container-full {
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
.cols {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.col {
  padding: 15px;
}
.img-w-100 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img-h-100 img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.lk-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ovh {
  overflow: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  display: block;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sp320, .sp375, .sp425, .sp560 {
  display: none;
}
.tt-14 {
  font-size: 14px;
}
.tt-12 {
  font-size: 12px;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-justify {
  text-align: justify;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-capitalize {
  text-transform: capitalize;
}
.f-italic {
  font-style: italic;
}
.f-black {
  font-weight: 900;
}
.f-bold {
  font-weight: bold;
}
.f-medium {
  font-weight: 500;
}
.f-light {
  font-weight: 300;
}
.f-normal {
  font-weight: normal;
}
.mr0 {
  margin-right: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.hamburger-btn {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 99;
  margin-left: 20px;
}
.hamburger-btn .bar {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C28C49;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger-btn .bar::before, .hamburger-btn .bar::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background-color: #C28C49;
  transition: all 0.3s ease;
}
.hamburger-btn .bar::before {
  top: -8px;
}
.hamburger-btn .bar::after {
  top: 8px;
}
.hamburger-btn.--active .bar {
  background-color: transparent;
}
.hamburger-btn.--active .bar::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-btn.--active .bar::after {
  top: 0;
  transform: rotate(135deg);
}
.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #C28C49;
  border: 1px #C28C49 solid;
  border-radius: 4px;
  cursor: pointer;
  z-index: 98;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.scroll-top.--active {
  opacity: 1;
  visibility: visible;
}
.scroll-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 20px 14px;
  border-color: transparent transparent #fff transparent;
  transition: all 0.3s ease;
}
.scroll-top:hover {
  opacity: 0.8;
}
#topic-path {
  padding: 19px 0 82px;
}
#topic-path .topic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#topic-path li, #topic-path a {
  font-size: 14px;
}
#topic-path li {
  position: relative;
}
#topic-path li::after {
  content: ">";
  display: inline-block;
  padding: 0 4px;
}
#topic-path li:last-child::after {
  display: none;
}
#topic-path a:hover {
  color: #765017;
}
#topic-path .tpath-top {
  color: #C28C49;
  text-decoration: underline;
}
.main-cl {
  color: #C28C49;
}
/*============================= H_E_A_D_E_R =============================*/
#header {
    padding-top: 35px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#header .logo {
    margin: 0 0 -89px calc(5.2vw + 40px);
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start;
}
#header .logo .txt {
    font-size: 16px;
    margin: 25px 0 0 20px;
    display: block;
    padding: 10px 20px;
    border-top: #aaa solid 1px;
    border-bottom: #aaa solid 1px;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1630px;
	padding: 0 15px;
	width: 100%;
}
#header .menu_icon {
  width: 40px;
  height: 46px;
  position: fixed;
  right: 35px;
  top: 41px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}
#header .menu_icon .icon {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
  position: absolute;
  width: 100%;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #765017;
  top: 10px;
}
#header .menu_icon .icon:before, #header .menu_icon .icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #765017;
}
#header .menu_icon .icon:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  top: -10px;
}
#header .menu_icon .icon:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -10px;
  width: calc(100% - 10px);
}
#header .menu_icon.active .icon {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
  width: 90%;
  left: 5%;
}
#header .menu_icon.active .icon:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
#header .menu_icon.active .icon:after {
  bottom: auto;
  top: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  width: 100%;
}
#header .menu_icon .txt {
  font-size: 16px;
  font-family: "Perpetua", "Perpetua dv", serif;
  color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  color: #765017;
  text-align: center;
}
#header #gnavi .gnv_main {
  width: 100%;
}
#header #gnavi .gnv_logo {
  text-align: center;
  margin-bottom: 22px;
}
#header #gnavi .gnv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}
#header #gnavi .gnv_btn li:not(.web_btn) {
  font-size: 16px;
  margin-right: 51px;
  margin-top: 17px;
}
#header #gnavi .gnv_btn li:not(.web_btn) a {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
#header #gnavi .gnv_btn li:not(.web_btn) a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 1px solid #C28C49;
  background: url("../images/idx_icon_mail.svg") no-repeat center center;
  border-radius: 50%;
  margin-right: 14px;
}
#header #gnavi .gnv_btn li:not(.web_btn):nth-child(2) a:before {
  background-image: url("../images/idx_icon_tel02.svg");
}
#header #gnavi .gnv_btn li:not(.web_btn):nth-child(3) a:before {
  background-image: url("../images/idx_icon_calendar02.svg");
}
#header #gnavi .web_btn {
  position: relative;
  width: 120px;
}
#header #gnavi .web_btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F8F1E7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  top: 0;
  left: 0;
}
#header #gnavi .web_btn:before {
  content: "";
  position: absolute;
  background: url("../images/idx_icon_txt.svg") no-repeat center center/100% auto;
  width: calc(100% + 7px);
  height: calc(100% + 6px);
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #gnavi .web_btn a {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
}
#header #gnavi .web_btn a:after {
  content: "";
  position: absolute;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid #e1c4a0;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  mix-blend-mode: multiply;
}
#header #gnavi .web_btn a .en {
  display: block;
  font-family: "Perpetua", "Perpetua dv", serif;
  font-size: 106.25%;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#header #gnavi .gnv_col {
  display: flex;
  justify-content: center;
}
.submenu li {
  font-size: 16px;
  position: relative;
}
.submenu a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #C28C49;
  left: 0;
  top: 21px;
}
.gnavi {
    display: flex;
	padding-right: 50px;
}
.gnavi>li {
	position: relative;
}
.gnavi>li.over:after {
    content: '';
    position: absolute;
    border: solid #bd8b43;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    bottom: 3px;
}
.gnavi>li>a, .gnavi>li>span {
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 28px;
	transition: all 0.3s;
	font-weight: 500;
}
.submenu {
    position: absolute;
    z-index: 99;
    background: #F8F1E7;
    /*border: 1px solid #e3d6c2;*/
    padding: 10px;
    left: 50%;
	display: none;
    transform: translateX(-50%);
}
.submenu a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
    border-bottom: 1px solid #e3d6c2;
	position: relative;
	padding: 12px 20px;
}
.submenu li:last-child a {
	border-bottom: none;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255,255,255,0.9);
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
	padding: 20px 0;
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#header.fixed .logo {
    margin: 0;
}
#header.fixed .logo .txt {
    margin-top: 5px;
}
#header.fixed .logo a:before {
	content: '';
	display: block;
	background: url("../images/logo_sp.svg") no-repeat center center/100% auto;
	width: 229px;
	height: 44px;
}
#header.fixed .logo img {
	display: none;
}
/*============================= F_O_O_T_E_R =============================*/
#footer {
  border-top: 1px solid #E3E3E3;
}
#footer .container {
  width: 80%;
  max-width: 1630px;
}
.f_main {
  position: relative;
  z-index: 2;
  padding: 120px 0 47px;
  margin: 0 auto;
}
.f_main:after {
  content: "";
  position: absolute;
  background: url("../images/idx_icon01.svg") no-repeat top center/100% auto;
  width: 1055px;
  height: 790px;
  z-index: -2;
  pointer-events: none;
  top: 90px;
  right: calc(50% + 56px);
}
.f_logo {
  text-align: center;
  margin-bottom: 46px;
}
.f_note {
  display: flex;
  justify-content: center;
  margin-bottom: 57px;
}
.f_note .item {
  background: #C28C49;
  width: 250px;
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 8px 0 11px;
}
.f_note .item:not(:last-child) {
  margin-right: 30px;
}
.f_row {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 55px;
}
.f_info {
  width: 54%;
  max-width: 750px;
  background: #F8F1E7;
  padding: 31px 50px 30px 60px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.f_map {
  width: 42%;
  max-width: 580px;
}
.f_map iframe {
  width: 100%;
  height: 100%;
}
.f_info_add {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 15px;
}
.f_info_add .tel {
  display: block;
}
.f_info_add .en {
  display: block;
  color: #765017;
  font-size: 85.7%;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.f_info_txt {
  font-weight: bold;
  line-height: 1.66em;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.f_info_txt .small {
  font-size: 85.7%;
}
.f_info_logo {
  margin-bottom: 20px;
  margin-left: -10px;
}
.f_info_btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 4px;
}
.f_info_btn li:not(:last-child) {
  margin-right: 15px;
}
.f_info_btn li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.f_info_btn li a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 1px solid #C28C49;
  background: url("../images/idx_icon_mail.svg") no-repeat center center #fff;
  border-radius: 50%;
  margin-right: 15px;
}
.f_info_btn li:nth-child(2) a:before {
  background-image: url("../images/idx_icon_map.svg");
}
.f_txt {
    font-size: 13px;
    margin: 0 auto 61px;
    line-height: 2.1em;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 68px;
    max-width: 1003px;
}
.f_txt p:not(:last-child) {
    margin-bottom: 29px;
}
.f_link {
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
  flex-wrap: wrap;
}
.f_link li {
  font-size: 16px;
}
.f_link li a {
  display: inline-block;
  text-decoration: underline;
}
.f_link li:not(:last-child):after {
  content: "｜";
  display: inline-block;
  position: relative;
  margin: 0 16px;
}
.f_bnr {
  display: flex;
  justify-content: center;
  margin: 72px 0 50px;
}
.f_bnr li:not(:last-child) {
  margin-right: 50px;
}
.copyright {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-family: "Perpetua", "Perpetua dv", serif;
}
#totop {
  position: fixed;
  right: 24px;
  bottom: 60px;
  margin: 0;
  z-index: 3;
}
#totop a {
  width: 60px;
  height: 60px;
  border: 1px solid #C28C49;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #765017;
  font-family: "Perpetua", "Perpetua dv", serif;
  font-weight: bold;
  flex-direction: column;
  transition: all 0.3s;
}
#totop a:before {
  content: "";
  position: relative;
  display: block;
  background: url("../images/totop.svg") no-repeat top center/100% auto;
  width: 20px;
  height: 24px;
  margin: 4px 0 2px;
  transition: all 0.3s;
}
.f_call {
  position: fixed;
  top: 109px;
  right: 23px;
  z-index: 10;
}
.f_call ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.f_call li:not(.f_call_web) {
  margin-bottom: 7px;
  position: relative;
}
.f_call li:not(.f_call_web) a {
  display: block;
  position: relative;
}
.f_call li:not(.f_call_web) a .txt {
  background: #C28C49;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  flex-direction: column;
  font-family: "Perpetua", "Perpetua dv", serif;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.f_call li:not(.f_call_web) a .txt:before {
  content: "";
  position: relative;
  display: block;
  background: url("../images/idx_icon_tel01.svg") no-repeat center center/100% auto;
  width: 31px;
  height: 27px;
  margin: 3px 0 3px;
}
.f_call li:not(.f_call_web) .num {
  position: absolute;
  background: #765017;
  color: #fff;
  white-space: nowrap;
  top: 3px;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 20px 13px 20px;
  border-radius: 30px;
  right: 6px;
  width: 50px;
  transition: all 0.3s;
  overflow: hidden;
}
.f_call li:not(.f_call_web):nth-child(2) .txt:before {
  background-image: url("../images/idx_icon_calendar01.svg");
  width: 29px;
  height: 29px;
  margin: 7px 0 3px;
}
.f_call li:not(.f_call_web):hover .num {
  width: 260px;
  right: 0;
  padding-right: 75px;
  top: 0;
  padding: 16px 20px 16px 20px;
}
.f_call .f_call_web {
  position: relative;
  width: 175px;
  margin: 29px -7px 0 0;
}
.f_call .f_call_web:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(248, 241, 231, 0.8);
  mix-blend-mode: multiply;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.f_call .f_call_web:before {
  content: "";
  position: absolute;
  background: url("../images/idx_icon_txt.svg") no-repeat center center/100% auto;
  width: calc(100% + 7px);
  height: calc(100% + 6px);
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.f_call .f_call_web a {
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
  padding-left: 3px;
}
.f_call .f_call_web a:before {
  content: "";
  position: absolute;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 1px solid #e9d4b5;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.f_call .f_call_web a .en {
  display: block;
  font-family: "Perpetua", "Perpetua dv", serif;
  font-size: 105%;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: -1px 0 -4px;
}
/*============================= C_O_N_T_E_N_T =============================*/
.index #mainvisual {
  position: relative;
}
.index #mainvisual > .container {
  width: 85%;
  max-width: 1600px;
  background: #F8F1E7;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 110px 5vw 50px 5.2vw;
  position: relative;
  height: 780px;
  z-index: 2;
}
.index #mainvisual h2 {
  display: flex;
  flex-direction: column-reverse;
  font-size: 41px;
  color: #383838;
  line-height: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  margin-top: 25px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
.idx_main_txt {
  display: block;
  color: #765017;
  font-size: 20px;
  line-height: 1.8em;
  margin-top: 27px;
  margin-bottom: 43px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
	position: relative;
	z-index: 2;
}
.index #mainvisual .idx_img {
  margin: 0;
  position: absolute;
  right: 100px;
  top: 110px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  width: 66%;
  max-width: 1050px;
}
.index #mainvisual .idx_img img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index #mainvisual h2 .en {
  font-size: 20px;
  color: #765017;
  font-family: "Perpetua", "Perpetua dv", serif;
  line-height: 1.5em;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
.index #mainvisual .idx_main {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.index #mainvisual .idx_main .item {
  display: block;
  width: 250px;
  background: #C28C49;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 10px;
  padding: 8px 10px 11px;
}
.index #mainvisual .idx_scroll {
  position: absolute;
  font-size: 13px;
  color: #C28C49;
  left: 212px;
}
.idx_img .slick-list {
  width: 100%;
}
.index #mainvisual .idx_scroll a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
}
.index #mainvisual .idx_scroll a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 3px;
  height: 70px;
  background: #C28C49;
  opacity: 0.3;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.index #mainvisual .idx_scroll a .txt {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  display: block;
  width: 19px;
  font-weight: bold;
}
.index #mainvisual .idx_info {
  width: 36%;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: 2;
  color: #fff;
  padding: 22px 30px;
}
.index #mainvisual .idx_info:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(147, 97, 36, 0.7);
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.index #mainvisual .idx_info_list {
  z-index: 3;
}
.index #mainvisual .idx_img li {
  display: flex;
  align-items: center;
}
.idx_info_list.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}
.index #mainvisual li .date {
  flex-shrink: 0;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.81);
  text-align: center;
  color: #383838;
  font-family: "TT Norms Pro";
  font-weight: 300;
  width: 80px;
  border-radius: 20px;
  padding: 4px 0 2px;
}
.index #mainvisual li .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.idx_main_en {
  position: absolute;
  bottom: -3.5vw;
  left: 13px;
  z-index: 3;
  font-size: 4.9vw;
  white-space: nowrap;
  letter-spacing: 0.059em;
  font-family: "Perpetua", "Perpetua dv", serif;
  -webkit-text-stroke: 1px #C28C49;
  opacity: 0.3;
  color: transparent;
}
.box01{
  padding: 83px 0 50px;
  position: relative;
  z-index: 2;
}
.box01:before {
  content: "";
  position: absolute;
  z-index: -2;
  background: url("../images/idx_icon01.svg") no-repeat top center/100% auto;
  width: 1055px;
  height: 790px;
  pointer-events: none;
  right: calc(50% + 35px);
  top: 143px;
}
.box01 .container {
  width: 80%;
  max-width: 1430px;
}
.b01_h3 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 66px;
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.b01_h3 .lager {
  display: block;
  font-size: 333.33%;
  font-family: "Perpetua", "Perpetua dv", serif;
  line-height: 1em;
  border-bottom: 1px solid #765017;
  margin: -10px 0 30px;
  padding: 0 0 9px;
  letter-spacing: 0.05em;
}
.b01_h3 .en {
  display: block;
  color: #765017;
  font-size: 133.33%;
  font-family: "Perpetua", "Perpetua dv", serif;
}
.b01_h3 .en .small {
  font-size: 75%;
}
.b01_img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.b01_img li {
  overflow: hidden;
  line-height: 0;
}
.b01_img li img {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.b01_img .slick-dots {
  bottom: 10px;
  width: auto;
  right: 10px;
}
.b01_img .slick-dots li {
  width: auto;
  height: auto;
}
.b01_img .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 3px solid #C28C49;
  border-radius: 50%;
  padding: 0;
}
.b01_img .slick-dots li button:before {
  display: none;
}
.b01_img .slick-dots li.slick-active button, .b01_img .slick-dots li:hover button {
  background: #C28C49;
}
.b01_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -60px;
  position: relative;
  margin-bottom: 79px;
}
.b01_main_info {
  width: calc(50% + 30px);
}
.b01_main_info .b01_main_cont {
  background: rgba(248, 241, 231, 0.8);
  padding: 40px 40px 38px 50px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 20px;
}
.b01_main_add {
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.b01_main_add .tel {
  display: block;
}
.b01_main_add .en {
  display: block;
  color: #765017;
  font-size: 85.7%;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1px;
}
.b01_main_txt {
  font-weight: bold;
  line-height: 1.61em;
  letter-spacing: 0.05em;
}
.b01_main_txt .small {
  font-size: 85.7%;
}
.txt_row {
  display: flex;
}
.txt_ttl {
  flex-shrink: 0;
  margin-right: 15px;
}
.txt_col span:not(:last-child) {
    margin: 0;
    display: inline-block;
    width: 275px;
}
.b01_main_logo {
  margin: 0 0 11px -10px;
}
.b01_main_map {
  width: calc(50% - 70px);
  line-height: 0;
}
.b01_main_map iframe {
  width: 100%;
  height: 300px;
  opacity: 0.85;
}
.b01_main_btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.b01_main_btn li {
  font-size: 16px;
}
.b01_main_btn li a {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.b01_main_btn li a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 1px solid #C28C49;
  border-radius: 50%;
  background: url("../images/idx_icon_mail.svg") no-repeat center center;
  margin-right: 14px;
}
.b01_main_btn li:not(:last-child) {
  margin-right: 26px;
}
.b01_main_btn li:nth-child(2) a:before {
  background-image: url("../images/idx_icon_map.svg");
}
.b01_link a {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: #765017;
  color: #fff;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  padding: 25px 0 32px;
  transition: all 0.3s;
}
.b01_link a .en {
  display: block;
  letter-spacing: 0.25em;
  font-family: "Perpetua", "Perpetua dv", serif;
  font-size: 13px;
}
.b01_link a .en:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin: 0 12px 0 3px;
  top: -4px;
}
.b01_link a .lager {
  display: block;
  font-size: 200%;
  letter-spacing: 0.05em;
  margin: 26px 0 25px;
}
.b01_link a .btn {
  position: relative;
}
.b01_link a .btn:after {
  content: "";
  position: relative;
  display: block;
  width: 75px;
  height: 2px;
  background: #fff;
  margin: 6px auto 0;
}
.idx_h3_en {
  font-size: 13px;
  font-family: "Perpetua", "Perpetua dv", serif;
  line-height: 1.2em;
  margin-bottom: 67px;
}
.idx_h3_en .lager {
  display: block;
  font-size: 150px;
  line-height: 1em;
  margin-bottom: -14px;
  letter-spacing: 0.05em;
}
.idx_h3_en .small {
  letter-spacing: 0.205em;
}
.idx_h3_en .small:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #383838;
  margin-right: 11px;
  top: -3px;
}
.idx_h3_en .jp {
  display: block;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  line-height: 1em;
  margin-top: 17px;
}
.b02_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 150px;
  height: 150px;
  border: 1px solid #765017;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  line-height: 1.1em;
  font-weight: 300;
  transition: all 0.3s;
}
.b02_btn a .en {
  display: block;
  color: #765017;
  font-size: 88.89%;
  text-transform: uppercase;
  font-family: "Perpetua", "Perpetua dv", serif;
  margin: 12px 0 -5px;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
.b02_btn a .small {
  display: block;
  font-size: 83.33%;
}
.idx_h3_jp {
  font-size: 40px;
  text-align: center;
  line-height: 1.75em;
  margin-bottom: 134px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.box02 {
    position: relative;
    z-index: 2;
    padding: 1px 0 140px;
    margin-top: 170px;
    border-bottom: 1px solid #ccc;
}
.box02:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 700px;
  background: url(../images/b02_bg.jpg) no-repeat top center/100% auto;
  top: 0;
  left: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 1;
}
.box02:before {
  content: "";
  position: absolute;
  background: url("../images/b02_img01.jpg") no-repeat top center/100% auto;
  width: 250px;
  height: 650px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  pointer-events: none;
  top: 360px;
  right: calc(50% + 550px);
}
.box02 .container {
  width: 80%;
  max-width: 1430px;
}
.box02 .container:after {
  content: "";
  position: absolute;
  background: url("../images/b02_img02.jpg") no-repeat top center/100% auto;
  width: 250px;
  height: 650px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  pointer-events: none;
  top: -61px;
  left: calc(50% + 550px);
}
.box02 .idx_h3_en {
  margin-top: -53px;
}
.b02_main {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  width:52%;
}
.b02_main .idx_h3_jp {
  font-size: 50px;
  line-height: 1.75em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  margin-bottom: 59px;
  letter-spacing: 0.05em;
}
.b02_txt {
  margin-bottom: 60px;
}
.b02_txt p {
  font-size: 16px;
  line-height: 2.5em;
  color: #000;
}
.box03 {
  position: relative;
  z-index: 2;
  padding: 0 0 90px;
}
.box03:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  background: #F8F1E7;
  bottom: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
.box03 .container {
  width: 100%;
  max-width: 1630px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box03 .idx_h3_en {
  margin: 24px 15px 0 0;
  flex-shrink: 0;
}
.box03 .idx_h3_en .lager {
  font-size: 40px;
  margin: 0 0 12px;
}
.b03_list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.b03_item {
  width: calc(25% - 30px);
}
.b03_item:nth-child(1) .b03_itm_img span {
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 361px;
}
.b03_item:nth-child(1) .b03_itm_img img {
  width: 312px;
  max-width: none;
  left: -58px;
  position: relative;
}
.b03_itm_img {
  line-height: 0;
  background: #fff;
  border: 20px solid #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.b03_itm_img img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  object-fit: cover;
  width: 100%;
  height: 361px;
}
.b03_itm_ttl {
  color: #000000;
  font-size: 18px;
  line-height: 1.9em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  letter-spacing: -0.05em;
}
.b03_itm_ttl .en {
  display: block;
  color: #765017;
  font-size: 111.11%;
  font-family: "Perpetua", "Perpetua dv", serif;
  font-weight: 700;
  margin: 0 0 2px;
  letter-spacing: 0.05em;
}
.box04 {
  padding: 80px 0 100px;
}
.b04_main {
  width: 870px;
  margin: 0 auto;
  text-align: center;
  height: 521px;
  position: relative;
  z-index: 2;
}
.b04_main:after {
  content: "";
  position: absolute;
  background: url("../images/idx_icon01.svg") no-repeat top center/100% auto;
  z-index: -2;
  pointer-events: none;
  width: 1058px;
  height: 793px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.b04_main_ttl {
  font-size: 50px;
  color: #765017;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Perpetua", "Perpetua dv", serif;
  letter-spacing: 0.05em;
}
.b04_list:before, .b04_list:after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.b04_list:before {
  width: 800px;
  height: 360px;
  border: 1px solid #C28C49;
}
.b04_list:after {
  width: 700px;
  height: 300px;
  border: 1px solid #E3C49E;
}
.b04_list .full {
  width: 180px;
  height: 180px;
  background: #765017;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(50% - 90px);
}
.b04_list .full:after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b04_list .full .txt {
  display: flex;
  flex-direction: column;
}
.b04_list .full .txt span:not(:last-child) {
  margin: 2px 0 0;
}
.b04_list .full .txt span:not(:last-child):after {
  content: "";
  position: relative;
  display: block;
  background: url("../images/b04_icon.svg") no-repeat center center/100% auto;
  width: 30px;
  height: 32px;
  margin: 2px auto 4px;
}
.b04_list li:not(.full) {
  width: 150px;
  height: 150px;
  border: 1px solid #765017;
  border-radius: 50%;
  background: #F8F1E7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #383838;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  position: absolute;
}
.b04_list li:not(.full) .txt:after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 1px;
  background: #C28C49;
  margin: 13px auto 0;
}
.b04_list li:not(.full) .en {
  display: block;
  color: #765017;
  font-size: 93.33%;
  font-family: "Perpetua", "Perpetua dv", serif;
}
.b04_list li:not(.full) .lager {
  display: block;
  font-size: 173.33%;
  letter-spacing: 0;
  margin-bottom: -4px;
}
.b04_list li:not(.full):nth-of-type(2) {
  top: 62px;
  left: calc(50% + 127px);
}
.b04_list li:not(.full):nth-of-type(3) {
  top: 162px;
  right: 0;
}
.b04_list li:not(.full):nth-of-type(4) {
  bottom: 59px;
  right: 83px;
}
.b04_list li:not(.full):nth-of-type(5) {
  bottom: 0;
  left: calc(50% + 14px);
}
.b04_list li:not(.full):nth-of-type(6) {
  bottom: 0;
  right: calc(50% + 14px);
}
.b04_list li:not(.full):nth-of-type(7) {
  bottom: 59px;
  left: 83px;
}
.b04_list li:not(.full):nth-of-type(7) .lager {
  letter-spacing: -0.1em;
}
.b04_list li:not(.full):nth-of-type(8) {
  top: 162px;
  left: 0;
}
.b04_list li:not(.full):nth-of-type(9) {
  top: 62px;
  right: calc(50% + 127px);
}
.b04_txt {
  max-width: 1000px;
  margin: 53px auto 71px;
  text-align: center;
  color: #000;
}
.b04_txt p {
  font-size: 16px;
  line-height: 2.3em;
}
.b04_btn {
  text-align: center;
  font-size: 18px;
}
.b04_btn a {
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
    transition: all 0.3s;
    letter-spacing: -0.05em;
    padding: 10px 50px;
    border-radius: 100px;
}
.b04_btn a .en {
  display: block;
  font-family: "Perpetua", "Perpetua dv", serif;
  font-size: 83.33%;
  font-weight: bold;
  margin: 12px 0 0;
  letter-spacing: 0.05em;
}
.b04_btn a .en:before {
  content: "";
  position: relative;
  display: block;
  background: #383838;
  width: 125px;
  height: 2px;
  margin: 0 auto 6px;
  transition: all 0.3s;
}
.box05 {
  position: relative;
  z-index: 2;
  padding-bottom: 251px;
}
.box05:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 460px;
  background: rgb(246, 227, 220);
  background: linear-gradient(0deg, rgba(246, 227, 220, 1) 0%, rgba(249, 234, 228, 1) 30%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 1) 100%);
  bottom: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
.box05 .container {
  width: 80%;
  max-width: 1630px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.b05_main {
  width: calc(50% - 100px);
}
.b05_main_info {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 129px 0 110px;
  margin-bottom: 47px;
}
.b05_main_info:after {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1000px;
  height: 100%;
  background: #C28C49;
  right: 0;
  top: 0;
  z-index: -2;
  pointer-events: none;
  border-top-right-radius: 20px;
}
.box05 .idx_h3_en {
  margin-bottom: 61px;
}
.box05 .idx_h3_en .lager {
  font-size: 50px;
  margin-bottom: 11px;
}
.box05 .idx_h3_en .small:before {
  background: #fff;
}
.box05 .idx_h3_jp {
  text-align: left;
  margin: 0;
  line-height: 1.65em;
}
.b05_main_txt {
  font-size: 16px;
  line-height: 2.3em;
  color: #000;
}
.b05_img {
  margin: 59px -160px 0 0;
  width: calc(50% + 200px);
  line-height: 0;
}
.box06 {
  padding: 1px 0;
  position: relative;
  z-index: 3;
}
.b06_h3 {
  font-size: 180px;
  color: #f1d1c5;
  font-family: "Perpetua", "Perpetua dv", serif;
  text-align: center;
  line-height: 1em;
  margin: -139px 0 -44px;
}
.b06_main_h4 {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 28px;
  color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
.b06_main_h4 .lager {
  font-size: 60px;
  line-height: 1em;
  display: inline-block;
  margin: 3px 6px 0 0;
}
.b06_main_link dt {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  margin-bottom: 13px;
  letter-spacing: 0.05em;
}
.b06_main_link dt:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 20px;
  background: #fff;
  top: -5px;
}
.b06_main_link dd {
  display: flex;
}


.b06_item .b06_main_ttl {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.68em;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
}

.b06_main_link dd a {
  text-align: center;
  font-size: 16px;
  width: 160px;
  border: 2px solid #fff;
  padding: 13px 6px 11px;
  border-radius: 2px;
  letter-spacing: 0.1em;
}
.b06_main_link dd:not(:last-child) {
  margin-bottom: 21px;
}
.b06_main_link dd a:not(:last-child) {
  margin-right: 10px;
}
.b06_main_link dd a.lager {
  width: 262px;
}
.b06_main {
  background: #F4D8CD;
  padding: 80px 0 90px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.b06_main:after {
  content: "";
  position: absolute;
  background: url("../images/idx_icon01.svg") no-repeat top center/100% auto;
  width: 1440px;
  height: 1078px;
  top: 42px;
  right: calc(50% - 82px);
  pointer-events: none;
  z-index: 3;
}
.b06_main .container {
  width: 80%;
  max-width: 1810px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.b06_main .b06_img {
    width: 49.5%;
    padding-right: 65px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    flex-shrink: 0;
    z-index: 4;
}
.b06_main .b06_img .item {
  line-height: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
}
.b06_main .b06_img .item:nth-child(1) {
  width: 83%;
  max-width: 680px;
  border: 50px solid #fff;
  margin-bottom: 103px;
}
.b06_main .b06_img .item:nth-child(2) {
  width: 52%;
  max-width: 420px;
  border: 30px solid rgba(255, 255, 255, 0.85);
  position: relative;
  margin: 0 0 0 -34%;
}
.b06_main .b06_img .item img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.b06_main .b06_img .en {
    position: absolute;
    font-size: 120px;
    color: #e7c5b8;
    opacity: 0.8;
    left: 50px;
    bottom: 59px;
    z-index: 2;
    font-family: "Perpetua", "Perpetua dv", serif;
    mix-blend-mode: multiply;
    letter-spacing: 0.032em;
}
.b06_main .b06_main_info {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 40px 0 38px 120px;
  width: 100%;
}
.b06_main .b06_main_info:after {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1000px;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  top: 0;
  left: 0;
  border-bottom-left-radius: 20px;
  background: #f49d80;
}
.b06_main .b06_main_ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  line-height: 1.67em;
  margin-bottom: 19px;
}
.b06_main .b06_main_txt {
  font-size: 16px;
  line-height: 2.3em;
  margin-bottom: 17px;
  max-width: 690px;
}
.b06_list {
  border-top: 1px solid #fff;
}
.b06_list .container {
  width: 80%;
  max-width: 1630px;
  display: flex;
  justify-content: space-between;
}
.b06_item {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 89px 90px 138px 0;
  display: flex;
  flex-direction: column;
}
.b06_item:not(:last-child) {
  border-right: 1px solid #fff;
}
.b06_item:after {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1000px;
  height: 100%;
  top: 0;
  right: 0;
  background: #C8E5E1;
  z-index: -2;
  pointer-events: none;
}
.b06_item:before {
  content: "";
  position: absolute;
  background: #c8e5e1;
  background: linear-gradient(180deg, #c8e5e1 0%, white 100%);
  width: 100vw;
  min-width: 1000px;
  height: 170px;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.b06_item .b06_main_h4 {
  padding: 35px 0 40px;
  margin-bottom: 20px;
}
.b06_item .b06_main_h4 .lager {
  font-size: 50px;
  margin-top: 5px;
}
.b06_item .b06_main_h4:after {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1000px;
  height: 100%;
  top: 0;
  right: 0;
  background: #9dcdc6;
  z-index: -2;
  pointer-events: none;
  border-top-right-radius: 20px;
}
.b06_item .b06_itm_img {
  background: #fff;
  padding: 30px 40px 30px 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 0;
  position: relative;
  margin-bottom: 57px;
}
.b06_item .b06_itm_img img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.b06_item .b06_itm_img .en {
  position: absolute;
  font-size: 100px;
  color: #C8E5E1;
  mix-blend-mode: multiply;
  font-family: "Perpetua", "Perpetua dv", serif;
  left: 30px;
  bottom: -33px;
  line-height: 1em;
  opacity: 0.8;
}
.b06_item .b06_main_txt {
  font-size: 16px;
  line-height: 2.3em;
  margin-bottom: 47px;
}
.b06_item .b06_itm_btn {
  display: flex;
  margin: auto 0 0 0;
}
.b06_item .b06_itm_btn .b06_main_link {
  color: #383838;
}
.b06_item .b06_itm_btn .b06_main_link dt {
  margin-bottom: 24px;
  margin-right: 13px;
}
.b06_item .b06_itm_btn .b06_main_link dt:before {
  background: #383838;
}
.b06_item .b06_itm_btn .b06_main_link:not(:last-of-type) {
  margin-right: 50px;
  color: #026759;
}
.b06_item .b06_itm_btn .b06_main_link:not(:last-of-type) dt:before {
  background: #026759;
}
.b06_item .b06_itm_btn .b06_main_link:not(:last-of-type) dd a {
  border-color: rgba(17, 152, 134, 0.9);
  color: #383838;
}
.b06_item .b06_itm_btn .b06_main_link dd a {
  background: rgba(255, 255, 255, 0.9);
  min-width: 200px;
  border-color: rgba(56, 56, 56, 0.9);
  width: auto;
}
.b06_main_link dd a .small {
  font-size: 81.25%;
}

.b06_item:nth-child(2) {
  padding-right: 0;
  padding-left: 90px;
}
.b06_item:nth-child(2):after {
  background: #B3C9DC;
  right: auto;
  left: 0;
}
.b06_item:nth-child(2):before {
  background: #b3c9dc;
  background: linear-gradient(180deg, #b3c9dc 0%, white 100%);
  right: auto;
  left: 0;
}
.b06_item:nth-child(2) .b06_main_h4 {
  padding-left: 55px;
}
.b06_item:nth-child(2) .b06_main_h4:after {
  right: auto;
  left: 0;
  background: #7e9ebe;
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
}
.b06_item:nth-child(2) .b06_itm_img .en {
  color: #B3C9DC;
}
.b06_item:nth-child(2) .b06_main_link:not(:last-of-type) {
  margin-right: 50px;
  color: #054378;
}
.b06_item:nth-child(2) .b06_main_link:not(:last-of-type) dt:before {
  background: #054378;
}
.b06_item:nth-child(2) .b06_main_link:not(:last-of-type) dd a {
  border-color: rgba(5, 67, 120, 0.9);
  color: #383838;
}
.box07 {
  padding: 131px 0 25px;
}
.box07 .container {
  width: 78%;
  max-width: 1630px;
}
.box07 .idx_h3_en {
  text-align: center;
  margin-bottom: 44px;
}
.box07 .idx_h3_en .lager {
  font-size: 100px;
  position: relative;
  z-index: 2;
  margin-bottom: -9px;
}
.box07 .idx_h3_en .lager:after {
  content: attr(data-text);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 190%;
  white-space: nowrap;
  -webkit-text-stroke: 0.5px #E6E6E6;
  color: transparent;
  z-index: -2;
  letter-spacing: 0;
}
.box07 .idx_h3_en .small:before {
  display: none;
}
.b07_txt {
  max-width: 1000px;
  margin: 0 auto 69px;
  text-align: center;
  font-size: 16px;
  line-height: 2.3em;
}
.b07_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b07_item {
  width: 18%;
  max-width: 280px;
  margin-bottom: 55px;
}
.b07_item a {
  background: #F8F1E7;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  padding: 0 0 19px;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
.b07_item a .ttl:before {
  content: "";
  position: relative;
  display: block;
  background: url("../images/b07_icon01.svg") no-repeat top center/100% auto;
  width: 110px;
  height: 110px;
  margin: -4px auto 17px;
}
.b07_item a .lager {
  font-size: 166.67%;
  display: block;
  margin: 11px 0 6px;
}
.b07_item a .en {
  display: block;
  font-family: "Perpetua", "Perpetua dv", serif;
  letter-spacing: 0.2em;
  font-size: 72.22%;
}
.b07_item:nth-child(2) .ttl:before {
  background-image: url("../images/b07_icon02.svg");
}
.b07_item:nth-child(3) .ttl:before {
  background-image: url("../images/b07_icon03.svg");
}
.b07_item:nth-child(4) .ttl:before {
  background-image: url("../images/b07_icon04.svg");
}
.b07_item:nth-child(5) .ttl:before {
  background-image: url("../images/b07_icon05.svg");
}
.b07_item:nth-child(6) .ttl:before {
  background-image: url("../images/b07_icon06.svg");
}
.b07_item:nth-child(7) .ttl:before {
  background-image: url("../images/b07_icon07.svg");
}
.b07_item:nth-child(8) .ttl:before {
  background-image: url("../images/b07_icon08.svg");
}
.b07_item:nth-child(9) .ttl:before {
  background-image: url("../images/b07_icon09.svg");
}
.b07_item:nth-child(10) .ttl:before {
  background-image: url("../images/b07_icon10.svg");
}
.box08 {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  counter-reset: list;
  padding: 85px 0 65px;
}
.box08 .container {
  width: 80%;
  max-width: 1630px;
  padding: 0 15px;
}
.b08_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box08 .idx_h3_en {
  flex-shrink: 0;
  margin: 0 77px 0 0;
}
.box08 .idx_h3_en .lager {
  font-size: 100px;
  line-height: 0.9em;
  margin-bottom: 26px;
  letter-spacing: 0;
}
.box08 .idx_h3_en .jp {
  font-size: 25px;
  line-height: 2em;
  margin-top: 33px;
}
.b08_item {
  display: flex;
  align-items: flex-start;
  position: relative;
  counter-increment: list;
}
.b08_item:not(:last-child) {
  margin-bottom: 70px;
  padding: 0 0 70px;
}
.b08_item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1000px;
  height: 1px;
  background: #E3E3E3;
  bottom: 0;
  left: 0;
}
.b08_item:nth-child(2) .b08_itm_main {
  padding-top: 35px;
}
.b08_itm_img {
  width: 260px;
  height: 230px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 110px 0 0;
}
.b08_itm_img span {
  width: 100%;
  height: 100%;
}
.b08_itm_img span img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b08_itm_ttl {
  font-size: 25px;
  line-height: 1.8em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.b08_itm_ttl:before {
  counter-increment: li;
  content: counter(list, decimal-leading-zero);
  color: #F8F1E7;
  position: absolute;
  font-size: 350px;
  font-family: "Perpetua", "Perpetua dv", serif;
  left: -68px;
  top: -22px;
  z-index: -1;
  line-height: 0.7em;
  letter-spacing: -0.07em;
}
.b08_itm_txt {
  line-height: 2.08em;
  position: relative;
  z-index: 3;
}
.b08_itm_txt:not(:last-child) {
  margin-bottom: 28px;
}
.b08_itm_main {
  position: relative;
  z-index: 2;
  padding-top: 24px;
}
.b08_main {
  position: relative;
  padding-top: 90px;
  margin-top: 70px;
}
.b08_main:after {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1000px;
  height: 1px;
  background: #E3E3E3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.b08_main .b08_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  margin-bottom: 45px;
}
.b08_main .b08_item:after {
  display: none;
}
.b08_main .b08_item {
  width: calc(50% - 40px);
  margin-bottom: 0;
  padding-bottom: 0;
}
.b08_main .b08_itm_img {
  margin-right: 50px;
}
.b08_main .b08_itm_ttl:before {
  left: -35px;
}
.b08_main .b08_itm_main {
    padding-top: 15px;
}
.b08_main .b08_itm_ttl {
    margin-bottom: 32px;
}
.b08_main .b08_item:nth-child(2) .b08_itm_main {
    padding-top: 22px;
}
.b08_main .b08_item:nth-child(2) .b08_itm_main .b08_itm_ttl {
    margin-bottom: 25px;
}
.idx_btn {
  margin: 0;
  text-align: right;
}
.idx_btn a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  font-size: 16px;
  border-bottom: 2px solid #383838;
  text-align: center;
  display: inline-block;
  padding: 0 7px 4px;
  transition: all 0.3s;
}
.box09 {
  padding: 0 0 106px;
}
.b09_main {
  max-width: 1100px;
  background: #F8F1E7;
  padding: 60px 100px;
  margin: 0 auto;
}
.b09_txt {
  font-size: 16px;
  line-height: 2.3em;
  margin: 0 0 -8px;
}
.box09 .idx_h3_en {
  margin-bottom: 24px;
}
.box09 .idx_h3_en .jp {
  font-size: 28px;
  margin-top: 16px;
}
.box10 {
  background: url("../images/b10_bg.jpg") no-repeat top center/cover;
  padding: 53px 0 63px;
}
.box10 .container {
  width: 80%;
  max-width: 1630px;
  position: relative;
}
.box10 .container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #C28C49;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  pointer-events: none;
}
.b10_main {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 80px 80px 57px;
}
.b10_main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0;
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 20%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 80%);
}
.box10 .idx_h3_en {
  display: flex;
  align-items: flex-end;
  margin-bottom: 67px;
}
.box10 .idx_h3_en .small:before {
  background: #fff;
}
.box10 .idx_h3_en .lager {
  font-size: 70px;
  letter-spacing: 0;
  margin-bottom: -7px;
}
.box10 .idx_h3_en .jp {
  font-size: 20px;
  margin: 0 0 7px 12px;
}
.box10 .idx_h3_jp {
  text-align: left;
  margin-bottom: 36px;
}
.b10_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}

.b10_top_right {
  width: calc(48% - 100px);
  max-width: 550px;
}

.b10_top_info {
  margin-right: 100px;
  padding-top: 5px;
  width: 52%;
}
.b10_top_img {
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  line-height: 0;
}
.b10_top_name {
  font-size: 25px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", 'Noto Serif JP', serif;
  margin: 26px 0 27px;
  letter-spacing: 0.05em;
}
.b10_note {
  background: rgba(255, 255, 255, 0.9);
  color: #383838;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  padding: 9px 10px 7px;
  line-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.b10_txt {
  font-size: 16px;
  line-height: 2.3em;
  margin-bottom: 0;
}
.b10_frame {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 39px 40px 42px;
  position: relative;
  z-index: 2;
  color: #383838;
  text-align: center;
}
.b10_frame:after {
  content: "";
  position: absolute;
  background: #F8F1E7;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
  pointer-events: none;
}
.b10_frm_ttl {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "Noto Serif JP", serif;
  font-weight: 300;
  margin: 0 0 32px;
}
.b10_frm_ttl .ttl {
  display: block;
  margin: -3px 0 0;
}
.b10_main_add {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.b10_main_add .tel {
  display: block;
}
.b10_main_add .en {
  display: block;
  color: #765017;
  font-size: 85.7%;
  font-weight: normal;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
.b10_main_txt {
  font-weight: bold;
  margin: 0 0 28px;
  letter-spacing: 0.05em;
}
.b10_main_txt .small {
  font-size: 85.7%;
}
.box10 .idx_btn {
  text-align: center;
}
.box10 .idx_btn a {
  padding-bottom: 7px;
}
.box11 {
  padding: 163px 0 120px;
}
.box11 .container {
  width: 80%;
  max-width: 1430px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.box11 .idx_h3_en {
  flex-shrink: 0;
  margin: 47px 85px 0 0;
  letter-spacing: 0;
}
.box11 .idx_h3_en .lager {
  font-size: 80px;
  margin: 0;
  letter-spacing: 0;
}
.b11_main {
  width: 100%;
}
.b02_btn .en {
  margin: 10px 0 -8px;
}
.b11_cate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 26px;
}
.b11_cate li {
  width: 150px;
  background: #ECECEC;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 7px 5px 6px;
}
.b11_cate li:not(:first-child) {
  margin-left: 20px;
}
.b11_cate li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #f8f1e7 transparent transparent transparent;
  left: calc(50% - 7px);
  bottom: -11px;
  opacity: 0;
}
.b11_cate li.current {
  background: #F8F1E7;
  font-weight: bold;
}
.b11_cate li.current:after {
  opacity: 1;
}
.b11_main_news {
  display: none;
}
.b11_main_news.current {
  display: inherit;
}
.b11_list {
    max-height: 440px;
    overflow: auto;
    border-top: 1px solid #E3E3E3;
    min-height: 280px;
}
.b11_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f0f0f0;
}
.b11_list::-webkit-scrollbar {
  width: 6px;
  background-color: #f0f0f0;
}
.b11_list::-webkit-scrollbar-thumb {
  background-color: #E3E3E3;
}
.b11_list li {
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 46px 55px 40px;
  letter-spacing: 0.05em;
}
.b11_list li .date {
  flex-shrink: 0;
  margin-right: 55px;
  letter-spacing: 0.05em;
}
.b11_list li .cate {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
  margin-right: 40px;
  letter-spacing: 0.05em;
}
.b11_list li .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box11 .b02_btn {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.main-under .h4.h4.frame_toggle_btn {
    margin: 65px 0 30px;
}
/*
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B",'Noto Serif JP', serif;
  font-family: 'Perpetua','Perpetua dv',serif;
*/
/*============================= HACK CSS =============================*/
/* IE */
/* EGDE */
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
/*# sourceMappingURL=styles.css.map */