@charset "UTF-8";
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4%;
  background-color: #f3eee6;
}
.page-header-logo img {
  height: 50px;
}

/* pagetop */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* drawer-nav */
.drawer--right .drawer-toggle.drawer-hamburger {
  background-color: #5c3513 !important;
}

.drawer-logo {
  width: 50%;
  margin-top: -8%;
}

.drawer-nav {
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(243, 144, 55, 0.3);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.8em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 80%;
  color: #f39037;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.another-link .fa-external-link-alt {
  margin-left: 0.3em;
}
.drawer-nav .drawer-current {
  border-bottom-color: inherit !important;
  border-right-color: inherit !important;
}

/* ▼ drawer-info*/
.drawer-info {
  width: 100%;
  margin: 30px 0 0;
}
.drawer-info .page-footer-ttl,
.drawer-info .copyright {
  display: none;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #f3eee6;
  position: relative;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 260px;
  margin: auto;
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 100;
  filter: drop-shadow(0 0 3px #f3eee6);
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0.695652em 0.086957em;
  color: #fff;
  background-color: #f39037;
  border-radius: 0.217391em;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

#top .key {
  height: auto;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  height: 300px;
  margin: 0;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 40px 0 20px;
  background-color: #f6e0b6;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
}
.page-footer-main-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.page-footer-ttl {
  text-align: center;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-ttl img {
  height: 50px;
}
.page-footer-address {
  line-height: 1.375;
}
.page-footer-address br {
  display: block;
  text-align: center;
}
.page-footer-list {
  align-items: center;
  justify-content: center;
}
.page-footer-list-item:not(:last-of-type) {
  margin-right: 30px;
}
.page-footer-list-item img {
  max-height: 50px;
}
.page-footer-nav {
  justify-content: flex-end;
  padding: calc(40px - 0.666665em) 0 0;
  line-height: 2.333333;
  font-size: 1.5rem;
}
.page-footer-nav-list:not(:last-child) {
  margin-right: 3.333333em;
}
.page-footer-nav-list a {
  display: flex;
  align-items: center;
}
.page-footer-nav-list a::before {
  content: "";
  width: 0.6em;
  height: 1px;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #f39037;
}
.page-footer-nav-list a:hover::before {
  height: 0.6em;
}

/* ▼copyright */
.copyright {
  margin: 40px 0 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_about */
.top_about {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.top_about-block::before {
  content: "";
  width: calc(100% - 5px);
  height: 30%;
  margin: auto;
  background-color: rgba(255, 196, 94, 0.3);
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}
.top_about-block-img {
  width: 100%;
  margin-left: -15px;
}
.top_about-block-cnt {
  width: 100%;
  margin: 35px 0 0;
}
.top_about-block-cnt-btn {
  margin-top: 35px;
}
.top_about-block-fig {
  width: 50%;
  position: absolute;
  top: 33%;
  right: 5px;
  z-index: 10;
}

/* ▼top_chart */
.top_chart #chart {
  padding: 0;
}
.top_chart #chart .com_chart,
.top_chart #chart .result_chart {
  overflow: hidden;
  padding: 0 0 7vw;
  background-color: #fff;
  border-radius: 20px;
}
.top_chart #chart .com_chart .chart_title,
.top_chart #chart .com_chart .result_title,
.top_chart #chart .result_chart .chart_title,
.top_chart #chart .result_chart .result_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background: url(../images/common/pattern/border_oranege2.png);
  border-radius: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
.top_chart #chart .com_chart .chart_title::after,
.top_chart #chart .com_chart .result_title::after,
.top_chart #chart .result_chart .chart_title::after,
.top_chart #chart .result_chart .result_title::after {
  content: "";
  width: 4.166667em;
  height: 0.1667em;
  background-color: #f39037;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.top_chart #chart .com_chart .chart_title .q-icon,
.top_chart #chart .com_chart .result_title .q-icon,
.top_chart #chart .result_chart .chart_title .q-icon,
.top_chart #chart .result_chart .result_title .q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.538462em;
  height: 1.538462em;
  margin-right: 0.7692em;
  padding-left: 0.1em;
  background-color: #f39037;
  color: #fff;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 1.0833em;
  font-weight: 500;
  line-height: 1;
}
.top_chart #chart .com_chart .result_title,
.top_chart #chart .result_chart .result_title {
  margin: 0 0 20px;
}
.top_chart #chart .com_chart .chart_btn_list-item,
.top_chart #chart .result_chart .chart_btn_list-item {
  width: auto;
}
.top_chart #chart .result_chart {
  padding: 20px 20px;
}
.top_chart #chart .result_chart .result_container {
  flex-wrap: wrap;
}
.top_chart #chart .result_chart .result_container .result_img,
.top_chart #chart .result_chart .result_container .result_txtxbx {
  width: 100%;
}
.top_chart #chart .result_chart .result_container .result_btn-list {
  width: 100%;
  justify-content: center;
  margin: 20px 0 0;
}
.top_chart #chart .result_chart .result_container .result_btn-list-item:not(:nth-child(2n)) {
  margin-bottom: 20px;
}
.top_chart #chart .result_chart .result_container .price_bx {
  border-bottom: 1px solid;
}
.top_chart #chart .result_chart .result_container .price_bx dd {
  font-size: 2rem;
  line-height: 1.3;
}
.top_chart #chart .result_chart .result_container .price_bx dd .font-small {
  font-size: 0.6667em;
}

