@charset "utf-8";

/* CSSリセット
  ############################################################################################# */

* {
	-webkit-tap-highlight-color: transparent;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
th, td {
	text-align: left;
	vertical-align: top;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
}
input,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}

.resize {
	max-width: 100%;
	width:100%;
	height: auto;
}


/* 共通設定
  ############################################################################################# */

html, :root {
	font-size: 100px;
}
body {
	color: #333333;
	font-size: .16rem;
	font-weight: lighter;
	line-height: calc(24 / 14);
}
body {
  /*line-height: 1;*/
  -webkit-text-size-adjust: 100%;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../../images2/bg.jpg)  right;
  background-size: cover;
  background-repeat: no-repeat;
	
}

.common_inner{
	max-width:1065px;
	margin:0 auto;
	width:90%;
}
@media only screen and (max-width:640px) {
body::before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../../images2/bg_smp.jpg)  right;
  background-size: cover;
  background-repeat: no-repeat;
	
}
.common_inner{
	width: 90%;
	}
}
/*
@media only screen and (max-width:1088px) {
	html, :root {
		font-size: 9.1912vw ; /* 100vw * 100 / 1088 */
	}
	
}
@media only screen and (max-width:959px) {
	html, :root {
		font-size: calc(100vw * 100 / 960);
	}
}
@media only screen and (max-width:599px) {
	html, :root {
		font-size: calc(100vw * 100 / 750);
	}
}

body {
	font-family: 'Noto Sans JP', sans-serif;
}
.serif {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.en {
	font-family: sans-serif ;
}
@media all and (-ms-high-contrast:none) {
	body,
	.en {
		font-family: 'M PLUS 1p', sans-serif;
	}
	.serif {
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

a {
	color: inherit;
	text-decoration: none;
}
a[href^="tel:"] {
	pointer-events: none;
}
input,
textarea,
select {
	font-family: inherit;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
	background-color: transparent !important;
}
img,
video {
	max-width: 100%;
}
img[src$="_sp.jpg"],
img[src$="_sp.png"] {
	display: none;
}

[disabled] {
	cursor: not-allowed;
}

#wrap {
	overflow: hidden;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.hov {
	transition: opacity .3s ease-in;
}
.hov:hover {
	opacity: .8;
}
.indent {
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}
.noScroll {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}
.sp,
.tb,
.tbsp {
	display: none;
}
.text-shadow {
	text-shadow: 0 0 1px #fff,  0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff;
}
.white {
	color: #fff;
}
.white.text-shadow {
	text-shadow: 0 0 1px #000,  0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
}
.wrap {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3.125%;
	padding-right: 3.125%;
}

@media only screen and (max-width:959px) {
	.tb,
	.tbsp {
		display: inherit;
	}
}
@media only screen and (max-width:640px) {
body {
	font-size:  0.24rem;
	line-height: 1.5;
	}
body::before {
	background: url(../../images2/bg_smp.jpg)  right;
	background-size: cover;
    background-repeat: no-repeat;
}
	
	a[href^="tel:"] {
		pointer-events: auto;
	}
	img[src$="_sp.jpg"],
	img[src$="_sp.png"] {
		display: inline-block;
	}
	img[src$="_sp.jpg"] + img,
	img[src$="_sp.png"] + img {
		display: none;
	}

	.pc,
	.tb {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.wrap {
		width: auto;
		padding-left: .2rem;
		padding-right: .2rem;
	}
}

/* header
  ############################################################################################# */
.spMenuBg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9890;
	background: rgba(0,0,0,.8);
	transform: scaleY(0);
	transform-origin: top;
}
#header {
	width: 100%;
	height: 126px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9900;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
#header .wrap {
	max-width: none;
	height: 100%;;
	padding: 0;
	position: relative;
    display: flex;
    align-items: center;
}


@media only screen and (min-width:641px) {
/*#header .siteTitle {
	width: 137px;
	position: relative;
    margin: 0 auto;
    left: 7%;
    right: 0;
}*/
#header .siteTitle {
	    width: 137px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
}
        
.iconbtm{
	/*width:55%;
	display:contents;
	text-align:center;*/
        display: flex;
        text-align: center;
        right: 90px;
        position: absolute;
        justify-content: flex-end;
}
.iconbtm a{
	width: 75px;
   /* margin-right: 30px;
    margin-left: -5%;*/
	} 
.iconbtm a img{width: 60%;}
p.iconp{font-size:10px;} 

}
@media only screen and (max-width:959px) {
 p.iconp {font-size: 9px;}
.iconbtm{right: 72px;}
.iconbtm a{width: 60px;} 
.iconbtm a img{width: 70%;}
}

@media only screen and (max-width:640px) {
	#header {
        height: 80px;
	}
	#header .siteTitle {
	width: 90px;
    margin-right: 61px;
    margin-left: 20px;
	}
	
	.iconbtm{
        right: 74px;
        width: 39%;
        display: flex;
        position: absolute;
    }
	.iconbtm a{width:60px;text-align:center;} 
	.iconbtm a img{width:60%;} 
	p.iconp{font-size:8px;} 
    

}

/* gNav
   ========================================================================== */
