@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
* { box-sizing: border-box; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,p
ol,
ul,
li {
margin: 0;
font-size: 100%;
}
img {
vertical-align: top;
-webkit-backface-visibility: hidden;
max-width: 100%; 
height:auto;
image-rendering: -webkit-optimize-contrast;
}
ul {
margin: 0;
padding: 0;
vertical-align: baseline;
}
li {
list-style-type: none;
vertical-align: baseline;
}
/*input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/

html{
font-size:62.5%;
}

body {
color: #000;
font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Open Sans', Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
/*letter-spacing: 0.2rem;*/
letter-spacing: 0.05em;
font-size: 1.4rem;
line-height: 1.8em;
min-width: 1100px;
}
h1, h2, h3, h4, h5, .serif {
font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.en {
font-family: 'Cormorant Garamond', serif;
letter-spacing: 0.3rem;
}
.noto {
font-family: 'Noto Serif JP', serif;
}
.rela {
position: relative;
}
.ab {
position: absolute;
}
.vertical {
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sp {
display: none;
}
.pc_br {
    display: block;
}
.sp_br {
    display: none;
}

/*--------------------------------------
　Base
---------------------------------------*/

img { 
}
a {
color: #000;
text-decoration: none;
font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a:hover {
	opacity: 0.8;
}
.fl {
float: left;
}
.fr {
float: right;
}
.strong {
font-weight: bold;
}
.wi800 {
width: 800px;
margin: 0 auto;
}
.wi1000 {
width: 1000px;
margin: 0 auto;
}
.wi1100 {
width: 1100px;
margin: 0 auto;
}

.bg_gray {
background: #d1d2cc;
}

/* ================== */
/*header　*/
/* ================== */

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background: #fff;
padding: 2rem 0 1.4rem 3rem;
box-shadow: 0 4px 5px #eee;
}
header .headArea {
width: 100%;
min-width: 1100px;
z-index: 999;
/*padding: 3rem 0rem 0 3rem;*/
}
header .headArea.fixed {
background: #FFF;
box-shadow: 0 4px 5px #eee;
}
header .headArea.fixed * {
color: #000;
}
header .headArea .logo {
width: 200px;
float: left;
}
/*header .headArea .logo .bk {
display: none;
}*/
header .headArea.fixed .logo .bk {
display: block;
}
header .headArea .logo .wh {
display: none;
}
header .headArea.fixed .logo .wh {
display: none;
}
header .headArea * {
color: #FFF;
}
header .headArea ul {
display: block;
float: right;
font-size: 0;
margin: 0.5rem 0 0;
}
header .headArea ul li {
display: inline-block;
position: relative;
}
header .headArea ul li:after {
content: "";
background: #000;
width: 1px;
height: 15px;
position: absolute;
top: 5px;
}
header .headArea ul li:first-child:after {
content: none;
}
header .headArea ul li a {
font-family: inherit;
display: block;
font-size: 1.4rem;
color: #000;
letter-spacing: normal;
padding: 0 2rem 1rem 2.5rem;
}
header .headArea ul li:first-child a {
padding: 0 2rem 0 0;
}
header .headArea ul li.parent .child li {
display: block;
}
header .headArea ul li.parent {
position: relative;
}
header .headArea ul li.parent li {
border-bottom: 1px dotted #666;
}
header .headArea ul li.parent .child {
display: none;
width: 280px;
position: absolute;
top: 30px;
left: 0;
background: rgba(0,0,0,0.8);
}
header .headArea ul li.parent .child li a {
padding: 1.2rem 1rem;
color: #FFF;
background: url(../../images/common/arrow_white.png) right 1rem top 50% no-repeat;
background-size: 5px auto;
}
header .headArea ul li.parent .child li:after {
content: none;
}




/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
margin: 0 auto;
padding: 0;
}

/*共通*/
section.sec {
margin: 0 auto 120px;
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
margin: 12rem 2rem 1rem;
}
#pankuzuWrap ul {
float: right;
}
#pankuzuWrap ul li {
float: left;
font-size: 1.3rem;
color: #999;
letter-spacing: 0.025em;
}
#pankuzuWrap ul li:after {
	content: ">";
	padding: 0 0.5rem;
}
#pankuzuWrap ul li:last-child:after {
	content: none;
}
#pankuzuWrap ul li a {
font-size: 1.3rem;
color: #999;
font-family: inherit;
}
#pankuzuWrap ul li a:hover {
text-decoration: underline;
}
#pankuzuWrap ul li br {
display: none;
}


/*--------------------------------------
　下層KV
---------------------------------------*/
#keyArea.lower {
	padding: 5rem 0;
	overflow: hidden;
	margin: 0 0 12rem;
}
#keyArea.lower .txtBox {
	background: #fff;
	width: 610px;
	min-height: 400px;
	padding: 6rem 5rem 6rem 0;
	position: relative;
}
#keyArea.lower .txtBox:before {
    content: "";
	background: url("../../images/faq/key.jpg") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: -5rem;
	left: calc(50% - -185px);
    width: calc(50% + 38vw);
    height: 500px;
}
#keyArea.lower .en {
	height: 32px;
	margin: 0 0 1rem;
}
#keyArea.lower .en img {
height: 100%;
}
#keyArea.lower .txtBox .mainTit {
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.075em;
	margin: 0 0 3rem;
}
#keyArea.lower .txtBox .txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.025em;
}
#keyArea.lower .txtBox .txt .small {
	font-size: 1.3rem;
	letter-spacing: normal;
	margin: 2rem 0 0;
	display: block;
}
.fadein {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
#keyArea.lower .en {
	animation-delay: .5s;
}
#keyArea.lower .txtBox .mainTit {
	animation-delay: 1s;
}
#keyArea.lower .txtBox .txt {
	animation-delay: 1.5s;
}

