﻿.maindesign {
	color: #333;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.maindesign .u-mt-leave {
	margin-top: 50px;
}
.maindesign .u-mt-moderate {
	margin-top: 30px;
}
.maindesign .u-mt-close {
	margin-top: 15px;
}
.maindesign .u-mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
	.maindesign .u-mt-close {
		margin-top: 10px;
	}
	.maindesign .u-one-side {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .mv {
	position: relative;
}
.maindesign .mv--inner {
	position: absolute;
	width: 80%;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.35);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.maindesign .mv-txt {
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.15;
	text-shadow: 1px 1px 2px rgba(10,10,10,0.7);
    text-align: center;
    font-weight: bold;
	font-size: 3.75rem;
}
.maindesign .mv-txt--sub {
	font-size: 0.8em;
	display: block;
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .mv--inner {
		width: 90%;
	}
	.maindesign .mv-txt {
		font-size: 7.0vw;
	}
	.maindesign .mv-txt--sub {
		margin-top: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
	padding-top: 10px;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(70px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .u-pc-only {
	display: block;
}
.maindesign .u-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .u-pc-only {
		display: none;
	}
	.maindesign .u-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign .c-komeri-btn--link {
	text-decoration: none;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	display: flex;
	justify-content: center;
	line-height: 1.3;
	font-size: 1.2rem;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D;
}
.maindesign .c-komeri-btn__gray {
	background-color: #979797;
}
.maindesign .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 1.0rem;
	}
}



.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}




.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .l-nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
	color: #333;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .l-nav-list--btn {
		width: 49%;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .l-nav-list--inner {
		font-size: 0.85rem;
	}
}

.maindesign .p-merit {
	position: relative;
	border: 2px solid #0fb366;
	padding: 40px 15px 15px;
	color: #0fb366;
	font-weight: bold;
}
.maindesign .p-merit--header {
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-50%);
	border: 2px solid #0fb366;
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .p-merit {
		padding: 30px 15px 10px;
	}
	.maindesign .p-merit--header {
		font-size: 1.0rem;
		left: 20px;
	}
}

.maindesign .p-half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-half-column--item {
	width: 49%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-half-column--item {
		width: 100%;
	}
	.maindesign .p-half-column .p-half-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}

.maindesign .p-howto-box {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.maindesign .p-howto-box--inner {
	display: flex;
	align-items: center;
	padding: 15px;
}
.maindesign .p-howto-box--img {
	width: 150px;
	margin-right: 20px;
}
.maindesign .p-howto-box--txt {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .p-howto-box--inner {
		padding: 10px;
	}
	.maindesign .p-howto-box--img {
		width: 100px;
	}
	.maindesign .p-howto-box--txt {
		font-size: 1.0rem;
	}
}


.maindesign .p-quarter-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-quarter-column::before,
.maindesign .p-quarter-column::after {
	content: '';
	display: block;
	height: 0;
	display: block;
}
.maindesign .p-quarter-column::before {
	order: 1;
}
.maindesign .p-quarter-column::before,
.maindesign .p-quarter-column::after,
.maindesign .p-quarter-column--item {
	width: 24%;
}

@media screen and (max-width:767px) {
	.maindesign .p-quarter-column::before,
	.maindesign .p-quarter-column::after,
	.maindesign .p-quarter-column--item {
		width: 49%;
	}
}

.maindesign .p-goods-card {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.maindesign .p-goods-card--inner {
	padding: 10px;
}
.maindesign .p-goods-card--img {
	width: 80%;
	margin-inline: auto;
}
.maindesign .p-goods-card--name {
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}


@media screen and (max-width:767px) {
	.maindesign .p-goods-card--img {
		width: 100%;
	}
	.maindesign .p-goods-card--name {
		font-size: 1.0rem;
	}
}

.maindesign .p-calendar {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.maindesign .p-calendar th,
.maindesign .p-calendar td {
	border: 1px solid #ccc;
}
.maindesign .p-calendar th {
	text-align: center;
	padding: 5px 0;
}
.maindesign .p-calendar td {
	position: relative;
	height: 65px;
	vertical-align: bottom;
	padding: 5px;
}
.maindesign .p-calendar--num {
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 0.9rem;
}
.maindesign .p-calendar--sunday:has(.p-calendar--num),
.maindesign .p-calendar--holiday:has(.p-calendar--num) {
	color: #E5002D;
}
.maindesign .p-calendar--saturday:has(.p-calendar--num) {
	color: #5fabed;
}
.maindesign th.p-calendar--sunday,
.maindesign th.p-calendar--saturday {
	color: #fff;
}
.maindesign th.p-calendar--sunday {
	background-color: #E5002D;
}
.maindesign th.p-calendar--saturday {
	background-color:#5fabed;
}

.maindesign .schedule-img {
	width: 70%;
	margin-left: auto;
}

.maindesign .p-calendar-head {
	background-color: #f4b084;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
}


@media screen and (max-width:767px) {
	.maindesign .p-calendar--num {
		font-size: 0.7rem;
	}
	.maindesign .p-calendar th {
		font-size: 0.9rem;
	}
	.maindesign .p-calendar-head {
		font-size: 1.2rem;
	}
	.maindesign .schedule-img {
		width: 100%;
	}
}

.maindesign .p-calendar-notes {
	margin-left: auto;
	width: fit-content;
}
.maindesign .p-calendar-notes .p-calendar-notes--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .p-calendar-notes--item {
	display: flex;
	align-items: center;
}
.maindesign .p-calendear-notes--img {
	width: 50px;
	margin-right: 10px;
}
.maindesign .p-calendar-notes--txt {
	font-size: 0.9rem;
}

@media screen and (max-width:767px) {
	.maindesign .p-calendar-notes {
		margin-left: 0;
	}
	.maindesign .p-calendear-notes--img {
		width: 35px;
	}
	.maindesign .p-calendar-notes--txt {
		font-size: 0.85rem;
	}
	.maindesign .p-calendar-notes .p-calendar-notes--item:not(:first-child) {
		margin-top: 10px;
	}
}


.maindesign .p-calendar-heading {
	padding: 20px 30px;
}
.maindesign .p-calendar-heading--txt {
	font-size: 1.5rem;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .p-calendar-heading {
		padding: 15px 25px;
	}
	.maindesign .p-calendar-heading--txt {
		font-size: 1.1rem;
	}
}


.maindesign .js-accordion {
	border: 1px solid #000;
}
.maindesign .js-accordion--header {
	position: relative;
	border-bottom: 1px solid rgba(205,205,205,0);
	transition: border-bottom 0.5s;
}
.maindesign .js-accordion--header:hover {
	cursor: pointer;
}
.maindesign .js-accordion--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.maindesign .js-accordion--plus {
	display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.maindesign .js-accordion--plus::before {
	content: '';
	position: absolute;
	background-color: #000;
    border-radius: 10px;
	transform: rotate(0deg);
    transform-origin: center center;
	width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.maindesign .js-accordion--plus::after {
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.maindesign .js-accordion--header.js-open {
	border-bottom: 1px solid rgba(205,205,205,0.7);
}
.maindesign .js-accordion--header.js-open .js-accordion--icon-box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.maindesign .js-accordion--header.js-open .js-accordion--plus:before {
	content: none;
}
.maindesign .js-accordion--header.js-open .js-accordion--plus:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.maindesign .js-accordion--inner {
	display: none;
	padding: 30px 30px 50px;
}


@media screen and (max-width:767px) {
	.maindesign .js-accordion--inner {
		padding: 15px 10px 30px;
	}
}