@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
	display: block;
	margin: 0
}
body {
	position: relative;
	font-size: 16px;
	/*font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	color: #333333;
	background:rgb(255, 255, 255);
	/* overflow:hidden; */
	font-weight:300;
}
p {
	line-height: 1.7;
}
ol, ul {
	list-style: none
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: auto
}
a {
	text-decoration: none;
	color: #333333;

}
a:hover {
	opacity: 0.8;
}
a:focus {
	outline: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input, textarea, select {
	font-family: inherit;
	vertical-align: middle
}
input[type=submit] {
	cursor: pointer;
	border-radius: 0
}
em, strong {
	font-weight: 700
}
html {
	overflow-y: scroll
}
::-webkit-scrollbar {
width:5px
}
::-webkit-scrollbar-thumb {
background-color:#fff
}
::-webkit-scrollbar-track-piece {
background-color:#000
}
.wrapper {
	position: relative;
	overflow: hidden
}

.mgb30 {
	margin-bottom:30px;
}
.mgb50 {
	margin-bottom:50px;
}
.mgb100 {
	margin-bottom:100px;
}
.mgtb5p {
	margin-top:3% !important;
}
.pdt10p {padding-top:10% !important;}
.pdt15p {padding-top:15% !important;}
.pdt20p {padding-top:20% !important;}

.pd5p {padding-left:5%;padding-right:5%;}
.pd10p {padding-left:10%;padding-right:10%;}
.pd15p {padding-left:15%;padding-right:15%;}
.pd20p {padding-left:20%;padding-right:20%;}

.pdb10p {padding-bottom:10%;}
.pdb15p {padding-bottom:15%;}
.pdb20p {padding-bottom:20%;}

.pda10p {padding:10%;}
.pda15p {padding:15%;}
.pda20p {padding:20%;}

.fl-l,.fl {
	float:left;
}
.fl-r,fr {
	float:right;
}
.w33 {width:33.333333% !important;}
.w40 {width:40% !important;}
.w50 {width:50% !important;}
.w60 {width:60% !important;}
.w66 {width:66.666666% !important;}
.w100 {width:100% !important;}
.t-c {
	text-align:center !important;
}
.sp { display:none !important;}


.caption {
	padding: 30px 0;
	margin: auto;
	max-width: 1024px;
	font-size: 14px ;

}
.caption div {
	margin: 0 auto;
	max-width: 1080px;
	text-align: left;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
body {
	font-size: 14px;
}
.caption {
	padding: 30px 0 30px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.t-c-pc {
	text-align:left !important;
}
}

img[src$=".svg"] {
    width: 100%;
}
@media screen and (max-width:1360px) {
.w128 { display:block !important;}
}
@media screen and (max-width:768px) {
.fl-l ,.fl-r {
	float:none;
}
.fl-l.w50,.fl-r.w50{
	width:100%;
}
.sp { display:block !important;}
.w1440pc { display:none !important;}
.pc { display:none !important;}
.w33 {width:100% !important;}
.w50 {width:100% !important;}
.w66 {width:100% !important;}

}


.clearfix:after, footer .up div.txt_box dl:after,#header_wrap:after, .gnavi ul:after ,#access #section02 ul:after,#access #section03 ul:after,.footer__inner:after,.spfix ul:after{
  content: "";
  display: table;
  clear: both;
}


img:hover.hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
}
/*fontfamily-style
---------------------------------------*/