/*--------------------------------------
　CONTACT
---------------------------------------*/
#contact {
}
#contact .btnArea {
	padding: 0 5rem;
margin: 0 auto 50px;
}
#contact .btnArea > div {
	width: 478px;
	height: 10rem;
	float: left;
	border: solid 1px #000;
	margin: 0 4rem 0 0;
	text-align: center;
	background: #fff;
}
#contact .btnArea > div:last-child {
	margin: 0;
}
#contact .btnArea .telBtn {
	padding: 2rem 0;
}
#contact .btnArea .telTxt {
	font-size: 3.4rem;
	letter-spacing: 0.05em;
	position: relative;
	display: table;
	margin: 0 auto 0.6rem;
	line-height: 1;
	padding: 0 0 0 4rem;
}
#contact .btnArea .telTxt:before {
	content: "";
	background: url("../../images/common/icon_tel.png") no-repeat;
	background-size: 100%;
	width: 27px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
}
#contact .btnArea .telBtn p {
	letter-spacing: normal;
}
#contact .btnArea .contactBtn a {
	padding: 3.8rem 2rem;
	display: block;
	position: relative;
	overflow: hidden;
	/*transition: opacity 0.5s;*/
}
#contact .btnArea .contactBtn a:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    transform: translateX(-100%);
	transition: 0.5s ease-in-out;
}
#contact .btnArea .contactBtn a:hover {
	opacity: 1;
	outline-width: 0;
}
#contact .btnArea .contactBtn a:hover:before {
	transform: translateX(0);
}
#contact .btnArea .contactBtn .contactTxt {
	font-size: 2rem;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0 0 0 6rem;
	transition: 0.5s ease-in-out;
}
#contact .btnArea .contactBtn a:hover .contactTxt {
	color: #fff;
}
#contact .btnArea .contactBtn .contactTxt:before {
	content: "";
	background: url("../../images/common/icon_mail.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s ease-in-out;
}
#contact .btnArea .contactBtn a:hover .contactTxt:before {
	background: url("../../images/common/icon_mail02.png") no-repeat;
	background-size: 100%;
}
#contact .recruitBtn {
	width: 600px;
	margin: 6rem auto 0;
}
#contact .recruitBtn a {
	background: #6d9fa4;
	display: block;
	font-size: 1.9rem;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	padding: 1.7rem 1rem 1.5rem;
	transition: opacity 0.5s;
}
#contact .recruitBtn a span {
	font-size: 2.6rem;
}

/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
position: fixed;
bottom: 20px;
right: 10px;
z-index: 999;
width: 60px;
}
#page-top:hover {
opacity: 0.7;
}
/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
margin: 0;
padding: 6rem 0 0;
background-color: #000;
position: relative;
}
footer a:hover {
opacity: 0.8;
}
footer .logo {
width: 260px;
margin: 0 auto 50px;
}
footer .areaInner {
width: 1000px;
margin: 0 auto 60px;
}
footer .areaInner ul {
	float: left;
}
footer .areaInner ul:nth-child(1),
footer .areaInner ul:nth-child(2) {
	width: 290px;
}
footer .areaInner ul:nth-child(3) {
	width: 215px;
}
footer .areaInner ul li {
background: url("../../images/common/arrow_white.png") 6px 50% no-repeat;
background-size: 7px;
padding: 3px 0 3px 25px;
}
footer .areaInner ul li a {
font-family: inherit;
display: inline-block;
font-size: 1.3rem;
color: #FFF;
text-decoration: none;
transition: .3s;
position: relative;
}
footer .areaInner ul li a:hover {
opacity: 1;
}
footer .areaInner ul li a:after {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 0;
height: 1px;
background-color: #fff;
transition: .3s;
}
footer .areaInner ul li a:hover:after {
width: 100%;
position: absolute;
right: 0;
}




footer .logoArea {
width: 1100px;
margin: 0 auto 4rem;
}
footer .logoArea li {
float: left;
margin: 0 4rem 0 0;
}
footer .logoArea li:last-child {
margin: 0;
}
footer .logoArea li:nth-child(1) {
width: 175px;
}
footer .logoArea li:nth-child(2) {
width: 140px;
}
footer .logoArea li:nth-child(3) {
width: 60px;
}
footer .logoArea li:nth-child(4) {
width: 166px;
}
footer .logoArea li:nth-child(5) {
width: 163px;
}
footer .logoArea li:nth-child(6) {
width: 150px;
}
footer .botArea {
padding: 2.2rem 0;
border-top: 1px solid #FFF;
}
footer .botArea .botInner {
width: 1000px;
margin: 0 auto;
position: relative;
}
footer p.copy {
padding: 0;
margin: 0;
font-size: 1.2rem;
text-align: center;
color: #FFF;
}
footer p.copy a {
color: #FFF;
}



/*reform*/
#reform .cont ul {
display: block;
font-size: 0;
text-align: center;
}
#reform .cont ul li {
display: inline-block;
vertical-align: top;
width: 180px;
margin: 0 40px;
}
#reform .cont ul li img {
margin: 0 0 20px 0;
}
#reform .cont ul li span {
font-size: 1.4rem;
display: inline-block;
position: relative;
}
#reform .cont ul li span br {
display: inline-block;
}
#reform .cont ul li span:before {
content: "";
background: url("../../images/common/arrow_black.png") no-repeat right center;
background-size: 100%;
width: 7px;
height: 10px;
position: absolute;
top: calc(50% - 5px);
right: -2.5rem;
}
#reform .cont ul li a {
font-family: inherit;
display: block;
transition: 0.5s;
}
#reform .cont ul li a:hover {
opacity: 0.6;
}

