@charset "utf-8";
body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	background-color: #fff;
	line-height: 1.5;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
	display: contents;
}

li {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.visible-sp {
	display: none;
}
.visible-pc {
	display: block;
}
@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
}
/********************************
header
********************************/
header {
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #000;
	position: fixed;
	z-index: 9999;
}
header .header_inner {
	display: flex;
	justify-content: space-between;
}
header h1 {
	color: #fff;
	font-size: 28px;
	width: 60%;
	padding-top: 18px;
}
header h1 span {
	font-size: 18px;
}
header .nav_container {
	width: 40%;
}
header .nav_container .nav_inner {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #d1d1d1;
}
header .nav_container .nav_inner li {
	width: 120px;
	width: calc(100% / 3);
	border-left: 1px solid #333;
}
header .nav_container .nav_inner li:first-of-type {
	border-left: none;
}
header .nav_container .nav_inner img {
	width: 30px;
	margin-right: 10px;
}
header .nav_container .nav_inner li:nth-of-type(3) img {
	width: 40px;
}
@media screen and (max-width: 1024px) {
	.warp {
		padding: 0 10px;
	}
	header h1 {
		color: #fff;
		font-size: 24px;
		width: 60%;
		padding-top: 18px;
	}
	header h1 span {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	header {
		margin-bottom: 20px;
		height: unset;
	}
	header h1 {
		height: 50px;
		width: 100%;
		font-size: 13px;
		padding: 15px 0;
	}
	header h1 span {
		font-size: 10px;
	}
	header .header_inner {
		display: block;
	}
	header .nav_container {
		height: 50px;
		width: 100%;
	}
	header .nav_container .nav_inner {
		height: 50px;
	}
	header .nav_container .nav_inner li {
		width: calc(100% / 3);
		font-size: 10px;
		padding-top: 2px;
		border: none;
	}
	header .nav_container .nav_inner img {
		width: 20px;
		margin-bottom: 2px;
		margin-right: 0;
	}
	header .nav_container .nav_inner li:nth-of-type(3) img {
		width: 30px;
		padding-bottom: 2px;
	}
}
/********************************
slider
********************************/
#slider_area {
	position: relative;
	padding-top: 100px;
}
#slider_area .slider_text {
	width: 100%;
	height: 80px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 2;
	transform: translateY(-50%) translateX(-50%);
	background-color: #00000052;
}
#slider_area .slider_text h2 {
	color: #fff;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
}
.slider {
	position:relative;
	z-index: 1;
	height: 100%;
}
.slider-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-item img {
	width: 100%;
}
.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#fff;
}
@media screen and (max-width: 768px) {
	#slider_area {
		padding-top: 120px;
	}
	#slider_area .slider_text {
		height: 50px;
	}
	#slider_area .slider_text h2 {
		font-size: 15px;
		line-height: 50px;
	}
}
/********************************
main
********************************/
.warp {
	max-width: 1024px;
	margin: 0 auto;
}

#btn_area .btn_box {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#btn_area .btn_box li {
	width: calc(100% / 3 - 20px);
	height: 100px;
	border-radius: 10px;
	display: flex;
	background-color: #515151;
	box-shadow: 3px 3px 4px gray;
}
#btn_area .btn_box li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	height: 100px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#btn_area .btn_box li a p {
	float: right;
}
#btn_area .btn_box li a img {
	height: 70%;
	margin-right: 15px;
}
#btn_area .btn_box li:nth-of-type(1) a img {
	height: 50%;
}
.text_br {
	border-bottom: 1px solid #FF0004;
}
.text_b {
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.warp {
		padding: 0 10px;
	}
	#btn_area .btn_box {
		margin-bottom: 30px;
	}
	#btn_area .btn_box li {
		width: 48%;
		height: 70px;
		margin-bottom: 14px;
	}
	#btn_area .btn_box li:last-of-type {
		width: 100%;
		margin-bottom: 0;
	}
	#btn_area .btn_box li a {
		width: 100%;
		height: 100%;
		padding: 10px 0 10px 10px; 
		font-size: 13px;
		text-align: center;
	}
	#btn_area .btn_box li a p {
		line-height: 20px;
	}
	#btn_area .btn_box li a img {
		height: 45px;
		margin-right: 10px;
	}
	#btn_area .btn_box li:nth-of-type(1) a img {
		height: 20px;
	}
	.text_b {
		font-size: 25px;
	}
}

#service_area {
	margin-bottom: 60px;
}
#service_area h3 {
	font-size: 28px;
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
#service_area .service_box .service_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#service_area .service_box .service_inner li {
	width: calc(100% / 3 - 10px);
	/*height: 300px;*/
	background-color: #ffd45b;
	padding: 20px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#service_area .service_box .service_inner li img {
	margin-bottom: 10px;
	width: 100%;
}
#service_area .service_box .service_inner li:last-of-type img {
	width: 74%;
}
#service_area .service_box .service_inner li:first-of-type img {
	width: 95%;
}
@media screen and (max-width: 768px) {
	#service_area h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#service_area {
		margin-bottom: 30px;
	}
	#service_area .service_box .service_inner li {
		height: auto;
		font-size: 10px;
		padding: 10px;
		font-weight: bold;
	}
}