.mincho{
	font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/*fontsize-style
---------------------------------------*/
.text24 { font-size:24px;}
.text24 { font-size:24px;}
.text22 { font-size:22px;}
.text20 { font-size:20px;}
.text18 { font-size:18px;}
.text16 { font-size:16px;}
.text14 { font-size:14px;}
.text12 { font-size:12px;}
.text10 { font-size:10px;}


.txt-red{color:#cc0000;}

/*link-style
---------------------------------------*/
a { text-decoration:none;  color:inherit; } /* NEW! */
a:hover { text-decoration:underline;} /* NEW! */



.tag,body>img,body>iframe{
	position:fixed;
	top:-9999px;
	left:-9999px;
}



/*** CLEAR-FIX ***/
.clearfix:after,.point_area ul:after { content: ""; display: block; clear: both; height:0; }
.clearfix,.point_area ul { zoom:1; }


 /* ふんわりアルファオーバー */

.alpha>a{
	position:relative;
}

.alpha img{
	transition:all 0.5s ease-in-out;
}

.alpha a:hover img{
	opacity:0.7;
}



.tel-area p .item4 .sp {
	display:none;
}
@media (max-width:640px) {
	body {
		padding-bottom: 0;
	}
}
* {
	box-sizing: border-box;
}


/* anchor */
a {
	color: #333;
	text-decoration: underline;
}
a.fade:hover img {
	opacity: 0.8;
}
button {
	outline: none;
	border: none;
	padding: 0;
	background: none;
}


.opacity {
	-webkit-transition: .5s;
	transition: .5s;
}
.opacity:hover {
	opacity: 0.5;
}

/* cap */
.cap,
.caption {
	font-size: 12px;
	line-height: 15px;
	width:90%;

}
.caption-right {
	font-size: 11px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: right;
}
.wrap {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}






/*header
---------------------------------------*/
header {
	margin: 0;
	width: 100%;
	z-index: 50;
	position: sticky;
	top: 0;
	background: #FFF;
}
header:after {
	content: "";
	display: table;
	clear: both;
  }
header .logo{
	float:left;
	padding:11px 14px 0;
	z-index: 5000;
	transition:all 0.5s ease-in-out;
}
header .logo a{
	display: flex;
	align-items: center;
	font-size: min(3.25vw,16px);
	gap: 0 10px;
	font-weight: 500;
	text-decoration: none;
}


header .head_nav{
	float:right;
	z-index: 50;
	transition:all 0.5s ease-in-out;
	margin-top:0px;
	display: flex;
	align-items: center;
}

header .head_nav li{
	display:inline-block;
	transition:all 0.5s ease-in-out;

	position: relative;
	margin-left: 25px;

}
header .head_nav li a{
	/*font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	padding:0;
	font-size: 16px;
	text-decoration:none;
	display:block;
	height: 40px;
	display: flex;
	align-items: center;
	}
	header .head_nav .request{
		background: rgb(48,90,151);
		background: linear-gradient(90deg, rgba(40,75,127,1) 0%, rgba(63,127,189,1) 50%, rgba(40,75,127,1) 100%);
		transition: all 0.3s 0s ease;
		margin-bottom: 3px;
	}
	header .head_nav .request a{
	padding: 32px 45px;
	transition: all 0.3s 0s ease;
	color: #fff;
	}
	header .head_nav .request:hover{
		opacity: 0.7;
	}


	header .head_nav .raijyo{
		background: linear-gradient(to right, rgb(151,48,49) 0%,rgb(189,63,67) 50%,rgb(151,48,49) 100%);
		margin-left: 0;
		transition: all 0.3s 0s ease;
		margin-bottom: 3px;
	}
	header .head_nav .raijyo a{
	padding: 32px 45px;
	transition: all 0.3s 0s ease;
	position: relative;
	color: #FFF;
	}
	header .head_nav .raijyo:hover{
		opacity: 0.7;
	}
	/* header .head_nav .raijyo a::after {
    content: "NEW";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
		background-color: #fff;
    color: rgb(151,48,49);
    text-shadow: none;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.0;
    top: 5px;
} */

header .head_nav .new{
	position: absolute;
	top:-15px;
	left:50%;
	width:25px;
	margin-left:-13px;
	font-size:11px;
	color:#C00;
}


header .head_nav .current{
	border-bottom:solid 3px #c3c3c3;
	padding-bottom:9px;
}

header .head_nav li img{
	vertical-align:middle;
}




@media only screen and (max-width:1100px) {
div.logo{
	float:left;
	padding: 12px;
	width:40%;
	z-index: 5000;
	transition:all 0.5s ease-in-out;
}
header .head_nav li a{
	font-size: clamp(14px, calc(16/1400*100vw), 16px); 
	letter-spacing: 0;
	}

div.head_nav li{
	display:inline-block;
	transition:all 0.5s ease-in-out;
	/*! padding:0 10px; */
}
div.head_nav li:nth-child(3){
    padding-right: 0;
	/*! width:145px; */
}
div.head_nav li:nth-child(4){
	 padding-right: 0;
	 /*! width:145px; */
}

div.head_nav li a{
	/*font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	padding:0 ;
	font-size:12px;
	text-decoration:none;
	display:block;
	}
}

@media only screen and (max-width:768px) {


header .logo{
	float:none;
	padding: 18px 0;
	z-index: 5000;
	transition:all 0.5s ease-in-out;
	text-align:left;
	width: 80%;
	margin: 0 0 0 10px;
	line-height: 1.3;
}
header .logo a{
	gap: 0 9px;
}
header .logo a img{
	width: 104px;
}


header .head_nav{
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 50;
	width:50%;
	text-align:right;
}
header .head_nav li:nth-child(1){
    padding-bottom: 0px;
    padding-top: 5px;
    padding-right: 10px;
	vertical-align:middle;
	width:100px;
}

header .head_nav li:nth-child(2){
    padding-top: 5px;
    padding-right: 10px;
	vertical-align:middle;
	width:80px;
}
header .head_nav li:nth-child(3){
    padding-top: 5px;
    padding-right: 10px;
	vertical-align:middle;
	width:80px;
}

header .head_nav li:nth-child(4){
    padding-right: 0px;
	width:150px;
	margin-bottom:5px
}
header .head_nav li:nth-child(5){
	width:150px;
}


div#header_wrap.popup_head .logo{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5000;
	width:30%;
}


div#header_wrap.popup_head .head_nav li:nth-child(1){
    padding-bottom: 0px;
    padding-top: 5px;
    padding-right: 10px;
	vertical-align:middle;
	width:80px;
}

div#header_wrap.popup_head .head_nav li:nth-child(2){
    padding-top: 0px;
    padding-right: 10px;
	vertical-align:middle;
	width:170px;
}
div#header_wrap.popup_head .head_nav li:nth-child(3){
    padding-top: 0px;
    padding-right: 10px;
	vertical-align:middle;
	width:170px;
}

div#header_wrap.popup_head .head_nav li:nth-child(4){
    padding-right: 0px;
	width:170px;
	margin-bottom:5px;
}
div#header_wrap.popup_head .head_nav li:nth-child(5){
	width:150px;
}

address{
	max-width:90%;
	margin:0 auto;
	float:none;

	}

}

.gnavi{
	text-align: center;
	z-index: 100;
}

.gnavi ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	display: table;
	table-layout: fixed;
	text-align: center;
	font-size: 11.5px;
	letter-spacing: -0.4em;
}

.gnavi ul li{
	font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*width: 8.333%;*/
	position: relative;
	text-align: center;
	/* float:left; */
	vertical-align: middle;
	width: calc(100% / 10);
	background: url(../img/common/nav_border.png) left center no-repeat;
	box-sizing:border-box;
	position:relative;
}
.gnavi ul li:last-child{
	box-sizing:border-box;
	background: url(../img/common/nav_border.png) left center no-repeat, url(../img/common/nav_border.png) right center no-repeat;
	}
.under {
	opacity:0.4;

}

.gnavi ul li{
	line-height:50px;
	text-align:center;
	display: inline-block;
	font-size:13px;
	transition:all 0.3s ease-in-out 0s;
	position:relative;
	padding: 0;
	text-decoration: none;
	color: #a6a6a6;
	letter-spacing: normal;
}
.gnavi ul li a{
	line-height: 53px;
	text-align:center;
	display:block;
	font-size: 15px;
	padding: 0;
	text-decoration: none;
	color:#000;
	font-weight: 500;
	position: relative;
}

.gnavi ul li:nth-child(15) a{
	opacity: 0.3;
	pointer-events: none;
}

.gnavi ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 3px;
	background: #938145;
	transform: scale(0, 1);
	transition: 0.4s;
}
.gnavi ul li a:hover:before {
	transform: scale(1);
}
@media only screen and (max-width: 1480px){
.gnavi ul li a{
	font-size: 1.2vw;
}
}

.gnavi ul li .cur {
	background: url(../images/nav_border.png) left center no-repeat;
}
.gnavi ul li .cur:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 3px;
	background: #938145;
	transform: scale(1);
}


.gnavi ul li:nth-of-type(4) a::after,
.gnavi ul li:nth-of-type(6) a::after {
    content: "NEW";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #d30023;
    text-shadow: none;
    padding: 0 5px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.0;
    top: 2.0px;
}


@media only screen and (max-width: 1010px){
	.gnavi ul li a{
	/*font-size: 10px;
	letter-spacing: -0.15em;*/
	/* font-size: 1.2vw; */
}
}


@media only screen and (max-width: 768px){
.gnavi{
	display:none;
}
}

@media screen and (max-width:1360px) {


}
@media screen and (max-width:1280px) {


#popup .header {
	margin-top:0 !important;
	background-color: rgba(255,255,255,1);
}
}
@media screen and (max-width:1152px) {


}

@media screen and (max-width:1024px) {


}
@media screen and (max-width:768px) {
.header {
	margin-top:-60px !important;
	background-color: rgba(255,255,255,1);
	height:60px !important;
}
.header_inn {
	height:60px !important;
}
}




address span {
	display: none;
}



#footrequest {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(../../images/obibg.jpg);
	background-position: top center;
	border-top: 1px solid #23211f;
	border-bottom: 1px solid #23211f;
	font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#footrequest p {
	margin-top:15px;
	font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:13px;
	letter-spacing:1px;
}
#footrequest .innarWrap {
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#freqbtn {
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#contactInformation {
	padding: 20px;
	margin: auto;
	text-align: center;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #000;
}
#corporation {
	padding: 25px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	max-width: 100%;
	text-align:center;
}
#corporation ul {
	margin: 0 auto;
	padding: 0;
	max-width: 400px !important;
	text-align:center;
}
#corporation ul li {
	display: inline-block;

	color: #333;
	font-size: 11px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#corporation ul li a {
	color: #333 !important;
}
#corporation2 {
	font-size: 10px;
	padding: 10px 0;
	margin-top: -20px;
	border-bottom: 1px solid #333;
	max-width: 100%;
}
#corporation2 ul {
	margin: 0 auto;
	padding: 0;
	max-width: 1024px !important;
}
#corporation2 ul li {
	display: inline-block;

	color: #333;
}
#corporation2 ul li a {
	color: #333;
}
#footCommon {
	background: #fff;
	color: #000;
	padding: 10px;
}
#footCommon ul li {

	display: inline-block;
	margin:20px 5px 0;
}