/*
#header .gNav nav ul {
	display: flex;
	padding: 0 .3rem 0 0;
	position: absolute;
	top: .5rem;
	right: 0;
}
#header .gNav nav li + li {
	margin: 0 0 0 .4rem;
}
#header .gNav nav a {
	display: block;
	padding: .2rem 0 .19rem;
	position: relative;
	font-size: .16rem;
	letter-spacing: .06em;
	line-height: 1;
}
#header .gNav nav a::after {
	content: '';
	display: block;
	width: 0;
	height: .02rem;
	position: absolute;
	right: 0;
	bottom: .12rem;
	background: #b61100;
	transition: width .3s ease-in;
}
#header .gNav nav a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
@media only screen and (max-width:1200px) {
	#header .gNav nav li + li {
		margin: 0 0 0 .2rem;
	}
}

@media only screen and (max-width:959px) {
	#header .gNav {
		display: none;
	}
}*/

/* subMenu
   ========================================================================== */
/*
#header .subMenu {
	height: .5rem;
	position: absolute;
	top: 0;
	right: 0;
	left: 2.09rem;
	background: #f6f6f6;
}
#header .subMenu .language {
	width: 1.9rem;
	position: absolute;
	top: .1rem;
	right: 2.4rem;
	letter-spacing: .06em;
	line-height: .28rem;
	cursor: pointer;
}
#header .subMenu .language .label {
	border: 1px solid #ccc;
	padding: 0 0 0 .3rem;
	background: #fff url("../images/ico-global.png") .1rem 50% / .14rem auto no-repeat;
	position: relative;
	transition: background-color,color .3s ease-in;
}
#header .subMenu .language .label::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: .31rem;
	height: 100%;
	border-left: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/ar03.png") 50% 50% / .13rem auto no-repeat;
}
#header .subMenu .language:hover .label {
	background-color: #b7b7b7;
	background-image: url("../images/ico-global_ov.png");
	color: #fff;
}
#header .subMenu .language:hover .label::after {
	background-image: url("../images/ar03_ov.png");
}
#header .subMenu .language ul {
	height: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
	transition: height .3s ease-in;
}
#header .subMenu .language:hover ul {
	height: calc(1.12rem + 4px);
}
#header .subMenu .language li {
	border-bottom: 1px solid #ccc;
}
#header .subMenu .language a {
	display: block;
	padding: 0 .1rem;
	transition: background-color,color .3s ease-in;
}
#header .subMenu .language a:hover {
	background: #b7b7b7;
	color: #fff;
}
#header .subMenu .search {
	display: flex;
	box-sizing: border-box;
	width: 1.9rem;
	height: .3rem;
	padding: 0 .25rem 0 .14rem;
	position: absolute;
	top: .1rem;
	right: .31rem;
	background: #e2e2e2;
	flex-direction: column;
	justify-content: center;
}*/
/* #header .subMenu .search::before {
	content: 'SEARCH';
	color: #a7a7a7;
	letter-spacing: .06em;
	position: absolute;
	top: 50%;
	left: .14rem;
	transform: translateY(-50%);
} */



/*#header .subMenu .search:hover::before {
	content: none;
}
#header .subMenu .search input {
	box-sizing: border-box;
	border: none;
	background: transparent;
	color: #a7a7a7;
	letter-spacing: .06em;
	outline: none;
}
#header .subMenu .search input:focus {
	color: #222;
}
#header .subMenu .search .btn {
	display: block;
	width: 0.25rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/ico-search.png") 0 50% / .15rem auto no-repeat;
	cursor: pointer;
}


#header .subMenu .sns {
	display: flex;
	position: absolute;
	top: .09rem;
	right: 4.6rem;
}
#header .subMenu .sns .twitter {
	width: 32px;
	margin: .01rem 0 0;
}
#header .subMenu .sns .facebook,
#header .subMenu .sns .youtube,
#header .subMenu .sns .insta,
#header .subMenu .sns .line{
	width: 32px;
	margin: 0 0 0 .2rem;
}
#header .subMenu .sns a {
	display: block;
	position: relative;
}

#header .subMenu .sns .twitter a:hover,
#header .subMenu .sns .facebook a:hover,
#header .subMenu .sns .youtube a:hover,
#header .subMenu .sns .insta a:hover,
#header .subMenu .sns .line a:hover{
	opacity: 0.6;
}
*/


/*@media only screen and (max-width:959px) {
	#header .subMenu {
		display: none;
	}
}*/

/* spMenu
   ========================================================================== */

