@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	file name : base.css
 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ********************************************************************************
 * Link
 * ******************************************************************************** */
	a {
		outline: none;
	}
	/* a:link */
	a:link {
		color: #000;
		text-decoration: none;
	}
	/* a:active */
	a:active {
		color: #000;
		text-decoration: none;
	}
	/* a:visited */
	a:visited {
		color: #000;
		text-decoration: none;
	}
	/* a:hover */
	a:hover {
		color: #000;
		opacity: .5;
	}
	.nolink {
		opacity: 0.4;
	}

	.flex{
		display: flex;
	}
/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */
/* body */
	body {
		min-width: 1100px;
		width: 100%;
		position: relative;
		overflow-x: hidden;
		font-family: Noto Sans JP, sans-serif;
		font-weight: 400;font-style: normal;
		font-size: 16px;
		line-height: 1;
		background-color: #fff;
	}
	img {
		display: block;
		max-width: 100%;
		margin: auto;
	}
	a {
		display: block;
	}
	.en{
		font-family: futura-pt, sans-serif;
		font-weight: 500;
		font-style: normal;
		letter-spacing: .05em;
	}
	.blue{
		color:#1e4a9e;
	}
	.green{
		color: #109c63;
	}
	.min{
		font-family: source-han-serif-japanese, serif;
		font-weight: 400;
		font-style: normal;
	}
	/* header */
	header{
		background-color: #ffffff;
		height: 100px;
	}
	.header_wrap{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 100%;
		width: 100%;
		margin: auto;
	/*	padding: 30px 0;*/
	}
	.header_left{
		max-width: 128px;
		width: 100%;
		margin-left: 10%;
	}
	.header_left img{
		width: 128px;
	}
	.header_right{
	    max-width: 100%;
    width: 1100px;
    justify-content: end;
    margin-right: 2%;
	}
	.header_right ul{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header_right .header_contact a{
		background: #1f4a9e;
		font-size: 17px;
		padding: 30px;
		box-sizing: border-box;
		text-align: center;

	}
	ul.top_nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header_fixed{
		position: fixed;
		top: 150px;
		right: 0;
		z-index: 10;
	}
	.header_fixed_02{
		position: fixed;
		top: 3000px;
		right: 0;
		z-index: 10;
	}
	.header_fixed a{
		-webkit-writing-mode: vertical-rl;
		 -moz-writing-mode: vertical-rl;
		 -ms-writing-mode: tb-rl;
		 -ms-writing-mode: vertical-rl;
		 writing-mode: vertical-rl;
		background: #fff100;
		letter-spacing: .1em;
		padding: 50px 20px;
		font-size: 20px;
		box-sizing: border-box;
	}
	.header_fixed_02 a{
		-webkit-writing-mode: vertical-rl;
		 -moz-writing-mode: vertical-rl;
		 -ms-writing-mode: tb-rl;
		 -ms-writing-mode: vertical-rl;
		 writing-mode: vertical-rl;
		background: #fff100;
		letter-spacing: .1em;
		padding: 50px 20px;
		font-size: 20px;
		box-sizing: border-box;
	}
	.header_wrap{
	 margin: auto;
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    display: flex;
	}

	.nav_toggle {
		display: block;
		position: relative;
		width: 44px;
		height: 35px;
		margin: auto 0 auto auto;
		z-index: 30;
		text-align: center;
		color: #000;
			margin-top: 9px;
		}
	.nav_toggle i {
			display: block;
		width: 100%;
		height: 4px;
		background-color: #000; 
		position: absolute;
		transition: transform .5s, opacity .5s;
		line-height: 17px;
		}
	.nav_toggle i:nth-child(1) {
		top: 0px;
		}
	.nav_toggle i:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
		}
	.nav_toggle i:nth-child(3) {
			bottom: 0;
		}
	.nav_toggle.show i:nth-child(1) {
		transform: translateY(13px) rotate(-50deg);
		background-color: #fff;	
		}
		.nav_toggle.show i:nth-child(2) {
		  opacity: 0;
		}
		.nav_toggle.show i:nth-child(3) {
		transform: translateY(-18px) rotate(45deg);
		background-color: #fff;
		}

	.nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 20;
		width: 40%;
		height: 100%;
		margin: 0;
		padding: 64px 5% 24px;
		box-sizing: border-box;
		overflow: scroll;
		background-color: #141414fa;
		opacity: 0;
		transition: .4s ease-out;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
	}

	.nav.show {
		  opacity: 1;
		  visibility: visible;
		}
	.header_right ul li{
			width: 100%;
		padding-right: 30px;
		}
	.header_right ul a{
			width: 100%;
			padding: 20px 3%;
			box-sizing: border-box;
			border-bottom: 1px solid #fff;
			font-size: 25px;
			text-align: left;
				color: #fff;
		}
	.header_right .nav_ja{
			display: inline-block;
			font-size: 12px;
			vertical-align: middle;
			margin-left: 10px;
		}
	.header_right .nav_tel a{
		font-size: 22px;
		width: 234px;
		height: 56px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		font-weight: 400;
		padding-left: 40px;
		background: #ea8825 url(../../commons/img/icon_tel.png)no-repeat top 12px left 16px/30px auto;
	}

	.header_right .nav_tel a::before{
		border: 1px solid #ffffff;
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
		z-index: 4;
	}
	.header_right .nav_web a{
		font-size: 22px;
		width: 234px;
		height: 56px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		font-weight: 400; 
		padding-left: 40px;
		background: #EA8A26 url(../../commons/img/icon_web.png)no-repeat top 13px left 31px/30px auto;
	}
	.header_right .nav_web a::before{
		border: 1px solid #ffffff;
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
		z-index: 4;
	}
	.header_right .nav_visit a{
		font-size: 22px;
		background-color: #cb8421;
		width: 234px;
		height: 56px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		font-weight: 400;
	}
	.header_right .nav_visit a::before{
		border: 1px solid #ffffff;
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
		z-index: 4;
	}
	/* footer */

	.footer_copy{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 14px;
		line-height: 1.6;
		background-color: #a05f24;
		color: #fff;
		padding: 13px;
	}
	.footer_copy .copyright{
		margin-right: 10px;
	}