/*estimate*/

#estimate .btn-estimate {
width: 530px;
margin: 0 auto;
}
#estimate .btn-estimate a{
background: #000 url("../../images/common/icon_mail02.png") no-repeat left 90px  center;
background-size: 40px auto;
color: #FFF;
display: block;
text-align: center;
transition: 0.5s;
padding: 2.3rem 2.3rem 2.3rem 8.5rem;
font-size: 2rem;
font-weight: 600;
letter-spacing: 0.1em;
}
#estimate .btn-estimate a:hover {
opacity: 1;
}
#estimate .btn-estimate a:before {
content: "";
position: absolute;
background: #000 url(../../images/common/arrow_white.png) 50% 50% no-repeat;
background-size: 7px auto;
width: 7px;
height: 12px;
top: calc(50% - 6px);
left: calc(50% + 210px);
opacity: 0;
transition: left 0.2s, opacity 0.2s;
}
#estimate .btn-estimate a.on:before {
content: "";
position: absolute;
background: #000 url("../../images/common/arrow_white.png") 50% 50% no-repeat;
background-size: 7px auto;
width: 7px;
height: 12px;
top: calc(50% - 6px);
left: calc(50% + 220px);
opacity: 1;
}
#estimate .btn-estimate a span {
letter-spacing: inherit;
position: relative;
left: 0;
-webkit-transition-property: left;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
}
#estimate .btn-estimate a.on span {
left: -5px;
}
#estimate p {
text-align: center;
margin: 2rem 0 0;
}


/*shop*/
#shop {
padding: 100px 0;
}
#shop .sBox {
	width: 520px;
	float: left;
	margin: 0 6rem 0 0;
}
#shop .sBox:last-child {
	margin: 0;
}
#shop .sBox .inner {
	background: #fff;
}
#shop .sBox .shopName {
	color: #fff;
	text-align: center;
	font-size: 2rem;
	background: #000;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 1.1rem;
}
#shop .sBox ul {
	padding: 3rem 4rem;
}
#shop .sBox .btn-access {
	width: 210px;
	margin: 3rem auto 0;
}
#shop .sBox .btn-access a {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	background: #000;
	display: block;
}










/*--------------------------------------
　SNS固定
---------------------------------------*/
#fix_sns {
	/*background: #fff;*/
	position: fixed;
	right: 0;
	width: 56px;
	padding: 2.3rem 1.2rem;
	/*box-shadow: 0px 0px 14px 5px rgb(0,0,0,0.08);*/
	z-index: 100;
	transform:translateX(56px);
	opacity: 0;
	transition: opacity 1s,transform 0.5s;
}
#fix_sns.fade {
	opacity: 1;
	transform: translateX(0);
}
#fix_sns li {
	position: relative;
	text-align: center;
	padding: 2rem 0;
}
#fix_sns li:nth-child(1) {
	padding: 0 0 2rem;
}
#fix_sns li:nth-child(2), #fix_sns li:nth-child(3), #fix_sns li:nth-child(4){
    padding: 2rem 0;
}
#fix_sns li:nth-child(5) {
	padding: 2rem 0 0;
}
#fix_sns li:before {
	content: "";
	background: #000;
	width: 16px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0.7rem;
}
#fix_sns li:last-child:before {
	content: none;
}
#fix_sns li:nth-child(1) img, #fix_sns li:nth-child(2) img {
	width: 13px;
}


/* ================== */
/*メインコンテンツ　*/
/* ================== */

.idxH2 {
text-align: center;
font-size: 1.8rem;
font-weight: 600;
margin: 70px 0 60px 0;
}
.idxH2 .en {
display: table;
font-size: 3.5rem;
margin: 0 auto 4rem;
position: relative;
z-index: 1;
}
.idxH2 .en:after {
position: absolute;
bottom: -2.5rem;
left: calc(50% - 90px);
content: '';
width: 180px;
height: 1px;
background: #000;
transform: scale(0, 1);
transform-origin: center top;
transition: transform .6s;
}
.idxH2 .en.isActive:after {
transform: scale(1, 1);
}

.idxH2_v2 {
	font-size: 2.2rem;
	font-weight: 600;
	padding: 0 2rem 1.5rem 2rem;
	border-bottom: solid 3px #e2e2df;
	margin: 0 0 6rem;
	position: relative;
}
.idxH2_v2:before {
	content: "";
	background: #777;
	width: 246px;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
	transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .6s;
}
.idxH2_v2.isActive:before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.idxH2_v3 {
	font-size: 2.2rem;
	font-weight: 600;
	padding: 0 2rem 1.8rem 2.5rem;
	border-bottom: solid 2px #000;
	margin: 0 0 5rem;
}



.idxH3 {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	border-left: solid 2px #000;
	font-weight: normal;
	padding: 0 0 0 2.5rem;
	margin: 0 0 6rem;
}
.idxH3 span {
	font-size: 1.6rem;
	display: block;
	line-height: 1.3;
	margin: 1rem 0 0;
}

