@charset "UTF-8";
/*============================================
!!  reset
============================================*/
html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,
dl,dt,dd,table,th,td,blockquote,pre,
header,footer,article,section,nav,aside,main,figure,input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
header,footer,article,section,nav,aside,main,figure {display: block;}
img {border: 0;}
a {outline: 0; text-decoration: none;}
em {font-style: normal;}
ul,ol {list-style: none;}
address {font-style: normal;}



/*-------------------------------------------------------
common
-------------------------------------------------------*/
body {
	line-height: 1.6;
	color: #777;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	letter-spacing: 0.05em;
	word-wrap: break-word;
}
a {color: #555;}
a:hover {
	cursor: pointer;
	opacity: 0.8;
}
.underline{
	text-decoration: underline;
}
img {
	max-width: 100%;
	vertical-align: top;
}
sup {font-size: 11px;}
.w1230 {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
	max-width: 1230px;
}
.w1030 {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
	max-width: 1030px;
}
.w760 {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
	max-width: 760px;
}

/* font margin sp*/
.em{
	font-weight: bold;
}
.mt{
	margin-top: 1em;
}
.mtm{
	margin-top: 2em;
}

.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mb10 {margin-bottom: 10px;}
.mtb10 {margin: 10px 0;}
.mtb20 {margin: 20px 0;}
.clear {
	clear: both;
	height: 0px;
	margin-bottom: 0px;
}

.big{
	font-size: 1.08em;
}
.aka{
	color: #d93a15;
}
.small{
	font-size: .875em;
}

	@media(max-width: 567px) {
		br.sp-inline{
			display: none;
		}
		.sp-block{
			display: block;
		}
	}




/*-------------------------------------------------------
header
-------------------------------------------------------*/
header {padding: 15px 20px;}
header .w1230 {position: relative;}
header h1 {
	width: 54%;
	max-width: 290px;
}
header ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 12px;
}
header li:first-child:after {content: "｜";}


@media(max-width: 1280px) {
	header ul {display: none;}
	#toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 25px;
		height: 20px;
	}
	#toggle .bar {
		position: absolute;
		top: 0;
		width: 25px;
		height: 4px;
		background: #D93915;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#toggle .bar01 {top: 0;}
	#toggle .bar02 {top: 8px;}
	#toggle .bar03 {top: 16px;}

	#toggle.is-active .bar01 {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#toggle.is-active .bar02 {opacity: 0;}
	#toggle.is-active .bar03 {
		top: 8px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}



/*-------------------------------------------------------
nav SP
-------------------------------------------------------*/
#nv_sp {display: none;}
.accordion-menu {display: none;}


@media(max-width: 1280px) {
	#nv_sp {
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		background: #D93915;
		font-family: "Yu Gothic","游ゴシック";
		font-weight: bold;
	}
	.accordion-menu {display: inherit;}
	.accordion-menu li.open .dropdownlink .fa-chevron-down {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.dropdownlink {
		padding: 10px 0;
		border-bottom: 1px solid #ED6140;
		display: block;
		position: relative;
		color: #FFF;
		cursor: pointer;
	}
	.dropdownlink i {
		position: absolute;
		top: 14px;
		right: 0;
	}
	.submenuItems {display: none;}
	.submenuItems li {border-bottom: 1px solid #ED6140;}
	.submenuItems a {
		padding: 8px 10px 6px 10px;
		display: block;
		color: #3D0C00;
		font-size: 12px;
		opacity: 1;
		transition: 0.4s;
	}
	.submenuItems a:hover {
		color: #FFF; 
		background: #ED6140;
	}
	.fa {font-family: FontAwesome;}
	.no_dropdownlink a {
		padding: 10px 0;
		display: block;
		color: #FFF;
		cursor: pointer;
	}
}



/*-------------------------------------------------------
footer
-------------------------------------------------------*/
footer {
	margin: 60px 0 0 0;
	padding: 5px 20px 20px 20px;
	border-top: 1px solid #999;
	font-size: 11px;
	text-align: center;
}
footer .sp {display: none;}


@media(max-width: 1280px) {
	footer {
		padding: 20px;
		border: none;
		color: #FFF;
		background: #444;
		text-align: left;
	}
	footer a {color: #FFF;}
	footer .pc {display: none;}
	footer .sp {display: flex;}
	footer .sp .l {
		margin: 0 20px 0 0;
		width: 50%;
	}
	footer .sp .r {width: 50%;}
	footer .sp #ft_co_name {
		margin: 0 0 20px 0;
		font-weight: bold;
		font-size: 20px;
	}
	footer .sp #copyright {
		margin: 20px 0 0 0;
		color: #AAA !important;
		font-size: 11px;
	}
	footer .sp .r br {margin: 0 0 20px 0;}
}


