@charset "UTF-8";
/*html body img a
－－－－－－－*/
html,body{
	width:100%;
	/*font-family:Arial;sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica;-webkit-text-size-adjust:none;*/
	}
img {vertical-align:bottom;}
a {text-decoration:none;}
a:hover {text-decoration: underline;cursor: pointer;}

.white {
	color: #FFF;
}



.inner_history {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	clear: both;
}


/*parts*/



.wrapper {
	background-color: #fff;
	padding: 40px 0;
}
/*見出し*/



.h1-tx {
	font-size: 40px;
	font-family: 'Playfair Display', serif;
	text-align: left;
	margin-bottom: 45px;
}




.h3 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.h3 span {
	margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
	display: block;
}

.h3-2 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	text-decoration: underline;
}


/*テキスト*/

.lead {
	color: #666666;
	/*font-family: 'Playfair Display', serif;
	font-style: italic;*/
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 20px;
}


/* history
------------*/
#history_org {
	margin-bottom: 60px;
}
#history_org .h2-c {
	margin-bottom: 70px;
}

#sc-his {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#his-start {
	text-align: center;
	margin-bottom: 40px;
}

#his-vertical-border {
	width: 3px;
	height: 0;
	background: #666666;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -1.5px;
	z-index: 0;
}

#sc-his-main {
	text-align: center;
	position: relative;
	z-index: 1;
}

#sc-his-main .sc-his-content {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


.his-content-circle {
	position: relative;
	z-index:-1;
}

.hisInner {
	border: 1px solid #666666;
	padding: 30px 60px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	z-index: 2;
}
.hisInner h3 {
	font-size: 35px;
	text-align: center;
	font-family: 'Playfair Display', serif;
  font-style: italic;
	text-decoration: none;
	margin-bottom: 25px;
}
.hisInner .lead {
	text-align: center;	
	font-family: 'Playfair Display', serif;
  font-style: italic;
	margin-bottom: 25px;
}
.hisInner .tx {
	text-align: center !important;
}


/* common */
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}

