/* Module */

.heading-h2 {
	font-size: 28px;
	font-weight:600;
	margin-bottom: 21px;
	padding-bottom: 12px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.15em;
}

.heading-h3 {
	font-size: 22px;
	font-weight:600;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.15em;
}
.l-section--1 {
	padding-bottom: 50px;
}
.l-section--2 {
	padding-bottom: 0px;
}
.l-section--3 {
	text-align: center;
	padding-bottom: 50px;
	margin-left:32%;
	margin-right:32%;
}
.l-section--4 {
	padding-bottom: 50px;
	margin-left:30%;
	margin-right:30%;
	text-align: center;
	line-height: 1.5;
}
.l-section--4 p{
	font-size: 18px;
	font-weight:normal;
	text-align: left !important;
}

.l-section--5 {
	background-color: #e6f4fa;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 5px;
	margin-left:30%;
	margin-right:30%;
	margin-bottom: 50px;
}
.l-section--5 .first{
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight:600;
}
.l-section--5 .second{
	font-size: 25px;
	font-weight:normal;
	font-weight:600;
}
.l-section--6 {
	text-align: center;
	margin-left:30%;
	margin-right:30%;
	background-color: #f7f7f7;
	padding-bottom: 40px;
}
.box8 {
    padding: 1em 1.5em !important;
    margin: 2em 0 !important;
    background-color: #f3fcfa;
	background-size: 20px 20px;
    color:#000000;/*文字色*/
}
.box8 {
	font-size: 18px;
	line-height: 1.5;
	text-align: left !important;
    margin: 0; 
    padding: 0;
}

.flex-box {
	margin-left:30%;
	margin-right:30%;
    display: flex;              /* フレックスボックスにする */
    background-color: #f7f7f7;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
}

.flex-item {
    padding: 10px;
    color:  #000000;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}

.item1 {
width: 30%;
}
.item2 {
flex: 1;
}

.flex-item p:nth-child(1){
	font-size: 16px;
	margin-bottom:  10px; 
}
.flex-item p:nth-child(2){
	font-weight:600;
	font-size: 24px;
	line-height: 1.5;	
	margin-bottom:  25px; 
}
.flex-item p:nth-child(3){
	font-size: 18px;
	line-height: 1.2;
	
	margin-bottom:  25px; 
}
.flex-item p:nth-child(4){
	font-size: 18px;
}

.flex-item a{
	text-decoration:underline;
}
.flex-item:nth-child(1) {
    background-color:  #ffffff; /* 背景色指定 */

}

.flex-item:nth-child(2) {
    background-color:  #ffffff; /* 背景色指定 */
    padding:  10px 30px 0 30px;
}


.arrow{
    position: relative;
    display: inline-block;
	font-weight:600;
    
}
.arrow::after{
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px #555;   /* 好みで色を変えてください */  
    border-right: solid 1px #555;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -20px;
}



@media screen and (max-width: 768px){
	.heading-h2 {
		/*font-size: 28px;*/
		font-size: 160%;
	}
	.heading-h3 {
		/*font-size: 22px;*/
		font-size: 130%;
	}
	.l-section--2 {
		margin-left:5%;
		margin-right:5%;
	}	
	.l-section--3 {
		margin-left:5%;
		margin-right:5%;
	}
	.l-section--4 {
		/*font-size: 18px;*/
		font-size: 100%;
		margin-left:5%;
		margin-right:5%;
	}
	.l-section--5 {
		margin-left:0%;
		margin-right:0%;
	}
	.l-section--5 .first{
		/*font-size: 22px;*/
		font-size: 130%;
	}
	.l-section--5 .second{
		/*font-size: 25px;*/
		font-size: 145%;
	}	
	.l-section--6 {
		margin-left:0%;
		margin-right:0%;
		opacity:1 !important;
		
	}
	.flex-box {
		margin-left:0%;
		margin-right:0%;
		/*display: block;*/
	}

	.flex-item p:nth-child(1){
		/*font-size: 16px;*/
		font-size: 90%;
	}
	.flex-item p:nth-child(2){
		/*font-size: 22px;*/
		font-size: 140%;
	}
	.flex-item p:nth-child(3){
		/*font-size: 18px;*/
		font-size: 100%;
		line-height: 1.2;
	}
	.flex-item p:nth-child(4){
		/*font-size: 18px;*/
		font-size: 100%;
	}
	.flex-item:nth-child(2) {
	    padding:  6px;
	}
	.flex-item {
	margin:  5px;
    padding: 0px;
	}						
}

.modal-wrapper {
	background: rgba(255, 255, 255, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2000;
	display: none;
}

.modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	width: 90.4%;
	max-height: 90%;
	overflow-y: auto;
	padding: 23px 4% 30px;
	-webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.19);
	box-shadow: 0 0 43px rgba(0, 0, 0, 0.19);
}

.modal__close {
	position: absolute;
	top: 19px;
	right: 10px;
	padding: 11px 14px;
	border: none;
	background: transparent;
	border-radius: 10px;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: #aaaaaa;
	letter-spacing: .15em;
	font-weight: 500;
	-webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
}

.modal__title {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .05em;
	color: #06a890;
}

.modal__content {
	margin-top: 26px;
}

.page-head {
	position: relative;
}

.page-head-logo {
	margin-left: auto;
	padding-right: 4.8%;
	font-size: 1.2rem;
}

.page-head-logo img {
	width: 120px;
}

.page-title {
	min-height: 145px;
	color: #1c2242;
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, url(../img/img_homes.webp) no-repeat right -20px bottom -15px/745px auto, #c5f3ec;
	padding: 10px 0 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-head--style .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--casestudy .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--about .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--request .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--religion .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--column .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding: 25px 0 30px;
}

.page-head--covid-19 .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--jizensodan .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--privacypolicy .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-head--sitemap .page-title {
	background: url(../img/line_pagehead_sp.webp) no-repeat center bottom/100% 17px, #c5f3ec;
	padding-bottom: 0;
}

.page-title__simple {
	text-align: center;
	width: 100%;
	font: 600 2.75rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	padding-bottom: 22px;
	line-height: 1.1;
}

.page-title__simple--sm {
	font-size: 2.5rem;
}

.page-title__simple--xsm {
	font-size: 2.0rem;
}

.page-title__simple span {
	font-size: 60%;
}

.page-title__label {
	font: 600 1.3rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	background: #FFFFFF;
	border-radius: 0 26px 26px 0;
	padding: 4px 20px 3px 4.8vw;
	margin-bottom: 10px;
}

.page-title__area {
	font: 600 3rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.025em;
	line-height: 1.15;
	margin-left: 4.8vw;
}

.page-title__area ruby {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.page-title__area ruby rt {
	font-size: 1.2rem;
}

.page-title__area span {
	display: block;
	font-size: 1.4rem;
}

.page-title-simple {
	background: #c5f3ec;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	color: #1c2242;
	text-align: center;
	font: 600 2.8rem "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: 130px;
	letter-spacing: 0.15em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}

.page-title-simple__text span {
	display: block;
	font-size: 1.8rem;
}

.breadcrumb {
	background: #FFFFFF;
	color: #908e8e;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	padding: 6px 4.8% 0;
	letter-spacing: 0.15em;
	line-height: 1.75;
}

.breadcrumb__item {
	display: inline-block;
	margin-right: 2px;
}

.breadcrumb__item:not(:first-child)::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #908e8e;
	border-right: 1px solid #908e8e;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 7px 1px 0;
}

.heading-1 {
	color: #06a890;
	text-align: center;
	font: 600 3.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.heading-1--white {
	color: #ffffff;
}

.heading-1--black {
	color: #2d2d2d;
}

.heading-2 {
	font: 600 1.8rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
	margin: 24px 0 15px;
}

.heading-2--lg {
	font-size: 2.1rem;
}

.heading-2--green {
	color: #06a890;
}

.heading-3 {
	font: 600 1.8rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 15px;
}

.heading-4 {
	text-align: center;
	margin-bottom: 35px;
	font: 600 2.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .1em;
	line-height: 1.2;
	position: relative;
}

.heading-4 span:not([class]) {
	display: inline-block;
	border-bottom: 1px solid #06a890;
	padding-bottom: 10px;
}

.heading-4 small {
	font-size: 1.25rem;
	display: block;
	text-align: right;
}

.heading-4--light-green span:not([class]) {
	border-bottom-color: #c0e6d9;
}

.heading-4__lines {
	text-decoration: underline;
	text-underline-offset: 0.15em;
	-webkit-text-decoration-color: #06a890;
	text-decoration-color: #06a890;
	text-decoration-thickness: 1px;
	line-height: 1.4;
}

.heading-4__pc-lines {
	display: inline-block;
	border-bottom: 1px solid #06a890;
	padding-bottom: 10px;
}

.heading-4__sub {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 2.3rem;
}

.heading-4--mb-sm {
	margin-bottom: 20px;
}

.heading-4--mb-lg {
	margin-bottom: 28px;
}

.heading-4--line-long span:not([class]) {
	width: 100%;
	display: block;
}

.heading-4--sm {
	font-size: 2.2rem;
	letter-spacing: .05em;
}



.heading-6 {
	margin-bottom: 18px;
	font-size: 2.25rem;
	line-height: 1.3333;
	color: #06a890;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.heading-7 {
	margin-bottom: 20px;
	font: 600 2.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .05em;
}

.heading-7 strong {
	color: #06a890;
}

.heading-7--m0 {
	margin-bottom: 0;
}

.heading-8 {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 2;
	font-weight: 700;
	color: #06a890;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

.heading-8--black {
	color: #2d2d2d;
}

.heading-8--sp-lg {
	font-size: 2rem;
	font-weight: 500;
}

.heading-9 {
	color: #06a890;
	font-size: 2.3rem;
	line-height: 1.5217;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	position: relative;
	margin-bottom: 17px;
	padding-left: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}

.heading-9::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 23px;
	background: #06a890;
	left: 0;
	top: 6px;
}

.heading-9__sm {
	font: 400 1.8rem "Noto Sans JP", sans-serif;
	letter-spacing: .1em;
	display: block;
}

.heading-9--mix {
	padding-left: 0;
}

.heading-9--mix .heading-9__sm {
	padding: 3px 0 3px 14px;
}

.heading-10 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font: 600 2.3rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.4348;
	border-bottom: 1px solid #e2e2e2;
}

.heading-11 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 66px;
	margin-bottom: 16px;
	padding-left: 20px;
	font-size: 2.3rem;
	line-height: 1.4348;
	font-weight: 500;
	color: #06a890;
	letter-spacing: .1em;
}

.heading-11::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 1px;
	height: calc(100% - 10px);
	background: #06a890;
}

.heading-12 {
	margin-bottom: 22px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #06a890;
	font-weight: 500;
	letter-spacing: .07em;
}

.heading-13 {
	margin-bottom: 14px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.3333;
	font-weight: 500;
	letter-spacing: .15em;
	border-bottom: 1px solid #e2e2e2;
}

.heading-14 {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.43;
	color: #06a890;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.heading-14__num {
	margin-right: 18px;
}

.heading-14__text {
	padding-left: 18px;
	position: relative;
	min-height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.heading-14__text::before {
	content: "";
	width: 1px;
	height: calc(100% - 10px);
	display: block;
	background: #06a890;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.heading-14__text--h-auto {
	min-height: auto;
}

.heading-15 {
	background: #d80e25;
	border-radius: 5px;
	padding: 16px 25px 30px 13px;
	color: #fff;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.1428;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 26px;
}

.heading-15::before {
	content: '';
	width: 42px;
	height: 37px;
	margin-top: 3px;
	background: url(../img/icon_caution.webp) no-repeat center/contain;
}

.heading-15 span {
	position: relative;
	margin-left: 15px;
}

.heading-15 span::after {
	position: absolute;
	content: '';
	background: #fff373;
	width: 100%;
	height: 1px;
	bottom: -9px;
	left: 0;
}

.lead {
	margin-bottom: 50px;
}

.lead--mb-none {
	margin-bottom: 0;
}

.lead--mb-sm {
	margin-bottom: 15px;
}

.lead__text {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.lead__text--weight-md {
	font-weight: 500;
}

.lead__text--mb {
	margin-bottom: 13px;
}

.lead__text--red {
	color: #ff0000;
}

.button {
	color: #06a890;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.button:hover {
	opacity: 0.6;
}

.button::after {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	margin-left: 0.8em;
	background: url(../img/icon_arrow_green.webp) no-repeat center/contain;
}

.button--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button--white {
	color: #FFFFFF;
}

.button--white::after {
	background-image: url(../img/icon_arrow_white.webp);
}

.button--sm::after {
	width: 34px;
	height: 34px;
}

a.button-primary,
button.button-primary,
input.button-primary {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.button-primary:hover,
button.button-primary:hover,
input.button-primary:hover {
	opacity: 0.6;
}

.button-primary {
	background: #06a890;
	color: #FFF;
	display: block;
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	padding: 21px 30px 21px 18px;
	font-size: 1.6rem;
	letter-spacing: .15em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: none;
	width: 100%;
}

.button-primary::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.button-primary--orange {
	background: #e78e02;
}

.button-primary--gray {
	background: #b8b8b8;
}

.button-primary--input {
	cursor: pointer;
	border-radius: 6px;
	padding: 11px;
	font-size: 1.275rem;
}

.button-primary--input::after {
	content: none;
}

.button-primary--input:hover {
	opacity: 0.6;
}

.button-primary--pd-0 {
	padding-left: 0;
	padding-right: 0;
}

.button-primary--text-sm {
	font-size: 1.5rem;
	letter-spacing: .1em;
}

.button-primary--center {
	margin-left: auto;
	margin-right: auto;
}

.button-primary--icon-sm::after {
	width: 10px;
	height: 10px;
	border-width: 1px;
}

.button-primary--icon-xsm::after {
	width: 7px;
	height: 7px;
	border-width: 1px;
}

.button-primary--xsm {
	font-size: 1.3rem;
	display: inline-block;
	border-radius: 5px;
	padding: 2px 10px 3px;
	width: auto;
}

.button-primary--xsm::after {
	border-width: 1px;
	position: static;
	display: inline-block;
	margin: 0 0 2px 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-primary--in-map {
	display: block;
	font-size: 12px;
	width: 90px;
	padding: 3px 5px;
	border-radius: 5px;
	letter-spacing: 0.05em;
	margin: 6px 0 0 auto;
}

.button-primary--in-map::after {
	border-width: 1px;
	width: 5px;
	height: 5px;
	margin-left: 2px;
	margin-right: -2px;
}

.button-primary--area-list {
	padding: 16px 19px;
}

.button-primary--submit {
	height: 66px;
	padding: 0 20px;
}

.button-primary--icon-left::after {
	right: auto;
	left: 20px;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.button-primary--icon-down {
	max-width: 300px;
}

.button-primary--icon-down::after {
	top: 47%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.button-primary--blank::after {
	content: "";
	background: url(../img/blank_icon.svg) no-repeat center center/100% auto;
	width: 17px;
	height: 16px;
    position: absolute;
    top: 40%;
    right: 13px;
    display: inline-block;
	opacity: 1 !important;
	border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    transform: rotate(0deg) !important;
}


.button-return {
	background: #aaaaaa;
	color: #FFF;
	display: block;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	padding: 16px 16px 16px 32px;
	font-size: 1.6rem;
	letter-spacing: .15em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-return:hover {
	opacity: 0.6;
}

.button-return::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	position: absolute;
	top: 50%;
	left: 23px;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.button-return--center {
	margin-left: auto;
	margin-right: auto;
}

.button-secondary {
	background: #aaaaaa;
	border: none;
	width: 100%;
	color: #FFF;
	display: block;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px 45px 21px;
	font-size: 1.6rem;
	letter-spacing: .15em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary:hover {
	opacity: 0.6;
}

.button-secondary::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -4px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.button-secondary--under::before {
	margin-top: -4px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.button-tel {
	display: block;
	border: 1px solid #06a890;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
}

.button-tel__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.15;
	display: block;
	margin-bottom: 5px;
}

.button-tel__num {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .15em;
	color: #06a890;
}

.button-wrap {
	margin-top: 45px;
}

.button-wrap--mb {
	margin-bottom: 45px;
}

.button-wrap--mt0 {
	margin-top: 0;
}

.button-wrap .button-return + .button-return {
	margin-top: 20px;
}

.button-wrap .button-primary + .button-primary {
	margin-top: 10px;
}

.hidden-text {
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	display: inline-block;
	width: 0;
	height: 0;
}

.scrollin,
.scrollins__item {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.information-2-wrap {
	margin-top: 36px;
}

.information-2 {
	background: #fff;
	border-radius: 10px;
}

.information-2:not(:last-child) {
	margin-bottom: 18px;
}

.information-2__heading {
	font-weight: 700;
	font-size: 2.2rem;
	color: #06a890;
	letter-spacing: 0.05em;
	padding-left: 1em;
	padding: 22px 14px 21px;
	border-bottom: 2px solid #f7f7f7;
}

.information-2__heading span {
	position: relative;
	padding-left: 20px;
}

.information-2__heading span::before {
	position: absolute;
	content: "";
	background: #06a890;
	width: 4px;
	height: 25px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.information-2__main {
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	line-height: 1.6666;
	padding: 17px 12px 17px;
}

.information-2__main a {
	color: #06a890;
	text-decoration: underline;
}

.information-2__main a:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.useful-content__item {
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
}

.useful-content__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 172px;
	padding-right: 35px;
	color: #fff;
	font-size: 2.6rem;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.15em;
	line-height: 1.3451;
}

.useful-content__item:not(:last-child) {
	margin-bottom: 20px;
}

.useful-content__item::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 33px;
	margin: auto;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.useful-content__item--01 {
	background: url(../img/img_useful_content_01.webp) no-repeat center center/cover;
}

.useful-content__item--02 {
	background: url(../img/img_useful_content_02.webp) no-repeat center center/cover;
}

.useful-content__item--03 {
	background: url(../img/img_useful_content_03.webp) no-repeat center center/cover;
}

.banners {
	background: #f1f1f1;
	padding: 30px 4.8%;
}

.banners__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 4%;
}

.banners__item {
	width: 48%;
	background: #FFFFFF;
}

.banners__item a {
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.banners__item a:hover {
	opacity: 0.5;
}

.banners__item img {
	display: block;
}

.white-box {
	margin-top: 30px;
	background: #fff;
	padding: 10px 15px;
	border-radius: 10px;
}

.white-box--mb {
	margin-bottom: 30px;
}

.basic-information {
	margin-bottom: 36px;
}

.basic-information__list {
	margin-bottom: 8px;
}

.basic-information__list--mb0 {
	margin-bottom: 0;
}

.basic-information__head {
	font-size: 1.4rem;
	color: #06a890;
	letter-spacing: 0.15em;
	line-height: 1.3;
	font-weight: 700;
}

.basic-information__head--displaynone {
	display: none;
}

.basic-information__text {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
}

.basic-information__tag {
	margin-top: 10px;
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	line-height: 1.5714;
	border: 1px solid #06a890;
	color: #06a890;
	padding: 2px 7px;
	border-radius: 3px;
	margin-right: 7px;
}

.basic-information__tag--out {
	color: #909292;
	border: 1px solid #d8d8d8;
}

.shop-lead {
	margin-bottom: 19px;
}

.shop-lead__text {
	font-size: 1.5rem;
	letter-spacing: .15em;
	line-height: 1.8333;
}

.media__heding {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.media__heding span {
	color: #ee6685;
}

.media__inner {
	margin-top: 40px;
	margin-bottom: 28px;
}

.media__item {
	background: #fff;
	padding: 30px 18px 35px;
	border-radius: 10px;
}

.media__item:not(:last-child) {
	margin-bottom: 25px;
}

.media__item__heading {
	color: #06a890;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	left: 1.3636em;
	padding-left: 22px;
	margin-bottom: 26px;
	position: relative;
}

.media__item__heading::before {
	position: absolute;
	content: "";
	background: url(../img/icon_tv.svg) no-repeat center/contain;
	width: 37px;
	height: 37px;
	left: -28px;
	top: -10px;
}

.media__item__heading--02::before {
	background: url(../img/icon_magazine.svg) no-repeat center/contain;
	top: -6px;
}

.media__lists {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.media__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 8px;
	width: 100%;
}

.media__list::before {
	content: "・";
}

.media__list--w50 {
	width: 50%;
}

.media__list--none::before {
	content: "";
	margin-left: 1em;
}

.green-frame {
	position: relative;
	border-radius: 13px;
	padding: 20px 0 20px;
	z-index: 0;
	margin-top: -45px;
}

.green-frame:before {
	content: "";
	display: block;
	width: 90.5vw;
	min-width: 310px;
	height: 100%;
	border: 1px solid #c0e6d9;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	z-index: -1;
}

.green-frame--mt0 {
	margin-top: 0;
}

.green-frame--form {
	margin-top: 0;
}

.list-map {
	position: relative;
	width: 100%;
	height: 517px;
}

#infowindow {
	display: none;
	position: absolute;
}

.access-map {
	width: 100%;
	height: 400px;
	position: relative;
	margin-bottom: 33px;
}

#map_canvas {
	width: 100%;
	height: 100%;
}

.information-1 {
	margin-top: 32px;
	padding: 22px 21px;
	background: #f7f7f7;
}

.information-1:not(:last-child) {
	margin-bottom: 35px;
}

.information-1__main {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .15em;
	text-align: justify;
}

.information-1__main p:not(:last-child) {
	margin-bottom: 17px;
}

.sp-area-list__intro {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .1em;
}

.sp-area-list__row:not(:last-of-type) {
	margin-bottom: 24px;
}

.sp-area-list__trg {
	position: relative;
	padding: 10px 50px;
	border: none;
	background: transparent;
	color: #ffffff;
	background: #09a98c;
	width: 100%;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .1em;
	-webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition: 0.4s 0.2s;
	-o-transition: 0.4s 0.2s;
	transition: 0.4s 0.2s;
}

.sp-area-list__trg::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 28px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-top: -2px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sp-area-list__trg.is-opened {
	border-radius: 10px 10px 0 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sp-area-list__trg.is-opened::after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	margin-top: 4px;
}

.sp-area-list__items {
	display: none;
	padding-bottom: 6px;
	border-radius: 0 0 10px 10px;
	background: #f7f7f7;
}

.sp-area-list__item:not(:last-of-type) {
	border-bottom: 1px solid #dadada;
}

.sp-area-list__item a {
	position: relative;
	display: block;
	padding: 12px 20px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .1em;
	font-weight: 500;
}

.sp-area-list__item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #2d2d2d;
	border-right: 2px solid #2d2d2d;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.pc-area-list {
	width: 100%;
}

.pc-area-list__tr:nth-of-type(odd) {
	background: #e3f9f6;
}

.pc-area-list--gray .pc-area-list__tr:nth-of-type(odd) {
	background: #ffffff;
}

.pc-area-list--gray .pc-area-list__tr:nth-of-type(even) {
	background: #f7f7f7;
}

.pc-area-list__td {
	width: calc(100% / 6);
}

.pc-area-list__td a {
	position: relative;
	display: inline-block;
	padding: 22px 22px 22px 32px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .15em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pc-area-list__td a:hover {
	color: #06a890;
}

.pc-area-list__td a:hover::after {
	border-color: #06a890;
}

.pc-area-list__td a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.inquiry-link__heading {
	font: 600 1.4rem YakuHanMP_Noto, "Noto Serif JP", serif;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;

}

.inquiry-link__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.inquiry-link__item {
	position: relative;
	display: block;
	width: calc(50% - 1px);
	margin-bottom: 2px;
	background: #e78e02;
	color: #ffffff;
	-webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.09);
}

.inquiry-link__item:nth-child(2) {
	border-radius: 0px 0px 0px 7px;
}

.inquiry-link__item:last-child{
	border-radius: 0px 0px 7px 0px;
}

.inquiry-link__item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.inquiry-link__item--tel {
	width: 100%;
}

.inquiry-link__item--tel::after {
	right: 22px;
}

.inquiry-link__tel {
	position: relative;
	padding: 20px 25px 25px 80px;
}

.inquiry-link__tel::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 66px;
	background: url(../img/icon_tel_free.webp) no-repeat center center/contain;
}

.inquiry-link__tel__heading {
	font: 600 2.41rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.5;
}

.inquiry-link__tel__text {
	font: 600 1.41rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.5;
}

.inquiry-link__tel__number {
	font: 600 3.6rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .13em;
}

.inquiry-link__tel__number rt {
	font-size: 1.3rem;
}

.inquiry-link__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.inquiry-link__link--pre {
	padding: 14px 46px 14px 62px;
}

.inquiry-link__link--pre::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 35px;
	background: url(../img/icon_fukidashi.svg) no-repeat center center/contain;
}

.inquiry-link__link--request {
	padding: 5px 40px 5px 58px;
}

.inquiry-link__link--request::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 36px;
	background: url(../img/icon_letter.svg) no-repeat center center/contain;
}

.inquiry-link__link__heading {
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.25;
}

.form_bannar{ 
	position: relative;
	display: flex;
	align-items: center;
	max-width: 936px;
	margin: 0 auto;
    padding: 0 15px;
	/*background-image: url("/1877e0/img/form_bannar_bg.webp");*/
	background-repeat: no-repeat;
	background-size:contain;
	background-position: bottom;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
}

.l-section__100vw{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.sp-form-bannar{
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 926px;
	margin: 0 auto;
	background-image: url("../img/sp-form-bannar-bg.webp");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: left;
	font-family: "Noto Serif JP", serif;

}
.sp-form-bannar2{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: left;
}
.sp-form-bannarsp{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: left;
}
.sp-form-bannar .sp-form-bannar-inner{
	display: flex;
}

.sp-form-bannar .bannar_left{
	font-size: 16px;
}

.sp-form-bannar .fukidashi{
	position: relative;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 11px 0;
}

.sp-form-bannar .fukidashi img{
	width: 172px;
}

.sp-form-bannar .fukidashi p{
	position: absolute;
	top: 19%;
	padding: 4px 8px;
	font-size: 12px;
}

.sp-form-bannar .bannar_left span{
	font-size: 15px;
}

.sp-form-bannar .bannar_left_letter{
	font-size: 11px;
	color: #06A890;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.sp-form-bannar .bannar_left_letter span{
	font-size: 16px;
}

.sp-form-bannar .bannar_left .bannar_mid img{
	width: 14px;
}

.sp-form-bannar .bannar_mid .item{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	line-height: 13px;

}

.sp-form-bannar .bannar_mid .item p{
	margin-left: 2px;
}

.sp-form-bannar .inquiry-head{
	position: relative;
	z-index: 100;

}

.sp-form-bannar .inquiry-head h2{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	color: #fff;
    font-weight: 600;
	white-space:nowrap;
	font-size: 2rem;
	padding-top: 1.2rem;
}

.sp-form-bannar .inquiry-head img{
	vertical-align: bottom;
}

section.sp-form-bannar.form_bannar-a .bannar_left_letter{
	margin-left: 12px;
}

section.sp-form-bannar.form_bannar-a .bannar_mid{
	margin-top: 11px;
	margin-left: 13px;
	font-size: 11px;
}

section.sp-form-bannar.form_bannar-a .sp-form-bannar-incentive{
	position: absolute;
	top: 5px;
	right: 0;
	width: 130px;
	z-index: 0;
}

section.sp-form-bannar.form_bannar-b .bannar_left_letter{
	font-size: 17px;
	line-height: 27px;
	margin-left: 19px;
}

section.sp-form-bannar.form_bannar-b .bannar_left_letter span{
	font-size: 20px;
}

section.sp-form-bannar.form_bannar-b .sp-form-bannar-incentive{
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	z-index: 0;
}

.price-4-sp__item {
	background: #f7f7f7;
	padding: 17px 15px 21px;
}

.price-4-sp__item:not(:last-of-type) {
	margin-bottom: 15px;
}

.price-4-sp__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	margin-right: -10px;
}

.price-4-sp__image {
	width: 44%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price-4-sp__image img {
	display: block;
}

.price-4-sp__image--reccomend {
	position: relative;
}

.price-4-sp__image--reccomend::after {
	content: '';
	position: absolute;
	top: -21px;
	right: -7px;
	width: 60px;
	height: 37px;
	background: url(../img/icon_reccomend.webp) no-repeat center center/contain;
}

.price-4-sp__info {
	padding-top: 8px;
	padding-left: 8px;
}

.price-4-sp__heading {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	color: #06a890;
	letter-spacing: .05em;
}

.price-4-sp__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 13px;
}

.price-4-sp__price__label {
	width: 100%;
	margin-bottom: 4px;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: .05em;
}

.price-4-sp__price__number {
	font: 400 2.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1;
}

.price-4-sp__price__unit {
	font-size: 1rem;
	line-height: 1.5;
}

.price-4-sp__text {
	margin-bottom: 13px;
	font-size: 1.3rem;
	line-height: 1.5384;
	letter-spacing: .15em;
	text-align: justify;
}

.price-4-pc__table {
	position: relative;
	width: 100%;
}

.price-4-pc__thead__tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price-4-pc__thead__th {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 455px;
	border-radius: 16px 16px 0 0;
	padding: 25px 10px;
	background: #f7f7f7;
	color: #06a890;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .15em;
	border-bottom: 1px solid #b8b8b8;
}

.price-4-pc__thead__th:nth-of-type(1) {
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: transparent;
}

.price-4-pc__thead__th:nth-of-type(3),
.price-4-pc__thead__th:nth-of-type(4) {
	margin-left: 20px;
}

.price-4-pc__thead__th:nth-of-type(3)::before,
.price-4-pc__thead__th:nth-of-type(4)::before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 100%;
	width: 20px;
	height: 1px;
	background: #b8b8b8;
}

.price-4-pc__tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price-4-pc__tr:not(:last-of-type) .price-4-pc__th {
	border-bottom: 1px solid #b8b8b8;
}

.price-4-pc__tr:not(:last-of-type) .price-4-pc__td {
	border-bottom: 1px solid #b8b8b8;
}

.price-4-pc__tr:not(:last-of-type) .price-4-pc__td:nth-of-type(3)::before,
.price-4-pc__tr:not(:last-of-type) .price-4-pc__td:nth-of-type(4)::before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 100%;
	width: 20px;
	height: 1px;
	background: #b8b8b8;
}

.price-4-pc__tr:last-of-type .price-4__td {
	border-radius: 0 0 16px 16px;
}

.price-4-pc__th {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	vertical-align: middle;
	text-align: left;
}

.price-4-pc__td {
	display: block;
	position: relative;
	vertical-align: top;
	width: 100%;
	max-width: 455px;
	background: #f7f7f7;
}

.price-4-pc__td:nth-of-type(3),
.price-4-pc__td:nth-of-type(4) {
	margin-left: 20px;
}

.price-4-pc__feature {
	padding: 30px 30px;
}

.price-4-pc__feature__image {
	margin-bottom: 16px;
}

.price-4-pc__feature__image img {
	display: block;
}

.price-4-pc__feature__image--reccomend {
	position: relative;
}

.price-4-pc__feature__image--reccomend::after {
	content: '';
	position: absolute;
	top: -18px;
	right: 0;
	width: 100px;
	height: 63px;
	background: url(../img/icon_reccomend.webp) no-repeat center center/contain;
}

.price-4-pc__feature__text {
	margin-bottom: 17px;
	font-size: 1.3rem;
	line-height: 1.5384;
	letter-spacing: .15em;
	font-weight: 500;
	text-align: justify;
}

.price-4-pc__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 11px 10px 19px 12px;
}

.price-4-pc__price__label {
	display: block;
	margin-right: 26px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: .05em;
}

.price-4-pc__price__number {
	font: 400 3rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.price-4-pc__price__tax {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
}

.price-4-pc__flow {
	padding: 11px 10px 19px 12px;
	width: 100%;
	height: 100%;
}

.price-4-pc__flow__hyphen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 2rem;
}

.price-4-pc__text {
	padding: 12px 30px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .15em;
	font-weight: 500;
}

.price-4-pc__set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 23px 26px 5px;
}

