html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body {
	background: #fff;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.8;
	overflow-x: hidden;
}

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
	-webkit-appearance: none;
	background: #fffceb;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.6;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: "slick";
	font-style: normal;
	font-weight: normal;
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -50px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	background: #F0CED3;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 12px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 12px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.slick-dots li.slick-active button {
	background: #970022;
}

/* Slider */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.l-container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	width: 900px;
}

.l-footer-head {
	background: #221613;
	color: #fff;
}

.l-footer-bottom {
	margin: auto;
	max-width: 100%;
	padding: 30px 15px;
	width: 1050px;
}

.l-footer-bottom__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-footer-bottom__nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.l-footer-bottom__nav li {
	line-height: 1;
}

.l-footer-bottom__nav li:not(:last-child) a {
	margin-right: 20px;
	padding-right: 20px;
}

.l-footer-bottom__nav li:not(:last-child) a::after {
	background: #333333;
	bottom: 0;
	content: "";
	height: 80%;
	position: absolute;
	right: 0;
	width: 1px;
}

.l-footer-bottom__nav li a {
	color: #333333;
	font-size: 13px;
	position: relative;
	text-decoration: none;
}

.l-footer-bottom__policy a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
}

.l-footer__copy {
	font-size: 13px;
	padding: 15px 15px 20px;
	text-align: center;
}

.header {
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	height: 94px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 20;
}