/* ▼top_guide */
.top_guide {
  background: url(../images/common/pattern/border_oranege3.png);
}
.top_guide-list {
  justify-content: center;
}
.top_guide-list-item {
  width: 90%;
  margin: 0 auto;
}
.top_guide-list-item:not(:last-child) {
  margin-bottom: 5%;
}

/* ▼top_news */
.top_news-block-txt {
  display: flex;
  width: 100%;
}
.top_news-block-btn {
  width: 100%;
  margin-top: 7px;
}
.top_news-block-cnt {
  width: 100%;
}

/* ▼top_contact */
.top_contact {
  background: url(../images/top/contact-bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 10;
}
.top_contact-block {
  align-items: stretch;
  width: 100%;
  padding: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-radius: 10px;
}
.top_contact-block-cnt {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(92, 53, 19, 0.25);
}
.top_contact-block-cnt .common-info-time {
  font-size: 1.5rem;
}
.top_contact-block-cnt .common-info-time-item {
  margin-bottom: 0.75em;
}
.top_contact-block-info {
  text-align: center;
}
.top_contact-block-info .common-info-item:not(:last-of-type) {
  margin: 0 0 30px;
}
.top_contact-block-info-list-item {
  margin-bottom: 15px;
}

/*
    page-about
--------------------*/
/* ▼about_works */
.about_works {
  overflow: hidden;
}
.about_works-block {
  position: relative;
}
.about_works-block-list {
  margin: 35px 0 0;
}
.about_works-block-list-item {
  width: 47%;
}
.about_works-block-list-item:nth-child(2) {
  width: 50%;
}

/* ▼about_feature */
.about_feature {
  position: relative;
  z-index: 10;
}
.about_feature::before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about_feature-block-cnt {
  width: 100%;
  margin: 35px 0 0;
}
.about_feature-block-cnt-ttl {
  margin: 0 0 1.333333em;
  padding: 0.833333em;
  background: url(../images/common/pattern/border_oranege2.png);
  border-radius: 0.416667em;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
}
.about_feature-block-cnt-ttl .txt-sub {
  color: #f39037;
  line-height: 1;
  font-size: 0.833333em;
  position: absolute;
  top: -1.1em;
  left: 1.5em;
}
.about_feature-block-cnt-ttl .txt-sub .txt-num {
  font-size: 1.5em;
}
.about_feature-block:nth-of-type(n+2) {
  margin-top: 50px;
}
.about_feature-block:nth-of-type(even) {
  flex-direction: row-reverse;
}

/* ▼about_greeting */
.about_greeting-block-cnt {
  width: 100%;
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 2px dashed #f39037;
  border-bottom: 2px dashed #f39037;
}
.about_greeting-block-cnt-name {
  margin: 15px 0 0;
  font-size: 1.375em;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}

/*
    page-price
--------------------*/
/* ▼price_main */
.price_main-block-ttl {
  margin: 0 0 30px;
  text-align: center;
  font-size: 2rem;
}
.price_main-block-ttl::after {
  content: "";
  display: block;
  width: 1.6667em;
  height: 0.0833em;
  margin: 0.694444em auto 0;
  background-color: #f39037;
}
.price_main-block-table {
  width: 100%;
}
.price_main-block-table tr th,
.price_main-block-table tr td {
  width: auto;
}
.price_main-block-table tr td {
  margin-left: auto;
}
.price_main-block-cnt {
  margin: 35px 0 0;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fff;
}

/*
    page-flow
--------------------*/
/* ▼flow_main */
.flow_main-list-item {
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 10px;
}
.flow_main-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
.flow_main-list-icon {
  width: 60px;
}
.flow_main-list-cnt {
  width: 100%;
  margin: -55px 0 0;
}
.flow_main-list-cnt-ttl {
  margin: 0 0 1em;
  padding: 0 0 0 80px;
  font-size: 2rem;
}
.flow_main-list-cnt-ttl .txt-sub {
  display: block;
  color: #f39037;
  font-size: 0.7333333333em;
}
.flow_main-list-cnt-ttl .txt-sub .txt-num {
  margin-left: 0.3em;
  font-size: 1.2727272727em;
}

/*
    page-information
--------------------*/
/* ▼information_main */
.information_main-block:not(:last-child) {
  margin-bottom: 50px;
}
.information_main-block .common-table .tel-note img {
  height: 12px;
}
.information_main-map {
  width: 100%;
  height: 240px;
  margin: 30px 0 0;
  background-color: rgba(255, 196, 94, 0.3);
  border-radius: 20px;
}
.information_main-map iframe {
  border-radius: 20px;
}


/* 追記　20250630 */
/* エントランスページ SP用css */
.entrance-list{
  row-gap: 6vw;
}

.entrance-list-item{
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.entrance-list-cnt{
  background: #fff;
  padding: 4vw;
  border-radius: 2vw;
}