@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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comLinkList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList li {
	margin-top: 20px;
	width: calc((100% - 20px) / 2);
	display: flex;
}
.comLinkList li a {
	padding: 11px 20px 12px 85px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.8px;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(87, 9, 9, 0.004);
	background: url(../../img/common/mail_img01.png) no-repeat left 30px center, -webkit-linear-gradient( to bottom, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
	background: url(../../img/common/mail_img01.png) no-repeat left 30px center, -moz-linear-gradient( to bottom, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
	background: url(../../img/common/mail_img01.png) no-repeat left 30px center, -ms-linear-gradient( to bottom, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
	background: url(../../img/common/mail_img01.png) no-repeat left 30px center, linear-gradient( to bottom, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
}
.comLinkList li a:hover {
	opacity: 0.7;
}
.comLinkList .tel a {
	background: #E3BA10 url(../../img/common/tel_img01.png) no-repeat left 24px center;
}
.comLinkList .tel a .txt {
	display: flex;
	color: #4d420b;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.64;
}
.comLinkList .tel small {
	margin: 5px 20px 0 0;
	width: 101px;
	font-size: 1.6rem;
	line-height: 1.13;
}
@media all and (max-width: 767px) {
	.comLinkList li {
		width: calc((100% - 13px) / 2);
	}
	.comLinkList li a {
		position: relative;
		padding: 3px 5px 5px 35px;
		font-size: 1.4rem;
		border-radius: 4px;
		text-align: left;
		line-height: 1.14;
		background-size: auto;
		background-position: left top;
		background-image: -moz-linear-gradient( -90deg, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
		background-image: -webkit-linear-gradient( -90deg, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
		background-image: -ms-linear-gradient( -90deg, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
	}
	.comLinkList li a:before {
		position: absolute;
		left: 9px;
		top: 0;
		height: 100%;
		width: 24px;
		background: url(../../img/common/mail_img01.png) no-repeat center / 100% auto;
		content: "";
	}
	.comLinkList li a:hover {
		opacity: 1;
	}
	.comLinkList .tel a {
		position: relative;
		background-image: -moz-linear-gradient( to bottom, rgb(226,186,15) 0%, rgb(180,149,17) 100%);
		background-image: -webkit-linear-gradient( to bottom, rgb(226,186,15) 0%, rgb(180,149,17) 100%);
		background-image: -ms-linear-gradient( to bottom, rgb(226,186,15) 0%, rgb(180,149,17) 100%);
		background-image: linear-gradient( to bottom, rgb(226,186,15) 0%, rgb(180,149,17) 100%);
		background-size: auto;
		background-position: left top;
	}
	.comLinkList .tel a:before {
		position: absolute;
		left: 9px;
		top: 0;
		width: 23px;
		height: 100%;
		background: url(../../img/common/tel_img01.png) no-repeat center / 100% auto;
		content: "";
	}
	.comLinkList .tel a .txt {
		font-size: 1.4rem;
		line-height: 1.14;
	}
	.comLinkList .tel a .txt span {
		display: none;
	}
	.comLinkList .tel small {
		margin: 5px 0 0;
		width: auto;
		font-size: 1.4rem;
	}
	}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1000px;
}
@media all and (min-width: 768px) {
	.content {
		padding: 0 15px;
	}
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 15px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
h2 {
	margin-bottom: 43px;
	color: #5b4e0a;
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1.8px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
h2 span {
	padding: 0 0 15px 98px;
	display: inline-block;
	position: relative;
	background: url(../../img/common/h2_bg01.png) no-repeat left center;
}
h2 span::after {
	width: calc(100% - 102px);
	height: 6px;
	position: absolute;
	bottom: 7px;
	right: 3px;
	background: url(../../img/common/h2_bg02.png) repeat-x left top;
	content: '';
}
@media all and (max-width: 767px) {
	h2 {
		margin-bottom: 25px;
		font-size: 3rem;
		line-height: 1.1;
	}
	h2 span {
		padding: 4px 0 16px 50px;
		background-size: 42px auto;
	}
	h2 span::after {
		width: calc(100% - 55px);
		bottom: 0;
		right: 3px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 30px;
	padding: 5px 20px 6px;
	position: relative;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
	background-color: #16335A;
	font-family: 'Noto Serif JP', serif;
}
.headLine01::before {
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #fff;
	content: '';
}
.headLine01 span {
	padding-left: 48px;
	display: inline-block;
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 15px;
		padding: 4px 20px 5px;
		font-size: 2.3rem;
		letter-spacing: 3px;
	}
	.headLine01::before {
		left: 2px;
		top: 2px;
		right: 2px;
		bottom: 2px;
	}
	.headLine01 span {
		padding-left: 35px;
	}
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
	padding: 30px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #0B203D;
	z-index: 10;
}
.fixedBox ul {
	margin: -20px auto 0;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fixedBox ul li {
	width: calc((100% - 30px) / 2);
}
.fixedBox ul a {
	padding: 17px 20px 19px 85px;
	border: 1px solid #fff;
}
.fixedBox.fixed {
	position: fixed;
	padding: 20px;
	box-sizing: border-box;
}
.fixedBox.fixed ul li {
	width: calc((100% - 30px) / 2)
}
.fixedBox.fixed ul a {
	padding: 11px 20px 12px 85px;
}
.fixedBox:not(.fixed) {
	top: 100%;
}
.fixedBox:not(.fixed) ul a {
	font-size: 2.8rem;
	letter-spacing: 2px;
}
.fixedBox:not(.fixed) ul a .txt {
	font-size: 3.2rem;
	letter-spacing: 3.5px;
}
.fixedBox:not(.fixed) .comLinkList .tel small {
	margin-right: 10px;
	width: 110px;
	letter-spacing: 0;
	font-size: 1.8rem;
}
@media all and (max-width: 767px) {
	.fixedBox {
		padding: 10px 15px 11px;
		box-sizing: border-box;
	}
	.fixedBox ul {
		max-width: inherit;
	}
	.fixedBox {
		padding: 15px ;
	}
	.fixedBox ul {
		max-width: inherit;
	}
	.fixedBox ul li {
		width: calc((100% - 15px) / 2);
	}
	.fixedBox ul a {
		padding: 3px 5px 5px 35px;
		letter-spacing: 0;
	}
	.fixedBox.fixed {
		position: fixed;
		padding: 10px 15px 11px;
	}
	.fixedBox.fixed ul li {
		width: calc((100% - 30px) / 2)
	}
	.fixedBox.fixed ul a {
		padding: 11px 5px 12px 35px;
	}
	.fixedBox:not(.fixed) ul a {
		font-size: 1.4rem;
	}
	.fixedBox:not(.fixed) ul a .txt {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.fixedBox:not(.fixed) .comLinkList .tel small {
		margin-right: 10px;
		width: auto;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin: 0 auto 26px;
	width: 840px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comImgBox h3 {
	margin-bottom: 20px;
	padding: 0 0 20px 54px;
	font-size: 4.6rem;
	color: #8c1313;
	font-weight: 400;
	text-decoration: underline;
	font-family: 'Noto Serif JP', serif;
	background: url(../../img/common/icon01.png) no-repeat left center;
}
.comImgBox .txtBox {
	margin-right: -100px;
}
.comImgBox .photo {
	margin-right: 3px;
}
.comImgBox p {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 300;
}
.comImgBox p span {
	color: #8c1313;
	font-weight: 500;
}
@media all and (max-width: 767px) {
	.comImgBox {
		margin: 0 auto 26px;
		width: auto;
		max-width: 400px;
		position: relative;
		display: block;
		text-align: center;
	}
	.comImgBox h3 {
		display: inline-block;
		margin-bottom: 13px;
		padding: 0 0 10px 44px;
		font-size: 3rem;
		background-size: 34px auto;
	}
	.comImgBox .txtBox {
		margin-right: 0;
	}
	.comImgBox .photo {
		position: absolute;
		right: -19px;
		bottom: 0;
		width: 200px;
		margin-right: 0;
	}
	.comImgBox p {
		font-size: 1.6rem;
		line-height: 1.43;
		text-align: left;
	}
	.comImgBox p span {
		color: #8c1313;
		font-weight: 500;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox .title {
	margin-bottom: 6px;
	color: #8c1313;
	font-size: 2rem;
}
.comContactBox p {
	margin-bottom: 0;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.45;
	font-family: 'Noto Serif JP', serif;
}
.comContactBox p em {
	padding: 0 35px;
	font-size: 4.6rem;
	font-style: normal;
	display: inline-block;
	background: url(../../img/common/com_contact_bg01.png) no-repeat left center, url(../../img/common/com_contact_bg02.png) no-repeat right center;
}
.comContactBox .comLinkList {
	margin: 0 -80px;
}
.comContactBox .comLinkList li {
	width: calc((100% - 32px) / 2);
}
.comContactBox .comLinkList li a {
	padding: 15px 20px 20px 85px;
	font-size: 2.8rem;
	justify-content: left;
	border: 1px solid #fff;
}
.comContactBox .comLinkList .tel span {
	font-size: 3.2rem;
}
.comContactBox .comLinkList .tel span small {
	margin-right: 5px;
	width: 120px;
	font-size: 1.8rem;
}
@media all and (max-width: 767px) {
	.comContactBox .title {
		margin-bottom: 3px;
		font-size: 1rem;
	}
	.comContactBox p {
		margin-bottom: 7px;
		font-size: 1.2rem;
		line-height: 1.45;
	}
	.comContactBox p em {
		padding: 4px 20px 0;
		font-size: 2.3rem;
		font-style: normal;
		display: inline-block;
		background-size: 15px auto;
	}
	.comContactBox .comLinkList {
		margin: -20px 0 0;
	}
	.comContactBox .comLinkList li {
		width: calc((100% - 15px) / 2);
	}
	.comContactBox .comLinkList li a {
		padding: 2px 5px 10px 40px;
		font-size: 1.4rem;
		line-height: 1.4;
		justify-content: center;
	}
	.comContactBox .comLinkList .tel span small {
		margin-right: 0;
		width: auto;
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
@media all and (max-width: 374px) {
	.comContactBox .comLinkList .tel span small,
	.comContactBox .comLinkList li a {
		font-size: 1rem;
	}
}