@media screen and (max-width: 669px){
	/*clearfix
	－－－－－－－*/
	.clearfix:after {content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
	.clearfix {display:inline-block;}
	* html .clearfix {height:1%;}
	.clearfix {display:block;}

	/*html body img a
	－－－－－－－*/
	html,body{width:100%;height: 100%; font-family:sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica;-webkit-text-size-adjust:none;}
	img {vertical-align:bottom; width: 100%;}
	a {text-decoration:none;}
	* {box-sizing: border-box;}

	/*Margin
	－－－－－－－*/
	.mg0 {margin:0px !important;}
	.mg5 {margin:5px !important;}
	.mg10 {margin:10px !important;}
	.mg15 {margin:15px !important;}
	.mg20 {margin:20px !important;}
	.mg25 {margin:25px !important;}
	.mg30 {margin:30px !important;}
	.mg35 {margin:35px !important;}
	.mg40 {margin:40px !important;}
	.mg45 {margin:45px !important;}
	.mg50 {margin:50px !important;}

	/*top*/
	.mgT0 {margin-top:0px !important;}
	.mgT5 {margin-top:5px !important;}
	.mgT10 {margin-top:10px !important;}
	.mgT15 {margin-top:15px !important;}
	.mgT20 {margin-top:20px !important;}
	.mgT23 {margin-top:23px !important;}
	.mgT25 {margin-top:25px !important;}
	.mgT30 {margin-top:30px !important;}
	.mgT35 {margin-top:35px !important;}
	.mgT40 {margin-top:40px !important;}
	.mgT45 {margin-top:45px !important;}
	.mgT50 {margin-top:50px !important;}

	/*right*/
	.mgR0 {margin-right:0px !important;}
	.mgR5 {margin-right:5px !important;}
	.mgR10 {margin-right:10px !important;}
	.mgR15 {margin-right:15px !important;}
	.mgR20 {margin-right:20px !important;}
	.mgR25 {margin-right:25px !important;}
	.mgR30 {margin-right:30px !important;}
	.mgR35 {margin-right:35px !important;}
	.mgR40 {margin-right:40px !important;}
	.mgR45 {margin-right:45px !important;}
	.mgR50 {margin-right:50px !important;}

	/*bottom*/
	.mgB0 {margin-bottom:0px !important;}
	.mgB5 {margin-bottom:5px !important;}
	.mgB10 {margin-bottom:10px !important;}
	.mgB15 {margin-bottom:15px !important;}
	.mgB20 {margin-bottom:20px !important;}
	.mgB25 {margin-bottom:25px !important;}
	.mgB30 {margin-bottom:30px !important;}
	.mgB35 {margin-bottom:35px !important;}
	.mgB40 {margin-bottom:40px !important;}
	.mgB45 {margin-bottom:45px !important;}
	.mgB50 {margin-bottom:50px !important;}
	.mgB70 {margin-bottom:70px !important;}

	/*left*/
	.mgL0 {margin-left:0px !important;}
	.mgL5 {margin-left:5px !important;}
	.mgL10 {margin-left:10px !important;}
	.mgL15 {margin-left:15px !important;}
	.mgL20 {margin-left:20px !important;}
	.mgL25 {margin-left:25px !important;}
	.mgL30 {margin-left:30px !important;}
	.mgL35 {margin-left:35px !important;}
	.mgL40 {margin-left:40px !important;}
	.mgL45 {margin-left:45px !important;}
	.mgL50 {margin-left:50px !important;}

	/*Padding
	－－－－－－－*/
	.pd0 {padding:0px !important;}
	.pd5 {padding:5px !important;}
	.pd10 {padding:10px !important;}
	.pd15 {padding:15px !important;}
	.pd20 {padding:20px !important;}
	.pd25 {padding:25px !important;}
	.pd30 {padding:30px !important;}
	.pd35 {padding:35px !important;}
	.pd40 {padding:40px !important;}
	.pd45 {padding:45px !important;}
	.pd50 {padding:50px !important;}

	/*top*/
	.pdT0 {padding-top:0px !important;}
	.pdT5 {padding-top:5px !important;}
	.pdT10 {padding-top:10px !important;}
	.pdT15 {padding-top:15px !important;}
	.pdT20 {padding-top:20px !important;}
	.pdT25 {padding-top:25px !important;}
	.pdT30 {padding-top:30px !important;}
	.pdT35 {padding-top:35px !important;}
	.pdT40 {padding-top:40px !important;}
	.pdT45 {padding-top:45px !important;}
	.pdT50 {padding-top:50px !important;}

	/*right*/
	.pdR0 {padding-right:0px !important;}
	.pdR5 {padding-right:5px !important;}
	.pdR10 {padding-right:10px !important;}
	.pdR15 {padding-right:15px !important;}
	.pdR20 {padding-right:20px !important;}
	.pdR25 {padding-right:25px !important;}
	.pdR30 {padding-right:30px !important;}
	.pdR35 {padding-right:35px !important;}
	.pdR40 {padding-right:40px !important;}
	.pdR45 {padding-right:45px !important;}
	.pdR50 {padding-right:50px !important;}

	/*bottom*/
	.pdB0 {padding-bottom:0px !important;}
	.pdB5 {padding-bottom:5px !important;}
	.pdB10 {padding-bottom:10px !important;}
	.pdB15 {padding-bottom:15px !important;}
	.pdB20 {padding-bottom:20px !important;}
	.pdB25 {padding-bottom:25px !important;}
	.pdB30 {padding-bottom:30px !important;}
	.pdB35 {padding-bottom:35px !important;}
	.pdB40 {padding-bottom:40px !important;}
	.pdB45 {padding-bottom:45px !important;}
	.pdB50 {padding-bottom:50px !important;}

	/*left*/
	.pdL0 {padding-left:0px !important;}
	.pdL5 {padding-left:5px !important;}
	.pdL10 {padding-left:10px !important;}
	.pdL15 {padding-left:15px !important;}
	.pdL20 {padding-left:20px !important;}
	.pdL25 {padding-left:25px !important;}
	.pdL30 {padding-left:30px !important;}
	.pdL35 {padding-left:35px !important;}
	.pdL40 {padding-left:40px !important;}
	.pdL45 {padding-left:45px !important;}
	.pdL50 {padding-left:50px !important;}


	/*pc非表示*/

	.pcLayout {
		display: none !important;
	}



	/*header*/

	/*header {
		background-color: #000;
		width: 100%;
		height: 50px;
		position: fixed;
		z-index: 100;
	}

	.navScroll {
		position: relative !important;
	}

	.fixed {
		position: fixed;
		top: 0;
	}

	#menuInner {
		position: relative;
		width: 19px;
		height: 16px;
	}

	#menu img {
		position: absolute;
		top: 0;
		left: 0;
	}

	#menu img#menuClose {
		display: none;
	}

	#menu.open img#menuClose {
		display: block;
	}

	#menu.open img#menuOpen {
		display: none;
	}

	.spGnavWrap {
		position: fixed;
		width: 100%;
		left: 0;
		top: 50px;
		display: none;
		z-index: 99999;
		color: #fff;
		margin-top: -1px;
		-webkit-overflow-scrolling: touch;
	}

	.spGnavArea {}

	.spGnavArea ul {
		width: 100%;
		border-top: 1px solid #777777;
		background-color: #000;
	}

	.spGnavArea ul li a,
	.spGnavArea ul li span {
		display: block;
		line-height: 40px;
		font-size: 13px;
		color: #fff;
	}

	.spGnavArea ul li ul li,
	.spGnavArea ul li {
		display: block;
		line-height: 40px;
		font-size: 13px;
		color: #fff;
		padding-left: 5%;
		border-bottom: 1px solid #fff;
	}

	.spGnavArea ul li:last-child {
		border: none;
	}

	.subNav,
	.subNav2 {
		display: none;
	}

	#spAbout,
	#spDevotion,
	#spOem {
		background-image: url(/common/img/common_ex04.png);
		background-repeat: no-repeat;
		background-position: right 5% center;
		background-size: 11px;
	}

	.navActive {
		color: #9a0706 !important;
		background-image: url(/common/img/common_ex05.png) !important;
		background-repeat: no-repeat;
		background-position: right 5% center;
		background-size: 11px;
	}

	#logo {
		width: 85px;
		padding: 15px 0 20px 0;
		margin: 0 auto;
	}

	.menuBtn {
		position: absolute;
		top: 15px;
		left: 5%;
	}

	.menuBtn {
		position: absolute;
		top: 15px;
		left: 5%;
	}

	.iconMail {
		position: absolute;
		top: 16px;
		right: 5%;
		width: 20px;
		height: 16px;
		display: block;
		background-image: url(/common/img/common_ic02.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	*/
	/*#contents*/

	#contents h2 {
		text-align: center;
	}

	.inner {
		width: 90%;
		margin: 0 5%;
	}


	/*footer

	#spFooter {
		text-align: center;
		font-size: 13px;
	}

	.spFooterBg {
		background-color: #fff;
	}

	.spFooterMenu li a,
	.spFooterLang li a,
	.spFooterShare li a {
		display: block;
		color: #666666;
		margin-bottom: 30px;
	}

	.spFooterMenu {
		padding-top: 30px;
		margin-bottom: 40px;
	}

	.spFooterLang {
		margin-bottom: 55px;
	}

	.spFooterLang li a {
		margin-bottom: 20px;
	}

	.spFooterShare {
		margin-bottom: 25px;
	}

	.spFooterShare p {
		color: #666666;
		font-size: 11px;
		margin-bottom: 15px;
	}

	.spFooterShare ul li {
		width: 20px;
		margin: 0 auto;
	}

	.spPageTopFixed {
		width: 36px;
		position: fixed;
		bottom: 18px;
		right: 5%;
		display: block;
		z-index: 9999;
	}

	.spPageTopFixed img {
		width: 100%;
	}

	.spPageTop {
		width: 50px;
		margin: 0 auto 25px auto;
	}

	.spPageTop span {
		color: #666;
		margin-top: 10px;
		display: block;
	}

	.spCopyright {
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 11px;
		background-color: #000;
		color: #fff;
	}

	.spTriangle {
		width: 100%;
		background-color: transparent !important;
	}

	.spTriangleL {
		float: left;
		width: 50%;
	}

	.spTriangleR {
		float: right;
		width: 50%;
	}

	*/
	/* parts
	------------*/

	.wrapper {
		background-color: #fff;
		padding: 60px 0 90px;
	}

	.section {
		margin-bottom: 50px;
	}

	.bread {
		display: none;
	}

	.tac {
		text-align: center;
	}

	.col4 {
		width: 50%;
		float: left;
	}

	.parts .inner {
		width: auto;
		margin: 0 10px 25px;
	}

	.col2:first-child {
		margin-bottom: 10px;
	}

	#slide2 {
		height: 100vh !important;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: -100;
		-webkit-backface-visibility: hidden;
	}

	#h1-img {
		color: #fff;
		font-family: 'Playfair Display', serif;
		font-size: 30px;
		position: fixed;
		top: 50%;
		display: block;
		z-index: -1;
		width: 100%;
		text-align: center;
		height: 100vh;
		-webkit-backface-visibility: hidden;
		z-index: -1;
	}

	.scroll {
		opacity: 1;
		position: absolute;
		left: 50%;
		margin-left: -13%;
		width: 26%;
		z-index: -1;
	}

	.scroll span {
		font-size: 11px;
		text-align: center;
		color: #fff;
		margin-top: 16px;
		display: block;
	}

	.h1-lead {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.h1-lead h1 {
		font-size: 30px;
		font-family: 'Playfair Display', serif;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 15px;
		background-image: url(/common/img/common_ex13.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		color: #000;
	}

	.h1-lead .lead {
		text-align: center !important;
		width: 100%;
		margin: 0 auto 20px auto;
		padding: 0 10px;
		color: #000;
		font-size: 18px;
		/*font-style: italic;*/
	}

	.h1-lead .imgWrap {
		width: 100%;
		max-height: 370px;
		overflow: hidden;
	}

	.h1-lead .imgWrap img {
		width: 100%;
	}

	.h1-tx {
		font-size: 30px;
		font-family: 'Playfair Display', serif;
		text-align: left;
		padding-left: 10px;
		margin: 50px 0 30px 0;
	}

	.h2-c {
		color: #595757;
		font-family: 'Playfair Display', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 25px;
	}

	.h2-c2 {
		color: #595757;
		font-family: 'Playfair Display', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.h2-l {
		color: #595757;
		font-family: 'Playfair Display', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		line-height: 1.2;
		margin-bottom: 25px;
		padding-left: 10px;
	}

	.h2-l2 {
		color: #595757;
		font-family: 'Playfair Display', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.h2-lk a {
		color: #9a0706;
		font-family: 'Playfair Display', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.h2-lk a:hover {
		color: #9a0706;
		font-family: 'Playfair Display', serif;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		line-height: 1.2;
		text-decoration: underline;
		margin-bottom: 25px;
	}

	.sitemap a {
		color: #666666;
	}

	.sitemapColored a {
		color: #9a0706;
	}

	.sitemap .col4 {
		padding-left: 10px;
	}

	.sitemap .h4 {
		margin-bottom: 20px;
		text-align: center;
	}

	.sitemapColored .h4 {
		margin-bottom: 20px;
		text-align: center;
	}

	.sitemap .col4 a {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.sitemap .col4 .l2 {
		font-size: 13px;
		padding-left: 10px;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.sitemap .col4 .l3 {
		font-size: 12px;
		padding-left: 10px;
		margin-bottom: 15px;
	}

	.sitemap .col4 .l3:before {
		color: #666666;
		content: ">";
		padding-right: 7px;
	}

	.sitemap .col4 .l4 {
		font-size: 12px;
		padding-left: 10px;
		margin: 15px 0;
	}

	.sitemap .col4 .l4:before {
		color: #666666;
		content: ">>";
		padding-right: 7px;
	}

	.sitemapColored .col4 .l3:before {
		color: #9a0706;
		content: ">";
		padding-right: 7px;
	}

	.sitemapColored .col4 .l4:before {
		color: #9a0706;
		content: ">>";
		padding-right: 7px;
	}

	.h3 {
		color: #666666;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		text-decoration: none;
		margin-bottom: 20px;
	}

	.h3 span {
		padding-bottom: 10px;
		border-bottom: 1px solid #666666;
		display: block;
	}

	.h3-2 {
		color: #666666;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		text-decoration: underline;
	}

	.h4 {
		color: #666666;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		padding: 0 10px;
	}

	.h4-2 {
		color: #666666;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		padding: 0 10px;
	}


	/*テキスト*/

	#partsText .inner {
		margin-bottom: 25px;
		padding: 0 0;
		clear: both;
	}

	.lead {
		color: #666666;
		font-family: 'Playfair Display', serif;
		font-size: 18px;
		/*font-style: italic;*/
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		margin-bottom: 20px;
	}

	.tx {
		color: #666666;
		font-size: 13px;
		font-weight: lighter;
		line-height: 1.2;
		text-align: left;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.tx-c {
		color: #666666;
		font-size: 13px;
		font-weight: lighter;
		line-height: 1.2;
		text-align: center;
	}

	.tx-r {
		color: #666666;
		font-size: 13px;
		font-weight: lighter;
		line-height: 1.2;
		text-align: right;
		padding: 0 10px;
	}

	.tx-b {
		color: #666666;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.2;
		text-align: left;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.tx-i {
		color: #666666;
		font-size: 13px;
		font-weight: normal;
		line-height: 1.2;
		text-align: left;
		font-style: italic;
		padding: 0 10px;
	}

	.note {
		color: #666666;
		font-size: 12px;
		font-weight: lighter;
		padding: 0 10px;
	}


	/*リンク*/

	#partsLink .inner {
		padding: 0 10px;
		clear: both;
	}

	#partsLink .inner .inner {
		margin: 0 0 25px;
		padding: 0;
	}

	.anc {
		display: block;
		color: #666666;
		font-size: 13px;
		font-weight: bold;
		background-image: url(/common/img/common_ic08.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 13px;
		-moz-background-size: 13px;
		-webkit-background-size: 13px;
		padding: 5px 3px 5px 15px;
	}

	.bt-anc {
		display: block;
		color: #666666;
		font-weight: bold;
		font-size: 10px;
		background-image: url(/common/img/common_ic08.png);
		background-position: center 6px;
		background-repeat: no-repeat;
		background-size: 13px;
		-moz-background-size: 13px;
		-webkit-background-size: 13px;
		width: 98%;
		text-align: center;
		background-color: #eeeeee;
		padding: 21px 0 7px;
	}

	.bt-anc_link {
		display: block;
		color: #666666;
		font-weight: bold;
		font-size: 10px;
		background-image: url(/common/img/common_ic14.png);
		background-position: center 6px;
		background-repeat: no-repeat;
		background-size: 13px;
		-moz-background-size: 13px;
		-webkit-background-size: 13px;
		width: 49%;
		text-align: center;
		background-color: #eeeeee;
		padding: 21px 0 7px;
		margin: 0 auto;
	}

	.col4:nth-child(even) .bt-anc {
		float: right;
	}

	.lk-1 {
		color: #666;
		font-size: 13px;
		font-weight: bold;
	}

	.lk-1:visited {
		color: #610404;
	}

	.lk-1-icon {
		font-size: 13px;
		color: #666666;
		font-weight: bold;
		background-image: url(/common/img/common_ic10.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 14px;
		-moz-background-size: 14px;
		-webkit-background-size: 14px;
		padding: 5px 0 5px 20px;
	}

	.lk-1-blank {
		color: #666666;
		font-size: 10px;
		font-weight: bold;
		padding-left: 15px;
		background-image: url(/common/img/common_ic11.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 10px;
	}

	.lk-2-blank {
		color: #666666;
		font-size: 13px;
		font-weight: bold;
		padding-left: 20px;
		background-image: url(/common/img/common_ic11.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 15px;
	}

	.lk-1-pdf {
		color: #666666;
		font-size: 13px;
		font-weight: bold;
		padding-left: 15px;
		background-image: url(/common/img/common_ic12.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 11px 13px;
		-moz-background-size: 11px 13px;
		-webkit-background-size: 11px 13px;
	}

	.bt-1 {
		display: block;
		color: #666666;
		font-weight: bold;
		font-style: italic;
		font-size: 10px;
		width: 98%;
		text-align: center;
		background-color: #eeeeee;
		padding: 13px 0;
	}

	.col4:nth-child(even) .bt-1 {
		float: right;
	}

	.bt-1:hover {
		color: #9a0706;
		background-color: #cc8382;
		text-decoration: none;
	}

	.bt-1-blank {
		display: block;
		color: #666666;
		font-weight: bold;
		font-size: 10px;
		width: 98%;
		text-align: center;
		background-color: #eeeeee;
		background-image: url(/common/img/common_ic11.png);
		background-size: 15px;
		background-position: center 5px;
		background-repeat: no-repeat;
		padding: 21px 0 7px;
	}

	.col4:nth-child(even) .bt-1-blank {
		float: right;
	}

	.bt-1-blank:hover {
		color: #9a0706;
		background-color: #cc8382;
		text-decoration: none;
	}

	.bt-1-pdf {
		display: block;
		color: #666666;
		font-weight: bold;
		font-size: 10px;
		width: 98%;
		text-align: center;
		background-image: url(/common/img/common_ic12.png);
		background-position: center 5px;
		background-repeat: no-repeat;
		background-color: #eee;
		padding: 21px 0 7px;
		background-size: 11px auto;
	}

	.col4:nth-child(even) .bt-1-pdf {
		float: right;
	}

	.bt-1-pdf:hover {
		color: #9a0706;
		background-color: #cc8382;
		text-decoration: none;
	}

	.thumbnailLk-1-1 {
		position: relative;
	}

	.thumbnailLk-1-1 .leftArea {}

	.thumbnailLk-1-1 .rightArea {
		background-color: #333333;
		text-align: center;
		padding-bottom: 40px;
	}

	.thumbnailLk-1-1 h2 {
		text-align: center;
		padding-top: 25px;
		margin-bottom: 30px;
		font-weight: bold;
	}

	.thumbnailLk-1-1 a {
		color: #fff;
	}

	.thumbnailLk-1-1 span {
		color: #fff;
	}

	.thumbnailLk-1-2 {
		position: relative;
		border: 1px solid #eeeeee;
	}

	.thumbnailLk-1-2 .rightArea {
		text-align: center;
		padding-bottom: 40px;
	}

	.thumbnailLk-1-2 h2 {
		text-align: center;
		padding-top: 25px;
		margin-bottom: 30px;
		font-weight: bold;
	}

	.thumbnailLk-1-2 a {
		color: #666666;
	}

	.thumbnailLk-1-2 span {
		/*
		position: absolute;
		bottom: 40px;
		left: 50%;
		margin-left: -42px;
	*/
		color: #666666;
	}

	.lk-rel {
		width: 90%;
		margin: 0 5%;
		position: relative;
		margin-bottom: 30px;
	}

	.lk-rel a {
		color: #000;
	}

	.lk-relConts {
		position: absolute;
		width: 200px;
		top: 25px;
		left: 50%;
		margin-left: -100px;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 10px;
	}

	.lk-relConts .lk-relLead {
		font-size: 13pxpx;
		color: #000;
		text-align: center;
		margin-bottom: 15px;
	}

	.lk-relConts .pName {
		font-size: 17px;
		font-weight: bold;
		text-align: center;
	}


	/*リスト*/


	/*ol*/

	.ol li {
		margin-left: 30px;
		font-size: 13px;
		line-height: 1.5;
		font-weight: normal;
	}

	.ol li ol li {
		font-size: 13px;
		line-height: 1.6;
		font-weight: normal;
		margin-left: 25px;
	}


	/*ul*/

	.ul li {
		margin-left: 15px;
		font-size: 13px;
		line-height: 1.5;
		font-weight: normal;
		font-style: italic;
		color: #666666;
	}

	.ul > li:before {
		content: "-";
	}

	.ul li ul li {
		font-size: 11px;
		line-height: 1.6;
		font-weight: normal;
		margin-left: 25px;
		color: #666666;
	}

	.ul li ul li:before {
		content: "--";
		padding-right: 5px;
	}


	/*レイアウト*/

	.la-1 .leftArea {
		margin-bottom: 20px;
		text-align: center;
	}

	.la-1 img {
		width: 100%;
	}

	.la-1 .h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #666666;
		margin-bottom: 10px;
		text-decoration: none;
	}

	.la-1 .lead {
		margin-bottom: 20px;
	}

	.la-1 .ul {
		margin-bottom: 20px;
	}

	.la-1 .rightArea .tx {
		flex: left;
		font-size: 16px !important;
	}


	/*/*/

	.la-2 .leftArea {
		margin-bottom: 20px;
	}

	.la-2 img {
		width: 100%;
	}

	.la-2 .h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #666666;
		margin-bottom: 10px;
		text-decoration: none;
	}

	.la-2 .lead {
		margin-bottom: 20px;
	}

	.la-2 .ul {
		margin-bottom: 20px;
	}

	.la-2 .rightArea .tx {
		flex: left;
		font-size: 16px !important;
	}

	.la-3 .leftArea {
		margin-bottom: 20px;
	}

	.la-3 .leftArea img {
		margin-bottom: 15px;
	}

	.la-3 .leftArea p {
		font-size: 11px;
		line-height: 1.3;
		font-family: 'Playfair Display', serif;
		font-style: italic;
		margin-left: 10px;
		color: #666666;
	}

	.la-3 .rightArea .tx {
		font-size: 13px !important;
		margin-bottom: 20px;
	}


	/*dl*/

	.dl {
		color: #666666;
		margin: 0 0 20px 15px;
	}

	.dl dt {
		font-size: 13px;
		margin-bottom: 5px;
		text-align: left;
	}

	.dl dd {
		font-size: 11px;
		line-height: 1.4;
		border-left: 1px solid #666666;
		margin-left: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		text-align: left;
	}

	.colBox {
		clear: both;
		margin-bottom: 25px;
	}

	.la-4 .leftArea .colBox .h3,
	.la-4 .rightArea .colBox .h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #666666;
		margin-bottom: 10px;
		text-decoration: none;
	}

	.la-4 .leftArea .colBox .leftArea {
		padding-right: 5%;
		width: 35%;
		float: left;
	}

	.la-4 .leftArea .colBox .tx {
		font-size: 13px;
		float: right;
		width: 65%;
		padding: 0 !important;
	}

	.la-4 .rightArea .colBox .tx img {
		padding-right: 5%;
		width: 35%;
		float: left;
	}

	.bx-1 {
		padding: 30px 10px;
		;
		background-color: #e5e5e5;
	}

	.bx-1 .h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #666666;
		margin-bottom: 15px;
		text-decoration: none;
	}

	.bx-1 .tx {
		padding: 0 !important;
	}

	.carousel .leftArea {
		margin-bottom: 30px;
	}

	.carouselWrap {
		position: relative;
		padding-bottom: 20px;
	}

	.carousel .h2-c2 {
		margin-bottom: 20px;
	}

	.slick-dots {
		top: auto !important;
		bottom: 0 !important;
	}


	/*tb-1*/

	.tableWrap h2 {
		margin-bottom: 30px;
		text-align: center !important;
	}

	table {
		border-collapse: collapse;
		color: #666666;
		width: 100%;
	}

	.tb-1 td {
		display: block !important;
	}

	.tb-1 td {
		clear: both;
	}

	.tb-1 tr .tdLeft {
		padding: 25px 0;
		background-image: url(/common/img/common_ex12.png);
		background-position: top left;
		background-repeat: repeat-x;
		text-align: center;
	}

	.tb-1 tr .tdRight {
		padding: 25px 10px 30px 10px;
		background-image: url(/common/img/common_ex11.png);
		background-position: top left;
		background-repeat: repeat-x;
		text-align: center;
	}

	.tb-1 tr .tdRight .tx {
		padding: 0 !important;
	}

	.tb-1 tr .tdRight .mapWrap {
		margin-top: 20px;
	}

	.tb-1 tr .tdRight .bt-1-blank {
		margin: 20px auto 0 auto;
		width: 49%;
	}

	.tb-1 tr .tdRight .note {
		margin-bottom: 15px;
	}

	tbConts dl {
		text-align: left;
	}


	/*tb-2*/

	.tb-2 a {
		color: #666666;
	}

	.swipeTable {
		margin-top: 20px;
		overflow-x: scroll;
		overflow-y: auto !important;
		position: relative;
		padding: 0;
		border: 2px solid #000000;
		z-index: 0;
	}

	.swipeTable table {
		border-collapse: collapse;
		display: block;
	}

	.swipeTable table tr {
		border-top: 1px solid #000;
	}

	.swipeTable table tr:first-child {
		border-top: none;
	}


	/*tb-2*/

	.tb-2 {
		/*width: 100%;*/
		/*border: 1px solid #000;*/
		color: #000;
	}

	.tb-2 tr {
		/*border-top: 1px solid #000;*/
	}

	.tb-2 td {
		padding: 20px 10px;
	}

	.tr1 {
		color: #b5b5b5;
		font-weight: bold;
	}

	.tr1 td {
		text-align: center;
	}

	.tr2 .td1,
	.tr3 .td1,
	.tr4 .td1,
	.tr5 .td1,
	.tr6 .td1,
	.tr7 .td1,
	.tr8 .td1,
	.tr9 .td1{
		font-weight: bold;
		color: #000;
	}

	.td1 {
		width: 105px;
		text-align: center;
	}

	.td2 {
		width: 145px;
		border-left: 1px dashed #e5e5e5;
	}

	.td3 {
		width: 165px;
		border-left: 1px dashed #e5e5e5;
	}

	.td4 {
		width: 165px;
		border-left: 1px dashed #e5e5e5;
	}


	/* history
	------------*/

	#history {
		margin-bottom: 60px;
	}

	#history .h2-c {
		margin-bottom: 20px;
	}

	#sc-his {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	#his-start {
		text-align: center;
		margin: 0 auto 15px;
		width: 10px;
	}

	#his-vertical-border {
		width: 1px;
		height: 0;
		background: #666666;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -1px;
		z-index: 0;
	}

	#sc-his-main {
		text-align: center;
		position: relative;
		z-index: 1;
	}

	#sc-his-main .sc-his-content {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}

	/*#sc-his-main #sc-his-content-01 {
		margin-bottom: 35px;
	}

	#sc-his-main #sc-his-content-02 {
		margin-bottom: 35px;
	}

	#sc-his-main #sc-his-content-03 {
		margin-bottom: 30px;
	}

	#sc-his-main #sc-his-content-04 {
		margin-bottom: 35px;
	}

	#sc-his-main #sc-his-content-02 .his-content {
		margin-top: -30px;
	}

	#sc-his-main #sc-his-content-03 .his-content {
		margin-top: -30px;
	}

	#sc-his-main #sc-his-content-04 .his-content {
		position: relative;
		z-index: 1;
	}

	#sc-his-main #sc-his-content-04 .his-content-circle {
		margin-top: -30px;
		position: relative;
		z-index: 0;
	}
	#sc-his-main #sc-his-content-09 .his-content-circle {
		margin-top: -30px;
	}
	#sc-his-main #sc-his-content-12 .his-content-circle {
		margin-top: -30px;
	}
	*/

	.his-content-circle {
		position: relative;
		z-index: -1;
	}

	.hisInner {
		border: 1px solid #666666;
		padding: 20px 10px;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 2;
	}

	.hisInner h3 {
		font-size: 18px;
		text-align: center;
		font-family: 'Playfair Display', serif;
		font-style: italic;
		text-decoration: none;
		margin-bottom: 15px;
	}

	.hisInner .lead {
		text-align: center;
		/*font-style: italic;*/
		margin-bottom: 15px;
	}

	.hisInner .tx {
		text-align: center !important;
	}


	/*faq*/

	.faq h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.question,
	.answer {
		float: left;
		width: 15%;
		padding-right: 5%;
	}

	.qConts {
		margin-bottom: 30px;
	}

	.aConts {
		padding-bottom: 30px;
		border-bottom: 1px solid #000;
		margin-bottom: 30px;
	}

	.qConts p,
	.aConts p {
		text-align: left !important;
		width: 80%;
		padding: 0 !important;
		float: right;
		margin-top: 10px;
	}

	.aConts p {
		font-weight: bold;
	}


	.subNav2Sp {
		background-color: #000;
		margin: 30px 0 40px 0;
	}
	.subNav2Sp ul li {
				display: block;
			line-height: 40px;
			font-size: 13px;
			color: #fff;
	}

	.subNav2Sp ul li a {
			display: block;
			line-height: 40px;
			font-size: 13px;
			color: #fff;
			margin-left: 5%;
			padding-left: 5%;
			border-bottom: 1px solid #fff;
	}

	.subNav2Sp ul li:last-child a {
		border-bottom: none;
	}


	/* common */
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}

.sc-his-content {
	margin-bottom: 35px;
}

/*
#sc-his-content-01 .his-content, #sc-his-content-07 .his-content, #sc-his-content-08 .his-content,#sc-his-content-13 .his-content, #sc-his-content-11 .his-content,
#sc-his-content-15 .his-content, #sc-his-content-18 .his-content, #sc-his-content-23 .his-content, #sc-his-content-25 .his-content,
#sc-his-content-26 .his-content, #sc-his-content-27 .his-content, #sc-his-content-28 .his-content, #sc-his-content-29 .his-content,#sc-his-content-30,
#sc-his-content-31 .his-content {
	margin-top: 0 !important;
}
*/

#sc-his-content-10 .his-content-circle:last-child {
    margin-top: -34px;
}	


