@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
	color: #8a4921;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #8a4921;
	transition: .4s;
}
/*=====ウェブアクセシビリティ=====*/
a:focus-visible {
	outline: 5px solid red !important;
	outline-offset: -3px;
	box-shadow: 0 0 0 4px white;
}
/*============================*/
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 90px 0 120px;
	position: relative;
}
main section.stb {
	padding: 110px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 60px 0 75px;
	}
	main section.stb {
		padding: 60px 0;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.3;
}
.stb .maintitle {
	margin-bottom: 45px;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(1.8rem, 1.05rem + 2.4vw, 2.4rem);
	color: #8a4921;
	font-family: 'Kaisei Opti', serif;
	font-weight: 500;
}
.maintitle:first-letter {
	color: #dc143c;
}
.maintitle .sf {
	font-size: clamp(0.95rem, 0.7625rem + 0.6vw, 1.1rem);
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
}
.maintitle.mleft {
	text-align: left;
}
.maintitle.mleft .sf {
	position: relative;
	padding-left: 40px;
}
.maintitle.mleft .sf:before {
	background-color: #8a4921;
	position: absolute;
	content: "";
	top: 0.75em;
	left: 0;
	width: 29px;
	height: 1px;
}
@media (max-width: 550px) {
	.maintitle {
		margin-bottom: 40px;
	}
	.stb .maintitle {
		margin-bottom: 30px;
	}
}
/*見出し02*/
.mtitle {
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
	line-height: 1.5;
}
.mtitle span {
	font-size: 75%;
	color: #8a4921;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 450px) {
	.mtitle {
		margin-bottom: 7px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 600;
	position: relative;
	font-size: clamp(1.1rem, 0.6rem + 1.6vw, 1.5rem);
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 17px;
	padding-bottom: 7px;
	padding-left: 2px;
	color: #8a4921;
}
.stitle:first-letter {
	font-size: 120%;
	color: #dc143c;
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 95px;
	height: 1px;
	background: #dc143c;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 13px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px;
	transition: .4s;
	display: inline-block;
	width: 250px;
	text-align: center;
	color: #fff;
	background: #dc143c;
	border: 1px solid #dc143c;
	z-index: 1;
	overflow: hidden;
	border-radius: 30px;
}
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .9em;
	transition: .1s;
}
.mainbtn a:hover {
	color: #dc143c;
	background: #fff;
	transition: .4s;
}
@media (max-width: 450px) {
	.mainbtn a {
		width: 220px;
		padding: 6.5px;
	}
}
@media (max-width: 310px) {
	.mainbtn a {
		width: 70%;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 13px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*画像*/
.radius_img img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.radius_img {
	position: relative;
}
.radius_img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: rgb(255 255 255 / 80%) 3px 3px 6px 0px inset, rgb(255 255 255 / 80%) -3px -3px 6px 1px inset;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%;
}
.radius_img02 img {
	border-radius: 15px;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1600px) {
	.inner02 {
		max-width: 1200px;
		width: 92%;
		margin: 0 auto;
	}
	.radius_img02 img {
		border-radius: 15px;
	}
}
@media (max-width: 1599px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.inner02 .flexbox .radius_img02 img {
		border-radius: 0 15px 15px 0;
	}
	.inner02 .reverse .radius_img02 img {
		border-radius: 15px 0 0 15px;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 90%;
		margin: 0 auto;
	}
	.radius_img02 img {
		border-radius: 15px !important;
	}
	.mauto.w48 {
		width: 100%;
	}
}
.w65 {
	width: 65%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w47 {
	width: 47%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.bg_cream, .bg_grey {
	position: relative;
}
.bg_cream::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -15;
	/*background: #fcf7ed;*/
	background: linear-gradient(0deg, rgba(252, 247, 237, 0.35), rgba(252, 247, 237, 0.35)), url(../img/bg_cream.jpg) no-repeat center/cover;
	opacity: 0.45;
}
.bg_grey::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -15;
	/*background:#dcdcdc;*/
	background: linear-gradient(0deg, rgba(220, 220, 220, 0.45), rgba(220, 220, 220, 0.45)), url(../img/bg_grey.jpg) no-repeat center/cover;
	opacity: 0.4;
}
/* イラスト 足跡 */
.bg01::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg01.svg);
	background-repeat: no-repeat;
	background-position: top 0.5% left;
	background-size: 145px;
	z-index: -1;
	opacity: 0.65;
}
@media (max-width: 550px) {
	.bg01::after {
		background-size: 70px;
	}
}
/* イラスト 光 */
.bg02 {
	position: relative;
}
.bg02::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg02a.svg), url(../img/bg02b.svg);
	background-repeat: no-repeat;
	background-position: top 0.5% left, bottom 0.5% right;
	background-size: 50%;
	z-index: -1;
	opacity: 0.07;
	filter: invert(32%) sepia(85%) saturate(500%) hue-rotate(353deg) brightness(90%) contrast(96%);
}
.bg_cream.bg02::after, .bg_cream .bg02::after {
	filter: brightness(0) invert(1);
	opacity: 0.45;
}
.bg_grey.bg02::after, .bg_grey .bg02::after {
	filter: brightness(0) invert(1);
	opacity: 0.25;
}
@media (max-width: 550px) {
	.bg02::after {
		background-size: 270px;
	}
}
.greylight.bg02::after {
	filter: invert(81%) sepia(23%) saturate(30%) hue-rotate(353deg) brightness(106%) contrast(92%);
	opacity: 0.03;
}
@media (max-width: 1150px) {
	.greylight.bg02::after {
		opacity: 0.06;
	}
}
/* イラスト 反転 */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/*アニメーション*/
/*フェードイン*/
.flowup {
	opacity: 0;
	transition: 1.8s;
	transition-delay: 0.6s;
	transform: translateY(20px);
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
.moving {
	opacity: 0;
	transition: 1.8s;
	transition-delay: 0.6s;
	transform: translate(20px, 20px);
}
.moving.inview {
	opacity: 1;
	transform: translate(0);
}
/*delay*/
.delay01 {
	transition-delay: 0.85s;
}
.delay02 {
	transition-delay: 1.05s;
}
@media (max-width: 750px) {
	.delay01, .delay02{
		transition-delay: 0.6s;
	}
}
/*=== 共通部分ここまで ===*/
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	transition: .3s;
}
.change_color.header_sticky {
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header {
	padding: 13px 5px 7px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.hwrap {
	max-width: 1500px;
	width: 93%;
	margin: 0 auto;
}
.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 315px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
	position: relative;
}
/*メニュー装飾 ドット*/
.header ul li {
	width: calc(100% / 8);
	position: relative;
	line-height: 1.6;
	border-left: 1px dotted #c2c2c2;
}
.header ul li:last-child {
	border-right: 1px dotted #c2c2c2;
}
.header ul::before {
	content: '';
	width: 5px;
	height: 5px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: -2px;
	z-index: 2;
}
.header ul::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	bottom: -1px;
	right: -2px;
	z-index: 2;
}
.header ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	right: -3px;
	z-index: 2;
}
.header ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	bottom: -1px;
	left: -3px;
	z-index: 2;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 3px 0;
	color: #8a4921;
	line-height: 1.7;
	font-size: 0.8rem;
	white-space: nowrap;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 125%;
	color: #dc143c;
	font-family: 'Kaisei Opti', serif;
	font-weight: 500;
}
.hnav {
	margin-top: 17px;
}
.header_item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 12rem;
	line-height: 1.55;
	padding: 7px;
	font-size: 0.825rem;
	border: 1px solid #fff;
	color: #fff;
	background: #dc143c;
}
.header_item .mainbtn a:hover {
	color: #dc143c;
	background: #fff;
	border: 1px solid #dc143c !important;
}
.telbtn a {
	color: #dc143c !important;
	background: #fff !important;
	border: 1px solid #dc143c !important;
	font-size: 1rem !important;
	padding: 4.75px 0 !important;
}
.telbtn a:hover {
	color: #fff !important;
	background: #dc143c !important;
}
.tel a {
	color: #dc143c;
}
.tel {
	font-family: 'Kaisei Opti', serif;
	font-weight: 500;
	font-size: 1.55rem;
	line-height: 0.8;
	transition: .3s;
}
.tel:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.header_item .mainbtn a:after {
	content: none;
}
.hamburger_menu {
	display: none;
}
.hum_tel {
	text-align: center;
	margin-bottom: 15px;
}
.hum_tel:last-child {
	margin-bottom: 0;
}
.hum_tel a {
	pointer-events: none;
	color: #dc143c;
}
.htm {
	font-size: 87%;
	pointer-events: none;
}
.hts {
	font-size: 1.35rem;
	pointer-events: auto;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #dc143c;
}
.hts:hover {
	opacity: 0.6;
	transition: .3s;
}
@media (max-width: 450px) {
	.hts {
		font-size: 1.15rem !important;
	}
}
.iconbtn {
	display: flex;
	margin-left: 5px !important;
}
.iconbtn a {
	margin: 0 4px;
	font-size: 1.6rem;
}
.iconbtn .fa-facebook-square {
	color: #3b5998;
}
.iconbtn .fa-instagram {
	background: -webkit-linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.menut {
	color: #dc143c;
	font-size: 0.55rem;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: 0.5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-family: 'Kaisei Opti', serif;
	font-weight: 500;
}
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 55px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
	opacity: 1;
	transition: .3s;
}
#menu_btn_check:checked ~ .menu_btn .menut {
	opacity: 0;
	transition: .3s;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 33px;
	background: #dc143c;
	position: absolute;
	transition: all 0.4s;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
	bottom: 0;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
	background: #8a4921;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #8a4921;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}
