@charset "utf-8";
/*
Theme Name: SIMPLE NOTE
Theme URI: null
Description: Description
Author: 81bridge - LZJ
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
.bgimg {
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bgimg img {
	display: none !important;
}
.speLinkList .wp-pagenavi {
	display: none;
}
.speLinkList .prev a,
.speLinkList .next a {
	display: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
@font-face {
	font-family: 'myriad';
	src: url("fonts/myriad.eot?") format('eot'),
		url("fonts/myriad.woff") format('woff'),
		url("fonts/myriad.otf") format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bahnschrift';
	src: url("fonts/bahnschrift.eot?") format('eot'),
		url("fonts/bahnschrift.woff") format('woff'),
		url("fonts/bahnschrift.otf") format('opentype');
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1350px;
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 123px;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.35rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 70px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	height: 123px;
	background: #fff;
}
#gHeader {
	position: absolute;
}
#gHeader .naviBox {
	display: none;
	visibility: hidden;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: visibility .2s ease-out, -webkit-transform .2s ease-out;
	transition: visibility .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, visibility .2s ease-out;
	transition: transform .2s ease-out, visibility .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 897px) {
	#gHeader .naviBox {
		display: block;
	}
}
#gHeader.fix {
	background: none;
}
#gHeader.fix .naviBox {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#gHeader .naviBox li {
	display: inline-block;
	vertical-align: top;
}
#gHeader .naviBox li a {
	display: inline-block;
	padding: 16px 13px;
	color: #231815;
	font-size: 1.9rem;
	font-family: 'myriad';
	letter-spacing: 0.2em;
}

#gHeader .hInner {
	margin: 0 auto;
	padding: 33px 0;
	max-width: 1376px;
}
#gHeader h1 {
	float: left;
}
#gNavi {
	float: right;
}
#gNavi ul {
	display: flex;
	justify-content: flex-start;
}
#gNavi li {
	padding-right: 27px;
}
#gNavi li a {
	color: #231815;
	display: block;
	text-align: center;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi .en {
	margin-bottom: 5px;
	display: block;
	font-size: 1.9rem;
	font-family: 'myriad';
	border-bottom: 1px solid #000;
	text-align: center;
	letter-spacing: 0.2em;
}
#gNavi .jp {
	font-size: 1.3rem;
	display: block;
	text-align: center;
	letter-spacing: 0.04em;
}
@media all and (min-width: 1301px) and (max-width: 1400px) {
	#gHeader h1 {
		padding-left: 15px;
	}
}
@media all and (min-width: 1025px) and (max-width: 1300px) {
	#gHeader .hInner {
		padding: 33px 10px;
	}
	#gHeader h1 img {
		width: 260px;
	}
	#gNavi li {
		padding-right: 18px;
	}
	#gNavi .en {
		letter-spacing: 0.1em;
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	#gHeader .hInner {
		padding: 33px 10px;
	}
	#gHeader h1 img {
		width: 210px;
	}
	#gNavi li {
		padding-right: 7px;
	}
	#gNavi .en {
		letter-spacing: 0.1em;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 70px;
	}
	#gHeader .hInner {
		padding: 22px 22px 20px;
		max-width: inherit;
	}
	#gHeader h1 img {
		width: 168px;
	}
	#gNavi {
		display: none;
	}
	.menu {
		display: block;
		position: absolute;
		right: 0;
		top: 6px;
		width: 60px;
		height: 60px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 22px;
		width: 38px;
		height: 4px;
		background-color: #261c19;
	}
	.menu span:nth-of-type(1) {
		top: 19px;
	}
	.menu span:nth-of-type(2) {
		top: 36px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	.menuBox {
		display: none;
		padding-top: 90px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #fff;
		z-index: 990;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .spNavi {
		margin-bottom: 40px;
	}
	.menuBox .spNavi li {
		text-align: center;
	}
	.menuBox .spNavi li a {
		margin: 0 auto;
		padding: 13px 0 4px;
		width: 158px;
		font-size: 1.6rem;
		display: block;
		color: #231815;
		text-align: center;
		border-bottom: 1px solid #9c9796;
	}
	.menuBox .spNavi li .en {
		margin-bottom: 3px;
		display: block;
		font-family: 'myriad';
		font-size: 1.35rem;
		letter-spacing: 0.2em;
	}
	.menuBox .spNavi li .jp {
		display: block;
		font-size: 1.05rem;
	}
	.menuBox .snsList {
		margin-bottom: 60px;
		text-align: center;
	}
	.menuBox .snsList li {
		padding: 0 7px;
		display: inline-block;
		vertical-align: top;
		width: 35px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .linkBox {
	padding: 15px 0 10px;
	background: #e2e2e2;
	border-top: 1px solid #827e7b;
}
#gFooter .linkBox .linkList {
	width: 1336px;
	margin: 0 auto;
	border-right: 1px solid #837d7d;
}
#gFooter .linkBox .linkList li {
	width: 50%;
}
#gFooter .linkBox .linkList li a {
	padding: 30px 20px 22px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #231815;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #837d7d;
	letter-spacing: 0.2em;
}
#gFooter .linkBox .linkList li a:hover {
	opacity: 0.7;
}
#gFooter .linkBox .linkList li img {
	margin: -3px 0 0 32px;
	display: inline-block;
	vertical-align: middle;
}
#gFooter .fBox {
	padding: 30px 0 20px;
	background: #231816;
}
#gFooter .topBox {
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #fff;
}
#gFooter .topBox .fLogo {
	padding: 25px 0 0 45px;
	float: left;
}
#gFooter .topBox .fNavi {
	padding-top: 20px;
	width: 492px;
	float: right;
}
#gFooter .topBox .fNavi > li {
	float: left;
	width: 138px;
}
#gFooter .topBox .fNavi > li > ul > li {
	padding-bottom: 15px;
}
#gFooter .topBox .fNavi > li a {
	color: #fff;
	font-size: 1.7rem;
	display: inline-block;
	font-family: 'myriad';
	border-bottom: 1px solid #fff;
	letter-spacing: 0.2em;
}
#gFooter .topBox .fNavi > li a:hover {
	opacity: 0.7;
}
#gFooter .pageTop {
	position: absolute;
	right: 0;
	top: 50px;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fInner {
	padding: 50px 0 0;
}
#gFooter .fInner .lBox {
	width: 482px;
	float: left;
	color: #fff;
}
#gFooter .fInner .topInner .title {
	width: 225px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#gFooter .fInner .topInner .address {
	width: 240px;
	letter-spacing: 0.1em;
	margin-top: -5px;
}
#gFooter .fInner .tel {
	width: 340px;
	font-size: 4rem;
	letter-spacing: 0.05em;
	font-family: 'myriad';
}
#gFooter .fInner .tel .small {
	font-size: 2.1rem;
}
#gFooter .fInner .tel a {
	color: #fff;
}
#gFooter .fInner .mail {
	margin-top: 15px;
}
#gFooter .fInner .mail a {
	padding: 5px 10px 5px 5px;
	display: block;
	width: 107px;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: url("img/common/icon06.png") no-repeat right 23px center;
	background-size: 6px auto;
}
#gFooter .fInner .mail a:hover {
	opacity: 0.7;
}
#gFooter .fInner .rBox {
	width: 482px;
	float: right;
}
#gFooter .snsList {
	margin-bottom: 27px;
	float: right;
}
#gFooter .snsList li {
	padding-left: 25px;
	float: left;
}
#gFooter .snsList li a:hover {
	opacity: 0.7;
}
#gFooter address {
	clear: both;
	color: #fff;
	font-size: 1.4rem;
	font-style: normal;
	text-align: right;
	letter-spacing: 0.07em;
}
@media all and (max-width: 896px) {
	#gFooter .linkBox {
		padding: 5px 0;
	}
	#gFooter .linkBox .linkList {
		width: auto;
		border-right: none;
	}
	#gFooter .linkBox .linkList li {
		width: 54%;
	}
	#gFooter .linkBox .linkList li:last-child {
		width: 46%;
	}
	#gFooter .linkBox .linkList li a {
		padding: 10px 26px 10px 3px;
		font-size: 1.25rem;
		border: none;
		justify-content: flex-end;
		text-align: right;
	}
	#gFooter .linkBox .linkList li:first-child a {
		padding: 10px 3px 10px 21px;
		border-right: 1px solid #837d7d;
		justify-content: flex-start;
		text-align: left;
	}
	#gFooter .linkBox .linkList li img {
		margin: -3px 0 0 12px;
	}
	#gFooter .fBox {
		padding: 13px 0 13px;
	}
	#gFooter .topBox {
		padding-bottom: 0;
		position: relative;
		border: none;
	}
	#gFooter .topBox .fLogo {
		display: none;
	}
	#gFooter .topBox .fNavi {
		display: none;
	}
	#gFooter .pageTop {
		position: absolute;
		right: 4px;
		top: 4px;
		width: 36px;
	}
	#gFooter .fInner {
		padding: 0;
	}
	#gFooter .fInner .lBox {
		width: auto;
		float: none;
		color: #fff;
	}
	#gFooter .fInner .topInner {
		display: block;
	}
	#gFooter .fInner .topInner .title {
		width: auto;
		margin-bottom: 1px;
		font-size: 1.3rem;
		letter-spacing: 0.025em;
	}
	#gFooter .fInner .topInner .address {
		width: auto;
		font-size: 1.1rem;
		margin: 0 0 4px;
		line-height: 1.66;
	}
	#gFooter .fInner .tel {
		padding-right: 10px;
		width: auto;
		font-size: 2.25rem;
	}
	#gFooter .fInner .tel .small {
		font-size: 1.15rem;
	}
	#gFooter .fInner .mail {
		margin-top: 6px;
	}
	#gFooter .fInner .mail a {
		padding: 2px 10px 2px 2px;
		width: 65px;
		font-size: 0.9rem;
		background: url("img/common/sp_icon03.png") no-repeat right 12px center;
		background-size: 4px auto;
	}
	#gFooter .fInner .rBox {
		width: auto;
		float: none;
	}
	#gFooter .snsList {
		display: none;
	}
	#gFooter address {
		font-size: 0.9rem;
		text-align: left;
	}
}
@media all and (max-width: 374px) {
	#gFooter .linkBox .linkList li a {
		letter-spacing: 0;
	}
	#gFooter .linkBox .linkList li img {
		margin-left: 9px;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: 123px 0 30px;
	height: 478px;
	position: relative;
	background: #eaeaea;
}
.pageTitle:before {
	position: absolute;
	right: 0;
	top: -125px;
	width: 1174px;
	height: 560px;
	background: url("img/gallery/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
	z-index: 2;
	content: "";
}
.pageTitle h2 {
	padding-top: 172px;
	color: #231815;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 10;
}
.pageTitle h2 .en {
	margin-bottom: -9px;
	display: block;
	font-size: 6.88rem;
	font-family: 'myriad';
	font-weight: normal;
}
.pageTitle h2 .jp {
	margin-left: 6px;
	font-size: 2.6rem;
	display: block;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin: 0;
		height: auto;
		background: none;
	}
	.pageTitle:before {
		display: none;
	}
	.pageTitle .spPho {
		margin: 0 -20px 20px;
	}
	.pageTitle .spPho img {
		width: 100%;
	}
	.pageTitle h2 {
		padding: 0;
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #e7e7e7;
	}
	.pageTitle h2 .en {
		margin-bottom: 0;
		position: relative;
		font-size: 1.6rem;
		white-space: nowrap;
	}
	.pageTitle h2 .en:before {
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 52px;
		height: 1px;
		background: #847d7c;
		content: "";
	}
	.pageTitle h2 .jp {
		margin-left: 0;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin-bottom: 142px;
	text-align: center;
}
.comLink a {
	display: inline-block;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 22px 33px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 50px;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: 3px;
	font-size: 6.7rem;
	display: block;
	color: #231815;
	font-family: 'myriad';
	font-weight: normal;
	letter-spacing: 0.2em;
}
.headLine02 .jp {
	font-size: 2.6rem;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 32px;
	}
	.headLine02 .en {
		margin-bottom: 3px;
		font-size: 3.35rem;
		color: #4D4D4D;
	}
	.headLine02 .jp {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 135px;
	text-align: center;
}
.headLine03 .topImg {
	display: block;
}
.headLine03 .jp {
	margin-top: 17px;
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 27px;
	}
	.headLine03 .topImg {
		margin-bottom: -12px;
	}
	.headLine03 .jp {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 .en {
	color: #231815;
	font-size: 6.88rem;
	letter-spacing: 0.1em;
}
.headLine04 .jp {
	color: #231815;
	font-size: 1.7rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #e4e4e4;
	}
	.headLine04 .en {
		margin-bottom: 0;
		font-size: 1.6rem;
		position: relative;
	}
	.headLine04 .en:before {
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 50px;
		height: 1px;
		background: #756f6d;
		content: "";
	}
	.headLine04 .jp {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	width: 176px;
	padding: 6px 0;
	display: block;
	font-family: 'myriad';
	font-weight: normal;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	background: #fff url("img/index/icon03.png") no-repeat right 23px center;
	background-size: 6px auto;
	letter-spacing: 0.1em;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 130px;
		padding: 4px 15px 5px 0;
		font-size: 1.35rem;
		background: #fff url("img/index/icon03.png") no-repeat right 16px center;
		background-size: 6px auto;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1326px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		padding: 0 21px;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-bottom: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comLinkList li {
	padding: 0 180px;
}
.comLinkList li a:hover {
	opacity: 0.7;
}
.comLinkList01 {
	padding-top: 50px;
}
.comLinkList01 li {
	padding: 0;
}
.comLinkList01 .mid {
	margin-top: -6px;
	padding: 0 142px;
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin-bottom: 40px;
	}
	.comLinkList li {
		padding: 0 45px;
	}
	.comLinkList li img {
		width: 24px;
	}
	.comLinkList01 {
		padding-top: 16px;
		margin-bottom: 25px;
	}
	.comLinkList01 .mid {
		margin-top: -12px;
		padding: 0 12px;
	}
	.comLinkList01 .mid img {
		width: 30px;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -54px 0 120px;
}
.comList li {
	width: 648px;
	margin: 54px 0 0;
}
.comList li a {
	display: block;
}
.comList li a:hover {
	opacity: 0.7;
}
.comList li .pho {
	display: block;
	padding-bottom: 83.5%;
	background: url("img/gallery/photo.jpg") no-repeat center center;
	background-size: cover;
}
.comList li .txtSpan {
	padding: 0 0 0 114px;
	color: #231815;
	display: block;
	position: relative;
	margin-top: 23px;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
}
.comList li .txtSpan:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100px;
	height: 1px;
	background: #231815;
	content: "";
}
@media all and (max-width: 896px) {
	.comList {
		margin: -22px 0 40px;
	}
	.comList li {
		width: 48.2%;
		margin: 22px 0 0;
	}
	.comList li .pho {
		padding-bottom: 68%;
	}
	.comList li .txtSpan {
		padding: 0 0 0 32px;
		margin-top: 5px;
		font-size: 1.25rem;
	}
	.comList li .txtSpan:before {
		width: 23px;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.fadeInUp.on {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 130px;
	position: relative;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #231815;
	color: #231815;
	margin: 0 6px;
	font-family: 'myriad';
	font-size: 1.8rem;
	min-height: 35px;
	min-width: 35px;
	line-height: 35px;
	border-radius: 50%;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background: #231815;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	left: 0;
	top: 0;
	padding: 1px 0 0 10px;
	width: 120px;
	height: 40px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 0;
	background: #231815 url("img/common/icon05.png") no-repeat left 18px center;
	background-size: 6px auto;
}
.wp-pagenavi .previouspostslink:hover {
	opacity: 0.7;
	background: #231815 url("img/common/icon05.png") no-repeat left 18px center;
	background-size: 6px auto;
}
.wp-pagenavi .nextpostslink {
	padding: 1px 7px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 40px;
	color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	background: #231815 url("img/common/icon06.png") no-repeat right 22px center;
	background-size: 6px auto;
}
.wp-pagenavi .nextpostslink:hover {
	opacity: 0.7;
	background: #231815 url("img/common/icon06.png") no-repeat right 22px center;
	background-size: 6px auto;
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 45px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 4px;
		font-size: 1.1rem;
		min-height: 22px;
		min-width: 22px;
		line-height: 22px;
	}
	.wp-pagenavi a:hover {
		color: #231815;
		background: none;
	}
	.wp-pagenavi .previouspostslink {
		top: -3px;
		width: 76px;
		height: 27px;
		padding: 2px 0 0 7px;
		box-sizing: border-box;
		background: #231815 url("img/common/icon05.png") no-repeat left 12px center;
		background-size: 4px auto;
	}
	.wp-pagenavi .previouspostslink:hover {
		color: #fff;
		background: #231815 url("img/common/icon05.png") no-repeat left 12px center;
		background-size: 4px auto;
	}
	.wp-pagenavi .nextpostslink {
		top: -3px;
		width: 76px;
		height: 27px;
		padding: 2px 7px 0 0;
		box-sizing: border-box;
		background: #231815 url("img/common/icon06.png") no-repeat right 12px center;
		background-size: 4px auto;
	}
	.wp-pagenavi .nextpostslink:hover {
		color: #fff;
		background: #231815 url("img/common/icon06.png") no-repeat right 12px center;
		background-size: 4px auto;
	}
}
/*------------------------------------------------------------
	gallery
------------------------------------------------------------*/
.gallery .comList li .pho {
	padding-bottom: 67%;
}
@media all and (max-width: 896px) {
	.galleryH2 {
		padding-top: 20px;
	}
	.gallery .comList li .pho {
		padding-bottom: 68%;
	}
}
.galleryDetail {
	color: #231815;
	padding-top: 83px;
}
.galleryDetail .content {
	width: 1300px;
}
.galleryDetail h2 {
	margin-bottom: 30px;
}
.galleryDetail h2 .info {
	padding-bottom: 19px;
	display: inline-block;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #918c89;
}
.galleryDetail p {
	margin-bottom: 27px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
.galleryDetail .link {
	padding-top: 50px;
	margin-bottom: 119px;
	text-align: center;
}
.galleryDetail .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.galleryDetail {
		padding-top: 40px;
	}
	.galleryDetail .content {
		width: auto;
	}
	.galleryDetail h2 {
		margin-bottom: 14px;
	}
	.galleryDetail h2 .info {
		padding-bottom: 5px;
	}
	.galleryDetail p {
		margin-bottom: 22px;
		line-height: 1.7;
	}
	.galleryDetail .link {
		padding-top: 0px;
		margin-bottom: 25px;
	}
	.galleryDetail .link img {
		width: 30px;
	}
}
/*------------------------------------------------------------
	event
------------------------------------------------------------*/
.eventTitle::before {
	background-image: url("img/event/page_title_bg.jpg");
}
.eventBtn {
	padding: 26px 0 56px;
}
.eventBtn a {
	color: #231815;
	width: 498px;
	margin: 0 auto;
	padding: 30px 10px;
	display: block;
	font-weight: bold;
	font-size: 2rem;
	background: #eaeaea;
	text-align: center;
	letter-spacing: 0.2em;
	box-sizing: border-box;
}
.eventBtn a:hover {
	opacity: 0.7;
}
.eventBtn img {
	margin: -3px 0 0 17px;
	display: inline-block;
	vertical-align: middle;
}
.event .comList {
	margin-bottom: 145px;
}
.event .comList li .pho {
	padding-bottom: 67%;
}
@media all and (max-width: 896px) {
	.eventBtn {
		padding: 39px 0 34px;
	}
	.eventBtn a {
		width: 194px;
		padding: 15px 10px;
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		background: #e1e1e1;
	}
	.eventBtn img {
		margin: -3px 0 0 12px;
	}
	.event .comList {
		margin-bottom: 40px;
	}
	.event .comList li .pho {
		padding-bottom: 68%;
	}
}
/*------------------------------------------------------------
	event
------------------------------------------------------------*/
.eventDetail {
	color: #231815;
	padding-top: 83px;
}
.eventDetail .content {
	width: 1300px;
}
.eventDetail h2 {
	margin-bottom: 30px;
}
.eventDetail h2 .info {
	padding-bottom: 19px;
	display: inline-block;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #918c89;
}
.eventDetail p {
	margin-bottom: 27px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
.eventDetail .link {
	padding-top: 50px;
	margin-bottom: 119px;
	text-align: center;
}
.eventDetail .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.eventDetail {
		padding-top: 40px;
	}
	.eventDetail .content {
		width: auto;
	}
	.eventDetail h2 {
		margin-bottom: 14px;
	}
	.eventDetail h2 .info {
		padding-bottom: 5px;
	}
	.eventDetail p {
		margin-bottom: 22px;
		line-height: 1.7;
	}
	.eventDetail .link {
		padding-top: 0px;
		margin-bottom: 25px;
	}
	.eventDetail .link img {
		width: 30px;
	}
}
/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
#conts {
	float: left;
	width: 980px;
}
#sideBar {
	margin-right: -26px;
	float: right;
	width: 308px;
}
#sideBar h3 {
	margin-bottom: 8px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #959595;
	padding-bottom: 7px;
}
#sideBar .newsList {
	margin-bottom: 50px;
	border-bottom: 1px dashed #959595;
}
#sideBar .newsList li a {
	padding: 8px 3px 10px;
	display: block;
	font-size: 1.5rem;
	border-bottom: 1px dashed #666;
}
#sideBar .newsList li a:hover {
	opacity: 0.7;
}
#sideBar .newsList li .date {
	margin-bottom: 4px;
	color: #333;
	display: block;
	font-family: 'myriad';
	letter-spacing: 0.1em;
}
#sideBar .selectBox {
	padding-top: 10px;
}
#sideBar select {
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 201px;
	height: 27px;
	background: url("img/blog/select.png")no-repeat right 6px center;
	background-size: 9px;
	background-color: #fff;
	border: 1px solid #959595;
	padding-left: 10px;
	font-size: 1.5rem;
	font-weight: normal;
}
#sideBar select::-ms-expand {
	display: none;
}
@media all and (max-width: 896px) {
	#conts {
		float: none;
		width: auto;
	}
	#sideBar {
		display: none;
	}
}
.blog {
	margin-top: 48px;
	padding: 40px 0 0;
	background: #EEEEEE url("img/blog/bg.jpg") no-repeat center top;
	background-size: 100% auto;
}
.blog .headLine03 {
	margin-bottom: 90px;
	padding-bottom: 180px;
	text-align: center;
	background: url("img/blog/icon.png") no-repeat center bottom;
	background-size: 109px auto;
}
.blog #conts .blogList li {
	margin-bottom: 52px;
	width: 100%;
}
.blog #conts .blogList li:last-child {
	margin-bottom: 0;
}
.blog #conts .blogList li a {
	display: block;
	background-color: #fff;
	padding: 27px 20px 25px;
}
.blog #conts .blogList li a:hover {
	opacity: 0.7;
}
.blog #conts .blogList li .pho {
	display: block;
	padding-bottom: 40%;
	/*background: url("img/blog/photo.jpg") no-repeat center;*/
	margin-bottom: 20px;
}
.blog #conts .blogList li .title {
	font-size: 2.1rem;
	display: block;
	color: #231815;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 0.1em;
}
.blog #conts .blogList li .txtSpan {
	display: block;
	letter-spacing: 0.25em;
	line-height: 2;
	font-size: 1.6rem;
}
.blog #conts .blogList li .subTxt {
	display: block;
	margin-top: 10px;
}
.blog #conts .blogList li .subTxt .date {
	float: left;
	font-family: 'myriad';
	font-size: 1.7rem;
	color: #231815;
	letter-spacing: 0.05em;
}
.blog #conts .blogList li .subTxt .btn {
	width: 120px;
	float: right;
	padding: 6px 25px 6px 6px;
	border: 2px solid #959595;
	background: url("img/index/icon03.png") no-repeat right 24px top 15px;
	text-align: center;
	background-size: 6px auto;
	font-size: 1.8rem;
	font-family: 'myriad';
	letter-spacing: 0.1em;
	margin-top: -22px;
	box-sizing: border-box;
}
.blog .comLink {
	margin: 185px 0 0;
	padding-bottom: 142px;
}
@media all and (max-width: 896px) {
	.blog {
		margin-top: 10px;
		padding: 25px 0 0;
		background: #EEEEEE url("img/blog/bg.jpg") no-repeat center top;
		background-size: 100% auto;
	}
	.blog .headLine03 {
		margin-bottom: 22px;
		padding-bottom: 73px;
		background: url("img/blog/icon.png") no-repeat center bottom;
		background-size: 54px auto;
	}
	.blog .headLine03 .topImg {
		margin-bottom: -10px;
	}
	.blog #conts .blogList li {
		margin-bottom: 23px;
	}
	.blog #conts .blogList li:last-child {
		margin-bottom: 0;
	}
	.blog #conts .blogList li a {
		padding: 7px 7px 7px;
	}
	.blog #conts .blogList li .pho {
		display: block;
		padding-bottom: 37.5%;
		margin-bottom: 6px;
	}
	.blog #conts .blogList li .title {
		font-size: 1.3rem;
		margin-bottom: 3px;
	}
	.blog #conts .blogList li .txtSpan {
		line-height: 1.3;
		font-size: 1.25rem;
	}
	.blog #conts .blogList li .subTxt {
		margin-top: 10px;
	}
	.blog #conts .blogList li .subTxt .date {
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	.blog #conts .blogList li .subTxt .btn {
		width: 75px;
		padding: 4px 15px 4px 6px;
		border: 1px solid #959595;
		background: url("img/index/sp_icon03.png") no-repeat right 14px top 12px;
		background-size: 4px auto;
		font-size: 1.15rem;
		margin-top: -6px;
	}
	.blog .comLink {
		margin: 46px 22px 0;
		padding-bottom: 33px;
	}
}
.blogDetail #conts .whiteBox {
	margin-bottom: 100px;
	padding: 50px 45px;
	position: relative;
	background: #fff;
}
.blogDetail #conts .whiteBox h2 {
	margin-bottom: 20px;
	padding-bottom: 16px;
	font-size: 2.8rem;
	color: #1A1A1A;
	border-bottom: 20px solid #eee;
}
.blogDetail #conts .whiteBox .snsList {
	position: absolute;
	right: 45px;
	top: 55px;
}
.blogDetail #conts .whiteBox .snsList li {
	width: 31px;
	display: inline-block;
	padding-left: 10px;
}
.blogDetail #conts .whiteBox .snsList li a {
	display: block;
}
.blogDetail #conts .whiteBox .snsList li a:hover {
	opacity: 0.7;
}
.blogDetail #conts .whiteBox p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
}
.blogDetail #conts .whiteBox .btmBox {
	margin-top: 130px;
	padding-top: 15px;
	border-top: 1px dashed #4c4c4c;
}
.blogDetail #conts .whiteBox .btmBox dt {
	padding-top: 2px;
	float: left;
	font-size: 1.7rem;
	font-family: 'myriad';
	color: #231815;
	letter-spacing: 0.1em;
}
.blogDetail #conts .whiteBox .btmBox dd {
	padding: 0 0 0 6em;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.blogDetail #conts .whiteBox .btmBox dd a {
	color: #1A1A1A;
}
.blogDetail #conts .whiteBox .btmBox dd a:hover {
	opacity: 0.7;
}
.blogDetail #conts .comBtn a {
	padding: 12px 32px 12px 10px;
	font-size: 1.7rem;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url("img/common/icon03.png") no-repeat right 24px center;
	background-size: 9px auto;
}
.blogDetail .comLink {
	margin-top: 100px;
}
@media all and (max-width: 896px) {
	.blogDetail #conts .whiteBox {
		margin-bottom: 33px;
		padding: 10px 16px 13px;
	}
	.blogDetail #conts .whiteBox h2 {
		margin-bottom: 8px;
		padding-bottom: 2px;
		font-size: 1.25rem;
		letter-spacing: 0.2em;
		border-bottom: 8px solid #eee;
	}
	.blogDetail #conts .whiteBox .snsList {
		top: auto;
		right: 13px;
		bottom: 13px;
	}
	.blogDetail #conts .whiteBox .snsList li {
		padding-left: 7px;
		width: 26px;
	}
	.blogDetail #conts .whiteBox p {
		margin-bottom: 27px;
		font-size: 1.25rem;
		line-height: 1.75;
	}
	.blogDetail #conts .whiteBox .btmBox {
		margin-top: 0;
		padding: 10px 90px 0 0;
	}
	.blogDetail #conts .whiteBox .btmBox dt {
		padding-top: 2px;
		font-size: 1.1rem;
	}
	.blogDetail #conts .whiteBox .btmBox dd {
		padding: 0 0 0 6.2em;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.blogDetail #conts .comBtn a {
		padding: 6px 23px 6px 10px;
		font-size: 0.9rem;
		width: 92px;
		background: url("img/common/icon03.png") no-repeat right 12px center;
		background-size: 5px auto;
	}
	.blogDetail .comLink {
		margin-top: 42px;
	}
}
@media all and (-ms-high-contrast:none) {
	.blogDetail #conts .whiteBox .btmBox dd {
		padding: 3px 0 0 6em;
	}
	.blogDetail #conts .comBtn a {
		padding: 16px 32px 10px 10px;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 34px;
	color: #727171;
	text-align: center;
}
.headLine05 .en {
	font-size: 3.6rem;
	display: block;
	font-family: 'myriad';
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 1.15;
}
.headLine05 .jp {
	margin-top: 4px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 20px;
	}
	.headLine05 .en {
		font-size: 2.6rem;
		letter-spacing: 1px;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 41px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.2em;
	text-align: center;
}
.headLine06 span {
	background: url("img/common/line01.png") repeat-x center bottom;
	background-size: 2px 13px;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 20px;
		font-size: 1.8rem;
		letter-spacing: 0.01em;
	}
	.headLine06 span {
		background-size: 1px 6px;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 15px;
	padding: 3px 15px 6px;
	font-size: 1.57rem;
	letter-spacing: 4px;
	border: 1px solid #e9e9eb;
	background: linear-gradient(#F0F0F2, #FFF);
}
.headLine07 span {
	padding-left: 10px;
	display: inline-block;
	line-height: 0.9;
	vertical-align: middle;
	border-left: 1px solid #648574;
}
@media all and (max-width: 896px) {
	.headLine07 {
		padding: 3px 15px 6px;
		font-size: 1.37rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin-bottom: 97px;
}
#contact .pageTitle {
	margin-bottom: 115px;
}
#contact .pageTitle:before {
	background-image: url(img/contact/page_title_bg.jpg);
}
#contact #main .content {
	width: 660px;
	color: #717071;
}
#contact p {
	margin: 0 0 25px 3px;
	color: #648574;
	line-height: 1.8;
	letter-spacing: 1px;
}
#contact .txt01 {
	margin-bottom: 34px;
}
#contact table {
	margin-bottom: 12px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