/*#header .spMenu {
	display: none;
}
#header .sns_smp{
	display: none;
	}*/


	/*#header .spMenu {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}*/
	#header .spMenu .btn {
		display: flex;
	}
	/*#header .spMenu .btn > li {
		width: 80px;
		height: 38px;
		
		
		
		    position: absolute;
    right: 0;
		    top: 45px;
		
	}*/
	#header .spMenu .btn .nav input[type=checkbox] {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		position: relative;
		border-radius: 0;
		outline: none;
		transition: background-color .3s ease-in;
	}

	#header .spMenu .btn .nav input[type=checkbox] {
		background: url(../images/bt-nav.png) no-repeat;
		background-size: 40px;
	}
	#header .spMenu .btn .nav input[type=checkbox]:checked {
		background-image: url("../images/bt-close.png");
		background-size: 40px;
		z-index: 1;
	}
	#header .spMenu .spLang,
	#header .spMenu .spSearch,
	#header .spMenu .spNav {
		/*display: none;*/
		box-sizing: border-box;
		width: 100vw;
		border-top: 1px solid #e5e5e5;
		position: absolute;
		
		/*padding-top: 70px;*/
		top: 0px;
    background: linear-gradient( 135deg, #6a6868 10%, #cbcbcb 100%);
    height: 100vh;
		

	}
	#header .spMenu .spLang {
		right: calc(-1.2rem - 2px);
	}
	#header .spMenu .spSearch {
		padding: .15rem .2rem;
		right: calc(-0.6rem - 1px);
	}
	#header .spMenu .spSearch .search {
		display: flex;
		box-sizing: border-box;
		width: 1.9rem;
		height: .3rem;
		margin: 0 0 0 calc(100% - 1.9rem);
		padding: 0 .25rem 0 .14rem;
		position: relative;
		top: 0;
		right: 0;
		background: #e2e2e2;
		flex-direction: column;
		justify-content: center;
	}
/* 	#header .spMenu .spSearch .search::before {
	content: 'SEARCH';
	color: #a7a7a7;
	letter-spacing: .06em;
	position: absolute;
	top: 50%;
	left: .14rem;
	transform: translateY(-50%);
}
#header .spMenu .spSearch .search:hover::before {
	content: none;
} */
	#header .spMenu .spSearch .search input {
		box-sizing: border-box;
		border: none;
		background: transparent;
		color: #222;
		letter-spacing: .06em;
		outline: none;
	}
	#header .spMenu .spSearch .search .btn {
		display: block;
		width: 0.25rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: url("../images/ico-search.png") 0 50% / .15rem auto no-repeat;
		cursor: pointer;
	}
	#header .spMenu .spLang ul {
		display: flex;
	}
	#header .spMenu .spNav {
		/*max-height: calc(100vh - .6rem);*/
		right: 0;
		/*overflow-y: scroll;
		-webkit-overflow-scrolling: touch;*/
		color: #fff;
		
		    opacity: 0;
		    display: none;
	}





#header .spMenu .spNav .title{
    font-size: 34px;
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
	text-align: center;
	    padding-top: 70px;
}
	#header .spMenu .menu01,
	#header .spMenu .menu02{
		display: flex;
		flex-wrap: wrap;
	}
	#header .spMenu .menu01{
		margin-bottom:30px;
	}
#header .spMenu .menu02{
		margin-bottom:50px;
	}
/*	#header .spMenu .spLang li,
	#header .spMenu .menu01 li,
	#header .spMenu .menu02 .child li {
		box-sizing: border-box;
		width: 25%;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	#header .spMenu .spLang li:nth-child(4n+4),
	#header .spMenu .menu01 li:nth-child(4n+4),
	#header .spMenu .menu02 .child li:nth-child(4n+4) {
		border-right-style: none;
	}
	#header .spMenu .spLang li,
	#header .spMenu .menu01 li:nth-last-child(-n+4),
	#header .spMenu .menu02 li:nth-child(1) .child li:nth-last-child(-n+1),
	#header .spMenu .menu02 li:nth-child(2) .child li:nth-last-child(-n+2) {
		border-bottom-style: none;
	}*/
	/*#header .spMenu .spLang a,
	#header .spMenu .spNav .menu a,
	#header .spMenu .spNav .parent {
		display: flex;
		height: .64rem;
		padding: 0 2em;
		position: relative;
		font-size: .16rem;
		line-height: 1.5;
		flex-direction: column;
		justify-content: center;
	}*/
/*	#header .spMenu .spLang a::after,
	#header .spMenu .spNav .menu a::after {
		content: '';
		display: block;
		width: .09rem;
		height: .1rem;
		position: absolute;
		top: 50%;
		right: .08rem;
		background: url(../images/ar01.png) 0 0 / contain no-repeat;
		transform: translateY(-50%);
	}*/
	/*#header .spMenu .spNav .menu a[target=_blank]::after {
		width: .16rem;
		height: .16rem;
		background-image: url("../images/ico-ex01.png");
	}*/
/*	#header .spMenu .label {
		padding: .18rem .2rem;
		position: relative;
		background: #7e0c00;
		color: #fff;
		line-height: 1;
	}
	#header .spMenu .label .en {
		display: inline-block;
		font-size: .26rem;
		font-weight: bold;
	}
	#header .spMenu .label .ja {
		display: inline-block;
		margin: .1rem 0 0;
		font-size: .16rem;
	}*/

#header .spMenu .menu01 li {
	width: 25%;
}
#header .spMenu .menu01 a {
	display: block;
	position: relative;
}
#header .spMenu .menu01 .logo {
	height: auto;
  display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%;
	background: linear-gradient(161deg ,#ffffff, #f1f1f1);
}
#header .spMenu .menu01 img{

	

}
#header .spMenu .menu01 li:nth-child(1) .logo img{
	width: 100%;

}
#header .spMenu .menu01 li:nth-child(2) .logo img{
	width:  100%;
}
#header .spMenu .menu01 li:nth-child(3) .logo img{
	width: 100%;
}
#header .spMenu .menu01 li:nth-child(4) .logo img{
	width: 100%;
}


