@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
*/

@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&family=Klee+One&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

/*--------------------
	common
--------------------*/

body,
input,
textarea,
select {
	font-family: "Zen Kaku Gothic New", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	line-height: 1.7 !important;
	color: #333;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.1em;
}

@media (min-width: 960px) {
	body,input,textarea,select {
		font-size:16px !important;
	}
}

.tel_span {
    background: url("img/icon-tel.svg") no-repeat left 45%;
    background-size: auto 32px;
    padding-left: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    -webkit-text-stroke-color: #333;
    -webkit-text-stroke-width: 0.3px;
    line-height: 1;
    letter-spacing: 0;
}

.home .l-content {
	margin-bottom:0 !important;
}

.home #before_footer_widget {
	margin-top:0 !important;
}

/*  parts
------------------------*/
.mt-10 { margin-top: -10px !important; }
.lh-11 { line-height: 1.1 !important;}

.marker {
	background:linear-gradient(transparent 70%, #5f9ad75e 70%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.5s;
}

.marker.on {
	background-size: 100% 100%;
}

.flex-dir div {
    flex-direction: row-reverse;
}

.br_lt img {
	border-radius: 60% 0 0 0;
}

.p-box	{
	padding: 1.2rem !important;
    background: #FFF;
    border-top: solid 8px #c9c081;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.reason-box {
	padding: 1.2rem !important;
	background: #FFF;
    border-radius: 0 1.2rem;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}

/*  contact-parts
------------------------*/

#contact-parts .swell-block-bannerLink {
	position:relative;
}

#contact-parts .swell-block-bannerLink .c-bannerLink__description {
	z-index: 999;
	position: absolute;
	top: 0;
	right: 2.4rem;
	display: inline-block;
	font-size: 2.2rem;
	width: 2.2rem;
}

.lum-lightbox-inner img {
    background: #FFF;
    padding: 1rem;
}

.section-tri {
  position: relative;
  margin-bottom: calc(10vw + 10px);  
}
	.section-tri:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 0;
	  right: 0;
	  width: 0;
	  height: 0;
	  border-width: 5rem 50vw 0 50vw;
	  border-style: solid;
	  border-color: #c6d5ea transparent transparent transparent; 
	  z-index:999;
	}

/*  ttl
------------------------*/

.zenmaru {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}

.post_content h3 {
	font-size: 1.5em;
}

.c-bannerLink__title  {
	text-align:center ;
	position:relative  !important;
	font-size:1.9rem !important;
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
	font-weight:700 !important;
	letter-spacing:0.1em;
	margin:0 !important;
    padding: 0 0 2.1rem !important;
}