#contact th,
#contact td {
	padding: 9px 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
}
#contact th {
	padding: 9px 10px 9px 20px;
	color: #648574;
	width: 27.6%;
	font-size: 1.4rem;
	font-weight: 500;
	background: #efefef;
	letter-spacing: 4px;
}
#contact th .txt01 {
	letter-spacing: 0;
}
#contact .vTop {
	padding-top: 19px;
	vertical-align: top;
}
#contact td input[type="text"],
#contact td input[type="tel"],
#contact td input[type="email"],
#contact td textarea {
	width: 275px;
	height: 30px;
	font-size: 1.2rem;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 0;
	border: 2px solid #e4e4e4;
	-webkit-appearance: none;
	appearance: none;
}
#contact td .radioList {
	margin: 0 100px -3px 12px;
	padding: 6px 0;
}
#contact td .radioList li {
	font-size: 1.2rem;
	float: left;
	width: 126px;
	line-height: 1.76;
}
#contact td .radioList li label {
	display: inline-block;
}
#contact td .radioList li input[type="radio"] {
	display: none;
}
#contact td .radioList li input[type="radio"] ~ span {
	background: url(img/common/radio_bg01.png) no-repeat left center;
	background-size: 14px 14px;
	display: block;
	padding: 3px 0 2px 16px;
}
#contact td .radioList li input[type="radio"]:checked ~ span {
	background: url(img/common/radio_bg02.png) no-repeat left center;
	background-size: 14px 14px;
}
#contact td .radioList01 {
	margin-right: 0;
}
#contact td .radioList01 li:nth-child(3n-1) {
	width: 82px;
}
#contact td .radioList01 li.other {
	margin-right: -100px;
	width: auto;
	display: flex;
	align-items: center;
}
#contact td .radioList01 li.other input[type="text"] {
	margin-left: 10px;
	width: 155px;
}
#contact td textarea {
	width: 100%;
	height: 240px;
	resize: vertical;
}
#contact td .notes {
	font-size: 1.2rem;
}
#contact td .notesTxt {
	color: #648574;
	margin-bottom: 0;
	font-size: 1.2rem;
}
#contact .submit {
	text-align: center;
}
#contact .submit li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
}
#contact .submit li input {
	color: #fff;
	cursor: pointer;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 5px 30px 2px;
	font-size: 1.83rem;
	font-weight: 700;
	border-radius: 30px;
	border: none;
	line-height: 1;
	background: #648574;
	-webkit-appearance: none;
	appearance: none;
}
#contact .submit li input:hover {
	opacity: 0.7;
}
#contact .thanksTxt {
	text-align: center;
}
#contact .errorMsg {
	margin-bottom: 30px;
}
#contact .errorMsg li {
	color: #ff0000;
}
#contact .backBtn a {
	margin: 0 auto;
	padding: 12px 10px;
	width: 400px;
	display: block;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-radius: 10px;
	background-color: #648474;
	box-sizing: border-box;
	text-align: center;
}
#contact .backBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#contact {
		margin-bottom: 50px;
	}
	#contact .pageTitle {
		margin-bottom: 50px;
	}
	#contact #main .content {
		width: auto;
	}
	#contact p {
		margin: 0 0 15px;
	}
	#contact .txt01 {
		margin-bottom: 24px;
	}
	#contact th,
	#contact td {
		padding: 10px 0;
		float: left;
		width: 100%;
		box-sizing: border-box;
		border: none;
	}
	#contact th {
		padding: 10px;
		width: 100%;
		letter-spacing: 2px;
	}
	#contact td input[type="text"],
	#contact td input[type="tel"],
	#contact td input[type="email"],
	#contact td textarea {
		width: 100%;
		border: 1px solid #e4e4e4;
	}
	#contact td .radioList {
		margin: 0 0 0 10px;
	}
	#contact td .radioList li {
		width: 40%;
	}
	#contact td .radioList li:nth-child(2n) {
		width: 60%;
	}
	#contact td .radioList01 li.other {
		margin-right: auto;
	}
	#contact td textarea {
		height: 200px;
	}
	#contact td .notes {
		display: block;
		margin-top: 5px;
		font-size: 1.2rem;
	}
	#contact td .notesTxt {
		margin-top: 3px;
	}
	#contact .submit li {
		margin-bottom: 10px;
	}
	#contact .submit li:last-child {
		margin-bottom: 0;
	}
	#contact .submit li input:hover {
		opacity: 1;
	}
	#contact .thanks a:hover {
		text-decoration: none;
	}
	#contact .thanksTxt {
		font-size: 1.3rem;
	}
	#contact .backBtn a {
		padding: 12px 10px;
		width: 260px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		border-radius: 6px;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company {
	margin-bottom: 140px;
}
#company .pageTitle {
	margin-bottom: 120px;
}
#company .pageTitle:before {
	background-image: url(img/company/page_title_bg.jpg);
}
#company #main {
	color: #717071;
}
#company #main a {
	color: inherit;
}
#company .sec01 {
	margin-bottom: 138px;
}
#company .sec01 .content {
	width: 780px;
}
#company .sec01 .headLine05 {
	margin-bottom: 52px;
}
#company .sec01 .photoImg {
	margin-bottom: 52px;
	text-align: center;
}
#company .sec01 .headLine06 {
	margin-bottom: 32px;
	font-size: 2.4rem;
}
#company .sec01 p {
	margin: 0 60px;
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-ideograph;
}
#company .sec02 {
	margin-bottom: 166px;
}
#company .sec02 .content {
	width: 680px;
}
#company .sec02 .headLine05 {
	margin-bottom: 46px;
}
#company .sec02 .photo {
	margin-bottom: 68px;
	text-align: center;
}
#company .sec02 table {
	margin-bottom: 62px;
	width: 100%;
	border-collapse: collapse;
}
#company .sec02 th,
#company .sec02 td {
	padding: 27px 25px 21px;
	font-size: 1.57rem;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	box-sizing: border-box;
}
#company .sec02 th {
	width: 21%;
	position: relative;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