#footCommonLink, #copyright {
	padding-bottom: 20px;
	text-align: center;
}
#footCommonLink a {
	color: #dcce9c;
}
#footCommonLink a:hover {
	color: #dcce9c;
}
#copyright {
	font-size: 10px;
	color: #ccc;
}
#footCommonLink, #copyright {
	padding-bottom: 20px;
	text-align: center;
}
#footCommonLink a {
	color: #AAA;
}
#footCommonLink a:hover {
	color: #999;
}
#copyright {
	font-size: 10px;
	color: #666;
}
#footcopy {
	margin: auto;
	text-align: center;
	font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 42px;
	width:90%;
}
@media screen and (max-width:700px) {

#page-top {
	width: 100%;
	right: 0;
}
#page-top a {
	width: 100%;
	opacity: 0.7;
	-ms-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-align: center;
}
address p {
	display: none;
}
address span {
	display: inline;

}

#footcopy img, #freqbtn {
	width:90%;
	height:auto;
}
#footcopy {
	font-size: 22px;
}
.footArea dl {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 15px;
}
.footArea dl dt{
	padding-bottom: 10px;
}
#footAreaWrapper {
	background-image: none;
}
.footArea dt, .footArea dd {
	clear: both;
}
.footArea dt {
	padding: 2px 0px;
	margin-bottom: 0px;
}
.footArea dd {
	padding-left:0px;
}
#presentation {
	margin-top: 0;
	padding: 0 15px;

}
#footrequest .innarWrap {
	width: auto;
	margin-right: 5%;
	margin-left: 5%;
}
#footrequest p {
	text-align: left !important;
}
#footContact {
	display: none;
}
#footCommon ul li {
	margin: 10px auto;
	width: 90% !important;
	display: block !important;
}
#corporation {
	text-align: center;
}
#corporation ul li {
	margin-right: 0 !important;
	margin-bottom: 15px;
	display: block !important;
}
#corporation2 {
	text-align: center;
}

#footNavigation {
	display: none;
}
#footNavi {
	margin: 0;
}
#footbtn {
	display: none;
}
#footer {
	width: 90%;
}
footer {
	position: inherit;
}

}


/****************************************

NEW footer 19/05

*****************************************/

.footer {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color:#000;
}

.clm > div, .clm > li {
  letter-spacing: 0.08em;
  vertical-align: top;
  display: inline-block;
}

.footer .inner {
	max-width:1024px;
	margin:0 auto;
}

