@charset "utf-8";
/* CSS Document */

.font {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;	
	font-family: 'Playfair Display', serif;
	font-family: 'Noto Serif JP', serif;	
}
.cont_outer {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;		
	font-weight: normal;
}

p {
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #2D2D2D;
}
p a {
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}
/* gotopend */


@media screen and (min-width: 768px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.only_pc768 {
		display: none;
	}
	p {
		font-size: 3vw;
	}
	p a {
		font-size: 3vw;
	}
	
	
}

.head {
	
}
.head h1 {
	text-align: center;
}
.head h1 img {
	width: 100%;
	height: auto;
}
.cont_box {
	width: 94%;
	max-width: 680px;
	margin: 0 auto;
	padding: 60px 0;
}

.cont_box .box,
.cont_box .boxx2 {
	margin-bottom: 60px;
}
.text_box {
	padding-top: 30px;
}
.cont_box .boxx2 {
	text-align: center;
	font-size: 0;
}
.cont_box .boxx2 > div {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.cont_box .boxx2 > div:nth-child(1) {
	margin-right: 4%;
}
.bottom {
	margin-bottom: 60px;
}
.btn_area {
	text-align: center;
}
.btn_area .btn {
	display: inline-block;
}
.btn_area .btn a {
	display: block;
	padding: 0 3em;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #000;
	line-height: 4em;
	height: 4em;
	border-radius: 8px;
	font-family: 'Noto Serif JP', serif;
	
}
@media screen and (max-width: 767px) {
	body,html {
		padding: 0;
		margin: 0;
	}
	.btn_area .btn a {
	  display: block;
	  padding: 0 2em;
	  font-size: 3vw;
	}
	body .wrapper {
	  margin-top: 0;
	}
	.cmn-container.padding-top {
	  padding-top: 0;
	}	
}