#company .sec02 th::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 2px;
	background-color: #E6E6E7;
	z-index: -1;
}
#company .sec02 td {
	padding-left: 27px;
	letter-spacing: 3px;
}
#company .sec02 .map {
	position: relative;
	padding-bottom: 73.5%;
	height: 0;
	overflow: hidden;
	border: 1px solid #dedee0;
}
#company .sec02 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#company .banner {
	margin: 0 auto;
	width: 1062px;
	text-align: center;
}
#company .banner a {
	display: block;
}
#company .banner a:hover {
	opacity: 0.7;
}
#company .sec03 {
	margin-bottom: 141px;
}
#company .sec03 .content {
	width: 716px;
}
#company .sec03 .headLine05 {
	margin-bottom: 45px;
}
#company .sec03 .staffList li {
	width: 304px;
}
#company .sec03 .staffList li .pho {
	margin: 0 0 17px auto;
	width: 149px;
	position: relative;
}
#company .sec03 .staffList li .pho::before {
	width: 190px;
	height: 208px;
	position: absolute;
	left: -144px;
	bottom: -101px;
	background: #eaeaea;
	content: "";
	z-index: -1;
}
#company .sec03 .staffList li p {
	margin-right: -10px;
	color: #717071;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2.1429;
}
#company .sec03 .staffList li .ttl {
	margin-bottom: 7px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}