@media(max-width: 680px) {
	footer .sp {display: inherit;}
	footer .sp .l {
		margin: 0 0 20px 0;
		width: 100%;
	}
	footer .sp .r {width: 100%;}
}



/*-------------------------------------------------------
English
-------------------------------------------------------*/
#english {
	color: #000;
	font-family: "Times New Roman",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#english a {color: #000;}


/* header */
#english header {
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
	width: 100%;
	background: rgba(255,255,255,0.9);
}
#english header .w1030 {position: relative;}
#english header h1 {max-width: 50px;}
#english header ul {
	top: 3px;
	font-size: 14px;
	letter-spacing: 0;
}
#english header li {margin: 0 15px 0 0;}
#english header li:first-child:after {content: "";}
#english header li:last-child {margin: 0;}
#english header li a {color: #000;}


/* visual */
#english #visual {
	margin: 86px 0 0 0;
	position: fixed;
	width: 100%;
	text-align: center;
}
#english #visual img {
	width: 100%;
	max-width: 1030px;
}


/* main */
#english main {
	padding: 510px 0 0 0;
	position: relative;
}
#english section {padding: 100px 20px;}
#english h2 {
	margin: 0 0 20px 0;
	color: #DC4028;
	font-weight: normal;
	font-size: 24px;
}
#english .row {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#english .l {margin: 0 40px 0 0;}
#english main ul {list-style: disc inside;}


#english #profile {background: #FFF;}
#english #profile .r {max-width: 220px;}


#english #message {background: #DC4028;}
#english #message .l {max-width: 220px;}
#english #message h2 {color: #FFF;}
#english #message .right {
	margin: 20px 0 0 0;
	text-align: right;
}
#english #message .right strong {
	color: #FFF;
	font-weight: normal;
	font-size: 22px;
}


#english #business {background: #FFF;}
#english #business h3 {
	margin: 20px 0 5px 0;
	color: #DC4028;
	font-weight: normal;
	font-size: 16px;
}


#english #establishments {background: #22B24B url(../../english/img/bg_english.png) no-repeat 60% 20px / contain;}
#english #establishments .l,#english #establishments .r {width: 50%;}
#english #establishments h2 {color: #FFF;}
#english #establishments dl {margin: 10px 0 0 0;}
#english #establishments dt {font-weight: bold;}
#english #establishments dt:before {content: "● ";}
#english #establishments dd {padding: 0 0 0 1em;}


#english #history {background: #FFF;}
#english #history dl {
	margin: 15px 0 0 0;
	display: flex;
	line-height: 1.2;
}
#english #history dt {
	margin: 0 30px 0 0;
	min-width: 80px;
}
#english #history dt:before {content: "● ";}


/* footer */
#english footer {
	margin: 0;
	padding: 40px 20px;
	border-top: 1px solid #999;
	position: relative;
	color: #000;
	background: #FFF;
	text-align: center;
}
#english footer a {
	margin: 0 0 10px 0;
	display: inline-block;
	color: #DC4028;
	font-size: 16px;
}


@media(max-width: 1280px) {
	#english #nv_sp {
		position: fixed;
		top: 86px;
		z-index: 100;
		width: 100%;
	}
	#english #nv_sp li {border-bottom: 1px solid #ED6140;}
	#english #nv_sp li:last-child {border: none;}
	#english #nv_sp a {color: #FFF;}
}


@media(max-width: 768px) {
	#english main {padding: 62% 0 0 0;}
}


@media(max-width: 480px) {
	#english header {padding: 20px;}
	#english #nv_sp {top: 55px;}
	#english #visual {margin: 62px 0 0 0;}
	#english section {padding: 30px 20px;}
	#english .row {display: inherit;}
	#english .l {margin: 0 0 40px 0;}
	#english .l,#english .r {max-width: none;}
	#english #establishments .l {
		margin: 0;
		width: 100%;
	}
	#english #establishments .r {display: none;}
}