.footer .ftr_cv {
  /*background: url(../imgs/ftr_contact_bg.jpg) top center no-repeat;
  background-size: cover;*/
  padding: 80px 0 35px;
  position: relative;
}
.footer .ftr_cv .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.footer .ftr_cv h2 {
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 40px;
}
.footer .ftr_cv h2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto 0;
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.footer .ftr_cv h2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  margin: auto 0;
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.footer .ftr_cv .cv {
  text-align: center;
}
.footer .ftr_cv .cv > div {
  width: 50%;
}
.footer .ftr_cv .cv > div:last-child {
  display: none;
}
.footer .ftr_contact {
  text-align: center;
  padding: 25px 0;
  background-color:#F9F9F9;
  border-bottom:1px solid #cccccc;

}
.footer .ftr_contact .clm > div {
  vertical-align: middle;
}
.footer .ftr_contact .clm .text01 {
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: left;
}
.footer .ftr_contact .clm .tel {
  margin: 0 20px;
}
.footer .ftr_contact .clm .text02 {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.footer .ftr_pankuzu {
  padding: 7px 0;
  line-height: 1.5;

}
.footer .ftr_pankuzu .clm li {
  font-size: 11px;
  vertical-align: baseline;
}
.footer .ftr_pankuzu .clm li:nth-child(even) {
  margin: 0 5px;
}
.footer .ftr_pankuzu .clm li a {
  font-size: 11px;
}
.footer .ftr_bnr {
  padding: 28px 0;
 /* background-color:#162647;*/

}
.footer .ftr_bnr .bnrs {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 25px;
}
.footer .ftr_bnr .bnrs > div {
  margin: 20px 16px 0;
}
.footer .ftr_bnr .seo {
  font-size: 11px;
  line-height: 1.5;
 /* text-align:center;*/
   color:#3e3a39;
}
.footer .ftr_other {
  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 20px;
  background-color:#e6e6e6;
 /* background-color:#162647;*/
   max-width: 1024px;
  margin: 10px auto 0;

}
.footer .ftr_other dl {
  display: flex;
}
.footer .ftr_other dl + dl {
  margin-top: 15px;
}
.footer .ftr_other dl dt {
  font-size: 11px;
  white-space: nowrap;
}
.footer .ftr_other dl dd {
  font-size: 11px;
  margin-left: 30px;
 /* font-weight:600;*/
}
.footer .ftr_other dl dd a {
  font-size: 11px;
  margin-right: 1em;
  color:#3e3a39;
}
.footer .ftr_logos {
  padding: 20px 0 0;
 /* background-color:#162647;*/
 border-bottom:1px solid #d6d6d6;
}
.footer .ftr_logos .flex {
  margin-bottom: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.footer .ftr_logos .flex li {
  margin: 0 15px;
}
.footer .ftr_logos .flex p {
  margin-top: 5px;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
.footer .ftr_logos .flex p a {
  font-size: 10px;
  text-decoration: underline;
}
.footer .ftr_logos .flex p a:hover {
  text-decoration: none;
}
.footer .ftr_logos  {
  text-align: center;
  color:#3e3a39;;
  font-size: 10px;
  line-height: 1.2;
}

.copyright{
	padding:10px;
	background:#e5e5e5;
	box-sizing:border-box;
	font-size:10px;
	text-align:center;
	}


@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 61px;
  }
.footer .inner {
	max-width:1024px;
	margin:0 auto;
	padding:0 4%
}
  .footer .pagetop {
    /* position: absolute;
    top: auto; */
    bottom: 72px;
  }

  .footer .ftr_cv {
    padding: 40px 0;
  }
  .footer .ftr_cv h2 {
    margin-bottom: 30px;
  }
  .footer .ftr_cv .cv > div {
    width: 100%;
  }
  .footer .ftr_cv .cv > div + div {
    margin-top: 10px;
  }

  .footer .ftr_contact {
    padding: 0 0 15px;
  }
  .footer .ftr_contact .clm > div {
    width: 100%;
  }
  .footer .ftr_contact .clm .text01 {
    text-align: center;
    font-size: 13px;
  }
  .footer .ftr_contact .clm {
    margin: 10px 0 10px;

  }

  .footer .ftr_contact .clm .tel {
  margin:0 auto;
  width:90%;
}

.footer .ftr_caption .cap {
	text-align:left;
}
  .tel { color:#3e3a39;}
  .footer .ftr_contact .clm .text02 {
    font-size: 10px;
    text-align: center;
  }
  .footer .ftr_contact .clm .text02 br {
    display: none;
  }

  .footer .ftr_pankuzu {
    display: none;
  }

  .footer .ftr_bnr {
    padding: 15px 0 20px;
  }
  .footer .ftr_bnr .bnrs > div {
    width: 100%;
    margin: 20px 0 0;
  }

  .footer .ftr_other {
    padding: 15px 0;
    margin-bottom:4%;
  }
  .footer .ftr_other dl {
    display: block;
  }
  .footer .ftr_other dl dt {
    margin: 0 0 5px;
  }
  .footer .ftr_other dl dd {
    margin: 0;
  }
  .footer .ftr_other dl dd a {
    display: inline-block;
  }
  .footer .ftr_other dl dd br {
    display: none;
  }

  .footer .ftr_logos {
    padding: 20px 0 0px;
  }
  .footer .ftr_logos .flex {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer .ftr_logos .flex > li {
    margin: 0;
  }
  .footer .ftr_logos .flex > li + li {
    margin-top: 25px;
  }
  .footer .ftr_logos .flex p {
    text-align: center;
  }



.pankuzu {
  line-height: 1;
  margin-bottom: 40px;
}
.pankuzu ul {
  text-align: right;
}
.pankuzu ul li {
  font-size: 12px;
}
.pankuzu ul li:nth-child(even) {
  margin: 0 6px;
}
.pankuzu ul li a {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .pankuzu {
    margin-bottom: 30px !important;
  }
}






/* ホバー時のアニメーション指定 */
.btn__box:before {
    animation: leftAnim 1.6s linear 0s infinite;
}
.btn__box:after {
    animation: bottomAnim 1.6s linear .75s infinite;
}
.btn__box a:before {
    animation: rightAnim 1.6s linear 0s infinite;
}
.btn__box a:after {
    animation: topAnim 1.6s linear .75s infinite;
}
}

@media all and (max-width:768px){
.btn__box1	{
	width: 90%;
	}
.btn__box1	{
	float:none;
	margin-bottom:10px;
}
.btn__box2	{
	float: none;
}
	.button a span.shiny {
		display: none;
}
}




/*///////  PCnavgation   //////*/
.header .header_inn .header_nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 700px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center
}
.h-nav__inner .h-nav__list {
	height: 50px;
	margin: 0 auto
}
.h-nav__inner .h-nav__list li {
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden
}
.h-nav__inner .h-nav__list li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	color: #000;
	letter-spacing: 2px;
	text-decoration:none !important;
	text-transform: uppercase;
	font-size: 13px;
	font-family:"Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
 .h-nav__list li a:hover {
	color: #888
}
.h-nav__list li:before, .h-nav__inner .h-nav__list li:after {
	-webkit-transition: all .5s 1s ease;
	transition: all .5s 1s ease;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 1px;
	margin: auto;
	background: #000;
	border-radius: 50%;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
	-webkit-animation: header-nich-out .3s 0s ease;
	animation: header-nich-out .3s 0s ease;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.h-nav__list li:before {
	top: 30px
}
.h-nav__list li:after {
	bottom: 30px
}
.h-nav__inner .h-nav__list li.cur:before, .h-nav__inner .h-nav__list li.cur:after {
	-webkit-animation: header-nich-in .3s .8s ease forwards;
	animation: header-nich-in .3s .8s ease forwards;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.h-nav__inner .h-nav__list li.cur a {
	-webkit-animation: header-txt-in .5s .3s ease forwards;
	animation: header-txt-in .5s .3s ease forwards;
}
@-webkit-keyframes header-nich-in {
0% {
height:0
}
100% {
height:10px
}
}
@keyframes header-nich-in {
0% {
height:0
}
100% {
height:10px
}
}
@-webkit-keyframes header-nich-out {
0% {
height:10px
}
100% {
height:0
}
}
@keyframes header-nich-out {
0% {
height:10px
}
100% {
height:0
}
}
@-webkit-keyframes header-txt-in {
0% {
color:#fff
}
100% {
color:#888
}
}
@keyframes header-txt-in {
0% {
color:#fff
}
100% {
color:#888
}
}
@-webkit-keyframes header-txt-out {
0% {
color:#888
}
100% {
color:#fff
}
}
@keyframes header-txt-out {
0% {
color:#888
}
100% {
color:#fff
}
}

#popup .header .header_inn .header_nav {
	display:none !important;

}
@media screen and (max-width:910px) {

.header .header_inn .header_nav {
	display: none
}

}

@media screen and (max-width:768px) {


}

@media screen and (max-width:700px) {
.header {
	height: 60px
}


}

@media screen and (max-width:500px) {
.header .header_inn .header__logo {
	width: 60px;
	height: 60px;
	line-height: 60px
}
.header .header_inner .header__logo a .sj-logo {
	max-width: 36px
}
}

/*///////  PCconv-btn   //////*/
.h__btn {
	margin-top:10px;
	margin-right:10px;
	padding:0;
	float:right;
	line-height:40px;
	}

.h__btn  ul {
	margin:0;
	padding:0;
	height: 40px;
}
.h__btn ul li {
    position: relative;
	display: inline-block;
	text-align: center;
	height: 40px;
	overflow:hidden;
	color:#000;
}

.h__btn ul li a {
	padding: 0 10px;
	letter-spacing: 1px;
	text-decoration:none !important;
	text-transform: uppercase;
	font-size: 12px;
	line-height:15px;
	font-family:"Times New Roman", Times,"游明朝体", "Yu Mincho", YuMincho, "HG明朝B",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝', serif;
	font-weight:400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.h__btn ul li a:before {
	content: " >";
	margin-right:5px;
	}

.h__btn ul li.req {
	background-color:#00335B !important;
	color:#fff !important;
	text-align: center;
}
.h__btn ul li.rai {
	background-color:#4f0354 !important;
	color:#fff !important;
	text-align: center;
}
@media screen and (max-width:1280px) {

.h-nav__inner .h-nav__list li a {
	padding: 0 10px;
}


}


@media screen and (max-width:800px) {
	.h__btn  {
	display:none;
}
	#popup .h__btn {
	display:block !important;
}

}
@media screen and (max-width:768px) {


#popup .h__btn {
	display:none !important;
}

}



/* navi */
@media screen and (min-width:769px) {
	#popup .menu-btn {
		display: none;
	}
	#popup div#header_wrap .head_nav{
	right: 30px;
}

.menu-btn,.sp_req,.sp_tel,.menu-btn,.sp_res,.sp_tel{
	display:none;}

}
.menu-btn,.sp_req {
	position: fixed;
	top: 8px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 9999;
	/*! border:rgba(255,255,255,0.6) 1px solid; */

}

