@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #f0db11;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	transition: .4s;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 75px 0 105px;
	position: relative;
}
main section.stb {
	padding: 90px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 40px 0 65px;
	}
	main section.stb {
		padding: 50px 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.45em;
	text-decoration-color: rgba(40, 203, 224, 0.2);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 80px;
	display: block;
	text-align: center;
	line-height: 1.5;
	position: relative;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', serif;
	font-size: clamp(1.4rem, 0.9rem + 1.6vw, 1.8rem);
}
.maintitle .mf {
	text-align: center;
	font-size: 77%;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
	color: #c1d60d;
	text-transform: capitalize;
	position: relative;
	font-weight: 700;
}
.maintitle.mtleft {
	text-align: left;
}
.txtmgb {
	margin-bottom: 35px !important;
}
@media (max-width: 550px) {
	.txtmgb {
		margin-bottom: 23px !important;
	}
	.maintitle {
		margin-bottom: 40px;
	}
	.maintitle.mtleft {
		margin-bottom: 30px;
	}
}
/*見出し02*/
.mtitle {
	font-weight: 500;
	font-family: 'Zen Maru Gothic', serif;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.1rem, 0.725rem + 1.2vw, 1.4rem);
	line-height: 1.7;
	text-align: center;
	color: #333;
}
@media (max-width: 550px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 500;
	font-family: 'Zen Maru Gothic', serif;
	position: relative;
	font-size: clamp(1.1rem, 0.7875rem + 1vw, 1.35rem);
	margin-bottom: 13px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #333;
	line-height: 1.8;
	border-bottom: 2px solid #f0db11;
}
.stitle span {
	color: #8a8a8a;
	font-size: 85%;
	margin-right: 12px;
	text-transform: capitalize;
	display: block;
	font-weight: 700;
}
.stitle span span {
	display: inline-block;
	font-size: 125%;
	margin-left: 2px;
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 11px;
	transition: .4s;
	display: inline-block;
	width: 265px;
	text-align: center;
	color: #fff;
	background: #c1d60d;
	border: 1px solid #c1d60d;
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
	font-weight: 700;
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
.mainbtn a:hover {
	color: #c1d60d;
	background: #fff;
	transition: .4s;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 210px;
		padding: 8px;
		font-size: 95%;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 7px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 89%;
	max-width: 1300px;
	margin: 0 auto;
}
.w65 {
	width: 64.7%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 48.5%;
}
.w48 {
	width: 48%;
}
.w44 {
	width: 44%;
}
.w32 {
	width: 31.5%;
}
/* 背景 */
/*wrapper*/
.wrapper {
	position: relative;
	width: calc(100% - 30px);
	margin: auto;
}
.wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1000;
}
@media (max-width: 1065px) {
	.wrapper {
		width: 100%;
	}
}
.bg_cream::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fffcf4;
	z-index: -100;
}
.bg_dots::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(#ffedbd 13%, transparent 13%) 0 0 / 10px 10px #fffcf4;
	z-index: -100;
}
/*illust*/
.bg01 {
	position: absolute;
	top: -60px;
	right: 1%;
	z-index: 2;
	width: 30% !important;
	pointer-events: none;
}
@media (max-width: 1075px) {
	.bg01 {
		width: 325px !important;
	}
}
@media (max-width: 550px) {
	.bg01 {
		top: -27px;
		width: 175px !important;
	}
}
.bg02 {
	position: absolute;
	top: -70px;
	left: 2%;
	z-index: 2;
	width: 200px !important;
	pointer-events: none;
}
@media (max-width: 550px) {
	.bg02 {
		top: -40px;
		width: 120px !important;
	}
}
.bg03 {
	position: absolute;
	top: -60px;
	right: 1%;
	z-index: 2;
	width: 20% !important;
	pointer-events: none;
}
@media (max-width: 1075px) {
	.bg03 {
		width: 285px !important;
	}
}
@media (max-width: 550px) {
	.bg03 {
		top: -35px;
		width: 175px !important;
	}
}
.bg04 {
	position: absolute;
	top: -110px;
	left: 1%;
	z-index: 2;
	width: 330px !important;
	pointer-events: none;
}
@media (max-width: 1075px) {
	.bg04 {
		width: 285px !important;
	}
}
@media (max-width: 550px) {
	.bg04 {
		top: -55px;
		width: 165px !important;
	}
}
.bg05 {
	position: absolute;
	top: -60px;
	left: 1%;
	z-index: 2;
	width: 280px !important;
	pointer-events: none;
}
@media (max-width: 750px) {
	.bg05 {
		width: 185px !important;
	}
}
@media (max-width: 550px) {
	.bg05 {
		top: -42px;
		width: 150px !important;
	}
}
.bg06 {
	position: absolute;
	top: -60px;
	right: 1%;
	z-index: 2;
	width: 280px !important;
	pointer-events: none;
}
@media (max-width: 1075px) {
	.bg06 {
		width: 285px !important;
	}
}
@media (max-width: 550px) {
	.bg06 {
		top: -40px;
		width: 160px !important;
	}
}
.bg07 {
	position: absolute;
	bottom: -45px;
	right: 1%;
	z-index: 2;
	width: 280px !important;
	pointer-events: none;
}
@media (max-width: 1075px) {
	.bg07 {
		width: 225px !important;
	}
}
@media (max-width: 550px) {
	.bg07 {
		bottom: -25px;
		width: 150px !important;
	}
}
/*=== 共通部分ここまで ===*/
/*logo ===*/
.header_title h1 {
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 100;
	transition: .3s;
	padding: 10px 33px 13px;
	background: #cde30e;
	border-radius: 0 0 10px 0;
}
.header_title h1:hover img {
	opacity: 0.7;
	transition: .3s;
}
.header_logo {
	width: 100px;
}
.change_color .header_logo {
	width: 70px;
}
/**/
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all .5s;
}
.change_color {
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.15);
}
.headerflex {
	display: flex;
	justify-content: space-between;
}
/*deco*/
.header_sticky::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	right: -10px;
	height: 15px;
	background: #f0db11;
	z-index: 1;
}
.headerflex::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 14px;
	background: url(../img/deco.svg);
	background-size: auto;
	background-size: cover;
	z-index: 50;
	pointer-events: none;
	transform: scaleX(-1);
	filter: invert(84%) sepia(83%) saturate(3531%) hue-rotate(345deg) brightness(96%) contrast(94%);
}
/*
.headerflex::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 109px;
	top: 14px;
	background: url(../img/deco.svg);
	background-size: auto;
	background-size: cover;
	z-index: 50;
	pointer-events: none;
	filter: invert(84%) sepia(83%) saturate(3531%) hue-rotate(345deg) brightness(96%) contrast(94%);
}
*/
/*header ===*/
.header {
	width: calc(100% - 143px);
	padding: 15px 0 0;
	height: fit-content;
	position: relative;
	transition: .3s;
}
.change_color .header {
	width: calc(100% - 105px);
}
.header::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	background: #fff;
	transition: .3s;
}
.change_color .header::before {
	background: #fffcf4;
}
.header_inner {
	width: fit-content;
	margin-left: auto;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .inner {
	max-width: 1300px;
}
.header ul {
	display: flex;
	text-align: center;
	align-items: center;
}
.header ul li {
	width: calc(100% / 6);
	padding: 0;
}
.header ul li a {
	display: block;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 5px 4px 4px;
	color: #333;
	font-size: 0.87rem;
	white-space: nowrap;
	line-height: 1.7;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', serif;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.change_color .header ul li a {
	font-size: 0.8rem;
}
.header ul li a span {
	font-weight: 700;
	color: #c1d60d;
	display: block;
	text-transform: capitalize;
}
.header ul li a::after {
	content: '';
	display: block;
	height: 7px;
	position: relative;
	top: -5px;
	opacity: 0;
	width: 0;
	transition: 0.8s;
	background: rgba(240, 219, 17, 0.3);
	z-index: -1;
}
.header ul li a:hover::after {
	width: 100%;
	opacity: 1;
}
/**/
.header_item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 25px;
}
.header_item .mainbtn a {
	padding: 5px;
	width: 200px;
	font-size: 75%;
	background: #c1d60d;
}
.header_item .mainbtn a:hover {
	border: 1px solid #c1d60d;
	color: #c1d60d;
	background: #fff;
}
.btnright a {
	border: 1px solid #c1d60d !important;
	color: #c1d60d !important;
	background: #fff !important;
}
.btnright a:hover {
	color: #fff !important;
	background: #c1d60d !important;
}
.header_item > div {
	margin: 0 7px;
}
.change_color .header_item .mainbtn a {
	font-size: 70%;
	width: 190px;
	padding: 4px;
}
/*tel*/
.tel a {
	font-size: 1.55rem;
	border-bottom: 2px dotted #f0db11;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #333;
}
.tel i {
	font-size: 90%;
	color: #f0db11;
}
.tel a:hover {
	opacity: 0.6;
}
.change_color .tel a {
	font-size: 1.35rem;
}
/*iconbtn*/
.iconbtn a {
	font-size: 1.65rem;
	color: #c1d60d;
	position: relative;
	top: -2px;
}
.iconbtn a:hover {
	opacity: 0.6;
}
.menu_content .iconbtn a {
	font-size: 1.65rem;
	top: 0;
}
.header_item .iconbtn {
	margin: 0 4px;
}
.change_color .header_item .iconbtn a {
	font-size: 1.35rem;
}