#sc-his-main #sc-his-content-02 .his-content, #sc-his-main #sc-his-content-03 .his-content, #sc-his-main #sc-his-content-05 .his-content,
#sc-his-main #sc-his-content-04 .his-content, #sc-his-main #sc-his-content-06 .his-content,
#sc-his-main #sc-his-content-09 .his-content, #sc-his-main #sc-his-content-10 .his-content, 
#sc-his-main #sc-his-content-12 .his-content, #sc-his-main #sc-his-content-14 .his-content, #sc-his-main #sc-his-content-16 .his-content, 
#sc-his-main #sc-his-content-19 .his-content, #sc-his-main #sc-his-content-20 .his-content, 
#sc-his-main #sc-his-content-21 .his-content, #sc-his-main #sc-his-content-22 .his-content, #sc-his-main #sc-his-content-24 .his-content, #sc-his-content-30 .his-content,
#sc-his-main #sc-his-content-29 .his-content, #sc-his-main #sc-his-content-31 .his-content, #sc-his-main #sc-his-content-32 .his-content {
    margin-top: -34px;
}

#sc-his-main #sc-his-content-11 .his-content-circle, #sc-his-main #sc-his-content-09 .his-content-circle:last-child,
#sc-his-main #sc-his-content-12 .his-content-circle:last-child  {
	  margin-top: -34px;
}