#header .spMenu .menu02 li {
	width: calc(97%/4);
    border-bottom: 1px solid #fff;
    margin-right: 1%;
}
#header .spMenu .menu02 li:nth-child(4n){
    margin-right: 0;
}
#header .spMenu .menu02 li a{
	padding: 10px 0;
    display: block;
}

#header .spMenu .menu02 li a:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 60px;
    height: 60px;
    background-size: contain;
    vertical-align: middle;
	margin-right: 6px;
}
#header .spMenu .menu02 li:nth-child(1) a:before {
  background-image: url(../../images2/ico01.png);
}
#header .spMenu .menu02 li:nth-child(2) a:before {
  background-image: url(../../images2/ico02.png);
}
#header .spMenu .menu02 li:nth-child(3) a:before {
  background-image: url(../../images2/ico03.png);
}
#header .spMenu .menu02 li:nth-child(4) a:before {
  background-image: url(../../images2/ico04.png);
}
#header .spMenu .menu02 li:nth-child(5) a:before {
  background-image: url(../../images2/ico05.png);
}
#header .spMenu .menu02 li:nth-child(6) a:before {
  background-image: url(../../images2/ico06.png);
}
#header .spMenu .menu02 li:nth-child(7) a:before {
  background-image: url(../../images2/ico07.png);
}
#header .spMenu .menu02 li:nth-child(8) a:before {
  background-image: url(../../images2/ico08.png);
}



	/*#header .spMenu .menu02 > li {
		border-bottom: 1px solid #e5e5e5;
	}*/
	/*#header .spMenu .spNav .parent {
		transition: background-color .5s ease-in;
	}
	#header .spMenu .spNav .parent::after {
		content: '＋';
		position: absolute;
		top: 50%;
		right: .08rem;
		color: #b61100;
		transform: translateY(-50%);
	}
	#header .spMenu .spNav .parent.active {
		background: #e9e9e9;
	}
	#header .spMenu .spNav .parent.active::after {
		content: '－';
	}
	#header .spMenu .spNav .child {
		display: none;
		border-top: 1px solid #e5e5e5;
	}*/
	/*#header .spMenu .sns {
		display: flex;
		justify-content: center;
	}
	#header .spMenu .sns li {
		width: .8rem;
	}
	#header .spMenu .sns a {
		display: flex;
		height: .8rem;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#header .spMenu .sns img {
		width: .42rem;
		height: auto;
	}*/


#header .subMenu{
	
}
#header .subMenu .subMenu_inner{
	display: flex;
	margin-bottom: 60px;
}
#header .subMenu .subMenu_inner .language,
#header .subMenu .subMenu_inner .search{
	width:50%;
}


#header .subMenu .subMenu_inner .language ul{
	display: flex;
	justify-content: space-around;
	line-height: 2em;
    padding: 0.5em 0;
}
#header .subMenu .subMenu_inner .language ul li{
	width: 25%;
	border-right:1px solid #fff;
	text-align: center;
}
#header .subMenu .subMenu_inner .language ul li:last-child{
	border-right:0;
}
#header .subMenu .subMenu_inner .language ul li a{
	display: block;
}

#header .subMenu .label{
	margin-bottom:20px;
	
}
#header .subMenu .search input{

    background: #ffffff;
	border: none;
       width: 80%;
    height: 3em;
}
#header .subMenu .sns ul{
	display: flex;
	margin-bottom: 40px;
}
#header .subMenu .sns ul li{
	width:7%;
	margin-right:1%;
}
#header .subMenu .sns ul li:last-child{
	margin-right:0;
}


	#header .sns_smp {
		display: flex;
		justify-content: center;
		
		border-top: 1px solid #e2e2e2;
	}
	#header .sns_smp li {
		max-width: 32px;
    	margin: 0 0 0 .2rem;
	}
	#header .sns_smp a {
		display: flex;
		height: .8rem;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#header .sns_smp img {
		
	}
	
	
	
	#header .spMenu .btClose {
		display: block;
		height: .4rem;
		background: #000 url("../images/bt-close.png") 50% 50% / .19rem auto no-repeat;
	}

	#header .spMenu .menu02 li span {

    display: inline-block;
    vertical-align: middle;
 
}
@media only screen and (max-width:1180px) {
	#header .spMenu .menu02 {
    font-size: 13px;
}
	#header .spMenu .menu02 li a:before {

    width: 42px;
    height: 42px;

    margin-right: 3px;
}
}
@media only screen and (max-width:959px) {
#header .spMenu .spNav .title {
    font-size:28px;
	line-height: 1.4em;
}
#header .spMenu .spNav {
	padding-bottom: 80px;
	/*padding-top: 70px;*/
}
#header .spMenu .menu02 li a:before {
    width: 55px;
    height: 55px;
}
#header .spMenu .menu02 {
    font-size: 12px;
}
   
}