.sp_req{
	position: fixed;
	top: 0;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 100;
	/*! border:rgba(255,255,255,0.6) 1px solid; */}

.sp_res{
	position: fixed;
	top: 0;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 100;
	/*! border:rgba(255,255,255,0.6) 1px solid; */}

.sp_tel{
	position: fixed;
	top: 0;
	right: 100px;
	width: 50px;
	height: 50px;
	z-index: 100;
	/*! border:rgba(255,255,255,0.6) 1px solid; */}

.menu-btn .menu-btn__inner {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 30px;
	height: 20px;
	cursor: pointer;
	z-index:300;
}
.menu-btn .menu-btn__inner:before {
	content: 'MENU';
	position: absolute;
	top:-50px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: -5px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	letter-spacing: 2px;
	font-size: 11px;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color: #444;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu-btn .menu-btn__inner:hover:before {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.menu-btn .menu-btn__inner .menu-btn--bar1, .menu-btn .menu-btn__inner .menu-btn--bar2 {
	position: absolute;
	top: -2px;
	width: 15px;
	height: 2px;
	display: block;
	background: #444;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1, .menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
	background: #444;
}
.menu-btn .menu-btn__inner .menu-btn--bar1:before, .menu-btn .menu-btn__inner .menu-btn--bar1:after, .menu-btn .menu-btn__inner .menu-btn--bar2:before, .menu-btn .menu-btn__inner .menu-btn--bar2:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 15px;
	height: 2px;
	background: #444;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.menu-btn .menu-btn__inner .menu-btn--bar1:after, .menu-btn .menu-btn__inner .menu-btn--bar2:after {
	top: 18px
}
.menu-btn .menu-btn__inner .menu-btn--bar1 {
	left: 0
}
.menu-btn .menu-btn__inner .menu-btn--bar2 {
	right: 0
}
.menu-btn .menu-btn__inner:hover .menu-btn--bar1 {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px)
}
.menu-btn .menu-btn__inner:hover .menu-btn--bar2 {
	-webkit-transform: translateX(3px);
	transform: translateX(3px)
}
.menu-btn .menu-btn__inner:hover .menu-btn--bar1, .menu-btn .menu-btn__inner:hover .menu-btn--bar2, .menu-btn .menu-btn__inner:hover .menu-btn--bar1:after, .menu-btn .menu-btn__inner:hover .menu-btn--bar1:before, .menu-btn .menu-btn__inner:hover .menu-btn--bar2:after, .menu-btn .menu-btn__inner:hover .menu-btn--bar2:before {
	background: #888
}
.menu-btn.is-prepend {
	z-index: 9999
}