@media screen and (max-width: 669px){
	.sc-his-content {
		margin-bottom: 35px;
	}
	#sc-his-content-10 .his-content-circle:last-child {
			margin-top: -34px;
	}	
	#sc-his-main #sc-his-content-02 .his-content, #sc-his-main #sc-his-content-03 .his-content, #sc-his-main #sc-his-content-05 .his-content,
	#sc-his-main #sc-his-content-04 .his-content, #sc-his-main #sc-his-content-06 .his-content,
	#sc-his-main #sc-his-content-09 .his-content, #sc-his-main #sc-his-content-10 .his-content, 
	#sc-his-main #sc-his-content-12 .his-content, #sc-his-main #sc-his-content-14 .his-content, #sc-his-main #sc-his-content-16 .his-content, 
	#sc-his-main #sc-his-content-19 .his-content, #sc-his-main #sc-his-content-20 .his-content, 
	#sc-his-main #sc-his-content-21 .his-content, #sc-his-main #sc-his-content-22 .his-content,
	#sc-his-main #sc-his-content-24 .his-content,
	#sc-his-main #sc-his-content-29 .his-content, #sc-his-main #sc-his-content-30, #sc-his-main #sc-his-content-31 .his-content, 
	#sc-his-main #sc-his-content-32 .his-content {
			margin-top: -34px;
	}
	
	#sc-his-main #sc-his-content-11 .his-content-circle, #sc-his-main #sc-his-content-09 .his-content-circle:last-child,
	#sc-his-main #sc-his-content-12 .his-content-circle:last-child  {
			margin-top: -34px;
	}
}


@media screen and (max-width: 669px){
	/*============================
direction_navi
============================*/
#direction	{
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #E5E5E5;
	border-top: solid 1px #E5E5E5;
	color: #4c4c4c;
	font-size: 0.9em;
	font-weight: bold;
	}
	.gohome,.goback	{
	display: inline-block;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	
	}
	.gohome	{	width: 37%;	padding-left: 3%;	text-align: left;}
	.goback	{	width: 57%;	padding-right: 3%;	text-align: right;}
	
	.gohome	a,.goback	a	{	color: #4c4c4c;}
	
	#direction	a	img	{vertical-align: top;	margin-right: 4px;width: 14px;}
	/*.gohome	img,.goback	img	{	vertical-align: top;	margin-right: 4px;}
	.gohome	img	{	margin-top: 1px;}
	.goback	img	{	margin-top: 1px;}*/
}

@media screen and (max-width: 1300px){
	#header-custom-202103 .header-upper__logo {
			height: 15px;
			margin-top: 3px;
			width: auto;
	}
}

@media only screen and (max-width: 736px){
	#ftnavi li a {
			width: 100%;
	}
}