#company .sec03 .staffList li .ttl small {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	#company {
		margin-bottom: 60px;
	}
	#company .pageTitle {
		margin-bottom: 50px;
	}
	#company .sec01 {
		margin-bottom: 60px;
	}
	#company .sec01 .content {
		width: auto;
	}
	#company .sec01 .headLine05 {
		margin-bottom: 26px;
	}
	#company .sec01 .photoImg {
		margin-bottom: 26px;
	}
	#company .sec01 .headLine06 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#company .sec01 p {
		margin: 0;
		line-height: 1.8;
	}
	#company .sec02 {
		margin-bottom: 60px;
	}
	#company .sec02 .content {
		width: auto;
	}
	#company .sec02 .headLine05 {
		margin-bottom: 26px;
	}
	#company .sec02 .photo {
		margin-bottom: 40px;
	}
	#company .sec02 table {
		margin-bottom: 30px;
	}
	#company .sec02 th,
	#company .sec02 td {
		padding: 10px;
		float: left;
		font-size: 1.37rem;
		border-top: none;
		border-bottom: none;
		box-sizing: border-box;
	}
	#company .sec02 th {
		width: 100%;
		text-align: left;
		text-align-last: left;
		letter-spacing: 2px;
	}
	#company .sec02 th::after {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		right: 0;
		bottom: 1px;
		background-color: #E6E6E7;
		z-index: -1;
	}
	#company .sec02 td {
		padding-left: 10px;
		letter-spacing: 1px;
	}
	#company .banner {
		margin: 0 15px;
		width: auto;
	}
	#company .banner img {
		width: 100%;
	}
	#company .sec03 {
		margin-bottom: 60px;
	}
	#company .sec03 .content {
		width: auto;
	}
	#company .sec03 .headLine05 {
		margin-bottom: 26px;
	}
	#company .sec03 .staffList {
		margin: 0 auto;
		max-width: 340px;
		display: block;
	}
	#company .sec03 .staffList li {
		width: auto;
	}
	#company .sec03 .staffList li:not(:last-child) {
		margin-bottom: 30px;
	}
	#company .sec03 .staffList li .pho::before {
		width: 180px;
		height: 198px;
		position: absolute;
		left: -139px;
		bottom: -96px;
		background: #eaeaea;
		content: "";
		z-index: -1;
	}
	#company .sec03 .staffList li p {
		font-size: 1.3rem;
	}
	#company .sec03 .staffList li .ttl {
		margin-bottom: 7px;
		font-size: 2.4rem;
	}
	#company .sec03 .staffList li .ttl small {
		margin-bottom: -5px;
		font-size: 1.5rem;
	}
}