@charset "utf-8";

/* ============== COMMON ============== */
.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}

/* headline */
.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head { padding: 35px 0; }
}

/* mv & logo */
.sec-mv { position: relative; }
.sec-mv > img { width: 100%; }
.sec-mv .mv-ttl {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 700px;
  width: 50%;
  transform: translate(-50%, -50%);
}
div.topLogo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  padding: 20px 0 20px 20px;
  width: 150px;
}
@media screen and (max-width : 599px ){
	.sec-mv .mv-ttl {
		top: 31%;
		width: 80%;
	}
}
/* sections */
.sec-wrapper {
  background-color: #FCF8EB;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.sec-wrapper h2{
	font-size: clamp(26px, 6.4vw ,42px);
	font-weight:700;
	display: inline-block;
	border-bottom: #00937D 6px solid;
	padding-bottom: 10px;
	margin-bottom: clamp(20px,5.3vw ,40px);
	line-height: normal;
}
.sec-wrapper h2 span.subTxt{
	font-size: 70%;
}
@media screen and (max-width: 599px)  {
	.sec-wrapper h2 span.subTxt{
		font-size: 75%;
		letter-spacing: normal;
	}
}

.img_cap.white.no_bg span {
	background: none;
  }

.img_cap .cap,
.img_cap span {
	/*background: rgba(0, 0, 0, 0.6);*/
	font-size: 10px;
	display: block;
	padding: 3px 5px;
	line-height: 1.5;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
  }

.boxWidth {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .boxWidth { width: 90%; }
}
span.grnTxt{ color: #00937D; }
section#aboutArea,#meritArea,#howtoArea,#campArea,#contArea{
	margin-top: clamp(70px, 18vw ,140px);
}
.btnWrap {
  width: 40%;
  margin: 0 auto;
  padding-top: clamp(20px,5.3vw ,40px);
  max-width: 400px;
}
.btnWrap li { width: 49%; }
.btnWrap a {
	display: block;
	height: 60px;
	background-color: #00937D;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	font-size: 18px;
	text-decoration: none;
}
@media screen and (max-width : 599px ){
  .btnWrap { width: 80%; max-width: 300px; }
  .btnWrap li { width: 100%; }
  .btnWrap a { height: 50px; }
  .btnWrap a:nth-child(1) { margin-bottom: 10px; }
}
.sec-wrapper .caption {
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 0;
  letter-spacing: 0;
}
.sec-wrapper a {
  transition: 0.3s;
  text-decoration: none;
}
.sec-wrapper a:hover { opacity: 0.6; }

/* ============== QR AREA ============== */
.qrArea{
	background: #13f270;
	background: linear-gradient(150deg, rgba(19, 242, 112, 1) 0%, rgba(0, 163, 163, 1) 100%);
}
.qrWrap{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	max-width: 500px;
	align-items: center;
	padding: 100px 0;
	color: #fff;
}
.qrWrap .qrLeft{width: 42%;}
.qrWrap .qrRight{width: 53%;font-size: 18px;}
.qrWrap .qrRight p{letter-spacing: normal; line-height: 1.5;}
.lineBtn{padding-bottom: 20px;}
.lineBtn a{
	background-color: #02B902;
	padding: 10px 60px;
	border-radius: 5px;
}
.linefriendBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #06C755; /* LINE公式グリーン */
	font-weight: bold;
	font-size: 16px;
	border-radius: 8px;
	padding: 0 14px;
	margin: 20px 0;
}
.linefriendBtn span{ padding: 8px 0; }
.lineIcon {
	width: 45px;
	height: auto;
	margin-right: 6px;
	display: block;
}

@media screen and (max-width: 959px) {
	.qrWrap{display: block;	max-width: 420px;	}
	.qrWrap .qrLeft{width: 40%;	margin: 0 auto;	}
	.qrWrap .qrRight{	width: 80%;	margin: 0 auto;	}
	.lineBtn{ padding-top: 20px;}
	.linefriendBtn { padding: 0 30px;	}
}

/* ============== ABOUT AREA ============== */
#aboutArea h2 .lineBox{	width: clamp(95px, 20vw ,150px);}
#aboutArea div.aboutTxt{
	font-size: clamp(20px, 4.8vw ,24px);
	max-width: 900px;
	line-height: 1.9;
}
#aboutArea .aboutTxt span.spanBr{ display: inline-block; }
@media screen and (max-width: 959px) {
	#aboutArea div.aboutTxt{ line-height: 1.7; }	
}