/*--------------------------------------
　content
---------------------------------------*/
/*お知らせ*/
#contents #news {
}
#contents #news a {
font-family: inherit;
}
#contents #news .btn-internal a {
font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#contents #news .cont .wi1100 {
padding: 0 50px;
}
#contents #news .cont .newsBox {
border-bottom: 1px solid #d1d2cc;
padding: 15px 0;
}
#contents #news .cont .newsBox:first-child {
padding: 0 0 15px;
}
#contents #news .cont .newsBox a {
display: block;
}
#contents #news .cont dl {
}
#contents #news .cont dl dt span,
#contents #news .cont dl dt ul {
display: inline-block;
vertical-align: middle;
}
#contents #news .cont dl dt {
margin: 0 0 5px 0;
}
#contents #news .cont dl dt .date {
	margin: 0 20px 0 0;
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 5px 20px;
}
#contents #news .cont dl dt ul li {
float: left;
color: #FFF;
font-size: 1rem;
line-height: 1.8rem;
padding: 0 10px;
margin: 0 10px 0 0;
}
#contents #news .cont dl dt ul .new {
background: #a7041a;
}
#contents #news .cont dl dt ul .event {
background: #212a6b;
}
#contents #news .cont .scroll {
margin: 0 0 50px 0;
}
#contents #news .cont .tit {
margin: 0 20px 0 0;
display: block;
font-weight: bold;
}

/*スライダー*/
#contents .sl_slider {
margin: 0 auto 5rem;
}
#contents .sl_slider li {
}
#contents .sl_slider li a {
font-family: inherit;
}
#contents .sl_slider .photo {
/*width: 286px;
height: 210px;*/
margin: 0 0 1.5rem;
position: relative;
overflow: hidden;
}
#contents .sl_slider .new .photo:before{
font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Open Sans', sans-serif;
content: "NEW";
background: #a7041a;
font-size: 1rem;
text-align: center;
color: #fff;
width: 50px;
height: 20px;
padding: 5px 0 0;
box-sizing: border-box;
line-height: 1;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}

#contents #case .sl_slider a {
display: block;
overflow: hidden;
font-family: inherit;
}
#contents #case .sl_slider a img {
transition-duration: 0.7s;
}
#contents #case .sl_slider a:hover img {
transform: scale(1.1,1.1);
transition: 0.7s all;
}
#contents #case .sl_slider a:hover {
opacity: 1;
}

#contents .sl_slider .photo img {
width: 100%;
height: 16vw;
object-fit: cover;
font-family: "object-fit: cover;";
transition-duration: 0.7s;
}
#contents .sl_slider a:hover .photo img {
transform: scale(1.1,1.1);
transition: 0.7s all;
}


#contents .sl_slider .date {
	width: 100px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 20px 5px 0;
    background: #ffffffb5;
    border: 1px solid;
    color: #000;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3px 20px;
}
#contents .sl_slider .tit {
letter-spacing: 0.1em;
}

#contents .thumb-item {
	width: 800px;
	height: 53rem;
	overflow: hidden;
	/* background: #eee; */
	float: right;
	position: relative;
}
#contents .thumb-item img {
	width: 800px;
	height: 53rem;
	object-fit: contain;
	font-family: "object-fit: contain;";
}
#contents .thumb-item .slick-prev, 
#contents .thumb-item .slick-next {
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
    outline: none;
    width: 19px;
    height: 31px;
	z-index: 1;
	-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.7));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.7));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));
}
#contents .thumb-item .slick-prev {
    background: url("../../images/common/arrow_white_left.png") no-repeat;
    background-size: 100%;
    left: 2rem;
}
#contents .thumb-item .slick-next {
    background: url("../../images/common/arrow_white.png") no-repeat;
    background-size: 100%;
    right: 2rem;
}

#contents .thumb-item-nav {
	width: 130px;
	float: left;
	padding: 4rem 0;
}
#contents .thumb-item-nav li {
	width: 100%;
	transition: 0.8s;
}
#contents .thumb-item-nav li:hover {
opacity: 0.6;
}
#contents .thumb-item-nav li > div {
	margin: 0.5rem 0;
}
#contents .thumb-item-nav li img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
#contents .thumb-item-nav .slick-list {
	/*height: 45rem !important;*/
	    padding: 0 !important;
}
#contents .thumb-item-nav .slick-track {
	/*transform: none !important;*/
}
#contents .thumb-item-nav .slick-track.no-move {
	transform: none !important;
}
#contents .slick-vertical .slick-slide {
    border: none;
}
#contents .slick-vertical .slick-slide:not(.slick-current) {
    -webkit-filter: opacity(60%);
    -moz-filter: opacity(60%);
    -o-filter: opacity(60%);
    -ms-filter: opacity(60%);
    filter: opacity(60%);
    transition: 0.2s linear;
}
#contents .thumb-item-nav .thumb-slick-prev, 
#contents .thumb-item-nav .thumb-slick-next {
    position: absolute;
   left: calc(50% - 11px);
    cursor: pointer;
    outline: none;
    width: 23px;
    height: 14px;
	z-index: 1;
}
#contents .thumb-item-nav .thumb-slick-prev {
    background: url("../../images/common/arrow_black_up.png") no-repeat;
    background-size: 100%;
	top: 1.5rem;
}
#contents .thumb-item-nav .thumb-slick-next {
    background: url("../../images/common/arrow_black_down.png") no-repeat;
    background-size: 100%;
	bottom: 1.5rem;
}
#contents .thumb-item-nav .thumb-slick-prev {
	
}
/*#contents .thumb-item-nav .slick-slide {
  padding: 0 10px;
  opacity: .5;
  transition-duration: 0.3s;
}
#contents .thumb-item-nav .slick-slide.slick-current {
  opacity: 1;
}*/





