@charset "utf-8";
@import url("reset.css");
@import url("util.css");

html {
	font-size: 62.5%;
}

body {
	background: #ffffff;
	/*フォント*/
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.4rem;
	color: #222222;
}

a {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: none;
	opacity: 0.7
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}

.relative {
	position: relative;
}

.spb {
	display: none;
}

.fwb {
	font-weight: bold;
}

/* ヘッダーここから */
#header {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap
}

.headerIn {
	width: 1170px;
	margin: 0 auto;
}

.headerInt {
	text-align: right;
	font-size: 1.0rem;
	margin-top: 10px;
	margin-right: 22px;
	font-weight:normal;
}

#header_logo {
	width: 100%;
	order: 2;
	-webkit-order: 2;
}

#header_logoIn {
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap
}

#header_logoInl {
	width: 41.5%;
	order: 1;
	-webkit-order: 1;
	display: flex;
	justify-content: left;
	align-items: center;
	overflow: hidden;
}

#header_logoInr {
	width: 58.5%;
	order: 2;
	-webkit-order: 2;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	margin-top: 40px;
}

.hlirInl {
	width: 340px;
	order: 1;
	-webkit-order: 1;
	margin-left: auto;
	margin-right: 8px;
	text-align: right;
}

.hlirInr {
	order: 2;
	-webkit-order: 2;
	margin-right: 0px;
}

.hlirIn01 {
	font-size: 1.2rem;
	margin-right: 30px;

}
.header_logo_tel {
	font-size: 3.1rem;
	color: #574539;
	letter-spacing: 2px;
}

.header_logo_tel img {
	margin: 0px 4px 4px 0px;
}

@media all and (-ms-high-contrast: none){

	.header_logo_tel img {
		vertical-align: top;
		margin: 4px 8px 0px 0px;
	}

	#header_logoInl {
		width: 62.4%;
		display: inline-block;
		margin-bottom: -5px;
	}

	#header_logoInr {
		width: 37.2%;
		display: inline-block;
		margin-top: 0px;
	}

	.hlirInl {
		width: 340px;
		display: inline-block;
		margin-left: auto;
		margin-right: 8px;
		text-align: right;
	}

	.hlirInr {
		display: inline-block;
		margin-right: 0px;
	}
}

.hlirIn03 {
	font-size: 1.3rem;
}

#gnav {
	width: 100%;
	color: #efdb8e;
	text-align: center;
	order: 3;
	-webkit-order: 3;
}

nav {
	width: 100%;
	background: #2d1e18;
	color: #efdb8e;
	text-align: center;
	border-top: 1px solid #cc9900;
}

#gnav ul {
	max-width: 1170px;
	margin: 0 auto;
	font-size: 0px;
	height: 48px;
}

#gnav ul li {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	width: 16.66666666666666%;
	height: 100%;
	vertical-align: middle;
}

#gnav ul li a {
	color: #efdb8e;
	display: block;
	width:100%;
	height: 100%;
}

#gnav ul li p {
	margin-top: 17px;
	border-left: 1px solid #493832;
	box-sizing: border-box;
}

#gnav ul li.sp {
	display: none;
}

#gnav ul li:nth-last-child(2) p {
	border-right: 1px solid #493832;
	box-sizing: border-box;
}

/* dropdownここから */
#gnav ul li ul {
	padding: 13px 0 0 0!important;
	height: auto;
	z-index: 100;
}

#gnav ul li ul li {
	width: calc(100% + 1px) !important;
	font-size: 1.4rem;
	line-height: 1.2;
	background: #2d1e18;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #493832;
	text-align: left;
	margin-top: -0.5px;
}

#gnav ul li ul li:nth-last-child(2) {
	border-right : none;
}

#gnav ul li ul li:last-child {
	border-bottom : none;
}

#gnav ul li ul li a {
	display: block;
	width: calc(100% - 15px);
	padding: 13px 8px !important;
	margin: 0;
	padding: 0;
}

#gnav ul li ul li a:hover {
	color: #efdb8e;
}
/* dropdownここまで */