@media only screen and (max-width:640px) {
/*	#header .spMenu .btn .nav input[type=checkbox] {
    background-size: 0.46rem auto;
}*/
/*	#header .spMenu .btn > li {
    width: 1.2rem;
    height: 1.2rem;
}*/
/*#header .spMenu .btn > li {
	width: 60px;
    top: 23px
	}*/
#header .spMenu .menu01 {
    justify-content: space-between;
}
#header .spMenu .menu01 li {
       width: 49.5%;
	margin-bottom:0.8%;
}
#header .spMenu .menu01 li .image {
    display: none;
}
#header .spMenu .menu01 li .logo {
    height: auto;
	width: 24%;
}
#header .spMenu .menu01 li:nth-child(1) .logo img{
	max-width: 100%;
}
#header .spMenu .menu01 li:nth-child(2) .logo img{
	max-width: 100%;
}
#header .spMenu .menu01 li:nth-child(3) .logo img{
	max-width:100%;
}
#header .spMenu .menu01 li:nth-child(4) .logo img{
	max-width: 100%;
}
#header .spMenu .menu02 li {
    width: calc(99%/2);
    margin-right: 1%;
}
#header .spMenu .menu02 li:nth-child(2n) {
    margin-right: 0;
}

#header .spMenu .spNav .title {
    font-size: 18px;
    line-height: 1.4em;

}
#header .subMenu .subMenu_inner {
    display: block;
    margin-bottom: 60px;
}
#header .subMenu .subMenu_inner .language,
	#header .subMenu .subMenu_inner .search {
    width: 100%;
}
#header .subMenu .subMenu_inner .language{
    margin-bottom:20px;
}
#header .subMenu .subMenu_inner .language ul {
    padding: 0;
}
#header .subMenu .label {
     margin-bottom: 10px;
}
#header .subMenu .search input {
    width: 100%;

}
#header .subMenu .subMenu_inner {
    margin-bottom: 30px;
}
#header .subMenu .sns ul li {
    margin-right: 3%;
	width:auto;
}
#header .spMenu .menu02 li a:before {
    width: 35px;
    height: 35px;
    margin-right: 6px;
}
#header .spMenu .menu02 li span {
 
    line-height: 1em;
}
	
/*#header .spMenu .spLang,
#header .spMenu .spSearch,
#header .spMenu .spNav {
	top: -23px;
}*/

	/*#header .spMenu .btn > li {
		width: 1.2rem;
		height: 1.2rem;
	}
	#header .spMenu .btn .language input[type=checkbox],
	#header .spMenu .btn .search input[type=checkbox] {
		background-size: .52rem auto;
	}
	#header .spMenu .btn .nav input[type=checkbox] {
		background-size: .46rem auto;
	}
	#header .spMenu .btn input[type=checkbox]:checked {
		background-size: .4rem auto;
	}
	#header .spMenu .spLang {
		right: calc(-2.4rem - 2px);
	}
	#header .spMenu .spLang ul {
		display: block;
	}
	#header .spMenu .spLang li {
		width: auto;
		border-bottom-style: solid;
	}
	#header .spMenu .spLang li:last-child {
		border-bottom-style: none;
	}
	#header .spMenu .spSearch {
		padding: .3rem .4rem;
		right: calc(-1.2rem - 1px);
	}
	#header .spMenu .spSearch .search {
		width: auto;
		height: .96rem;
		margin: 0;
		padding: 0 .85rem 0 .35rem;
	}
	#header .spMenu .spSearch .search input {
		font-size: 16px;
		width: 100%;
	}
	#header .spMenu .spSearch .search .btn {
		width: .85rem;
		background-size: .52rem auto;
	}

	#header .spMenu .menu01 li,
	#header .spMenu .menu02 .child li {
		width: 50%;
	}
	#header .spMenu .menu01 li:nth-child(even),
	#header .spMenu .menu02 .child li:nth-child(even) {
		border-right-style: none;
	}
	#header .spMenu .menu01 li:nth-last-child(3),
	#header .spMenu .menu01 li:nth-last-child(4) {
		border-bottom-style: solid;
	}
	#header .spMenu .spLang a,
	#header .spMenu .spNav .menu a,
	#header .spMenu .spNav .parent {
		height: auto;
		min-height: .96rem;
		padding: 0 1.5em;
		font-size: .24rem;
	}
	#header .spMenu .spLang a::after,
	#header .spMenu .spNav .menu a::after {
		width: .11rem;
		height: .12rem;
		right: .2rem;
	}
	#header .spMenu .spNav .menu a[target=_blank]::after {
		width: .2rem;
		height: .2rem;
		background-image: url("../images/ico-ex03.png");
	}
	#header .spMenu .label {
		padding: .23rem .3rem .26rem;
	}
	#header .spMenu .label .en {
		font-size: .4rem;
	}
	#header .spMenu .label .ja {
		margin: .07rem 0 0;
		font-size: .24rem;
	}
	#header .spMenu .menu01 img {
		height: 1.3rem;
	}
	#header .spMenu .menu02 > li {
		border-bottom: 1px solid #e5e5e5;
	}
	#header .spMenu .spNav .parent::after {
		color: #b61100;
	}
	#header .spMenu .sns li {
		width: 1.2rem;
	}
	#header .spMenu .sns a {
		height: 1.2rem;
	}
	#header .spMenu .sns img {
		width: .64rem;
	}
	#header .spMenu .btClose {
		height: .96rem;
		background-size: .4rem auto;
	}*/
}


/* main
  ############################################################################################# */