.top .header {
	box-shadow: none;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.l-header__contact {
	align-items: center;
	background: #cc3342;
	border-radius: 20px;
	box-shadow: 1px 2px 0 0 #ae2b38;
	color: #fff;
	display: flex;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 145px;
}

.l-header__contact > img {
	padding-right: 10px;
}

.l-header__contact:hover {
	opacity: 0.6;
}

.l-header__logo {
	left: 50px;
	position: absolute;
	top: 15px;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo img {
	height: 59px;
	width: 46px;
}

.top .l-header__logo {
	left: 50px;
	position: absolute;
	top: 50px;
}

.top .l-header__logo a {
	transition: all 0.3s ease 0s;
}

.top .l-header__logo a:hover {
	opacity: 0.6;
}

.top .l-header__logo img {
	height: 102px;
	width: 80px;
}

.home .header.is-fixed {
	display: block;
}

#main {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
}

.c-breadcrumb {
	margin-top: 25px;
	overflow-x: auto;
}

.c-breadcrumb ol {
	padding: 5px;
	white-space: nowrap;
}

.c-breadcrumb__list {
	background: url("../img/breadcrumb_arrow.png") left center/7px auto no-repeat;
	display: inline-block;
	font-size: 11px;
	margin-left: 10px;
	padding-left: 16px;
}

.c-breadcrumb__list:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.c-breadcrumb__list a {
	color: #333333;
	text-decoration: none;
	transition: 0.3s;
}

.c-breadcrumb__list a:hover {
	opacity: 0.6;
}

.c-breadcrumb__list > span {
	margin: 0 5px;
}

.c-btn,
.c-btn--red,
.c-btn--white {
	-webkit-appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid #970022;
	border-radius: 0px;
	color: #970022;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	height: 54px;
	letter-spacing: 0.2rem;
	line-height: 52px;
	margin: 0;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: 0.3s;
	vertical-align: middle;
	width: 286px;
}

.c-btn::after,
.c-btn--red::after,
.c-btn--white::after {
	background: url(../img/btn_arrow1@2x.png) no-repeat center/contain;
	content: "";
	height: 13px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.c-btn--white {
	border-color: #fff;
	color: #fff;
}

.c-btn--white::after {
	background: url(../img/btn_arrow2@2x.png) no-repeat center/contain;
}

.c-btn--red {
	background: #970022;
	border-color: #970022;
	color: #fff;
}

.c-btn--red::after {
	background: url(../img/btn_arrow2@2x.png) no-repeat center/contain;
}

.c-btn:not(:disabled),
.c-btn--white:not(:disabled),
.c-btn--red:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn--white:hover,
.c-btn--red:hover,
.c-btn:focus,
.c-btn--white:focus,
.c-btn--red:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner,
.c-btn--white::-moz-foucus-inner,
.c-btn--red::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-fnav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	padding: 60px 15px 50px;
	width: 900px;
}

.c-fnav__title {
	font-size: 50px;
	letter-spacing: 0.22rem;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

.c-fnav__title::before {
	background: #970022;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 14px;
}

.c-fnav__content {
	flex-grow: 1;
}

.c-fnav__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.c-fnav__link {
	align-items: center;
	color: #fff;
	display: flex;
	height: 100%;
	line-height: 1.2;
	text-decoration: none;
}

.c-fnav__link > div {
	height: 60px;
}

.c-fnav__link > div:last-child {
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}

.c-fnav__contact {
	display: grid;
	place-items: center;
}

.c-fnav__icon {
	display: grid;
	place-items: center;
}

.c-fnav__company {
	font-size: 13px;
}

.c-fnav__tel {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

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

.c-fnav__contact {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.c-fnav__wrapper {
	margin-bottom: 20px;
}

.c-fnav__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.c-fnav__list a {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	text-decoration: none;
}

.c-fnav__company2 {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
}

.c-fnav__company2 > span {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
	padding: 3px 5px;
}

.c-gnav {
	margin-left: 140px;
	margin-right: auto;
	padding: 0 0 0 1.6em;
}

.c-gnav__btn {
	background: #970022;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	height: 30px;
	letter-spacing: 0.22rem;
	line-height: 30px;
	margin-right: 80px;
	text-align: center;
	text-decoration: none;
	width: 190px;
}

.c-gnav__list {
	align-items: center;
	display: flex;
}

.c-gnav__item {
	line-height: 1;
	padding: 0px 20px;
	position: relative;
}

.c-gnav__item:not(:last-child) {
	border-right: 1px solid #333333;
}

.c-gnav__item:last-child {
	margin-right: 0;
}

.c-gnav__link {
	color: #333333;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav__link:hover {
	opacity: 0.6;
}

.c-gnav-open {
	background: #fff;
	display: none;
	left: 0;
	padding: 80px 80px 150px;
	position: relative;
	position: fixed;
	top: 0;
	width: 100vw;
}

.c-gnav-open__logo {
	left: 80px;
	position: absolute;
	top: 80px;
}

.c-gnav-open__list {
	display: initial;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
}

.c-gnav-open__list:last-child {
	display: block;
	font-size: 20px;
	margin-top: 50px;
}

.c-gnav-open__item {
	margin-bottom: 15px;
}

.c-gnav-open__link {
	color: #333333;
	text-decoration: none;
}

.c-gnav-open__icon {
	bottom: 50px;
	left: 50%;
	margin: auto;
	position: absolute;
	transform: translateX(-50%);
	z-index: 100;
}

.c-gnav-open__icon a {
	background: none;
	display: block;
	height: 29px;
	margin: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 35px;
}

.c-gnav-open__icon a:after,
.c-gnav-open__icon a:before {
	background: #221613;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav-open__icon a:before {
	top: 0;
}

.c-gnav-open__icon a:after {
	bottom: 0;
}

.c-gnav-open__icon a span {
	background: #221613;
	height: 4px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav-open__icon a:before {
	background: #221613;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 100%;
}

.c-gnav-open__icon a:after {
	background: #221613;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 100%;
}

.c-gnav-open__icon a span {
	transform: translate(100%, -50%);
}

.c-gnav__icon {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #424242;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 30px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 35px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #221613;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #221613;
	height: 4px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon.is-open {
	display: none;
}

ul.c-gnav__sublist {
	background: #41b3d7;
	display: none;
	left: -15px;
	padding: 0;
	position: absolute;
	right: -15px;
	top: 100%;
}

ul.c-gnav__sublist > li {
	padding: 5px 0;
	text-align: center;
}

ul.c-gnav__sublist > li > a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

ul.c-gnav__sublist > li > a:hover {
	opacity: 0.6;
}

.c-header-img {
	height: 200px;
	width: 100%;
}

.c-header-img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.c-header-lead {
	padding: 50px 15px 80px;
}

.c-header-lead--service {
	background: #d7eeec;
}

.c-header-lead--gift {
	background: #faedcc;
}

.c-header-lead--event {
	background: #f8dddc;
}

.c-header-lead__icon {
	margin-bottom: 10px;
}

.c-header-lead__icon img {
	margin: auto;
}

.c-header-lead__title {
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.c-header-lead__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
}

.c-header-lead__text {
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	width: 580px;
}

.c-header {
	height: 484px;
	position: relative;
}

.c-header__title {
	font-size: 50px;
	left: 0;
	letter-spacing: 0.22rem;
	line-height: 1;
	margin: auto;
	margin-bottom: 30px;
	max-width: 100%;
	padding-left: 30px;
	position: absolute;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 900px;
}

.c-header__title::before {
	background: #970022;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 14px;
}

.c-header__img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50vw;
}

.c-header__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-mv {
	display: flex;
	height: 656px;
	margin-bottom: 80px;
}

.c-mv .slick-list,
.c-mv .slick-track {
	height: 100%;
}

.c-mv__left {
	flex-shrink: 0;
	width: 200px;
}

.c-mv__logo {
	margin: 80px auto;
}

.c-mv__logo img {
	margin: auto;
}

.c-mv__menu {
	text-align: center;
}

.c-mv__menu li {
	margin-bottom: 20px;
}

.c-mv__menu a {
	color: #333333;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	text-decoration: none;
}

.c-mv__btn {
	margin-top: 100px;
}

.c-mv__btn a {
	background: #970022;
	border-radius: 0 5px 5px 0;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	height: 49px;
	letter-spacing: 0.22rem;
	line-height: 49px;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 222px;
}

.c-mv__btn a::after {
	background: url(../img/btn_arrow1@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.c-mv__content {
	position: relative;
	width: calc(100% - 200px);
}

.c-mv__img {
	height: 100%;
	width: 100%;
}

.c-mv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-mv__text {
	background: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: bold;
	left: -120px;
	padding: 30px 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-mv__text img {
	margin: auto;
}

.c-mv__bnr {
	bottom: 30px;
	position: absolute;
	right: 50px;
}

.c-pagenation {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 1em;
}

.c-pagenation .page-numbers {
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	color: #333333;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

.c-pagenation .page-numbers.current {
	background: #f9dc4b;
	border-color: transparent;
}

.c-pagenation .page-numbers:not(.current) {
	border: 1px solid #f2f2f2;
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	opacity: 0.6;
}

.c-pagenation .page-numbers + .page-numbers {
	margin-left: 0.3em;
}

.c-pagenation__num a {
	color: #333333;
	margin: 0 10px;
	text-decoration: none;
}

.c-pagenation__num span.is-current {
	font-weight: bold;
	margin: 0 10px;
}

.c-pagenation__prev,
.c-pagenation__next {
	color: #333333;
	text-decoration: none;
}

.c-pagenation__prev {
	margin-right: 20px;
}

.c-pagenation__next {
	margin-left: 20px;
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll=true] .c-scroll-top {
	opacity: 0.9;
	visibility: visible;
}

.c-scroll-top a {
	background: #41b3d7;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 60px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 60px;
}

.c-scroll-top a::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -20%) rotate(45deg);
	transition: 0.2s;
	width: 20px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.p-about-sec1 {
	padding: 80px 0;
}

.p-about-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 30px;
}

.p-about-sec1__text1 {
	color: #970022;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 30px;
}

.p-about-sec1__text2 {
	font-size: 18px;
	line-height: 2.1;
	margin-bottom: 30px;
}

.p-about-sec1__text3 {
	font-feature-settings: "palt";
	background: #970022;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.2rem;
	margin-bottom: 70px;
	margin-top: 80px;
	padding: 20px 15px;
	text-align: center;
}

.p-about-sec1__text3 > span {
	font-size: 35px;
}

.p-about-sec1__img img {
	margin: auto;
}

.p-about-sec2 {
	background: #970022;
	color: #fff;
	padding: 80px 0;
}

.p-about-sec2__title {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 30px;
}

.p-about-sec2__table dl {
	border-bottom: 1px solid #fff;
	display: flex;
	padding: 20px 0;
}

.p-about-sec2__table dt {
	-moz-text-align-last: justify;
	flex-shrink: 0;
	font-weight: 500;
	margin-right: 100px;
	text-align-last: justify; /* Chrome・Firefox用 */
	text-justify: inter-ideograph; /* IE・Edge用 */
	width: 95px;
}

.p-about-sec2__table dd {
	font-feature-settings: "palt";
	line-height: 2.1;
}

.p-about-sec3 {
	padding: 80px 0;
}

.p-about-sec3__title {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 30px;
}

.p-about-sec3__map {
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.p-about-sec3__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-contact-sec1 {
	padding: 80px 0;
}

.p-contact-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	letter-spacing: 0.22rem;
	margin-bottom: 20px;
	text-align: center;
}

.p-contact-sec1__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
}

.p-contact-sec1__lead {
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
}

.p-contact-sec1__lead2 {
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

.p-contact-form {
	margin-bottom: 0px;
}

.p-contact-form__table {
	border: none;
	margin-bottom: 50px;
}

.p-contact-form__table dl {
	margin-bottom: 30px;
}

.p-contact-form__table dl:last-of-type {
	margin-bottom: 10px;
}

.p-contact-form__table dt {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.p-contact-form__table dt > span {
	background: #970022;
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
	padding: 1px 20px;
	white-space: nowrap;
}

.p-contact-form__table dd input[type=text],
.p-contact-form__table dd input[type=tel],
.p-contact-form__table dd input[type=email],
.p-contact-form__table dd textarea {
	background: #E8E8E8;
	border: none;
	padding: 13px;
}

.p-contact-form__table dd input[type=radio]:last-of-type {
	margin-left: 0px;
}

.p-contact-form__table dd select {
	background: #E8E8E8;
	border: none;
	padding: 8px 200px 8px 10px;
}

.p-contact-form__table p {
	font-size: 14px;
}

.p-contact-form__table--confirm {
	margin-bottom: 80px;
}

.p-contact-form__table--confirm dl {
	border-top: 1px solid #970022;
	display: flex;
	padding: 15px 0;
}

.p-contact-form__table--confirm dl:last-of-type {
	border-bottom: 1px solid #970022;
}

.p-contact-form__table--confirm dt {
	flex-shrink: 0;
	width: 250px;
}

.p-contact-form__item--1 {
	display: flex !important;
	justify-content: space-between;
}

.p-contact-form__item--6 {
	background: #E8E8E8;
	display: flex !important;
	padding: 13px;
}

.p-contact-form__item--6 label {
	width: 100px;
}

.p-contact-form__item--9 > div {
	display: flex !important;
	margin-bottom: 1em;
}

.p-contact-form__item--9 > div label {
	width: 33%;
}

.p-contact-form__item--10 {
	display: flex !important;
}

.p-contact-form__item--10 label {
	width: 33%;
}

.p-contact-form__item--11 {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-contact-form__item--11 label {
	margin-bottom: 20px;
	width: 33%;
}

.p-contact-form__item--12 a {
	color: #3fa8f4;
	transition: 0.3s;
}

.p-contact-form__item--12 a:hover {
	opacity: 0.6;
}

.p-contact-form__item--12 p {
	margin-top: 10px;
}

.p-contact-form__item--13 > div {
	display: flex !important;
	flex-direction: column;
	margin-bottom: 1em;
}

.p-contact-form__item--13 > div label {
	width: 100%;
}

.p-contact-form__item--14 > div {
	align-items: center;
	display: flex !important;
	margin-bottom: 1em;
}

.p-contact-form__item--14 > div input {
	margin-left: 10px;
	width: auto;
}

.p-contact-form__item--14 > div label {
	width: 100%;
}

.p-contact-form__btn {
	text-align: center;
}

.p-contact-form__btn > button,
.p-contact-form__btn > a {
	-webkit-appearance: none;
	background: #970022;
	border: none;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #71001a;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.05rem;
	line-height: 53px;
	margin: 0 10px;
	max-width: 100%;
	outline: none;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-contact-form__btn > button::after,
.p-contact-form__btn > a::after {
	background: url(../img/btn_arrow8@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-contact-form__btn .c-btn--back {
	background: #FFF;
	border: solid 3px #595757;
	box-shadow: 0 5px 0 #AEAEAF;
	color: #333333;
	cursor: pointer;
	height: 53px;
	line-height: 47px;
}

.p-contact-form__btn .c-btn--back::after {
	background: url(../img/btn_arrow2@2x.png) no-repeat center/contain;
	content: "";
}

.p-event-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 830px;
}

.p-event-sec1__bnr {
	margin-bottom: 80px;
}

.p-event-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-event-sec1__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-event-sec1__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-event-sec1__text1 {
	background: #DA5351;
	color: #fff;
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	padding: 10px 20px;
	text-align: center;
	width: 500px;
}

.p-gift-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 830px;
}

.p-news-list {
	padding: 50px 0;
}

.p-news-list__h2 {
	font-size: 50px;
	letter-spacing: 0.22rem;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

.p-news-list__h2::before {
	background: #970022;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 14px;
}

.p-news-list__wrap {
	margin-bottom: 50px;
}

.p-news-list__item {
	align-items: center;
	border-bottom: 1px solid #231815;
	display: flex;
	padding: 15px 0;
}

.p-news-list__meta {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	font-size: 14px;
	margin-right: 20px;
}

.p-news-list__date {
	margin-right: 20px;
}

.p-news-list__cat {
	background: #970022;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.2rem;
	padding: 1px 8px;
}

.p-news-list__title {
	flex-shrink: 0;
}

.p-news-list__title a {
	color: #333333;
	text-decoration: none;
}

.p-news-detail {
	padding: 50px 0;
}

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

.p-news-detail__meta {
	flex-shrink: 0;
	font-size: 14px;
	width: 250px;
}

.p-news-detail__date {
	margin-bottom: 10px;
}

.p-news-detail__cat {
	background: #970022;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.2rem;
	padding: 1px 8px;
}

.p-news-detail__content {
	flex-grow: 1;
}

.p-news-detail__content > p {
	margin-bottom: 20px;
}

.p-news-detail__content img {
	margin-bottom: 30px;
}

.p-news-detail__title {
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 30px;
}

.p-news-detail__img-wrap {
	display: flex;
	justify-content: space-between;
}

.p-news-detail__img-wrap img {
	-o-object-fit: cover;
	height: 260px;
	object-fit: cover;
	width: 49.5%;
}

.p-news-detail__btn {
	margin-top: 50px;
}

.p-others-sec1 {
	padding: 80px 0 30px;
}

.p-others-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 30px;
}

.p-others-sec1__text1 {
	font-size: 18px;
	line-height: 2.1;
	margin-bottom: 30px;
}

.p-others-sec2 {
	margin-bottom: 80px;
}

.p-others-sec2__item {
	padding: 70px 0;
}

.p-others-sec2__item:first-child {
	border-bottom: 1px dashed #989999;
}

.p-others-sec2__logo {
	margin-bottom: 30px;
}

.p-others-sec2__h3 {
	font-feature-settings: "palt";
	border-left: 11px solid #970022;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 20px;
}

.p-others-sec2__h3 > span {
	color: #970022;
}

.p-others-sec2__text1 {
	color: #bc0d23;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1;
	text-decoration: underline;
}

.p-others-sec2__text2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1;
}

.p-others-sec2__text2 > span {
	color: #970022;
}

.p-policy-sec1 {
	padding: 80px 0;
}

.p-policy-sec1__title {
	font-size: 48px;
	margin-bottom: 60px;
}

.p-policy-sec1__title > span {
	font-size: 14px;
	font-weight: normal;
}

.p-policy-sec1__lead {
	font-size: 13px;
	letter-spacing: 0.2rem;
	line-height: 2.1;
	margin-bottom: 60px;
}

.p-policy-sec1__lead > span {
	color: #970022;
}

.p-policy-sec1__lead > a {
	color: inherit;
	text-decoration: none;
}

.p-policy-sec1__h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
}

.p-policy-sec1__h3 > span {
	border-bottom: 1px solid;
	color: #970022;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	margin-right: 15px;
}

.p-policy-sec1__text {
	font-size: 12px;
	margin-bottom: 15px;
}

.p-policy-sec1__list1 {
	font-size: 12px;
	list-style: decimal !important;
	padding-left: 2rem !important;
}

.p-policy-sec1__list1 > li {
	margin-bottom: 20px;
}

.p-policy-sec1__list1 > li::marker {
	font-weight: bold;
}

.p-policy-sec1__list1 > li > span {
	display: inline-block;
}

.p-policy-sec1__list1--normal > li::marker {
	font-weight: normal;
}

.p-policy-sec1__list1--mb0 > li {
	margin-bottom: 0;
}

.p-policy-sec1__list1--mb0 > li::marker {
	font-weight: normal;
}

.p-policy-sec1__list2 {
	font-weight: normal;
	margin-bottom: 20px !important;
	padding-left: 2.5rem !important;
}

.p-policy-sec1__list2 > li {
	counter-increment: cnt;
}

.p-policy-sec1__list2 > li::before {
	content: "(" counter(cnt) ") ";
	display: inline-block;
	margin-left: -2.5rem; /* サイトに合せて調整 */
	width: 2.5rem; /* サイトに合せて調整 */
}

.p-policy-sec1__list3 {
	font-weight: normal;
	margin-bottom: 20px !important;
	padding-left: 2rem !important;
}

.p-policy-sec1__list3 > li {
	counter-increment: kanacnt;
}

.p-policy-sec1__list3 > li::before {
	content: counter(kanacnt, katakana) "．";
	display: inline-block;
	margin-left: -2rem; /* サイトに合せて調整 */
	width: 2rem; /* サイトに合せて調整 */
}

.p-policy-sec1__list4 {
	font-weight: normal;
	margin-bottom: 20px !important;
	padding-left: 2rem !important;
}

.p-policy-sec1__list4 > li {
	counter-increment: cnt2;
}

.p-policy-sec1__list4 > li::before {
	content: "[" counter(cnt2) "] ";
	display: inline-block;
	margin-left: -2rem; /* サイトに合せて調整 */
	width: 2rem; /* サイトに合せて調整 */
}

.p-policy-sec1__list5 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px !important;
	padding-left: 5rem !important;
}

.p-policy-sec1__list5 > li {
	counter-increment: cnt3;
	margin-bottom: 20px;
}

.p-policy-sec1__list5 > li::before {
	content: "第" counter(cnt3) "条 ";
	display: inline-block;
	font-weight: bold;
	margin-left: -5rem; /* サイトに合せて調整 */
	width: 5rem; /* サイトに合せて調整 */
}

.p-policy-sec1__table {
	width: auto;
}

.p-policy-sec1__table th,
.p-policy-sec1__table td {
	border-color: #231815;
	font-weight: normal;
	padding: 5px;
}

.p-policy-sec1__sns {
	display: flex;
	font-size: 12px;
}

.p-policy-sec1__sns a {
	color: inherit;
	text-decoration: none;
}

.p-policy-sec1__sns dt {
	width: 80px;
}

.p-policy-sec1__sns dt > span {
	color: #970022;
}

.p-service-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 830px;
}

.p-service-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-service-sec1__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-service-sec1__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-service-sec1__text1 {
	background: #36a89e;
	color: #fff;
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	padding: 10px 20px;
	text-align: center;
	width: 500px;
}

.p-service-search {
	background: #36a89e;
	padding: 30px 15px;
}

.p-service-search__head {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 18px;
	justify-content: center;
	margin: 0 auto 30px;
	text-align: center;
}

.p-service-search__head > img {
	margin-right: 5px;
}

.p-service-search__wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 40px;
	max-width: 100%;
	width: 1000px;
}

.p-service-search__item {
	width: 32%;
}

.p-service-search__select {
	position: relative;
}

.p-service-search__select::before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888888;
	content: "";
	height: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: 1;
}

.p-service-search__select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 13px;
	margin-bottom: 3px;
	outline: none;
	padding: 15px;
	position: relative;
	width: 100%;
}

.p-service-search__select select::-ms-expand {
	display: none;
}

.p-service-search__select select option {
	padding: 15px;
}

.p-service-search__title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

.p-service-search__new-wrap {
	background: #fff;
	padding: 25px 30px;
}

.p-service-search__new-wrap > div:first-child {
	margin-bottom: 10px;
}

.p-service-search__btn {
	text-align: center;
}

.p-service-search__btn > a {
	-webkit-appearance: none;
	background: #231815;
	border-radius: 5px;
	box-shadow: 0 5px 0 #1d625c;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 320px;
}

.p-service-search__btn > a::after {
	background: url(../img/btn_arrow4@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-list {
	margin: auto;
	max-width: 100%;
	padding: 0px 40px 80px;
	width: 1080px;
}

.p-service-list__num {
	margin-bottom: 80px;
}

.p-service-list__num > span {
	color: #36a89e;
	font-size: 36px;
	font-weight: 500;
}

.p-service-list__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-service-list__item {
	margin-bottom: 90px;
	position: relative;
	width: 47.5%;
}

.p-service-list__item:nth-of-type(odd) {
	margin-right: 5%;
}

.p-service-list__new {
	background: #bc0d23;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	height: 80px;
	left: -40px;
	line-height: 80px;
	position: absolute;
	text-align: center;
	top: -40px;
	width: 80px;
}

.p-service-list__img {
	margin-bottom: 10px;
}

.p-service-list__meta {
	margin-bottom: 10px;
}

.p-service-list__meta p {
	border: 2px solid #36a89e;
	border-radius: 3px;
	color: #36a89e;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 4px 15px;
}

.p-service-list__title {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.p-service-list__text {
	margin-bottom: 20px;
}

.p-service-list__btn {
	text-align: center;
}

.p-service-list__btn > a {
	-webkit-appearance: none;
	background: #36a89e;
	border-radius: 5px;
	box-shadow: 0 5px 0 #297e77;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 57px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 57px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 300px;
}

.p-service-list__btn > a::after {
	background: url(../img/btn_arrow5@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-detail {
	padding: 50px 0;
}

.p-service-detail-head {
	align-items: center;
	background: linear-gradient(90deg, rgb(54, 168, 158) 0%, rgb(54, 168, 158) 50%, transparent 50%, transparent 100%);
	display: flex;
	justify-content: space-between;
}

.p-service-detail-head__content {
	margin-left: auto;
	max-width: 100%;
	padding-right: 50px;
	width: 400px;
}

.p-service-detail-head__meta {
	margin-bottom: 10px;
}

.p-service-detail-head__meta p {
	background: #fff;
	border-radius: 3px;
	color: #36a89e;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 3px 10px;
}

.p-service-detail-head__img {
	padding: 50px 0;
	width: 56vw;
}

.p-service-detail-head__img img {
	-o-object-fit: cover;
	height: 430px;
	object-fit: cover;
	width: 100%;
}

.p-service-detail-head__title {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}

.p-service-detail-head__title::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-service-detail-head__btn {
	text-align: center;
}

.p-service-detail-head__btn > a {
	-webkit-appearance: none;
	background: #231815;
	border-radius: 5px;
	box-shadow: 0 5px 0 #1d625c;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

.p-service-detail-head__btn > a::after {
	background: url(../img/btn_arrow4@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-detail-content {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 1030px;
}

.p-service-detail-content__wrap {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.p-service-detail-content__left {
	width: 50%;
}

.p-service-detail-content__pr {
	color: #36a89e;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-service-detail-content__pr > span {
	padding-bottom: 10px;
	position: relative;
}

.p-service-detail-content__pr > span::after {
	background: #36a89e;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-service-detail-content__text {
	line-height: 1.8;
}

.p-service-detail-content__right {
	border: 4px solid #36a89e;
	padding: 30px;
	position: relative;
	width: 44%;
}

.p-service-detail-content__right::before {
	border: 2px solid #36a89e;
	content: "";
	height: calc(100% - 10px);
	left: 5px;
	position: absolute;
	top: 5px;
	width: calc(100% - 10px);
	z-index: -1;
}

.p-service-detail-content__benefit {
	color: #36a89e;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.p-service-detail-content__benefit > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.p-service-detail-content__text2 {
	color: #36a89e;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
}

.p-service-detail-slider {
	margin: 0 auto 80px;
	max-width: 100%;
	width: 1000px;
}

.p-service-detail-slider img {
	margin: 0 5px;
}

.p-service-detail-slider .slick-prev {
	background: url(../img/slider_prev2@2x.png) no-repeat center/contain;
	height: 25px;
	left: -45px;
	width: 25px;
}

.p-service-detail-slider .slick-next {
	background: url(../img/slider_next2@2x.png) no-repeat center/contain;
	height: 25px;
	right: -45px;
	width: 25px;
}

.p-service-detail-comment {
	display: flex;
	margin-bottom: 80px;
	padding-left: calc(50vw - 500px);
}

.p-service-detail-comment__head {
	align-items: center;
	background: #36a89e;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.5rem;
	padding: 15px 90px 15px 40px;
	text-align: center;
	writing-mode: vertical-rl;
}

.p-service-detail-comment__content {
	align-items: center;
	background: #d7eeec;
	display: flex;
	flex-grow: 1;
	padding: 30px 0;
}

.p-service-detail-comment__img {
	flex-shrink: 0;
	margin-left: -50px;
	margin-right: 20px;
	width: 340px;
}

.p-service-detail-comment__text {
	line-height: 1.9;
	max-width: 450px;
}

.p-service-detail-btn {
	display: flex;
	justify-content: center;
}

.p-service-detail-btn a:first-child {
	background: #36a89e;
	border-radius: 5px;
	box-shadow: 0 5px 0 #297e77;
	color: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	margin-right: 30px;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-service-detail-btn a:first-child::after {
	background: url(../img/btn_arrow5@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-detail-btn a:last-child {
	width: 330px;
}

.p-services-sec1 {
	padding: 80px 0;
}

.p-services-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 30px;
}

.p-services-sec1__text1 {
	font-size: 18px;
	line-height: 2.1;
	margin-bottom: 30px;
}

.p-services-sec2 {
	padding: 0 0 80px;
	position: relative;
}

.p-services-sec2::before {
	background: #970022;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
	z-index: -1;
}

.p-services-sec2-head {
	align-items: flex-end;
	display: flex;
	margin-bottom: 80px;
}

.p-services-sec2-head__img {
	flex-shrink: 0;
	height: 330px;
	margin-right: 2%;
	width: 48%;
}

.p-services-sec2-head__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-services-sec2-head__content {
	max-width: 450px;
}

.p-services-sec2-head__title {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.p-services-sec2-head__title > span {
	background: #970022;
	display: inline-block;
	padding: 5px 10px;
}

.p-services-sec2-head__text {
	font-size: 18px;
	letter-spacing: 0.14rem;
	line-height: 2.1;
}

.p-services-sec2-saihakken {
	display: flex;
	margin-bottom: 60px;
}

.p-services-sec2-saihakken__logo {
	margin-right: 80px;
}

.p-services-sec2-saihakken__text1 {
	border-left: 11px solid #970022;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 20px;
}

.p-services-sec2-saihakken__text2 {
	border: 2px solid #BC0D23;
	color: #BC0D23;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 3px;
}

.p-services-sec2-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-services-sec2-bottom__item {
	padding: 0 30px;
	width: 33.3%;
}

.p-services-sec2-bottom__item:nth-of-type(n+2) {
	border-left: 1px dashed #989999;
}

.p-services-sec2-bottom__logo {
	display: grid;
	height: 110px;
	margin-bottom: 20px;
	place-content: center;
}

.p-services-sec2-bottom__logo img {
	margin: auto;
}

.p-services-sec2-bottom__title {
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.3rem;
	margin-bottom: 15px;
	text-align: center;
}

.p-services-sec2-bottom__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.22rem;
}

.p-services-sec2-bottom__text {
	font-size: 15px;
}

.p-services-sec3 {
	padding: 0px 0 80px;
	position: relative;
}

.p-services-sec3::before {
	background: #970022;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	z-index: -1;
}

.p-services-sec3-head {
	align-items: flex-end;
	display: flex;
	flex-direction: row-reverse;
	justify-content: right;
	margin-bottom: 80px;
}

.p-services-sec3-head__img {
	flex-shrink: 0;
	height: 330px;
	margin-left: 2%;
	width: 48%;
}

.p-services-sec3-head__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-services-sec3-head__content {
	max-width: 450px;
}

.p-services-sec3-head__title {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.p-services-sec3-head__title > span {
	background: #970022;
	display: inline-block;
	padding: 5px 10px;
}

.p-services-sec3-head__text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.14rem;
	line-height: 2.1;
}

.p-services-sec3-head__text > span {
	color: #970022;
}

.p-services-sec3-saihakken {
	align-items: flex-end;
	display: flex;
	margin-bottom: 60px;
}

.p-services-sec3-saihakken__logo {
	margin-right: 80px;
}

.p-services-sec3-saihakken__text1 {
	border-left: 11px solid #970022;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 20px;
}

.p-services-sec3-saihakken__text2 {
	border: 2px solid #BC0D23;
	color: #BC0D23;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 3px;
}

.p-services-sec3-bottom {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.p-services-sec3-bottom__item {
	width: 50%;
}

.p-services-sec3-bottom__item:nth-of-type(1) {
	border-right: 1px dashed #989999;
	padding: 0 50px 50px 0;
}

.p-services-sec3-bottom__item:nth-of-type(2) {
	border-bottom: 1px dashed #989999;
	padding: 0 0 50px 50px;
}

.p-services-sec3-bottom__item:nth-of-type(3) {
	border-top: 1px dashed #989999;
	padding: 50px 50px 0 0;
}

.p-services-sec3-bottom__item:nth-of-type(4) {
	border-left: 1px dashed #989999;
	padding: 50px 0 0 50px;
}

.p-services-sec3-bottom__title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.p-services-sec3-bottom__text {
	font-size: 15px;
}

.p-top-news {
	background: #000;
	color: #fff;
	padding: 85px 15px;
}

.p-top-news__title {
	font-size: 50px;
	letter-spacing: 0.22rem;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

.p-top-news__title::before {
	background: #970022;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 14px;
}

.p-top-news__content {
	flex-grow: 1;
}

.p-top-news__table {
	margin-bottom: 30px;
}

.p-top-news__table dl {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: flex;
	padding: 10px 0;
}

.p-top-news__table dt {
	font-size: 14px;
	margin-right: 20px;
}

.p-top-news__table dt > span {
	background: #970022;
	font-size: 10px;
	font-weight: 500;
	margin-left: 20px;
	padding: 2px 8px;
}

.p-top-news__table dd {
	flex-grow: 1;
}

.p-top-news__table a {
	color: #fff;
	text-decoration: none;
}

.p-top-about {
	background: #970022;
	color: #fff;
	padding: 85px 0;
}

.p-top-about__title {
	font-size: 50px;
	letter-spacing: 0.22rem;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

.p-top-about__title::before {
	background: #CB7F90;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 14px;
}

.p-top-about__text1 {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 30px;
}

.p-top-about__text2 {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 30px;
}

.p-top-services {
	background: linear-gradient(90deg, #fff 0%, #fff 95%, #970022 95%, #970022 100%);
	margin-bottom: 100px;
	padding: 85px 0;
	position: relative;
}

.p-top-services__title {
	font-size: 50px;
	letter-spacing: 0.22rem;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

.p-top-services__title::before {
	background: #CB7F90;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 14px;
}

.p-top-services__text1 {
	font-family: "Shippori Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 30px;
}

.p-top-services__text2 {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 30px;
}

.p-top-services__btn {
	margin-bottom: 120px;
}

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

.p-top-services__item {
	display: flex;
	flex-direction: column;
	width: 31%;
}

.p-top-services__logo {
	display: grid;
	height: 110px;
	margin-bottom: 20px;
	place-items: center;
}

.p-top-services__text3 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 20px;
}

.p-top-services__text3 > span {
	font-size: 12px;
}

.p-top-services__text4 {
	font-size: 13px;
	margin-bottom: 20px;
}

.p-top-services__btn2 {
	margin-top: auto;
}

.p-top-services::after {
	background: #970022;
	content: "";
	height: 100px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.p-top-nav {
	margin: auto;
	margin-bottom: 30px;
	max-width: 100%;
	width: 1150px;
}

.p-top-nav__wrap {
	align-content: space-between;
	display: grid;
	grid-template-columns: 53% 45%;
	grid-template-rows: 48% 48%;
	justify-content: space-between;
}

.p-top-nav__item {
	color: #fff;
	display: block;
	padding: 30px 20px 30px;
	text-decoration: none;
}

.p-top-nav__item--service {
	background: url(../img/bg_service@2x.png) no-repeat center/cover;
	grid-column: 1/2;
	grid-row: 1/3;
	padding: 100px 20px 30px;
}

.p-top-nav__item--service .p-top-nav__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
}

.p-top-nav__item--service .p-top-nav__head > .p-top-nav__icon {
	margin-right: 0px;
}

.p-top-nav__item--service .p-top-nav__title {
	margin-bottom: 30px;
	margin-top: 30px;
}

.p-top-nav__item--service .p-top-nav__text {
	margin: 0 auto 30px;
	max-width: 100%;
	width: 330px;
}

.p-top-nav__item--gift {
	background: url(../img/bg_gift@2x.png) no-repeat center/cover;
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-top-nav__item--event {
	background: url(../img/bg_event@2x.png) no-repeat center/cover;
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-top-nav__item--event .p-top-nav__text {
	margin: 0 auto 30px;
	max-width: 100%;
	width: 325px;
}

.p-top-nav__head {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.p-top-nav__head > .p-top-nav__icon {
	margin-right: 20px;
}

.p-top-nav__icon img {
	margin: auto;
}

.p-top-nav__title {
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.4rem;
	text-align: center;
}

.p-top-nav__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.22rem;
}

.p-top-nav__text {
	font-size: 15px;
	margin-bottom: 30px;
}

.p-top-nav__btn {
	text-align: center;
}

.p-top-nav__btn > span {
	-webkit-appearance: none;
	background: transparent;
	background-image: none;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0 5px 0 #AEAEAF;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 50px;
	letter-spacing: 0.5rem;
	line-height: 44px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 246px;
}

.p-top-nav__btn > span::after {
	background: url(../img/btn_arrow3@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-top-sec1 {
	background: url(../img/top_bg@2x.jpg) no-repeat center/cover;
	height: 595px;
	position: relative;
}

.p-top-sec1__text1 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	right: 10%;
	text-orientation: upright;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.p-top-sec1__text2 {
	bottom: 50px;
	color: #fff;
	font-size: 15px;
	left: 10%;
	line-height: 2;
	max-width: 100%;
	position: absolute;
	width: 534px;
}

.p-top-how {
	display: flex;
	margin: auto;
	max-width: 100%;
	padding: 60px 15px 50px;
	width: 830px;
}

.p-top-how__title {
	font-family: "Shippori Mincho", serif;
	font-size: 31px;
	letter-spacing: 0.22rem;
	margin-right: 80px;
	writing-mode: vertical-rl;
}

.p-top-how__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-left: 10px;
}

.p-top-how__content {
	flex-grow: 1;
}

.p-top-how__text {
	line-height: 2;
	margin-bottom: 20px;
}

.js-fadein,
.js-fadein-down,
.js-fadein-up {
	opacity: 0;
	transition: 1s 0.5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-down,
.is-fadein.js-fadein-up {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-mbl {
	margin-bottom: 5em !important;
}

.u-mbm {
	margin-bottom: 3em !important;
}

.u-mbs {
	margin-bottom: 1em !important;
}

.u-mb0 {
	margin-bottom: 0 !important;
}

.u-mtl {
	margin-top: 5em !important;
}

.u-mtm {
	margin-top: 3em !important;
}

.u-mts {
	margin-top: 1em !important;
}

.u-note {
	color: #999999;
	font-size: 12px;
}

.u-text-left {
	text-align: left !important;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	pointer-events: none;
}

body.home {
	padding-top: 0;
}

.home .header {
	display: none;
}

.u-sp-only {
	display: none !important;
}

}

@media (min-width: 1000px) {

.u-head-sp-only {
	display: none;
}

}

@media (max-width: 1300px) {

.c-gnav__item {
	padding: 10px 10px;
}

}

@media (max-width: 1100px) {

.p-service-detail-slider {
	margin-bottom: 50px;
}

.p-service-detail-slider .slick-prev {
	left: 38px;
}

.p-service-detail-slider .slick-next {
	right: 38px;
}

.p-service-detail-slider img {
	margin: 0;
}

}

@media (max-width: 1000px) {

.p-top-services {
	background: #fff;
}

}

@media (max-width: 999px) {

ul.c-gnav__sublist {
	display: none !important;
}

.u-head-pc-only {
	display: none;
}

}

@media (max-width: 899px) {

.l-header__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 767px) {

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.slick-dots {
	left: 50px;
}

.l-footer-bottom {
	padding: 20px 15px;
}

.l-footer-bottom__wrap {
	align-items: initial;
	flex-direction: column;
}

.l-footer-bottom__nav ul {
	justify-content: center;
	margin: auto;
	max-width: 90%;
}

.l-footer-bottom__nav li {
	margin-bottom: 10px;
}

.l-footer-bottom__nav li:not(:last-child) a {
	margin-right: 20px;
	padding-right: 20px;
}

.l-footer-bottom__nav li:not(:last-child) a::after {
	background: #333333;
	bottom: 0;
	content: "";
	height: 80%;
	position: absolute;
	right: 0;
	width: 1px;
}

.l-footer-bottom__policy {
	margin-bottom: 20px;
	text-align: center;
}

.l-footer-bottom__policy a {
	font-size: 13px;
}

.l-footer__copy {
	font-size: 10px;
	padding-top: 0;
}

.header {
	height: 76px;
}

.l-header__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-header__logo {
	position: initial;
}

.top .l-header__logo {
	position: initial;
}

.top .l-header__logo img {
	height: 52px;
	width: 41px;
}

.c-breadcrumb {
	display: none;
}

.c-btn,
.c-btn--red,
.c-btn--white {
	height: 47px;
	line-height: 45px;
	text-align: center;
	width: 100%;
}

.c-fnav {
	align-items: initial;
	flex-direction: column;
	padding: 20px 15px 0px;
}

.c-fnav__title {
	margin-bottom: 30px;
	margin-right: 0px;
	writing-mode: initial;
}

.c-fnav__title > span {
	font-size: 14px;
	margin-left: 0px;
}

.c-fnav__link {
	margin-bottom: 20px;
	width: 100%;
}

.c-fnav__icon img {
	width: 29px;
}

.c-fnav__tel {
	font-size: 20px;
}

.c-fnav__open {
	font-size: 11px;
}

.c-fnav__contact {
	font-size: 16px;
	padding: 10px 0;
}

.c-fnav__wrapper {
	margin-bottom: 20px;
}

.c-fnav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 10px !important;
}

.c-fnav__list a {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	text-decoration: none;
}

.c-fnav__list--small a {
	font-size: 10px;
}

.c-fnav__company2 {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
}

.c-fnav__company2 > span {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
	padding: 3px 5px;
}

.c-gnav__btn {
	display: none;
}

.c-gnav__wrapper {
	display: none;
}

.c-gnav-open {
	padding: 220px 15px 120px;
}

.c-gnav-open__logo {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 60px;
}

.c-gnav-open__logo img {
	margin: auto;
}

.c-gnav-open__list {
	font-size: 20px;
}

.c-gnav-open__list:last-child {
	font-size: 16px;
	margin-top: 30px;
}

.c-gnav-open__item {
	margin-bottom: 10px;
}

.c-gnav-open__icon {
	bottom: 50px;
}

.c-gnav-open__icon a {
	height: 29px;
	width: 35px;
}

.c-gnav-open__icon a:after,
.c-gnav-open__icon a:before {
	background: #221613;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a {
	height: 24px;
	width: 29px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	height: 3px;
}

.c-gnav__icon a span {
	height: 3px;
}

.c-header-img {
	height: 183px;
}

.c-header-lead {
	padding: 40px 15px;
}

.c-header-lead__title {
	font-size: 31px;
	margin-bottom: 15px;
}

.c-header-lead__title > span {
	font-size: 14px;
}

.c-header-lead__text {
	font-size: 14px;
}

.c-header {
	height: auto;
	padding: 30px 0;
	position: relative;
}

.c-header__title {
	margin: auto;
	margin-bottom: 20px;
	margin-left: 15px;
	position: relative;
	top: auto;
	transform: initial;
}

.c-header__img {
	height: auto;
	left: 50%;
	position: initial;
	top: 0;
	width: 100vw;
}

.c-header__img img {
	-o-object-fit: initial;
	height: 100%;
	object-fit: initial;
	width: 100%;
}

.c-mv {
	height: 480px;
	padding-left: 15px;
}

.c-mv__left {
	display: none;
}

.c-mv__content {
	width: 100%;
}

.c-mv__text {
	font-size: 24px;
	left: -15px;
	padding: 20px 15px;
	top: 10%;
	transform: initial;
}

.c-mv__bnr {
	display: none;
}

.p-about-sec1 {
	padding: 30px 0;
}

.p-about-sec1__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-about-sec1__text1 {
	font-size: 18px;
	margin-bottom: 30px;
}

.p-about-sec1__text2 {
	font-size: 14px;
	margin-bottom: 30px;
}

.p-about-sec1__text3 {
	font-size: 14px;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 20px 15px;
}

.p-about-sec1__text3 > span {
	font-size: 21px;
}

.p-about-sec2 {
	padding: 40px 0;
}

.p-about-sec2__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-about-sec2__table dl {
	font-size: 14px;
	padding: 15px 0;
}

.p-about-sec2__table dt {
	-moz-text-align-last: justify;
	flex-shrink: 0;
	margin-right: 30px;
	text-align-last: justify; /* Chrome・Firefox用 */
	text-justify: inter-ideograph; /* IE・Edge用 */
	width: 75px;
}

.p-about-sec2__table dd {
	line-height: 2.1;
}

.p-about-sec3 {
	padding: 40px 0;
}

.p-about-sec3__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-about-sec3__text {
	font-size: 14px;
}

.p-contact-sec1 {
	padding: 50px 0;
}

.p-contact-sec1__title {
	font-size: 31px;
}

.p-contact-sec1__title > span {
	font-size: 14px;
}

.p-contact-sec1__lead {
	font-size: 14px;
	margin-bottom: 50px;
}

.p-contact-sec1__lead2 {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: left;
}

.p-contact-form__table {
	border: none;
	margin-bottom: 50px;
}

.p-contact-form__table dl {
	margin-bottom: 20px;
}

.p-contact-form__table dl:last-of-type {
	margin-bottom: 10px;
}

.p-contact-form__table dt {
	font-size: 16px;
	margin-bottom: 10px;
}

.p-contact-form__table dt > span {
	background: #970022;
	color: #fff;
	font-size: 12px;
	margin-left: 15px;
	padding: 1px 10px;
	white-space: nowrap;
}

.p-contact-form__table dd input[type=text],
.p-contact-form__table dd input[type=tel],
.p-contact-form__table dd input[type=email],
.p-contact-form__table dd textarea {
	background: #E8E8E8;
	border: none;
	padding: 10px;
}

.p-contact-form__table dd select {
	background: #E8E8E8;
	border: none;
	padding: 8px;
	width: 100%;
}

.p-contact-form__table--confirm {
	margin-bottom: 40px;
}

.p-contact-form__table--confirm dl {
	text-align: center;
}

.p-contact-form__table--confirm dt {
	display: none;
}

.p-contact-form__table--confirm dd {
	margin: auto;
}

.p-contact-form__item--1 {
	flex-direction: column;
}

.p-contact-form__item--9 > div {
	flex-direction: column;
}

.p-contact-form__item--9 > div label {
	width: 100%;
}

.p-contact-form__item--10 {
	flex-direction: column;
}

.p-contact-form__item--10 label {
	width: 100%;
}

.p-contact-form__item--11 {
	flex-direction: column;
}

.p-contact-form__item--11 label {
	margin-bottom: 0;
	width: 100%;
}

.p-contact-form__btn > button,
.p-contact-form__btn > a {
	margin: 10px 0;
}

.p-event-sec1 {
	padding: 40px 15px;
}

.p-event-sec1__bnr {
	margin-bottom: 40px;
}

.p-event-sec1__title {
	font-size: 28px;
	margin-bottom: 40px;
}

.p-event-sec1__title > span {
	padding-bottom: 10px;
}

.p-event-sec1__text1 {
	font-size: 14px;
	padding: 10px 0px;
}

.p-gift-sec1 {
	padding: 40px 15px;
}

.p-news-list {
	padding: 50px 0;
}

.p-news-list__item {
	align-items: initial;
	flex-direction: column;
	padding: 15px 0;
}

.p-news-list__meta {
	flex-shrink: 0;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.p-news-list__title {
	font-size: 14px;
}

.p-news-detail__wrap {
	flex-direction: column;
}

.p-news-detail__meta {
	display: flex;
	font-size: 13px;
	margin-bottom: 20px;
}

.p-news-detail__date {
	margin-bottom: 0;
	margin-right: 10px;
}

.p-news-detail__content > p {
	font-size: 14px;
}

.p-news-detail__title {
	font-size: 25px;
}

.p-news-detail__img-wrap img {
	height: 160px;
}

.p-news-detail__btn {
	margin-top: 30px;
}

.p-others-sec1 {
	padding: 30px 0 0;
}

.p-others-sec1__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-others-sec1__text1 {
	font-size: 14px;
	margin-bottom: 30px;
}

.p-others-sec2 {
	margin-bottom: 0px;
}

.p-others-sec2__item {
	padding: 50px 0;
}

.p-others-sec2__logo {
	margin-bottom: 30px;
}

.p-others-sec2__logo img {
	margin: auto;
}

.p-others-sec2__h3 {
	font-size: 21px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.p-others-sec2__text1 {
	font-size: 14px;
}

.p-others-sec2__text2 {
	font-size: 14px;
}

.p-policy-sec1 {
	padding: 40px 0;
}

.p-policy-sec1__title {
	font-size: 40px;
	margin-bottom: 40px;
}

.p-policy-sec1__title > span {
	display: block;
	font-size: 14px;
}

.p-policy-sec1__lead {
	margin-bottom: 40px;
}

.p-policy-sec1__h3 {
	margin-bottom: 10px;
}

.p-policy-sec1__h3 > span {
	border-bottom: none;
	display: inline;
	margin-right: 10px;
}

.p-policy-sec1__text {
	font-size: 12px;
	margin-bottom: 10px;
}

.p-policy-sec1__list1 {
	padding-left: 2rem !important;
}

.p-policy-sec1__list1 > li {
	margin-bottom: 10px;
}

.p-policy-sec1__list2 {
	margin-bottom: 10px !important;
	padding-left: 2.5rem !important;
}

.p-policy-sec1__list2 > li::before {
	margin-left: -2.5rem; /* サイトに合せて調整 */
	width: 2.5rem; /* サイトに合せて調整 */
}

.p-policy-sec1__list3 {
	margin-bottom: 20px !important;
	padding-left: 2rem !important;
}

.p-policy-sec1__list3 > li::before {
	margin-left: -2rem; /* サイトに合せて調整 */
	width: 2rem; /* サイトに合せて調整 */
}

.p-policy-sec1__list4 {
	margin-bottom: 20px !important;
	padding-left: 2rem !important;
}

.p-policy-sec1__list4 > li::before {
	margin-left: -2rem; /* サイトに合せて調整 */
	width: 2rem; /* サイトに合せて調整 */
}

.p-policy-sec1__list5 {
	font-size: 12px;
	margin-bottom: 20px !important;
	padding-left: 5rem !important;
}

.p-policy-sec1__list5 > li {
	margin-bottom: 20px;
}

.p-policy-sec1__list5 > li::before {
	margin-left: -5rem; /* サイトに合せて調整 */
	width: 5rem; /* サイトに合せて調整 */
}

.p-policy-sec1__table th,
.p-policy-sec1__table td {
	padding: 2px;
}

.p-policy-sec1__sns {
	display: flex;
	font-size: 12px;
}

.p-policy-sec1__sns dt {
	width: 80px;
}

.p-policy-sec1__sns dt > span {
	color: #970022;
}

.p-service-sec1 {
	padding: 40px 15px;
}

.p-service-sec1__bnr {
	margin-bottom: 40px;
}

.p-service-sec1__title {
	font-size: 28px;
	margin-bottom: 40px;
}

.p-service-sec1__title > span {
	padding-bottom: 10px;
}

.p-service-sec1__text1 {
	font-size: 14px;
	padding: 10px 0px;
}

.p-service-search {
	background: #36a89e;
	padding: 30px 15px;
}

.p-service-search__head {
	font-size: 16px;
	margin: 0 auto 20px;
}

.p-service-search__head > img {
	margin-right: 5px;
}

.p-service-search__wrap {
	flex-direction: column;
	margin-bottom: 10px;
}

.p-service-search__item {
	margin-bottom: 20px;
	width: 100%;
}

.p-service-search__title {
	font-size: 15px;
}

.p-service-search__new-wrap {
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 25px 30px;
}

.p-service-search__new-wrap > div {
	font-size: 15px;
}

.p-service-search__new-wrap > div:first-child {
	margin-bottom: 0px;
	margin-right: 40px;
}

.p-service-search__btn > a {
	width: 100%;
}

.p-service-list {
	padding: 0px 15px 80px;
}

.p-service-list__num {
	font-size: 13px;
	margin-bottom: 50px;
	text-align: center;
}

.p-service-list__num > span {
	font-size: 24px;
}

.p-service-list__wrap {
	flex-direction: column;
}

.p-service-list__item {
	margin-bottom: 60px;
	position: relative;
	width: 100%;
}

.p-service-list__item:nth-of-type(odd) {
	margin-right: 0%;
}

.p-service-list__new {
	display: inline-block;
	font-size: 20px;
	height: 76px;
	left: -5px;
	line-height: 76px;
	top: -20px;
	width: 76px;
}

.p-service-list__img {
	margin-bottom: 10px;
}

.p-service-list__meta {
	margin-bottom: 10px;
}

.p-service-list__meta p {
	font-size: 13px;
	padding: 4px 15px;
}

.p-service-list__title {
	margin-bottom: 10px;
}

.p-service-list__text {
	font-size: 14px;
	margin-bottom: 20px;
}

.p-service-list__btn {
	text-align: center;
}

.p-service-list__btn > a {
	height: 51px;
	line-height: 51px;
	width: 100%;
}

.p-service-detail-head {
	align-items: center;
	background: linear-gradient(180deg, transparent 0%, transparent 10%, rgb(54, 168, 158) 10%, rgb(54, 168, 158) 100%);
	flex-direction: column-reverse;
	justify-content: space-between;
	padding-bottom: 15px;
}

.p-service-detail-head__content {
	margin-left: auto;
	padding: 15px;
	width: 100%;
}

.p-service-detail-head__meta {
	margin-bottom: 10px;
}

.p-service-detail-head__meta p {
	background: #fff;
	border-radius: 3px;
	color: #36a89e;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 3px 10px;
}

.p-service-detail-head__img {
	padding: 0;
	width: 100%;
}

.p-service-detail-head__img img {
	-o-object-fit: initial;
	height: auto;
	object-fit: initial;
	width: calc(100vw - 15px);
}

.p-service-detail-head__title {
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.p-service-detail-head__btn > a {
	height: 51px;
	line-height: 51px;
}

.p-service-detail-content {
	padding: 50px 15px;
}

.p-service-detail-content__wrap {
	flex-direction: column;
}

.p-service-detail-content__left {
	margin-bottom: 30px;
	width: 100%;
}

.p-service-detail-content__pr {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}

.p-service-detail-content__pr > span {
	padding-bottom: 10px;
}

.p-service-detail-content__text {
	font-size: 14px;
}

.p-service-detail-content__right {
	width: 100%;
}

.p-service-detail-content__benefit {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-service-detail-content__text2 {
	font-size: 21px;
}

.p-service-detail-comment {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	padding-left: calc(50vw - 500px);
}

.p-service-detail-comment__head {
	padding: 20px 15px 60px;
	writing-mode: initial;
}

.p-service-detail-comment__content {
	flex-direction: column;
	flex-grow: 1;
	padding: 0px 15px 20px;
}

.p-service-detail-comment__img {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -40px;
	width: 100%;
}

.p-service-detail-comment__text {
	font-size: 14px;
	line-height: 1.9;
	max-width: 450px;
}

.p-service-detail-btn {
	flex-direction: column;
	padding: 0 15px;
}

.p-service-detail-btn a:first-child {
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}

.p-service-detail-btn a:last-child {
	height: 46px;
	line-height: 40px;
	width: 100%;
}

.p-services-sec1 {
	padding: 30px 0;
}

.p-services-sec1__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-services-sec1__text1 {
	font-size: 14px;
	margin-bottom: 30px;
}

.p-services-sec2-head {
	flex-direction: column;
	margin-bottom: 30px;
	padding: 0 15px;
}

.p-services-sec2-head__img {
	flex-shrink: 0;
	height: auto;
	margin-bottom: 20px;
	margin-right: 0%;
	width: 100%;
}

.p-services-sec2-head__img img {
	-o-object-fit: initial;
	object-fit: initial;
}

.p-services-sec2-head__content {
	max-width: none;
	width: 100%;
}

.p-services-sec2-head__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-services-sec2-head__title > span {
	padding: 5px 10px;
}

.p-services-sec2-head__text {
	font-size: 14px;
	line-height: 1.7;
}

.p-services-sec2-saihakken {
	flex-direction: column;
	margin-bottom: 30px;
}

.p-services-sec2-saihakken__logo {
	margin-bottom: 30px;
	margin-right: 0px;
}

.p-services-sec2-saihakken__logo img {
	margin: auto;
	width: 121px;
}

.p-services-sec2-saihakken__text1 {
	font-size: 18px;
}

.p-services-sec2-bottom {
	flex-direction: column;
	margin-bottom: 50px;
}

.p-services-sec2-bottom__item {
	padding: 30px 0px;
	width: 100%;
}

.p-services-sec2-bottom__item:nth-of-type(n+2) {
	border-left: none;
	border-top: 1px dashed #989999;
}

.p-services-sec2-bottom__item:nth-of-type(1) img {
	width: 49px;
}

.p-services-sec2-bottom__item:nth-of-type(2) img {
	width: 52px;
}

.p-services-sec2-bottom__item:nth-of-type(3) img {
	width: 58px;
}

.p-services-sec2-bottom__head {
	align-items: center;
	display: flex;
	margin: auto;
	max-width: 70%;
}

.p-services-sec2-bottom__logo {
	display: grid;
	height: 110px;
	margin-bottom: 0px;
	margin-right: 30px;
	place-content: center;
}

.p-services-sec2-bottom__logo img {
	margin: auto;
}

.p-services-sec2-bottom__title {
	font-size: 31px;
	text-align: left;
}

.p-services-sec2-bottom__title > span {
	font-size: 14px;
}

.p-services-sec2-bottom__text {
	font-size: 15px;
}

.p-services-sec2 {
	padding: 40px 0;
}

.p-services-sec2::before {
	content: none;
}

.p-services-sec2__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-services-sec2__table dl {
	font-size: 14px;
	padding: 15px 0;
}

.p-services-sec2__table dt {
	-moz-text-align-last: justify;
	flex-shrink: 0;
	margin-right: 30px;
	text-align-last: justify; /* Chrome・Firefox用 */
	text-justify: inter-ideograph; /* IE・Edge用 */
	width: 75px;
}

.p-services-sec2__table dd {
	line-height: 2.1;
}

.p-services-sec3::before {
	content: none;
}

.p-services-sec3-head {
	flex-direction: column;
	margin-bottom: 30px;
	padding: 0 15px;
}

.p-services-sec3-head__img {
	flex-shrink: 0;
	height: auto;
	margin-bottom: 20px;
	margin-right: 0%;
	width: 100%;
}

.p-services-sec3-head__img img {
	-o-object-fit: initial;
	object-fit: initial;
}

.p-services-sec3-head__content {
	max-width: none;
	width: 100%;
}

.p-services-sec3-head__title {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-services-sec3-head__title > span {
	padding: 5px 10px;
}

.p-services-sec3-head__text {
	font-size: 14px;
	line-height: 1.7;
}

.p-services-sec3-saihakken {
	align-items: center;
	flex-direction: column;
	margin-bottom: 30px;
}

.p-services-sec3-saihakken__logo {
	margin-bottom: 30px;
	margin-right: 0px;
}

.p-services-sec3-saihakken__logo img {
	margin: auto;
	width: 215px;
}

.p-services-sec3-saihakken__text1 {
	font-size: 18px;
}

.p-services-sec3-bottom {
	flex-direction: column;
	margin-bottom: 50px;
}

.p-services-sec3-bottom__item {
	width: 100%;
}

.p-services-sec3-bottom__item:nth-of-type(1) {
	border-bottom: 1px dashed #989999;
	border-right: none;
	padding: 10px 0 30px 0;
}

.p-services-sec3-bottom__item:nth-of-type(2) {
	padding: 30px 0 30px 0;
}

.p-services-sec3-bottom__item:nth-of-type(3) {
	border-bottom: 1px dashed #989999;
	border-top: none;
	padding: 30px 0 30px 0;
}

.p-services-sec3-bottom__item:nth-of-type(4) {
	border-left: none;
	padding: 30px 0 30px 0;
}

.p-services-sec3-bottom__title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.p-services-sec3-bottom__text {
	font-size: 14px;
}

.p-services-sec3 {
	padding: 40px 0;
}

.p-top-news {
	flex-direction: column;
	padding: 40px 0;
}

.p-top-news__title {
	margin-bottom: 30px;
}

.p-top-news__table {
	margin-bottom: 30px;
}

.p-top-news__table dl {
	align-items: flex-start;
	flex-direction: column;
	padding: 10px 0 5px 0;
}

.p-top-news__table dt {
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 20px;
}

.p-top-news__table dt > span {
	margin-left: 20px;
	padding: 0px 5px;
}

.p-top-news__table dd {
	font-size: 14px;
}

.p-top-about {
	padding: 50px 0;
}

.p-top-about__title {
	font-size: 50px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.p-top-about__text1 {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-top-about__text2 {
	font-size: 14px;
	margin-bottom: 20px;
}

.p-top-services {
	margin-bottom: 0;
	padding: 50px 0 0;
}

.p-top-services__title {
	font-size: 50px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.p-top-services__text1 {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-top-services__text2 {
	font-size: 14px;
	margin-bottom: 20px;
}

.p-top-services__btn {
	margin-bottom: 80px;
}

.p-top-services__wrap {
	flex-direction: column;
}

.p-top-services__item {
	margin-bottom: 50px;
	width: 100%;
}

.p-top-services__logo {
	height: auto;
	margin-bottom: 20px;
}

.p-top-services__text3 {
	margin-bottom: 20px;
	text-align: center;
}

.p-top-services__text4 {
	font-size: 13px;
	margin-bottom: 20px;
}

.p-top-services::after {
	content: none;
}

.p-top-nav__wrap {
	grid-template-columns: 100%;
	grid-template-rows: 178px 178px 178px;
}

.p-top-nav__item {
	padding: 55px 20px;
	position: relative;
}

.p-top-nav__item::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
}

.p-top-nav__item--service {
	grid-column: 1/2;
	grid-row: 1/2;
	padding: 55px 20px;
}

.p-top-nav__item--service .p-top-nav__head {
	align-items: flex-end;
	flex-direction: row;
}

.p-top-nav__item--service .p-top-nav__head > .p-top-nav__icon {
	margin-right: 20px;
}

.p-top-nav__item--service .p-top-nav__icon img {
	width: 48px;
}

.p-top-nav__item--service .p-top-nav__title {
	margin: 0;
}

.p-top-nav__item--gift {
	grid-column: 1/2;
	grid-row: 2/3;
}

.p-top-nav__item--gift .p-top-nav__icon img {
	width: 52px;
}

.p-top-nav__item--event {
	grid-column: 1/2;
	grid-row: 3/4;
}

.p-top-nav__item--event .p-top-nav__icon img {
	width: 58px;
}

.p-top-nav__head {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.p-top-nav__head > .p-top-nav__icon {
	margin-right: 20px;
}

.p-top-nav__icon img {
	margin: auto;
}

.p-top-nav__title {
	font-size: 31px;
	letter-spacing: 0.2rem;
	text-align: left;
}

.p-top-nav__title > span {
	font-size: 14px;
}

.p-top-nav__text {
	display: none;
}

.p-top-nav__btn {
	display: none;
}

.p-top-sec1 {
	height: 493px;
}

.p-top-sec1__text1 {
	color: #333333;
	font-size: 24px;
	left: 20px;
	position: absolute;
	right: auto;
	text-orientation: initial;
	top: 30px;
	transform: initial;
	writing-mode: initial;
}

.p-top-sec1__text2 {
	bottom: 20px;
	font-size: 14px;
	left: 20px;
	max-width: calc(100% - 40px);
}

.p-top-how {
	flex-direction: column;
	padding: 40px 15px 40px;
}

.p-top-how__title {
	margin-bottom: 30px;
	margin-right: 0px;
	text-align: center;
	writing-mode: initial;
}

.p-top-how__title > span {
	font-size: 14px;
	margin-left: 0px;
}

.p-top-how__text {
	font-size: 14px;
}

.u-pc-only {
	display: none !important;
}

}