/*バナー*/
#bn2 .bn{
	float: left;
}
#bn .wi1100,
#bn2 .wi1100 {
display: block;
text-align: center;
font-size: 0;
overflow: hidden;
}
#bn .bn,
#bn2 .bn {
width: 530px;
display: inline-block;
box-sizing: border-box;
}
#bn .bn a,
#bn2 .bn a {
display: block;
box-sizing: border-box;
font-size: 15px;
}
#bn .bn:first-child,
#bn2 .bn:first-child {
margin: 0 38px 0 0;
}

#bn .bn:nth-child(3), #bn2 .bn:nth-child(3) {
	margin: 40px 38px 0 0;
}
#bn .bn:nth-child(4), #bn2 .bn:nth-child(4) {
	margin: 40px 0 0 0;
}
#bn .bn:nth-child(5) {
	margin: 40px 38px 0 0;
}
#bn .bn:nth-child(6) {
	margin: 40px 0 0 0;
}
#recruit .wi1100 {
display: block;
text-align: center;
font-size: 0;
}
#recruit .bn {
width: 530px;
display: inline-block;
box-sizing: border-box;
}
#recruit .bn a {
display: block;
box-sizing: border-box;
font-size: 15px;
}
#recruit .bn:first-child {
margin: 0 38px 0 0;
}

/*table*/
.cmnTable {
	border: solid 1px #000;
	width: 1000px;
	margin: 0 auto;
	border-collapse: collapse;
}
.cmnTable th {
	border: solid 1px #000;
	font-size: 1.5rem;
	padding: 2rem;
	font-weight: normal;
	text-align: left;
	background: #ecedef;
}
.cmnTable td {
	border: solid 1px #000;
	padding: 2rem;
}

/* pager */
#contents #wp_page_numbers ul,
#contents #wp_page_numbers li,
#contents #wp_page_numbers a {
    text-align: center;
    line-height: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
#contents #wp_page_numbers ul,
#contents .wp-pagenavi {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#contents #wp_page_numbers li,
#contents .wp-pagenavi > span,
#contents .wp-pagenavi .page {
	font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	width: 36px;
	height: 36px;
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	line-height: 35px;
	border: solid 1px #000;
	font-weight: 600;
	margin: 0 1rem 0 0;
	padding: 0;
	float: none;
    left: auto;
}
#contents .wp-pagenavi a.page:hover {
	opacity: 0.7;
}
#contents #wp_page_numbers li:last-child {
	margin: 0;
}
#contents #wp_page_numbers li.active_page a,
#contents .wp-pagenavi .current {
	font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	background: #000;
	color: #fff;
	display: block;
}
#contents #wp_page_numbers li.space {
	border: none;
}
#contents #wp_page_numbers li a {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    color: #000;
}
#contents #wp_page_numbers li a:hover {
    text-decoration: none;
}

/*--------------------------------------
　btn
---------------------------------------*/
.btn-link a,
.btn-internal a,
.btn-web a {
box-sizing: border-box;
}
.btn-link {
margin: 20px 0;
text-align: right;
}
.btn-link a {
display: inline-block;
background: url("../../images/common/arr_black01.png") 0% 50% no-repeat;
background-size: 14px;
padding: 4px 0 4px 20px;
line-height: 1.3;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
}
.btn-internal {
width: 160px;
margin: 20px auto;
}
.btn-web {
width: 480px;
margin: 20px auto;
}
.btn-internal a {
background: #000;
color: #FFF;
font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 1.6rem;
font-weight: bold;
display: block;
text-align: center;
padding: 7px;
letter-spacing: inherit;
position: relative;
}
.btn-internal a:hover {
opacity: 1;
}
.btn-internal a:before {
content: "";
position: absolute;
background: #000 url("../../images/common/arrow_white.png") 50% 50% no-repeat;
background-size: 7px auto;
width: 7px;
height: 12px;
top: calc(50% - 6px);
left: calc(50% + 30px);
opacity: 0;
transition: left 0.2s, opacity 0.2s;
}
.btn-internal a.on:before {
content: "";
position: absolute;
background: #000 url("../../images/common/arrow_white.png") 50% 50% no-repeat;
background-size: 7px auto;
width: 7px;
height: 12px;
top: calc(50% - 6px);
left: calc(50% + 40px);
opacity: 1;
}
.btn-internal a span {
letter-spacing: inherit;
position: relative;
left: 0;
-webkit-transition-property: left;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
}
.btn-internal a.on span {
left: -5px;
}

.eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded{
	padding: 10px;
}
.eapps-instagram-feed-title{
	text-indent: -9999px;
	line-height: 0 !important;
	padding: 0 !important;
}