.line_iconbtn a{
	display: inline-block;
	top: 0;
}
.line_iconbtn a img{
	vertical-align: text-bottom;
}

/**/
.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: #c1d60d;
	position: absolute;
	transition: all 0.4s;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn {
	filter: none;
}
#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;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
}
#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: 51.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 600px;
	width: 95%;
}
.menu_content nav {
	padding: 0 30px 30px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
	border-bottom: 1px dashed #f0db11;
	text-align: left;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.95rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 8px 5px;
	color: #333;
	position: relative;
	line-height: 1.65;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', serif;
}
.menu_content ul li a::before {
	font-family: "Font Awesome 6 Free";
	content: "\f138";
	font-weight: bold;
	margin-right: 6.5px;
	color: #f0db11;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.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;
	background-size: cover;
	background-position: 30% 50%;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px !important;
}
.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;
}
.menu_btn_mgt, .hamburger_menu, .header_inner label {
	display: none;
}
@media (max-width: 1065px) {
	.header_sticky::before, .headerflex::before, .headerflex::after {
		content: none;
	}
	.header {
		width: 100% !important;
		height: 70px;
	}
	.header_item {
		display: none;
	}
	.border_b {
		display: none;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header .inner {
		display: none;
	}
	.header_title h1 {
		left: 0;
	}
	.header_title h1 {
		padding: 8px 27px 13px 23px;
	}
	.header_logo {
		width: 55px !important;
	}
	.menu_btn {
		top: 4px;
		right: 24px;
		pointer-events: auto !important;
	}
}
@media (max-width: 550px) {
	.header {
		height: 60px;
	}
	.header_title h1 {
		padding: 7px 22px 10px 17px;
	}
	.header_logo {
		width: 40px !important;
	}
	.menu_content .mainbtn a {
		width: 220px;
		padding: 6.5px !important;
		font-size: 0.85rem;
	}
	.menu_content ul li a {
		padding: 7px 0;
		font-size: 0.87rem;
	}
	.menu_content .mainbtn {
		margin: 0 15px;
	}
	.menu_btn {
		top: 0;
		right: 19px;
	}
}
/* footer */
@media (max-width: 1075px) {
	.footerwrap .bg04 {
		top: -90px;
		width: 255px !important;
	}
}
@media (max-width: 550px) {
	.footerwrap .bg04 {
		top: -45px;
		width: 145px !important;
	}
}
/*ロゴと画像*/
.footerwrap {
	padding: 75px 0 65px;
	background: #fff;
	position: relative;
}
.fbgcream .footerwrap {
	background: #fffcf4 !important;
}
.footerwrap .inner {
	max-width: 1200px;
}
.fbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}
.flogowrap {
	width: 30%;
}
.fimg {
	width: 67%;
}
.fimg img {
	object-fit: cover;
	width: 100%;
	height: 310px;
}
.fbox p {
	margin-bottom: 0;
	font-size: 0.85rem !important;
	text-align: left !important;
}
@media (max-width: 750px) {
	.fbox {
		display: block;
		margin-bottom: 20px;
	}
	.fimg, .flogowrap {
		width: 100%;
	}
	.fimg {
		margin-bottom: 23px;
	}
	.fimg img {
		height: 190px;
	}
	.fbox p {
		font-size: 85%;
		max-width: 270px;
	}
}
@media (max-width: 550px) {
	.footerwrap {
		padding: 50px 0 45px;
	}
}
/*ロゴ*/
.flogo {
	width: 90%;
	max-width: 90px;
	margin: auto;
	margin-bottom: 7px;
}
.knum {
	margin-bottom: 7px !important;
	font-size: 0.85rem !important;
	color: #48592a;
}
@media (max-width: 550px) {
	.flogo {
		max-width: 70px;
		margin-bottom: 4px;
	}
	.knum {
		font-size: 0.7rem !important;
	}
}
/*ボタン*/
.faxbtn {
	pointer-events: none;
}
.fblex {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: auto;
}
.fblex .mainbtn {
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fblex .mainbtn a {
	width: 100%;
	white-space: nowrap;
	height: 100%;
}
/*アイコンボタン*/
.iconflex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 13px;
}
.iconbtn {
	margin: 0 5px;
}
.footerwrap .iconbtn a {
	font-size: 1.3rem;
}
.flogowrap .iconflex {
	margin-top: 3px;
}
@media (max-width: 950px) {
	.fblex .mainbtn a {
		font-size: 0.85rem;
	}
}
@media (max-width: 750px) {
	.flogowrap .iconflex {
		margin-top: 5px;
		justify-content: center;
	}
}
@media (max-width: 830px) {
	.fblex {
		display: block;
	}
	.fblex .mainbtn {
		width: 100%;
		margin: auto;
		max-width: 320px;
		margin-bottom: 7px;
	}
	.fblex .mainbtn:last-child {
		margin-bottom: 0 !important;
	}
	.fblex .mainbtn a {
		font-size: 100%;
	}
}
@media (max-width: 550px) {
	.fblex .mainbtn {
		max-width: 260px;
	}
	.fblex .mainbtn a {
		font-size: 90%;
	}
	.iconflex {
		margin-top: 7px;
	}
	.footerwrap .iconbtn a {
		font-size: 1.27rem;
	}
}
/*copyright*/
.copyright {
	padding: 7px 5px 13px;
	background: #f0db11;
	text-align: center;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.copyright::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0;
	top: -21px;
	background: url(../img/deco.svg);
	background-size: auto;
	background-size: cover;
	z-index: 50;
	pointer-events: none;
	transform: scaleX(-1) scaleY(-1);
	filter: invert(84%) sepia(83%) saturate(3531%) hue-rotate(345deg) brightness(96%) contrast(94%);
}
.copyright::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: -21px;
	background: url(../img/deco.svg);
	background-size: auto;
	background-size: cover;
	z-index: 50;
	pointer-events: none;
	transform: scaleY(-1);
	filter: invert(84%) sepia(83%) saturate(3531%) hue-rotate(345deg) brightness(96%) contrast(94%);
}
@media (max-width: 1065px) {
	.copyright::before, .copyright::after {
		content: none;
	}
	.copyright {
		font-size: 0.8rem;
	}
}
@media (max-width: 550px) {
	.copyright {
		padding: 5px 5px 7px;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	background: #f0db11;
	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: 79;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f062";
	font-weight: bold;
	color: #fff;
	font-size: 1.7rem;
	position: absolute;
	top: 50%;
	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: 79;
}
@media(max-width:550px) {
	.go_top {
		width: 52px;
		height: 52px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 1.3rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
	width: 95%;
	margin: auto;
	border-radius: 10px;
}
.slide_items {
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	object-fit: cover;
	height: calc(100vh - 275px);
	min-height: 520px;
}
/*スライドアニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
.slick-animation {
	animation: fadezoom 10s linear 0s normal both;
}
/*キャッチコピー*/
.slide_text {
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	white-space: nowrap;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.4rem;
	color: #fff;
	z-index: 2;
	line-height: 1.2;
	text-align: center;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 25%);
}
.slide_text p {
	margin-bottom: 0;
}
.glowAnime span {
	opacity: 0;
	display: inline-block;
}
.bi {
	font-size: 120%;
	letter-spacing: 0.01em;
}
/*animation*/
.glowAnime.glow span {
	animation: glow_anime_on .4s ease forwards;
	animation-duration: 1.4s;
}
@keyframes glow_anime_on {
	0% {
		opacity: 0;
		transform: translateY(15px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 1040px) {
	.slide_text {
		font-size: 2.7rem;
	}
	.slide_items img {
		min-height: auto;
		height: 650px;
	}
}
@media (max-width: 550px) {
	.slide_text {
		font-size: 1.45rem;
		top: auto;
		bottom: 5.5%;
		left: 4.5%;
		transform: translate(0);
		text-align: left;
	}
	.topslide {
		width: 90%;
	}
	.slide_items img {
		height: 300px;
	}
}
.pdb {
	padding-bottom: 50px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 30px !important;
	}
}
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 25px;
	}
}
.aic {
	align-items: center;
}
/*img*/
.round {
	position: relative;
}
.round img {
	border-radius: 10px;
}
/*アニメーション*/
/*flowup*/
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.1s, transform 1.3s;
	transition-delay: 0.45s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*下線アニメ*/
