@charset "utf-8";
:root {
	--baseItemColor01: #2e8598;
	--baseItemColor02: #edf7f9;
	--baseItemColor03: #f4f4f4;
	--baseItemColor04: #434343;
	--baseItemColor05:#a69562;
	--listShadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	--font-did:"linotype-didot", serif;
	--font-did-h:"linotype-didot-headline", serif;
	--font-sans:"Noto Sans JP", sans-serif;
}


html {
    scroll-behavior: smooth;
}

html.wf-active {
    visibility: visible; /* 表示 */
    opacity: 1;
    transition-delay: 0s;
}

html,
body {
	width: 100%;
}

body {
	font-family: var(--font-sans);
	line-height: 1.75;
	overflow-x: hidden;
	color:var(--baseItemColor04);
}

/* =======================================

	font

======================================= */
.did {
	font-family:var(--font-did);
}
.did-b {
	font-weight:700;
}
/* =======================================

	swiper

======================================= */

.swiper {
  width: 100%;
  height: auto;
	z-index: 0 !important;
}

.swiper-slide {
  text-align: center;
}

/* =======================================

	wave

======================================= */

.wave-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0 2rem;
}
.wave-section__image {
	display: block;
	height: auto;
	margin-inline: auto;
	width: 100%;
	max-width: 1820px;
}
.wave-section__top, .wave-section__bottom {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	position: absolute;
	left: 0;
	z-index: 1;
}

.wave-section__top {
  top: 0;
}

.wave-section__bottom {
  bottom: 0;
}

.wave-section__top svg,
.wave-section__bottom svg {
  display: block;
  width: 100%;
  height: 100px;
}

/* =======================================

	layout

======================================= */

.inner-wrap {
	max-width:1820px;
	margin-inline:auto;
}
.inner-box {
	max-width: 1000px;
	margin-inline: auto;
	padding: 0 1.25rem;
}
/* =======================================

	common

======================================= */

.sec__ttl {
	font-size: 3.4rem;
	color: var(--baseItemColor01);
	position: relative;
	line-height: 1;
}
.sec__ttl::before {
	position: absolute;
	content: attr(data-title);
	bottom: -1.5rem;
	left: 50%;
	transform: translatex(-50%);
	font-size: .95rem;
	color: var(--baseItemColor04);
	font-family: var(--font-sans);
}
.sec__ttl span {
	font-size: 2rem;
}
/* =======================================

	header

======================================= */
.header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	position: relative;
	width: 1820px;
	padding: 1rem 0rem;
	margin-inline: auto;
	max-width: 95%;
}
.logo img {
    max-width: 120px;
    height: auto;
}

.header__toggle {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.header__toggle-bar {
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: 0.3s;
}

.header__nav {
    display: none;
}

.header__nav--active {
	display: block;
	position: absolute;
	top: 67px;
	right: 0;
	width: 400px;
	padding: 20px;
	z-index: 1;
	height: 80vh;
	background: #fff;
	border: 4px solid var(--baseItemColor01);
	overflow: scroll;
}

.header__toggle.active .header__toggle-bar:nth-child(1) {
	transform: rotate(45deg) translate(7px, 5px);
}
.header__toggle.active .header__toggle-bar:nth-child(2) {
    opacity: 0;
}

.header__toggle.active .header__toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.nav__sns {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
}
.header__nav.header__nav--active li:not(:last-child) {
	border-bottom: 1px dotted var(--baseItemColor01);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.shop__phone.--inmenu a {
	background: var(--baseItemColor01);
	width: 100%;
	display: block;
	border-radius: 2rem;
	text-align: center;
	color: #fff;
	padding: .5rem;
}
.shop__phone.--inmenu svg {
	margin-right: 5px;
}
.header__nav.header__nav--active .shop__info-group {
	text-align: center;
}
.link__btn-item {
	display: block;
	background: var(--baseItemColor01);
	color: #fff;
	max-width: 25%;
	margin-inline: auto;
	padding: .1rem 0;
	border-radius: 1rem;
	position:relative;
}
.link__btn-item:hover {
	opacity: .7;
	transition: .2s;
}
.link__btn-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}
.link__btn-item::after {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
}
.link__btn-item {
	max-width: 24%;
	padding: .8rem;
	border-radius: .3rem;
	font-size: .9rem;
	text-align: center;
}


.shop__info-group .shop__info-group {
    text-align: center;
}
.shop__info-group {
}
.header__nav.header__nav--active .shop__info-group {
    text-align: center;
    margin-top: 1rem;
}
.header__nav.header__nav--active ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.header__nav.header__nav--active li {
    width: calc(50% - 10px);
}
.shop__phone.--inmenu {
    margin-top: 1rem;
}
/********************about****************************/

.about__inner {
	text-align: center;
	padding-top: 4rem;
}

.about__text {
	margin-top: 4rem;
	text-align: left;
}

.about__img {
	padding-top: 4rem;
	text-align: center;
}

/********************footer****************************/
.footer {
	padding-top: 4rem;
}
.footer__sns {
	display: flex;
	gap: 15px;
	margin-top: 40px;
}
.c-info {
	background: #313131;
	text-align: center;
	color: #fff;
	font-size: .8rem;
	padding: 1rem;
}

@media screen and (min-width: 769px) {
.pc {display:none;}
}

@media screen and (max-width: 768px) {
.sp {
display:none !important;
}
.header__inner {
	padding: 1rem;
}
.header__nav--active {
	width: 100%;
}
.header__nav.header__nav--active li {
	font-size: 3.7vw;
}
.wave-section__top svg, .wave-section__bottom svg {
	display: block;
	width: 100%;
	height: 50px;
	transform: scaleX(-1);
}

.wave-section {
	padding: 0 1rem;
}
.sec__ttl {
	font-size: 1.8rem;
}
.sec__ttl span {
	font-size: 1rem;
}
.sec__ttl::before {
	bottom: -2rem;
	width: 100%;
}
.link__btn-item {
	max-width: 90%;
	padding: 1rem .4rem;
	border-radius: .3rem;
}
.after__inner {
	padding: 3rem 0rem 2rem;
}
.footer__sns {
	flex-direction: column;
}
}