@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}

.notos {
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 960px;
	margin: 0 auto;
}
@media all and (max-width: 960px) {
	.content {
		width: auto;
		margin: 0 30px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 304px;
	text-align: center;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 12px;
	font-size: 2.6rem;
	letter-spacing: 0.4em;
	font-weight: 500;
}
.headLine01 .en {
	margin-left: 5px;
	display: inline-block;
	vertical-align: -17px;
}
@media all and (max-width: 960px) {
	.headLine01 {
		margin-bottom: 18px;
		font-size: 2.7rem;
	}
	.headLine01 .en {
		margin-left: 11px;
		font-size: 1.8rem;
		vertical-align: -4px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 12px;
	font-size: 3.4rem;
	letter-spacing: 0.4em;
	font-weight: 500;
	position: relative;
}
.headLine02::before {
	position: absolute;
	left: -40px;
	top: 24px;
	width: 20px;
	height: 2px;
	background-color: #BAB097;
	content: "";
}
.headLine02 .en {
	margin-left: 8px;
	display: inline-block;
	vertical-align: -20px;
}
@media all and (max-width: 960px) {
	.headLine02 {
		margin-bottom: 0;
		font-size: 2.7rem;
	}
	.headLine02::before {
		left: -25px;
		top: 20px;
	}
	.headLine02 .en {
		margin-left: 5px;
		vertical-align: -15px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 15px 10px 16px;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	border: 1px solid #3B372C;
	background: url("../img/common/icon03.png") no-repeat right 17px center;
	background-size: 13px 13px;
}
@media all and (min-width: 961px) {
	.comLink a:hover {
		color: #fff;
		border-color: #BAB097;
		background-color: #BAB097;
		background-image: url("../img/common/icon04.png");
	}
}
@media all and (max-width: 960px) {
	.comLink {
		width: 260px;
		margin: 0 auto;
	}
	.comLink a {
		padding: 13px 10px 11px;
		color: #fff;
		font-size: 1.6rem;
		border-color: #BAB097;
		background-color: #BAB097;
		background-image: url("../img/common/icon04.png");
	}
}
/*------------------------------------------------------------
	comPhoList
------------------------------------------------------------*/
.comPhoList {
	flex-wrap: nowrap;
}
.comPhoList li {
	width: 304px;
	flex-shrink: 0;
}
.comPhoList li a {
	display: block;
}
.comPhoList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {
	.comPhoList li {
		width: 152px;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 48px 0 95px;
	color: #fff;
	background-color: #3B372C;
}
.comContact .content {
	align-items: flex-end;
}
.comContact .headLine01 {
	margin-bottom: 30px;
	font-size: 3.2rem;
}
.comContact .headLine01 .en {
	vertical-align: -22px;
}
.comContact .lBox {
	width: 460px;
}
.comContact .lBox .txt {
	margin-bottom: 22px;
	line-height: 1.89;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.comContact .lBox .sml {
	font-size: 2.4rem;
	display: inline-block;
	vertical-align: -1px;
	letter-spacing: 0.15em;
}
.comContact .lBox .tel a {
	color: #fff;
	font-size: 4rem;
	letter-spacing: 0.08em;
	display: inline-block;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
}
.comContact .lBox .time {
	margin-top: -7px;
	display: block;
	letter-spacing: 0.05em;
}
.comContact .rBox {
	margin-bottom: 5px;
	width: 386px;
}
.comContact .rBox a {
	padding: 48px 10px 42px 45px;
	display: block;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}
.comContact .rBox .en {
	margin: 0 34px 12px 0;
	display: block;
	color: #BAB097;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
.comContact .rBox .en .icon {
	padding-left: 40px;
    background: url(../img/common/icon08.png) no-repeat left center;
    background-size: 18px 15px;
}
.comContact .rBox .jp {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
}
.comContact .rBox .jp .icon {
	padding-right: 30px;
    background: url(../img/common/icon04.png) no-repeat right top 9px;
    background-size: 13px 13px;
}
@media all and (min-width: 961px) {
	.comContact .rBox a:hover {
		color: #3B372C;
		background-color: #EBE7DB;
		border-color: #EBE7DB;
	}
	.comContact .rBox a:hover .en {
		color: #3B372C;
	}
	.comContact .rBox a:hover .en .icon {
		background-image: url("../img/common/icon10.png");
	}
	.comContact .rBox a:hover .jp .icon {
		background-image: url("../img/common/icon03.png");
	}
}
@media all and (max-width: 960px) {
	.comContact {
		padding: 40px 0 39px;
	}
	.comContact .content {
		display: block;
	}
	.comContact .headLine01 {
		margin-bottom: 26px;
		font-size: 2.7rem;
	}
	.comContact .headLine01 .en {
		margin: 12px 0 0;
		display: block;
	}
	.comContact .lBox {
		width: auto;
		margin-bottom: 35px;
	}
	.comContact .lBox .txt {
		margin-bottom: 28px;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.comContact .lBox .sml {
		font-size: 2.2rem;
		vertical-align: -1px;
	}
	.comContact .lBox .tel {
		margin-right: -20px;
	}
	.comContact .lBox .tel a {
		font-size: 3.7rem;
		letter-spacing: 0.06em;
	}
	@media all and (max-width: 355px) {
		.comContact .lBox .sml {
			font-size: 6.5vw;
		}
		.comContact .lBox .tel a {
			font-size: 10.2vw;
		}
	}
	.comContact .lBox .time {
		margin-top: -4px;
	}
	.comContact .rBox {
		margin-bottom: 0;
		width: auto;
	}
	.comContact .rBox a {
		padding: 23px 10px 27px;
	}
	.comContact .rBox .en {
		margin: 0 0 22px;
	}
	.comContact .rBox .en .icon {
		padding-top: 2px;
		background-size: 18px 14px;
		background-position: left top;
	}
	.comContact .rBox .jp .icon {
		display: none;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	background-color: #EBE7DB;
}
.pageTitle .content {
	width: 1232px !important;
}
.pageTitle .headLine01 {
	margin-left: 135px;
	font-size: 3.4rem;
}
.pageTitle .headLine01 .en {
	margin: 22px 0 0;
	display: block;
}
.pageTitle .lBox {
	padding-top: 50px;	
}
.pageTitle .photo {
	position: absolute;
    width: 50%;
    height: 400px;
    right: 0;
    top: 0;
    background: url("../img/about/page_title_photo.jpg") no-repeat left center;
    background-size: cover;
    content: "";
}
@media all and (max-width: 960px) {
	.pageTitle {
		padding-top: 71px;
		display: block;
		position: static;
	}
	.pageTitle .content {
		width: auto!important;
	}
	.pageTitle .headLine01 {
		margin-left: 0;
		font-size: 2.4rem;
		text-align: center;
	}
	.pageTitle .headLine01 .en {
		font-size: 1.5rem;
	}
	.pageTitle .photo{
		position: static;
		width: auto;
		height: 200px;
		right: auto;
		top: auto;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 92px;
}
#pagePath li {
	margin-right: 8px;
	display: inline-block;
	letter-spacing: 0.15em;
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', serif;
}
#pagePath li a {
	padding-right: 24px;
	display: inline-block;
	text-decoration: underline;
	background: url("../img/common/icon03.png") no-repeat right center;
	background-size: 13px 13px;
}
#pagePath li:last-child {
	margin-right: 0;
}
#pagePath li:last-child a {
	background: none;
}
#pagePath li a:hover {
	text-decoration: none;
}
@media all and (max-width: 960px) {
	#pagePath {
		margin-bottom: 20px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 468px;
	margin: 0 auto;
}
.comBtn a {
	padding: 16px 20px 15px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	text-align: center;
	border: 1px solid #BAB097;
	box-sizing: border-box;
	background: #BAB097 url("../img/common/icon04.png") no-repeat right 20px center;
	background-size: 13px 13px;
}
@media all and (min-width: 961px) {
	.comBtn a:hover {
		color: #3B372C;
		border: 1px solid #3B372C;
		background: transparent url("../img/common/icon03.png") no-repeat right 20px center;
		background-size: 13px 13px;
	}
}
@media all and (max-width: 960px) {
	.comBtn {
		width: auto;
		max-width: 468px;
	}
	.comBtn a {
		padding: 15px 20px;
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	fadein
------------------------------------------------------------*/
.fadeIn {
	position: relative;
	overflow: hidden;
}
.fadeIn:after {
	content: "";
    position: absolute;
    top: -1%;
    left: 0;
    width: 101%;
    height: 102%;
    background-color: #e6e6e6;
    z-index: 1;
	transition: all 0.8s cubic-bezier(0.51, 0.01, 0.17, 1);
}
.fadeIn.isShow:after {
	transform: translateX(100%);
}