@media screen and (max-width: 599px) {
html {
margin-top: 0 !important;
}
body {
line-height: 1.8em;
min-width: inherit;
width: 100%;
margin: 6rem 0 0;
}
.pc_br {
display: none;
}
.sp_br {
display: block;
}
.pc {
display: none;
}
.sp {
display: block;
}
img {
max-width: 100%;
}
p {
font-size: 1.4rem;
}
a {
text-decoration: none;
}
.wi800 {
width: 100%;
}
.wi1000 {
width: 100%;
}
.wi1100 {
width: 100%;
}


/* ================== */
/*header　*/
/* ================== */

header {
position: fixed;
top: 0;
padding: 1rem 0 1rem 4%;
box-shadow: none;
}
header .headArea {
width: 100%;
min-width: 100%;
}
header .headArea.fixed {
}
header .headArea .logo {
width: 140px;
margin: 1rem 0 0;
}
header .headArea ul {
display: none;
}
header .spBtnBox {
	float: right;
}
header .iconBtnArea {
	float: left;
	margin: 0 2rem 0 0;
}
header .iconBtnArea .cf > div {
	float: left;
	margin: 0 1rem 0 0;
	width: 40px;
	height: 40px;
}
header .iconBtnArea .cf > div:last-child {
	margin: 0;
}
header .iconBtnArea a {
	background: none;
	border: solid 1px #000;
	text-align: center;
	display: block;
	 height: 100%;
	padding: 1rem;
}
header .iconBtnArea .mail_icon a {
	padding: 1.1rem 0.5rem 0;
}
header .iconBtnArea .tel_icon a {
	padding: 0.8rem 1rem 0;
}
    

/* SP nav
===================================*/

html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow: hidden;
}
.menu-trigger {
	position: absolute;
	top: 0;
	right: 4%;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
}
.menu-trigger {
	background: #4e4e4e;
  position: relative;
  width: 40px;
  height: 40px;
  appearance: none;
  cursor: pointer;
	float: right;
}
.menu-trigger span {
  position: absolute;
  left: 10px;
   width: 20px;
    height: 2px;
  background: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  top: 28px;
}	
.menu-trigger.open span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.open span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}	
#spNav {
	padding: 15px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s linear;
}
#spNav.is-active {
	pointer-events: auto;
	opacity: 1;
}
#spNav .navInr {
	overflow-y: auto;
	height: 100%;
}
#spNav ul li {
	border-bottom: solid 1px #000;
}
#spNav ul li a {
	font-family: inherit;
	font-size: 1.5rem;
	display: block;
	background: #fff url("../../images/common/arrow_black.png") no-repeat center right 1.5rem;
	background-size: 7px auto;
	padding: 12px 4rem 12px 2rem;
}
#spNav ul li.parent a {
	background: #fff url("../../images/common/arrow_black_down.png") no-repeat center right 1.4rem;
	background-size: 12px auto;
}
#spNav ul li.parent .child {
	border-top: solid 1px #000;
	display: none;
}	
#spNav ul li.parent .child li a {
	background: #fff url("../../images/common/arrow_black.png") no-repeat center right 1.5rem;
	background-size: 7px auto;
	padding: 12px 4rem 12px 3rem;
}	
#spNav ul li.parent .child li:last-child {
	border-bottom: none;
}	

/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
overflow-x: scroll;
word-break: keep-all;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin: 1rem 4% 1rem;
}
#pankuzuWrap ul {
float: none;
font-size: 0;
}
#pankuzuWrap ul li {
font-size: 1.1rem;
float: none;
display: inline-block;
}
#pankuzuWrap ul li a {
font-size: 1.1rem;
}
	
	
/*--------------------------------------
　下層KV
---------------------------------------*/
#keyArea.lower {
	padding: 0;
	overflow: hidden;
	margin: 0 0 4rem;
	position: relative;
}
#keyArea.lower:before {
    content: "";
	/* background: url("../../images/faq/key.jpg") 0 0 no-repeat; */
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
	left: 0;
    width: 100%;
    height: 180px;
}
#keyArea.lower .txtBox {
background: rgba(0,0,0,0.4);
	width: 100%;
	min-height: inherit;
	padding: 6rem 3rem 12rem 3rem;
	margin: 0 auto;
}
#keyArea.lower .txtBox * {
color: #FFF;
}
#keyArea.lower .txtBox:before {
    content: none;
}
#keyArea.lower .en {
	margin: 0 0 1rem;
}
#keyArea.lower .txtBox .mainTit {
	font-size: 2.2rem;
	margin: 0 0 1.5rem;
text-align: center;
}
#keyArea.lower .txtBox .txt {
	font-size: 1.4rem;
	line-height: 1.6;
}
#keyArea.lower .txtBox .txt .small {
	font-size: 1.2rem;
	margin: 2rem 0 0;
	display: block;
}
#keyArea.lower .en {
    height: auto;
}
#keyArea.lower .en img {
    height: auto;
}
#keyArea.lower .txtBox .en {
display: none;
}
	
	
	
/*--------------------------------------
　CONTACT
---------------------------------------*/
#contact {
	padding: 0 4%;
}
#contact .btnArea {
	padding: 0;
}
#contact .btnArea > div {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 1.5rem 0;
}
#contact .btnArea .telBtn {
	padding: 2rem 2rem 1.5rem;
}
#contact .btnArea .telBtn .telTxt {
	font-size: 2.8rem;
	margin: 0 auto 1rem;
	padding: 0 0 0 3rem;
	line-height: 1;
}
#contact .btnArea .telTxt:before {
	content: "";
	background: url("../../images/common/icon_tel.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 26px;
	top: 2px;
}
#contact .btnArea .telBtn p {
	line-height: 1.7;
	font-size: 1.3rem;
}
#contact .btnArea .contactBtn a {
	padding: 3rem 2rem;
	display: block;
}
#contact .btnArea .contactBtn a:before {
	content: none;
}
#contact .btnArea .contactBtn .contactTxt {
	font-size: 1.8rem;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0 0 0 4rem;
}
#contact .btnArea .contactBtn .contactTxt:before {
	background: url("../../images/common/icon_mail.png") no-repeat;
	background-size: 100%;
	width: 30px;
	height: 20px;
	top: 4px;
}
#contact .recruitBtn {
	width: 100%;
	margin: 3rem auto 0;
}
#contact .recruitBtn a {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 1.7rem 1rem 1.5rem;
}
#contact .recruitBtn a span {
	font-size: 1.9rem;
}   
.contactArea .twoColumnBox2 img {
        margin: 20px auto 30px;
    }


/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
position: fixed;
bottom: 3%;
right: 3%;
z-index: 2;
width: 40px;
}

