/*================================================================
Chrome/Firefox/Edge/Safariなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/

/* アウトラインチェッカー */

/*
* {
  outline: 2px solid blue;
}
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

body {
	color: #333;
	font-weight: 400;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
}

a {
	text-decoration: none;
}

.l-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.l-header {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, 0.8);
}

.l-header__menu {
	display: flex;
	-moz-column-gap: 20px;
	column-gap: 20px;
	align-items: center;
}

.l-header__wrap {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.l-header__link {
	height: 100px;
	font-size: 24px;
	line-height: 100px;
}

.l-header__btn--float {
	display: none;
	position: absolute;
	right: 50px;
	bottom: -60px;
}

.l-top__inner {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.l-top__container {
	position: relative;
	aspect-ratio: 1440/650;
	width: 100%;
	height: auto;
	margin-top: 100px;
	background-image: url(../img/fv-juku.jpg);
	background-position: top center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}

.l-top__wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 595px;
	height: 454px;
	padding: 0 10px;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.7);
}

.l-top__title {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

.l-top__lead {
	margin-top: 52px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
}

.l-price {
	background: #fff;
}

.l-price__inner {
	max-width: 1040px;
}

.i-price__wrap {
	height: 1129px;
	margin: 0 auto;
}

.l-price__comment {
	margin-top: 40px;
	font-size: 24px;
}

.l-price__price-list {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 60px;
	border-bottom: 1px solid #c5c5c5;
}

.l-price__price-table {
	margin-top: 20px;
}

.l-price__table-comment {
	margin-top: 19px;
}

.l-price__about {
	width: 661px;
	margin: 60px auto 100px auto;
}

.l-price__about-list {
	margin-top: 40px;
}

.l-price__sub-title {
	margin-top: 100px;
}

.l-notice {
	background-color: #f8fbec;
}

.l-notice__above {
	width: 100%;
	height: 39px;
	background: #fff url(../img/bg-yama.svg) no-repeat center center/cover;
}

.l-notice__below {
	width: 100%;
	height: 39px;
	background: #fff url(../img/bg-tani.svg) no-repeat center center/cover;
}

.l-notice__inner {
	max-width: 860px;
}

.l-notice__comment {
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.l-notice__list {
	margin-top: 40px;
	margin-left: 98px;
	padding-bottom: 60px;
	text-align: left;
}

.l-about {
	background-color: #fff;
}

.l-about__inner {
	max-width: 1040px;
}

.l-about__wrap {
	padding-top: 100px;
	padding-bottom: 80px;
}

.l-about__container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	-moz-column-gap: 22px;
	column-gap: 22px;
}

.l-profile {
	background-color: #fff;
}

.l-profile__inner {
	max-width: 1040px;
}

.l-profile__wrap {
	padding-top: 80px;
	padding-bottom: 120px;
}

.l-footer__above {
	width: 100%;
	height: 66.2px;
	background: #fff url(../img/bg-cross.svg) no-repeat center center/cover;
}

.l-footer {
	background-color: #f8fbec;
}

.l-footer__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 82px;
}

.l-footer__logo {
	width: 218px;
	height: 73.2px;
	background-color: #f8fbec;
}

.l-footer__menu {
	display: flex;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.l-footer__link {
	height: 100px;
	line-height: 100px;
}

.l-footer__btn {
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 0;
	margin-left: auto;
}

.l-footer__copyright {
	height: 27px;
	margin-top: 133.7px;
	font-size: 12px;
	text-align: center;
}

.l-menu__btn {
	display: none;
	width: -moz-fit-content;
	width: fit-content;
	margin: 40px auto 20px auto;
}

.c-btn {
	z-index: 0;
	position: relative;
	width: 250px;
	height: 55px;
	padding-right: 20px;
	padding-left: 56px;
	border-radius: 100px;
	background-color: #8add22;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 55px;
	letter-spacing: 0.7px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.c-btn::before {
	z-index: 3;
	position: absolute;
	top: 15px;
	left: 20px;
	width: 30px;
	height: 30px;
	background: url(../img/call.svg) center center/cover;
	content: "";
	color: #fff;
}

.c-link {
	position: relative;
	height: auto;
	color: #333;
	font-weight: 400;
	font-size: inherit;
	line-height: inherit;
	font-family: "Noto Sans JP", sans-serif;
	transition: opacity 0.2s ease-in;
}

.c-link::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 2px;
	transform: translateX(-50%);
	background: #92d143;
	content: "";
	transition: all 0.3s ease 0s;
}

.c-link:hover {
	cursor: pointer;
}

.c-link:hover::after {
	width: 100%;
}

.c-logo {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/logo_1.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: inherit;
	color: transparent;
}

.c-logo:hover {
	opacity: 0.7;
}

.c-title {
	color: #333;
	font-weight: 500;
	font-size: inherit;
	font-size: 40px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: inherit;
	letter-spacing: 2.2px;
	text-align: center;
}

.c-lead {
	color: #333;
	font-weight: 400;
	font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}

.c-sub-title {
	width: -moz-fit-content;
	width: fit-content;
	height: 72px;
	margin: 0 auto;
	padding: 10px;
	border-bottom: solid 2px #92d143;
	color: #333;
	font-weight: 500;
	font-size: 36px;
	font-family: "Noto Sans JP", sans-serif;
}

.c-price-title {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 10px 0 80px;
	background-color: #2f5a2d;
	color: #fff;
	font-weight: 500;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 1.92px;
	text-align: center;
}

.c-price-title::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 50px;
	background: #fff url(../img/pencil.svg) no-repeat left center/contain;
	content: "";
	color: #2f5a2d;
}

.c-price-table {
	margin-right: auto;
	margin-left: 70px;
}

.c-price-table--x {
	display: none;
	margin-right: auto;
	margin-left: 70px;
}

.c-price-th {
	padding: 10px;
	background: #2f5a2d;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 1.2px;
	text-align: center;
	vertical-align: middle;
}

.c-price-td {
	min-width: 150px;
	height: 40px;
	padding: 10px;
	background: #f8fbec;
	color: #333;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 1.2px;
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}

.c-price-td:nth-child(3n) {
	width: 200px;
}

.c-price-td:nth-child(5n) {
	width: 202px;
}

.c-price-td:first-child {
	background: #2f5a2d;
	color: #fff;
	font-weight: 500;
}

.c-table-comment {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	padding-left: 1em;
	color: #333;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	font-family: "Noto Sans JP", sans-serif;
	text-indent: -1em;
}

.c-price-about-title {
	display: block;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	color: #333;
	font-weight: 500;
	font-size: 32px;
	line-height: 23px;
	font-family: "Noto Sans JP", sans-serif;
}

.c-price-about-title::before {
	position: absolute;
	top: 50%;
	left: -47px;
	width: 35px;
	height: 2px;
	transform: translateY(-50%);
	background-color: #333;
	content: "";
}

.c-price-about-title::after {
	position: absolute;
	top: 50%;
	right: -47px;
	width: 35px;
	height: 2px;
	transform: translateY(-50%);
	background-color: #333;
	content: "";
}

.c-about-list {
	padding-left: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0px;
}

.c-about-list li {
	position: relative;
}

.c-about-list li::before {
	position: absolute;
	top: 1em;
	left: -8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
	content: "";
}

.c-map {
	position: relative;
	width: calc(100% - 500px);
	height: 0;
	margin-top: 42px;
	padding-top: 40%;
}

.c-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-address {
	display: flex;
	border-bottom: 1px solid #c5c5c5;
	color: #333;
	font-weight: 400;
	font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
}

.c-address dt {
	width: 120px;
	padding: 10px 0;
}

.c-address dd {
	padding: 10px 0;
}

.c-address-img {
	display: block;
	aspect-ratio: 250/204;
	width: 52.3012552301%;
	height: auto;
	margin: 0 auto;
}

.c-profile-images {
	display: flex;
	flex-wrap: wrap;
	width: 310px;
	-moz-column-gap: 6px;
	column-gap: 6px;
	row-gap: 6px;
	justify-content: center;
	margin-top: 28px;
}

.c-profile-content {
	width: 47.6744186047%;
}

.c-img-s {
	display: block;
	width: 152px;
	height: 152px;
	border-radius: 10px;
}

.c-img-l {
	display: block;
	width: 310px;
	height: auto;
	border-radius: 10px;
}

.c-profile-title {
	margin-left: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	font-weight: 700;
	font-size: 36px;
	font-family: "Noto Sans JP", sans-serif;
}

.c-profile-text {
	margin-left: 20px;
	padding-top: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
}

.c-price-list {
	padding-left: 20px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: -0.3px;
}

.c-price-list li {
	position: relative;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
}

.c-price-list li::before {
	position: absolute;
	top: 0.9em;
	left: -10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
	content: "";
}

.p-nav {
	display: flex;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.p-header__logo {
	aspect-ratio: 180/57.1;
	width: 180px;
	height: 57.1px;
}

.p-comment {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 20px 10px;
	border-radius: 20px;
	background-color: #f9f9f9;
}

.p-price-about {
	padding: 20px;
	border-radius: 20px;
	background-color: #f9f9f9;
}

.p-notice-comment {
	padding-top: 40px;
	border-radius: 40px;
	background-image: url(../img/woman_x2.png);
	background-position: top 27px right 79px;
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.p-address {
	width: 478px;
}

.p-address-text {
	z-index: 1;
	position: relative;
}

.p-address-text::before {
	z-index: -1;
	position: absolute;
	top: -32px;
	left: 0;
	width: 100px;
	height: 100px;
	background-image: url(../img/clover.svg);
	background-position: cover;
	background-repeat: no-repeat;
	content: "";
}

.p-address-text::after {
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: -32px;
	width: 100px;
	height: 100px;
	background-image: url(../img/clover.svg);
	background-position: cover;
	background-repeat: no-repeat;
	content: "";
}

.p-adderss-pic-text {
	padding-top: 22px;
	padding-bottom: 20px;
}

.p-address-img-container {
	margin-top: 20px;
}

.p-profile {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px;
	padding-right: 80px;
	padding-bottom: 95px;
	border: 1px solid #c5c5c5;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), url(../img/name_card_bg.png), lightgray 50%/cover no-repeat;
}

.p-profile__container {
	display: flex;
	justify-content: space-between;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/

.menu-icon {
	display: none;
	z-index: 29;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 32px;
	border-radius: 3px;
	background: #92d143;
	cursor: pointer;
}

.bar_1,
.bar_2,
.bar_3 {
	position: absolute;
	left: 4px;
	width: 28px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
}

.bar_1 {
	top: 6px;
}

.bar_2 {
	top: 14px;
}

.bar_3 {
	top: 22px;
}

/*----------------------------
* メニュー本体
*----------------------------*/