.menu-btn.is-prepend .menu-btn__inner {
	-webkit-animation: btn-height 1s ease forwards;
	animation: btn-height 1s ease forwards
}
.menu-btn.is-prepend .menu-btn__inner:before {
	content: 'CLOSE';
	color: #fff;
	visibility: visible;
	opacity: 1;
	font-size:9px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.menu-btn.is-prepend .menu-btn__inner:hover:before {
	color: #888
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1 {
	-webkit-transform: none;
	transform: none;
	-webkit-animation: bar1-top 1s ease forwards;
	animation: bar1-top 1s ease forwards
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:before {
	-webkit-animation: bar1-mid 1s ease forwards;
	animation: bar1-mid 1s ease forwards;
	background: #FFF;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:after {
	-webkit-animation: bar1-bot 1s ease forwards;
	animation: bar1-bot 1s ease forwards;
	background: #FFF;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
	-webkit-transform: none;
	transform: none;
	-webkit-animation: bar2-top 1s ease forwards;
	animation: bar2-top 1s ease forwards
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:before {
	-webkit-animation: bar2-mid 1s ease forwards;
	animation: bar2-mid 1s ease forwards;
	background: #FFF;
}
.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:after {
	-webkit-animation: bar2-bot 1s ease forwards;
	animation: bar2-bot 1s ease forwards;
	background: #FFF;
}

.body-hide {
	overflow: hidden;
	position: relative;
	height: 100%
}
@-webkit-keyframes btn-height {
0% {
height:20px
}
50% {
height:30px
}
100% {
height:30px
}
}
@keyframes btn-height {
0% {
height:20px
}
50% {
height:30px
}
100% {
height:30px
}
}
@-webkit-keyframes bar1-top {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:30px
}
100% {
-webkit-transform:translate3d(0, 14px, 0) rotate(45deg);
transform:translate3d(0, 14px, 0) rotate(45deg);
width:30px
}
}
@keyframes bar1-top {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:30px
}
100% {
-webkit-transform:translate3d(0, 14px, 0) rotate(45deg);
transform:translate3d(0, 14px, 0) rotate(45deg);
width:30px
}
}
@-webkit-keyframes bar1-mid {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@keyframes bar1-mid {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@-webkit-keyframes bar1-bot {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@keyframes bar1-bot {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@-webkit-keyframes bar2-top {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:30px
}
100% {
-webkit-transform:translate3d(0, 14px, 0) rotate(-45deg);
transform:translate3d(0, 14px, 0) rotate(-45deg);
width:30px
}
}
@keyframes bar2-top {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, 14px, 0) rotate(0);
transform:translate3d(0, 14px, 0) rotate(0);
width:30px
}
100% {
-webkit-transform:translate3d(0, 14px, 0) rotate(-45deg);
transform:translate3d(0, 14px, 0) rotate(-45deg);
width:30px
}
}
@-webkit-keyframes bar2-mid {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@keyframes bar2-mid {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -9px, 0) rotate(0);
transform:translate3d(0, -9px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@-webkit-keyframes bar2-bot {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@keyframes bar2-bot {
0% {
-webkit-transform:translate3d(0, 0, 0) rotate(0);
transform:translate3d(0, 0, 0) rotate(0);
width:15px
}
50% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
75% {
-webkit-transform:translate3d(0, -18px, 0) rotate(0);
transform:translate3d(0, -18px, 0) rotate(0);
width:15px
}
100% {
visibility:hidden;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}
@media screen and (max-width:700px) {
.menu-btn {
	width: 50px;
	height: 50px;
}
.menu-btn.is-prepend {
	width: 40px;
	height: 40px
}
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 200;
}
.modal.is-fadeIn {
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.modal.is-fadeOut {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.modal .modal__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100%;
	cursor: auto;
	/*display:none;*/

}
.modal .modal__inner .modal__list {
	height: 100%;


}
.modal .modal__inner .modal__list:after {
	content: "";
	clear: both;
	display: block
}
.modal .modal__inner .modal__list li {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 14.2%;
	border-bottom: 1px solid #2d2b2f
}


.modal .modal__inner .modal__list li.w2{
	width: 50%;
}
.modal .modal__inner .modal__list li:nth-child(4n+2) {
	border-left: 1px solid #2d2b2f;
	border-right: 1px solid #2d2b2f
}
.modal .modal__inner .modal__list li:nth-child(4n) {
	border-left: 1px solid #2d2b2f
}
.modal .modal__inner .modal__list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 5px
}
.modal .modal__inner .modal__list li a:hover {
	letter-spacing: 8px;
	background: #000
}
.modal .modal__inner .modal__list li a span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 20px;
	margin: auto;
	line-height: 20px;
	text-align:center;
}

.modal .modal__inner .modal__list li a .sp_new {
	position: absolute;
	top: -25px;
	color:#C6B266;
}
.modal .modal__inner .modal__list li.cur a {
	/*pointer-events: none;*/
	background: #222;
}
.modal .modal__inner .modal__sns {
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	width: 200px;
	margin: auto
}

.modal__list li:nth-of-type(4) span::after,
.modal__list li:nth-of-type(6) span::after{
  content: 'NEW';
  display: inline-block;
  background: none;
  background-size: contain;
  vertical-align: middle;
  font-size: 10px;
  margin-left: 5px;
  color: #d30023;
}


@media screen and (max-width:1000px) {
.modal .modal__inner .modal__list li a {
	letter-spacing: 3px
}
.modal .modal__inner .modal__list li a:hover {
	letter-spacing: 4px
}
}

@media screen and (max-width:800px) {
.modal .modal__inner .modal__list li a {
	font-size: 12px;
	letter-spacing: 3px
}
.modal .modal__inner .modal__list li a:hover {
	letter-spacing: 4px
}
}

@media screen and (max-width:700px) {
.modal .modal__inner .modal__list li {
	width: 50%;
	height: 14.2%;
	text-align:center;

}
.modal .modal__inner .modal__list li:nth-child(2n) {
	border-right: none
}
.modal .modal__inner .modal__list li a {
	font-size: 11px;
	letter-spacing: 1px;
}
.modal .modal__inner .modal__list li:nth-child(15) a{
pointer-events:none;
opacity: 0.25;
}
.modal .modal__inner .modal__list li a:hover {
	letter-spacing: 4px
}
.modal .modal__inner .modal__sns {
	bottom: 3%
}

.modal .modal__inner .modal__list li:last-child {
	/* width:100%; */
}

}


/*///////  Goto top   //////*/
.go-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #ccc;
	background: #000;
	width: 50px;
	height: 50px;
	/* visibility: hidden; */
	/* opacity: 0; */
	z-index: 20;
	border-radius: 50px;
}
.go-to-top a {
	width: 40px;
	height: 80px;
	display: block;
	font-size:10px;
	color: #333;
	padding-top:50px;
	text-align:center;
text-decoration: none;}
.go-to-top a:before, .go-to-top a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	height: 10px;
	margin: auto;
	background: #ccc;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform-origin: top center;
	transform-origin: top center
}
.go-to-top a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.go-to-top a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.go-to-top a:hover:before {
	-webkit-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg)
}
.go-to-top a:hover:after {
	-webkit-transform: translateY(-3px) rotate(-45deg);
	transform: translateY(-3px) rotate(-45deg)
}
.go-to-top a:hover:before, .go-to-top a:hover:after {
	background: #888
}

.spfix{
	display:none;}


@media screen and (max-width:768px) {
.go-to-top {
	right: 0;
	width:40px;
	height:40px;
	border-radius:50%;
}
}


#sp_nav {
	display:none;
}

@media screen and (max-width:768px) {
#sp_nav {
	background-color: #000;
	position: fixed;
	z-index:53;
	display:block;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
}
div#header_wrap .logo {
	width: 250px;
	height: auto;
	left: 10px;
	z-index:10;
	/*! margin-top:10px; */
	top: 15px;
}

.spfix{
	width:100%;
	/*! background:#e9e6e0; */
	z-index:100;
	display:block;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.spfix ul{
	padding: 0;
}

.spfix ul li{
	width: calc(100% / 5);
	float:left;
	box-sizing:border-box;
	border-right:1px solid #ccc;
	padding:5px 10px;
	text-align:center;
}
.spfix ul li img{
	width:60px;
}
.spfix ul li:nth-child(4){
	border-right:0;
	background: rgb(47 83 137);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#831e44', endColorstr='#831e44',GradientType=1 );
}
.spfix ul li:last-child{
	border-right:0;
	background: rgb(144, 35, 35);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#831e44', endColorstr='#831e44',GradientType=1 );
}


}



#footNavigation {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #211f23;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3a3a3a;
}
#fNavi-inner {
	max-width:1120px;
	margin:0 auto;
	text-align:center;
}