.c-bannerLink__title:after {
    content: "" !important;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 1.0rem;
    width: 6rem;
    height: 1px;
    margin-left: -3rem;
    background: linear-gradient(to right, #ba9e74, #8dc9bb);
}

.ttl01 {
	font-size:2.4rem !important;
	font-family: "Klee One", cursive;
	font-weight: 400 !important;
	font-style: normal;
	letter-spacing:0.1em;
    margin: 0 0 0.8em !important;
}

.ttl02 {
	text-align:center ;
	position:relative  !important;
	font-size:2.5rem !important;
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
	font-weight:700 !important;
	letter-spacing:0.1em;
	margin:0 0 1rem 0!important;
    padding: 0 0 2.5rem !important;
}

.ttl02:after {
    content: "" !important;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 1.0rem;
    width: 6rem;
    height: 1px;
    margin-left: -3rem;
    background: linear-gradient(to right, #ba9e74, #8dc9bb);
}

.ttl03 {
	font-size:2.2rem !important;
	font-family: "Zen Kurenaido", sans-serif;
	padding:0 0 .5em !important;
}

.ttl03 span.no {
	font-family: "Ms Madi", cursive;
    font-weight: 400;
    font-style: italic;
    font-size: 2.4em;
    letter-spacing: -0.05em;
    line-height: 1.0em;
    color: #a9c56c;
}

h3.ttl03:before,
h3.ttl04:before {
	display:none !important;
}

.ttl04 {
    font-size: 2.8em !important;
	font-family: "Klee One", serif;
    font-weight: bold;
    text-align: center;
    padding: 0 0 .9em 0;
    background-image: url(img/deco_line01.svg);
    background-size: 640px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ttl05 {
	font-family: "Zen Maru Gothic", serif;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	border-left: 0 !important;
	padding:0 0 0.6em 0 !important;
	margin: .5em 0 0.8em !important;
}

.ttl05::before,.ttl05::after {display:none !important;}

	@media screen and (max-width: 959px) {
		.ttl01 {
				font-size:2.2rem !important;
		}
			
		.ttl02 {
				font-size:2.3rem !important;
		}
		
		.ttl03 {
			font-size:1.9rem !important;
		}

			.ttl03 span.no {
				font-size: 2.1em;
			}
			
		.ttl04 {
			font-size:2.4rem !important;
		}
			
	}


.table01 td, .table01 th {
    padding: 1.2em .75em;
}

.post_content li {
    line-height: 1.3 !important;
    margin: .25em 0 1.25em 0 !important;
}

/*モバイル用*/
@media (max-width: 768px) {
.post_content img{
width: 100%; 
height:auto;
margin-bottom: 10px; 
}
}

/*  header
------------------------*/

@media (min-width: 960px) {
	.l-header__inner {
			position: relative;
			padding: 4rem 0 1.0rem;
	}
}

@media screen and (max-width: 959px) {
    .l-header__logo {
        margin-left: 0 !important;
	}
}

.l-header__logo {
	position:absolute;
	top:0;
	left:0;
	margin-left:4em;
}

.w-header.pc_ {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.8rem 0;
	margin-right:2em;
	width: 500px !important;
}

.w-header.pc_ .w-header__inner {
	width:100% !important;
}

.w-header.pc_ .swell-block-columns {
    --swl-clmn-mrgn--x: 0.5rem;
}

@media (min-width: 960px) {
    .-series .l-header__logo {
        padding: 1.2rem 0;
    }
}

.l-fixHeader__inner .w-header {
	display:none;
}

/*  gnav
------------------------*/

@media (min-width: 960px) {
    .-series-right .c-gnavWrap {
        margin: 0 auto;
    }
}

.l-fixHeader__inner .c-headLogo {
        max-width: 260px;
    }

.c-gnav>.menu-item>a {
    padding: 0 30px 1rem 30px;
}

	.l-fixHeader__inner .c-gnav>.menu-item>a {
		 padding: 0 15px;
	}

.c-gnav>.menu-item>a .ttl {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
	-webkit-text-stroke-color: #333;
    -webkit-text-stroke-width: 0.3px;
}

.c-smallNavTitle {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #678b19;
    letter-spacing: 0.1em;
	-webkit-text-stroke-color: #678b19;
    -webkit-text-stroke-width: 0.2px;
}



/*  footer
------------------------*/

 .l-footer__widgetArea {
    padding-bottom: 1em;
    padding-top: 2.2em;
}

/*--------------------
	top
--------------------*/

.top #content {
    padding-top: 0;
}

/*  mainvisual
------------------------*/

.p-mainVisual__slideTitle {
	font-size:2.8rem;
	font-family: "Zen Maru Gothic", sans-serif !important;
	font-weight: 400 !important;
	letter-spacing:0.2em;
	-webkit-text-stroke-color: #FFF;
    -webkit-text-stroke-width: 0.3px;
}

	@media screen and (max-width: 959px) {
		.p-mainVisual__slideTitle {
			font-size:2.0rem;
		}
	}

.p-mainVisual__slideText {
	font-family: "Zen Kaku Gothic New", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	font-weight: 500 !important;
	letter-spacing:0.2em !important;
}

#example .flickity-parent .swell-block-column {
	background:#FFF;
	box-sizing:border-box;
}

.btn-insta a {
		 background:radial-gradient(circle at 33% 100%, #ed984f 4%, #dd574c 30%, #d14487 62%, #b158c9 85%, #6a73c7);
		 color:#FFF !important;
}

@media screen and (max-width: 959px) {
	.sp-red img {
		width:100%;
		height:10rem;
		object-fit: cover;
		object-position: 50% 50%;
	}
	
	.c-smallNavTitle {
		display:none;
	}
	
	.c-widget__title.-spmenu {
		padding: 0 0 0 .5em
		font-family: "Questrial", sans-serif;
		font-weight: 400;
		color:#c9c081;
		font-style: normal;
		letter-spacing: 0.1em;
		background:transparent;
	}
	
	.c-listMenu.c-listMenu li {
		position: relative;
		width: 100%;
		margin:0 2%;
		font-weight:bold;
		float: left;
		font-size:1.1rem;
	}
	
	.p-spMenu__nav {
		overflow:hidden;
	}
	
	.c-iconBtn__label {
		font-family: "Questrial", sans-serif;
		font-weight:bold;
	}
	
}

.l-header__menuBtn {
	color:#333;
	background-color:transparent;
}

.p-spMenu__inner::before {
    background: rgba(255, 255, 255, .9);
}

.c-listMenu a {
    padding: .75em .20em .75em 1.5em !important;
}


/*======================
	form reset
======================*/
input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after,
.wpcf7-spinner {
	display: none !important;
}

/*======================
	Contact Form7
======================*/

.wpcf7 p {
	    display:block !important;
}

.wpcf7 {
	background: url(../images/common/title-visual.webp) no-repeat center center / cover;
	padding: 32px 3%;
	margin-top: 2em;
}

form.wpcf7-form {
	max-width: 800px;
	margin: 0 auto;
}

form.wpcf7-form>div {
	margin-bottom: 2em;
	text-align: center;
}

form.wpcf7-form>div.label__area {
	display: flex;
	justify-content: space-between;
}

form.wpcf7-form>div.label__area .form__label {
	flex-basis: 70%;
}

.wpcf7-form p>label {
	display: flex;
	width:100%;
	align-items: center;
	font-weight: 500;
	margin-bottom: 0.5em;
	padding:0 !important;
}

.wpcf7-form-control-wrap {
	padding:0 !important;
}

.form__label input,
.form__label textarea,
#contact-confirm div>.form__label {
	background: #fff;
	width: 100%;
	padding: 1em;
}

.form__label textarea {
	border: 1px solid #e3e5e7;
}

.wpcf7-form span.required,
.wpcf7-form span.optional {
	display: inline-block;
	border: 1px solid #C7843A;
	background: transparent;
	color: #C7843A;
	font-size: 0.875rem;
	line-height: 1.8;
	padding: 0.1em 0.5em;
	margin-right: .8em;
	margin-left: 0;
}

.wpcf7-form span.optional {
	color: #231815;
	border: 1px solid #231815;
}

::placeholder {
	color: #ccc;
}

.wpcf7-form .acceptance {
	justify-content: center;
}



/* checkbox
-----------------------------*/
.wpcf7-checkbox input,
.wpcf7-acceptance input {
	background: none;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-list-item>label input {
	width: auto;
}

.wpcf7-checkbox .wpcf7-list-item:not(:last-child),
.wpcf7-radio .wpcf7-list-item:not(:last-child) {
	display: inline-block;
	margin: 0 2em 0 0 !important;
}

input[type="checkbox"] {
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	margin-right: 0.5em;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
	content: "";
	display: block;
	position: absolute;
}

input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 0%;
	border: 2px solid #e4e6ef;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
}

input[type="checkbox"]::after {
	border-bottom: 3px solid #C7843A;
	border-left: 3px solid #C7843A;
	opacity: 0;
	height: 6px;
	width: 11px;
	transform: rotate(-45deg);
	top: 25%;
	left: 10px;
}

input[type="checkbox"]:checked::after {
	opacity: 1;
}

.wpcf7-form-control-wrap {
	width:auto !important;
}

/* radio
-----------------------------*/
input[type="radio"] {
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	margin-right: 0.5em;
}

input[type="radio"]::before,
input[type="radio"]::after {
	content: "";
	display: block;
	position: absolute;
}

/* reCAPTCHA
-----------------------------*/
.form__recaptcha a {
	color: #D07800;
	border-bottom: 1px solid #D07800;
	padding: 0.2em;
}

.form__recaptcha a:first-child {
	margin-right: 1em;
}

.form__recaptcha p {
	text-align: center !important;
}

form input[type="submit"] {
    background: linear-gradient(90deg, #716838, #56480f) !important;
}