#main {
	padding: 1.05rem 0 0;
}
@media only screen and (max-width:959px) {
	#main {
		padding: 1.4rem 0 0;
	}
}
@media only screen and (max-width:599px) {
	#main {
		padding: 2rem 0 0;
	}
}

/* footer
  ############################################################################################# */
#footer{
	position: relative;
}
#footer .sns {
	/*padding: .14rem 0;*/
	position: relative;
	background: #292929;
	color: #fff;
	font-weight: bold;
}
#footer .sns .wrap {
	display: flex;
	align-items: center;
}
#footer .sns .label {
	width: .95rem;
	font-size: .2rem;
	letter-spacing: .16em;
}
#footer .sns ul {
	display: flex;
}
#footer .sns li {
	border-right: 1px solid #464646;
}
#footer .sns li:first-child{
	border-left: 1px solid #464646;
}
#footer .sns li + li {
	/*margin: 0 0 0 .32rem;*/
}
#footer .sns ul a {
	display: block;
	padding: .8em .8em .8em 4em;
	position: relative;
	font-size: .16rem;
	letter-spacing: .16em;
	line-height: .36rem;
}

#footer .sns ul a::before{
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0.9em;
	left: 1em;

}


#footer .sns ul .twitter a::before {
	background-image: url("../images/ico-twitter.png");
	background-size: 32px;
}
#footer .sns ul .facebook a::before {
	background-image: url("../images/ico-facebook.png");
	background-size: 32px;
}
#footer .sns ul .youtube a::before {
	background-image: url("../images/ico-youtube.png");
	background-size: 32px;
}
#footer .sns ul .insta a::before {
	background-image: url("../images/ico-insta.png");
	background-size: 32px;
}
#footer .sns ul .line a::before {
	background-image: url("../images/ico-line.png");
	background-size: 32px;
}

#footer .sns ul a:hover{
	opacity: 0.6;
}

#footer .btPagetop {
	display: block;
    width: 72px;
    padding: 27px 0;
    position: absolute;
    right: 0;
    bottom: 52px;
    background: #b61100;
    text-align: center;
}
#footer .btPagetop::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #cd1400;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .3s ease-in;
}
#footer .btPagetop img {
	width: .22rem;
	position: relative;
}
#footer .btPagetop:hover::before {
	transform: scaleY(1);
}
@media only screen and (max-width:959px) {
	#footer .sns ul a::after {
		content: none;
	}
	#footer .btPagetop::before {
		content: none;
	}
	#footer .sns ul a::before {
    top: 0.7em;

}
	#footer .btPagetop {
		bottom: 74px;
    width: 70px;
    padding: 16px 0;
	}
	#footer .btPagetop img {
		width: 26px;
		    vertical-align: middle;
	}
}
@media only screen and (max-width:640px) {
	#footer .sns {
		
	}
	#footer .sns .label {
		display: none;
	}
	#footer .sns ul {
		padding: 0 0 0 .2rem;
		display:block;
	}
	#footer .sns li {
    border-right: 0;
    width: 47%;
    float: left;
    box-sizing: border-box;
}
	#footer .sns li:first-child {
    border-left: none;
}
	#footer .sns li + li {
		/*margin: 0 0 0 .35rem;*/
	}
	#footer .sns ul a {
	
		font-size: .24rem;
		line-height: .54rem;
	}
	#footer .sns ul a::before {
	
    background-size: .24rem auto;
	left: .5em;
	top: .7em;
	}

	
	#footer .btPagetop {
		bottom: 86px;
 
	}
}

/*#footer .fNav {
	padding: .5rem 0 .55rem;
	background: #e9e9e9 url("../images/bg01.png") 50% 0 / 2.56rem auto repeat;
}
#footer .fNav .wrap {
	display: flex;
}
#footer .fNav dl:nth-child(1) {
	width: calc(100% * 283 / 1024);
}
#footer .fNav dl:nth-child(2) {
	width: calc(100% * 309 / 1024);
}
#footer .fNav dl:nth-child(3) {
	width: calc(100% * 229 / 1024);
}
#footer .fNav dt {
	border-left: .03rem solid #b60000;
	padding: 0 0 0 .1rem;
	font-size: .16rem;
	font-weight: bold;
	line-height: calc(21 / 16);
}
#footer .fNav dd {
	margin: .18rem 0 0;
}
#footer .fNav dt + dd {
	margin: .20rem 0 0;
}
#footer .fNav dd + dt {
	margin: .35rem 0 0;
}
#footer .fNav a {
	display: inline-block;
	margin: 0 0 0 .22rem;
	position: relative;
}
#footer .fNav dt a {
	margin-left: auto;
}
#footer .fNav dt a::before {
	content: none;
}
#footer .fNav a::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1px;
	position: absolute;
	top: 0.12rem;
	left: -0.22rem;
	background: #d7847c;
}
#footer .fNav a[target=_blank]::before {
	width: .14rem;
	height: .14rem;
	top: 0.05rem;
	background: url("../images/ico-ex02.png") 0 0 / contain no-repeat;
}
#footer .fNav a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b61100;
	opacity: 0;
	transition: opacity .3s ease-in;
}
#footer .fNav a:hover::after {
	opacity: 1;
}
*/
@media only screen and (max-width:959px) {
	/*#footer .fNav a::after {
		content: none;
	}*/
}
@media only screen and (max-width:640px) {
	#footer .fNav {
		padding: 0;
		background: #e9e9e9;
	}
	/*#footer .fNav .wrap {
		display: block;
		padding: 0;
	}
	#footer .fNav dl:not(.pc) {
		display: flex;
		width: auto;
		flex-wrap: wrap;
	}
	#footer .fNav dt {
		display: none;
	}
	#footer .fNav dd {
		box-sizing: border-box;
		width: 50%;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#footer .fNav dd:nth-child(odd) {
		border-right-style: none;
	}
	#footer .fNav dl:nth-child(2) dd:nth-child(6) {
		border-bottom-style: none;
	}
	#footer .fNav dd,
	#footer .fNav dt + dd {
		margin: 0;
	}
	#footer .fNav a {
		display: flex;
		height: .96rem;
		margin: 0;
		padding: 0 0 0 .28rem;
		flex-direction: column;
		justify-content: center;
	}
	#footer .fNav a::before {
		width: .11rem;
		height: .12rem;
		top: 50%;
		right: .2rem;
		left: auto;
		background: url("../images/ar01.png") 0 0 / contain no-repeat;
		transform: translateY(-50%);
	}
	#footer .fNav a[target=_blank]::before {
		width: .2rem;
		height: .2rem;
		top: 50%;
		background-image: url("../images/ico-ex03.png");
	}*/
}





