@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #3E3A39;
	text-decoration: none;
}
a:visited {
	color: #3E3A39;
}
a:hover {
	color: #3E3A39;
}
a:active {
	color: #3E3A39;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3E3A39;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

.mainvisual {
	display: flex;
	height: calc(100vh - 70px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 27px;
	background: url(../img/main_bg.jpg) no-repeat center / cover;
}
.mainvisual .photo {
	width: 300px;
}
.mainvisual p {
	margin-top: 10px;
	font-size: 2rem;
	text-align: center;
	text-shadow: 2px 0 3px #fff,-2px 0 3px #fff,0 2px 3px #fff,-2px -2px 3px #fff;
}
.mainvisual .btn {
	position: absolute;
	right: 58px;
	bottom: 30px;
	width: 216px;
}
.mainvisual .btn01 {
	bottom: 94px;
}
.mainvisual .btn a:hover {
	opacity: 0.7;
}
#gFooter {
	padding: 16px 0 20px;
	text-align: center;
	background-color: #FCEE21;
	font-size: 1rem;
	line-height: 1.69;
}
@media all and (max-width: 896px) {
	.mainvisual {
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		height: calc(100vh - 40px);
		min-height: 550px;
		padding-bottom: 10.3vh;
		background-image: url(../img/sp_main_bg.jpg);
	}
	.mainvisual .photo {
		margin-bottom: 10px;
		width: 287px;
		max-width: 90%;
	}
	.mainvisual p {
		margin: 0 20px 7vh;
		font-size: 1.7rem;
	}
	.mainvisual .btn {
		position: relative;
		right: auto;
		bottom: auto;
		width: 194px;
	}
	.mainvisual .btn01 {
		margin-bottom: 2px;
		bottom: auto;
	}
	.mainvisual .btn a:hover {
		opacity: 0.7;
	}
	#gFooter {
		padding: 10px 0;
		font-size: 0.6rem;
	}
}
.popBox {
	width: 1185px;
	height: auto;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.popBox .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
}
.popBox .slideItem {
	max-width: calc(100vw - 100px);
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.popBox .slick-slider .slick-arrow {
	padding: 0;
	position: absolute;
	left: -40px;
	top: calc(50% - 15px);
	background: none;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	color: transparent;
	overflow: hidden;
	width: 30px;
	height: 30px;
	z-index: 10;
	background: url(../img/arrow01.png) no-repeat center / 100% auto;
	cursor: pointer;
}
.popBox .slick-slider .slick-arrow.slick-disabled {
	display: none !important;
}
.popBox .slick-slider .slick-next {
	left: auto;
	right: -40px;
	background-image: url(../img/arrow02.png);
}
@media all and (max-width: 896px) {
	.popBox {
		padding: 20px;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}
	.popBox .close {
		width: 40px;
		height: 40px;
		top: 0;
		right: 0;
	}
	.mfp-container {
		padding: 0 !important;
	}
	.popBox .slideItem {
		max-width: calc(100vw - 40px);
		width: auto;
	}
	.popBox .slick-slider .slick-arrow {
		left: -20px;
		top: calc(50% - 7px);
		width: 15px;
		height: 15px;
	}
	.popBox .slick-slider .slick-next {
		right: -20px;
		left: auto;
	}
}
.slick-slider {
	-ms-touch-action: auto;
	touch-action: auto;
}

.slick-slide.dragging img {
	pointer-events: all;
}
.mfp-container {
	padding: 0;
}