.bdb {
	position: relative;
	display: block;
	width: fit-content;
}
.maintitle .bdb {
	margin-left: auto;
	margin-right: auto;
}
.maintitle.mtleft .bdb {
	margin: 0;
}
.bdb::after {
	content: '';
	display: block;
	background: rgba(240, 219, 17, 0.3);
	position: relative;
	top: -11px;
	opacity: 0;
	width: 0;
	height: 13px;
	transition: 1.8s;
	transition-delay: 0.6s;
	z-index: -1;
}
.inview.bdb::after {
	width: 100%;
	opacity: 1;
}
@media (max-width:750px) {
	.bdb::after {
		top: -7px;
		height: 9px;
	}
	.spcenter.maintitle .bdb {
		margin-left: auto;
		margin-right: auto;
	}
}
/*delay*/
.delay01 {
	transition-delay: 0.65s !important;
}
.delay02 {
	transition-delay: 0.85s !important;
}
/*新着情報*/
.newstitle {
	border-right: 2px dotted #f0db11;
	padding-right: 40px;
	margin-right: 20px;
	white-space: nowrap;
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', serif;
}
.news {
	padding: 30px 0 60px;
}
.news .flexbox {
	flex-wrap: nowrap;
}
@media (max-width: 750px) {
	.news {
		padding: 15px 0 40px;
	}
	.newstitle {
		font-size: 1.3rem;
		text-align: center;
		border-right: none;
		padding-right: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
/*私たちについて*/
.aflex {
	display: flex;
	justify-content: space-between;
}
.aflex div {
	width: 48.7%;
	position: relative;
}
.aflex div:last-child {
	top: -30px;
}
.aflex.reverse div:first-child {
	top: -30px;
}
.aflex div img {
	border-radius: 7px;
}
@media (max-width: 750px) {
	.aflex div {
		width: 48%;
	}
	.aflex div:last-child {
		top: -17px;
	}
	.aflex.reverse div:first-child {
		top: -17px;
	}
	.aflex {
		margin-bottom: 15px;
	}
}
/*ナルの強み*/
.strengths .flexbox {
	margin-bottom: 70px;
}
.strengths .flexbox:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 750px) {
	.strengths .flexbox {
		margin-bottom: 50px;
	}
}
@media (max-width: 550px) {
	.strengths .tbtn {
		margin-top: -15px;
	}
}
/*サービスメニュー*/
.smenu .maintitle {
	margin-bottom: 25px;
}
.imgcard {
	width: 24%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.imgcard:nth-child(1) {
	top: 17px;
	transition-delay: 0.2s;
}
.imgcard:nth-child(2) {
	top: 32px;
	transition-delay: 0.35s;
}
.imgcard:nth-child(3) {
	top: 47px;
	transition-delay: 0.4s;
}
.imgcard:nth-child(4) {
	top: 62px;
	transition-delay: 0.5s;
}
.imgcard .icardimg {
	object-fit: cover;
	transition: .3s;
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 200px 20px;
}
.imgcard a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.35;
	pointer-events: none;
	z-index: -1;
	transition: .3s;
}
.imgcard a:hover::after {
	opacity: 0.45;
}
.imgcard a .icardimg {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
	z-index: -2;
	margin-bottom: 0 !important;
}
.imgcard a:hover .icardimg {
	transform: scale(1.07, 1.07);
	transition: .6s;
}
.icontents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.imgcard h3 {
	font-weight: 700;
	font-family: 'Zen Maru Gothic', serif;
	font-size: 1.45rem;
	color: #fff;
	white-space: nowrap;
	line-height: 1.45;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 15%);
}
.imgcard h3 span {
	display: block;
	text-transform: capitalize;
}
.sicon img {
	width: auto !important;
	height: 70px !important;
	margin-bottom: 7px !important;
	filter: brightness(0) invert(1);
}
.imgcard a:hover .icontents img {
	transform: scale(1);
}
@media (max-width: 1255px) {
	.imgcard h3 {
		font-size: 1.25rem;
	}
}
@media (max-width: 1035px) {
	.smenu {
		padding-bottom: 10px;
	}
	.smenu .maintitle {
		margin-bottom: 35px;
	}
	.imgcard h3 {
		font-size: 1.4rem;
	}
	.imgcard a {
		padding: 160px 20px;
	}
	.imgcard {
		width: 48.5%;
		margin-bottom: 20px;
		transition-delay: 0.3s !important;
	}
	.imgcard:nth-child(1) {
		top: 0;
	}
	.imgcard:nth-child(2) {
		top: 0;
	}
	.imgcard:nth-child(3) {
		top: 0;
	}
	.imgcard:nth-child(4) {
		top: 0;
	}
	.imgcard:nth-child(2n) {
		top: 20px;
	}
}
@media (max-width: 750px) {
	.imgcard:nth-child(2n) {
		top: 0;
	}
	.imgcard {
		margin-bottom: 10px;
	}
}
@media (max-width: 550px) {
	.imgcard a {
		padding: 90px 20px;
	}
	.sicon img {
		height: 50px !important;
	}
	.imgcard h3 {
		font-size: 1.17rem;
	}
}
/*施工実績*/
.works .maintitle {
	margin-bottom: 60px;
}
.works .tbtn {
	margin-top: 50px;
}
@media (max-width: 550px) {
	.works .round img {
		border-radius: 5px;
	}
	.works .tbtn {
		margin-top: 45px;
	}
}
.p_slider .slick-slide {
	margin-left: 25px !important;
	transition: .3s ease;
}
.p_slider li {
	position: relative;
}
.p_slider li::before {
	content: '';
	display: block;
	padding-top: 80%; /*高さの比率*/
}
.p_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: 750px) {
	.p_slider .slick-slide {
		margin-left: 15px !important;
	}
}
/*求人情報*/
.recruit .maintitle {
	margin-bottom: 60px;
}
.recruit .flexbox {
	flex-wrap: nowrap;
}
.recimg, .recbox {
	position: relative;
}
.recimg {
	left: 25px;
}
.recbox {
	right: 25px;
	padding: 40px 55px 45px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 0px 0px #e2eb98;
}
@media (max-width: 1235px) {
	.recruit .flexbox {
		margin-bottom: 60px;
	}
	.recbox {
		top: 55px;
	}
}
@media (max-width: 1025px) {
	.recruit .flexbox {
		display: block;
		margin-bottom: 0;
	}
	.recruit .flexbox div, .recruit .flexbox img {
		width: 100%;
	}
	.recimg {
		left: 0;
	}
	.recimg img {
		object-fit: cover;
		width: 100%;
		height: 34vw;
	}
	.recbox {
		width: 95% !important;
		margin: auto;
		top: -25px;
		right: 0;
		padding: 20px 25px 27px;
		box-shadow: 6px 6px 0px 0px #e2eb98;
	}
}
@media (max-width: 550px) {
	.recruit {
		padding-bottom: 45px;
	}
	.recruit .maintitle {
		margin-bottom: 37px;
	}
	.recimg img {
		height: auto;
	}
}
/* 下層ページトップ ==================================================================================================*/
.fv {
	overflow: hidden;
	position: relative;
	max-width: 1300px;
	margin: auto;
	border-radius: 10px 10px 10px 0;
	width: 90%;
	height: 365px;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 43.5%;
}
.fv h2 {
	position: absolute;
	bottom: -0.5px;
	left: -0.5px;
	width: fit-content;
	padding: 5px 25px 5px 15px;
	background: #fff;
	text-align: center;
	font-size: clamp(1.05rem, 0.3rem + 2.4vw, 1.65rem);
	border-radius: 0 10px 0 0;
	white-space: nowrap;
	z-index: 1;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', serif;
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(240, 219, 17, 0.3);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
@media (max-width: 1355px) {
	.fv {
		margin: 0 50px;
	}
}
@media (max-width: 1065px) {
	.fv {
		margin: 0 5% 0;
	}
	.fv {
		height: 30vw;
	}
}
@media (max-width: 550px) {
	.fv {
		height: 130px;
	}
	.fv h2 {
		padding: 4px 15px 5px 10px;
	}
}
/* breadcrumb */
.binner {
	max-width: 1300px !important;
	width: 90%;
	font-size: 0.8rem;
	position: relative;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 4px;
	right: 0;
}
.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: #333;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.breadcrumb {
		font-size: 0.7rem;
	}
}
/* ナルの強みページ ==================================================================================================*/
/*私たちの強みをご紹介いたします。*/
.strbg {
	background: #fffcf4;
	max-width: 1050px;
	margin: auto;
	position: initial !important;
}
.strbg p:last-child {
	margin-bottom: 0;
}
/**/
.recflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.recflex div:last-child {
	margin-top: -10px;
}
.recflex div img {
	border-radius: 7px;
}
.reverse .recflex div:last-child {
	margin-top: 0;
}
.reverse .recflex div:first-child {
	margin-top: -10px;
}
@media(max-width:750px) {
	.recflex {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.recflex div {
		width: 48%;
	}
	.recflex div img {
		margin-bottom: 5px;
	}
}
/* 事業紹介ページ ==================================================================================================*/
#renovation {
	position: relative;
	top: -100px;
}
@media(max-width:1065px) {
	#renovation {
		top: -60px;
	}
}
/* 施工実績ページ ==================================================================================================*/
.workspage .inner {
	max-width: 1150px;
}
.worksbox {
	margin-bottom: 75px;
}
.worksbox:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 550px) {
	.worksbox {
		margin-bottom: 45px;
	}
}
.wflex {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 99%;
	margin: auto;
}
.wflex::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: clamp(1rem, -0.875rem + 6vw, 2.5rem);
	color: #f0db11;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wflex img, .wflex02 img {
	border-radius: 10px;
}
@media (max-width: 450px) {
	.wflex img {
		border-radius: 7px;
	}
}
@media (max-width: 300px) {
	.wflex::before {
		font-size: 5.5vw;
	}
}
.wflex div {
	width: 47.5%;
	position: relative;
}
.wflex02 {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 99%;
	margin: auto;
}
.wflex02 div {
	width: 31%;
	position: relative;
}
.wflex02 div::after {
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: clamp(1rem, 0rem + 3.2vw, 1.8rem);
	color: #f0db11;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 104%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.wflex02 div:last-child::after {
	content: none;
}
@media (max-width: 550px) {
	.wflex02 div::after {
		left: 103%;
	}
	.wflex02 img {
		border-radius: 7px;
	}
}
/* タイトル */
.wrtitle {
	font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem);
	font-weight: 700;
	margin-bottom: 15px;
	padding: 12px;
	background: #c1d60d;
	border-left: 7px solid #f0db11;
	color: #fff;
	position: relative;
	border-radius: 5px;
	line-height: 1.4;
}
@media (max-width: 750px) {
	.wrtitle {
		padding: 5px 7px 7px;
		line-height: 1.7;
	}
}
/**/
.wbefore, .wafter, .wflex02 div {
	position: relative;
}
.wbefore::before, .wafter::before, .wflex02 div::before {
	content: '';
	display: block;
	padding-top: 65%; /*高さの比率*/
}
.wbefore img, .wafter img, .wflex02 div img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* BEFORE&AFTER */
.wafter::after, .wbefore::after {
	position: absolute;
	bottom: 1%;
	right: 3%;
	z-index: 1;
	pointer-events: none;
	color: #c1d60d;
	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;
	font-weight: 700;
	font-size: 1.7rem;
}
.wafter::after {
	content: "After";
}
.wbefore::after {
	content: "Before";
}
@media (max-width: 750px) {
	.wafter::after, .wbefore::after {
		font-size: 0.9rem;
	}
}
/* 会社概要ページ ==================================================================================================*/
/*ご挨拶*/
.grmgb {
	margin-bottom: 17px !important;
}
@media (max-width: 550px) {
	.grmgb {
		margin-bottom: 15px !important;
	}
}
.glast {
	margin-top: 20px;
	text-align: right;
}
.gimg {
	position: relative;
}
.gimg .objf {
	object-fit: cover;
	width: 100%;
	height: 430px;
}
@media (max-width: 750px) {
	.gimg .objf {
		height: auto;
	}
}
.bl_illust {
	position: absolute;
	bottom: -1.5%;
	left: -5%;
	z-index: 2;
	width: 70% !important;
}
/*会社概要*/
.abmgb {
	margin-bottom: 45px;
}
@media (max-width: 550px) {
	.abmgb {
		margin-bottom: 35px;
	}
}
/*table*/
.fc_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.fc_table tr:nth-child(odd) {
	background-color: #fffcf4;
}
.fc_table th, .fc_table td {
	padding: 12px 0;
}
.fc_table th {
	width: 34%;
	font-weight: 500;
}
.fc_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 66%;
}
/* map */
.about .inner, .map .inner {
	max-width: 1050px;
}
@media (max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* よくあるご質問・お問い合わせページ ==================================================================================================*/
.faq .inner {
	max-width: 1150px;
}
.faqbox {
	margin-bottom: 20px;
	background: #fffcf4;
	border-radius: 10px;
}
.qtwrap, .atwrap {
	padding: 7px 13px;
}
.atwrap {
	padding-bottom: 17px;
}
.qtwrap {
	background: #c1d60d;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.atwrap {
	border-radius: 0 0 10px 10px;
	position: relative;
}
.atwrap p:last-child {
	margin-bottom: 0;
}
.subfaq {
	counter-reset: sub-number 0;
}
.faq {
	counter-reset: number 0;
}
.hotel .qt::before {
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
	font-size: 90%;
}
.qt {
	font-weight: 700;
	font-family: 'Zen Maru Gothic', serif;
	font-size: 1.05rem;
	line-height: 1.7;
}
.qt, .at {
	position: relative;
}
.subfaq .qt, .subfaq .at {
	padding-left: 40px;
	font-size: 1.05rem;
}
.subfaq .qt::before, .at::before {
	font-weight: 700;
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: -4px;
}
.subfaq .qt::before {
	counter-increment: number 1;
	content: "Q"counter(number);
}
.subfaq .at::before {
	counter-increment: sub-number 1;
	content: "A"counter(sub-number);
	color: #c1d60d;
}
@media (max-width: 550px) {
	.qt, .at {
		font-size: 100% !important;
	}
	.hotel .faqbox {
		font-size: 95% !important;
		;
	}
	.subfaq .qt, .subfaq .at {
		padding-left: 37px;
	}
	.subfaq .qt::before, .subfaq .at::before {
		font-size: 1.05rem;
	}
	.subfaq .qt::before {
		top: -0.5px;
	}
	.subfaq .at::before {
		top: -1px;
	}
}
/* お問い合わせ =============================================*/
.conmgb {
	margin-bottom: 20px;
}
.tels {
	padding: 50px 0 90px;
}
@media (max-width:550px) {
	.tels {
		padding: 30px 0 60px;
	}
}
.context {
	margin-top: 15px;
	margin-bottom: 65px;
}
@media (max-width:800px) {
	.context.ctmail {
		margin-bottom: 0;
	}
}
@media (max-width: 550px) {
	.context {
		font-size: 90%;
		margin-bottom: 35px;
	}
	.context.ctmail {
		margin-top: 27px;
		margin-bottom: 20px;
	}
}
.contact_wrap {
	padding: 17px 15px 25px;
	background: #fff;
	max-width: 500px;
	margin: auto;
	border-radius: 10px;
	border: 2px solid #d1de66;
}
.tels .tel_contact i {
	color: #c1d60d;
}
.tels .tel_contact {
	font-size: clamp(1.6rem, 0.85rem + 2.4vw, 2.2rem);
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
	font-weight: 700;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.tels .tel_contact:hover {
	color: #333;
	opacity: 0.6;
}
.tl_mini span {
	font-size: 107%;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.contact_wrap {
		max-width: 100%;
		padding: 15px;
	}
	.tl_mini {
		font-size: 0.85rem;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 25px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 550px) {
	.telmgb {
		margin-bottom: 17px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* mailform */
.mail_s {
	padding-bottom: 70px;
}
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:550px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.95rem;
}
.formsel p:last-child {
	margin-bottom: 0;
}
@media (max-width: 450px) {
	.formsel p {
		display: block;
		margin-right: 0;
	}
}
.mailform {
	max-width: 1100px;
	margin: 40px auto 0;
}
@media (max-width: 550px) {
	.mailform {
		margin-top: 20px;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #c1d60d;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #c1d60d;
	color: #c1d60d !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #c1d60d;
	padding: 1.1% 7%;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #c1d60d;
	border: 1px solid #c1d60d;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@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%;
	}
	.mailform .row:first-child {
		padding-top: 5px;
	}
}
@media (max-width: 550px) {
	.mail_s {
		padding: 40px 0 33px;
	}
	.mail_s .maintitle {
		margin-bottom: 30px !important;
	}
	.mailform button {
		width: 220px;
		padding: 7px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*checkbox*/
.mailform input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 1.5%;
	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 #c1d60d;
	border-bottom: 3px solid #c1d60d;
	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: 550px) {
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
/*プライバシーポリシー*/
.privacy {
	padding-top: 0 !important;
}
.privacy::after {
	height: 150%;
}
.privacy_wrap {
	font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
	color: #333;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 2px solid #f0db11;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.privacy_header i {
	color: #f0db11;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
	font-weight: 500;
}
.privacy_text span {
	font-weight: 500;
}
@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: #f0db11;
}




.t_sns_btnwrap{
	background-color: #fffcf4;
}
.ctitle{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.ctitle::before,
.ctitle::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
}
.ctitle::before{
	content: '＼';
	left: 0;
}
.ctitle::after{
	content: '／';
	right: 0;
}
.t_sns_btnwrap .btn_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 800px;
}
.t_sns_btnwrap .btn_wrap .line_btn{
	width: 32%;
	max-width: 232px;
}
.t_sns_btnwrap .btn_wrap .line_btn a{
	display: block;
	width: 100%;
}
.t_sns_btnwrap .btn_wrap .line_btn a img{
	display: block;
	width: 100%;
}
.t_sns_btnwrap .btn_wrap .btn{
	width: 32%;
}
.t_sns_btnwrap .btn_wrap .btn a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-radius: 500px;
}
/* .t_sns_btnwrap .btn_wrap .btn1 a{
	background-color: #00B900;
} */
.t_sns_btnwrap .btn_wrap .btn2 a{
	background-color: #f13f79;
}
.t_sns_btnwrap .btn_wrap .btn3 a{
	background-color: #1877f2;
}

.t_sns_btnwrap .btn_wrap .line_btn a:hover,
.t_sns_btnwrap .btn_wrap .btn a:hover{
	opacity: 0.6;
}
@media(max-width:750px){
	.t_sns_btnwrap .btn_wrap{
		display: block;
	}
	.t_sns_btnwrap .btn_wrap .line_btn{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.t_sns_btnwrap .btn_wrap .btn{
		width: 100%;
		max-width: 232px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.t_sns_btnwrap .btn_wrap .btn a{
		padding: 10px 0;
	}
	.t_sns_btnwrap .btn_wrap .btn:last-child{
		margin-bottom: 0 !important;
	}
}