/* fBnr
   ========================================================================== */

.fBnr {
	padding: 0;
	   /* background: #fff;*/
}


.fBnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.fBnr .top_link {
	background: linear-gradient(137.11398509230264deg, rgba(235, 235, 235,1) 10.246806039488966%,rgba(255, 255, 255,1) 46.135307781649246%);
	padding:2% 0;
	
}
.fBnr .top_link ul{
	margin-bottom:1%;
}
.fBnr .top_link ul li{
	width: calc(97%/4);
	margin-right:1%;
	margin-bottom:1%;

}
.fBnr .top_link ul li:nth-child(4n){
	margin-right:0;
	
}
.fBnr .top_link ul li a{
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	display: block;
	

}
.media_link{
	text-align: center;
	margin-bottom:3%;
	
}
.media_link a{
	text-decoration: underline;
}
.hudosan_link{
	margin:0 auto 1%;
	width:170px;
}


@media only screen and (max-width:959px) {

.fBnr a:hover {
	border-color: #ddd;
}
}
@media only screen and (max-width:640px) {

.fBnr {
padding: 5% 0 0 0;
}
.fBnr .top_link ul {
margin: 5% 0 0 0;
}
.fBnr .top_link ul li {
    width: calc(98%/2);
    margin-right: 1%;
	margin-bottom: 2%;
}
.fBnr .top_link ul li:nth-child(2n){

    margin-right:0;
}
.fBnr .bottom_link {
    padding: 30px 0 60px 0;
}
.fBnr .bottom_link ul li {
    width: calc(96%/3);
	margin-right:2%;
	margin-bottom: 4%;
}
.fBnr .bottom_link ul li:nth-child(3){
	margin-right:0;
}
.fBnr .bottom_link ul li:nth-child(4){
	    width: 100% !important;
	    max-width: 100%;
	font-size:14px;
}

.hudosan_link{
	margin:0 auto 7%;
	width: 45%;
}

}




#footer .company {
	padding: 20px 20px 20px 20px;
	background-color: #ffffff;
	border-top: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
}
#footer .link {
	display: flex;
	font-size: .12rem;
}

#footer .link a {
	display: block;
	padding:0 10px;
}


#footer .copyright {
	font-size: 10px;
}

@media only screen and (max-width:959px) {
	#footer .company {
		padding: 20px 0 100px 0;
		display: block;
	}
	#footer .link {
		    justify-content: center;
		    font-size: 12px;
	}
	#footer .link li {
	    padding: 0 5px;
	}


	#footer .copyright {
		margin: 10px 0 0 0;
		text-align: center;
	}
	#footer .link a {
	padding:0;
}

}
@media only screen and (max-width:640px) {
	
.media_link {
	margin-bottom: 10%;
}
	
#footer .link {
	font-size: 13px;
	flex-wrap: wrap;
	width:86%;
	margin:0 auto 5%;
	}
#footer .link li {
	width:46%;
	padding: 1% 0;
	}
#footer .copyright {
font-size: 10px;
	}
}





/*--- デバイス別表示指定 ---*/
.pc_on {
	display: block;
}
.pcTab_on {
	display: block;
}
.tab_on {
	display: none;
}
.smp_on {
	display: none;
}
.tabSmp_on {
	display: none;
}
/*.w540_on{display:none;}*/


@media screen and (max-width: 959px) {

/*--- デバイス別表示指定 ---*/
.pc_on {
	display: none;
}
.pcTab_on {
	display: block;
}
.tab_on {
	display: block;
}
.smp_on {
	display: none;
}
.tabSmp_on {
	display: block;
}
}
@media screen and (max-width: 640px) {


/*--- デバイス別表示指定 ---*/
.pc_on {
	display: none;
}
.pcTab_on {
	display: none;
}
.tab_on {
	display: none;
}
.smp_on {
	display: block;
}
.tabSmp_on {
	display: block;
}
}
@media screen and (max-width: 540px) {
/*.w540_on{display:block;}*/
}