#fNavi-inner li {
	color:#666;
	display:inline-block;
	border-right:1px solid #dcdcdc;
	padding:0 8px;
}
#fNavi-inner li:first-child {
	border-left:1px solid #dcdcdc;

}

#fNavi-inner li a {
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 12px;
}
#fNavi-inner li a:hover {
	color: #FC0 !important;
}







#pageTop {
  display: none;
	width: 130px;
	height: 42px;
  position: absolute;
	bottom: 0px;
  left: 50%;
	margin-left: -65px;
	z-index: 50;
}

/* ------------------- */
/* ----- ぱんくず ----- */
/* ------------------- */
#breadCrumbs {
	background-color: #2a2a2a;
	text-align: right;
	padding: 8px 30px 8px 0;
	font-size: 12px;
}
#breadCrumbs a {
	color: #e6d2b2;
}
#breadCrumbs .arrow {
	color: #fff;
	padding: 0 10px;
}
#breadCrumbs .current-page {
	color: #fff;
}

.pre10 {
	background: #FFF;
}
.seo {
	/*background: #FFF;*/
	padding: 3px;
	border-bottom: 1px solid  #deeede;
	font-size: 11px;
	color: #000;
	margin-bottom:5px;
}

@media only screen and (max-width: 768px){
.seo {
	display:none;
}

}
.contentWrapper {
	background: url(../images/bg3.jpg) repeat;
}
.contentWrapper .contentbg {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.4) 53%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.4) 53%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.4) 53%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	background-size: cover;
	background-repeat: no-repeat;
}


.page_title {
	padding: 18px 0;
	text-align: center;
	background: #b7a875;
   background: -moz-linear-gradient(left, #b7a875 0%, #faebb8 50%, #b7a875 100%);
   background: -webkit-linear-gradient(left, #b7a875 0%,#faebb8 50%,#b7a875 100%);
   background: linear-gradient(to right, #b7a875 0%,#faebb8 50%,#b7a875 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7a875', endColorstr='#b7a875',GradientType=1 );
	color: #000;
	font-size: 40px ;
	letter-spacing:0.05em;
	font-family: serif;
}
.page_title span{
	font-size:16px;
	display: block;
}


@media only screen and (max-width: 768px){
	.page_title {
		font-size:35px;
		padding: 15px 0 !important;
	}
	.page_title span{
		font-size:16px;
		display: block;
	}
	}


.title_bg{
	height:290px;
	position: relative;
}
.title_bg.access{
	background: url(../img/access/title_bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 70px;
}
.title_bg.location{
	background: url(../img/location/title_bg.jpg) no-repeat center;
	background-size: cover;
}
.title_bg.plan{
	background: url(../img/plan/title_bg.jpg) no-repeat center;
	background-size: cover;
}
.title_bg.design{
	background: url(../img/design/title_bg.jpg) no-repeat center;
	background-size: cover;
}
.title_bg.equipment{
	background: url(../img/equipment/title_bg.jpg) no-repeat center;
	background-size: cover;
}
.title_bg h2{
	color: #FFF;
	font-size: 50px;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.1em;
}
.title_bg h2 span{
	font-size: 24px;
	display: block;
}
.title_bg .cap{
	font-size: 11px;
	color: #FFF;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
}

@media only screen and (max-width: 768px){
	.title_bg{
		height: 140px;
		margin-bottom: 30px;
	}
	.title_bg h2{
		color: #FFF;
		font-size: 40px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-family: 'EB Garamond', serif;
	}
	.title_bg h2 span{
		font-size: 17px;
		display: block;
	}
}


.catch01{
	text-align: center;
	font-size: 33px;
}
.catch01 strong{
	font-size: 47px;
	font-weight: bold;
	color: #9e7f2d;
}
.catch01 span{
	font-size: 23px;
}

@media only screen and (max-width: 768px){
	.catch01{
		text-align: center;
		font-size: 19px;
	}
	.catch01 strong{
		font-size: 30px;
		font-weight: bold;
		color: #9e7f2d;
	}
	.catch01 span{
		font-size: 14px;
	}
}




/****************************************
breadcrumbs
*****************************************/

#breadcrumbs-container {
	clear: left;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	/*! border-top: 1px solid #333; */
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: #fff;
	color:#333;
}
#breadcrumbs-container div {
	max-width: 1024px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
}
#breadcrumbs-container div a {
	margin: 0 10px;
	color: #333;
	font-size: 12px;
}
#breadcrumbs-container div a:hover {
	color: #333;
}
#breadcrumbs-container div h2 {
	font-size: 12px;
	color: #333;
	font-weight: 500;
	margin: 0 10px;
	padding: 0;
	display: inline;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/*---- FOR PC ----*/