#service_info_area {
	background-color: #f6f6f6;
	padding: 0 10px 20px;
	margin-bottom: 60px;
}
#service_info_area h3 {
	font-size: 28px;
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}
.info_box {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}
.info_box:last-of-type {
	margin-bottom: 0;
}
.info_box .info_inner {
	display: flex;
}
.info_box .info_inner .info_slider_box {
	width: 40%;
}
.info_box .info_inner .info_text_box {
	width: 60%;
	padding-left: 20px;
}
.info_box .info_inner .info_text_box dt {
	font-size: 18px;
	font-weight: bold;
}
.info_box .info_inner .info_text_box dd {
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.slick-dotted.slick-slider {
	height: fit-content;
}
.info_box .info_inner .info_slider_box .slider4.slider_mini {
	width: 70%;
	margin: auto;
}
.info_box .info_inner .info_slider_box .slider3.slider_mini {
	margin: auto;
	width: 55%;
}
@media screen and (max-width: 768px) {
	#service_info_area {
		margin-bottom: 30px;
	}
	#service_info_area h3 {
		font-size: 18px;
	}
	.info_box {
		padding: 10px;
	}
	.info_box .info_inner .info_slider_box {
		width: 30%;
		margin: auto;
	}
	.info_box .info_inner .info_text_box {
		width: 70%;
		padding-left: 10px;
	}
	.info_box .info_inner .info_text_box dt {
		font-size: 16px;
	}
	.info_box .info_inner .info_text_box dd {
		font-size: 14px;
		padding-left: 13px;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	.info_box .info_inner .info_slider_box .slider.slider_mini {
		width: unset;
	}
}

#work_area {
	margin-bottom: 60px;
}
#work_area .work_box h3 {
	font-size: 28px;
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
#work_area .work_box .work_text {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#work_area {
		margin-bottom: 30px;
	}
	#work_area .work_box h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#work_area .work_box .work_text {
		font-size: 14px;
	}
}

#price_aera {
	margin-bottom: 60px;
}
#price_aera .price_box h3 {
	font-size: 28px;
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
#price_aera .price_img_box {
	width: 100%;
}
#price_aera .price_img_box .price_img_inner {
	display: flex;
	justify-content: space-between;
}
#price_aera .price_img_box .price_img_inner li {
	width: calc(100% / 3 - 10px);
}
@media screen and (max-width: 768px) {
	#price_aera {
		margin-bottom: 30px;
	}
	#price_aera .price_box h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

#footer_btn_area {
	width: 100%;
	margin-bottom: 30px;
}
#footer_btn_area .footer_btn_box {
	display: flex;
	justify-content: space-between;
}
#footer_btn_area .footer_btn_box li {
	background-color: #515151;
	box-shadow: 3px 3px 4px grey;
	border-radius: 10px;
	width: calc(100% / 2 - 20px);
}
#footer_btn_area .footer_btn_box li a {
	color: #fff;
	font-size: 18px;
	display: flex;
	height: 100px;
	padding: 15px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
#footer_btn_area .footer_btn_box li a img {
	height: 70%;
	margin-right: 15px;
}
#footer_btn_area .footer_btn_box .line {
	background-color: #06c755;
}
#footer_btn_area .footer_btn_box .line img {
	height: 90%;
}
@media screen and (max-width: 768px) {
	#footer_btn_area {
		margin-bottom: 20px;
	}
	#footer_btn_area .footer_btn_box li {
		width: calc(100% / 2 - 5px);
	}
	#footer_btn_area .footer_btn_box li a {
		height: 50px;
		padding: 10px;
		font-size: 12px;
	}
	#footer_btn_area .footer_btn_box li a img {
		height: 20px;
	}
	#footer_btn_area .footer_btn_box .line img {
		height: 40px;
	}
}