.menu {
	display: none;
	z-index: 21;
	position: fixed;
	top: 60px;
	right: 10px;
	flex-direction: column;
	align-items: top;
	justify-content: left;
	width: 200px;
	height: 400px;
	padding-top: 30px;
	background: #c5c5c5;
}

.menu__item {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0.7em 1em;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
}

.menu-bg {
	display: none;
	z-index: 11;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */

.menu {
	transform: translateX(100vw);
	transition: all 0.8s ease;
}

/* アニメーション後のメニューの状態 */

.menu.is-active {
	transform: translateX(0);
	transition: all 0.6s ease-in;
}

.menu-icon.is-active {
	top: 10px;
	right: 0px;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

.menu-icon.is-active .bar_1 {
	top: 14px;
	transform: rotate(45deg);
	transition: all 0.8s ease;
}

.menu-icon.is-active .bar_2 {
	display: none;
}

.menu-icon.is-active .bar_3 {
	top: 14px;
	transform: rotate(-45deg);
	transition: all 0.8s ease;
}

.menu-bg.is-active {
	display: block;
	transition: all 0.8s ease;
}

.u-forte {
	display: inline;
	z-index: 0;
	position: relative;
	font-weight: 500;
	font-size: 48px;
	letter-spacing: 4.92px;
}

.u-forte::before {
	z-index: -1;
	position: absolute;
	bottom: 3px;
	left: -5px;
	width: calc(100% + 10px);
	height: 0.4em;
	border-radius: 1px;
	background-color: #92d143;
	content: "";
}

.u-is-sp {
	display: none;
}

.u-is-pc {
	display: block;
}

.u-is-tab {
	display: none;
}

.u-lead--price {
	display: block;
	margin: 6px 0;
	content: "";
}

.u-footer-link {
	font-size: 24px;
}

@media (min-width: 767px) {

.c-btn a[href*="tel:"] {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

}

@media (max-width: 1319px) {

.l-header__link {
	font-size: 20px;
}

.l-header__btn {
	display: none;
}

.l-header__btn--float {
	display: block;
}

.l-top__container {
	height: 500px;
}

.l-top__wrap {
	width: 470px;
	height: 354px;
}

.l-top__title {
	margin-top: 50px;
}

.l-footer__logo {
	width: 180px;
	height: 57.1;
}

.c-price-table {
	writing-mode: vertical-lr;
}

.c-price-th span {
	writing-mode: horizontal-tb;
}

.c-price-td span {
	writing-mode: horizontal-tb;
}

.p-header__logo {
	width: 140px;
	height: auto;
}

.u-is-pc {
	display: none;
}

.u-is-tab {
	display: block;
}

.u-footer-link {
	font-size: 18px;
}

}

@media (max-width: 1000px) {

.c-profile-images {
	flex-direction: column;
	width: 160px;
}

.c-profile-content {
	width: 75%;
	padding-right: 20px;
}

.c-img-l {
	display: none;
}

}

@media (max-width: 767px) {

.l-inner {
	padding-right: 16px;
	padding-left: 16px;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
}

.l-header__wrap {
	height: 50px;
}

.l-header__wrap .l-header__nav {
	display: none;
}

.l-header__link {
	display: none;
}

.l-header__btn {
	display: block;
	margin-right: 50px;
}

.l-header__btn--float {
	display: none;
}

.l-top__inner {
	padding: 0;
}

.l-top__container {
	aspect-ratio: 375/447;
	width: 100%;
	height: auto;
	margin-top: 50px;
	background-image: url(../img/fv_s.png);
}

.l-top__wrap {
	top: 65%;
	width: 343px;
	height: 213px;
	padding: 16px 34px 24px 34px;
	transform: translate(-50%, -60%);
}

.l-top__title {
	margin-top: 0;
}

.l-top__lead {
	margin-top: 12px;
	padding-right: 9px;
	padding-left: 10px;
	font-size: 16px;
}

.l-price__comment {
	margin-top: 20px;
	font-size: 16px;
}

.l-price__price-list {
	padding-top: 30px;
	padding-bottom: 30px;
}

.l-price__about {
	width: 343px;
	margin: 30px auto 60px auto;
}

.l-price__about-list {
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.l-price__sub-title {
	margin-top: 30px;
}

.l-notice__above {
	height: 12px;
	background: #fff url(../img/notice_upper_s.png) no-repeat center center/cover;
}

.l-notice__below {
	height: 12px;
	background: #fff url(../img/notice_below_s.png) no-repeat center center/cover;
}

.l-notice__comment {
	width: 343px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 34px;
	padding-bottom: 40px;
}

.l-notice__list {
	margin-top: 10.5px;
	margin-left: 10px;
	padding-bottom: 19.5px;
}

.l-about__wrap {
	padding-top: 60px;
	padding-bottom: 30px;
}

.l-about__container {
	flex-direction: column-reverse;
}

.l-profile__wrap {
	padding-top: 14px;
	padding-bottom: 80px;
}

.l-footer__above {
	height: 40px;
	background: #fff url(../img/bg-cross-s.svg) no-repeat center center/cover;
}

.l-footer__wrap {
	display: block;
	height: auto;
}

.l-footer__logo {
	width: 109px;
	height: 36.6px;
}

.l-footer__menu {
	row-gap: 20px;
	flex-direction: column-reverse;
}

.l-footer__link {
	height: 23px;
	line-height: 23px;
}

.l-footer__btn {
	display: none;
}

.l-footer__copyright {
	margin-top: 138px;
}

.l-menu__btn {
	display: block;
}

.c-btn {
	width: 154px;
	height: 36px;
	padding: 10px 10px 10px 28px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
}

.c-btn::before {
	top: 9px;
	left: 10px;
	width: 15px;
	height: 15px;
}

.c-title {
	font-size: 24px;
	letter-spacing: 0.96px;
}

.c-lead {
	font-size: 16px;
	line-height: 22px;
}

.c-sub-title {
	height: auto;
	padding: 5px;
	border-bottom: solid 1px #92d143;
	font-size: 20px;
}

.c-price-title::before {
	width: 38px;
	height: 28px;
}

.c-price-title {
	padding: 5px 5px 5px 43px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.08px;
}

.c-price-table {
	line-height: 14px;
}

.c-price-table--x {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.c-price-th {
	height: 25px;
	padding: 0 6px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -0.5px;
}

.c-price-th span {
	display: inline-block;
	white-space: pre;
	writing-mode: horizontal-tb;
}

.c-price-td:nth-child(3n) {
	width: auto;
}

.c-price-td:nth-child(5n) {
	width: auto;
}

.c-price-td {
	min-width: 70px;
	height: 25px;
	padding: 0 6px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -0.5px;
}

.c-price-td span {
	display: inline-block;
	white-space: pre;
	writing-mode: horizontal-tb;
}

.c-table-comment {
	font-size: 12px;
	line-height: 18px;
}

.c-price-about-title {
	font-size: 20px;
}

.c-price-about-title::before {
	left: -23.5px;
	width: 17.5px;
}

.c-price-about-title::after {
	right: -23.5px;
	width: 17.5px;
}

.c-about-list {
	padding-left: 10px;
	font-size: 14px;
	line-height: 21px;
}

.c-about-list li::before {
	top: 0.7em;
}

.c-map {
	width: 343px;
	height: 274px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.c-address {
	font-size: 12px;
}

.c-address dd {
	padding: 5px 0;
}

.c-address dt {
	width: 60px;
	padding: 5px 0;
}

.c-address-img {
	display: block;
	width: 92px;
	height: 98px;
	background: #000;
}

.c-profile-images {
	flex-direction: row;
	width: 97px;
	height: 101px;
	margin-top: 34px;
	margin-bottom: 34px;
	-moz-column-gap: 2px;
	column-gap: 2px;
	row-gap: 2px;
	margin-left: 10px;
}

.c-profile-content {
	width: 209px;
	padding-right: 0;
}

.c-img-s {
	width: 47.4px;
	height: 47.4px;
	border-radius: 3.13px;
}

.c-img-l {
	display: block;
	width: 97px;
	height: auto;
	border-radius: 3.13px;
}

.c-profile-title {
	width: 83.2535885167%;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

.c-profile-text {
	width: 209px;
	margin-left: 0;
	padding-top: 10px;
	font-size: 12px;
	line-height: 24px;
}

.c-price-list li {
	padding-left: 0;
	font-size: 14px;
	line-height: 21px;
}

.c-price-list li::before {
	top: 0.5em;
	left: -13px;
}

.p-nav {
	flex-direction: column;
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 20px;
	text-align: center;
}

.p-header__logo {
	width: 123px;
	height: auto;
}

.p-comment {
	padding: 10px 20px;
}

.p-price-about {
	padding: 10px 20px;
}

.p-notice-comment {
	padding-top: 20px;
	border-radius: 10px;
	background-position: top 24.5px right 26.26px;
	background-size: 40px auto;
	box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1);
}

.p-address {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}

.p-address-text {
	width: -moz-fit-content;
	width: fit-content;
	margin-top: -12px;
}

.p-adderss-pic-text {
	display: flex;
	-moz-column-gap: 12px;
	column-gap: 12px;
	justify-content: center;
}

.p-address-img-container {
	width: 92px;
	margin-top: 0;
}

.p-profile {
	width: 343px;
	margin-top: 30px;
	padding: 30px 12px;
}

.menu-icon {
	display: block;
}

.menu {
	display: flex;
}

.u-forte {
	font-size: 32px;
	letter-spacing: 1.28px;
}

.u-is-sp {
	display: block;
}

.u-footer-link {
	font-size: 16px;
}

}