/*ナビボタン*/
.nav{height:24px;}
.menu-trigger {
  display: inline-block;
  width: 40px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  right: 25px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
.menu-trigger p{
	font-size: 10px;
	position: absolute;
	bottom: -21px;
	font-weight:bold;
	width: 32px;
    text-align: center;
	}
 .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 1px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-30deg);
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -1px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(30deg);
  bottom: -4px;
}
.type-1 span{
    transition: all 0.5s;
    transform: rotate(0deg);
  }
.type-1 span .top {
    transform: translateY(-17px);
  }
.type-1 span .bottom {
    transform: translateY(17px);
  }
#header .spMenu .spNav.open {

	display: block;
	 transition: transform .5s;
	opacity: 1;
    transition: all .4s ease-in;
	
	overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
}






/* ----------パターン3：下からふわっと---------- */
/* 画面外 */
.fade-block {
  transition: all .6s ease-in;
  opacity:0;
}
/* 画面に入った時の動き */
.fade-block.is-animated {
	opacity:1;
}
.load-fade {opacity : 0; transition : all 1s/*処理にかかる時間*/;}
.load-fade.done{opacity : 1; transform : translate(0, 0);}



#bottom_menu{
	position: fixed;
	bottom:0;
	width: 100%;
	background: #fff;
	z-index: 100;
	display: none !important;
	border-top: 1px solid #f1f1f1;

}
#bottom_menu ul{
	display: flex;
	max-width:640px;
	margin:0 auto;
	justify-content: space-between;
	
}

#bottom_menu ul li{
	
}
#bottom_menu ul li a:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}
#bottom_menu ul li a {
    padding: 10px 0;
    display: block;
	color:#888;
	font-weight: 400;
}
#bottom_menu ul li:nth-child(1) a:before {
    background-image: url(../../images2/bottom_menu_01.png);
}
#bottom_menu ul li:nth-child(2) a:before {
    background-image: url(../../images2/bottom_menu_02.png);
}
#bottom_menu ul li:nth-child(3) a:before {
    background-image: url(../../images2/bottom_menu_03.png);
}
@media screen and (max-width: 640px) {
#bottom_menu ul {
	justify-content: space-around
	}
#bottom_menu ul li a {
    padding: 10px 0;
    font-size: 12px;
	text-align: center;
}
#bottom_menu ul li span{
	display: block;
	margin-top:3px;
}
#bottom_menu ul li a:before {
    width: 40px;
    height: 40px;
    margin-right: 0;
}
}




.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく&チェックで表示*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    
    position: absolute;
    
    
    width: 140px;
    top: 95px;
    right: -74px;
}
input:checked + .box .accshow {
    height: auto;
    opacity: 1;
}
input:checked + .box .accshow {
  display: block;
}
input:checked + .box .box-close{
  display: block;
}

/*labelのあしらい*/
/*section .pad_ie {
  width:300px;
  margin:0 auto;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 2px;
	color: #f79;
	padding: 10px 0;
	text-align: center;
	background-color:#fff;
  border-radius:10px;
}*/

input:checked + section.box .pad_ie{
  opacity:0.5;
}
/*ラベル横のアクションアイコン*/
/*.pad_ie::before {
	content: "+";
	position: absolute;
	left: calc(50% - 120px);
	transition: transform .15s ease-in-out;
}
input:checked + section.box .pad_ie:before {
  display:none;
  transform: rotate(90deg);
	transition-duration: 0.3s;
  
}
input:checked + section.box .pad_ie:after {
  content: "-";
	position: absolute;
	left: calc(50% - 120px);
	transition: transform .15s ease-in-out;
}*/
/*ラベルホバー時*/
.accbox label:hover {
	
}
.accshow ul{
  width: 100%;
    font-size: 12px;
    color:#333333;
}
.accshow li{
      margin-bottom: 0.5px;
    
}
/*閉じるボタン*/
.box-close{
  background: #333333;
  font-size: 13px;
  height: 33px;
    line-height: 33px;
    font-weight: 300;
    text-align: left;
    padding:0 10px;
    color:#fff;
}

.accshow button,
html [type="button"]{
  -webkit-appearance: button; /* 2 */
    border: none;
    background: none;
    
    padding: 0;
    width: 100%;
    background: #ffffffed;
    margin: 0;
    line-height: 1;
    height: 33px;
    color:#333333;
    font-weight: 300;
    text-align: left;
    padding:0 10px;

}
a.accbox:hover {
    opacity: 1 !important;
}
a.accbox ul:hover {
    opacity: 1 !important;
}
.accbox button:hover,
.box-close:hover{
	background: #9a9a9a;
    transition: all 0.5s;
    color:#fff;
    opacity: 1 !important;
}
@media only screen and (max-width:959px) {

.accbox .accshow {
    top: 92.5px;
}
}

@media only screen and (max-width: 640px) {
    .accbox .accshow {
        top: 62px;
    }
}


.maptext{
	margin-top:10px;
	color:#076baf;
	border: 1px solid #076baf;
    padding: 5px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;}
    
.maptext2{ font-size: 13px;}