/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
padding: 3rem 0 0;
}
footer a:hover {
opacity: 1;
}
footer .logo {
width: 160px;
margin: 0 auto 2rem;
}
footer .areaInner {
width: 100%;
padding: 0 4%;
margin: 0 auto 2rem;
}
footer .areaInner ul {
float: none;
}
footer .areaInner ul:nth-child(1),
footer .areaInner ul:nth-child(2) {
width: 100%;
}
footer .areaInner ul:nth-child(3) {
width: 100%;
}
footer .areaInner ul li {
background: url("../../images/common/arrow_white.png") 6px 50% no-repeat;
background-size: 6px;
padding: 3px 0 3px 25px;
}
footer .areaInner ul li a {
font-size: 1.3rem;
transition: none;
}
footer .areaInner ul li a:after {
content: none;
}
footer .logoArea {
width: 100%;
padding: 0 4%;
margin: 0 auto 3rem;
}
footer .logoArea ul {
display: flex;
flex-wrap: wrap;
}
footer .logoArea li {
float: none;
margin: 0 0 1rem;
text-align: center;
display: table;
height: 46px;
}
footer .logoArea li:last-child {
margin: 0 0 1rem;
}
footer .logoArea li:nth-child(1) {
width: 50%;
}
footer .logoArea li:nth-child(2) {
width: 50%;
}
footer .logoArea li:nth-child(3) {
width: 50%;
}
footer .logoArea li:nth-child(3) img {
width: 30%;
}
footer .logoArea li:nth-child(4) {
width: 50%;
}
footer .logoArea li:nth-child(5) {
width: 50%;
}
footer .logoArea li:nth-child(6) {
width: 50%;
}
footer .logoArea li a {
display: table-cell;
vertical-align: middle;
height: 100%;
}
footer .logoArea li img {
width: 80%;
margin: 0 auto;
}
footer .logoArea li:last-child img {
width: 70%;
}
footer .botArea {
padding: 2rem 0;
}
footer .botArea .botInner {
width: 100%;
margin: 0 auto;
position: relative;
}
footer p.copy {
font-size: 1.1rem;
}
/*insta*/
	#insta{
	padding: 0 4%;	
	}	
/*reform*/
#reform {
padding: 0 4%;
}
#reform .cont ul {
display: block;
text-align: center;
}
#reform .cont ul li {
display: inline-block;
vertical-align: top;
width: 130px;
margin: 0 2rem 2em;
}
#reform .cont ul li img {
margin: 0 0 1rem 0;
}
#reform .cont ul li span {
font-size: 1.4rem;
display: inline-block;
position: relative;
}
#reform .cont ul li span:before {
content: "";
background: url("../../images/common/arrow_black.png") no-repeat right center;
background-size: 100%;
width: 7px;
height: 10px;
position: absolute;
top: calc(50% - 5px);
right: -1.5rem;
}
#reform .cont ul li a {
}
#reform .cont ul li a:hover {
opacity: 1;
}

/*estimate*/
#estimate {
padding: 0 4%;
}
#estimate .btn-estimate {
width: 100%;
margin: 0 auto;
}
#estimate .btn-estimate a{
background: #000 url("../../images/common/icon_mail02.png") no-repeat left 30px  center;
background-size: 30px auto;
padding: 2.3rem 2.3rem 2.3rem 4.5rem;
font-size: 1.6rem;
}
#estimate .btn-estimate a:hover {
opacity: 1;
}
#estimate .btn-estimate a:before {
background: #000 url(../../images/common/arrow_white.png) 50% 50% no-repeat;
background-size: 7px auto;
left: auto;
right: 2rem;
opacity: 1;
transition: none;
}
#estimate .btn-estimate a.on:before {
content: none;
}
#estimate .btn-estimate a.on span {
left: auto;
}	
	
	
	
#estimate p {
text-align: center;
margin: 2rem 0 0;
font-size: 1.3rem;
}


/*shop*/
#shop {
padding: 5rem 4%;
}
#shop .sBox {
	width: 100%;
	float: none;
	margin: 0 0 4rem;
}
#shop .sBox .shopName {
	font-size: 1.6rem;
	padding: 1.1rem;
}
#shop .sBox ul {
	padding: 2rem 2.5rem;
}
#shop .sBox .btn-access {
	width: 210px;
	margin: 2rem auto 0;
}
	
/*--------------------------------------
　SNS固定
---------------------------------------*/
#fix_sns {
	display: none;
}


/* ================== */
/*メインコンテンツ　*/
/* ================== */
	
section.sec {
    margin: 0 auto 6rem;
}

.idxH2 {
font-size: 1.6rem;
margin: 50px 0 3rem;
}
.idxH2 .en {
font-size: 2.5rem;
margin: 0 auto 2rem;
}
.idxH2 .en:after {
bottom: -1.2rem;
left: calc(50% - 70px);
width: 140px;
height: 1px;
}

.idxH2_v2 {
	font-size: 1.8rem;
	padding: 0 1rem 1.2rem 1rem;
	border-bottom: solid 2px #e2e2df;
	margin: 0 0 3rem;
}
.idxH2_v2:before {
	width: 180px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.idxH2_v3 {
	font-size: 1.8rem;
	padding: 0 1rem 1.3rem 1rem;
	border-bottom: solid 2px #000;
	margin: 0 0 3rem;
}

.idxH3 {
	font-size: 2rem;
	border-left: solid 2px #000;
	padding: 0 0 0 1.5rem;
	margin: 0 0 3rem;
}
.idxH3 span {
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 0.5rem 0 0;
}
	
	
/*--------------------------------------
　content
---------------------------------------*/
/*お知らせ*/
#contents #news {
padding: 0 4%;
}
#contents #news .cont .wi1100 {
padding: 0;
}

	