#breadcrumbs-container p {
	width: 960px;
	margin: 0 auto;
	font-size: 0.8em;
}

/*---- FOR SP ----*/
@media only screen and (max-width: 640px) {
#breadcrumbs-container {
	display: none;
}
}


@media only print {

#plan_pop #header_wrap{
	display:none;
}

	}
/*inview動き1*/
.sli-up1 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp1 {
	opacity: 1.0 !important;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition-delay:0.1s;
	transition-duration:1s;
}

.sli-up2 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp2 {
	opacity: 1.0 !important;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition-delay:0.3s;
	transition-duration:1s;
}
.sli-up3 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
}
.slideInUp3 {
	opacity: 1.0 !important;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition-delay:0.5s;
	transition-duration:1s;
}



.cont_inner {
	max-width: 1022px;
	margin: 0 auto;

}
@media only screen and (max-width: 768px){
.cont_inner {
	padding:0 5%;
}
}


.entry{
	padding: 50px 0;
	display: flex;
	justify-content: center;
	gap: 4%;
}

.btn_entry {
	width: 530px;
	max-width:48%;
}

.btn_entry a{
	   padding: 30px 0;
		 width: 100%;
	   display: block;
		 background: rgb(48,90,151);
		 background: linear-gradient(90deg, rgba(40,75,127,1) 0%, rgba(63,127,189,1) 50%, rgba(40,75,127,1) 100%);

	   margin: 0 auto;
	   font-size: 20px;
	   transition: all 0.3s 0s ease;
		 letter-spacing: 0.1em;
		 font-weight: 500;
	   text-align: center;
	   text-decoration: none;
	color: #fff;
}
 .btn_entry a:hover{opacity: 0.7;}


 .btn_raijyo{
	width: 530px;
	max-width:48%;
}
 .btn_raijyo a{
	padding: 30px 0;
	width: 100%;
	display: block;
		 background: linear-gradient(to right, rgb(151,48,49) 0%,rgb(189,63,67) 50%,rgb(151,48,49) 100%);

	margin: 0 auto;
	font-size: 20px;
	transition: all 0.3s 0s ease;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	   color: #FFF;
}
.btn_raijyo a:hover{opacity: 0.7;}

 @media only screen and (max-width: 768px){


	.entry {
		flex-direction: column;
		gap: 20px;
	}

	.btn_entry {
		max-width: 100%;
		margin: 0 auto;
	}

	.btn_raijyo{
		max-width: 100%;
		margin: 0 auto;
	}

	.btn_entry a{
		   padding: 20px 0;
		   margin: 0 auto;
		   font-size: 18px;
		   transition: all 0.3s 0s ease;
	 }
	 .btn_raijyo a{
		padding: 20px 0;
		margin: 0 auto;
		font-size: 18px;
		transition: all 0.3s 0s ease;
}
}

.inner{
	max-width: 1023px;
	margin: 0 auto;
	padding: 0 20px;
}
@media only screen and (max-width: 767px){
	.inner{
		max-width: 1023px;
		margin: 0 auto;
		padding: 0 5%;
	}
}





#stop {
	text-align:center;
	padding-bottom:50px;
}
#stop ul li {
	display:inline-block;
}
#map .box {
	padding: 14px;
	background: #ECE7DF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}





/*============================
#main_img
============================*/
#main_img {
	height: 373px;
	position: relative;
}
#main_img h2 {
	font-size: 62px;
	color: #fff;
	letter-spacing: 0.075em;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 2.75%;
	/* font-family: 'Noto Serif'; */
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#main_img h2 span {
	font-size: 18px;
	letter-spacing: 0.05em;
	display: block;
}
@media only screen and (max-width: 768px){
#main_img {
	height: 150px;
}
#main_img h2 {
	font-size: 30px;
}
#main_img h2 span {
	font-size: 15px;
}
}



#main_img .caption_mv {
	position: absolute;
	bottom: 7px;
	right: 16px;
	font-size: 12px;
	color: #fff;
}
@media only screen and (max-width: 768px){
#main_img .caption_mv {
	bottom: 3.5px;
	right: 8px;
	font-size: 11px;
}
}



/*============================
notes
============================*/
.notes {
	font-size: 12px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.389;
	letter-spacing: 0;
}

/*=======================================
	グローバルナビゲーションを非表示
=======================================*/
/* .gnavi {
	display: none;
} */



/* wide */
.w1400 {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

.w1200 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.w1000 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}



.thanks_note{
	text-align: center;
	font-size: 16px;
	padding: 10px 5%;
}
@media only screen and (max-width: 768px){
	.thanks_note{
		font-size: 13px;
	}
	}  