.menu_content nav {
	padding: 0 0 20px;
}
.menu_content .menu_padding {
	overflow: hidden;
}
.menu_content ul {
	text-align: center;
}
.menu_padding ul li a span {
	font-size: 75%;
	color: #dc143c;
	font-family: 'Kaisei Opti', serif;
	font-weight: 500;
	display: block;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.97rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9px 0;
	position: relative;
	line-height: 1.75;
	color: #8a4921;
}
.menu_padding .iconbtn {
	width: fit-content;
	margin: auto !important;
	margin-top: 10px !important;
}
.menu_padding .iconbtn div {
	margin: 0 5px;
}
.kaiseiopti {
	font-family: 'Kaisei Opti', serif;
	font-weight: 500;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
	background: #fff;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1385px) {
	.header ul li a {
		font-size: 0.7rem;
	}
}
@media (max-width: 1200px) {
	.hwrap {
		width: 100%;
	}
	.header {
		background: transparent;
		padding: 15px 20px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.hnav {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: -3px;
		right: 30px;
	}
	.header_sticky {
		position: sticky;
		background: #fff;
		box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 230px;
	}
	.header {
		padding: 12px 10px;
	}
	.menu_btn {
		top: -9px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		padding: 7px !important;
		font-size: 0.8rem;
	}
	.menu_content ul li a {
		font-size: 0.8rem;
		padding: 4px 0;
	}
	.menu_padding .iconbtn {
		font-size: 1.3rem;
	}
}
@media (max-width: 315px) {
	.header_title {
		width: 44vw;
	}
	.menu_btn {
		top: -11px;
		right: 15px;
	}
	.menut {
		display: none;
	}
}
/* footer */
/* フッターお問い合わせリンク */
.fax {
	pointer-events: none;
}
.footer_contact {
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: 50% 95%;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
	padding: 50px 0 95px;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_contact {
	background-attachment: scroll;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #594736;
	opacity: 0.75;
	z-index: -1;
}
@media (max-width: 1260px) {
	.footer_contact {
		background-position: 70% 90%;
		background-attachment: scroll;
	}
}
@media (max-width: 450px) {
	.footer_contact {
		background-position: 70% 0%;
		background-attachment: scroll;
	}
}
.footer_contact .inner {
	max-width: 930px;
}
.footer_contact .maintitle {
	margin-bottom: 20px;
}
.footer_contact .maintitle .mf {
	color: #fff;
}
.footer_contact .maintitle:first-letter {
	color: #fff;
}
.ftime {
	margin-bottom: 40px;
}
.footer_contact .btn_wrap .btn a {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	padding: 12px 5px 10px;
	font-size: 1.1rem;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 40px;
}
.footer_contact .btn_wrap .btn a:hover {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0);
}
.footer_contact .btn_wrap .btn {
	width: 285px;
}
@media (max-width: 960px) {
	.footer_contact .btn_wrap .btn {
		width: 260px;
	}
	.footer_contact .flexbox {
		justify-content: space-around;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 0.9rem;
	}
}
@media (max-width: 885px) {
	.footer_contact .btn_wrap .btn {
		max-width: 220px;
	}
	.footer_contact::after {
		opacity: 0.7;
	}
}
@media (max-width: 550px) {
	.ftime {
		font-size: 90%;
		margin-bottom: 30px;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 90%;
	}
}
.cwrap {
	margin-top: 45px;
}
.ctext {
	font-size: 120%;
	margin-right: -5px;
	margin-bottom: 45px;
}
.ctitle {
	font-size: 1.15rem;
	position: relative;
	margin-bottom: 15px;
	margin-left: 3px;
}
.fcon {
	text-align: center;
}
@media (max-width: 750px) {
	.cwrap {
		margin-top: 55px;
	}
	.fcon {
		margin-bottom: 13px;
	}
	.fcon:last-child {
		margin-bottom: 25px;
	}
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 1rem;
	}
	.footer_contact .btn_wrap .btn {
		width: 100%;
		max-width: 400px;
		margin-bottom: 10px;
		margin: auto;
	}
	.footer_contact {
		padding: 45px 0;
	}
	.ctext {
		font-size: 1rem;
	}
}
@media (max-width: 575px) {
	.ctext {
		margin-bottom: 30px;
	}
}
/* ロゴとアドレス */
.footer_address .flexbox {
	max-width: 850px;
	margin: auto;
}
.footer_address {
	position: relative;
	text-align: center;
	padding: 35px 0;
}
.footer_address a {
	display: inline-block;
}
.flogo {
	width: 80%;
	max-width: 450px;
	margin-bottom: 15px;
}
@media (max-width: 550px) {
	.flogo {
		max-width: 320px;
		margin-bottom: 10px;
	}
	.footer_address {
		padding: 40px 0;
	}
}
.footer_address p {
	margin-bottom: 0;
}
.address br {
	display: none;
}
@media (max-width: 565px) {
	.footer_address p {
		font-size: 0.85rem;
	}
	.address br {
		display: block;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 4px 0px 6px;
	background: #dc143c;
	color: #fff;
	font-size: 0.9rem;
}
@media (max-width: 550px) {
	.copyright {
		font-size: 0.65rem;
	}
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.go_top {
	display: block;
	width: 57px;
	height: 57px;
	box-sizing: border-box;
	background: #dc143c;
	border: 1px solid #fff;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.5rem;
	position: absolute;
	top: 45%;
	left: 49.5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 50px;
		height: 50px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 1.3rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: 100vh;
	min-height: 620px;
	object-fit: cover;
}
/*スライド画像アニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
.slick-animation {
	animation: fadezoom 10s linear 0s normal both;
}
.slide_text {
	white-space: nowrap;
	text-align: left;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
	color: #fff;
	z-index: 2;
	line-height: 1.4;
	position: absolute;
	bottom: 8%;
	left: 5%;
}
.slide_text p {
	animation: fadeIn 1s ease 0.8s 1 normal backwards;
	margin-bottom: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*文字アニメーション*/
.glowAnime span {
	opacity: 0;
	display: inline-block;
}
.glowAnime.glow span {
	animation: glow_anime_on 3.5s ease 1.2s both;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .glowAnime.glow span {
	filter: blur(0) !important;
	-webkit-backdrop-filter: blur(0) !important;
}
@keyframes glow_anime_on {
	0% {
		opacity: 0;
		transform: translate(-15px, -15px);
		filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
		filter: blur(0);
		-webkit-backdrop-filter: blur(0);
	}
}
@keyframes slideIn {
	from {
		width: 0;
		opacity: 0;
	}
	to {
		width: 100%;
		opacity: 1;
	}
}
@media (max-width: 1200px) {
	.slide_items img {
		min-height: auto;
		height: 100%;
	}
}
@media (max-width: 955px) {
	.slide_text {
		font-size: 2.3rem;
		bottom: 5%;
		left: 3.5%;
	}
}
@media (max-width: 665px) {
	.slide_text {
		font-size: 6.5vw;
	}
}
.pdb {
	padding-bottom: 20px;
}
@media (max-width:550px) {
	.sppdb0 {
		padding-bottom: 0;
	}
}
.center {
	text-align: center;
}
@media (max-width: 750px) {
	.spcenter {
		text-align: center;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.aic {
	align-items: center;
}
.tbtn {
	margin-top: 50px;
}
@media (max-width: 750px) {
	.tbtn {
		margin-top: 35px;
	}
}
/*新着情報*/
.news {
	padding: 60px 0 100px;
}
.news .inner {
	max-width: 1100px;
}
.news .maintitle {
	margin-bottom: 45px;
}
@media (max-width: 550px) {
	.news .maintitle {
		margin-bottom: 33px;
	}
	.news {
		padding: 35px 0 60px;
	}
}
/*ご挨拶*/
.wbox {
	position: relative;
	border: 2px dotted #c2c2c2;
	padding: 13px;
	max-width: 1000px;
	margin: auto;
}
.wbox_in {
	background: rgba(255, 255, 255, 0.9);
	padding: 25px 0 15px;
}
.wbox::before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 2;
}
.wbox::after {
	content: '';
	width: 9px;
	height: 9px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: 2;
}
.wbox_in::before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	right: -5px;
	z-index: 2;
}
.wbox_in::after {
	content: '';
	width: 9px;
	height: 9px;
	background: #c2c2c2;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 2;
}
.welcome .maintitle {
	margin-bottom: 35px;
}
.welcome {
	position: relative;
	z-index: 1;
	background: url(../img/welcome.jpg);
	background-size: cover;
	background-position: 50% 70%;
	background-attachment: fixed;
	padding: 110px 0;
	text-align: center;
}
.welcome .bg02::after {
	filter: brightness(0) invert(1);
	opacity: 0.45;
}
.wtext {
	font-size: 107%;
	margin-bottom: 33px !important;
	line-height: 2.3;
	text-decoration: underline dotted;
	text-decoration-thickness: 0.14em;
	text-decoration-color: #c2c2c2;
	text-underline-offset: 0.6em;
	text-decoration-skip-ink: none;
}
.welcome p {
	margin-bottom: 25px;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .welcome {
	background-attachment: scroll;
}
.welcome::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #594736;
	opacity: 0.65;
	z-index: -1;
}
@media (max-width: 750px) {
	.welcome {
		text-align: left;
		padding: 60px 0 75px;
		background-attachment: scroll;
	}
	.welcome .maintitle {
		margin-bottom: 30px;
	}
	.wbox {
		padding: 7px;
	}
	.wbox::before, .wbox::after, .wbox_in::before, .wbox_in::after {
		width: 7px;
		height: 7px;
	}
	.wbox_in {
		padding: 35px 17px;
	}
	.welcome p {
		margin-bottom: 13px;
	}
	.welcome p br {
		display: none;
	}
	.wtext {
		font-size: 100%;
		margin-bottom: 25px !important;
		line-height: 1.95;
		text-underline-offset: 0.5em;
	}
	.welcome .bg02::after {
		opacity: 0.55;
	}
}
/*こだわり・グループ会社*/
/*イラスト*/
.img_ill {
	position: relative;
}
.tl_illust {
	position: absolute !important;
	top: -2%;
	left: -2%;
	width: 17% !important;
}
.tr_illust {
	position: absolute !important;
	top: -14%;
	right: -5%;
	width: 17% !important;
}
.br_illust {
	position: absolute;
	bottom: -2%;
	right: -2%;
	z-index: 2;
	width: 17% !important;
}
.bl_illust {
	position: absolute !important;
	bottom: -5%;
	left: -5%;
	z-index: 2;
	width: 17% !important;
}
/*わんちゃん紹介*/
.lightbox_hov:hover img {
	opacity: 0.6;
}
.slider .slick-prev:before, .slider .slick-next:before {
	color: #fff;
	opacity: 1;
	font-size: 1.75rem;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 25%), 0px -0.3px 3px rgb(0 0 0 / 15%);
}
.slick-prev, .slick-next {
	width: auto;
	height: 100%;
}
.slider .slick-prev {
	left: 15px;
	z-index: 3 !important;
}
.slider .slick-next {
	right: 11.5px;
	z-index: 3 !important;
}
.slider .slick-slide {
	margin: 0 15px !important;
	transition: .3s ease;
}
.slider li {
	position: relative;
	pointer-events: none;
}
.slider li::before {
	content: '';
	display: block;
	padding-top: 70%; /*高さの比率*/
}
.slider li a {
	pointer-events: auto;
}
.slider li img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
@media (max-width: 865px) {
	.slider .slick-prev {
		left: 13.5px;
	}
	.slider .slick-next {
		right: 13.5px;
	}
}
@media (max-width: 450px) {
	.slider.radius_img02 img {
		border-radius: 7px !important;
	}
	.slider .slick-slide {
		margin: 0 5px !important;
	}
	.slider .slick-prev {
		left: 5px;
	}
	.slider .slick-next {
		right: 5px;
	}
}
/*コンテンツ*/
.contents .inner {
	max-width: 1150px;
}
.conflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.imgbox {
	mask-image: url(../img/conmask.png);
	-webkit-mask-image: url(../img/conmask.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	width: 24%;
	position: relative;
}
.imgbox::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #8a4921;
	opacity: 0.65;
	z-index: 1;
	pointer-events: none;
}
.imgbox::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(0deg, rgba(252, 247, 237, 0.65), rgba(252, 247, 237, 0.65)), url(../img/bg_cream.png) no-repeat center/cover;
	pointer-events: none;
	transition: .6s;
}
.imgbox:hover::after {
	opacity: 0;
}
.imgbox a:hover img {
	transform: scale(1.05);
	transition: .6s;
}
.imgbox a {
	color: #8a4921;
}
.imgbox a:hover {
	color: #fff;
}
.imgbox .text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 3;
	white-space: nowrap;
}
.imgbox .text h3 {
	font-size: 1.3rem;
	margin-bottom: 0;
}
.imgbox .text p::before {
	font-size: 90%;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	margin-right: 5px;
}
@media (max-width: 995px) {
	.contents .inner {
		max-width: 550px;
	}
	.imgbox {
		width: 48.5%;
		margin-bottom: 20px;
	}
}
@media (max-width: 750px) {
	.imgbox {
		margin-bottom: 10px;
	}
	.imgbox .text {
		top: 52%;
	}
	.imgbox:nth-child(2n) {
		margin-left: auto;
	}
	.imgbox .text h3 {
		font-size: 0.95rem;
	}
	.imgbox .text p {
		font-size: 0.8rem;
	}
}
@media (max-width: 550px) {
	.contents {
		padding: 45px 0;
	}
}
/* 下層ページ ==========================================================================================================================*/
/*ヘッダー*/
.subpage {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.subpage .header_sticky {
	position: relative;
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
/*ページトップ*/
.fv {
	height: 320px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 32%;
	position: relative;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #594736;
	opacity: 0.75;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	margin-bottom: 0 !important;
	z-index: 1;
	position: relative;
	color: #fff;
	line-height: 1.15;
}
.fv h2:first-letter {
	color: #fff;
}
.fv h2 .mf {
	font-size: 2.9rem;
	color: #fff;
	line-height: 1.3;
	white-space: nowrap;
}
.fvgroup h2 .mf {
	line-height: 1.7;
}
.fv h2 .sf {
	font-size: 93%;
}
.fvfaq h2 {
	line-height: 1.7;
}
@media (max-width: 1370px) {
	.fv {
		height: 290px;
	}
}
@media(max-width:1050px) {
	.fv {
		height: 240px;
	}
	.fv h2 .mf {
		font-size: 2.2rem;
	}
	.fv h2 .sf {
		font-size: 87%;
	}
	.fvfaq h2 {
		line-height: 1.5;
	}
}
@media(max-width:850px) {
	.fv {
		height: 200px;
	}
}
@media(max-width:550px) {
	.fv {
		height: 150px;
	}
	.fv .maintitle .mf {
		margin-bottom: 0;
		font-size: 1.85rem;
	}
	.fv .maintitle .sf {
		font-size: 66%;
	}
	.fv h2 {
		line-height: 0.75;
	}
	.fvfaq .maintitle .sf {
		font-size: 63%;
	}
	.fvfaq h2 {
		line-height: 1;
	}
}
.aic {
	align-items: center;
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 0.85rem;
	position: relative;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #8a4921;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.breadcrumb {
		font-size: 0.7rem;
	}
}
/* こだわりページ =========================================================================================================*/
.featurespage .stitle {
	padding-left: 35px;
	padding-bottom: 5px;
}
.featurespage .stitle:first-letter {
	font-size: 100%;
	color: #8a4921;
}
.featurespage .stitle::before {
	font-family: "Font Awesome 5 Free";
	content: "\f1b0";
	font-weight: bold;
	display: inline-block;
	color: #dc143c;
	position: absolute;
	top: 0;
	left: 0;
}
.goodsbox {
	padding: 20px 15px 23px;
	background: #f7f7f7;
	border-radius: 10px;
	border: 2px solid #ebebeb;
	position: relative;
}
.goodsbox::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg01.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 80px;
	opacity: 0.6;
	pointer-events: none;
	filter: invert(81%) sepia(23%) saturate(30%) hue-rotate(353deg) brightness(106%) contrast(92%);
}
.goodsbox img {
	margin-bottom: 0;
	border-radius: 7px;
}
@media(max-width:750px) {
	.featurespage .stitle {
		padding-left: 27px;
	}
	.goodsbox {
		padding: 15px 15px 20px;
		margin-bottom: 15px;
	}
	.goodsbox:last-child {
		margin-bottom: 0 !important;
	}
}
/* table */
.g_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	max-width: 1100px;
	margin: auto;
}
.g_table th, .g_table td {
	font-weight: 600;
	padding: 8px 0;
}
.g_table tr {
	border-bottom: 1px dashed #dc143c;
}
.g_table th {
	background: transparent;
	width: 60%;
	text-align: left;
}
.g_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 40%;
	text-align: right;
	background: transparent;
}
@media(max-width: 1160px) {
	.g_table {
		border-collapse: collapse;
	}
	.g_table tr {
		border-bottom: none;
	}
	.g_table td, .g_table th {
		width: 100%;
		padding: 8px 8px 13px;
		display: block;
	}
	.g_table th {
		text-align: left;
		padding-bottom: 0;
	}
	.g_table td {
		margin-bottom: 0;
		padding-top: 0;
		border-bottom: 1px dashed #dc143c;
	}
}
/* グループ会社ページ =========================================================================================================*/
@media(max-width:480px) {
	.longmf {
		white-space: nowrap;
		font-size: 6.7vw !important;
	}
}
.gcbox {
	position: relative;
	border: 2px dotted #fff;
	padding: 13px;
}
.gcbox_in {
	background: #fff;
	padding: 35px 50px;
}
.gcbox::before {
	content: '';
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 2;
}
.gcbox::after {
	content: '';
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: 2;
}
.gcbox_in::before {
	content: '';
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	right: -5px;
	z-index: 2;
}
.gcbox_in::after {
	content: '';
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 2;
}
.gcbox .stitle {
	margin-bottom: 25px;
}
.gabout {
	position: relative;
	margin-bottom: 25px;
	z-index: 1;
}
.gabout::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg02.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 85px;
	opacity: 0.25;
	pointer-events: none;
}
@media (max-width:1020px) {
	.gabout::after {
		opacity: 0.1;
	}
}
.info_table td a {
	color: #dc143c;
	padding-bottom: 5px;
}
.info_table td a:hover {
	opacity: 0.4;
}
@media (max-width:750px) {
	.gabout img {
		margin-bottom: 0;
	}
}
@media (max-width:620px) {
	.gcbox .stitle {
		margin-bottom: 17px;
	}
	.gcbox {
		padding: 6px;
	}
	.gcbox_in {
		padding: 20px 15px 25px;
	}
	.gcbox iframe {
		height: 250px;
	}
}
@media (max-width:550px) {
	.gcbox .info_table th:first-letter {
		color: #8a4921;
	}
}
/* わんちゃん紹介ページ =========================================================================================================*/
.btns {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: auto;
	justify-content: center;
}
.btns .mainbtn {
	width: 31%;
	margin: 0 1% 15px;
}
.btns .mainbtn a {
	width: 100%;
	color: #dc143c;
	background: #fff;
}
.btns .mainbtn a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	font-weight: bold;
}
.btns .mainbtn a:hover {
	color: #fff;
	background: #dc143c;
}
@media(max-width:850px) {
	.btns .mainbtn a {
		font-size: 0.95rem;
	}
}
@media(max-width:750px) {
	.btns .mainbtn {
		width: 47%;
		margin: 0 1% 10px;
	}
}
@media(max-width:550px) {
	.btns {
		max-width: 245px;
	}
	.btns .mainbtn {
		width: 100%;
		margin: 0 0 7px;
	}
}
/* 会社概要ページ =========================================================================================================*/
.about .inner {
	max-width: 1000px;
}
.about .maintitle {
	margin-bottom: 40px;
}
/*画像*/
.abflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.abflex .radius_img02 {
	width: 48.5%;
	position: relative;
}
@media(max-width:550px) {
	.abflex .radius_img02 img {
		border-radius: 10px !important;
	}
}
/* table */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	max-width: 1100px;
	margin: auto;
}
.info_table tr {
	border-bottom: 1px dashed #c9c9c9;
}
.info_table th {
	background: transparent;
	width: 35%;
}
.info_table th, .info_table td {
	font-weight: 600;
	padding: 15px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: transparent;
}
@media(max-width: 550px) {
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none;
	}
	.info_table td {
		border-bottom: 1px dashed #d1d1d1;
		margin-bottom: 0;
	}
	.info_table td, .info_table th {
		width: 100%;
		padding: 8px 8px 13px;
		display: block;
	}
	.info_table th {
		text-align: left;
		padding-bottom: 0;
	}
	.info_table th:first-letter {
		color: #dc143c;
	}
	.abflex {
		margin-bottom: 35px;
	}
	.about .maintitle {
		margin-bottom: 15px;
	}
}
/*マップ*/
.map .inner {
	max-width: 1000px;
}
@media (max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* よくある質問・お問い合わせページ =========================================================================================================*/
/*よくある質問*/
.faqbox {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}
.qtwrap, .atwrap {
	padding: 13px 13px 7px;
}
.qtwrap {
	background: #e6ddd8;
	border-radius: 10px 10px 0 0;
}
.atwrap {
	background: #fff;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.atwrap::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg03.svg);
	background-repeat: no-repeat;
	background-position: bottom 1.5% right 1.5%;
	background-size: 85px;
	opacity: 0.13;
	filter: invert(81%) sepia(23%) saturate(30%) hue-rotate(353deg) brightness(106%) contrast(92%);
}
.atwrap p:last-child {
	margin-bottom: 0;
}
.subfaq {
	counter-reset: sub-number 0;
}
.faq {
	counter-reset: number 0;
}
.qt, .at {
	position: relative;
	padding-left: 43px;
	font-size: 1.05rem;
}
.qt {
	margin-bottom: 0;
}
.qt::before, .at::before {
	font-size: 1.2rem;
	position: absolute;
	left: 0;
}
.qt::before {
	counter-increment: number 1;
	content: "Q"counter(number);
	top: -3px;
}
.at::before {
	counter-increment: sub-number 1;
	content: "A"counter(sub-number);
	color: #dc143c;
	margin-left: 4px;
	top: -4px;
}
@media (max-width: 550px) {
	.qtwrap, .atwrap {
		padding: 10px 13px 15px;
	}
	.qt, .at {
		padding-left: 37px;
		font-size: 1rem;
	}
	.qt::before, .at::before {
		font-size: 1.05rem;
	}
	.qt::before {
		top: -0.5px;
	}
	.at::before {
		top: -1px;
	}
}
/*お問い合わせ====================*/
.contacts .inner {
	max-width: 1370px;
}
.contacts .maintitle {
	margin-bottom: 35px;
}
.contop {
	margin-bottom: 50px;
}
.conbox {
	width: 32.5%;
	padding: 10px 20px 20px;
	background: #f7f7f7;
	border-radius: 10px;
	border: 2px solid #ebebeb;
	position: relative;
}
.conbox .stitle {
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.conbox a {
	display: block;
	font-size: 1.5rem;
	color: #dc143c;
	font-family: 'Kaisei Opti', serif;
	font-weight: 500;
	line-height: 1.8;
}
.conbox a:hover {
	opacity: 0.4;
}
.clink {
	margin-bottom: 13px;
}
.conbox p {
	font-size: 90%;
}
.bnote {
	font-size: 110%;
}
@media (max-width: 1060px) {
	.conbox {
		width: 49.5%;
		margin-bottom: 10px;
	}
}
@media (max-width: 750px) {
	.contop {
		text-align: left;
	}
	.spnone {
		display: none;
	}
	.conbox:last-child {
		margin-bottom: 0 !important;
	}
	.acheck.flexbox li {
		margin-right: 0 !important;
	}
}
@media (max-width: 550px) {
	.contacts .maintitle {
		margin-bottom: 27px;
	}
	.contop {
		margin-bottom: 30px;
	}
	.conbox {
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	.conbox .stitle {
		font-size: 1.05rem;
	}
	.conbox a {
		font-size: 1.4rem;
	}
	.conbox .acheck {
		margin-bottom: 5px;
	}
}
/* check list absolute */
.acheck.flexbox {
	justify-content: flex-start;
}
.acheck.flexbox li {
	margin-right: 25px;
}
.acheck.flexbox li:last-child {
	margin-right: 0;
}
.acheck li {
	padding-left: 20px;
	position: relative;
}
.acheck li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #dc143c;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/* メール */
.mails {
	padding-bottom: 50px;
}
.mails .maintitle {
	margin-bottom: 50px;
}
@media(max-width:550px) {
	.mails {
		padding-bottom: 20px;
	}
	.mails .maintitle {
		margin-bottom: 20px;
	}
}
.mnote {
	max-width: 915px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 55px !important;
	margin-bottom: 0 !important;
}
@media(max-width:550px) {
	.mnote {
		font-size: 90%;
		margin-top: 45px;
	}
	.mpdb {
		padding-bottom: 25px !important;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 60px auto 0;
}
@media (max-width: 550px) {
	.mailform {
		margin-top: 25px;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #8a4921;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 0.95rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #dc143c;
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #dc143c;
	color: #dc143c !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #8a4921;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
	color: #8a4921;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #dc143c;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 30px;
}
.mailform button:hover {
	background-color: #fff;
	color: #dc143c;
	border: 1px solid #dc143c;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #b5b5b5;
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #dc143c;
	border-bottom: 3px solid #dc143c;
	content: '';
	display: block;
	height: 13px;
	width: 7px;
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 4px;
	transform: rotate(45deg);
	transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
	opacity: 1;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.formsel label {
		font-size: 0.95rem;
	}
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
	color: #8a4921;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #8a4921;
}
@media(max-width:450px) {
	.privacy_wrap {
		font-size: 1rem;
	}
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
}
.privacy_header i {
	color: #dc143c !important;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
}
.privacy_text span {
	position: relative;
}
.privacy_text span::before {
	content: "■";
	display: inline-block;
	font-size: 0.7rem;
	margin-right: 0.35em;
	transform: translateY(-3px);
	color: #dc143c;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #dc143c;
}