.price-4-pc__set__item {
	width: calc(100% / 3 - 8px);
	margin-bottom: 22px;
}

.price-4-pc__set__item:not(:nth-of-type(3n)) {
	margin-right: 12px;
}

.price-4-pc__set__image {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.price-4-pc__set__image::before {
	content: '';
	padding-top: 100%;
	display: block;
}

.price-4-pc__set__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.price-4-pc__set__text {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1667;
}

.price-4-pc__set__text span {
	font-size: 1rem;
}

.price-2 {
	margin: 0 4px;
	padding: 13px 17px;
	background: #f7f7f7;
}

.price-2__head {
	margin-bottom: 17px;
	padding-bottom: 7px;
	border-bottom: 1px solid #2d2d2d;
}

.price-2__heading {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: #06a890;
	letter-spacing: .05em;
}

.price-2__note {
	display: block;
	margin-top: 2px;
	padding-bottom: 2px;
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.4;
}

.price-2__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
}

.price-2__item {
	width: calc(100% / 3 - 10px);
	max-width: 82px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.price-2__image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 2px;
	background: #ffffff;
	border-radius: 50%;
	overflow: hidden;
}

.price-2__image::before {
	content: '';
	padding-top: 100%;
	display: block;
}

.price-2__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.price-2__text {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.25;
}

.price-2__etc {
	height: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}

.price-2__col:not(:last-of-type) {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 17px;
}

.price-2__heading-2 {
	margin-bottom: 8px;
	font-size: 1.8rem;
	line-height: 1.6667;
	font-weight: 700;
	letter-spacing: .05em;
}

.price-2__intro {
	margin-bottom: 15px;
	font-size: 1.3rem;
	line-height: 1.7308;
	text-align: justify;
	letter-spacing: .15em;
}

.price-plus-icon {
	position: relative;
	width: 36px;
	height: 36px;
	margin: 15px auto;
}

.price-plus-icon::before,
.price-plus-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 36px;
	height: 3px;
	background: #000000;
}

.price-plus-icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.price-5 {
	background: #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
}

.price-5--sp-white {
	background: #f7f7f7;
}

.price-5__item {
	padding: 12px 15px 24px;
	display: block;
}

.price-5__item:nth-child(even) {
	background: #EEEEEE;
}

.price-5__head {
	border-bottom: 1px solid #b8b8b8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 12px;
}

.price-5__heading {
	color: #06a890;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .005em;
	line-height: 1.66;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.price-5__lead {
	width: 75.5%;
	margin-top: 4px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.2;
}

.price-5__lead--sm {
	width: 61.5%;
}

.price-5__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 14px;
}

.price-5__container--farewell {
	margin-bottom: 25px;
}

.price-5__container--noflex {
	display: block;
}

.price-5__container--noflex .price-5__image {
	width: 100%;
}

.price-5__container--noflex .price-5__main {
	width: 100%;
	margin-top: 10px;
}

.price-5__image {
	width: 43.7%;
}

.price-5__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.price-5__main {
	width: 50%;
	margin-top: -9px;
}

.price-5__main__head {
	margin-bottom: 6px;
	font-size: 2.0rem;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.76;
}

.price-5__main__head--farewell {
	line-height: 1.21;
}

.price-5__main__head--lh-sm {
	line-height: 1.5;
}

.price-5__main__text {
	font-size: 1.1rem;
	letter-spacing: .05em;
	line-height: 1.36;
}

.price-5__main__price {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 2rem;
}

.price-5__main span {
	vertical-align: text-bottom;
	font-size: 1rem;
	line-height: 1.5;
}

.price-5__text {
	margin-bottom: 19px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.53;
}

.price-5__price {
	margin-bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.price-5__price__text {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.36;
	margin-right: 0.7em;
}

.price-5__price__price {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 2.2rem;
}

.price-5__price__price span {
	font-size: 1.2rem;
}

.filter {
	margin-bottom: 25px;
}

.filter__select-wrap {
	position: relative;
	width: 100%;
}

.filter__select-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	margin-top: -1px;
	pointer-events: none;
}

.filter__select {
	width: 100%;
	background: #FFFFFF;
	padding: 8px 40px 8px 20px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	border: 1px solid #06a890;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: .1em;
}

.filter__select:focus {
	outline: none;
}

.filter__heading {
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: 500;
}

.filter-2 {
	background: #f1fefa;
}

.filter-2__inner {
	padding: 24px 0 28px;
}

.filter-2__heading {
	margin-bottom: 20px;
	padding-bottom: 11px;
	border-bottom: 1px solid #06a890;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #06a890;
	letter-spacing: .15em;
	font-weight: 500;
}

.filter-2__items {
	position: relative;
}

.filter-2__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}

.filter-2__item:not(:last-of-type) {
	margin-bottom: 5px;
}

.filter-2__label {
	display: block;
	width: 69px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
}

.filter-2__select-wrap {
	position: relative;
	width: calc(100% - 69px);
}

.filter-2__select-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	margin-top: -4px;
	pointer-events: none;
}

.filter-2__select {
	background: #FFFFFF;
	border-radius: 0;
	outline: none;
	border: 1px solid #06a890;
	width: 100%;
	padding: 10px 40px 10px 28px;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .15em;
	font-weight: 500;
	cursor: pointer;
}

.filter-2__select:focus {
	outline: none;
}

.filter-2__submit {
	width: 60px;
	margin: 0 auto;
}

.ceremony-list__item {
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.ceremony-list__item:not(:last-of-type) {
	margin-bottom: 18px;
}

.ceremony-list__head {
	padding: 11px 14px 12px;
}

.ceremony-list__head__name {
	font: 600 2.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.5;
	letter-spacing: .05em;
}

.ceremony-list__head__area {
	font: 600 1.3rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.2;
	letter-spacing: .05em;
}

.ceremony-list__image {
	position: relative;
}

.ceremony-list__image::before {
	content: '';
	display: block;
	padding-top: 59.73%;
}

.ceremony-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.ceremony-list__badge {
	position: absolute;
	top: -20px;
	right: 8px;
	width: 86px;
	height: 86px;
}

.ceremony-list__map-link {
	margin-bottom: 10px;
	text-align: center;
}

.ceremony-list__main {
	width: 100%;
	padding: 13px 15px 15px;
}

.ceremony-list__text {
	font-size: 1.5rem;
	line-height: 1.8667;
	letter-spacing: .15em;
	text-align: justify;
	font-weight: 500;
	margin-bottom: 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}

.ceremony-list__info__item {
	padding-right: 10px;
}

.ceremony-list__info__item:not(:last-of-type) {
	margin-bottom: 10px;
}

.ceremony-list__info__heading {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: .15em;
	font-weight: 700;
	color: #06a890;
}

.ceremony-list__info__text {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: .15em;
	font-weight: 500;
}

.ceremony-list__bottom {
	padding: 13px 15px 32px;
}

.ceremony-list__bottom__main {
	margin-bottom: 13px;
}

.ceremony-list__bottom__link {
	width: 90%;
	margin: 0 auto;
}

.ceremony-list__feature__heading {
	display: none;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .15em;
	color: #06a890;
}

.ceremony-list__feature__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ceremony-list__feature__item {
	margin: 0 10px 8px 0;
	padding: 4px 8px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .15em;
	color: #10bba2;
	border: 1px solid #10bba2;
	border-radius: 2.5px;
}

.ceremony-list__feature__item--out {
	color: #909292;
	border-color: #909292;
}

.city-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 43px;
	margin-bottom: 35px;
}

.city-head__image {
	width: 100%;
}

.city-head__image img {
	display: block;
}

.city-head__main {
	position: relative;
	z-index: 1;
	width: calc(100% - 34px);
	margin-top: -60px;
	padding: 16px 5px 16px 13px;
	background: #ffffff;
	border-radius: 0 12px 0 0;
}

.city-head__heading {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 2.5rem;
	letter-spacing: .05em;
	line-height: 1.3;
}

.city-head__heading span {
	display: block;
	font-size: 2.25rem;
}

.city-head__heading strong {
	font-size: 4rem;
	color: #06a890;
}

.city-head__note {
	margin-top: 7px;
	font: 600 1.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.25;
	text-indent: -1em;
	padding-left: 1em;
	letter-spacing: .15em;
}

.city-head__note::before {
	content: '※';
}

.button-wrap-2 {
	margin-top: 40px;
}

.button-wrap-2__items:not(:last-of-type) {
	margin-bottom: 20px;
}

.button-wrap-2__item:not(:last-of-type) {
	margin-bottom: 20px;
}

.button-wrap-3--mb {
	margin-bottom: 45px;
}

.button-wrap-3__item:not(:last-child) {
	margin-bottom: 10px;
}

.button-wrap-4 {
	width: 87.9%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

.button-wrap-4__item:not(:last-child) {
	margin-bottom: 20px;
}

.set-detail {
	padding: 12px 16px;
	background: #f7f7f7;
	border-radius: 10px;
}

.set-detail:not(:last-of-type) {
	margin-bottom: 16px;
}

.set-detail__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #2d2d2d;
}

.set-detail__heading {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .05em;
	color: #06a890;
}

.set-detail__sub-heading {
	font-size: 1.2rem;
	line-height: 1.25;
	color: #06a890;
	font-weight: 700;
	letter-spacing: .15em;
}

.set-detail__text {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.7308;
	letter-spacing: .15em;
	font-weight: 500;
	text-align: justify;
}

.set-detail__item:not(:last-of-type) {
	margin-bottom: 24px;
}

.set-detail__image {
	margin-bottom: 11px;
}

.set-detail__image img {
	display: block;
	width: 100%;
}

.set-detail__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.set-detail__name {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 700;
}

