@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.orange{
color:#ffbf69;
}


.section-title--en {
  font-size: clamp(48px, 12vw, 120px); 
  line-height: 1.5;
	margin-bottom:0;
	font-weight:bold;
}
.section-title--ja {
  font-size: clamp(16px, 4vw, 30px);
  line-height: 1.5;
	margin-top:0!important;
font-weight:bold;
}
[class*="is-style-btn_"] a {
  border-radius: 10px;
  box-shadow: none;
  transition: all 0.3s ease;
}

[class*="is-style-btn_"] a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  opacity: 0.9;
}
.feature_title {
	  background: #fff;
  color: #ffbf69;
  font-weight: bold;
  font-size: clamp(18px, 5vw, 29px)!important;
  line-height: 1;
	display:block;
	width:fit-content;
		margin:.5em 0 !important;
  padding: 0.5em!important;

}
.post_content .feature_title:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before,
.post_content .infomation_title:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before,
.post_content .merit_title:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
content:none;
}
.feature_comment{
  font-size: clamp(18px, 5vw, 30px);
}
.feature_bottom {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-size: clamp(18px, 5vw, 30px);
  line-height: 1.7;
	width:fit-content;
	margin:auto;
}
.review_content {
  border-radius: 17px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 1em 1.5em;
}
.review_title{
  font-size: clamp(18px, 5vw, 30px);
}
.review_text hr {
  border: none;
  border-top: 1px dashed #eee;
  max-width: 100%!important;
  margin: 0;
}
.review_text {
	padding:1em 0;
	margin:0;
}
.review_text p {
margin-top:1em;
}
.view [class*="is-style-btn_"] a {
  background: #fff;
  color: orange;
}
.merit_contents{
  border-radius: 17px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 1em 1.5em;
}
.merit_title ,
.infomation_title {
  margin: 0!important;
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 5vw, 30px)!important;
	padding:0;
}
.merit_title::after ,
.infomation_title::after{
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #ffbf69;
  margin-left: 0.5em;
}
.post_content .merit_body li {
  margin-top: 1em;
  font-size: clamp(16px, 4vw, 22px);
  color: #717171;
	font-weight:bold;
}
.infomation_map iframe {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  border: none;
}
.mark_yellow {
    background: linear-gradient(transparent 90%, var(--color_mark_yellow) 0%);
    padding-bottom: 0.3em;
}
/* ナビ */
.c-gnav>.menu-item>a .ttl{
font-weight:bold;
}

/* 下層 */
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 280px;
    }
}
.c-pageTitle {
  font-size: clamp(24px, 6vw, 40px);
  text-align: center;
  text-shadow: 0 0 20px orange;
}
.post_content h3 {
  font-size: clamp(20px, 5vw, 31px);
  color: orange;
}

.post_content h3::before {
height:5px;
}
.p-mainVisual{
margin-top:4rem;
}
@media (max-width: 599px) {
	.p-mainVisual{
margin-top:3rem;
}
}
.flex-direction-nav{
    position: absolute;
    top: 50%;
    z-index: 999999;
    left: 0;
    width: 100%;
    height: 100%;
}

.box{
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
	border-radius:1rem;
	width: 90%;
    margin-inline: auto;
}
@media (max-width: 599px) {
.box{
	width: 100%;
	}
}

.post_content .fv_subtitle{
text-shadow:
  3px 3px 2px #FFA035,
 -3px 3px 2px #FFA035,
  3px -3px 2px #FFA035,
 -3px -3px 2px #FFA035,
  5px 0 2px #FFA035,
 -5px 0 2px #FFA035,
  0 5px 2px #FFA035,
  0 -5px 2px #FFA035,
  0 0 12px #FFA035,
  0 0 24px #FFA035,
  0 0 36px #FFA035!important;
  }