@charset "UTF-8";
/*--------------------------------
common
--------------------------------*/
/* .text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.en-font{
	font-family: garamond-premier-pro-display, serif;
}
.trajan-font{
	font-family: trajan-pro-3, serif;
}
.small-text {
	font-size: 75%;
}
.large-text{
	font-size: 150%;
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.img-wrapper{
	position: relative;
}
.inline-block{
	display: inline-block;
} */
.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
body{
	background: #fff;
}
/*--------------------------------
layout
--------------------------------*/
.general-section .inner{
	padding: 80px 0;
}
.inner{
	margin: 0 auto;
	width: min(100% - 32px,1000px);
}
@media screen and (max-width: 767px){
	.general-section .inner{
		padding: 32px 0;
	}
}
/*--------------------------------
state
--------------------------------*/
.is-light{
	color: #fff;
}
.is-center{
	text-align: center;
}
.bg-bule{
	background: #1E3C55;
}
.bg-bule02{
	background: #5D6F7A;
}
.bg-bule03{
	background: #F3FBFF;
}
.bg-bule04{
	background: #8FA9B7;
}
.is-white{
	background: #FEF0DD;
}
.is-white02{
	background: #fff;
}
.large-text{
	font-size: 150%;
}
.is-left{
	text-align: left;
}
.is-brown{
	color:#AA8D68;
}
.is-bule{
	color: #1E3C55;
}
.is-bule02{
	color: #5D6F7A;
}
.markerUnder {
  background: linear-gradient(transparent 60%, #FEF0DD 0%);
  display: inline;
  padding: 0 1px 0px;
}
.is-mark{
	display: inline-block;
	position: relative;
	padding: 0 16px;
	margin-bottom: 10px;
}
.is-mark::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) skew(-20deg);
	width: 100%;
	height: 100%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
@media screen and (max-width: 767px){
	.sp-none{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.pc-none{
		display: none;
	}
}