/********************************
camp
********************************/
#camp_aera {
	width: 100%;
	padding-top: 100px;
}
#camp_aera h3 {
	font-size: 28px;
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
#camp_aera .camp_box {
	border-left: 80px solid #ffb33a;
	margin: 0 auto 60px;
}
#camp_aera .camp_box dl {
	padding: 20px;
}
#camp_aera .camp_box dl dt,
#camp_aera .camp_box dl dd {
	padding-bottom: 20px;
	font-size: 20px;
}
#camp_aera .camp_box dl dd:last-of-type {
	padding-bottom: 0;
}
#camp_aera .camp_box dl .img {
	line-height: 1;
}
#camp_aera .camp_box dl dd img {
	height: 20px;
}
@media screen and (max-width: 768px) {
	#camp_aera {
		padding-top: 120px;
	}
	#camp_aera h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#camp_aera .camp_box {
		border-left: 70px solid #ffb33a;
	}
	#camp_aera .camp_box dl dt,
	#camp_aera .camp_box dl dd {
		font-size: 16px;
	}
	#camp_aera .camp_box dl dd img {
		height: 16px;
	}
	#camp_aera .camp_box {
		margin-bottom: 30px;
	}
}
/********************************
footer
********************************/
footer {
	width: 100%;
}
footer .footer_box {
	height: 80px;
	background-color: #000;
}
footer .footer_box .footer_inner {
	display: flex;
	justify-content: center;
	padding: 20px 0 10px;
}
footer .footer_box .footer_inner li {
	padding: 0 7px;
	border-right: 1px solid #fff;
}
footer .footer_box .footer_inner li:last-of-type {
	border: none;
}
footer .footer_box .footer_inner li a {
	color: #fff;
}
footer .footer_box p {
	color: #fff;
	text-align: center;
}
footer .footer_bottom {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }

@media screen and (max-width: 768px) {
	footer .footer_box {
		height: 50px;
		font-size: 12px;
		
	}
	footer .footer_box .footer_inner {
		padding: 10px 0 2px;
	}
}
/***********************************
test
***********************************/
.test_btn {
	justify-content: space-around;
	max-width: 1024px;
	margin: 20px auto 40px;
	text-align: center;
}
.test_btn a {
	border: 1px solid #000;
	padding: 20px 30px;
	display: block;
	width: 300px;
	text-align: center;
	margin: 20px auto;
}
.cpn_info {
	margin-top: 20px;
	font-size: 20px;
}
#open01, #open02, #open03 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
}
@media (max-width: 639px) {
	#open01, #open02, #open03 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}
.modal_window {
	top: 46%;
	left: 50%;
	margin: -230px 0 0 -150px;
	width: 300px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 999;
}
@media (min-width: 640px) {
	.modal_window {
		width: 500px;
		margin: -300px 0 0 -250px;
	}
}
.modal_window h2 {
	margin: 10px 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-indent: 15px;
	background: #000;
	padding: 5px 0;
}
.modal_window .mw_c {
	text-align: center;
	padding: 0 10px 0;
	font-size: 14px;
	margin-bottom: 10px;
}
.modal_window .mw_p {
	padding: 0 5px ;
	font-size: 15px;
	line-height: 1.2;
	text-align: left;
	margin: 0;
}
.cp-id {
	font-size: 36px;
	background-color: #efefef;
	width: 80%;
	margin: 0 auto;
	border: 1px dashed #000;
}
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}
.gallery_box {
	margin: 20px auto 40px;
	max-width: 1080px;
	padding: 0 18px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.gallery_inner {
	width: 100%;
	display: -webkit-box;
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: flex-start;
}
.gallery_inner li {
	width: 32%;
	padding-right: 11px;
}
.gallery_item {
	position: relative;
}
.gallery_inner p {
	font-size: 16px;
	color: #424242;
	margin: 5px 0 20px;
	text-align: left;
}
.gallery_inner span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
@media (max-width: 991px) {
	.gallery_inner li {
		width: 48%;
	}
}
@media (max-width: 639px) {
	.gallery_inner li {
		width: 100%;
		padding: 0;
	}
	.gallery_item {
		margin: 8px 0;
	}
	.test_btn {
		flex-wrap: wrap;
	}
	.test_btn a {
		margin-bottom: 20px;
	}
}
.img_trimming_1 {
	overflow: hidden;
	width: 100%;
	height: 250px;
	position: relative;
	z-index: -1;
}
.img_trimming_1 img {
	position: absolute;
	top: 222px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
@media (max-width: 639px) {
	.img_trimming_1 {
		height: 300px;
		z-index: -1;
	}
	.img_trimming_1 img {
		top: 258px;
	}
}

.allcoupon-list .p-text {
	padding: 5px 0;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat',sans-serif;
	display: inline-block;
}

.allcoupon-list .p-text_2 {
	padding: 5px 0;
	font-size: 11px;
	display: inline-block;
}

.allcoupon-list {
	width: 100%;
	display: -webkit-box;
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}
.allcoupon-list li {
	width: 32%;
}

.gallery_item {
	position: relative;
}
.allcoupon-list p {
	font-size: 16px;
	color: #424242;
	margin: 5px 0 20px;
	text-align: left;
}
.allcoupon-list span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
@media (max-width: 991px) {
	.allcoupon-list li {
		width: 48%;
	}
}
@media (max-width: 639px) {
	.allcoupon-list li {
		width: 100%;
		padding: 0;
	}
	.gallery_item {
		margin: 8px 0;
	}
}