/* ============== MERIT AREA ============== */
#meritArea .meritWrap{
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	justify-content: center;
}
#meritArea .meritWrap li.meritBox{
	width: 32%;
	min-width: 350px;
	background-color: #fff;
	border-radius: 30px;
	margin-top: clamp(20px,5.3vw ,40px);
}
#meritArea .meritWrap .meritBox .meritTop{
	position: relative;
	background-color: #00937D;
	color: #fff;
	border-radius: 30px 30px 0 0 ;
}
#meritArea .meritWrap .meritBox .meritTop ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3% 6% 3% 26%;
	font-size: clamp(18px, 4.8vw ,22px);
	line-height: 1.5;
}
#meritArea div.meritTop div{ width: 65px; }
#meritArea div.meritTop ul li:nth-child(2){ width: 30px; }
#meritArea .meritWrap .meritBox .meritTop .meritFlag{
  position: absolute;
  top: -5px;
  left: 10px;
}
#meritArea .meritWrap .meritBox .meritBtm{
	font-size: clamp(16px, 3.5vw, 18px);
	line-height: 1.5;
	padding: 50px 20px;
}
@media screen and (max-width: 599px) {
	#meritArea .meritWrap li.meritBox{ width: 80%; min-width: 300px; }
	#meritArea .meritWrap .meritBox .meritBtm{ padding: 30px 20px; }
	#meritArea div.meritTop div{ width: clamp(40px, 14vw ,65px); }
}

/* ============== HOW TO AREA ============== */
#howtoArea .pointWrap{
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	justify-content: center;
}
#howtoArea .pointWrap .pointBox{
	width: 32%;
	min-width: 350px;
	background-color: #fff;
	border-radius: 30px;
	margin-top: 40px;
	position: relative;
}
#howtoArea .pointWrap .pointBox .deco{
	position: absolute;
	width: 65%;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
}
#howtoArea .pointWrap .pointBox p{
	font-size: clamp(16px, 3.5vw, 18px);
	line-height: 1.5;
}
#howtoArea .pointWrap .pointBox span.caption{padding: 0;}
#howtoArea .pointBox h3{
	font-size: clamp(18px, 4.8vw, 22px);
	color: #00937D;
	font-weight: 700;
	line-height: 1.5;
	padding: 35px 0 20px 0;
}
#howtoArea .pointBox div{	padding: 0 30px;}
#howtoArea .pointBox div img{	border-radius: 10px;}
#howtoArea .pointBox p{	padding: 20px;}
@media screen and (max-width: 599px) {
	#howtoArea .pointWrap .pointBox{width: 80%;	min-width: 300px;	}
}

/* ============== CONT AREA ============== */
#contArea .contName{
	font-size: clamp(18px, 4.8vw, 22px);
	line-height: 1.5;
}
#contArea .telNo{
	font-size: clamp(18px, 4.8vw, 22px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	line-height: 1.5;
}
#contArea .telNo p{	padding: 0 0 3px;}
#contArea .telNo img{	width: 35px; padding: 5px;}
#contArea  .contTime{	font-size: clamp(16px, 3.5vw, 18px); font-weight: 400;}
#contArea .bukkenBtn a{
	background: #30496A;
	background: linear-gradient(150deg, rgba(48, 73, 106, 1) 0%, rgba(0, 157, 191, 1) 100%);
}
#contArea ul.contBtn{
	display: flex;
	width: 100%;
	max-width: 700px;
	margin: 30px auto;
	justify-content: space-around;
}
#contArea .contBtn li{ width: 32%;}
#contArea .contBtn li a{
	background-color: #30496a;
	color: #fff;
	font-size: clamp(16px, 3.5vw, 18px);
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	padding: 10px 7px;
	text-decoration: none;
}
#contArea .contBtn li div{
	display: flex;
	justify-content: center;
  width: 100%;
}
#contArea .contBtn li div img{width: 25px;}
#contArea .contBtn li div p{padding-left: 10px;}
#contArea .anabukiKosan{padding: 30px 0;}
@media screen and (max-width: 599px) {
	#contArea ul.contBtn{	display: block;	}
	#contArea .contBtn li{
		width: 90%;
		max-width: 300px;
		margin: 10px auto;
	}
}

/* ******************** FOOTER↓ ********************* */
footer .boxWidth{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
}
footer li{
	border-right: solid #999 1px;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 5px;
	color: #64615A;
}
footer li:nth-last-child(1){ border-right: none;}
footer li a{ color: #64615a; font-size: 13px;}
/* ******************** FOOTER↑ ********************* */