/*スライダー*/
#contents .sl_slider {
margin: 0 auto 5rem;
}
#contents .sl_slider li {
}
#contents .sl_slider .photo {
/*width: 286px;
height: 210px;*/
margin: 0 0 1.5rem;
position: relative;
}
#contents .sl_slider .photo img {
width: 100%;
height: 55vw;
}
#contents .sl_slider .date {
	width: 100px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 20px 5px 0;
    background: #ffffffb5;
    border: 1px solid;
    color: #000;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3px 20px;
}
#contents .sl_slider .tit {
letter-spacing: 0.1em;
}

#contents .thumb-item {
	width: 100%;
	height: auto;
	float: none;
}
#contents .thumb-item img {
	width: 100%;
	height: 62vw;
}
#contents .thumb-item .slick-prev, 
#contents .thumb-item .slick-next {
    position: absolute;
    top: calc(50% - 13px);
    width: 15px;
    height: 26px;
}
#contents .thumb-item .slick-prev {
    left: 1rem;
}
#contents .thumb-item .slick-next {
    right: 1rem;
}

#contents .thumb-item-nav {
	width: 100%;
	float: none;
	padding: 1rem 0 0;
}
#contents .thumb-item-nav li {
	width: 100%;
	transition: inherit;
}
#contents .thumb-item-nav li:hover {
    opacity: 1;
}
#contents .thumb-item-nav li > div {
	margin: 0 0.3rem;
}
#contents .thumb-item-nav li img {
	width: 100%;
	height: 60px;
}
#contents .thumb-item-nav .slick-list {
	/*height: 45rem !important;*/
}
#contents .thumb-item-nav .slick-track {
	/*transform: none !important;*/
}
#contents .slick-vertical .slick-slide {
    border: none;
}
#contents .thumb-item-nav .slick-slide:not(.slick-current) {
    -webkit-filter: opacity(60%);
    -moz-filter: opacity(60%);
    -o-filter: opacity(60%);
    -ms-filter: opacity(60%);
    filter: opacity(60%);
}
#contents .thumb-item-nav .thumb-slick-prev {
	
}
/*#contents .thumb-item-nav .slick-slide {
  padding: 0 10px;
  opacity: .5;
  transition-duration: 0.3s;
}
#contents .thumb-item-nav .slick-slide.slick-current {
  opacity: 1;
}*/





/*バナー*/
#bn,
#bn2 {
padding: 0 4%;
}
#bn .wi1100,
#bn2 .wi1100 {
display: block;
}
#bn .bn,
#bn2 .bn {
width: 100%;
height: auto;
display: block;
margin: 1.5rem 0 0;
}
#bn .bn a,
#bn2 .bn a {
}
#bn .bn:first-child,
#bn2 .bn:first-child {
margin: 0;
}
#bn .bn:nth-child(3), #bn .bn:nth-child(4),#bn .bn:nth-child(5), #bn .bn:nth-child(6){
    margin: 1.5rem 0 0;
}
    #bn2 .bn:nth-child(3), #bn2 .bn:nth-child(4){
        margin: 1.5rem 0 0;
    }
#recruit .wi1100 {
display: block;
text-align: center;
font-size: 0;
}
#recruit .bn {
width: 100%;
display: block;
box-sizing: border-box;
}
#recruit .bn a {
display: block;
box-sizing: border-box;
}
#recruit .bn:first-child {
margin: 0 0 20px 0;
}
	
/*table*/
.cmnTable {
	width: 100%;
	border-bottom: none;
}
.cmnTable th {
	border: none;
	border-bottom: solid 1px #000;
	font-size: 1.4rem;
	padding: 1.5rem 2rem;
	width: 100%;
	display: block;
}
.contactArea .form th a {
	font-family: inherit;
	text-decoration: underline;
}
.contactArea .form th a:hover {
	text-decoration: underline;
}
.cmnTable td {
	border: none;
	border-bottom: solid 1px #000;
	padding: 2rem;
	width: 100%;
	display: block;
}	
	
	
/* pager */
#contents #wp_page_numbers ul {
}
#contents #wp_page_numbers li {
	width: 30px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    margin: 0 0.8rem 0 0;
}
	
	
	
	
	
}


@media (min-width: 1024px) {
    img.wide {
        display: block;      /* ブロック要素化 */
        width: 80%;          /* 幅80% */
        margin: 0 auto;      /* 上下余白0、左右自動で中央寄せ */
    }
	img.wide2 {
        display: block;      /* ブロック要素化 */
        width: 50%;          /* 幅80% */
        margin: 0 auto;      /* 上下余白0、左右自動で中央寄せ */
    }
}




/* 共通（PC） */
.kai {
  margin-top: 50px;
}

/* スマホ（例：768px以下） */
@media screen and (max-width: 768px) {
  .kai {
    margin-top: 40px;
  }
}


/* 共通（PC） */
.redTT {
  color: #bc1b1b;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 1.1rem;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "Roboto Slab",
               Garamond, "Times New Roman",
               "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3,
               HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* スマホ（例：768px以下） */
@media screen and (max-width: 768px) {
  .redTT {
    font-size: 1.6rem;
    padding: 1.1rem;
  }
}

/* 採用バナーエリア 2行目以降のマージン */
.wi1100 .bn:nth-child(n+3) {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .wi1100 .bn:nth-child(n+2) {
        margin-top: 20px;
    }
}