.set-detail__price {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.set-detail__price__number {
	font: 400 1.55rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.set-detail__price__unit {
	font: 400 1rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.more-text-link {
	padding: 0;
	background: none;
	border: none;
	color: #06a890;
	text-decoration: underline;
}

.more-text-link:hover {
	text-decoration: none;
}

.js-more-target {
	display: none;
}

.table-1 {
	width: 100%;
}

.table-1__th {
	padding: 8px 10px;
	vertical-align: middle;
	background: #eaeaea;
	border: 2px solid #ffffff;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .15em;
	font-weight: 700;
}

.table-1__th:nth-of-type(1) {
	width: 292px;
}

.table-1__th:nth-of-type(2) {
	width: 100px;
}

.table-1__th:nth-of-type(3) {
	width: 140px;
}

.table-1__th:nth-of-type(4) {
	width: 390px;
}

.table-1__td {
	padding: 24px 28px;
	vertical-align: middle;
	background: #f7f7f7;
	border: 2px solid #ffffff;
	font-size: 1.5rem;
	line-height: 1.5333;
	letter-spacing: .15em;
	font-weight: 500;
}

.table-1__td--center {
	text-align: center;
	padding: 24px 0;
}

.table-2 {
	width: 100%;
	background: #FFFFFF;
}

.table-2__tr:not(:last-of-type) {
	border-bottom: 1px solid #b8b8b8;
}

.table-2__tr--bd-none:not(:last-of-type) {
	border-bottom: none;
}

.table-2__tr--pt-lg .table-2__td:last-of-type,
.table-2__tr--pt-lg .table-2__td:nth-last-of-type(2),
.table-2__tr--pt-lg .table-2__td:nth-last-of-type(3),
.table-2__tr--pt-lg .table-2__td:nth-last-of-type(4) {
	padding-top: 10px;
}

.table-2__tr--pb-lg .table-2__td:last-of-type,
.table-2__tr--pb-lg .table-2__td:nth-last-of-type(2),
.table-2__tr--pb-lg .table-2__td:nth-last-of-type(3),
.table-2__tr--pb-lg .table-2__td:nth-last-of-type(4) {
	padding-bottom: 10px;
}

.table-2__th:nth-last-child(-n+3),
.table-2__td:nth-last-child(-n+3) {
	border-left: 1px solid #b8b8b8;
}

.table-2__th {
	padding: 6px 0;
	vertical-align: middle;
	background: #848484;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
}

.table-2__th:nth-of-type(2) {
	width: 8.9%;
}

.table-2__th:nth-of-type(3) {
	width: 17.1%;
}

.table-2__th:nth-of-type(4) {
	width: 17.1%;
}

.table-2__td {
	vertical-align: middle;
	font-size: .9rem;
	overflow: hidden;
}

.table-2__td--center {
	text-align: center;
}

.table-2__td--right {
	text-align: right;
}

.table-2__td--top {
	vertical-align: top;
}

.table-2__td--lg {
	font-size: 1rem;
	letter-spacing: .15em;
	line-height: 1.27;
}

.table-2__td--ls-sm {
	letter-spacing: .05em;
}

.table-2__td:nth-last-of-type(5) {
	width: 18.6%;
}

.table-2__td:nth-last-of-type(4) {
	padding: 3px 0 4px 3px;
}

.table-2__td:last-of-type,
.table-2__td:nth-last-of-type(2) {
	padding: 0 6px 0 0;
}

.table-2__image {
	text-align: center;
	padding: 5px 0;
}

.table-2__image img {
	width: 40px;
}

.table-2__image figcaption {
	font-size: .8rem;
	line-height: 1.27;
}

.table-3 {
	width: 100%;
}

.table-3__tr {
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.5333;
	letter-spacing: 0.15em;
	font-weight: 500;
}

.table-3__tr:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.table-3__th {
	width: 100%;
	display: block;
	padding-top: 14px;
}

.table-3__td {
	display: block;
	padding: 5px 0 14px;
}

.button-wrap {
	margin-top: 45px;
}

.button-wrap--mb {
	margin-bottom: 45px;
}

.button-wrap--mt0 {
	margin-top: 0;
}

.button-wrap .button-return + .button-return {
	margin-top: 20px;
}

.button-wrap .button-primary + .button-primary {
	margin-top: 10px;
}

.button-wrap-4col__item {
	margin-bottom: 10px;
}

.price-list__head {
	display: none;
}

.price-list__item {
	display: block;
	background: #ffffff;
}

.price-list__style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price-list__style__image {
	width: 40.6%;
}

.price-list__style__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.price-list__style__main {
	padding: 5px 13px 12px;
	width: 59.4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price-list__style__heading {
	font: 500 2.6rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	color: #1c2242;
	margin-bottom: 4px;
}

.price-list__style__text {
	font-size: 1.3rem;
	line-height: 1.38;
	letter-spacing: .05em;
}

.price-list__bottom {
	background: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7px 11px 11px 15px;
}

.price-list__example {
	padding-top: 7px;
}

.price-list__example__price {
	font: 400 2.8rem YakuHanMP_Noto, "Noto Serif JP", serif;
	color: #1c2242;
	line-height: 1;
}

.price-list__example__price span {
	font-size: 1rem;
}

.price-list__people {
	text-align: center;
	padding-top: 4px;
}

.price-list__people__image {
	width: 82px;
	margin-bottom: 2px;
}

.price-list__people__text {
	font-size: 1.3rem;
	letter-spacing: .15em;
}

.price-list__content {
	display: none;
}

.subject-flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.subject-flow__item {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .15em;
	color: #ffffff;
	background: #848484;
	border-radius: 2.5px;
	padding: 0 7.5px;
	height: 58px;
	text-align: center;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}

.subject-flow__item:not(:last-child) {
	margin-right: 32px;
	position: relative;
}

.subject-flow__item:not(:last-child)::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	position: absolute;
	top: 50%;
	left: calc(100% + 7px);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.subject-flow__item--out {
	background: rgba(132, 132, 132, 0.3);
}

.subject-flow--green .subject-flow__item {
	background: #09a98c;
}

.subject-flow--green .subject-flow__item--out {
	background: rgba(132, 132, 132, 0.3);
}

.note-1 {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1.38;
	margin-top: 16px;
	text-align: justify;
}

.price-1__head {
	margin-bottom: 15px;
}

.price-1__head__text {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .05em;
	color: #06a890;
}

.price-1__head__price__head {
	font-weight: 700;
	letter-spacing: .05em;
	margin-right: 6px;
}

.price-1__head__price__num {
	font: 400 3rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.price-1__head__price__tax {
	font: 400 1rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.price-1__gray-box {
	background: #f7f7f7;
	padding: 13px 15px 30px;
}

.price-1__content-wrap:not(:last-child) {
	margin-bottom: 47px;
}

.price-1__content-wrap--mb0:not(:last-child) {
	margin-bottom: 0;
}

.price-1__subhead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #2d2d2d;
	padding-bottom: 5px;
}

.price-1__subhead__text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.4;
	color: #06a890;
}

.price-1__subhead__text span {
	font-size: 1rem;
}

.price-1__subhead__price {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price-1__subhead__price__num {
	font: 400 2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.price-1__subhead__price__tax {
	font: 400 1rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.price-1__content {
	padding: 15px 0 0;
}

.price-1__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	text-align: justify;
	line-height: 1.73;
	margin-top: 10px;
}

.price-1__gallery {
	position: relative;
}

.price-1__gallery .swiper-button-prev,
.price-1__gallery .swiper-button-next {
	top: 45%;
}

.price-1__gallery .price-swiper-pagination {
	margin-top: 8px;
}

.price-1__gallery__item {
	position: relative;
}

.price-1__gallery__item::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 66.5%;
}

.price-1__gallery__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	left: 0;
}

.price-1__set {
	margin-bottom: 20px;
	padding-top: 10px;
}

.price-1__set__head {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 13px;
	line-height: 1.5;
}

.price-1__set__list {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.5;
}

.price-1__set__list--normal {
	font-weight: 400;
}

.price-1__set__list li {
	margin-bottom: 10px;
}

.price-1__set__list li::before {
	content: "・";
}

.price-1__btn {
	margin-top: 17px;
}

.price-1__bottom-price {
	padding: 8px 0 43px;
	text-align: right;
}

.price-1__bottom-price:last-child {
	padding-bottom: 0;
}

.price-1__bottom-price__num {
	font: 400 2rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.price-1__bottom-price__tax {
	font: 400 1rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.set-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.set-list--more {
	display: none;
}

.set-list__item {
	width: calc(100% / 3);
	text-align: center;
	margin-bottom: 11px;
}

.set-list__image {
	width: 88.3%;
	margin-left: auto;
	margin-right: auto;
}

.set-list__image img {
	width: 100%;
}

.set-list__text {
	font-size: 1.1rem;
	line-height: 1.13;
	display: inline-block;
	margin: 0 -4px;
}

.hall {
	position: relative;
}

.hall__item {
	width: 150px;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
}

.hall__image {
	position: relative;
}

.hall__image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 75.3%;
}

.hall__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.hall__main {
	padding: 10px 10px 17px;
}

.hall__heading {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.17;
	text-align: justify;
}

.hall__place {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .1em;
	display: block;
	margin-top: 8px;
}

.hall .swiper-button-prev,
.hall .swiper-button-next {
	top: 44%;
}

.hall-sp-info {
	position: relative;
}

.hall-sp-info .swiper {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.hall-sp-info .hallinfo-swiper-pagination {
	margin-top: 20px;
}

.hall-sp-info .hallinfo-swiper-button-prev,
.hall-sp-info .hallinfo-swiper-button-next {
	top: 40%;
}

.hall-sp-info .hallinfo-swiper-button-prev {
	left: -7px;
}

.hall-sp-info .hallinfo-swiper-button-next {
	right: -7px;
}

.hall-sp-info__item {
	background: #f7f7f7;
	border-radius: 10px;
	width: 275px;
}

.hall-sp-info__heading {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.53;
	border-bottom: 1px solid #e2e2e2;
	padding: 14px 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hall-sp-info__main {
	padding: 15px 21px 23px;
}

.hall-sp-info__table th,
.hall-sp-info__table td {
	letter-spacing: .05em;
	line-height: 1.57;
	padding-top: 1px;
	padding-bottom: 1px;
}

.hall-sp-info__table th {
	font-weight: 700;
	color: #09a98c;
	min-width: 45px;
}

.hall-sp-info__table td {
	font-weight: 500;
	padding-left: 1em;
}

.pagehead-slide {
	position: relative;
	margin-bottom: 15px;
}

.pagehead-slide.is-no-swiper .pagehead-slide__item { /* width: 100%; */
	margin-left: auto;
	margin-right: auto;
}

.pagehead-slide.is-no-swiper .pagehead-swiper-pagination,
.pagehead-slide.is-no-swiper .swiper-button-prev,
.pagehead-slide.is-no-swiper .swiper-button-next {
	display: none;
}

.pagehead-slide .pagehead-swiper-button-prev,
.pagehead-slide .pagehead-swiper-button-next {
	top: calc(50% - 12px);
}

.pagehead-slide .pagehead-swiper-button-prev {
	left: 10px;
}

.pagehead-slide .pagehead-swiper-button-next {
	right: 10px;
}

.pagehead-slide__item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px rgba(153, 153, 153, 0.21);
	box-shadow: 0 0 15px rgba(153, 153, 153, 0.21);
}

.pagehead-slide__item::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 68.9%;
}

.pagehead-slide__item img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.map-pin {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 19px 0 4px;
	margin-top: 18px;
	margin-bottom: -5px;
}

.map-pin::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	background: #f7f7f7;
}

.map-pin__item {
	position: relative;
	padding-left: 24px;
	margin-bottom: 20px;
	font-size: 1.3rem;
	letter-spacing: .1em;
}

.map-pin__item:not(:last-child) {
	margin-right: 14px;
}

.map-pin__item::before {
	position: absolute;
	content: "";
	-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
	width: 18px;
	height: 22px;
	left: 0;
	top: -4px;
}

.map-pin__item--01::before {
	background: url(../img/icon_pin_01.webp) no-repeat center/contain;
}

.map-pin__item--02::before {
	background: url(../img/icon_pin_02.webp) no-repeat center/contain;
}

.map-pin__item--03::before {
	background: url(../img/icon_pin_03.webp) no-repeat center/contain;
}

.map-pin__item--04::before {
	background: url(../img/icon_pin_04.webp) no-repeat center/contain;
}

.map-balloon {
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #06a890;
	padding: 10px;
	width: 360px;
}

.map-balloon--hidden {
	display: none !important;
}

.map-balloon__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.map-balloon__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px;
	width: 140px;
}

.map-balloon__image img {
	width: 100%;
	display: block;
}

.map-balloon__info {
	width: 100%;
	line-height: 1.5;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.map-balloon__name {
	color: #06a890;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 4px;
}

.map-balloon__close {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #06a890;
	padding: 0;
	border: none;
}

.map-balloon__close span {
	display: block;
	width: 100%;
	height: 100%;
}

.map-balloon__close span::before,
.map-balloon__close span::after {
	content: "";
	display: block;
	width: 13px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
}

.map-balloon__close span::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.map-balloon__close span::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.map-over-info {
	display: none;
}

.map-over-info__heading {
	color: #06a890;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 5px;
}

.map-over-info__main {
	font-size: 1.5rem;
	font-size: 500;
	letter-spacing: 0.15em;
}

.anchor-link {
	margin-bottom: -10px;
}

.anchor-link__item {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .15em;
	border: 1px solid #666666;
	position: relative;
	margin-bottom: 10px;
	background: #FFFFFF;
}

.anchor-link__item::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	position: absolute;
	top: 44%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.anchor-link__item a {
	display: block;
	padding: 13px 0;
}

.style-list:not(:last-child) {
	margin-bottom: 70px;
}

.style-list__item {
	display: block;
	background: #ffffff;
	margin-bottom: 10%;
}

.style-list__inner{
	position: relative;
}

.style-list__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.style-list__image {
	width: 38.3%;
}

.style-list__image img {
	display: block;
}

.style-list__info {
	width: 61.7%;
	padding: 8px 10px;
}

.style-list__info__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.style-list__heading {
	font: 600 2.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .1em;
	color: #06a890;
}

.style-list__heading--owakare {
	letter-spacing: 0;
}

.style-list__people {
	margin-top: 2px;
}

.style-list__people__text {
	font-size: 1rem;
	letter-spacing: .15em;
}

.style-list__people__image {
	width: 60px;
	margin-top: 3px;
}

.style-list__text {
	font-size: 1.3rem;
	line-height: 1.23;
	letter-spacing: .1em;
	margin-top: 3px;
}

.style-list__bottom {
	background: #f1fef9;
	padding: 0 10px 7px;
	position: relative;
}

.style-list__bottom::before {
	content: "";
	width: 46px;
	height: 100%;
	display: block;
	background: -webkit-linear-gradient(135deg, #06a890 50%, transparent 50%);
	background: -o-linear-gradient(135deg, #06a890 50%, transparent 50%);
	background: linear-gradient(-45deg, #06a890 50%, transparent 50%);
	position: absolute;
	top: 0;
	right: 0;
}

.style-list__bottom::after {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	bottom: 12px;
	right: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.style-list__price {
	font: 400 1.4rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .03em;
	color: #1c2242;
	margin-left: 7rem;
}

.ml0{
	margin-left: 0;
}

.style-list__price__lg {
	font-size: 2.8rem;
	letter-spacing: .05em;
}

.style-list__price__lg2{
	font-size: 2.2rem;
}

.style-list__icon__hanasaidan{
	position: absolute;
    width: 76px;
    top: 38%;

}

.price-system__item {
	border-radius: 13px;
	overflow: hidden;
	border: 1px solid #b8b8b8;
	background: #ffffff;
}

.price-system__item:not(:last-child) {
	margin-bottom: 20px;
}

.price-system__image-wrap {
	position: relative;
}

.price-system__image img {
	display: block;
	width: 100%;
}

.price-system__heading {
	font: 600 3rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	line-height: 1.33;
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.price-system__heading span {
	font-size: 1.5rem;
	letter-spacing: .15em;
	display: block;
	margin-top: 8px;
}

.price-system__main {
	padding: 13px 20px 20px;
}

.price-system__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.69;
	text-align: justify;
}

.price-system__button {
	max-width: 154px;
	margin-top: 18px;
	max-height: 55px;
}

.price-system__button a {
	padding: 15px 25px 15px 0;
}

.price-system__plus-icon {
	height: 80px;
	margin-top: -20px;
	position: relative;
}

.price-system__plus-icon::before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: -webkit-linear-gradient(left, #2d2d2d calc(50% - 25px), transparent calc(50% - 25px), transparent calc(50% + 25px), #2d2d2d calc(50% + 25px));
	background: -o-linear-gradient(left, #2d2d2d calc(50% - 25px), transparent calc(50% - 25px), transparent calc(50% + 25px), #2d2d2d calc(50% + 25px));
	background: linear-gradient(90deg, #2d2d2d calc(50% - 25px), transparent calc(50% - 25px), transparent calc(50% + 25px), #2d2d2d calc(50% + 25px));
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.price-system__plus-icon::after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: url(../img/icon_plus.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.feature-slide {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.feature-slide .swiper {
	overflow: visible;
}

.feature-slide .swiper-button-prev,
.feature-slide .swiper-button-next {
	display: none;
}

.feature-slide .swiper-button-prev {
	left: 0;
}

.feature-slide .swiper-button-next {
	right: 0;
}

.feature-slide__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.feature-slide__item {
	width: 197px;
}

.feature-slide__image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.feature-slide__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 64.3%;
}

.feature-slide__image img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.feature-slide__main {
	background: #ffffff;
	border: 1px solid #06a890;
	border-radius: 5px;
	padding: 5px 5px 8px;
	margin-top: 20px;
}

.feature-slide__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.67;
	text-align: justify;
}

.style-intro {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.style-intro:before {
	content: "";
	display: block;
	background: #f1fef9;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95.2vw;
	height: 55%;
	z-index: -1;
}

.style-intro__heading {
	margin-bottom: 9px;
	padding-left: 8px;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 4rem;
	line-height: 1.2;
	color: #06a890;
	letter-spacing: .15em;
}

.style-intro__people {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
	padding-left: 10px;
}

.style-intro__people__image {
	width: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.style-intro__people__image img {
	display: block;
}

.style-intro__people__text {
	width: 100%;
	padding-left: 18px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .15em;
}

.style-intro__price {
	margin-bottom: 22px;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	padding-left: 14px;
}

.style-intro__price__head {
	margin-right: 5px;
	font-size: 1.5rem;
	line-height: 1.3333;
	letter-spacing: .05em;
}

.style-intro__price__num {
	font-size: 3rem;
	letter-spacing: .05em;
}

.style-intro__price__tax {
	font-size: 1rem;
	letter-spacing: .05em;
}

.style-intro__image-wrap {
	width: calc(50% + 50vw);
}

.style-intro__image {
	position: relative;
	width: 100%;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	margin-bottom: 17px;
}

.style-intro__image::before {
	content: '';
	padding-top: 56%;
	width: 100%;
	display: block;
}

.style-intro__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 130%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.style-intro__text {
	padding-left: 10px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .1em;
}

.price-6 {
	margin-bottom: 26px;
	padding: 0 10px;
}

.price-6__head {
	margin-bottom: 21px;
}

.price-6__heading {
	margin-bottom: 7px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #06a890;
}

.price-6__heading span {
	font-size: 1rem;
}

.price-6__price {
	margin-bottom: 22px;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
}

.price-6__price__head {
	margin-right: 5px;
	font-size: 1.5rem;
	line-height: 1.3333;
}

.price-6__price__num {
	font-size: 2.2rem;
}

.price-6__price__tax {
	font-size: 1rem;
}

.gallery-1__image {
	display: block;
	position: relative;
	width: 100%;
}

.gallery-1__image::before {
	content: '';
	padding-top: 62%;
	display: block;
}

.gallery-1__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.gallery-1__text {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	line-height: 1.4;
}

.gallery-1__thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
	margin-right: -2px;
}

.gallery-1__thumb__item {
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border: none;
	cursor: pointer;
	height: auto;
	margin-right: 2px;
	border-radius: 0;
	background: transparent;
	outline: none;
}

.gallery-1__thumb__item::before {
	content: '';
	padding-top: 57.14%;
	display: block;
}

.gallery-1__thumb__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.gallery-2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.gallery-2 .swiper {
	overflow: visible;
}

.gallery-2__image {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	width: 74.4%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 30px rgba(153, 153, 153, 0.21);
	box-shadow: 0 0 30px rgba(153, 153, 153, 0.21);
}

.gallery-2__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 62.5%;
}

.gallery-2__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.gallery-2 .swiper-button-prev,
.gallery-2 .swiper-button-next {
	top: 44%;
}

.gallery-2 .swiper-button-prev {
	left: 11.5%;
}

.gallery-2 .swiper-button-next {
	right: 11.5%;
}

.plan-intro {
	position: relative;
	padding-bottom: 30px;
}

.plan-intro:before {
	content: "";
	display: block;
	background: #f1fef9;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95.2vw;
	height: calc(200px + 27vw);
	z-index: -1;
}

.plan-intro--bg-lg:before {
	height: calc(300px + 27vw);
}

.plan-intro--bg-none::before {
	content: none;
}

.plan-intro__back {
	margin-bottom: 28px;
	padding: 0 20px;
}

.plan-intro__heading {
	margin-bottom: 20px;
	padding-left: 8px;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: .15em;
}

.plan-intro__image-wrap {
	width: calc(50% + 50vw);
}

.plan-intro__image {
	position: relative;
	width: 100%;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	margin-bottom: 17px;
}

.plan-intro__image::before {
	content: '';
	padding-top: 56%;
	width: 100%;
	display: block;
}

.plan-intro__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.plan-intro__text {
	padding-left: 10px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .1em;
}

.plan-intro__text p:not(:last-child) {
	margin-bottom: 1em;
}

.plan-intro__text--weight-md {
	font-weight: 500;
}

.price-7 {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.price-7::-webkit-scrollbar {
	display: none;
}

.price-7__wrapper {
	width: 85%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.price-7__label {
	display: none;
}

.price-7__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.price-7__row::after {
	content: '';
	display: block;
	width: calc(50vw - 50% - 18px);
	height: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price-7__col {
	position: relative;
	border-radius: 8px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
	background: #f7f7f7;
}

.price-7__col.is-active {
	padding-bottom: 42px;
}

.price-7__col.is-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #06a890;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	pointer-events: none;
}

.price-7__col.is-active::after {
	content: '表示中のプラン';
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #FFFFFF;
	background: #06a890;
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	border-radius: 0 0 10px 10px;
}

.price-7__head {
	position: relative;
	border-radius: 10px 10px 0 0;
	text-align: center;
	border-bottom: 1px solid #b8b8b8;
}

.is-active .price-7__head {
	background: #06a890;
	border-bottom: none;
	border-radius: 0;
}

.price-7__head__active {
	position: absolute;
	bottom: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	background: #06a890;
	border-radius: 10px 10px 0 0;
}

.price-7__head__active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 1px;
	background: #FFFFFF;
}

.price-7__head__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 9px 0;
	color: #06a890;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .15em;
}

.is-active .price-7__head__heading {
	color: #FFFFFF;
}

.price-7__content {
	padding: 20px;
}

.price-7__sp-label {
	padding: 6px;
	border: 1px solid #b8b8b8;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: .15em;
}

.price-7__feature {
	padding: 18px 0 20px;
}

.price-7__feature__image {
	position: relative;
	margin-bottom: 6px;
}

.price-7__feature__image img {
	display: block;
}

.price-7__feature__image--reccomend {
	position: relative;
}

.price-7__feature__image--reccomend::after {
	content: '';
	position: absolute;
	top: -12px;
	right: 2px;
	width: 70px;
	height: 44px;
	background: url(../img/icon_reccomend.webp) no-repeat center center/contain;
}

.price-7__feature__text {
	margin-bottom: 12px;
	font-size: 1.5rem;
	line-height: 1.4667;
	letter-spacing: .05em;
	font-weight: 500;
	text-align: justify;
}

.price-7__price {
	padding: 6px 0 18px;
	text-align: center;
}

.price-7__price__label {
	margin-right: 5px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .05em;
}

.price-7__price__number {
	font: 400 2.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.price-7__price__tax {
	font-size: 1rem;
	line-height: 1.5;
}

.price-7__flow {
	padding: 14px 0 21px;
	width: 100%;
	height: 100%;
}

.price-7__flow__hyphen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 2rem;
}

.price-7__text {
	padding: 10px 0 17px;
	font-size: 1.5rem;
	line-height: 1.4667;
	letter-spacing: .05em;
}

.price-7__text--center {
	text-align: center;
}

.price-7__detail {
	padding: 16px 0;
}

.price-7__detail__image {
	margin-bottom: 4px;
}

.price-7__detail__image img {
	display: block;
}

.price-7__detail__heading {
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .15em;
}

.price-7__detail__text {
	font-size: 1.5rem;
	line-height: 1.4667;
	letter-spacing: .05em;
}

.price-7__set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 14px 8px 18px;
}

.price-7__set__item {
	width: calc(100% / 4 - 13px);
	margin-bottom: 8px;
}

.price-7__set__item:not(:nth-of-type(4n)) {
	margin-right: 17px;
}

.price-7__set__image {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.price-7__set__image::before {
	content: '';
	padding-top: 100%;
	display: block;
}

.price-7__set__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.price-7__set__text {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.1667;
}

.price-7__set__text span {
	font-size: 1rem;
}

.note-2 {
	font-size: 1rem;
	letter-spacing: .075em;
	line-height: 1.38;
	margin-top: 8px;
	text-align: justify;
}

.note-2--lh-lg {
	line-height: 2;
}

.note-3 {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 2;
	margin-top: 18px;
}

.note-3--icon {
	padding-left: 50px;
	position: relative;
}

.note-3--icon::before {
	content: "";
	width: 39px;
	height: 35px;
	display: block;
	background: url(../img/icon_note.webp) no-repeat center/contain;
	position: absolute;
	top: 8px;
	left: 0;
}

.style-intro-2__copy {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	font: 600 2.7rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	text-shadow: 0 0 4px white, 0 0 4px white;
}
.style-intro-2__copy span{
background: linear-gradient(transparent 50%, yellow 50%);
}
.style-intro-2__copy::after {
	content: '';
	position: relative;
	top: -11px;
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #2d2d2d;
	-webkit-box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.6);
}

.style-intro-2__image-wrap {
	position: relative;
	width: calc(50vw + 50%);
	margin-top: -40px;
}

.style-intro-2__image {
	position: relative;
}

.style-intro-2__image::before {
	content: '';
	display: block;
	padding-top: 56%;
}

.style-intro-2__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.style-intro-2__text {
	position: relative;
	z-index: 1;
	margin-top: -32px;
	padding: 28px 10px 0 10px;
	border-radius: 0 10px 0 0;
	background: #FFFFFF;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .1em;
}

.flower-list-wrap-swiper {
	padding: 0 12px;
}

.flower-list-wrap-swiper.swiper {
	overflow: visible;
}

.flower-list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flower-list-wrap--type6 {
	margin-bottom: -30px;
}

.flower-list-wrap--sp-swiper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.another-flower {
	margin-bottom: 30px;
	padding: 30px 0 40px;
}

.another-flower__lg-text {
	font: 600 2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .1em;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 28px;
}

.another-flower__heading {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	color: #06a890;
	margin-bottom: 27px;
}

.flower-list-1 {
	display: block;
	width: 100%;
	background: #f7f7f7;
	border-radius: 10px;
}

.flower-list-1:not(:last-child) {
	margin-bottom: 18px;
}

.flower-list-1__image {
	position: relative;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.flower-list-1__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 50.2%;
}

.flower-list-1__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.flower-list-1__content {
	padding: 5px 10px 15px;
}

.flower-list-1__heading {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2.3;
	letter-spacing: 0.05em;
}

.flower-list-1__text {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.923;
}

.flower-list-1__price {
	margin-top: -5px;
}

.flower-list-1__price__label {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .15em;
}

.flower-list-1__price__price {
	font: 400 2.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.flower-list-1__price__tax {
	font: 400 1rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.flower-list-2 {
	position: relative;
	width: calc(50% - 5px);
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.flower-list-2:hover {
	opacity: .8;
}

.flower-list-2:nth-of-type(1) {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 10px;
}

.flower-list-2:nth-of-type(2) {
	margin-right: 10px;
}

.flower-list-2__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 5px;
}

.flower-list-2__image::before {
	content: '';
	display: block;
	padding-top: 65%;
}

.flower-list-2:nth-of-type(1) .flower-list-2__image::before {
	padding-top: 57%;
}

.flower-list-2__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.flower-list-2__badge {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	background: #000;
	border-radius: 50%;
	text-align: center;
	font-size: 1.08rem;
	font-weight: 500;
	letter-spacing: .1em;
	white-space: nowrap;
}

.flower-list-2:nth-of-type(1) .flower-list-2__badge {
	left: 10px;
	width: 50px;
	height: 50px;
	font-size: 1.35rem;
	background: #e5cb0b;
}

.flower-list-2:nth-of-type(2) .flower-list-2__badge {
	background: #848484;
}

.flower-list-2:nth-of-type(3) .flower-list-2__badge {
	background: #b38257;
}

.flower-list-2__badge__inner span {
	font-size: 1.74rem;
}

.flower-list-2:nth-of-type(1) .flower-list-2__badge__inner span {
	font-size: 2.17rem;
}

.flower-list-2:nth-of-type(1) .flower-list-2__main {
	padding: 0 10px;
}

.flower-list-2__heading {
	margin-bottom: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	color: #06a890;
	letter-spacing: .05em;
}

.flower-list-2__text {
	margin-bottom: 5px;
	font-size: 1.3rem;
	line-height: 1.9231;
	font-weight: 500;
	letter-spacing: .05em;
}

.flower-list-2:nth-of-type(1) .flower-list-2__text {
	margin-bottom: 0;
}

.flower-list-2__price__head {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-right: 6px;
}

.flower-list-2__price__num {
	font: 400 2.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.flower-list-2__price__tax {
	font: 400 1rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.flower-list-3 {
	width: calc((100% - 26px ) / 3);
}

.flower-list-3:not(:nth-child(3n)) {
	margin-right: 13px;
}

.flower-list-3__image {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 195 / 126;
}

.flower-list-3__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
}

.flower-list-3__text {
	font-size: 1.0rem;
	margin-top: 9px;
}

.flower-list-4 {
	display: block;
	width: 197px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-right: 13px;
}

.flower-list-4:hover {
	opacity: 0.6;
}

.flower-list-4__image {
	position: relative;
}

.flower-list-4__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 64.3%;
}

.flower-list-4__image img {
	border-radius: 10px 10px 0 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.flower-list-4__content {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px 10px 15px;
}

.flower-list-4__heading {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.67;
	letter-spacing: .05em;
	text-align: justify;
}

.flower-list-4__text {
	margin-top: 8px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5384;
}

.flower-list-4__button {
	margin-top: 18px;
	width: 130px;
	max-width: 100%;
}

.flower-list-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e2e2e2;
	width: calc((100% - 90px)/ 4);
	margin-bottom: 22px;
	padding-bottom: 22px;
}

.flower-list-5:not(:nth-child(4n)) {
	margin-right: 30px;
}

.flower-list-5__image {
	width: 30%;
}

.flower-list-5__content {
	width: 65%;
}

.flower-list-5__heading {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
}

.flower-list-5__price {
	margin-top: 2px;
	font-size: 1rem;
	line-height: 1.5;
}

.flower-list-5__price span {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 1.8rem;
	line-height: 1.5;
}

.flower-list-6 {
	width: 47.3%;
	background: #f7f7f7;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
}

.flower-list-6 a {
	display: block;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.flower-list-6 a:hover {
	opacity: 0.6;
}

.flower-list-6__image {
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.flower-list-6__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 66.2%;
}

.flower-list-6__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.flower-list-6__main {
	padding: 10px 10px 15px;
	border-radius: 0 0 5px 5px;
}

.flower-list-6__heading {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 4px;
}

.flower-list-6__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.92;
	text-align: justify;
}

.flower-list-6__price {
	margin-top: 13px;
	margin-bottom: 15px;
}

.flower-list-6__price__label {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .15em;
}

.flower-list-6__price__price {
	font: 400 2.2rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.flower-list-6__price__tax {
	font: 400 1rem YakuHanMP_Noto, "Noto Serif JP", serif;
}

.flower-list-6__button span {
	padding: 16px 20px 16px 0;
}

.flower-list-6__badge {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 1.08rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.04;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	padding: 5px 0;
}

.flower-list-6__badge--first {
	background: #e5cb0b;
}

.flower-list-6__badge--second {
	background: #848484;
}

.flower-list-6__badge--third {
	background: #b38257;
}

.flower-list-6__badge span {
	font-size: 1.74rem;
}

.saidan-info {
	margin-bottom: -20px;
}

.saidan-info__main {
	margin-bottom: 25px;
}

.saidan-info__heading {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	color: #06a890;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 7px;
}

.saidan-info__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.92;
	text-align: justify;
}

.saidan-info__price {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	color: #1c2242;
	margin-top: 10px;
}

.saidan-info__price__label {
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-right: 5px;
}

.saidan-info__price__price {
	font-size: 2.2rem;
}

.saidan-info__price__tax {
	font-size: 1rem;
}

.saidan-info__detail__content {
	margin-bottom: 20px;
}

.saidan-info__detail__heading {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 7px;
}

.saidan-info__style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
	margin-bottom: -5px;
}

.saidan-info__style__item {
	color: #ffffff;
	background: #2d2d2d;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	width: 23.7%;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 5px;
}

.saidan-info__style__item:not(:nth-child(4n)) {
	margin-right: 1.73%;
}

.saidan-info__style__item--out {
	background: #aaaaaa;
}

.saidan-info__color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
	margin-bottom: -5px;
}

.saidan-info__color li {
	border: 1px solid #aaaaaa;
	height: 30px;
	width: 32.2%;
	margin-bottom: 5px;
}

.saidan-info__color li:not(:nth-child(3n)) {
	margin-right: 1.7%;
}

.saidan-info__size {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.92;
	margin-top: 9px;
}

.saidan-gallery-wrap {
	margin-bottom: 27px;
}

.saidan-gallery {
	margin-bottom: 2px;
}

.saidan-gallery__item {
	position: relative;
}

.saidan-gallery__item::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 59.2%;
}

.saidan-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.saidan-gallery__thumb {
	white-space: nowrap;
	overflow: scroll;
	scrollbar-width: none;
	margin-top: 2px;
}

.saidan-gallery__thumb::-webkit-scrollbar {
	display: none;
}

.saidan-gallery__thumb.swiper-pagination {
	text-align: left;
}

.saidan-gallery__thumb__item {
	display: inline-block;
	width: 16.3%;
	height: 9.333vw;
	border-radius: 0;
	border: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.saidan-gallery__thumb__item.swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 0 2px;
}

.saidan-gallery__thumb__item.swiper-pagination-bullet-active {
	background: none;
	opacity: .4;
}

.saidan-gallery__thumb__img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.saidan-case {
	margin-top: -10px;
	margin-bottom: 15px;
}

.saidan-case.swiper {
	overflow: visible;
}

.saidan-case__item {
	width: 197px;
	margin-right: 15px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.saidan-case__item::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 64.3%;
}

.saidan-case__item img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.sp-scroll-announce {
	position: relative;
}

.sp-scroll-announce__text {
	position: absolute;
	top: 110px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 120px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sp-scroll-announce__text.is-visible {
	-webkit-animation: scrollAnnounce 3s forwards;
	animation: scrollAnnounce 3s forwards;
}

.sp-scroll-announce__text--flow {
	top: 42px;
	left: 45%;
	width: 125px;
}

.sp-scroll-announce__text--flow-2 {
	top: 95px;
	left: 45%;
	width: 125px;
}

.sp-scroll-announce__text--hall-info {
	top: 20px;
	width: 125px;
}

.article-list-wrap {
	margin-bottom: 38px;
}

.article-list-wrap--mb-none {
	margin-bottom: 0;
}

.article-list-wrap--scroll {
	max-height: 305px;
	overflow-y: auto;
	border: 1px solid #e2e2e2;
}

.article-list {
	background: #FFFFFF;
}

.article-list:nth-of-type(even) {
	background: #f7f7f7;
}

.article-list__inner {
	display: block;
	padding: 20px 4.8%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list__inner:hover {
	opacity: 0.6;
}

.article-list__cat-wrap {
	margin-bottom: 11px;
}

.article-list__cat {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #06a890;
	background: #FFFFFF;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 500;
	color: #06a890;
	letter-spacing: .075em;
}

.article-list__date {
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .05em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 105px;
}

.article-list__title {
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .05em;
}

.pager__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pager a:hover {
	opacity: 0.6;
}

.pager__item {
	margin: 0 5px;
	padding: 5px 6px;
	font-size: 1.2rem;
	letter-spacing: .05em;
	font-weight: 500;
	color: #06a890;
	background: #f1fef9;
}

.pager__item.is-current {
	background: #06a890;
	color: #FFFFFF;
}

.pager__dots {
	position: relative;
	top: 10px;
	color: #06a890;
	margin-left: 3px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.pager__text {
	margin-top: 12px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .15em;
}

.info-article {
	margin-bottom: 58px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .05em;
	font-weight: 500;
	text-align: justify;
}

.info-article figure {
	margin-bottom: 10px;
}

.info-article figure img {
	display: block;
}

.info-article p {
	margin-bottom: 2em;
}

.info-article a {
	text-decoration: underline;
}

.info-article a:hover {
	text-decoration: none;
}

.info-article strong {
	font-weight: 700;
}

.info-article em,
.info-article i {
	font-style: italic;
}

.info-article-date {
	margin-bottom: 20px;
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1.5;
}

.voice-list-wrap {
	margin-top: 38px;
	margin-bottom: 31px;
}

.voice-list {
	margin-bottom: 48px;
}

.voice-list__inner {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.voice-list__inner:hover {
	opacity: 0.6;
}

.voice-list__area {
	letter-spacing: .05em;
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 1.3;
}

.voice-list__image {
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
}

.voice-list__image::before {
	content: '';
	display: block;
	padding-top: 60.5%;
}

.voice-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.voice-list__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.voice-list__tags__item {
	margin: 0 7px 7px 0;
	padding: 2px 8px;
	border: 1px solid #06a890;
	color: #06a890;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .075em;
	font-weight: 500;
}

.voice-list__title {
	font-size: 2rem;
	line-height: 2;
	letter-spacing: .05em;
	text-align: justify;
	font-weight: 500;
	margin-bottom: 10px;
}

.voice-list__more {
	margin-top: 20px;
}

.article-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.article-tag__item {
	margin: 0 7px 7px 0;
	padding: 2px 8px;
	border: 1px solid #06a890;
	color: #06a890;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .075em;
	font-weight: 500;
}

.voice-article {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .05em;
	font-weight: 500;
	text-align: justify;
}

.voice-article figure {
	margin-bottom: 20px;
}

.voice-article figure img {
	display: block;
	border-radius: 5px;
}

.voice-article figure a {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.voice-article figure a:hover {
	opacity: 0.6;
}

.voice-article p {
	margin-bottom: 2em;
}

.voice-article a {
	text-decoration: underline;
}

.voice-article a:hover {
	text-decoration: none;
}

.voice-article strong {
	font-weight: 700;
}

.voice-article em,
.voice-article i {
	font-style: italic;
}

.voice-article__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.interview-list-wrap {
	margin-bottom: 33px;
}

.interview-list {
	margin-bottom: 26px;
}

.interview-list__inner {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.interview-list__inner:hover {
	opacity: 0.6;
}

.interview-list__image {
	position: relative;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
}

.interview-list__image::before {
	content: '';
	display: block;
	padding-top: 60.5%;
}

.interview-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.interview-list__title {
	margin-bottom: 10px;
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.6667;
	letter-spacing: .05em;
}

.interview-list__name {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 500;
}

.interview-title {
	font: 600 2.7rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .075em;
	line-height: 1.41;
	margin-bottom: 23px;
}

.interview-image {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.interview-overview__main {
	margin-bottom: 22px;
}

.interview-overview__heading {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	border-bottom: 1px solid #06a890;
	padding-bottom: 7px;
	margin-bottom: 8px;
}

.interview-overview__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.92;
}

.interview-overview__detail {
	background: #ffffff;
	border-radius: 5px;
	padding: 15px 20px 30px;
}

.interview-overview__detail__table {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.5;
}

.interview-overview__detail__table th,
.interview-overview__detail__table td {
	padding: 6px 0 5px;
}

.interview-overview__detail__table th {
	text-align: left;
	padding-right: 8px;
}

.interview-overview__detail__table td::before {
	content: "：";
	margin-right: .5em;
}

.interview-overview__detail__note {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-top: 5px;
}

.interview-overview__detail__note a {
	position: relative;
	padding-bottom: 5px;
}

.interview-overview__detail__note a::before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #2d2d2d;
	position: absolute;
	bottom: 0;
	left: 0;
}

.form-flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 22px 0 30px;
}

.form-flow__item {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #06a890;
	text-align: center;
}

.form-flow__item:not(:last-child) {
	margin-right: 48px;
	position: relative;
}

.form-flow__item:not(:last-child)::before {
	content: "";
	width: 90px;
	height: 1px;
	display: block;
	background: #06a890;
	position: absolute;
	top: 25px;
	left: 80%;
}

.form-flow__item span {
	display: block;
	background: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #06a890;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #06a890;
	font-size: 2.2rem;
	font-weight: 500;
	padding: 0 0 2px 2px;
	margin-bottom: 7px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.form-flow__item.is-current span {
	background: #06a890;
	color: #ffffff;
}

.form {
	padding: 0 10px;
}

.form .pmarkbox{text-align:right;color:#908e8e}
.form .pmarkbox img{width:80px;vertical-align: middle;margin-left:10px;}
@media screen and (max-width: 767px) {
	.form .pmarkbox{
		display: grid;
grid-template-columns: 1fr 50px;
column-gap:10px;
padding:0 10px;
align-items: center ;
	}
	.form .pmarkbox img{
		width:50px;
	}
}


.form__item {
	padding: 10px 10px 15px;
}

.form__item:not(:nth-last-of-type(-n+2)) {
	border-bottom: 1px solid #e2e2e2;
}

.form__item--confirm-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 10px 22px;
}

.form__item {
	padding: 10px 10px 15px;
}

.form__item:not(:nth-last-of-type(-n+2)) {
	border-bottom: 1px solid #e2e2e2;
}

.form__item--confirm-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 10px 22px;
}

.form__item--confirm-flex:first-child {
	padding-top: 15px;
}

.form__item--confirm-flex .form__label {
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.form__item--confirm {
	padding: 25px 10px 22px;
}

.form__label {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5;
	display: block;
	margin-bottom: 7px;
}

.form__must {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #ff0000;
	margin-left: 2px;
}

.form__comment {
	font-size: 1.3rem;
	font-weight: 400 !important;
	letter-spacing: .05em;
	color: #027c96;
}
.form__comment2 {
	font-size: 1.3rem;
	font-weight: 400 !important;
	letter-spacing: .05em;
	color: #027c96;
}
.form__comment3 {
	font-size: 1.3rem;
	font-weight: 400 !important;
	letter-spacing: .05em;
	color: #027c96;
}
.input_radio { /* pc */
	appearance: auto;
}
.form__error {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #ff0000;
	display: block;
	margin: 0 0 5px;
}

.form__content {
	width: 100%;
}

.form__content--text-center {
	text-align: center;
}

.form__content--checkbox {
	line-height: 1.67;
}

.form__content--checkbox .checkbox {
	margin-bottom: 3px;
	margin-right: 3px;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__content--checkbox--center {
	text-align: center;
}

.form__terms {
	height: 105px;
	overflow: auto;
	border: 1px solid #b8b8b8;
	padding: 15px 10px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.67;
	margin: 12px 0 11px;
}

.form__terms p:not(:last-child) {
	margin-bottom: 1.67em;
}

.form__checkbox-text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.form__item--confirm .form__checkbox-text {
	text-align: left;
}

.form__button {
	margin: 12px 10px 18px;
}

.form__button--confirm button:not(:last-child) {
	margin-bottom: 10px;
}

.form__confirm {
	word-break: break-all;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5;
}

.form__unit {
	margin-right: .3em;
	margin-left: .1em;
}

.form__unit-before {
	margin-right: .2em;
}

.input,
.textarea,
.select {
	border: 1px solid #b8b8b8;
	background: #ffffff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .1em;
	border-radius: 0;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
	color: #cccccc;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder,
.select::-moz-placeholder {
	color: #cccccc;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.select:-ms-input-placeholder {
	color: #cccccc;
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder,
.select::-ms-input-placeholder {
	color: #cccccc;
}

.input::placeholder,
.textarea::placeholder,
.select::placeholder {
	color: #cccccc;
}

.input,
.select {
	height: 32px;
	padding: 0 8px;
}

.input--year,
.select--year {
	width: 5em;
}

.input--date,
.select--date {
	width: calc(2.5em + 17px);
	padding-right: 17px;
}

.select {
	color: inherit;
	background: url(../img/selecttag.svg) no-repeat center right 5px/8px auto, #FFFFFF;
}

.textarea {
	height: 105px;
	padding: 8px;
}

.checkbox {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	margin: 0;
}

.form-finish {
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 1.92;
	padding: 10px 5%;
}

.form-finish p:not(:last-child) {
	margin-bottom: 1em;
}

.interview-article {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
}

.interview-article h2 {
	color: #06a890;
	font-size: 2.3rem;
	line-height: 1.5217;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	position: relative;
	margin-bottom: 17px;
	padding-left: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}

.interview-article h2::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 23px;
	background: #06a890;
	left: 0;
	top: 6px;
}

.interview-article h3 {
	margin-bottom: 11px;
	color: #908e8e;
	font-size: 2rem;
	line-height: 1.65;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
}

.interview-article h3::before {
	content: "――";
}

.interview-article p {
	margin-bottom: 17px;
}

.interview-article figure {
	margin-bottom: 20px;
}

.interview-article figure img {
	display: block;
	border-radius: 5px;
}

.interview-article__section:not(:last-child) {
	margin-bottom: 30px;
}

.interview-article__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-head-info__tag {
	margin-bottom: 18px;
}

.column-date {
	margin-bottom: 20px;
	font-size: 1.3rem;
	letter-spacing: .05em;
	text-align: right;
	line-height: 1.5;
}

.column-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.column-head__text {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.column-head__text--weight-md {
	font-weight: 500;
}

.column-head__text__note {
	font-size: 1rem;
	letter-spacing: .05em;
	margin-top: -28px;
}

.column-head__text p:not(:last-of-type) {
	margin-bottom: 2em;
}

.column-head__image {
	margin-bottom: 20px;
}

.column-head__image img {
	border-radius: 5px;
}

.column-toc {
	margin-top: 30px;
	margin-bottom: 36px;
	background: #f1fefa;
	border-radius: 5px;
	padding: 27px 18px 25px;
}

.column-toc__title {
	color: #06a890;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
}

.column-toc__list {
	margin-top: 10px;
}

.column-toc__item {
	display: block;
	margin-left: 0.4em;
	text-indent: -0.5em;
}

.column-toc__item::before {
	content: "・";
}

.column-toc__item a {
	display: inline;
	font-size: 1.3rem;
	line-height: 2.307;
	letter-spacing: 0.15em;
	text-decoration: underline;
}

.column-toc__num-list {
	margin-top: 10px;
	counter-reset: item;
}

.column-toc__num-list__item a {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 2.307;
	letter-spacing: 0.15em;
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

.column-toc__num-list__item a::before {
	counter-increment: item;
	content: counter(item) ". ";
}

.column-section {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.column-section:not(:last-child) {
	margin-bottom: 40px;
}

.column-section h2 {
	position: relative;
	color: #06a890;
	font-size: 2.3rem;
	line-height: 1.5217;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding-left: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}

.column-section h2::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 23px;
	background: #06a890;
	left: 0;
	top: 6px;
}

.column-section h3,
.column-section h4,
.column-section h5,
.column-section h6 {
	font-weight: 700;
}

.column-section h3 {
	font-size: 2.0rem;
}

.column-section h4 {
	font-size: 1.8rem;
}

.column-section h5 {
	font-size: 1.7rem;
}

.column-section p:not(:last-child) {
	margin-bottom: 30px;
}

.column-section figure {
	margin: 0 auto 7px;
}

.column-section img {
	border-radius: 10px;
}

.lg-image img {
	display: block;
	border-radius: 5px;
	width: 100%;
}

.author {
	border: 1px solid #06a890;
	padding: 18px 20px;
	border-radius: 5px;
}

.author__heading {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #06a890;
}

.author__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
}

.author__image {
	margin-top: 4px;
	margin-right: 15px;
}

.author__image img {
	width: 70px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	border-radius: 5px;
}

.author__info {
	font-size: 1.3rem;
	line-height: 1.4615;
	letter-spacing: 0.15em;
}

.author__name {
	margin-top: 5px;
}

.column-links-1__item {
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 11px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.column-links-1__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.column-links-1__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 28%;
	min-height: 64px;
}

.column-links-1__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.column-links-1__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.3;
	padding: 8px 14px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.column-links-2 {
	margin-bottom: -14px;
	position: relative;
	z-index: 10;
}

.column-links-2__item {
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 14px;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
}

.column-links-2__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 14px;
}

.column-links-2__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35%;
	min-height: 64px;
}

.column-links-2__image img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.column-links-2__main {
	width: 60%;
}

.column-links-2__tag {
	margin-bottom: 0;
}

.column-links-2__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.3;
}

.column-links-3 {
	margin-bottom: -10px;
}

.column-links-3__item {
	background: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 2.1;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
}

.column-links-3__item a {
	display: block;
	padding: 16px 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.column-links-4 {
	margin-bottom: -21px;
	position: relative;
	z-index: 10;
}

.column-links-4__item {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: 14px 6px 30px 14px;
	border-radius: 5px;
	margin-bottom: 21px;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
}

.column-links-4__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column-links-4__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35%;
	min-height: 64px;
}

.column-links-4__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	border-radius: 5px;
}

.column-links-4__main {
	width: 60%;
}

.column-links-4__tag {
	margin-bottom: 0;
}

.column-links-4__heading {
	margin-right: 10px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.3333;
	font-weight: 500;
}

.column-links-4__text {
	position: absolute;
	bottom: 13px;
	right: 16px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #908e8e;
}

.report-list-wrap {
	margin-top: 38px;
	margin-bottom: 31px;
}

.report-list {
	margin-bottom: 30px;
}

.report-list__inner {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.report-list__inner:hover {
	opacity: 0.6;
}

.report-list__image {
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
}

.report-list__image::before {
	content: '';
	display: block;
	padding-top: 60.5%;
}

.report-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.report-list__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.report-list__tags__item {
	margin: 0 7px 7px 0;
	padding: 2px 8px;
	border: 1px solid #06a890;
	color: #06a890;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .075em;
	font-weight: 500;
}

.report-list__title {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .05em;
	text-align: justify;
	font-weight: 500;
}

.column-list-wrap {
	margin-bottom: -20px;
}

.column-list {
	margin-bottom: 20px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 5px;
}

.column-list__image img {
	display: block;
}

.column-list__item:not(.column-list__item--lg):not(:last-of-type) {
	border-bottom: 1px solid #e2e2e2;
}

.column-list__inner {
	display: block;
}

.column-list__link {
	position: relative;
	display: block;
	padding: 11px 30px 11px 15px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3846;
	letter-spacing: .1em;
}

.column-list__link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 21px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
}

.column-list__item--lg .column-list__link {
	padding: 15px 30px 15px 15px;
	font-size: 1.5rem;
	background: #f7f7f7;
}

.consult-1__list {
	margin-bottom: 31px;
}

.consult-1__2col__item:not(:last-of-type) {
	margin-bottom: 20px;
}

.consult-1__image {
	border-radius: 5px;
	overflow: hidden;
}

.consult-1__image img {
	display: block;
}

.consult-1__text {
	margin-bottom: 15px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.consult-1__fig {
	width: 80%;
	margin: 0 auto;
}

.list-1 {
	padding: 18px;
	background: #FFFFFF;
	border-radius: 5px;
}

.list-1__item {
	position: relative;
	padding-left: 28px;
	font-size: 1.5rem;
	line-height: 1.6667;
	letter-spacing: .15em;
}

.list-1__item:not(:last-of-type) {
	margin-bottom: 9px;
}

.list-1__item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 2px;
	width: 17px;
	height: 17px;
	background: url(../img/icon_external_green.webp) no-repeat center center/contain;
}

.list-2 {
	margin-bottom: 20px;
}

.list-2--mb0 {
	margin-bottom: 0;
}

.list-2__item {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
}

.list-2__item:not(:last-of-type) {
	margin-bottom: 8px;
}

.list-2__item::before {
	content: "・";
}

.list-2__item--marker {
	font-weight: 500;
}

.list-2__item--marker span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff373));
	background: -webkit-linear-gradient(transparent 80%, #fff373 80%);
	background: -o-linear-gradient(transparent 80%, #fff373 80%);
	background: linear-gradient(transparent 80%, #fff373 80%);
}

.list-2--sm {
	border: 1px solid #06a890;
	border-radius: 5px;
	padding: 20px 20px 33px;
	background: #fff;
	margin-bottom: 0;
}

.list-3 {
	padding: 18px;
	background: #ffffff;
	border-radius: 5px;
	counter-reset: item;
}

.list-3__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.6667;
	letter-spacing: 0.15em;
}

.list-3__item:not(:last-of-type) {
	margin-bottom: 9px;
}

.list-3__item::before {
	counter-increment: item;
	content: counter(item) "|";
	letter-spacing: 0.5em;
	font-weight: 500;
	color: #06a890;
}

.check-list {
	padding-left: 20px;
	padding-right: 20px;
}

.check-list__item:not(:last-child) {
	margin-bottom: 17px;
}

.check-list__heading {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	color: #06a890;
}

.check-list__heading::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0px;
	width: 17px;
	height: 17px;
	background: url(../img/icon_external_green.webp) no-repeat center center/contain;
}

.check-list__text {
	font-size: 1.3rem;
	line-height: 1.7692;
	font-weight: 500;
	letter-spacing: .15em;
}

.access__item:not(:last-of-type) {
	margin-bottom: 34px;
}

.access__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 4px;
}

.access__image__item {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.access__image__item:nth-of-type(odd) {
	margin-right: 20px;
}

.access__image img {
	display: block;
	border-radius: 5px;
}

.access__image figcaption {
	display: block;
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.5384;
	letter-spacing: .15em;
}

.access__info__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.3rem;
	line-height: 1.9231;
	font-weight: 500;
	letter-spacing: .15em;
}

.access__info__heading {
	width: 64px;
}

.access__info__text {
	width: calc(100% - 64px);
}

.access__info__text::before {
	content: '：';
}

.access__map {
	position: relative;
	margin-top: 23px;
}

.access__map::before {
	content: '';
	display: block;
	padding-top: 88%;
}

.access__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text {
	font-size: 1.3rem;
	line-height: 1.9231;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.text--sp-lg {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.text--lg {
	font-size: 2.8rem;
	line-height: 1.4285;
	letter-spacing: 0.1em;
}

.text--fw-normal {
	font-weight: 400;
}

.text--self {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
}

.text--mb {
	margin-bottom: 15px;
}

.text strong {
	color: #06a890;
}

.text-sm {
	font-size: 1.2rem;
	line-height: 1.5384;
}

.update-date {
	font-size: 1.3rem;
	text-align: right;
}

.flow-2__lead {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 22px;
	text-align: justify;
}

.flow-2__lead--bold {
	font-weight: 700;
}

.flow-2__content {
	overflow-x: auto;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 35px;
	margin-bottom: -35px;
	padding-left: 4.8vw;
}

.flow-2__content::-webkit-scrollbar {
	display: none;
}

.flow-2__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(358px * 2 + 303px);
	margin-right: 4.8vw;
}

.flow-2__list__item {
	width: 303px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.flow-2__image {
	position: relative;
}

.flow-2__image::after {
	content: "";
	width: 100%;
	display: block;
	padding-top: 67.5%;
}

.flow-2__image img {
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.flow-2__image--shadow {
	-webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
	filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
}

.flow-2__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 12px;
}

.flow-2__note {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 12px;
}

.flow-3-wrap {
	overflow-x: auto;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow-3 {
	width: 842px;
	margin: 0 4.8vw;
}

.flow-3__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 90px;
	position: relative;
}

.flow-3__head::before {
	content: "";
	width: 90px;
	height: 1px;
	display: block;
	background: #b8b8b8;
	position: absolute;
	bottom: 0;
	right: 100%;
}

.flow-3__head__item {
	width: 250px;
	background: #06a890;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	text-align: center;
	padding: 12px 0;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: .15em;
	border-bottom: 1px solid #b8b8b8;
}

.flow-3__row {
	border-bottom: 1px solid #b8b8b8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flow-3__row:not(:last-child) .flow-3__row__head {
	padding-bottom: 48px;
}

.flow-3__row:not(:last-child) .flow-3__row__head span {
	position: relative;
}

.flow-3__row:not(:last-child) .flow-3__row__head span::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 16px solid #aaaaaa;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	position: absolute;
	top: calc(100% + 30px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow-3__row__head {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: .1em;
	width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 8px;
	padding-bottom: 10px;
}

.flow-3__row__item {
	width: calc((100% - 90px) / 3);
	padding: 19px 20px 14px;
}

.flow-3__row__item:nth-of-type(odd) {
	background: #f7f7f7;
}

.flow-3__row__heading {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.48;
	color: #06a890;
	margin-bottom: 6px;
}

.flow-3__row__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.92;
	text-align: justify;
}

.report:not(:last-child) {
	margin-bottom: 30px;
}

.report__heading {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	line-height: 1.65;
	color: #06a890;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	margin-bottom: 18px;
}

.report__image img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.report__main {
	margin-top: 14px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.report-sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 32px;
}

.report-sm__item {
	width: 100%;
}

.report-sm__item:not(:last-child) {
	margin-bottom: 32px;
}

.report-sm__image img {
	width: 100%;
	border-radius: 5px;
}

.report-sm__main {
	margin-top: 11px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.faq {
	margin-bottom: -23px;
}

.faq--mt {
	margin-top: 10px;
}

.faq__item {
	padding: 12px 0;
}

.faq__item:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.faq__question {
	font: 600 2rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .05em;
	line-height: 1.46;
	color: #06a890;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq__question::before {
	content: "Q.";
	margin-right: 6px;
}

.faq__answer {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: justify;
}

.faq__answer::before {
	content: "A.";
	color: #aaaaaa;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	line-height: 1.46;
	margin-right: 10px;
	margin-top: 5px;
}

.report-head {
	position: relative;
	padding-bottom: 40px;
}

.report-head::before {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% - 54.93vw);
	background: #f1fef9;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.report-head__image {
	position: relative;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
}

.report-head__image img {
	display: block;
}

.report-head__inner {
	position: relative;
}

.report-head__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.92;
	margin-bottom: 15px;
}

.report-head__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -9px;
	margin-bottom: 10px;
}

.report-head__tag__item {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .075em;
	color: #06a890;
	border: 1px solid #06a890;
	padding: 5px 8px;
	margin-right: 9px;
	margin-bottom: 5px;
	background: #ffffff;
}

.report-head__detail {
	background: #ffffff;
	padding: 20px;
}

.report-head__detail__table th,
.report-head__detail__table td {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.5;
}

.report-head__detail__table th {
	text-align: left;
	padding-right: 7px;
}

.report-head__detail__table td {
	padding-bottom: 11px;
}

.report-head__detail__table td::before {
	content: "：";
}

.hall-info {
	padding: 0 0 48px;
}

.hall-info__heading-1 {
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.65;
	margin-bottom: 20px;
	padding-left: 13px;
}

.hall-info__images-wrap {
	margin-bottom: 30px;
}

.hall-info__image {
	position: relative;
}

.hall-info__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 61.3%;
}

.hall-info__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.hall-info__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -9px;
	margin-bottom: 10px;
}

.hall-info__tag__item {
	border: 1px solid #06a890;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .15em;
	color: #06a890;
	padding: 5px 6px;
	border-radius: 2.5px;
	margin-right: 9px;
	margin-bottom: 5px;
}

.hall-info__tag__item--out {
	border-color: #909292;
	color: #909292;
}

.hall-info__main {
	margin-bottom: 25px;
}

.hall-info__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	text-align: justify;
}

.hall-info__note {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 2;
	margin-top: 7px;
}

.hall-info__heading-2 {
	font-size: 2.1rem;
	letter-spacing: .1em;
	line-height: 1.67;
	color: #06a890;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px;
	margin-bottom: 17px;
}

.hall-info__basic {
	margin-bottom: 23px;
}

.hall-info__basic__table th,
.hall-info__basic__table td {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 2;
}

.hall-info__basic__table th {
	text-align: left;
	padding-right: 10px;
	min-width: 80px;
}

.hall-info__basic__table td {
	text-indent: -16px;
	padding-left: 16px;
}

.hall-info__basic__table td::before {
	content: "：";
	margin-right: 6px;
}

.hall-info__basic__table td a {
	color: #06a890;
	text-decoration: underline;
	text-underline-offset: .4em;
}

.hall-info__hall__table-wrap {
	overflow-x: auto;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hall-info__hall__table-wrap::-webkit-scrollbar {
	display: none;
}

.hall-info__hall__table {
	min-width: 423px;
	margin: 0 4.8vw;
}

.hall-info__hall__table th,
.hall-info__hall__table td {
	border: 2px solid #ffffff;
}

.hall-info__hall__table thead th {
	font-size: 1.3rem;
	font-weight: 500;
	background: #eaeaea;
	padding: 10px 0;
}

.hall-info__hall__table tbody td {
	font-size: 1.3rem;
	letter-spacing: .15em;
	background: #f7f7f7;
	line-height: 1.57;
	padding: 11px 13px;
	vertical-align: middle;
}

.hall-info__hall__table tbody td:nth-child(-n+3) {
	white-space: nowrap;
}

.hall-info__hall__table tbody td:nth-child(3) {
	letter-spacing: .05em;
	text-align: right;
	padding: 11px 18px 11px 13px;
}

.hall-info__thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6px;
}

.hall-info__thumb__item {
	width: 23.6%;
	height: auto;
	position: relative;
	border-radius: 0;
	margin: 0;
}

.hall-info__thumb__item:not(:last-child) {
	margin-right: 1.86%;
}

.hall-info__thumb__item::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 65.2%;
}

.hall-info__thumb__img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}

.link-list-1-wrap {
	padding: 0 20px;
}

.link-list-1--mt {
	margin-top: 15px;
}

.link-list-1__item {
	margin-bottom: 5px;
	position: relative;
}

.link-list-1__item::before {
	position: absolute;
	content: "・";
	top: 5px;
}

.link-list-1__item a {
	padding-left: 0.8em;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.8;
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

.link-list-2 {
	margin-bottom: -10px;
}

.link-list-2__item {
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.link-list-2__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.link-list-2__item a:hover {
	opacity: 0.6;
}

.link-list-2__image {
	width: 28%;
	position: relative;
}

.link-list-2__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 67.4%;
}

.link-list-2__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.link-list-2__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 13px;
}

.link-list-2-2 {
	margin-bottom: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.link-list-2-2__item {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	width: 47%;
}

.link-list-2-2__item:not(:nth-child(2n)) {
	margin-right: 6%;
}

.link-list-2-2__image {
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
}

.link-list-2-2__image img {
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.link-list-2-2__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 67.4%;
}

.link-list-2-2__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2;
	text-align: center;
}

.link-list-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -26px;
}

.link-list-3--mb {
	margin-bottom: 30px;
}

.link-list-3__item {
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	margin-bottom: 26px;
	border-radius: 5px;
}

.link-list-3__item a {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.link-list-3__item a:hover {
	opacity: 0.6;
}

.link-list-3__image {
	position: relative;
}

.link-list-3__image::before {
	content: "";
	display: block;
	padding-top: 63.5%;
}

.link-list-3__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	border-radius: 5px 5px 0 0;
}

.link-list-3__main {
	padding: 25px 6%;
}

.link-list-3__main--sm {
	padding: 14px 15px;
}

.link-list-3__heading-1 {
	text-align: center;
	color: #06a890;
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
}

.link-list-3__heading-1--noborder {
	border-bottom: none;
	padding-bottom: 0;
}

.link-list-3__heading-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.3rem;
	color: #06a890;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.link-list-3__heading-2__number {
	width: 19%;
	padding-left: 5px;
}

.link-list-3__heading-2__text {
	position: relative;
	line-height: 1.4347;
	padding-left: 20px;
}

.link-list-3__heading-2__text::before {
	position: absolute;
	content: "";
	background: #06a890;
	left: 0;
	top: 50%;
	width: 1px;
	height: 100%;
	min-height: 55px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.link-list-3__heading-2__text span {
	font-size: 1.5rem;
}

.link-list-3__text {
	margin-top: 18px;
	font-size: 1.3rem;
	line-height: 1.923;
	letter-spacing: 0.05em;
}

.link-list-3__text--weight-md {
	font-weight: 500;
}

a.link-list-4__item {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.link-list-4__item:hover {
	opacity: 0.6;
}

.link-list-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.link-list-4__item {
	background: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	text-align: center;
	color: #06a890;
	width: 47.2%;
	margin-bottom: 20px;
	padding: 25px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 111px;
}

.link-list-4__item__inner {
	width: 100%;
}

.link-list-4__heading {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	border-bottom: 1px solid #06a890;
	display: block;
	padding-bottom: 13px;
	margin-bottom: 9px;
}

.link-list-4__heading span {
	margin: 0 -1.3em;
}

.link-list-4__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5;
}

.link-list-4__text--emergency {
	color: #2d2d2d;
	text-align: left;
}

.feature-1 {
	margin-bottom: -23px;
}

.feature-1--mb-none {
	margin-bottom: 0;
}

.feature-1__item:not(:last-child) {
	margin-bottom: 23px;
}

.feature-1__image {
	border-radius: 5px;
	overflow: hidden;
}

.feature-1__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	text-align: justify;
	margin-top: 15px;
}

.feature-1__note {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.54;
}

.case__image {
	border-radius: 5px;
	overflow: hidden;
}

.case__main {
	margin-top: 15px;
}

.case__heading {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.52;
	color: #06a890;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.case__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
}

.covid19-plan__heading {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.375;
	color: #06a890;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 14px;
	margin-right: -5px;
}

.covid19-plan__main {
	background: #ffffff;
	padding: 30px 20px 40px;
	border-radius: 5px;
}

.covid19-plan__list {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.92;
	padding-left: 5px;
}

.covid19-plan__list li::before {
	content: "・";
}

.covid19-plan__price {
	font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .05em;
	margin-top: 18px;
}

.covid19-plan__price__label {
	font-size: 1.3rem;
	margin-right: 5px;
}

.covid19-plan__price__num {
	font-size: 2.8rem;
}

.covid19-plan__price__tax {
	font-size: 1rem;
}

.covid19-plan__note {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	margin-top: 25px;
}

.covid19-plan__note li:not(:last-child) {
	margin-bottom: 8px;
}

.sitemap {
	padding: 0 20px;
}

.sitemap__item {
	margin-bottom: 13px;
}

.sitemap__link-1 {
	color: #06a890;
	font-size: 2rem;
	scroll-padding: 0.15em;
	font-weight: 500;
	line-height: 1.687;
	padding-left: 26px;
	position: relative;
}

.sitemap__link-1::before {
	content: "";
	position: absolute;
	top: 9px;
	left: -4px;
	margin: auto;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-top: 2px solid #06a890;
	border-right: 2px solid #06a890;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sitemap__children {
	margin-top: 11px;
	margin-left: 25px;
}

.sitemap__child a {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.6666;
}

.document {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .05em;
	text-align: justify;
}

.document:not(:last-child) {
	margin-bottom: 40px;
}

.document__contact {
	margin-top: 20px;
}

.document__box {
	margin-top: 20px;
	font-size: 1.3rem;
	background: #fff;
	padding: 15px 20px;
}

.document p:not(:last-child) {
	margin-bottom: 20px;
}

.text-link {
	color: #06a890;
	text-decoration: underline;
	text-underline-offset: 0.4em;
}

.movies__item:not(:last-child) {
	margin-bottom: 20px;
}

.movies__heading {
	font-size: 1.778rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.67;
	color: #06a890;
	margin-bottom: 10px;
}

.movies__movie {
	position: relative;
}

.movies__movie::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 56.25%;
}

.movies__movie iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.green-list {
	border: 1px solid #06a890;
	border-radius: 5px;
	padding: 17px 20px;
	counter-reset: item;
	list-style-type: none;
}

.green-list li {
	font-size: 1.5rem;
	letter-spacing: .15em;
	line-height: 1.67;
	text-indent: -2em;
	padding-left: 2em;
	text-align: justify;
}

.green-list li:not(:last-child) {
	margin-bottom: 12px;
}

.green-list li::before {
	counter-increment: item;
	content: counter(item);
	color: #06a890;
	margin-right: 1.2em;
}

.green-list li span {
	position: relative;
}

.green-list li span::before {
	content: "";
	width: 1px;
	height: 20px;
	display: block;
	background: #06a890;
	position: absolute;
	top: 3px;
	left: -.7em;
}

.support__main {
	margin-bottom: 28px;
}

.support__image {
	border-radius: 5px;
	overflow: hidden;
}

.support__text {
	font-size: 1.5rem;
	letter-spacing: .15em;
	line-height: 1.67;
	margin-top: 22px;
}

.first-point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.first-point__item {
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .1em;
	line-height: 1.67;
	text-align: center;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	border: 1px solid #06a890;
	background: #ffffff;
	color: #06a890;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 15px;
}

.first-point__item--lh-sm {
	line-height: 1.33;
}

.first-point__item--sm {
	font-size: 1.4rem;
	letter-spacing: .06em;
	line-height: 1.43;
}

.first-point__item__inner span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff373));
	background: -webkit-linear-gradient(transparent 80%, #fff373 80%);
	background: -o-linear-gradient(transparent 80%, #fff373 80%);
	background: linear-gradient(transparent 80%, #fff373 80%);
}

.service-detail__inner {
	margin-bottmo: -22px;
}

.service-detail__item {
	margin-bottom: 22px;
}

.service-detail__image {
	width: 67.8%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.service-detail__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 2;
}

.pickup {
	margin-bottom: -14px;
}

.pickup__item {
	margin-bottom: 14px;
}

.pickup__image {
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.pickup__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 60.7%;
}

.pickup__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.pickup__title {
	font: 600 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .05em;
	line-height: 2;
}

.pickup__text {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.31;
	border-top: 1px solid #e2e2e2;
	padding-top: 3px;
	margin-top: 5px;
}

.point__item:not(:last-child) {
	margin-bottom: 15px;
}

.point__head {
	color: #06a890;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-size: 2.1rem;
	line-height: 1.7142;
	border-bottom: 1px solid #06a890;
	margin-bottom: 7px;
}

.point__text {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	font-weight: 500;
}

.free-dial {
	margin-top: 34px;
	border: 3px solid #d80e25;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 14px 5% 17px;
	text-align: center;
}

.free-dial__text {
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4705;
}

.free-dial__text span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff373));
	background: -webkit-linear-gradient(transparent 80%, #fff373 80%);
	background: -o-linear-gradient(transparent 80%, #fff373 80%);
	background: linear-gradient(transparent 80%, #fff373 80%);
}

.free-dial__inner {
	margin-top: 12px;
}

.free-dial__number {
	display: block;
	background: #d80e25;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-size: 4rem;
	padding: 0.05em 0.2em 0.16em;
	border-radius: 5px;
}

.free-dial__note-wrap {
	margin-top: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.free-dial__note {
	background: #d80e25;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	padding: 6px;
	border-radius: 5px;
	font-weight: 500;
	width: calc(50% - 5px);
}

.free-dial__note:not(:last-child) {
	margin-right: 10px;
}

.emergency-caution {
	border: 3px solid #aaaaaa;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 11px 10px 11px 16px;
}

.emergency-caution__heading {
	position: relative;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4705;
	color: #d80e25;
	padding-left: 61px;
}

.emergency-caution__heading::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/icon_caution.webp) no-repeat center/contain;
	top: 17px;
	left: 2px;
}

.emergency-caution__text {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.6666;
	letter-spacing: 0.1em;
	font-weight: 500;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top; /* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */

/* <button> css reset */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(../img/default-skin.html) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*
	
	4. Caption

 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */
	background: url(../img/preloader.html) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut { /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

/*
	
	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(255, 255, 255, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(255, 255, 255, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {

/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
	background-image: url(../img/default-skin.svg);
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
	background: none;
}

}

@media screen and (min-width: 768px) {

.modal { /* pc */
	max-width: 1226px;
	padding: 37px 45px 60px;
}

.modal__close { /* pc */
	top: 37px;
	right: 43px;
	padding: 11px 17px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.modal__close:hover {
	opacity: 0.6;
}

.modal__title { /* pc */
	font-size: 2.6rem;
	letter-spacing: .15em;
}

.modal__content { /* pc */
	margin-top: 36px;
}

.page-head { /* pc */
	padding: 0 0 36px;
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, url(../img/img_homes.webp) no-repeat center bottom/817px auto, #c5f3ec;
}

.page-head--style { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--casestudy { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--about { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--request { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--ososhiki { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--column { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--covid-19 { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--jizensodan { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head--privacypolicy,
.page-head--sitemap { /* pc */
	background: url(../img/line_pagehead_pc.webp) no-repeat center bottom/100% auto, #c5f3ec;
}

.page-head-logo { /* pc */
	margin-top: 20px;
	padding-right: 28px;
	font-size: 1.4rem;
}

.page-head-logo img { /* pc */
	width: 200px;
}

.page-head--column .page-title { /* pc */
	padding: 45px 0 10px;
	height: 200px;
}

.page-title { /* pc */
	background: none !important;
	height: 180px;
	padding: 20px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-title__simple { /* pc */
	font-size: 3.5rem;
	padding-bottom: 0;
}

.page-title__label { /* pc */
	font-size: 1.5rem;
	padding: 6px 27px;
	margin-left: 0;
	border-radius: 26px;
	letter-spacing: 0.15em;
	margin-bottom: 4px;
}

.page-title__area { /* pc */
	font-size: 4.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3;
	letter-spacing: 0.15em;
	margin-left: 0;
}

.page-title__area ruby rt { /* pc */
	font-size: 1.6rem;
}

.page-title__area span { /* pc */
	font-size: 1.8rem;
	margin: .2em 0 0 .5em;
	letter-spacing: 0.025em;
}

.page-title-simple { /* pc */
	font-size: 3.5rem;
	height: 190px;
	padding-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page-title-simple__text span { /* pc */
	font-size: 3.5rem;
	display: inline;
}

.breadcrumb { /* pc */
	background: none;
	padding: 0 28px;
}

.heading-1 { /* pc */
	margin-bottom: 65px;
}

.heading-2 { /* pc */
	letter-spacing: 0.15em;
	margin: 35px 0 30px;
}

.heading-2--lg { /* pc */
	font-size: 2.2rem;
}

.heading-3 { /* pc */
	letter-spacing: 0.15em;
	margin: 0 0 18px;
}

.heading-4 { /* pc */
	margin-bottom: 56px;
	font-size: 2.8rem;
	letter-spacing: .07em;
	line-height: 1.7857;
}

.heading-4 span:not([class]) { /* pc */
	padding-bottom: 0;
}

.heading-4 small { /* pc */
	display: inline-block;
	font-size: 2.5rem;
}

.heading-4__lines { /* pc */
	text-underline-offset: 0.45em;
}

.heading-4__pc-lines { /* pc */
	text-decoration: underline;
	text-underline-offset: 0.45em;
	-webkit-text-decoration-color: #06a890;
	text-decoration-color: #06a890;
	text-decoration-thickness: 1px;
	line-height: 1.7857;
	border-bottom: none;
}

.heading-4__sub { /* pc */
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 2.8rem;
}

.heading-4--mb-sm { /* pc */
	margin-bottom: 38px;
}

.heading-4--mb-lg { /* pc */
	margin-bottom: 85px;
}

.heading-4--pc-line-long span:not([class]) { /* pc */
	width: 100%;
	display: block;
}

.heading-4--sm { /* pc */
}

.heading-4--customer { /* pc */
}

.heading-4--customer span {
	width: calc(100% - 158px);
	margin-left: auto;
	margin-right: auto;
}

.heading-4--customer span:not([class]) {
	display: block;
	padding-bottom: 15px;
}

.heading-6 { /* pc */
	margin-bottom: 31px;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
}

.heading-7 { /* pc */
	font-size: 2.8rem;
	letter-spacing: .15em;
}

.heading-8 { /* pc */
	font-size: 2rem;
	line-height: 1.5;
	padding-bottom: 12px;
	margin-bottom: 27px;
}

.heading-9 { /* pc */
	margin-bottom: 22px;
	font-size: 2.6rem;
	font-weight: 500;
	padding-left: 23px;
}

.heading-9::before { /* pc */
	height: 30px;
}

.heading-9__sm { /* pc */
	display: inline-block;
	padding-bottom: 5px;
	vertical-align: middle;
	font-weight: 500;
}

.heading-9__sm::after {
	content: "";
	width: 1px;
	height: 30px;
	display: inline-block;
	background: #06a890;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
}

.heading-9--mix { /* pc */
	padding-left: 0;
}

.heading-9--mix .heading-9__sm { /* pc */
	padding: 0 0 5px 23px;
}

.heading-10 { /* pc */
	margin-bottom: 22px;
	padding-bottom: 22px;
	font-size: 2.8rem;
}

.heading-11 { /* pc */
	min-height: 57px;
	margin-bottom: 24px;
	font-size: 2rem;
	letter-spacing: .05em;
}

.heading-12 { /* pc */
	margin-bottom: 25px;
	font-size: 2rem;
	letter-spacing: .15em;
}

.heading-13 { /* pc */
	margin-bottom: 8px;
	padding-bottom: 12px;
}

.heading-14 { /* pc */
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 18px;
}

.heading-14__num { /* pc */
	margin-right: 23px;
}

.heading-14__text { /* pc */
	padding-left: 22px;
}

.heading-14__text--pc-sm { /* pc */
	font-size: 1.8rem;
	line-height: 1.67;
}

.heading-15 { /* pc */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 51px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 10px 18px;
	border-radius: 10px;
	max-width: 925px;
}

.heading-15::before { /* pc */
	margin-top: 5px;
	width: 37px;
	height: 33px;
}

.heading-15 span { /* pc */
}

.heading-15 span::after { /* pc */
	height: 2px;
	bottom: -5px;
}

.lead { /* pc */
	text-align: center;
	margin-bottom: 70px;
}

.lead--mb-none { /* pc */
	margin-bottom: 0;
}

.lead--mb-sm { /* pc */
	margin-bottom: 25px;
}

.lead__text--mb { /* pc */
	margin-bottom: 25px;
}

.button-primary { /* pc */
	padding: 30px 20px;
}

.button-primary::after { /* pc */
	position: static;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 -8px 2px 16px;
	vertical-align: middle;
}

.button-primary--input { /* pc */
	border-radius: 10px;
	padding: 11px;
	font-size: 1.5rem;
}

.button-primary--ls-sm { /* pc */
	letter-spacing: .075em;
}

.button-primary--pd-0 { /* pc */
	padding-left: 0;
	padding-right: 0;
}

.button-primary--after-margin-1::after { /* pc */
	margin: 0 -23px 2px 25px;
}

.button-primary--text-sm { /* pc */
	letter-spacing: .15em;
}

.button-primary--pc-flex-a-center { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.button-primary--xsm { /* pc */
	font-size: 1.3rem;
	padding: 2px 10px 3px;
}

.button-primary--xsm::after { /* pc */
	margin: 0 0 2px 0;
}

.button-primary--in-map { /* pc */
	padding: 4px 5px;
}

.button-primary--in-map::after { /* pc */
	margin-right: -2px;
	margin-left: 2px;
}

.button-primary { /* pc */
}

.button-primary--pc-h-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.button-primary--pc-h-sm::after {
	margin-left: 3px;
}

.button-primary--pc-h-md-1 {
	padding-top: 16px;
	padding-bottom: 16px;
}

.button-primary--pc-h-md-2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.button-primary--pc-h-md-3 {
	padding-top: 10px;
	padding-bottom: 9px;
	min-height: 70px;
}

.button-primary--pc-sm {
	width: 240px;
}

.button-primary--pc-md {
	width: 396px;
}

.button-primary--pc-md-1 {
	width: 380px;
}

.button-primary--pc-md-2 {
	width: 356px;
}

.button-primary--pc-md-3 {
	width: 500px;
}

.button-primary--pc-icon-sm::after {
	border-width: 1px;
	margin: 0 0 2px 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
}

.button-primary--pc-text-left {
	text-align: left;
}

.button-primary--pc-text-left::after {
	position: absolute;
	right: 27px;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
	margin: 0;
}

.button-primary--pc-max-243 {
	max-width: 243px;
}

.button-primary--area-list { /* pc */
	padding: 19px 15px;
}

.button-primary--area-list::after {
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin: 0;
}

.button-primary--submit { /* pc */
	height: 56px;
	padding: 0 0 0 5px;
}

.button-primary--icon-left { /* pc */
}

.button-primary--icon-left::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	position: static;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: 0 16px 2px -8px;
	vertical-align: middle;
}

.button-primary--icon-left::after { /* pc */
	content: none;
}

.button-primary--icon-down { /* pc */
	max-width: none;
}

.button-primary--icon-down::after { /* pc */
	position: absolute;
	top: 32%;
	right: 67px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.button-return { /* pc */
	padding: 16px 27px;
}

.button-return::before { /* pc */
	position: static;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0 8px 2px 0px;
	vertical-align: middle;
}

.button-return { /* pc */
}

.button-return--pc-md {
	width: 380px;
}

.button-return--pc-md-2 {
	width: 356px;
}

.button-secondary { /* pc */
	padding: 16px 27px;
}

.button-secondary::before { /* pc */
	position: static;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0 8px 2px 0px;
	vertical-align: middle;
}

.button-tel { /* pc */
	width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	padding-right: 55px;
}

.button-tel__text { /* pc */
	line-height: 1.54;
	margin-bottom: 0;
	margin-right: 15px;
}

.button-tel__num { /* pc */
	font-size: 4rem;
}

.button-wrap .button-return + .button-return { /* pc */
	margin-top: 30px;
}

.button-wrap .button-primary + .button-primary { /* pc */
	margin-top: 30px;
}

.information-2-wrap { /* pc */
	margin-top: 84px;
}

.information-2:not(:last-child) { /* pc */
	margin-bottom: 32px;
}

.information-2__heading { /* pc */
	padding: 31px 32px 32px;
	border-bottom: 2px solid #f7f7f7;
}

.information-2__heading { /* pc */
	letter-spacing: 0.15em;
	line-height: 1.3636;
}

.information-2__main a:hover { /* pc */
	text-decoration: none;
}

.information-2__main { /* pc */
	padding: 23px 32px 33px 32px;
	line-height: 2;
}

.useful-content { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.useful-content__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.useful-content__item::after { /* pc */
	right: 64px;
}

.useful-content__item { /* pc */
	width: calc(100% / 3 - 30px);
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.useful-content__item:hover {
	opacity: 0.6;
}

.banners { /* pc */
	padding: 47px 62px 43px;
}

.banners__items { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 30px;
}

.banners__item { /* pc */
	width: calc(15% - 30px * 4 / 5);
}

.white-box { /* pc */
	margin-top: 52px;
	padding: 42px 47px;
}

.white-box--mb { /* pc */
	margin-bottom: 70px;
}

.basic-information { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 21px;
}

.basic-information__inner-01 { /* pc */
	width: 41%;
}

.basic-information__inner-01 .basic-information__head {
	width: 80px;
}

.basic-information__inner-02 { /* pc */
	width: 53%;
}

.basic-information__inner-02 .basic-information__head {
	width: 90px;
}

.basic-information__list--mb0 { /* pc */
	margin-bottom: 22px;
}

.basic-information__list { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}

.basic-information__head--displaynone { /* pc */
	display: block;
}

.basic-information__head { /* pc */
	font-size: 1.5rem;
	line-height: 1.4667;
	font-weight: 900;
	color: #232525;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.basic-information__text { /* pc */
	font-size: 1.5rem;
	line-height: 1.5333;
}

.basic-information__tag { /* pc */
	margin-top: 0;
}

.basic-information__tag--out { /* pc */
}

.shop-lead { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}

.shop-lead__text { /* pc */
	width: 680px;
	line-height: 2;
}

.shop-lead__button { /* pc */
	margin-top: 6px;
	width: 266px;
}

.media { /* pc */
	padding: 0 22px;
}

.media__heding { /* pc */
	letter-spacing: 0.15em;
}

.media__inner { /* pc */
	margin-top: 73px;
	margin-bottom: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.media__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.media__item { /* pc */
	width: 47%;
	padding: 53px 44px 57px;
}

.media__item:not(:last-child) {
	margin-right: 10px;
}

.media__list { /* pc */
	letter-spacing: .15em;
}

.green-frame { /* pc */
	margin-top: -65px;
	padding: 36px 0 80px;
	border-radius: 13px;
}

.green-frame:before { /* pc */
	width: calc(100% + 100px);
}

.green-frame--short { /* pc */
	padding-bottom: 0;
}

.green-frame--short:before {
	height: calc(100% - 195px);
}

.green-frame--short-2 { /* pc */
	padding-bottom: 0;
}

.green-frame--short-2:before {
	height: calc(100% - 493px);
}

.green-frame--mt0 { /* pc */
	margin-top: 0;
}

.green-frame--form { /* pc */
	margin-top: 0;
	padding-bottom: 0;
}

.green-frame--form:before {
	height: calc(100% - 28px);
}

.green-frame--pc-pb-lg { /* pc */
	padding-bottom: 145px;
}

.access-map { /* pc */
	height: 398px;
	margin-bottom: 44px;
}

.information-1 { /* pc */
	margin-top: 86px;
	padding: 49px 66px 56px;
}

.information-1:not(:last-child) { /* pc */
	margin-bottom: 60px;
}

.information-1__main { /* pc */
	line-height: 2;
}

.inquiry-link { /* pc */
	position: relative;
	background: #e78e02;
	max-width: 900px;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.09);
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.09);
	padding: 26px 10px 35px 10px;
	border-radius: 10px;
}

.inquiry-link__heading { /* pc */
	margin-bottom: 22px;
	color: #ffffff;
	font-size: 2.5rem;
	letter-spacing: .15em;
}

.inquiry-link__wrap { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.inquiry-link__item { /* pc */
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 27.5%;
	margin-bottom: 0;
}

.inquiry-link__item::after { /* pc */
	content: none;
}

.inquiry-link__item--tel { /* pc */
	width: 45%;
}

.inquiry-link__tel { /* pc */
	padding: 0 15px 0 86px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.inquiry-link__tel:hover {
	opacity: 0.6;
}

.inquiry-link__tel::before { /* pc */
	width: 45px;
	height: 74px;
}

.inquiry-link__link { /* pc */
	border-left: 1px solid #ffffff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.inquiry-link__link:hover {
	opacity: 0.6;
}

.inquiry-link__link--pre { /* pc */
	padding: 0 15px 0 98px;
}

.inquiry-link__link--pre::before { /* pc */
	width: 46px;
	height: 46px;
	left: 38px;
}

.inquiry-link__link--request { /* pc */
	padding: 0 0px 0 90px;
}

.inquiry-link__link--request::before { /* pc */
	width: 37px;
	height: 48px;
	left: 38px;
}

.inquiry-link__link__heading { /* pc */
	font-size: 2.642rem;
	letter-spacing: .15em;
}

.inquiry-link::before{
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    /*border-style: solid;*/
	border-width: 26px 90px 0 90px;
    border-color: #D9F9EE transparent transparent transparent;
}

.sp-form-bannar{
	display: none;
}

.form_bannar .sp_bannar_left{
	display: none;
}

.form_bannar .bannar_left{
	padding: 12px 0;
	width: 28%;
	font-weight: 600;
	font-size: 18px;
}

.form_bannar .bannar_left .fukidashi{
	position: relative;
}

.form_bannar .bannar_left .fukidashi p{
	position: absolute;
	top: 0;
	text-align: center;
	padding: 6px 18px;
}

.form_bannar .bannar_left p span{
	font-size: 20px;
}

.bannar_left_letter p{
	font-weight: 900;
	line-height: 29px;
    color: #06A890;
    margin-left: 15px;
}

.form_bannar .bannar_left .bannar_left_letter p span{
	font-size: 25px;
}

.form_bannar .bannar_mid {
	padding: 0 13px;
}

.style-list__item:not(:last-child) {
    margin-bottom: 30px;
}

.heading_lead{ /* pc */
	text-align: center;
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 28px;

}

.form_bannar .bannar_mid .item{
	display: flex;
	align-items: center;
	margin-bottom: 2px;

}

.form_bannar .bannar_mid .item p{
	font-family: 'Noto Sans JP';
	line-height: 25px;
	letter-spacing: 0.08em;
	margin-left: 3px;
	font-size: 16px;
	font-weight: 500;

}

.form_bannar .bannar_mid .item img{
	width: 15px;
}

.form_bannar .bannar-right {
	display: flex;
	bottom: 0;
	right: 0;
	max-width: 300px;
}

.form_bannar .bannar-right img{
	vertical-align : bottom;
}

.form_bannar .bannar-right .plus{
	position: absolute;
	width: 41px;
    height: 45px;
	bottom: 20%;
}

.price-2 { /* pc */
	padding: 31px 35px;
	border-radius: 15px;
}

.price-2__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 13px;
	margin-bottom: 38px;
}

.price-2__head--mbsm { /* pc */
	margin-bottom: 22px;
}

.price-2__heading { /* pc */
	font-size: 2rem;
	letter-spacing: .15em;
}

.price-2__note { /* pc */
	margin-top: 0;
	font-size: 1.5rem;
}

.price-2__items { /* pc */
	padding: 0 17px;
	margin-right: -25px;
}

.price-2__items--p0 { /* pc */
	padding: 0;
}

.price-2__item { /* pc */
	width: 133px;
	max-width: inherit;
	margin-right: 23px;
}

.price-2__image { /* pc */
	margin-bottom: 8px;
}

.price-2__text { /* pc */
	font-size: 1.3rem;
	letter-spacing: .15em;
}

.price-2__etc { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 5px;
	height: 133px;
}

.price-2__row { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.price-2__col { /* pc */
	width: 50%;
}

.price-2__col:not(:last-of-type) { /* pc */
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.price-2__col:nth-of-type(odd) { /* pc */
	padding-right: 40px;
	border-right: 1px solid #e2e2e2;
}

.price-2__col:nth-of-type(even) { /* pc */
	padding-left: 40px;
}

.price-2__heading-2 { /* pc */
	margin-bottom: 19px;
	font-size: 2rem;
	letter-spacing: .15em;
}

.price-2__intro { /* pc */
	margin-bottom: 29px;
	line-height: 1.5385;
}

.price-2__col-inner { /* pc */
	margin-right: -20px;
}

.price-plus-icon { /* pc */
	margin-top: 30px;
	margin-bottom: 30px;
}

.price-5 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 18px;
}

.price-5 a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.price-5 a:hover {
	opacity: 0.6;
}

.price-5--sp-white { /* pc */
	background: #FFFFFF;
}

.price-5__item { /* pc */
	padding: 26px 35px 24px;
	width: 50%;
}

.price-5__item:nth-child(even) { /* pc */
	background: #f7f7f7;
}

.price-5__item:nth-of-type(1),
.price-5__item:nth-of-type(4),
.price-5__item:nth-of-type(5) { /* pc */
	background: #f7f7f7;
}

.price-5__item:nth-of-type(2),
.price-5__item:nth-of-type(3),
.price-5__item:nth-of-type(6) { /* pc */
	background: #EEEEEE;
}

.price-5__head { /* pc */
	border-bottom: none;
	margin-bottom: 10px;
}

.price-5__heading { /* pc */
	font-size: 2.6rem;
	letter-spacing: .15em;
	line-height: 1.15;
}

.price-5__lead { /* pc */
	width: 74.6%;
	margin-top: 9px;
}

.price-5__lead--sm { /* pc */
	width: 63.5%;
}

.price-5__container { /* pc */
	max-height: 149px;
	margin-bottom: 17px;
}

.price-5__container--farewell { /* pc */
	margin-bottom: 64px;
	max-height: 149px;
}

.price-5__container--mb-md { /* pc */
	margin-bottom: 54px;
}

.price-5__container--mb-lg { /* pc */
	margin-bottom: 84px;
}

.price-5__container--noflex { /* pc */
	max-height: 100%;
}

.price-5__image { /* pc */
	width: 56%;
}

.price-5__main { /* pc */
	width: 40%;
	margin-top: -16px;
}

.price-5__main--farewell { /* pc */
	margin-top: -5px;
}

.price-5__main__head { /* pc */
	margin-bottom: 7px;
	color: #1c2242;
	font-size: 2.6rem;
	line-height: 1.92;
}

.price-5__main__head--farewell { /* pc */
	margin-bottom: 15px;
	font-size: 2.3rem;
	letter-spacing: 0;
	line-height: 1.21;
}

.price-5__main__head--lh-sm { /* pc */
	line-height: 1.5;
}

.price-5__main__text { /* pc */
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
}

.price-5__main__price { /* pc */
	font-size: 2.8rem;
	line-height: 1.2;
}

.price-5__main span { /* pc */
	vertical-align: baseline;
}

.price-5__text { /* pc */
	line-height: 1.93;
}

.price-5__bottom { /* pc */
	position: relative;
}

.price-5__bottom--flex { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-5__button { /* pc */
}

.price-5__button:hover {
	opacity: 1;
}

.price-5__button-wrap { /* pc */
	min-width: 177px;
}

.price-5__price { /* pc */
	margin-bottom: 0;
}

.price-5__price__text { /* pc */
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
}

.price-5__price__price { /* pc */
	font-size: 2.8rem;
	line-height: 1.2;
}

.price-5__price__price span { /* pc */
	font-size: 1.6rem;
}

.filter { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 0;
	margin-bottom: 14px;
}

.filter__select-wrap { /* pc */
	width: 200px;
}

.filter__heading { /* pc */
	margin-right: 17px;
}

.filter-2 { /* pc */
	margin-bottom: 60px;
	border-radius: 10px;
}

.filter-2__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 29px 14px 31px;
}

.filter-2__heading { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 218px;
	margin-bottom: 0;
	padding: 2px 0;
	border-bottom: none;
}

.filter-2__items { /* pc */
	padding-left: 80px;
}

.filter-2__items::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 20px);
	background: #06a890;
}

.filter-2__item { /* pc */
	margin-bottom: 0;
	margin-right: 20px;
}

.filter-2__item:not(:last-of-type) { /* pc */
	margin-bottom: 10px;
}

.filter-2__label { /* pc */
	width: 83px;
	font-size: 1.5rem;
}

.filter-2__select-wrap { /* pc */
	width: 300px;
}

.filter-2__select-wrap::after { /* pc */
	margin-top: -2px;
}

.filter-2__select { /* pc */
	padding: 11px 40px 11px 28px;
	font-size: 1.5rem;
}

.filter-2__submit { /* pc */
	width: 70px;
	margin: 0;
}

.ceremony-list__item:not(:last-of-type) { /* pc */
	margin-bottom: 30px;
}

.ceremony-list__top { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ceremony-list__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 13px;
	padding: 0 110px 15px 0;
}

.ceremony-list__head__name { /* pc */
	max-width: 344px;
	padding-right: 10px;
}

.ceremony-list__head__area { /* pc */
	max-width: 150px;
	padding-bottom: 5px;
	letter-spacing: .15em;
}

.ceremony-list__image { /* pc */
	width: 38.6%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.ceremony-list__badge { /* pc */
	width: 86px;
	height: 86px;
	top: auto;
	bottom: 13px;
	right: 13px;
}

.ceremony-list__map-link { /* pc */
	position: absolute;
	top: 40px;
	right: 40px;
	margin-bottom: 0;
	text-align: left;
}

.ceremony-list__main { /* pc */
	padding: 33px 40px 15px 30px;
	border-bottom: 1px solid #e2e2e2;
}

.ceremony-list__info { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ceremony-list__info__item { /* pc */
	min-width: 180px;
}

.ceremony-list__bottom { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 29px 15px;
}

.ceremony-list__bottom__main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 128px);
	margin-bottom: 0;
}

.ceremony-list__bottom__link { /* pc */
	width: 128px;
	margin: 0;
}

.ceremony-list__feature--01 { /* pc */
	width: 34.5%;
}

.ceremony-list__feature--02 { /* pc */
	width: 65.5%;
}

.ceremony-list__feature__heading { /* pc */
	display: block;
}

.ceremony-list__feature__item { /* pc */
	padding: 3px 6px;
	border-radius: 5px;
}

.city-head { /* pc */
	margin-top: 65px;
	margin-bottom: 128px;
}

.city-head__image { /* pc */
	width: calc(100% - 62px);
	margin-left: auto;
}

.city-head__main { /* pc */
	width: 61.7%;
	position: absolute;
	bottom: -18px;
	left: 0;
	padding: 60px 5px 16px 0;
	border-radius: 0 25px 0 0;
}

.city-head__heading { /* pc */
	letter-spacing: .15em;
	line-height: 1.4;
}

.city-head__heading span { /* pc */
	font-size: 2.5rem;
}

.city-head__note { /* pc */
	margin-top: 38px;
}

.button-wrap-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 87px;
}

.button-wrap-2__items { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button-wrap-2__items:not(:last-of-type) { /* pc */
	margin-bottom: 0;
}

.button-wrap-2__item:not(:last-of-type) { /* pc */
	margin-right: 32px;
}

.button-wrap-3 { /* pc */
	width: 792px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.button-wrap-3--center { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-wrap-3--position-bottom { /* pc */
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.button-wrap-3--mb { /* pc */
	margin-bottom: 80px;
}

.button-wrap-3__item { /* pc */
	width: 356px;
}

.button-wrap-3__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.button-wrap-4 { /* pc */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.button-wrap-4__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.set-detail { /* pc */
	padding: 30px 42px 10px;
	border-radius: 16px;
}

.set-detail:not(:last-of-type) { /* pc */
	margin-bottom: 35px;
}

.set-detail__head { /* pc */
	margin-bottom: 34px;
	padding-bottom: 13px;
}

.set-detail__heading { /* pc */
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
	font-size: 2.6rem;
	letter-spacing: .15em;
}

.set-detail__sub-heading { /* pc */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 200px;
	font-size: 1.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 10px;
	text-align: right;
}

.set-detail__text { /* pc */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: calc(100% - 200px);
	margin-top: 0;
	font-size: 1.5rem;
	line-height: 2;
}

.set-detail__items { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.set-detail__item { /* pc */
	width: calc(50% - 20px);
	margin-bottom: 35px;
}

.set-detail__item:not(:nth-of-type(2n)) {
	margin-right: 40px;
}

.set-detail__item:not(:last-of-type) { /* pc */
	margin-bottom: 35px;
}

.set-detail__name { /* pc */
	font-size: 1.6rem;
	letter-spacing: .15em;
}

.set-detail__price__number { /* pc */
	font-size: 2.2rem;
}

.set-detail__price__unit { /* pc */
	font-size: 1rem;
}

.table-2__tr--pt-lg .table-2__td:nth-last-of-type(4) { /* pc */
	padding: 23px 38px 8px;
}

.table-2__tr--pb-lg .table-2__td:nth-last-of-type(4) { /* pc */
	padding: 8px 38px 23px;
}

.table-2__th { /* pc */
	padding: 10px 0;
	font-size: 1.5rem;
}

.table-2__th:nth-of-type(1) { /* pc */
	width: 57.8%;
}

.table-2__th:nth-of-type(2) { /* pc */
	width: 10.5%;
}

.table-2__th:nth-of-type(3) { /* pc */
	width: 15.6%;
}

.table-2__th:nth-of-type(4) { /* pc */
	width: 15.6%;
}

.table-2__td { /* pc */
	font-size: 1.4rem;
}

.table-2__td--lg { /* pc */
	font-size: 1.4rem;
	line-height: 1.7;
}

.table-2__td--ls-sm { /* pc */
	letter-spacing: .15em;
}

.table-2__td:nth-last-of-type(5) { /* pc */
	width: 16%;
}

.table-2__td:nth-last-of-type(4) { /* pc */
	padding: 8px 38px;
}

.table-2__td:last-of-type,
.table-2__td:nth-last-of-type(2) { /* pc */
	padding: inherit;
	text-align: center;
}

.table-2__image { /* pc */
	padding: 8px 0;
}

.table-2__image img { /* pc */
	width: 100px;
}

.table-2__image figcaption { /* pc */
	font-size: 1.4rem;
	line-height: 1.15;
	letter-spacing: .15em;
}

.table-3__th { /* pc */
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	padding: 26px 10px 26px 0;
	width: 173px;
}

.table-3__td { /* pc */
	padding: 26px 0;
	display: inline-block;
}

.button-wrap .button-return + .button-return { /* pc */
	margin-top: 30px;
}

.button-wrap .button-primary + .button-primary { /* pc */
	margin-top: 30px;
}

.button-wrap-4col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button-wrap-4col__item { /* pc */
	margin-bottom: 12px;
	width: calc((100% - 66px) / 4);
}

.button-wrap-4col__item:not(:nth-of-type(4n)) { /* pc */
	margin-right: 22px;
}

.price-list__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price-list__head__item { /* pc */
	font: 400 1.5rem YakuHanMP_Noto, "Noto Serif JP", serif;
	letter-spacing: .15em;
	text-align: center;
	background: #f0f0f0;
	padding: 15px 0 16px;
}

.price-list__head__item:not(:last-child) {
	border-right: 1px solid #797979;
}

.price-list__head__item:first-child {
	width: 391px;
}

.price-list__head__item:nth-child(2) {
	width: 218px;
}

.price-list__head__item:nth-child(3) {
	width: 140px;
}

.price-list__head__item:nth-child(4) {
	width: 277px;
}

.price-list__item { /* pc */
}

.price-list__item:nth-of-type(even) {
	background: #f7f7f7;
}

.price-list__item:hover .price-list__item__inner {
	opacity: 0.6;
}

.price-list__item__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.price-list__style { /* pc */
	width: 391px;
	border-right: 1px solid #797979;
}

.price-list__style__image { /* pc */
	width: 45%;
}

.price-list__style__main { /* pc */
	width: 55%;
	padding: 0 20px 6px 25px;
}

.price-list__style__heading { /* pc */
	margin-bottom: 7px;
}

.price-list__bottom { /* pc */
	background: none;
	padding: 0;
}

.price-list__example { /* pc */
	width: 218px;
	border-right: 1px solid #797979;
	padding: 0 25px 0 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price-list__example__text { /* pc */
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-top: 10px;
}

.price-list__people { /* pc */
	width: 140px;
	border-right: 1px solid #797979;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.price-list__people__image { /* pc */
	margin-bottom: 16px;
}

.price-list__content { /* pc */
	width: 277px;
	padding: 13px 0;
}

.subject-flow__item { /* pc */
	font-size: 1.3rem;
	border-radius: 5px;
	padding: 0 9px;
	height: 89px;
}

.subject-flow__item:not(:last-child) { /* pc */
	margin-right: 23px;
}

.subject-flow__item:not(:last-child)::before { /* pc */
	width: 11px;
	height: 11px;
	left: calc(100% + 2px);
}

.subject-flow--ht-sm .subject-flow__item { /* pc */
	height: 69px;
}

.subject-flow--ht-auto .subject-flow__item { /* pc */
	height: auto;
	padding: 10px 7.5px;
}

.subject-flow--mr-lg .subject-flow__item { /* pc */
}

.subject-flow--mr-lg .subject-flow__item:not(:last-child) {
	margin-right: 39px;
}

.subject-flow--mr-lg .subject-flow__item:not(:last-child)::before {
	left: calc(100% + 8px);
}

.note-1 { /* pc */
	margin-top: 9px;
}

.price-1__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 8px;
}

.price-1__head--right { /* pc */
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.price-1__head__text { /* pc */
	letter-spacing: .15em;
	margin-bottom: 7px;
}

.price-1__head__price__head { /* pc */
	letter-spacing: .15em;
	margin-right: 9px;
}

.price-1__head__price__num { /* pc */
	font-size: 4rem;
}

.price-1__gray-box { /* pc */
	padding: 20px 34px 50px;
	border-radius: 16px;
}

.price-1__content-wrap:not(:last-child) { /* pc */
	margin-bottom: 35px;
}

.price-1__content-wrap--mb0:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.price-1__subhead { /* pc */
	padding-bottom: 9px;
	margin-bottom: 20px;
}

.price-1__subhead__text { /* pc */
	line-height: 1;
	font-size: 2rem;
	letter-spacing: .15em;
	margin-bottom: 8px;
}

.price-1__subhead__text span { /* pc */
	font-size: 1.5rem;
}

.price-1__subhead__price__head { /* pc */
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .15em;
	margin-right: 5px;
}

.price-1__subhead__price__num { /* pc */
	font-size: 3rem;
}

.price-1__content__inner { /* pc */
	padding: 10px 8px 0;
}

.price-1__content__flex { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.price-1__text { /* pc */
	line-height: 2.3;
	margin-top: 17px;
}

.price-1__gallery { /* pc */
	width: 582px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price-1__gallery .swiper {
	width: 478px;
	margin-left: 0;
}

.price-1__gallery .swiper-button-prev,
.price-1__gallery .swiper-button-next {
	display: none;
}

.price-1__gallery__thumb {
	background: none;
	border-radius: 0;
	width: 95px;
	height: 92px;
	margin-left: 0;
	margin-right: 0;
	border: none;
	cursor: pointer;
}

.price-1__gallery__thumb:not(:last-child) {
	margin-bottom: 9px;
}

.price-1__gallery__thumb__img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.price-1__gallery .swiper-button-prev,
.price-1__gallery .swiper-button-next { /* pc */
	display: none;
}

.price-1__gallery .price-swiper-pagination { /* pc */
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%;
	margin-top: 0;
}

.price-1__gallery__item::before { /* pc */
	padding-top: 61.5%;
}

.price-1__set { /* pc */
	margin-left: 35px;
	margin-bottom: 0;
	padding-top: 0;
}

.price-1__set__head { /* pc */
	font-size: 2rem;
	letter-spacing: .15em;
	margin-bottom: 22px;
}

.price-1__btn { /* pc */
	margin-top: 70px;
	margin-left: 35px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.price-1__btn--mtsm { /* pc */
	margin-top: 40px;
	margin-left: 0;
}

.price-1__bottom-price { /* pc */
	padding: 35px 0 28px;
}

.price-1__bottom-price__head { /* pc */
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .15em;
}

.price-1__bottom-price__num { /* pc */
	font-size: 4rem;
}

.set-list__item { /* pc */
	width: calc(100% / 6);
	margin-bottom: 19px;
}

.set-list__text { /* pc */
	font-size: 1.3rem;
	line-height: 1.54;
	letter-spacing: .15em;
	margin-top: 6px;
}

.hall { /* pc */
	padding: 0 43px;
}

.hall__item { /* pc */
	width: 333px;
}

.hall__image::before { /* pc */
	padding-top: 63.7%;
}

.hall__main { /* pc */
	padding: 12px 18px 22px;
}

.hall__heading { /* pc */
	letter-spacing: .15em;
	line-height: 1.67;
}

.hall__place { /* pc */
	letter-spacing: .15em;
	margin-top: 5px;
}

.hall .swiper-button-prev,
.hall .swiper-button-next { /* pc */
	top: 40%;
}

.hall .swiper { /* pc */
	overflow: visible;
}

.hall-sp-info { /* pc */
	display: none;
}

.pagehead-slide { /* pc */
	margin-bottom: 30px;
}

.pagehead-slide .swiper { /* pc */
	overflow: visible;
}

.pagehead-slide .pagehead-swiper-button-prev,
.pagehead-slide .pagehead-swiper-button-next { /* pc */
	top: 50%;
}

.pagehead-slide .pagehead-swiper-button-prev { /* pc */
	left: 50%;
	margin-left: -513px;
}

.pagehead-slide .pagehead-swiper-button-next { /* pc */
	right: 50%;
	margin-right: -513px;
}

.pagehead-slide .pagehead-swiper-pagination { /* pc */
	display: none;
}

.pagehead-slide__item { /* pc */
	width: 725px;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 30px rgba(153, 153, 153, 0.21);
	box-shadow: 0 0 30px rgba(153, 153, 153, 0.21);
}

.pagehead-slide__item::before { /* pc */
	padding-top: 59.3%;
}

.map-head__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 26px;
}

.map-pin { /* pc */
	margin: 0 -30px 8px 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
}

.map-pin::before { /* pc */
	content: none;
}

.map-pin__item { /* pc */
	margin-bottom: 0;
}

.map-over-info { /* pc */
	position: absolute;
	bottom: 23px;
	right: 65px;
	display: block;
	background: #FFFFFF;
	width: 230px;
	border-radius: 15px;
	padding: 25px 30px 30px;
	line-height: 1.53;
}

.anchor-link { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.anchor-link__item { /* pc */
	width: 31.6%;
	min-height: 62px;
}

.anchor-link__item:not(:nth-child(3n)) {
	margin-right: 2.6%;
}

.anchor-link__item::before { /* pc */
	width: 10px;
	height: 10px;
	top: 47%;
	right: 21px;
}

.anchor-link__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.anchor-link__item a:hover {
	opacity: 0.6;
}

.style-list:not(:last-child) { /* pc */
	margin-bottom: 85px;
}

.style-list__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.style-list__item:hover {
	opacity: 0.6;
}

.style-list__item:not(:last-child) {
	margin-bottom: 30px;
}

.style-list__inner { /* pc */
	position: relative;
	width: 51.9%;
	padding: 38px 50px;
}

.style-list__head { /* pc */
	display: block;
}

.style-list__image { /* pc */
	width: 48.1%;
}

.style-list__info { /* pc */
	width: 100%;
	padding: 0;
}

.style-list__info__head { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.style-list__heading { /* pc */
	font-size: 4.2rem;
	letter-spacing: .15em;
	padding-right: 22px;
	min-width: 167px;
	position: relative;
	margin-right: 30px;
}

.style-list__heading::before {
	content: "";
	width: 1px;
	height: 40px;
	display: block;
	background: #06a890;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.style-list__heading--owakare { /* pc */
	letter-spacing: 0;
	padding-right: 32px;
	margin-right: 26px;
}

.style-list__people { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
}

.style-list__people__text { /* pc */
	font-size: 1.3rem;
	margin-top: 3px;
}

.style-list__people__image { /* pc */
	width: 82px;
	margin-top: 0;
	margin-right: 10px;
}

.style-list__text { /* pc */
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 2;
	margin-top: 5px;
}

.style-list__bottom { /* pc */
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin-top: 20px;
}

.style-list__bottom::before,
.style-list__bottom::after {
	content: none;
}

.style-list__price { /* pc */
	font-size: 1.7rem;
	letter-spacing: .05em;
	margin-left: 0;
}

.style-list__price__lg { /* pc */
	font-size: 4rem;
	font-weight: 600;
	margin-left: 0.2em;
}

.style-list__price__lg2 { /* pc */
	font-size: 3rem;

}

.style-list__detail { /* pc */
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .15em;
	color: #ffffff;
	background: #06a890;
	border-radius: 10px;
	padding: 15px 0;
	position: relative;
	width: 130px;
	text-align: center;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
}

.style-list__detail::before { /* pc */
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.style-list__icon__hanasaidan{ /* pc */
	position: absolute;
    width: 25%;
    top: 6%;
    right: -5%;
}

.price-system__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price-system__item:not(:last-child) { /* pc */
	margin-bottom: 30px;
}

.price-system__image-wrap { /* pc */
	width: 37%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price-system__heading { /* pc */
	font-size: 2.6rem;
	letter-spacing: .05em;
	line-height: 1.9;
	left: 40px;
}

.price-system__heading span { /* pc */
	font-size: 1.5rem;
	letter-spacing: .05em;
	margin-top: -5px;
}

.price-system__main { /* pc */
	padding: 21px 31px;
}

.price-system__text { /* pc */
	font-size: 1.5rem;
	letter-spacing: .14em;
	line-height: 2;
	font-weight: 400;
}

.price-system__text--ls-sm { /* pc */
	letter-spacing: .05em;
}

.price-system__button { /* pc */
	max-width: 320px;
	margin-top: 15px;
}

.price-system__button a { /* pc */
	padding: 10px 0;
}

.price-system__plus-icon { /* pc */
	height: 70px;
	margin-top: -30px;
}

.price-system__plus-icon::before { /* pc */
	background: -webkit-linear-gradient(left, #2d2d2d calc(50% - 40px), transparent calc(50% - 40px), transparent calc(50% + 40px), #2d2d2d calc(50% + 40px));
	background: -o-linear-gradient(left, #2d2d2d calc(50% - 40px), transparent calc(50% - 40px), transparent calc(50% + 40px), #2d2d2d calc(50% + 40px));
	background: linear-gradient(90deg, #2d2d2d calc(50% - 40px), transparent calc(50% - 40px), transparent calc(50% + 40px), #2d2d2d calc(50% + 40px));
}

.feature-slide { /* pc */
	width: 94.2%;
	max-width: 1285px;
}

.feature-slide .swiper-button-prev,
.feature-slide .swiper-button-next { /* pc */
	top: 35%;
	display: block;
}

.feature-slide__item { /* pc */
	width: 333px;
	margin-left: 25px;
	margin-right: 25px;
}

.feature-slide__image { /* pc */
	border-radius: 10px;
}

.feature-slide__image::before { /* pc */
	padding-top: 63.7%;
}

.feature-slide__main { /* pc */
	border-radius: 10px;
	margin-top: -30px;
	width: 310px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px 28px;
}

.style-intro { /* pc */
	padding-bottom: 0;
	margin-bottom: 70px;
}

.style-intro:before { /* pc */
	width: 100vw;
	min-width: 1220px;
	height: 230px;
	bottom: auto;
	top: calc(100% - 50px);
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.style-intro { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 456px;
	margin-bottom: 80px;
}

.style-intro__main { /* pc */
	width: 450px;
}

.style-intro__heading { /* pc */
	margin-bottom: 16px;
	padding-left: 0;
	padding-bottom: 16px;
	font-size: 6rem;
	border-bottom: 1px solid #e2e2e2;
}

.style-intro__people { /* pc */
	margin-bottom: 30px;
	padding-left: 0;
}

.style-intro__price { /* pc */
	padding-left: 0;
}

.style-intro__price__num { /* pc */
	font-size: 3.6rem;
}

.style-intro__price__tax { /* pc */
	font-size: 1.5rem;
}

.style-intro__image-wrap { /* pc */
	position: absolute;
	top: 6px;
	left: calc(50% - 20px);
	width: calc(533px + 50vw - 50%);
	min-width: 703px;
}

.style-intro__image { /* pc */
	border-radius: 10px 0 0 10px;
}

.style-intro__image::before { /* pc */
	padding-top: 0;
	height: 450px;
}

.style-intro__image img { /* pc */
	height: 100%;
}

.style-intro__text { /* pc */
	padding-left: 0;
}

.price-6 { /* pc */
	margin-bottom: 63px;
	padding: 0;
}

.price-6__head { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 27px;
	padding-left: 0;
}

.price-6__heading { /* pc */
	margin-bottom: 0;
	font-size: 2.6rem;
}

.price-6__heading span { /* pc */
	font-size: 1.5rem;
}

.price-6__price { /* pc */
	margin-bottom: 0;
	padding-left: 0;
}

.price-6__price__head { /* pc */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.price-6__price__num { /* pc */
	font-size: 4rem;
}

.gallery-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-1__swiper { /* pc */
	width: 660px;
	margin: 0;
}

.gallery-1__image::before { /* pc */
	padding-top: 63.6%;
}

.gallery-1__thumb { /* pc */
	display: block;
	width: 100px;
	margin: 0;
	margin-left: 25px;
}

.gallery-1__thumb__item { /* pc */
	margin: 0 0 20px 0;
}

.gallery-1__thumb__item::before { /* pc */
	padding-top: 68%;
}

.gallery-2 { /* pc */
	width: 94.1%;
	max-width: 1285px;
}

.gallery-2__item { /* pc */
	width: 800px;
	margin-left: 15px;
	margin-right: 15px;
}

.gallery-2__image { /* pc */
	width: 100%;
	border-radius: 16px;
}

.gallery-2__image::before { /* pc */
}

.gallery-2 .swiper-button-prev,
.gallery-2 .swiper-button-next { /* pc */
	top: 49%;
}

.gallery-2 .swiper-button-prev { /* pc */
	left: 0;
}

.gallery-2 .swiper-button-next { /* pc */
	right: 0;
}

.plan-intro { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 450px;
	margin-bottom: 0px;
}

.plan-intro:before { /* pc */
	width: 100vw;
	min-width: 1220px;
	height: 230px;
	bottom: auto;
	top: calc(100% - 50px);
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.plan-intro--bg-lg:before { /* pc */
	top: calc(100% - 150px);
	height: 330px;
}

.plan-intro__main { /* pc */
	width: 450px;
}

.plan-intro__main--narrow { /* pc */
	width: 400px;
}

.plan-intro__back { /* pc */
	width: 300px;
	margin-bottom: 70px;
	padding: 0;
}

.plan-intro__heading { /* pc */
	margin-bottom: 11px;
	padding-left: 0;
	padding-bottom: 16px;
	font-size: 4rem;
}

.plan-intro__heading--lg { /* pc */
	width: 1026px;
	position: relative;
	z-index: 1;
	text-shadow: 0 0 8px #ffffff;
}

.plan-intro__image-wrap { /* pc */
	position: absolute;
	top: 0;
	left: calc(50% - 20px);
	width: calc(533px + 50vw - 50%);
	min-width: 703px;
}

.plan-intro__image { /* pc */
	border-radius: 10px 0 0 10px;
}

.plan-intro__image::before { /* pc */
	padding-top: 0;
	height: 450px;
}

.plan-intro__text { /* pc */
	padding-left: 0;
}

.price-7 { /* pc */
	min-width: 1220px;
}

.price-7__wrapper { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1026px;
}

.price-7__label { /* pc */
	display: block;
	width: 78px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price-7__label__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.3334;
	font-weight: 500;
}

.price-7__label__item:not(:last-child) {
	border-bottom: 1px solid #b8b8b8;
}

.price-7__row { /* pc */
	margin-right: -40px;
}

.price-7__row::after { /* pc */
	content: none;
}

.price-7--3col .price-7__row::after { /* pc */
	content: '';
	max-width: calc(50vw - 50% - 40px);
}

.price-7__col { /* pc */
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 40px;
	min-width: 350px;
}

.price-7__col.is-active { /* pc */
	padding-bottom: 58px;
}

.price-7__col.is-active::before { /* pc */
	border-width: 4px;
}

.price-7__col.is-active::after { /* pc */
	height: 58px;
	font-size: 2rem;
}

.price-7__head__active { /* pc */
	height: 52px;
	font-size: 2rem;
}

.price-7__head__active::after { /* pc */
	width: calc(100% - 60px);
}

.price-7__head__heading { /* pc */
	padding: 24px 0;
	font-size: 2rem;
}

.price-7__content { /* pc */
	padding: 0 0 52px;
}

.price-7__item { /* pc */
}

.price-7__item:not(:last-child) {
	border-bottom: 1px solid #b8b8b8;
}

.price-7__sp-label { /* pc */
	display: none;
}

.price-7__feature { /* pc */
	padding: 30px 30px 30px;
}

.price-7__feature__image { /* pc */
	margin-bottom: 14px;
}

.price-7__feature__image--reccomend::after { /* pc */
	top: -18px;
	right: 0;
	width: 100px;
	height: 63px;
}

.price-7__feature__text { /* pc */
	margin-bottom: 17px;
	font-size: 1.3rem;
	line-height: 1.5384;
}

.price-7__price { /* pc */
	padding: 13px 10px 18px;
}

.price-7__price__label { /* pc */
	font-size: 1.3rem;
}

.price-7__price__number { /* pc */
	font-size: 3rem;
}

.price-7__flow { /* pc */
	padding: 25px 10px 25px;
}

.price-7__text { /* pc */
	padding: 27px 10px;
	font-size: 1.3rem;
}

.price-7__text--pc-center { /* pc */
	text-align: center;
}

.price-7__detail { /* pc */
	padding: 30px 30px 25px;
}

.price-7__detail__image { /* pc */
	margin-bottom: 12px;
}

.price-7__detail__heading { /* pc */
	margin-bottom: 6px;
	font-size: 2rem;
}

.price-7__detail__text { /* pc */
	font-size: 1.3rem;
}

.price-7__set { /* pc */
	padding: 30px 40px 38px;
}

.price-7__set__item { /* pc */
	width: calc(100% / 4 - 18px);
	margin-bottom: 12px;
}

.price-7__set__item:not(:nth-of-type(4n)) { /* pc */
	margin-right: 24px;
}

.price-7__set__text { /* pc */
	font-size: 1.2rem;
}

.note-2 { /* pc */
	margin-top: 19px;
	font-size: 1.3rem;
}

.note-2--pc-lg { /* pc */
	font-size: 1.3rem;
	line-height: 1.54;
	letter-spacing: .15em;
}

.note-3 { /* pc */
	font-size: 1.3rem;
	line-height: 1.54;
	margin-top: 33px;
}

.note-3--icon { /* pc */
	padding-left: 63px;
}

.note-3--icon::before { /* pc */
	width: 44px;
	height: 40px;
	top: 5px;
}

.style-intro-2__copy { /* pc */
	padding-left: 0;
	padding-top: 120px;
	font-size: 4rem;
}

.style-intro-2__image-wrap { /* pc */
	position: absolute;
	top: 0;
	left: calc(50% - 250px);
	width: calc(763px + 50vw - 50%);
	min-width: 933px;
	margin-top: 0;
}

.style-intro-2__image::before { /* pc */
	height: 451px;
	padding-top: 0;
}

.style-intro-2__text { /* pc */
	width: 491px;
	min-height: 168px;
	margin-top: 50px;
	padding: 42px 25px 0 0;
	border-radius: 0 20px 0 0;
	letter-spacing: .05em;
	text-align: justify;
}

.flower-list-wrap-swiper { /* pc */
	padding: 0;
}

.flower-list-wrap--pc-mb { /* pc */
	margin-bottom: 60px;
}

.flower-list-wrap--type6 { /* pc */
	margin-bottom: -50px;
}

.another-flower { /* pc */
	padding: 70px 0 180px;
	margin-bottom: -100px;
}

.another-flower__lg-text { /* pc */
	font-size: 2.4rem;
	letter-spacing: .08em;
	line-height: 1.666666;
	margin-bottom: 52px;
}

.another-flower__heading { /* pc */
	text-align: left;
	padding-left: 0.4em;
	letter-spacing: .15em;
	margin-bottom: 30px;
}

.flower-list-1:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.flower-list-1 { /* pc */
	width: calc(25% - 30px * 3 / 4);
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.flower-list-1:not(:nth-child(4n)) {
	margin-right: 30px;
}

.flower-list-1:hover {
	opacity: 0.6;
}

.flower-list-1__image::before { /* pc */
	padding-top: 68.5%;
}

.flower-list-1__content { /* pc */
	padding: 11px 19px 15px;
}

.flower-list-1__heading { /* pc */
	line-height: 1.6666;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
}

.flower-list-1__text { /* pc */
	margin-top: 9px;
	line-height: 1.5384;
}

.flower-list-1__price { /* pc */
	margin-top: 8px;
	text-align: right;
}

.flower-list-1__price__label { /* pc */
	display: inline;
	font-size: 1rem;
	font-weight: 400;
	margin-right: 5px;
}

.flower-list-2 { /* pc */
	width: 280px;
}

.flower-list-2:nth-of-type(1) { /* pc */
	width: 380px;
	margin-bottom: 0;
	margin-right: 50px;
	padding: 0;
}

.flower-list-2:nth-of-type(2) { /* pc */
	margin-right: 36px;
}

.flower-list-2__image { /* pc */
	margin-bottom: 13px;
	border-radius: 10px;
}

.flower-list-2__image::before { /* pc */
	padding-top: 68%;
}

.flower-list-2:nth-of-type(1) .flower-list-2__image::before { /* pc */
	padding-top: 68.5%;
}

.flower-list-2__badge { /* pc */
	width: 65px;
	height: 65px;
	font-size: 1.5rem;
}

.flower-list-2:nth-of-type(1) .flower-list-2__badge { /* pc */
	left: 0;
	width: 77px;
	height: 77px;
	font-size: 1.8rem;
}

.flower-list-2__badge__inner span { /* pc */
	font-size: 2.5rem;
}

.flower-list-2:nth-of-type(1) .flower-list-2__badge__inner span { /* pc */
	font-size: 2.9rem;
}

.flower-list-2:nth-of-type(1) .flower-list-2__main { /* pc */
	padding: 0;
}

.flower-list-2__heading { /* pc */
	margin-bottom: 8px;
	padding-bottom: 10px;
	font-size: 2.2rem;
	letter-spacing: .15em;
}

.flower-list-2__text { /* pc */
	margin-bottom: 4px;
	font-size: 1.5rem;
	line-height: 1.6667;
}

.flower-list-2:nth-of-type(1) .flower-list-2__text { /* pc */
	margin-bottom: 4px;
}

.flower-list-2__price__head { /* pc */
	letter-spacing: .15em;
	margin-right: 2px;
}

.flower-list-2__price__num { /* pc */
	font-size: 3rem;
}

.flower-list-3 { /* pc */
	width: 30.15%;
}

.flower-list-3:not(:nth-child(3n)) { /* pc */
	margin-right: 4.775%;
}

.flower-list-3__text { /* pc */
	font-size: 1.5rem;
	letter-spacing: .15em;
	margin-top: 18px;
}

.flower-list-4 { /* pc */
	width: 30.15%;
}

.flower-list-4:not(:nth-child(3n)) { /* pc */
	margin-right: 4.775%;
}

.flower-list-4__image::before { /* pc */
	padding-top: 64.5%;
}

.flower-list-4__content { /* pc */
	padding: 13px 20px 20px;
}

.flower-list-4__heading { /* pc */
	font-size: 1.778rem;
	letter-spacing: 0.1em;
	line-height: 1.4623;
}

.flower-list-4__text { /* pc */
	letter-spacing: 0.15em;
	margin-top: 10px;
}

.flower-list-4__button { /* pc */
	margin-left: auto;
}

.flower-list-5 { /* pc */
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.flower-list-5:hover {
	opacity: 0.6;
}

.flower-list-6 { /* pc */
	width: 30.2%;
	margin-bottom: 50px;
	border-radius: 10px;
}

.flower-list-6:not(:nth-child(3n)) {
	margin-right: 4.7%;
}

.flower-list-6__image { /* pc */
	border-radius: 10px 10px 0 0;
}

.flower-list-6__image::before { /* pc */
	padding-top: 64.5%;
}

.flower-list-6__main { /* pc */
	padding: 15px 18px 20px;
	border-radius: 0 0 10px 10px;
}

.flower-list-6__heading { /* pc */
	font-size: 2rem;
	letter-spacing: .15em;
	margin-bottom: 7px;
}

.flower-list-6__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.flower-list-6__price { /* pc */
	margin-top: 2px;
	margin-bottom: 13px;
}

.flower-list-6__price__label { /* pc */
	display: inline;
	font-size: 1.2rem;
	font-weight: 400;
	margin-right: 5px;
}

.flower-list-6__price__price { /* pc */
	font-size: 2.6rem;
}

.flower-list-6__price__tax { /* pc */
	font-size: 1.2rem;
}

.flower-list-6__button { /* pc */
	max-width: 130px;
	margin-left: auto;
	margin-right: 0;
}

.flower-list-6__button span { /* pc */
	padding: 11px 0;
}

.flower-list-6__badge { /* pc */
	width: 65px;
	height: 65px;
	font-size: 1.5rem;
	padding: 13px 0;
}

.flower-list-6__badge--second { /* pc */
	left: auto;
	right: 0;
}

.flower-list-6__badge span { /* pc */
	font-size: 2.5rem;
}

.saidan-info { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -40px;
}

.saidan-info__main { /* pc */
	margin-bottom: 0;
	width: 41.9%;
}

.saidan-info__heading { /* pc */
	font-size: 3.4rem;
	letter-spacing: .15em;
	line-height: 1.3;
	padding-bottom: 13px;
	margin-bottom: 11px;
}

.saidan-info__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.saidan-info__price { /* pc */
	margin-top: 17px;
}

.saidan-info__price__label { /* pc */
	font-size: 1.5rem;
	margin-right: 10px;
}

.saidan-info__price__price { /* pc */
	font-size: 3.6rem;
	letter-spacing: .05em;
}

.saidan-info__price__tax { /* pc */
	font-size: 1.5rem;
	letter-spacing: .05em;
}

.saidan-info__detail { /* pc */
	width: 53.6%;
}

.saidan-info__detail__content { /* pc */
	margin-bottom: 40px;
}

.saidan-info__detail__content--md { /* pc */
	width: 74.5%;
}

.saidan-info__detail__content--sm { /* pc */
	width: 19.2%;
}

.saidan-info__detail__content-2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.saidan-info__detail__heading { /* pc */
	font-weight: 500;
	padding-bottom: 2px;
}

.saidan-info__style { /* pc */
	margin-top: 15px;
}

.saidan-info__color { /* pc */
	margin-top: 15px;
}

.saidan-info__size { /* pc */
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 8px;
}

.saidan-gallery-wrap { /* pc */
	margin-bottom: 55px;
}

.saidan-gallery { /* pc */
	margin-bottom: 11px;
}

.saidan-gallery__item::before { /* pc */
	padding-top: 53.6%;
}

.saidan-gallery__thumb { /* pc */
	margin-top: 8px;
}

.saidan-gallery__thumb__item { /* pc */
	width: 10.3%;
	height: 70px;
}

.saidan-gallery__thumb__item.swiper-pagination-bullet { /* pc */
}

.saidan-gallery__thumb__item.swiper-pagination-bullet:not(:last-child) {
	margin-right: .9125%;
}

.saidan-case { /* pc */
	margin-top: 70px;
	margin-bottom: -2px;
}

.saidan-case.swiper { /* pc */
	overflow: hidden;
}

.saidan-case__item { /* pc */
	border-radius: 10px;
	margin-right: 0;
}

.sp-scroll-announce__text { /* pc */
	display: none;
}

.article-list-wrap { /* pc */
	margin-bottom: 82px;
}

.article-list-wrap--mb-none { /* pc */
	margin-bottom: 0;
}

.article-list-wrap--scroll { /* pc */
	max-height: 500px;
}

.article-list__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px;
}

.article-list__cat-wrap { /* pc */
	min-width: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	margin-right: 20px;
}

.article-list__cat { /* pc */
	padding: 5px 10px;
	font-size: 1.5rem;
	white-space: nowrap;
}

.pager__item { /* pc */
	margin: 0 7px;
	padding: 8px 8px;
	font-size: 1.5rem;
}

.pager__dots { /* pc */
	top: 12px;
	margin-left: 8px;
	font-size: 1.5rem;
}

.pager__text { /* pc */
	margin-top: 15px;
	font-size: 1.3rem;
}

.info-article { /* pc */
	margin-bottom: 75px;
	letter-spacing: .1em;
}

.info-article figure { /* pc */
	margin-bottom: 30px;
}

.info-article-date { /* pc */
	margin-bottom: 26px;
	letter-spacing: .12em;
	font-weight: 300;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.voice-list-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
}

.voice-list { /* pc */
	width: calc(100% / 3 - 30px);
}

.voice-list:not(:nth-of-type(3n)) {
	margin-right: 45px;
}

.voice-list__image { /* pc */
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
}

.voice-list__image::before { /* pc */
	padding-top: 64%;
}

.voice-list__tags { /* pc */
	margin-bottom: 5px;
}

.voice-list__tags__item { /* pc */
	margin: 0 9px 9px 0;
	padding: 3px 10px;
	font-size: 1.5rem;
}

.voice-list__title { /* pc */
	line-height: 1.5385;
	letter-spacing: .15em;
}

.article-tag { /* pc */
	margin-bottom: 15px;
}

.article-tag__item { /* pc */
	margin: 0 9px 9px 0;
	padding: 3px 10px;
	font-size: 1.5rem;
}

.voice-article { /* pc */
	margin-bottom: 50px;
	letter-spacing: .1em;
}

.voice-article figure { /* pc */
	margin-bottom: 30px;
}

.voice-article figure img { /* pc */
	border-radius: 10px;
}

.voice-article__2col { /* pc */
	width: calc(50% - 20px);
}

.voice-article__2col:nth-of-type(odd):not(:last-child) {
	margin-right: 40px;
}

.interview-list-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.interview-list { /* pc */
	width: calc(100% / 3 - 30px);
	margin-bottom: 48px;
}

.interview-list:not(:nth-of-type(3n)) {
	margin-right: 45px;
}

.interview-list__image { /* pc */
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
}

.interview-list__image::before { /* pc */
	padding-top: 64%;
}

.interview-list__title { /* pc */
	font-size: 1.778rem;
	line-height: 1.4623;
}

.interview-list__name { /* pc */
	font-size: 1.3rem;
	letter-spacing: .15em;
}

.interview-title { /* pc */
	font-size: 4rem;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: 50px;
}

.interview-image { /* pc */
	border-radius: 16px;
	margin-bottom: 52px;
}

.interview-overview { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.interview-overview__main { /* pc */
	margin-bottom: 0;
	width: 63.4%;
}

.interview-overview__heading { /* pc */
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.5;
	padding-bottom: 15px;
	margin-bottom: 12px;
}

.interview-overview__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.interview-overview__detail { /* pc */
	border-radius: 10px;
	width: 31.2%;
	padding: 20px 28px 35px;
	margin-top: 8px;
}

.interview-overview__detail__table th { /* pc */
	min-width: 85px;
}

.interview-overview__detail__note a { /* pc */
}

.interview-overview__detail__note a:hover::before {
	content: none;
}

.form-flow { /* pc */
	padding: 7px 0 50px;
}

.form-flow__item:not(:last-child) { /* pc */
	margin-right: 150px;
}

.form-flow__item:not(:last-child)::before { /* pc */
	width: 200px;
	top: 34px;
}

.form-flow__item span { /* pc */
	width: 67px;
	height: 67px;
	font-size: 3rem;
	margin-bottom: 12px;
}

.form { /* pc */
	padding: 0 0;
}

.form__item { /* pc */
	padding: 40px 0 40px;
}

.form__item--pc-flex { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__item--pc-flex .form__label { /* pc */
	width: 182px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form__item--pc-flex .form__content { /* pc */
	width: calc(100% - 172px);
}

.form__item--confirm-flex { /* pc */
	padding: 30px 0 34px;
}

.form__item--confirm-flex:first-child { /* pc */
	padding-top: 40px;
}

.form__item--confirm { /* pc */
	padding: 30px 0 34px;
}

.form__label { /* pc */
	font-size: 1.5rem;
	margin-bottom: 0;
	line-height: 1.67;
}

.form__must { /* pc */
	font-size: 1.3rem;
	margin-left: 5px;
}

.form__comment { /* pc */
	font-size: 1.5rem;
}
.form__comment2 { /* pc */
	font-size: 1.5rem;
}
.form__comment3 { /* pc */
	font-size: 1.5rem;
	margin-left: 25px;
	
}
.input_tel { /* pc */
	margin-bottom: 10px;
}
.input_radio { /* pc */
	margin-left: 25px;
}

.form__error { /* pc */
	font-size: 1.3rem;
	margin: 0;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
}

.form__content--checkbox--center .form__error {
	position: static;
	bottom: auto;
	left: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.form__content { /* pc */
	position: relative;
}

.form__content--checkbox .checkbox { /* pc */
}

.form__terms { /* pc */
	height: 190px;
	line-height: 1.54;
	padding: 25px 30px;
	margin: 15px 0 20px;
}

.form__terms p:not(:last-child) { /* pc */
	margin-bottom: 1.54em;
}

.form__checkbox-text { /* pc */
	font-size: 1.5rem;
	cursor: pointer;
}

.form__button { /* pc */
	max-width: 356px;
	margin: 35px auto 0;
}

.form__button--confirm { /* pc */
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px auto 10px;
}

.form__button--confirm button { /* pc */
	max-width: 356px;
}

.form__button--confirm button:not(:last-child) { /* pc */
	margin-bottom: 0;
	margin-right: 80px;
}

.form__confirm { /* pc */
	line-height: 2;
}

.form__unit { /* pc */
	margin-right: 1em;
	margin-left: .3em;
}

.form__unit-before { /* pc */
	margin-right: .3em;
}

.input,
.textarea,
.select { /* pc */
	font-size: 1.5rem;
}

.input,
.select { /* pc */
	width: 350px;
	height: 35px;
	padding: 0 15px;
}

.input--pc-sm,
.select--pc-sm { /* pc */
	width: 150px;
}

.input--pc-lg,
.select--pc-lg { /* pc */
	width: 530px;
}

.input--year,
.select--year { /* pc */
	width: 7em;
}

.input--date,
.select--date { /* pc */
	width: calc(4em + 17px);
	padding-right: 17px;
}

.textarea { /* pc */
	padding: 15px;
	width: 700px;
	height: 200px;
}

.form-finish { /* pc */
	font-size: 1.5rem;
	line-height: 2;
	padding: 37px 0 0;
}

.interview-article { /* pc */
	letter-spacing: 0.12em;
	font-size: 1.6rem;
}

.interview-article h2 { /* pc */
	margin-bottom: 22px;
	font-size: 2.6rem;
	font-weight: 500;
	padding-left: 23px;
}

.interview-article h2::before { /* pc */
	height: 30px;
}

.interview-article h3 { /* pc */
	font-weight: 500;
	margin-bottom: 26px;
}

.interview-article p { /* pc */
	margin-bottom: 30px;
}

.interview-article figure img { /* pc */
	border-radius: 10px;
}

.interview-article__section:not(:last-child) { /* pc */
	margin-bottom: 55px;
}

.interview-article__2col { /* pc */
	width: calc(50% - 20px);
}

.interview-article__2col:nth-of-type(odd) {
	margin-right: 40px;
}

.column-head-info { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
}

.column-date { /* pc */
	margin-bottom: 26px;
	letter-spacing: .12em;
	font-weight: 300;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.column-date--pc-mb0 { /* pc */
	margin-bottom: 0;
}

.column-date--pc-mt { /* pc */
	margin-top: 11px;
}

.column-head { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column-head--reverse { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.column-head__text { /* pc */
	letter-spacing: 0.09em;
	width: 39%;
}

.column-head__text__note { /* pc */
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 1.54;
	margin-top: -12px;
}

.column-head__image { /* pc */
	margin-bottom: 0;
	width: 53.5%;
}

.column-head__image img { /* pc */
	border-radius: 10px;
}

.column-toc { /* pc */
	margin-top: 65px;
	margin-bottom: 78px;
	border-radius: 10px;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column-toc__title { /* pc */
	width: 23%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.column-toc__title::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 1px;
	height: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #06a890;
}

.column-toc__list { /* pc */
	margin-top: 0;
	width: 71%;
}

.column-toc__item { /* pc */
	margin-left: inherit;
	text-indent: inherit;
}

.column-toc__item:not(:last-child) {
	margin-bottom: 19px;
}

.column-toc__item a { /* pc */
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5;
}

.column-toc__item a:hover {
	text-decoration: none;
}

.column-toc__num-list { /* pc */
	margin-top: 0;
	width: 71%;
}

.column-toc__num-list__item { /* pc */
}

.column-toc__num-list__item:not(:last-child) {
	margin-bottom: 19px;
}

.column-toc__num-list__item a { /* pc */
	font-size: 1.5rem;
	line-height: 1.5;
}

.column-toc__num-list__item a:hover {
	text-decoration: none;
}

.column-section { /* pc */
	letter-spacing: 0.075em;
}

.column-section:not(:last-child) { /* pc */
	margin-bottom: 65px;
}

.column-section h2 { /* pc */
	margin-bottom: 25px;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding-left: 22px;
}

.column-section h2::before { /* pc */
	height: 30px;
}

.column-section figure { /* pc */
	width: 490px;
	margin-bottom: 27px;
}

.lg-image img { /* pc */
	border-radius: 16px;
}

.author { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 38px 30px;
	border-radius: 10px;
	margin-bottom: 80px;
}

.author__heading { /* pc */
	width: 21%;
	border-right: 1px solid #06a890;
	padding-left: 10px;
}

.author__main { /* pc */
	margin-top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 74%;
}

.author__image { /* pc */
	margin-top: 0;
	margin-right: 40px;
}

.author__image img { /* pc */
	width: 120px;
	height: 120px;
	border-radius: 10px;
}

.author__name { /* pc */
	margin-top: 13px;
	font-size: 1.5rem;
}

.author__name span {
	font-size: 1.3rem;
}

.column-links-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column-links-1__item { /* pc */
	border-radius: 10px;
	width: calc(100% / 2 - 20px);
	margin-bottom: 29px;
}

.column-links-1__item a { /* pc */
	height: 100%;
}

.column-links-1__image { /* pc */
	width: 30.4%;
}

.column-links-1__text { /* pc */
	padding: 8px 22px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: .15em;
}

.column-links-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -43px;
}

.column-links-2__item { /* pc */
	border-radius: 10px;
	width: calc(100% / 2 - 20px);
	margin-bottom: 43px;
}

.column-links-2__item a { /* pc */
	height: 100%;
	padding: 14px 26px;
}

.column-links-2__tag { /* pc */
	margin-bottom: 0;
}

.column-links-2__text { /* pc */
	margin-top: 3px;
	line-height: 1.7333;
	letter-spacing: 0.1em;
}

.column-links-3 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.column-links-3__item { /* pc */
	width: 30.2%;
	font-size: 1.8rem;
	line-height: 1.78;
	text-align: left;
	border-radius: 10px;
}

.column-links-3__item:not(:nth-child(3n)) {
	margin-right: 4.7%;
}

.column-links-3__item a { /* pc */
	padding: 18px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.column-links-3__item a:hover {
	opacity: .6;
}

.column-links-4 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -41px;
}

.column-links-4__item { /* pc */
	border-radius: 10px;
	width: calc(100% / 2 - 20px);
	margin-bottom: 41px;
	padding: 27px 16px 57px 28px;
}

.column-links-4__item a { /* pc */
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.column-links-4__item a:hover {
	opacity: 0.6;
}

.column-links-4__image { /* pc */
	width: 38%;
}

.column-links-4__image img { /* pc */
	border-radius: 10px;
}

.column-links-4__main { /* pc */
	width: 55.5%;
}

.column-links-4__tag { /* pc */
	margin-bottom: 0;
}

.column-links-4__heading { /* pc */
	margin-top: 3px;
	font-size: 2rem;
	line-height: 1.5;
}

.column-links-4__text { /* pc */
	bottom: 26px;
	right: 28px;
	line-height: 1.7333;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.report-list-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
}

.report-list { /* pc */
	width: calc(100% / 3 - 30px);
	margin-bottom: 48px;
}

.report-list:not(:nth-of-type(3n)) {
	margin-right: 45px;
}

.report-list__image { /* pc */
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
}

.report-list__image::before { /* pc */
	padding-top: 64%;
}

.report-list__tags { /* pc */
	margin-bottom: 5px;
}

.report-list__tags__item { /* pc */
	margin: 0 9px 9px 0;
	padding: 3px 10px;
	font-size: 1.5rem;
}

.report-list__title { /* pc */
	font-size: 1.3rem;
	line-height: 1.5385;
	letter-spacing: .15em;
}

.column-list-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.column-list { /* pc */
	width: calc(100% / 2 - 20px);
	padding: 40px 40px 35px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.column-list:not(:nth-of-type(2n)) {
	margin-right: 40px;
}

.column-list__inner { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.column-list__inner:hover {
	opacity: 0.6;
}

.column-list__link { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 20px 40px 20px 20px;
	font-size: 1.5rem;
}

.column-list__link:not(span):hover {
	opacity: 0.6;
}

.column-list__link::after { /* pc */
	right: 22px;
	width: 12px;
	height: 12px;
	border-width: 2px;
}

.column-list__item--lg .column-list__link { /* pc */
	padding: 21px 40px 21px 20px;
	font-size: 2rem;
}

.consult-1__list { /* pc */
	margin-bottom: 63px;
}

.consult-1__2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.consult-1__2col__item { /* pc */
	width: calc(50% - 20px);
}

.consult-1__2col__item:nth-of-type(odd) {
	margin-right: 40px;
}

.consult-1__image { /* pc */
	border-radius: 10px;
}

.consult-1__text { /* pc */
	padding: 56px 0 20px;
	text-align: center;
}

.consult-1__fig { /* pc */
	width: 64.5%;
}

.list-1 { /* pc */
	padding: 26px;
	border-radius: 10px;
}

.list-1__item { /* pc */
	padding-left: 35px;
}

.list-1__item:not(:last-of-type) { /* pc */
	margin-bottom: 15px;
}

.list-1__item::before { /* pc */
	left: 4px;
	width: 20px;
	height: 20px;
}

.list-2 { /* pc */
	margin-bottom: 35px;
}

.list-2--mb0 { /* pc */
	margin-bottom: 0;
}

.list-2--sm { /* pc */
	margin: 0 auto;
	max-width: 677px;
	border-radius: 10px;
	margin-bottom: 0;
	padding: 27px 29px 33px;
}

.list-2--sm .list-2__item { /* pc */
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.list-2--sm .list-2__item:not(:last-of-type) {
	margin-bottom: 11px;
}

.list-3 { /* pc */
	padding: 28px;
	border-radius: 10px;
}

.list-3__item:not(:last-of-type) { /* pc */
	margin-bottom: 15px;
}

.list-3__item::before { /* pc */
	letter-spacing: 1em;
}

.check-list { /* pc */
	padding: 0;
}

.check-list__item:not(:last-child) { /* pc */
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e2e2e2;
}

.check-list__heading { /* pc */
	margin-bottom: 17px;
	padding-left: 35px;
	font-size: 1.8rem;
	letter-spacing: .1em;
}

.check-list__heading::before { /* pc */
	top: 3px;
	left: 0;
	width: 22px;
	height: 22px;
}

.check-list__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.access__item:not(:last-of-type) { /* pc */
	margin-bottom: 75px;
}

.access__wrapper { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.access__main { /* pc */
	width: 498px;
}

.access__image { /* pc */
	margin-bottom: 14px;
}

.access__image__item { /* pc */
	width: calc(50% - 15px);
}

.access__image__item:nth-of-type(odd) { /* pc */
	margin-right: 30px;
}

.access__image img { /* pc */
	border-radius: 10px;
}

.access__image figcaption { /* pc */
	margin-top: 15px;
}

.access__info__wrap { /* pc */
	font-size: 1.5rem;
}

.access__info__heading { /* pc */
	width: 75px;
}

.access__info__text { /* pc */
	width: calc(100% - 75px);
}

.access__map { /* pc */
	width: calc(100% - 528px);
	margin-top: 0;
}

.access__map::before { /* pc */
	padding-top: 86%;
}

.text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.15em;
}

.text--lg { /* pc */
	letter-spacing: 0.15em;
	line-height: 1.5;
	font-size: 4rem;
}

.text--mb { /* pc */
	margin-bottom: 30px;
}

.text--pc-center { /* pc */
	text-align: center;
}

.text-sm { /* pc */
	font-size: 1.3rem;
}

.flow-2__lead { /* pc */
	letter-spacing: 0.15em;
	margin-bottom: 33px;
}

.flow-2__content { /* pc */
	overflow-x: visible;
	margin-top: 33px;
	width: 100%;
	padding-left: 0;
}

.flow-2__list { /* pc */
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -45px;
}

.flow-2__list--pc-3col { /* pc */
}

.flow-2__list--pc-3col .flow-2__list__item:not(:nth-child(3n)) {
	margin-right: 4.7%;
}

.flow-2__list--pc-3col .flow-2__list__item:not(:nth-child(3n)) .flow-2__image::before {
	content: "";
}

.flow-2__list--pc-4col { /* pc */
}

.flow-2__list--pc-4col .flow-2__list__item {
	width: 22.8%;
}

.flow-2__list--pc-4col .flow-2__list__item:not(:nth-child(4n)) {
	margin-right: 2.93%;
}

.flow-2__list--pc-4col .flow-2__list__item:not(:nth-child(4n)) .flow-2__image::before {
	content: "";
	border-left-width: 15px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	left: calc(100% + 8px);
}

.flow-2__list a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.flow-2__list a:hover {
	opacity: .7;
}

.flow-2__list__item { /* pc */
	width: 30.2%;
	margin-bottom: 45px;
}

.flow-2__list__item .flow-2__image {
	position: relative;
}

.flow-2__list__item .flow-2__image::before {
	width: 0;
	height: 0;
	display: block;
	border-left: 20px solid #b8b8b8;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: calc(100% + 15px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow-2__list__item .flow-2__image--arrow-none::before {
	display: none;
}

.flow-2__image::after { /* pc */
	padding-top: 64.5%;
}

.flow-2__image img { /* pc */
	border-radius: 10px;
}

.flow-2__text { /* pc */
	letter-spacing: 0.1em;
	margin-top: 8px;
}

.flow-2__text--ls-sm {
	letter-spacing: .05em;
}

.flow-2__note { /* pc */
	font-size: 1.3rem;
	letter-spacing: 0.075em;
	line-height: 1.54;
	margin-top: 30px;
}

.flow-3-wrap { /* pc */
	overflow-x: visible;
	width: 100%;
}

.flow-3 { /* pc */
	width: 1026px;
	margin: 0;
}

.flow-3__head { /* pc */
	margin-left: 106px;
}

.flow-3__head::before { /* pc */
	width: 106px;
}

.flow-3__head__item { /* pc */
	width: 306px;
	padding: 15px 0;
	font-size: 2rem;
}

.flow-3__row:first-child .flow-3__row__item { /* pc */
	width: 920px;
}

.flow-3__row:first-child .flow-3__row__item:nth-of-type(odd) {
	background: #ffffff;
}

.flow-3__row:not(:last-child) .flow-3__row__head { /* pc */
	padding-bottom: 55px;
}

.flow-3__row:not(:last-child) .flow-3__row__head span::before { /* pc */
	border-width: 20px;
	top: calc(100% + 40px);
}

.flow-3__row__head { /* pc */
	font-size: 2rem;
	width: 106px;
	padding-bottom: 0;
}

.flow-3__row__item { /* pc */
	width: calc((100% - 106px) / 3);
	padding: 23px 30px;
}

.flow-3__row__heading { /* pc */
	font-size: 2rem;
	margin-bottom: 9px;
}

.flow-3__row__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.report:not(:last-child) { /* pc */
	margin-bottom: 70px;
}

.report { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.report--image-right { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.report__heading { /* pc */
	font-size: 3.2rem;
	line-height: 1.6666;
	letter-spacing: 0.15em;
	margin-bottom: 25px;
}

.report__image { /* pc */
	width: 48%;
	margin-top: 5px;
}

.report__image img { /* pc */
	border-radius: 10px;
}

.report__main { /* pc */
	margin-top: 0;
	width: 48%;
	font-size: 1.6rem;
}

.report__main--wide {
	width: 100%;
}

.report-sm { /* pc */
	margin-top: 80px;
}

.report-sm__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.report-sm__item { /* pc */
	width: calc(33.333% - 47px * 2 / 3);
}

.report-sm__item:not(:nth-child(3n)) {
	margin-right: 47px;
}

.report-sm__image img { /* pc */
	border-radius: 10px;
}

.faq__item { /* pc */
	padding: 25px 0 23px;
}

.faq__question { /* pc */
	font-size: 1.778rem;
	letter-spacing: .1em;
	margin-bottom: 16px;
}

.faq__question::before { /* pc */
	margin-right: 10px;
}

.faq__answer { /* pc */
	letter-spacing: .15em;
}

.faq__answer::before { /* pc */
	font-size: 1.778rem;
	margin-top: 2px;
}

.report-head { /* pc */
	padding-bottom: 80px;
}

.report-head::before { /* pc */
	min-width: 1220px;
	height: calc(100% - 350px);
}

.report-head__image { /* pc */
	margin-bottom: 70px;
	border-radius: 16px;
}

.report-head__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.report-head__text { /* pc */
	font-size: 1.5rem;
	letter-spacing: .1em;
	line-height: 2;
	margin-bottom: 0;
	width: 58.5%;
}

.report-head__info { /* pc */
	width: 39%;
	margin-top: 9px;
}

.report-head__tag { /* pc */
	margin-right: -12px;
	margin-bottom: 25px;
}

.report-head__tag__item { /* pc */
	font-size: 1.5rem;
	padding: 7px 10px;
	margin-right: 12px;
}

.report-head__detail { /* pc */
	padding: 25px 28px 17px;
}

.report-head__detail__table th { /* pc */
	padding-right: 25px;
}

.hall-info { /* pc */
	padding: 0 0 75px;
}

.hall-info__heading-1 { /* pc */
	font-size: 2.4rem;
	letter-spacing: .15em;
	line-height: 1.67;
	padding-left: 0;
	margin-bottom: 23px;
}

.hall-info__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hall-info__left { /* pc */
	width: 56.7%;
}

.hall-info__right { /* pc */
	width: 40.4%;
}

.hall-info__images-wrap { /* pc */
	margin-bottom: 22px;
}

.hall-info__tag { /* pc */
	margin-bottom: 17px;
}

.hall-info__tag__item { /* pc */
	font-size: 1.2rem;
	border-radius: 5px;
	padding: 6px 8px;
}

.hall-info__main { /* pc */
	margin-bottom: 28px;
}

.hall-info__text { /* pc */
	letter-spacing: .15em;
	text-align: left;
}

.hall-info__note { /* pc */
	font-size: 1.3rem;
	line-height: 1.54;
	margin-top: 17px;
}

.hall-info__heading-2 { /* pc */
	font-size: 2rem;
	letter-spacing: .15em;
	margin-bottom: 20px;
}

.hall-info__basic { /* pc */
	margin-bottom: 0;
}

.hall-info__basic__table th { /* pc */
	min-width: 98px;
}

.hall-info__basic__table td::before { /* pc */
	margin-right: 0;
}

.hall-info__basic__table td a { /* pc */
}

.hall-info__basic__table td a:hover {
	text-decoration: none;
}

.hall-info__hall__table-wrap { /* pc */
	width: 100%;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.hall-info__hall__table { /* pc */
	margin: 0;
}

.hall-info__hall__table tbody td:nth-child(3) { /* pc */
	padding: 11px 14px 11px 6px;
}

.hall-info__thumb { /* pc */
	margin-top: 10px;
}

.link-list-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -32px;
}

.link-list-1__item { /* pc */
	width: calc(100% / 3);
	margin-bottom: 32px;
}

.link-list-1__item::before { /* pc */
	top: 8px;
}

.link-list-1__item a { /* pc */
	font-size: 1.5rem;
}

.link-list-1__item a:hover {
	text-decoration: none;
}

.link-list-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.link-list-2__item { /* pc */
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 30.2%;
	margin-bottom: 30px;
}

.link-list-2__item:not(:nth-child(3n)) {
	margin-right: 4.7%;
}

.link-list-2__item a { /* pc */
	display: block;
}

.link-list-2__image { /* pc */
	width: 100%;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
}

.link-list-2__image img {
	border-radius: 10px;
}

.link-list-2__image::before { /* pc */
	padding-top: 64.4%;
}

.link-list-2__text { /* pc */
	display: block;
	text-align: center;
	margin-top: 9px;
	padding-left: 0;
}

.link-list-2-2 { /* pc */
	margin-bottom: -30px;
}

.link-list-2-2__item:not(:nth-child(2n)) { /* pc */
	margin-right: 0;
}

.link-list-2-2__item { /* pc */
	width: 30.2%;
	margin-bottom: 30px;
}

.link-list-2-2__item:not(:nth-child(3n)) {
	margin-right: 4.7%;
}

.link-list-2-2__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
}

.link-list-2-2__item a:hover {
	opacity: 0.6;
}

.link-list-2-2__image img { /* pc */
	border-radius: 10px;
}

.link-list-2-2__image::before { /* pc */
	padding-top: 64.4%;
}

.link-list-2-2__text { /* pc */
	margin-top: 9px;
}

.link-list-3 { /* pc */
	margin-bottom: -40px;
}

.link-list-3--mb { /* pc */
	margin-bottom: 50px;
}

.link-list-3__item { /* pc */
	width: calc(50% - 40px / 2);
	margin-bottom: 40px;
	border-radius: 10px;
}

.link-list-3__item:nth-child(2n-1) {
	margin-right: 40px;
}

.link-list-3__item--center { /* pc */
	margin-left: auto;
	margin-right: auto;
}

.link-list-3__item--center:nth-child(2n-1) {
	margin-right: auto;
}

.link-list-3__image::before { /* pc */
	padding-top: 65%;
}

.link-list-3__image img { /* pc */
	border-radius: 10px 10px 0 0;
}

.link-list-3__main { /* pc */
	padding: 23px 28px 32px;
}

.link-list-3__main--sm { /* pc */
	padding: 23px 28px 32px;
}

.link-list-3__main--pbsm { /* pc */
	padding-bottom: 25px;
}

.link-list-3__heading-1 { /* pc */
	padding-bottom: 13px;
	font-size: 2.6rem;
	letter-spacing: 0.07em;
}

.link-list-3__heading-1--noborder { /* pc */
	padding-bottom: 0;
}

.link-list-3__heading-2__number { /* pc */
	width: 37px;
	padding-left: 0;
}

.link-list-3__heading-2__text { /* pc */
	padding-left: 22px;
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.link-list-3__text { /* pc */
	margin-top: 13px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.15em;
}

.link-list-4__item { /* pc */
	border-radius: 10px;
	width: 22.8%;
	min-height: auto;
	padding: 30px 30px 25px;
	display: block;
}

.link-list-4__item:not(:nth-child(4n)) {
	margin-right: 2.9%;
}

.link-list-4__heading { /* pc */
	font-size: 1.8rem;
	letter-spacing: .15em;
	border-color: #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.link-list-4__heading--border-green { /* pc */
	border-color: #06a890;
}

.link-list-4__text { /* pc */
	font-size: 1.3rem;
	line-height: 1.54;
	color: #2d2d2d;
	margin: 0 -1em;
}

.link-list-4__text--emergency { /* pc */
	margin: 0;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: .15em;
}

.feature-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feature-1--3col .feature-1__item { /* pc */
	width: 30.1%;
}

.feature-1--3col .feature-1__item:not(:nth-child(3n)) {
	margin-right: 4.85%;
}

.feature-1--4col .feature-1__item { /* pc */
	width: 22.8%;
}

.feature-1--4col .feature-1__item:not(:nth-child(4n)) {
	margin-right: 2.9%;
}

.feature-1__image { /* pc */
	border-radius: 10px;
}

.feature-1__text { /* pc */
	margin-top: 10px;
}

.feature-1__note { /* pc */
	font-size: 1.3rem;
	letter-spacing: .1em;
}

.case { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.case:hover {
	opacity: .8;
}

.case__image { /* pc */
	width: 39%;
	border-radius: 10px;
}

.case__main { /* pc */
	margin-top: -7px;
	width: 56%;
}

.case__heading { /* pc */
	font-size: 2rem;
	letter-spacing: .15em;
	line-height: 1.6;
	margin-bottom: 22px;
}

.case__text { /* pc */
	letter-spacing: .075em;
}

.covid19-plan { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.covid19-plan__heading { /* pc */
	line-height: 1.25;
	padding-bottom: 18px;
	margin-bottom: 12px;
}

.covid19-plan__main { /* pc */
	width: 54.6%;
	border-radius: 10px;
	padding: 25px 30px;
}

.covid19-plan__list { /* pc */
	font-size: 1.5rem;
	line-height: 2;
}

.covid19-plan__price { /* pc */
	margin-top: 15px;
}

.covid19-plan__price__label { /* pc */
	font-size: 1.5rem;
	margin-right: 12px;
}

.covid19-plan__price__num { /* pc */
	font-size: 3.6rem;
}

.covid19-plan__price__tax { /* pc */
	font-size: 1.5rem;
}

.covid19-plan__note { /* pc */
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 1.54;
	width: 42.5%;
	margin-top: -5px;
}

.covid19-plan__note li:not(:last-child) { /* pc */
	margin-bottom: 10px;
}

.covid19-plan__text { /* pc */
	width: 42.5%;
}

.sitemap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.sitemap__col { /* pc */
	width: 30%;
}

.sitemap__block-2 { /* pc */
	margin-top: 69px;
}

.sitemap__block-3 { /* pc */
	margin-top: 69px;
}

.sitemap__item { /* pc */
	margin-bottom: 67px;
}

.sitemap__link-1 { /* pc */
	padding-left: 24px;
}

.sitemap__link-1 { /* pc */
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.6666;
}

.sitemap__children { /* pc */
	margin-top: 16px;
	margin-left: 24px;
}

.sitemap__child:not(:last-child) { /* pc */
	margin-bottom: 5px;
}

.document { /* pc */
	letter-spacing: .15em;
	line-height: 2;
}

.document:not(:last-child) { /* pc */
	margin-bottom: 85px;
}

.document__contact { /* pc */
	margin-top: 30px;
}

.document__box { /* pc */
	max-width: 500px;
	font-size: 1.5rem;
	padding: 15px 25px;
}

.document p:not(:last-child) { /* pc */
	margin-bottom: 30px;
}

.text-link { /* pc */
}

.text-link:hover {
	text-decoration: none;
}

.movies { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.movies__item { /* pc */
	width: 46.8%;
}

.movies__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.green-list { /* pc */
	border-radius: 10px;
	padding: 20px 30px 22px;
}

.green-list li { /* pc */
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.88;
	text-indent: -3.2em;
	padding-left: 3.2em;
}

.green-list li:not(:last-child) { /* pc */
	margin-bottom: 14px;
}

.green-list li::before { /* pc */
	font-size: 1.8rem;
	margin-right: 2.1em;
	vertical-align: middle;
}

.green-list li span::before { /* pc */
	top: 5px;
	left: -1.4em;
}

.support { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.support__main { /* pc */
	width: 48.1%;
	margin-bottom: 0;
}

.support__image { /* pc */
	width: 48.1%;
	border-radius: 10px;
}

.support__text { /* pc */
	font-weight: 500;
	line-height: 2;
}

.first-point__item { /* pc */
	width: 219px;
	height: 219px;
	font-size: 2.2rem;
	line-height: 1.64;
	margin: 0 25px;
}

.first-point__item:nth-child(2) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.first-point__item:nth-child(3) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.first-point__item--sm { /* pc */
	letter-spacing: .05em;
}

.first-point__item__inner span { /* pc */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff373));
	background: -webkit-linear-gradient(transparent 75%, #fff373 75%);
	background: -o-linear-gradient(transparent 75%, #fff373 75%);
	background: linear-gradient(transparent 75%, #fff373 75%);
}

.service-detail__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-detail__item { /* pc */
	width: 21.3%;
}

.service-detail__item:not(:nth-child(4n)) {
	margin-right: 4.9%;
}

.service-detail__image { /* pc */
	width: 100%;
	margin-bottom: 11px;
}

.service-detail__text__sm { /* pc */
}

.pickup { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pickup__item { /* pc */
	width: 22.8%;
}

.pickup__item:not(:nth-child(4n)) {
	margin-right: 2.933%;
}

.pickup__image { /* pc */
	border-radius: 10px;
	margin-top: -2px;
	margin-bottom: 13px;
}

.pickup__image::before { /* pc */
	padding-top: 68.4%;
}

.pickup__title { /* pc */
	font-size: 1.7rem;
	line-height: 1.53;
	letter-spacing: .075em;
}

.pickup__text { /* pc */
	line-height: 1.54;
	letter-spacing: .1em;
	padding-top: 10px;
	margin-top: 10px;
}

.point { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.point__item { /* pc */
	width: 30%;
}

.point__item:not(:nth-child(3n)) {
	margin-right: 5%;
}

.point__head { /* pc */
	font-size: 1.8rem;
	line-height: 2.2222;
	margin-bottom: 13px;
}

.point__text { /* pc */
	line-height: 2;
}

.free-dial { /* pc */
	margin: 58px auto 0;
	padding: 22px 80px 32px;
	border-radius: 10px;
	border-width: 6px;
	max-width: 925px;
}

.free-dial__text { /* pc */
	font-size: 2rem;
	line-height: 2;
}

.free-dial__inner { /* pc */
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.free-dial__number { /* pc */
	font-size: 4.8rem;
	margin-right: 16px;
	letter-spacing: 0.1em;
	pointer-events: none;
	background: none;
	color: #d80e25;
	padding: 0;
}

.free-dial__note-wrap { /* pc */
	margin-top: 0;
}

.free-dial__note { /* pc */
	width: auto;
	font-size: 2rem;
	padding: 10px 18px;
	border-radius: 10px;
}

.emergency-caution { /* pc */
	margin-right: auto;
	margin-left: auto;
	padding: 22px 0 32px;
	border-radius: 10px;
	border-width: 6px;
	max-width: 925px;
}

.emergency-caution__heading { /* pc */
	padding-left: 0;
	font-size: 2rem;
	line-height: 2;
	text-align: center;
}

.emergency-caution__heading::before { /* pc */
	width: 60px;
	height: 53px;
	top: 15px;
	left: 66px;
}

.emergency-caution__text { /* pc */
	margin-top: 5px;
	text-align: center;
}

}

/* form-bannar */

a.request-link:hover{
 opacity: 0.6
}

#form_top_bannar{
	position: relative;
	background-size: cover;
	min-width: 1026px;
	justify-content: space-between;
	font-size: 18px;
	padding: 0 5px;
	background-image: url(../img/formtop-bannar-bg.webp);
}

#form_top_bannar .form-bannar_pamph{
	width: 201px;
	font-size: 10px;
}

#form_top_bannar .bannar_mid .item p{
	font-size: 18px;
}

#form_top_bannar .bannar_left{
	width: 50%;
}

#form_top_bannar .fukidashi{
	width: 270px;
}

#form_top_bannar .bannar_left .bannar_left_letter p span{
	font-size: 28px;
}

#form_top_bannar .bannar_left_letter{
	margin-bottom: 1rem;
	letter-spacing: 0.08em;
}

#form_top_bannar .bannar-right img:last-child{
	width: 294px;
}

#form_top_bannar .bannar-right .plus {
	right: 30%;
	bottom: 29%;
}

/* TOP new-area-sec */
#new-area-sec a:hover{
	opacity: 0.6;
}

#new-area-sec .heading-4 {
    padding-top: 13px;
}

.new-area-sec__inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.new-area-sec__inner .new-area-sec__list{
	position: relative;
	width: 32%;
	padding: 26px 30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 12.1389px;
}

.new-area-sec__inner .new-area-sec__list .kansai-link{
	position: absolute;
	bottom: 5%;
	right: 8%;
	color: #06A890;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
}

.new-area-sec__inner .new-area-sec__list .kansai-link:after{
	content: "";
	display: inline-block;
	border-top: 1px solid #06A890;
	border-right: 1px solid #06A890;
	width: 7.95px;
	height: 7.95px;
	transform: rotate(45deg);
	margin: 0 -8px 2px 10px;
	vertical-align: middle;
}

.new-area-sec__inner .new-area-sec__list .new-area-sec__heading{
	font-weight: 700;
	font-size: 1.9rem;
	text-align: center;
	letter-spacing: 0.05em;
	color: #06A890;
	border-bottom: #06A890 solid 3px;
	width: 146px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 5px;

}

.new-area-sec__inner .new-area-sec__list .note{
	padding: 0 15px 28px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.new-area-sec__inner .new-area-sec__list .new-area-sec__item{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.new-area-sec__inner .new-area-sec__list:last-child .new-area-sec__item{
	width: 100%;
    height: 158px;
	align-items: center;

}

.new-area-sec__inner .new-area-sec__list .new-area-sec__item li{
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.07em;
	color: #06A890;
	border-bottom: #06A890 solid 2px;
	width: 93px;
	margin-bottom: 8px;

}

.new-area-sec__inner .new-area-sec__list .new-area-sec__item li.new-area-sec__hanahorie{
	border-bottom: none;
	font-size: 1.3rem;
}

.new-area-sec__inner .new-area-sec__list .new-area-sec__item li.new-area-sec__hanahorie img{
	border: #06A890 solid 2px;
}

.new-area-sec__inner .new-area-sec__list .new-area-sec__item li::after{
	content: "";
    display: inline-block;
	border-top: 2px solid #06A890;
    border-right: 2px solid #06A890;
	width: 7.95px;
	height: 7.95px;
	transform: rotate(45deg);
    margin: 0 -8px 2px 18px;
    vertical-align: middle;
}

.new-area-sec__inner .new-area-sec__list .new-area-sec__item li.new-area-sec__hanahorie::after{
	content: none;
}

.new-area-sec__inner .new-area-sec__list .new-area-sec__item li.mr-0::after{
	margin: 0 -8px 2px 0px;
}

.new-area-sec__inner .new-area-sec__info{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.8rem;
}

.new-area-sec__inner .new-area-sec__list .mt-58{
	margin-top: 5.8rem;
}

.new-area-sec__inner .new-area-sec__info img{
	width: 160px;
}

.new-area-sec__inner .new-area-sec__list .kansai-map{
	position: relative;
}

.new-area-sec__inner .new-area-sec__list .icon-dotted-greenline{
	width: 100px;
	position: absolute;
    top: 42%;
    left: 32%;
}

.new-area-sec__inner .new-area-sec__list .new-area-sec__dots{
	content: "";
	position: absolute;
	top: 58%;
    left: 31%;
    width: 8px;
    height: 8px;
	background-color: #06A890;
	border-radius: 50%;
	z-index: 100;
}

@media screen and (max-width: 767px) {

	#new-area-sec{
		width: 93%;
    	margin: 0 auto;
		border: #06A890 2px solid;
		border-radius: 9px;
	}

	#new-area-sec .heading-1{
		font-size: 2.4rem;
		padding-top: 13px;
	}

	.new-area-sec__inner{
		flex-wrap: wrap;
	}
	.new-area-sec__inner .new-area-sec__list{
		width: 100%;
		margin: 0 auto;
		border-radius: 0;
		border-bottom: #06A890 1px solid;
		box-shadow: none;
	}

	.new-area-sec__inner .new-area-sec__list .new-area-sec__item{
		height: 72px;
		align-items: center;
	}

	.new-area-sec__inner .new-area-sec__list:nth-child(2) .new-area-sec__item{
		margin-bottom: 2rem;
	}

	.new-area-sec__inner .new-area-sec__info{
		display: block;
	}

	.heading_lead{
		text-align: center;
		width: 90.4%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 28px;
		line-height: 24px;

	}

	.new-area-sec__inner .new-area-sec__list .mt-58{
		margin-top: 0;
	}
}

.mb-26{
    margin-bottom: 26px;
}



/* --/TOP new-area-sec */

/* hanasaidan-dealer */
#hanasaidan-dealer a:hover{
	opacity: 0.6;
}

.hanasaidan-dealer-list{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.hanasaidan-dealer-list .hanasaidan-dealer-item{
	width: 18%;
	height: 70px;
	border: #000 solid 1px;
	margin-bottom: 20px;
}

#hanasaidan-dealer .heading-1{
	color: #2d2d2d;
}

#hanasaidan-dealer .button-primary--pc-md-3{
	width: 320px;
}

@media screen and (max-width: 486px) {
	.hanasaidan-dealer-list .hanasaidan-dealer-item{
		width: 48%;
	}

	.sp-form-bannar .inquiry-head h2{
		font-size: 1.4rem;
	}

}

/* --/hanasaidan-dealer */



@media screen and (max-width: 1024px) {

.pswp__preloader {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	float: right;
}

}

@media screen and (max-width: 767px) {

.page-head--covid-19 .page-title .page-title__simple { /* sp */
	font-size: 2.5rem;
}

.heading-4__sp-small { /* sp */
	font-size: 2.2rem;
	display: block;
	margin-bottom: 5px;
}

.heading-4__sp-sub-sm { /* sp */
	font-size: 1.5rem;
	letter-spacing: .06em;
}

.heading-4__sp-lg { /* sp */
	font-size: 2.8rem;
}

.heading-4__sp-ls-sm { /* sp */
	letter-spacing: .03em;
}

.heading-4 { /* sp */
}

.heading-4--sp-line-long span:not([class]) {
	display: block;
}

.heading-8--sp-lg { /* sp */
	letter-spacing: .05em;
}

.lead--sp-mb-sm { /* sp */
	margin-bottom: 35px;
}

.lead__text--sp-sm { /* sp */
	font-size: 1.3rem;
	line-height: 1.92;
	letter-spacing: .05em;
}

.lead__text--sp-center { /* sp */
	text-align: center;
}

.button { /* sp */
	font-size: 1.5rem;
}

.button--sp-center { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-primary { /* sp */
}

.button-primary--sp-left {
	text-align: left;
}

.button-primary--sp-md {
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 6px;
}

.button-primary--area-list { /* sp */
	text-align: left;
}

.button-return { /* sp */
}

.button-return--sp-sm {
	width: 217px;
}

.button-return--sp-plg {
	padding: 22px 16px 22px 32px;
}

.green-frame--sp-mt0 { /* sp */
	margin-top: 0;
}

.green-frame--sp-padding { /* sp */
	padding: 20px 20px;
}

.inquiry-link { /* sp */
}

.l-wrapper--sp-sm .inquiry-link {
	min-width: 90.4vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.plan-intro__heading--sp-sm { /* sp */
	font-size: 3rem;
}

.flower-list-6 { /* sp */
}

.flower-list-6:nth-child(odd) {
	margin-right: 5.4%;
}

.saidan-gallery__thumb__item.swiper-pagination-bullet { /* sp */
}

.saidan-gallery__thumb__item.swiper-pagination-bullet:not(:last-child) {
	margin-right: .44%;
}

.column-head--no-reverse { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.column-head__text--sp-sm { /* sp */
	font-size: 1.3rem;
	line-height: 1.92;
}

.flow-2__list--sp-9col { /* sp */
	width: calc(358px * 8 + 303px);
}

.flow-2__list--sp-8col { /* sp */
	width: calc(358px * 7 + 303px);
}

.flow-2__list--sp-6col { /* sp */
	width: calc(358px * 5 + 303px);
}

.flow-2__list--sp-4col { /* sp */
	width: calc(358px * 3 + 303px);
}

.flow-2__list--sp-2col { /* sp */
	width: calc(358px + 303px);
}

.flow-2__list--sp-1col { /* sp */
	width: 303px;
}

.flow-2__list__item { /* sp */
}

.flow-2__list__item:not(:last-child) {
	margin-right: 55px;
}

.flow-2__list__item:not(:last-child) .flow-2__image {
	position: relative;
}

.flow-2__list__item:not(:last-child) .flow-2__image::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-left: 15px solid #b8b8b8;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow-2__list__item:not(:last-child) .flow-2__image--arrow-none::before {
	display: none;
}

.link-list-4__item { /* sp */
}

.link-list-4__item:nth-child(odd) {
	margin-right: 5.6%;
}

.feature-1--sp-2col { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feature-1--sp-2col .feature-1__item {
	width: 47.7%;
}

.feature-1--sp-2col .feature-1__item:nth-child(odd) {
	margin-right: 4.6%;
}

.feature-1--sp-2col .feature-1__text {
	text-align: center;
	line-height: 1.53;
}

.sp-accordion-content { /* sp */
	display: none;
}

.document__inner { /* sp */
	height: 162px;
	background: #fff;
	border: 1px solid #e2e2e2;
	overflow: scroll;
	padding: 16px 20px;
}

#form_top_bannar{
	display: none;
}

#sp-form_top_bannar{
	background-image: url(../img/sp-formtop-bannar-bg.webp);
}

#sp-form_top_bannar .sp-form-bannar-inner{
	justify-content: space-between;
}

#sp-form_top_bannar .bannar_left{
    width: 227px;
    margin-left: 0.8rem;
    padding-top: 0.8rem;
}

#sp-form_top_bannar .bannar_left_letter{
	font-size: 18px;
	line-height: 25px;
	padding: 0.4rem 0;
}

#sp-form_top_bannar .sp-form-bannar-pamph{
	width: 140px;
	font-size: 10px;
	text-align: center;
}

#sp-form_top_bannar .bannar_left_letter span{
	font-size: 23px;
}

#sp-form_top_bannar .sp-form-bannar-files{
	display: flex;
	align-items: flex-end;
	margin-top: -26px;
	padding: 0 0.8rem;
}

#sp-form_top_bannar .sp-form-bannar-files img{
	width: 132px;
}

#sp-form_top_bannar .sp-form-bannar-files p{
	color: #06A890;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 1rem;
}

#sp-form_top_bannar .sp-form-bannar-files p:last-child{
	font-size:10px;
	color:#484848;
	font-weight: normal;
}
}

@media screen and (max-width: 374px) {

.inquiry-link__tel__heading { /* iPhone5s */
	font-size: 1.8rem;
}

.inquiry-link__tel__text { /* iPhone5s */
	font-size: 1.1rem;
}

.inquiry-link__link__heading { /* iPhone5s */
	font-size: 1.4rem;
}

#form_top_bannar{
	display: none;
}

}

@-webkit-keyframes scrollAnnounce {

0 {
	opacity: 0;
	visibility: hidden;
}

20% {
	opacity: 1;
	visibility: visible;
}

80% {
	opacity: 1;
	visibility: visible;
}

100% {
	opacity: 0;
	visibility: hidden;
}

}

@keyframes scrollAnnounce {

0 {
	opacity: 0;
	visibility: hidden;
}

20% {
	opacity: 1;
	visibility: visible;
}

80% {
	opacity: 1;
	visibility: visible;
}

100% {
	opacity: 0;
	visibility: hidden;
}

}

@-webkit-keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@media screen and (max-width: 768px){   
  .pc_br { display:none; }
}
@media screen and (min-width: 1024px){   
  .sp_br { display:none; }
}


.topbannerblock .bannerbox{
		text-align:center;
}

.topbannerblock .banner01{
	max-width:900px;
		margin:0 auto;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
border:2px #ED6585 solid;
}


.topbannerblock .banner01 .telboxover{
	display: grid;
grid-template-columns: 0.7fr 1fr;
align-items: center ;
background-color:#fff;
}
.topbannerblock .banner01 .telbox_txt{
	color:#ED6585;
	font-size:25px;
	line-height:1.8;
}
.topbannerblock .banner01 .telbox_img{
	background:#ED6585 url(../img/banner01bg.jpg) left center no-repeat;
	padding:10px 0;
}
.topbannerblock .banner01 .upperbox {
	margin-bottom:10px;
}
.topbannerblock .banner01 .telicon{
display:inline-block;
}
.topbannerblock .banner01 .telnumberbox{
display:inline-block;
}
.topbannerblock .banner01 .telicon {
  width: 38px;
  margin-right:20px;
  position: relative;
}
.topbannerblock .banner01 .telicon img {
  width: 38px;
}
.topbannerblock .banner01 .telicon span {
  position: absolute;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
}
.topbannerblock .banner01 .telicon span:after, .topbannerblock .banner01 .telicon span:before {
  content: "";
  border: 1px solid transparent;
  border-top-color: currentcolor;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
  color: #fff;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  position: absolute;
}
.topbannerblock .banner01 .telicon span.line_a:after {
  width: 28px;
  height: 28px;
  right: -26px;
  top: 9px;
}
.topbannerblock .banner01 .telicon span.line_a:before {
  width: 20px;
  height: 20px;
  right: -19px;
  top: 12px;
}
.topbannerblock .banner01 .telicon span.line_b:before {
	display:none;
}
.topbannerblock .banner01 .telicon span.line_b:after {
  width: 13px;
  height: 13px;
  right: -13px;
  top: 15px;
}
.topbannerblock .banner01 .telicon span:after, .topbannerblock .banner01 .telicon span:before {
  -webkit-animation: ringline 1.4s linear infinite;
          animation: ringline 1.4s linear infinite;
  opacity: 0;
}
.topbannerblock .banner01 .telicon span.line_a:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.topbannerblock .banner01 .telicon span.line_a:before {
  -webkit-animation-delay: -1.08s;
          animation-delay: -1.08s;
}
.topbannerblock .banner01 .telicon span.line_b:after {
  -webkit-animation-delay: -1.16s;
          animation-delay: -1.16s;
}

@-webkit-keyframes ringline {
  8%, 64% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
}

@keyframes ringline {
  8%, 64% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
}
.topbannerblock .banner01 .telnumberbox img{height: 60px;}
.topbannerblock .banner01 .bottombox img{width: 406px;}


@media screen and (max-width: 768px){
	.bggray{
		background: #f7f7f7;
		margin:40px 0;
	}
	.bggray .l-wrapper{
		width:100%;
		padding:0 20px;
	}

		.topbannerblock .banner01{
	margin-bottom:10px;
	box-shadow: none;
	border:none;
		}
	.topbannerblock .banner01 a{
		display:block;
		color:#fff;
	}
	.topbannerblock .banner01 .subtxt{
		margin-bottom:10px;
	}
		.topbannerblock .banner01 .subtxt span{
  align-items: center;
  display: flex;
  justify-content: center;
}
		.topbannerblock .banner01 .subtxt span::before,
.topbannerblock .banner01 .subtxt span::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 2px;
    width: 25px;
}
.topbannerblock .banner01 .subtxt span::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.topbannerblock .banner01 .subtxt span::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
	.topbannerblock .banner01 img{box-shadow: none;}

.topbannerblock .banner01 .telbox{
	background-color:#ED6585;
	color:#fff;
	padding:20px;
}
.topbannerblock .banner01 .telbox .txt01{	
	font-weight:bold;
	margin-bottom: 5px;
}
.topbannerblock .banner01 .telbox .txt02.telicon{
	display:inline-block;
}
.topbannerblock .banner01 .telbox .telnumber{
	font-size: 35px;
	font-weight:bold;
}
.topbannerblock .banner02{
	background-color: #28357B;
	margin-bottom:10px;
}
.topbannerblock .banner02 a{
		display:block;
	color:#fff;
	padding:20px;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #39BBA2;
  border-bottom: 0;
  margin: 0 auto;
}
.topbannerblock .banner03{
	margin-top:10px;
}

}

/* ★移動と修正 */
  .sp-cta-oisogi{
  	max-width:400px;
  	width:90%;
  	margin:40px auto 0 auto;
  }
    .sp-cta-oisogi .tel{
        background-color:#4BA591;
        padding:10px 20px;
        border-radius: 50px;
        text-align:center;
    }
.sp-cta-oisogi .telnumberbox{
        font-size: 3.3rem;
        font-weight: 500;
        color: #fff;
        margin-bottom:5px;
}
.sp-cta-oisogi .telnumberbox span{
	margin-left:5px;
}
.sp-cta-oisogi .tel-note2{
	font-size:12px;
	color:#fff;
}
.sp-cta-oisogi .tel-note1{
	margin-bottom:15px;
	text-align:center;
}
.sp-cta-oisogi .tel-note1 span{
        background-color:#D1E2DE;
        padding:5px 20px;
        border-radius: 50px;
        text-align:center;
	font-size:12px;
	position: relative;
}
.sp-cta-oisogi .tel-note1 span:after{
	content:'';
	width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #D1E2DE;
position: absolute;
bottom:-10px;
left: 50%;
transform: translateX(-50%) ;
}

.sp_bannerbox img{
	width:100%;
}
@media screen and (max-width: 768px){
.form	.textarea{
	height: 200px;
	}
}
/* ★移動 */