.headerIn2 {
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.headerIn2 li {
	position: relative;
}

.headerIn2 li .dropdown {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.headerIn2 li:hover > .dropdown {
	top: 35px;
	visibility: visible;
	opacity: 1;
	cursor: pointer;
}

.headerfixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.headerfixed2 {
	position: fixed;
	top: 70px;
	margin-left: 900px;
	width: 100%;
	z-index: 10000;
}

/* 三本線ボタンここから */
#navToggle {
	/* 通常時は非表示にしておきます */
	display: none;
	/* bodyに対しての絶対位置指定です */
	position: absolute;
	right: 13px;
	top: 11px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	/* #navToggle div に対して */
	width: 100%;
	/* 三本線ボタンの太さ */
	border-bottom: solid 2px #cc9900;
	/* ×に代わる速度指定 */
	transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
	top: 0;
}

#navToggle span:nth-child(2) {
	top: 11px;
}

#navToggle span:nth-child(3) {
	top: 22px;
}
/* 三本線ボタンここまで */
/* ヘッダーここまで */


#main {
	margin-bottom: 0px;
}


/* float解除ここから */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* float解除ここまで */


/* トップに戻るここから */
#container {
	width: 1170px;
	margin: 0 auto;
}

#to_pagetop {
	position: fixed;
	bottom: 200px;
	right: 0px;
	font-size: 1.0rem;

}

#to_pagetop a {
	background: #16225c;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-decoration: none;
	color: #ffffff;
	padding: 17px 13.5px;
	text-align: center;
	display: block;
}

#to_pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#to_pagetop a img {

vertical-align: middle;
margin-top: auto;
}

/* トップに戻るここまで */


/* フッターここから */
.footer {
	width: 100%;
	background: #2d2c2c;
	margin-bottom: 180px;
	text-align: center;
}

#copyright {
	background: #442a1e;
	width: 100%;
}

#copyrightIn {
	width: 1170px;
	margin: 0 auto;
	color: #e3dba4;
	line-height: 40px;
}

#copyrightIn a {
	color: #FFFFFF;
	text-decoration: none;
}


.copyrightsp {
	display: none;
}
/* フッターここまで */


/* 下から出現ここから */
#footer_follow {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #191919;
}

#footer_followIn {
	width: 1170px;
	margin: 20px auto;
	text-align: center;
}

#footer_follow ul li {
	display: inline-block;
	vertical-align: top;
}

#footer_follow ul li:last-child {
	margin-left: 30px;
}

#footer_follow ul li div {
	margin-top: 7px;
}

/* 下から出現ここまで */

#footer_followsp {
	display: none;
}

@media screen and (max-width: 1169px) {
	.spn2 {
		display: none;
	}

	.headerIn {
		width: auto;
		max-width: 1170px;
	}

	.headerInt {
		text-align: right;
		font-size: 1.0rem;
		margin-top: 10px;
		margin-right: 22px;
	}

	#header_logoIn {
		margin-bottom: 10px;
		font-weight: bold;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap
	}

	#header_logoInl {
		width: 31%;
		order: 1;
		-webkit-order: 1;
		display: flex;
		justify-content: left;
		align-items: center;
		overflow: hidden;
	}

	#header_logoInl img {
		width: 100%;
	}

	#header_logoInr {
		width: 69%;
		order: 2;
		-webkit-order: 2;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		margin-top: 5px;
	}

	.hlirInl {
		width: 340px;
		order: 1;
		-webkit-order: 1;
		margin-left: auto;
		margin-right: 8px;
		text-align: right;
	}

	.hlirInr {
		order: 2;
		-webkit-order: 2;
		margin-right: 0px;
	}

	.hlirIn01 {
		font-size: 1.2rem;
		margin-right: 30px;

	}
	.header_logo_tel {
		font-size: 3.1rem;
		color: #574539;
		letter-spacing: 2px;
	}

	.header_logo_tel img {
		margin: 0px 4px 4px 0px;
	}

	.hlirIn03 {
		font-size: 1.3rem;
	}

	#gnav ul {
		max-width: 1170px;
		margin: 0 auto;
		font-size: 0px;
		height: 40px;
	}

	#gnav ul li {
		position: relative;
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		width: calc( 100% / 6 );
	}

	#gnav ul li p {
		margin-top: 13px;
		border-left: 1px solid #493832;
		box-sizing: border-box;
	}

	#gnav ul li ul li {
		width: calc(100% + 1px) !important;
		font-size: 1.0rem;
		line-height: 1.2;
		background: #2d1e18;
		border-left: none;
		border-right: none;
		border-bottom: 1px dotted #493832;
		text-align: left;
		margin-top: 0px;
	}

	.headerIn2 li:hover > .dropdown {
		top: 27px;
		visibility: visible;
		opacity: 1;
	}

	@media screen and (orientation: portrait) {

		.headerfixed2 {
			position: fixed;
			top: 58px;
			margin-left: 498px;
			width: 100%;
			z-index: 10000;
		}
	}
	@media screen and (orientation: landscape) {
		.headerfixed2 {
			position: fixed;
			top: 58px;
			margin-left: 754px;
			width: 100%;
			z-index: 10000;
		}
	}

	#main {
		margin-bottom: 0px;
	}


	/* トップに戻るここから */
	#to_pagetop {
		position: fixed;
		bottom: 80px;
		right: 0px;
	}

	#to_pagetop a {
		background: #16225c;
		text-decoration: none;
		padding: 10.5px 8.75px;
		text-align: center;
		display: block;
	}

	#to_pagetop a:hover {
		text-decoration: none;
		opacity: 1;
	}

	#to_pagetop img {
		width: 31.5px;
	}
	/* トップに戻るここまで */


	.footer {
		margin-bottom: 68px;
	}

	#copyright {
		background: #442a1e;
		width: 100%;
	}

	#copyrightIn {
		font-size: 1.2rem;
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
		color: #e3dba4;
		line-height: 36px;
	}

	#copyrightIn a {
	color: #FFFFFF;
	text-decoration: none;
	}

	/* 下から出現ここから */
	#footer_follow {
		position: fixed;
		z-index: 9999;
		width: 100%;
		background: #191919;
	}

	#footer_followIn {
		width: 100%;
		max-width: 1170px;
		margin: 10px auto;
		height: 50px;
		text-align: center;
	}

	#footer_follow ul li {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
	}

	#footer_follow ul li:first-child {
		width: 47%;
		text-align: right;
	}
	#footer_follow ul li:last-child {
		width: 47%;
		text-align: left;
		margin-left: 20px;
	}

	#footer_follow ul li:first-child img {
		max-width: 90%;
		max-height: 50px;
	}
	#footer_follow ul li:last-child img {
		max-width: 90%;
		max-height: 50px;
	}
	/* 下から出現ここまで */

}