@media screen and (min-width: 769px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	body {
			min-width: 100%;
			font-size: 14px;
			line-height: 2;
		}
	header {
		background-color: #ffffff;
		height: 80px;
	}

	.header_wrap {
		justify-content: space-between;
		margin: auto;
		background-color: #ffffff;
		height: 80px;
		width: 1100px;
		position: fixed;
		z-index: 100;
		padding: 20px 5%;
	}
	.header_fixed{
			width: 100%;
			top: auto;
			bottom: 0;
		}
	.header_left{
		max-width: 90px;
		width: 100%;
		margin-left: 0;
	}
	.header_left img{
		width: 80px;
	}
	.header_fixed a{
			-webkit-writing-mode: inherit;
			-moz-writing-mode: inherit;
			-ms-writing-mode: inherit;
			writing-mode: inherit;
			width: 100%;
			padding: 5px 5%;
			box-sizing: border-box;
			font-size: 18px;
			text-align: center;
		}
	.nav_toggle {
			display: block;
			position: relative;
			width: 40px;
			height: 30px;
			margin: auto 0 auto auto;
			z-index: 30;
		}
	.nav_toggle i {
			display: block;
		width: 100%;
		height: 4px;
		position: absolute;
		transition: transform .5s, opacity .5s;
		line-height: 17px;
		}
	.nav_toggle i:nth-child(1) {
			top: 0px;
		}
	.nav_toggle i:nth-child(2) {
			top: 0;
			bottom: 0;
			margin: auto;
		}
	.nav_toggle i:nth-child(3) {
			bottom: 0;
		}
	.nav_toggle.show i:nth-child(1) {
		 transform: translateY(13px) rotate(-50deg);
		}
	.nav_toggle.show i:nth-child(2) {
		  opacity: 0;
		}
	.nav_toggle.show i:nth-child(3) {
		 transform: translateY(-13px) rotate(52deg);
		}
	.nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 64px 5% 24px;
		box-sizing: border-box;
		overflow: scroll;
		background-color: #383c3bf7;
		opacity: 0;
		transition: .4s ease-out;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		}
	.nav.show {
		  opacity: 1;
		  visibility: visible;
		}
	.header_right ul{
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
	.header_right ul li{
			width: 100%;	
		}
	.header_right ul a{
			width: 100%;
			padding: 20px 3%;
			box-sizing: border-box;
			border-bottom: 1px solid #fff;
			font-size: 16px;
			text-align: left;
		}
	.header_right {
		max-width: 70%;
		width: 100%;
		justify-content: end;
	}
	.header_right .header_contact a{
			padding: 15px 5%;
		}
	.sp-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		bottom: 0;
		background:rgb(215 215 215 / 90%);
		width: 100%;
		height: auto;
		text-align: center;
		transition: 0.3s;
		z-index: 999;
	}
	.sp-nav_item {
		font-size: 16px;
		width: 33%;
		border-top: 1px solid #c0c0be;
		border-left: 1px solid #c0c0be;
		height: 50px;
		line-height: 50px;	
	}
	.sp-nav_item:first-child {
		border-left: 0;
	}

	.footer_copy{
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;		
		}
	.footer_copy .copyright{
			margin: 0 auto 10px;
			text-align: center;
		}

}