@media screen and (max-width: 767px) {
	body {
		background: #ffffff;
		/*フォント*/
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		font-size: 4.0625vw;
		color: #222222;
	}

	.spn {
		display: none;
	}

	.spn2 {
		display: none;
	}

	.spb {
		display: block;
	}

	/* ヘッダーここから */
	#header {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		z-index: 200;
	}

	.headerIn {
		width: 100%;
		margin: 0 auto;
		z-index: 10000;
	}

	#header_logo {
		width: calc(100% - 55px);
		height: 50px;
		order: 1;
		-webkit-order: 1;
	}

	.headerInt {
		display: none;
	}

	#header_logoIn {
		margin-bottom: 0px;
		font-size: 17px;
		font-weight: bold;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap
	}

	#header_logoInl {
		width: 100%;
		height: 50px;
		order: 1;
		-webkit-order: 1;
		display: flex;
		justify-content: left;
		align-items: bottom;
		overflow: hidden;
	}

	#header_logoInl img {
		width: 55%;
		max-height: 50px;
		margin-left: 3.125vw;
	}

	#header_logoInr {
		display: none;
	}

	#gnav {
		width: 55px;
		height: 50px;
		background: #2d1e18;
		color: #cc9900;
		font-weight: bold;
		order: 2;
		-webkit-order: 2;
	}

	#gnav ul {
		margin: 0;
		padding: 0;
		font-size: 0px;
		height: auto;
	}

	#gnav ul li {
		display: block;
		width: 100%;
		padding: 0;
		border-left: none;
		border-bottom: solid 1px #493832;
		line-height: 2;
		box-sizing: border-box;
		font-size: 3.75vw;
	}

	#gnav ul > li > ul > li:last-child {
		border-bottom: 0px;
	}

	#gnav ul li a {

		width: 100%;
	}

	#gnav ul li a:hover {
		opacity: 1;
	}

	#gnav ul li p {
		padding: 10px 0px 10px 20px;
		margin-top: 0px;
	}

	#gnav ul li.pc {
		display: none;
	}

	#gnav ul li.sp {
		display: block;
	}

	#gnav ul li:nth-last-child(2){
		border-right: 0px;
	}

	.dropmenu p {
		display: block;
		cursor: pointer;
		background-image: url(../imgs/foot_open.png);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 5.625vw auto;
	}

	.img_open {
		background-image: url(../imgs/foot_close.png) !important;
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 5.625vw auto;
	}

	.dropmenu p a {
		pointer-events: none;
	}

	.dropmenu ul {
		background: #423530;
		display: none;
	}

	/* dropdownここから */
	#gnav ul li ul {
		margin: 0;
		padding: 0px !important;
		font-size: 0px;
		height: auto;
	}

	#gnav ul li ul li {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		background: #423530;
		border-left: none;
		border-bottom: solid 1px #493832;
		line-height: 2;
		box-sizing: border-box;
		font-size: 3.75vw;
	}

	#gnav ul li ul li:last-child {
		border : none;
	}

	#gnav ul li ul li a {
		display: block;
		width: calc(100% - 40px);
		padding: 10px 10px 10px 30px !important;
		margin: 0;
		padding: 0;
	}
	#gnav ul li ul li a:hover {
		color: #ffffff;
	}

	 .headerIn2 li {
		position: relative;
	}

	 .headerIn2 li .dropdown {
		position: static;
		top: 0;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
		opacity: 1;
	}
	 .headerIn2 li:hover > .dropdown {
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	/* dropdownここまで */


	.headerfixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

	nav {
		z-index: 10000;
	}

	#gnav nav {
		/* bodyに対しての絶対位置（通常時はビュー上の外） */
		border-top: 0px;
		position: absolute;
		right: 0;
		top: -700px;
		background: #2d1e18;
		width: 100%;
		padding: 0px 0px 40px 0px;
		text-align: left;
		/* 降りてくる速度と動き */
		transition: .5s ease-in-out;
	}

	/* Toggle（ハンバーガーボタン）
	display:noneだったボタンを display:blockにして表示します */
	#navToggle {
		display: block;
	}

	/* Click Toggle（ハンバーガーボタン動き）
	最初のspanをマイナス45度にします */
	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		transform: rotate(-45deg)
	}

	/* 2番目と3番目のspanを45度にします */
	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		transform: rotate(45deg)
	}

	.openNav nav {
		/* .openNavが付いた要素の中のnavを 縦方向に125vw移動します（=表示されます） */
		transform: translateY(750px);
	}

	@media screen and (orientation: portrait) {
		.headerIn2{
			height: auto;
			max-height: calc( 100vh - 120px );
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
	@media screen and (orientation: landscape) {
		.headerIn2{
			height: auto;
			max-height: 100vh ;
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}


	#main {
		margin-bottom: 0px;
		padding-top: 50px;
	}


	/* トップに戻るここから */
	#to_pagetop {
		position: fixed;
		bottom: 25vw;
		right: 0px;
		z-index: 190;
	}

	#to_pagetop a {
		background: #16225c;
		text-decoration: none;
		color: #ffffff;
		padding: 10.5px 8.75px;
		text-align: center;
		display: block;
	}

	#to_pagetop a:hover {
		text-decoration: none;
		opacity: 1;
	}

	#to_pagetop a img {
		width: 31.5px;
	}
	/* トップに戻るここまで */


	/* フッターここから */
	.footer {
		width: 100% ;
		margin-bottom: 70px;
	}

	#copyright {
		background: #442a1e;
		width: 100%;
	}

	#copyrightIn {
		font-size: 1.2rem;
		width: 100%;
		margin: 0 auto;
		line-height: 30px;
	}

	#copyrightIn a {
	color: #FFFFFF;
	text-decoration: none;
	}

	/* フッターここまで */


	#footer_follow {
		position: fixed;
		z-index: 9999;
		width: 100%;
		background: #191919;
		bottom: 0;
	}

	#footer_follow img {
		vertical-align: middle;
	}

	#footer_followIn {
		width: 96%;
		margin: 10px auto;
		font-size: 2.5vw;
	}

	#footer_follow ul li {
		display: inline-block;
		vertical-align: top;
		margin-right: 6px;
	}

	#footer_follow ul li:first-child {
		width: 45%;
		text-align: center;
	}

	#footer_follow ul li:first-child img {
		width: auto;
		max-width: 100%;
		heigght: 100%;
	}

	#footer_follow ul li:last-child {
		width: 45%;
		margin-left: 10px;
		text-align: center;
	}

	#footer_follow ul li:last-child img {
		width: auto;
		max-width: 100%;
		heigght: 100%;
	}
	/* 下から出現ここまで */
}
