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

/* CSSリセット 基本設定 */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
outline-color:invert;
outline-style:none;
outline-width:0pt;
padding:0pt;
vertical-align:baseline;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
strong {
font-weight:bold;
}
* {
margin:0pt;
padding:0pt;
}
.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
img {
	vertical-align: top;
	border-style: none;
}
#wrap {width: 100%;
	height:100%;
	font-family: "光朝","Kocho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
-ms-font-feature-settings: "normal";}


/*////////// HEADER ////////////////////////*/
#header {
	width: 100%;
	min-width: 1100px;
	height: 94px;
	margin:0 auto;
}
#header h1 {
	width: 497px;
float: left;
	margin:22px 0 0 50px;
}


/*-----  共通スタイル -----*/
.pc {
		display: block;
	}
.sp {
		display: none;
	}
nav.gmenu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
	float:right;
	list-style: none;
}
nav.gmenu ul li {
  margin-right: 1.25rem;
}
nav.gmenu ul li a {
  display: block;
  padding: 10px;
  color: #000000;
  text-decoration: none;
	letter-spacing: 0.1em;
}

.gmenu .menu a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding:38px 22px 0;
  font-size: 14px;
}
.gmenu .menu a::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 1px;
  height: 0%;
  background: #000;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gmenu .menu a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(1, 0.03, 0.515, 0.955);
}
.gmenu .menu a span.ja {
  position: absolute;
  top: 100%;
  left: 0%;

  white-space: nowrap;
}
.gmenu .menu a:hover::after {
  height: 28px;
}
.gmenu .menu a:hover span.en {
  transform: translate(0%, 150%);
}
.gmenu .menu a:hover span.ja {
  top: 69%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
p.top {
	position: fixed;
	cursor: pointer;
	width: 50px;
	height: 50px;
	bottom: 40px;
	right: 60px;
	z-index: 9999;
	opacity: 0.9;
}
p.top img {
	max-width: 100%;
	height: auto;
}



/*///////////////// SLIDE 部 ///////////////////////////*/
#slide_wrap {
	width: 100%;
	height: calc(100Vh - 94px);
}
#slide_wrap .slide_left {
	width: 360px;
	height: calc(100Vh - 18Vh - 94px);
	background: #000;
	position: relative;
	text-align: center;
	padding-top: 18Vh;
	float: left;
}
#slide_wrap .slide_left h2 {
	color: #FFF;
	font-size: 25px;
	line-height: 200%;
	letter-spacing: 0.2em;
}
#slide_wrap .slide_left p {
	margin-top:20Vh;
}
#slide_wrap .slide_right {
width: calc(100% - 360px);
	height: calc(100Vh - 94px);
	float: right;
}
#slide_wrap .slide_right ul.slick-box {
	list-style: none;
	width: 100%;
	height: calc(100Vh - 94px);
}

#slide_wrap .slide_right ul.slick-box li {
	width: 100%;
	height: calc(100Vh - 94px);
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (orientation: portrait) {
  #slide_wrap {
  	height: 700px;
  }
  #slide_wrap .slide_left {
  	height: calc(700px - 140px);
  	padding-top: 140px;
  }

  #slide_wrap .slide_left p {
  	margin-top:140px;
  }
  #slide_wrap .slide_right {
  width: calc(100% - 360px);
  	height: 700px;
  	float: right;
  }
  #slide_wrap .slide_right ul.slick-box {
  	list-style: none;
  	width: 100%;
  	height: 700px;
  }
  #slide_wrap .slide_right ul.slick-box li {
  	width: 100%;
  	height: 700px;
  	display: block;
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
  }
}

#slide_wrap .slide_right ul.slick-box li.sl01 {
	background-image: url(../img/top_slide_1.jpg) ;
}
#slide_wrap .slide_right ul.slick-box li.sl02 {
	background-image: url(../img/top_slide_2.jpg) ;
}
#slide_wrap .slide_right ul.slick-box li.sl03 {
	background-image: url(../img/top_slide_3.jpg);
}
#slide_wrap .slide_right ul.slick-box li.sl04 {
	background-image: url(../img/top_slide_4.jpg);
}
#slide_wrap .slide_right ul.slick-box li.sl05 {
	background-image: url(../img/top_slide_5.jpg);
}
#slide_wrap .slide_right ul.slick-box li.sl06 {
	background-image: url(../img/top_slide_6.jpg);
}
#slide_wrap .prev {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_prev.png);
	position: absolute;
	top: 49%;
	left: 15px;
	z-index: 999;
	cursor: pointer;
}
#slide_wrap .next {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_next.png);
	position: absolute;
	top: 49%;
	right: 15px;
	z-index: 999;
	cursor: pointer;
}

/* CONTENTS //////////////////////////////*/
#contents_wrap .contents {
	width: 1200px;
	margin: 100px auto 0;
	padding-top: 100px;
	overflow: hidden;
}
#contents_wrap .contents .imgbox ,
#contents_wrap .contents .imgbox2 {
	width: 1200px;
	position:relative;
	padding-bottom: 150px;
}
#contents_wrap .contents .imgbox ul ,
#contents_wrap .contents .imgbox2 ul {
	width: 720px;
}
#contents_wrap .contents .txtbox {
	width: 360px;
	height: 385px;
	padding: 85px 60px 0;
	letter-spacing: 0.1em;
}
#contents_wrap .contents .txtbox h2 {
	text-align: center;
	font-size:75px;
}
#contents_wrap .contents .txtbox p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height: 250%;
	margin-top: 30px;
}
#contents_wrap .contents .imgbox .txtbox {
	background: #FFF;
	position: absolute;
	right: -130px;
	top: 115px;
	opacity: 0;
	z-index: 999;
}
#contents_wrap .contents .imgbox2 .txtbox {
	background: #FFF;
	position: absolute;
	left:-130px;
	top: 115px;
	opacity: 0;
	z-index: 999;
}

#contents_wrap .contents .imgbox .txtbox em {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-style: normal;
	position: absolute;
	left: 0px;
	bottom: 30px;
}
#contents_wrap .contents .imgbox2 .txtbox em {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	position: absolute;
	font-style: normal;
	right: 0px;
	bottom: 30px;
}
#contents_wrap .contents .imgbox .txtbox em a ,
#contents_wrap .contents .imgbox2 .txtbox em a {
	text-decoration: none;
}
.slidebox {
	position: relative;
	width: 720px;
	margin-top: 80px;
}
.mask_l {
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 700px;
	background-color: #4E4F54;
	z-index: 99;
}

/*/////// SECOND CONTENTS /////////////////*/
#second_contents {
	background: #000;
	padding: 150px 0;
	position: relative;
}
#second_contents .t_line {
	width: 1px;
	height: 200px;
	position: absolute;
	top: -100px;
	left: 50%;
}
#second_contents .b_line {
	width: 1px;
	height: 200px;
	position: absolute;
	bottom: -100px;
	left: 50%;
}
#second_contents h2 {
	text-align: center;
	margin-bottom: 35px;
}
.glaybox {
	background: #141414;
	padding: 50px 0;
}
.blackbox {
	background: #000;
	padding: 50px 0;
}
#second_contents dl {
	width: 1200px;
	margin: 0 auto;
}
#second_contents dt {
	width: 370px;
	color:#FFF;
}
#second_contents dd {
	width: 720px;
}
#second_contents dt h3 {
	font-size: 20px;
	line-height: 200%;
	letter-spacing: 0.1em;
}
#second_contents dt p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height: 250%;
	margin-top: 30px;
}

/*//////////////// third_contents //////////////////////////////*/
#third_contents {
	padding: 200px 0;
	position: relative;
}
#third_contents h3 {
	font-size: 22px;
	margin-bottom: 100px;
	text-align: center;
	letter-spacing: 0.1em;
}
#third_contents ul.third_slide {
	width: 1000px;
	margin: 0 auto;
	list-style: none;
}
#third_contents .prev {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_prev.png);
	position: absolute;
	top: 49%;
	left: 15px;
	z-index: 999;
	cursor: pointer;
}
#third_contents .next {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_next.png);
	position: absolute;
	top: 49%;
	right: 15px;
	z-index: 999;
	cursor: pointer;
}
#third_contents .line {
	width: 1px;
	height: 200px;
	position: absolute;
	bottom: -100px;
	left: 50%;

}

/*///////////////// fourth_contents ////////////////*/
#fourth_contents {
	padding: 200px 0 120px;
	background: #F0F0F0;
}
#fourth_contents h3 {
	font-size: 22px;
	margin-bottom: 100px;
	text-align: center;
	letter-spacing: 0.1em;
}
#fourth_contents .spec {
	width: 1050px;
	margin: 0 auto;
}
#fourth_contents .spec .left_img {
	width: 320px;
	float: left;
	text-align: center;
	margin-right: 220px;
}
#fourth_contents .spec .left_img h4 {
	margin-top: 40px;
	margin-left: 34px;
	text-align: left;
	font-size: 16px;
}
#fourth_contents .spec .left_img ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 20px auto 0;;
	list-style: none;
	width: 360px;
}
#fourth_contents .spec .left_img ul li a {
	width: 100px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 12px 0;
	background: #CCCCCC;
	margin-right: 30px;
	letter-spacing: 0.1em;
}
#fourth_contents .spec .left_img ul li:nth-of-type(2) a {
	background: #C7B299;
	color: #FFF;
}
#fourth_contents .spec .left_img ul li:last-of-type a {
	margin-right: 0;
	background: #000;
	color: #FFF;
}

#fourth_contents .spec .left_img ul.img_change {
	width: 250px;
	margin: 0 auto;
}

#fourth_contents .spec .left_img ul.img_change li {
	display: none;
}
#fourth_contents .spec .left_img ul.img_change li img {
	max-width: 100%;
	height: auto;
}
#fourth_contents .spec .left_img ul.img_change li:first-of-type {
	display: block;
}


#fourth_contents .spec .right_txt {
	width: 510px;
	float: left;
	padding-top: 0;
}
#fourth_contents .spec .right_txt h2 {
	margin-bottom: 50px;
}
#fourth_contents .spec .right_txt p.spec_title {
	margin-bottom: 35px;
	font-size: 20px;
}
#fourth_contents .spec .right_txt dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	line-height: 180%;
}
#fourth_contents .spec .right_txt dl dt {
	width: 175px;
	float: left;
	margin-top: 12px;
}
#fourth_contents .spec .right_txt dl dd {
	margin-left: 175px;
	margin-top: 12px;
}
#fourth_contents .spec .right_txt dl dd span {font-size: 0.8em;}

/*//////////// FOOTER //////////////////////*/
#footer {
	padding: 40px 0;
	text-align: center;
}
#footer p.copyright {
	font-size: 14px;
	margin-top: 20px;
}

/* ボタンアクション */
.imgbox .collection-grid-item__btn
{font-size:13px;
	text-align: right;
text-transform:uppercase;
height:50px;
display:inline-block;
background-size:200% 100%;
background-image:linear-gradient(to right, #000 50%, transparent 50%);
-webkit-transition:background-position .2s;
-moz-transition:background-position .2s;
transition:background-position .2s;
padding:0px 20px;
position:relative;
cursor:pointer;
line-height:50px;
margin-top:25px;
font-weight:500;
	width: 130px;
letter-spacing:2.5px}
@media only screen and (max-width: 768px){
.collection-grid-item__btn{margin-left:10%}}
.imgbox .collection-grid-item__btn:before{
content:"";
display:block;
background:black;
position:absolute;
top:0;
left:-80px;
height:50px;
width:80px}
.imgbox .collection-grid-item__btn:after{
content:"";
display:block;
background-color:white;
-webkit-mask-image:url(../img/btn-home-arrow.svg?16076632266433299633);
mask-image:url(../img/btn-home-arrow.svg?16076632266433299633);
position:absolute;
left:-55px;
height:8px;
width:55px;
top:50%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
transition:all 0.3s ease}
.imgbox .collection-grid-item__btn el:after{
content:"";
display:block;
background-color:black;
position:absolute;
right:-80px;
height:1px;
width:60px;
top:50%;
transition:all 0.3s ease;
font-size:1px;
line-height:1px}
.collection-grid-item__btn span{color:white}
.collection-grid-item__btn:hover{background-position:99.9% 0;opacity:1}
.collection-grid-item__btn:hover span{
	color:black;}
.imgbox .collection-grid-item__btn:hover el:after{
left:-60px;
right:initial;
background:white}
.collection-grid-item__btn:hover:before{background:black}
.collection-grid-item__btn:hover:after{
left:initial;left:100%;margin-left:0px;background-color:black}

/* 写真右 */
.imgbox2 .collection-grid-item__btn
{font-size:13px;
	text-align: left;
text-transform:uppercase;
height:50px;
display:inline-block;
background-size:200% 100%;
background-image:linear-gradient(to right, #000 50%, transparent -50%);
-webkit-transition:background-position .2s;
-moz-transition:background-position .2s;
transition:background-position .2s;
padding:0px 20px;
position:relative;
cursor:pointer;
line-height:50px;
margin-top:25px;
font-weight:500;
	width: 130px;
letter-spacing:2.5px}
@media only screen and (max-width: 768px){
.collection-grid-item__btn{margin-left:10%}}
.imgbox2 .collection-grid-item__btn:before{
content:"";
display:block;
background:black;
position:absolute;
top:0;
right:-80px;
height:50px;
width:80px}
.imgbox2 .collection-grid-item__btn:after{
content:"";
display:block;
background-color:white;
-webkit-mask-image:url(../img/btn-home-arrow.svg?16076632266433299633);
mask-image:url(../img/btn-home-arrow.svg?16076632266433299633);
position:absolute;
right:-55px;
height:8px;
width:55px;
top:50%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
transition:all 0.3s ease}
.imgbox2 .collection-grid-item__btn el:after{
content:"";
display:block;
background-color:black;
position:absolute;
left:-80px;
height:1px;
width:60px;
top:50%;
transition:all 0.3s ease;
font-size:1px;
line-height:1px}
.imgbox2 .collection-grid-item__btn span{color:white}
.imgbox2 .collection-grid-item__btn:hover{background-position:-99.9% 0;opacity:1}
.imgbox2 .collection-grid-item__btn:hover span{
	color:#000;}
.imgbox2 .collection-grid-item__btn:hover el:after{
right:-60px;
left:initial;
background:white}
.imgbox2 .collection-grid-item__btn:hover:before{background:black}
.imgbox2 .collection-grid-item__btn:hover:after{
left:initial;right:190px;margin-left:0px;background-color:black}





/*////////////////////////////// POPUP /////////////*/

.box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 650px;
	padding:0;
	position: relative;
	color: #FFF;
	font-size: 14px;
	line-height: 250%;

}
.box em {
	display: block;
	width:1px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 0;
}
.box p {
	width: 410px;
	margin:250px auto 0;
	padding: 30px 45px 0;
	background: #000;
}
#tomosu_detail {
	background-image: url(../img/popup_img1.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#kazaru_detail {
	background-image: url(../img/popup_img2.jpg);
		background-repeat: no-repeat;
	background-color: #000;
}
#nagomu_detail {
	background-image: url(../img/popup_img3.jpg);
		background-repeat: no-repeat;
	background-color: #000;
}


/* CONTACT Page */
.contact a {
	width: 220px;
	margin: 20px auto 0;
	display: block;
	padding: 15px 0 14px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	letter-spacing: 0.2em;
	border: 1px solid #666;
	text-align: center;
	padding-right: 42px;
	background-image: url(../img/arrow_normal.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	transition: all 0.5s cubic-bezier(1, 0.03, 0.515, 0.955);
}
.contact a:hover {
	color: #FFF;
	background-color: #333;
	background-image: url(../img/arrow_hover.png);
}

#contact #header h1 {
	float: none;
	margin:22px auto 0;
}
#contact #contents_wrap h2 {
	text-align: center;
	font-size: 28px;
	margin: 80px 0 0;
}
#contact #contents_wrap h2 span {
	font-size: 18px;
	padding-right: 20px;
}
#contact #contents_wrap h2 em {
	display: block;
	font-size: 20px;
	margin: 20px 0 0;
}

#contents_wrap #form {
	width: 800px;
	margin: 80px auto;
} 
.Annotation {
	width: 800px;
	margin: 50px auto;
	text-align: right;
	font-size: 11px;
}
.red {
	color: #FC0004;
	font-size: 1.5em;
}

/*///////////////// form /////////////////*/
dl.formPart{
	border-bottom: dashed 1px #eee ;
	display: table;
	text-align: left;
	width: 800px;
	margin-bottom: 0px;
	color: #333333;
	line-height: 1.6;
}
section dl.formPart:nth-of-type(1){
}
dl.formPart dt,
dl.formPart dd{
	padding-top: 20px;
	padding-bottom: 18px;
	display: table-cell;
	vertical-align: middle;
}
dl.formPart dt label{
	width: 100%;
	height: 100%;
}
dl.formPart dt{
	background-color: #fff;
	width: 25%;
	height: 100%;
	padding-left: 16px;
	font-weight: bold;
}
dl.formPart dt span,
span.red{
	font-weight: bold;
	color: #C80000;
}
dl.formPart dd{
	padding: 20px 0 18px 33px;
	width: 75%;
}
textarea {  
    resize: none;  
}

.formPart input[type="text"]{
	width: 97%;
}

.formPart input[type="text"],
textarea {
	font-size: 0.9rem;
	border: 0;
	padding: 8px;
	color: #333;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
inpu::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:focus {
    border:solid 1px #17286D;
}
.Consultation{
	width: 97%;
	height: 10em;
}
/*///////////////// button /////////////////*/
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
button.submitButton0, button.submitButton1, button.submitButton2{
	width: 220px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #17286D;
	font-weight: 400;
	color: #17286D;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 75px;
	margin-bottom: 100px;
	border-radius: 3px;
}
button.submitButton0:hover, button.submitButton1:hover, button.submitButton2:hover{
	background-color: #17286D;
	color: #FFFFFF;
}

button.submitButton1 {
	float: left;
	margin: 40px 0 0 110px;
}

button.submitButton2 {
	float: right;
	margin: 40px 110px 0 0;
}

em.submitButton0 a {
	text-decoration: none;
	color: #1d3051;
	font-style: normal;
	width: 220px;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #1d3051;
	font-weight: 400;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 75px;
	margin-bottom: 100px;
	border-radius: 3px;
}

em.submitButton0 a:hover {
	background-color: #17286D;
	color: #FFFFFF;
}

/*THANKS PAGE */
.thanks_message {
	margin: 100px auto ;
	width: 600px;
}
.thanks_message h3 {
	font-size: 18px;
	text-align: center;
}
.thanks_message p {
	font-size: 15px;
	line-height: 2;
	margin: 50px 0 0;
}
.back_btn a {
	padding: 15px 0 14px;
	border: 1px solid #17286D;
	width: 280px;
	margin: 0 auto 60px;
	display: block;
	text-align: center;
	color: #17286D;
	text-decoration: none;
}
.back_btn a:hover {
	background-color: #17286D;
	color: #fff;
}

center {
	width: 680px;
	margin: 0 auto;
}

table#kakunin {
	width: 680px;
	margin: 0 auto;
	border-top: solid 1px #eee;
}

table#kakunin th {
	width: 30%;
	padding: 10px 0 10px 15px;
	border-bottom: solid 1px #eee;
	text-align: left;
}

table#kakunin td {
	width: 60%;
	margin: 0 0 0 10%;
	padding: 10px 0 10px 15px;
	border-bottom: solid 1px #eee;
}

h3.err_copy {
	font-size: 13px;
	margin-top: 60px;
}
.err p {
	margin-top: 1em;
}

#sei,#mei,#sei_f,#mei_f {
	width: 40%;
	float: left !important;
	margin-right: 20px;
}
p.note {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}




/*///////////////////////////// SP /////////////////////////////////////////////*/
@media only screen and (max-width: 768px){
/*////////// HEADER ////////////////////////*/
.pc {
		display: none;
	}
.sp {
		display: block;
	}

	img {
		max-width: 100%;
		height: auto;
	}
#header {
	width: 100%;
	min-width: 100%;
	height: auto;
	margin:0 auto;
	padding-bottom:12px;
}
#header h1 {
	width: 80%;
float: none;
	margin:12px auto 10px;
}


/*-----  共通スタイル -----*/
nav.gmenu_sp ul {
  display: block;

}
nav.gmenu_sp ul li {
  display: inline;
}
nav.gmenu_sp ul li a {
  display: block;
  width: 25%;
	float: left;
	text-align: center;
	color:#333;
	text-decoration: none;
	font-size: 13px;
}


.fl {
	float:none;
}
.fr {
	float:none;
}


/*///////////////// SLIDE 部 ///////////////////////////*/
#slide_wrap {
	width: 100%;
	height: initial;
	height: auto;
}
#slide_wrap .slide_left {
	width: 100%;
	height: initial;
	height: auto;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 25px;
	float: none;
}
#slide_wrap .slide_left h2 {
	color: #FFF;
	font-size: 15px;
	line-height: 200%;
	letter-spacing: 0.2em;
}
#slide_wrap .slide_left p {
	width: 40%;
	margin: 10px auto 0;
}
#slide_wrap .slide_right {
width: 100%;
	height: 300px;
	float: none;
}
#slide_wrap .slide_right ul.slick-box {
	list-style: none;
	width: 100%;
	height:300px;
}
#slide_wrap .slide_right ul.slick-box li {
	width: 100%;
	height:300px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/top_slide_1.jpg);
}

#slide_wrap .prev {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_prev.png);
	position: absolute;
	top: calc(50% - 12px);
	left: 12px;
	z-index: 999;
	cursor: pointer;
}
#slide_wrap .next {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_next.png);
	position: absolute;
	top: calc(50% - 12px);
	right: 12px;
	z-index: 999;
	cursor: pointer;
}


/* CONTENTS //////////////////////////////*/
#contents_wrap .contents {
	width: 100%;
	margin: 35px auto 0;
	padding-top: 35px;
	overflow: hidden;
}
#contents_wrap .contents .imgbox ,
#contents_wrap .contents .imgbox2 {
	width: 80%;
	position:relative;
	padding-bottom: 80px;
	margin: 0 auto;
}
#contents_wrap .contents .imgbox ul ,
#contents_wrap .contents .imgbox2 ul {
	width: 100%;
}
#contents_wrap .contents .txtbox {
	width: 100%;
	height: initial;
	padding: 0;
	letter-spacing: 0.1em;
	margin: 0 auto;
}
#contents_wrap .contents .txtbox h2 {
	text-align: center;
	font-size:24px;
}
#contents_wrap .contents .txtbox p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:13px;
	line-height: 200%;
	margin-top: 20px;
}
#contents_wrap .contents .imgbox .txtbox {
	background: #FFF;
	position: static;
	opacity:1;
}
#contents_wrap .contents .imgbox2 .txtbox {
	background: #FFF;
position: static;
	opacity:1;
}
#contents_wrap .contents .txtbox h2 ,
#contents_wrap .contents .txtbox p
{
	margin-top: 20px;
	opacity: 1;
}
#contents_wrap .contents .imgbox .txtbox em {
font-style: normal;
	position: static;
}
#contents_wrap .contents .imgbox2 .txtbox em {
	position: static;

}
#contents_wrap .contents .imgbox .txtbox em a ,
#contents_wrap .contents .imgbox2 .txtbox em a {
	text-decoration: none;
}


/*/////// SECOND CONTENTS /////////////////*/
#second_contents {
	background: #000;
	padding: 70px 0;
	position: relative;
}
#second_contents .t_line {
	width: 1px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
}
	#second_contents .t_line img {
		max-height: 100%;
	}
#second_contents .b_line {
	width: 1px;
	height: 80px;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
	#second_contents .b_line img {
		max-height: 100%;
	}
#second_contents h2 {
	text-align: center;
	margin:0 auto 40px;
	width: 50%;
}
.glaybox {
	background: #141414;
	padding: 0 0 40px;
}
.blackbox {
	background: #000;
	padding: 0 0 40px;
}
#second_contents dl {
	width: 100%;
}
#second_contents dt {
	width: 88%;
	margin: 0 auto;
	padding: 30px 0 0;
}
#second_contents dd {
	width: 100%;
}
#second_contents dt h3 {
	font-size: 15px;
	line-height: 180%;
}
#second_contents dt p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:13px;
	line-height: 200%;
	margin-top: 20px;
}

/*//////////////// third_contents //////////////////////////////*/
#third_contents {
	padding: 80px 0;
	position: relative;
}
#third_contents h3 {
	font-size: 18px;
	margin-bottom: 50px;
}
#third_contents ul.third_slide {
	width: 100%;
	margin: 0 auto;
	list-style: none;
}
#third_contents .prev {
	width: 25px;
	height:25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_prev.png);
	position: absolute;
	top: 49%;
	left: 15px;
	z-index: 999;
	cursor: pointer;
}
#third_contents .next {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bt_next.png);
	position: absolute;
	top: 49%;
	right: 15px;
	z-index: 999;
	cursor: pointer;
}
#third_contents .line {
	width: 1px;
	height: 80px;
	position: absolute;
	bottom: -40px;
	left: 50%;

}
	#third_contents .line img {
		max-height: 100%;
	}


/*///////////////// fourth_contents ////////////////*/
#fourth_contents {
	padding: 80px 0 20px;
	background: #F0F0F0;
}
#fourth_contents h3 {
	font-size: 18px;
	margin-bottom: 40px;
}
#fourth_contents .spec {
	width: 88%;
	margin: 0 auto;
}
#fourth_contents .spec .left_img {
	width: 100%;
	float: none;
	text-align: center;
	margin-right: 0;
}
	#fourth_contents .spec .left_img img {
		width: 70%;

	}
#fourth_contents .spec .left_img h4 {
	margin-top: 40px;
	margin-left: 0;
	text-align: left;
	font-size: 15px;
}
#fourth_contents .spec .left_img ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 15px auto 0;;
	list-style: none;
	width: 100%;
}
#fourth_contents .spec .left_img ul li a {
	width: 30%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 10px 0;
	background: #CCCCCC;
	margin-right: 5%;
	letter-spacing: 0.1em;
}

#fourth_contents .spec .left_img ul.img_change li {
	display: none;
	width:60%;
	margin: 0 auto;
}
#fourth_contents .spec .left_img ul.img_change li:first-of-type {
	display: block;
}


#fourth_contents .spec .right_txt {
	width: 100%;
	float: none;
	padding-top: 50px;
}
#fourth_contents .spec .right_txt h2 {
	margin:0 auto 40px;
	width: 40%;
}
#fourth_contents .spec .right_txt p.spec_title {
	margin-bottom: 30px;
	font-size: 16px;
}
#fourth_contents .spec .right_txt dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	line-height: 160%;
}
#fourth_contents .spec .right_txt dl dt {
	width: 9em;
	float: left;
}
#fourth_contents .spec .right_txt dl dd {
	margin-left: 9em;
}

/*//////////// FOOTER //////////////////////*/
#footer {
	padding: 30px 0;
	text-align: center;
}
	#footer .logo {
		width:20%;
		margin: 0 auto;
	}
#footer p.copyright {
	font-size: 11px;
	margin-top: 20px;
}


/*////////////////////////////// POPUP /////////////*/

.box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	padding:0;
	position: relative;
	color: #FFF;
	font-size: 14px;
	line-height: 250%;
	margin: 0 auto;
}

.box p {
	width: 100%;
	margin:45% auto 0;
	padding: 20px 30px 0;
	background: #000;
	font-size: 13px;
	line-height: 180%;
}
#tomosu_detail {
	background-size: 100% auto;
}
#kazaru_detail {
background-size: 100% auto;
}
#nagomu_detail {
background-size: 100% auto;
}

/*////////// HEADER ////////////////////////*/
.pc {
		display: none;
	}
.sp {
		display: block;
	}

	img {
		max-width: 100%;
		height: auto;
	}
#header {
	width: 100%;
	min-width: 100%;
	height: auto;
	margin:0 auto;
	padding-bottom:12px;
	background: #f8f8f8;
}
#header h1 {
	width: 100%;
float: none;
	margin:12px auto 10px;
	background: #FFF;
	text-align: center;
}
	#header h1 img {
		max-width: 88%;
	}

.imgbox .collection-grid-item__btn,
.imgbox2 .collection-grid-item__btn
{font-size:12px;
	text-align: right;
text-transform:uppercase;
height:36px;
display:inline-block;
background-size:200% 100%;
background-image:linear-gradient(to right, #000 50%, transparent 50%);
-webkit-transition:background-position .2s;
-moz-transition:background-position .2s;
transition:background-position .2s;
padding:0px 20px;
position:relative;
cursor:pointer;
line-height:36px;
margin-top:25px;
font-weight:500;
	width: 130px;
letter-spacing:2.5px}
.imgbox .collection-grid-item__btn:before,
.imgbox2 .collection-grid-item__btn:before{
content:"";
display:block;
background:black;
position:absolute;
top:0;
left:-80px;
height:36px;
width:80px}
.imgbox .collection-grid-item__btn:after,
.imgbox2 .collection-grid-item__btn:after{
content:"";
display:block;
background-color:white;
-webkit-mask-image:url(../img/btn-home-arrow.svg?16076632266433299633);
mask-image:url(../img/btn-home-arrow.svg?16076632266433299633);
position:absolute;
left:-55px;
height:8px;
width:55px;
top:50%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
transition:all 0.3s ease}
.imgbox .collection-grid-item__btn el:after,
.imgbox2 .collection-grid-item__btn el:after{
content:"";
display:block;
background-color:black;
position:absolute;
left:initial;
right:-80px;
height:1px;
width:60px;
top:50%;
transition:all 0.3s ease;
font-size:1px;
line-height:1px}
.imgbox .collection-grid-item__btn span,
.imgbox2 .collection-grid-item__btn span{color:white}
.imgbox .collection-grid-item__btn:hover,
.imgbox2 .collection-grid-item__btn:hover{background-position:99.9% 0;opacity:1}
.imgbox .collection-grid-item__btn:hover span,
.imgbox2 .collection-grid-item__btn:hover span{
	color:black;}
.imgbox .collection-grid-item__btn:hover el:after,
.imgbox2 .collection-grid-item__btn:hover el:after{
left:-60px;
right:initial;
background:white}
.imgbox .collection-grid-item__btn:hover:before,
.imgbox2 .collection-grid-item__btn:hover:before{background:black}
.imgbox .collection-grid-item__btn:hover:after ,
.imgbox .collection-grid-item__btn:hover:after{
left:initial;left:100%;margin-left:0px;background-color:black}

	.mask_l {
		display: none;
	}

	.slidebox {
	position: relative;
	width: 100%;
	margin-top: 0px;
}
p.top {
	width: 30px;
	height:30px;
	bottom:15px;
	right: 15px;
}
	
	
#contact #header h1 {
	float: none;
	margin:22px auto 0;
}
#contact #contents_wrap h2 {
	text-align: center;
	font-size: 20px;
	margin: 60px 0 0;
}
#contact #contents_wrap h2 span {
	font-size: 15px;
	padding-right: 1.5em;
}
#contact #contents_wrap h2 em {
	display: block;
	font-size: 16px;
	margin: 20px 0 0;
}

#contents_wrap #form {
	width: 86%;
	margin: 50px auto;
} 
.Annotation {
	width: 100%;
	margin: 40px auto;
	text-align: right;
	font-size: 11px;
}
.red {
	color: #FC0004;
	font-size: 1.5em;
}

/*///////////////// form /////////////////*/
dl.formPart{
	width: 100%;
	margin: 0px auto;
}
section dl.formPart:nth-of-type(1){
}
dl.formPart dt,
dl.formPart dd{
	padding-top: 15px;
	padding-bottom: 13px;
	display: table-cell;
	vertical-align: middle;
}
dl.formPart dt label{
	width: 100%;
	height: 100%;
}
dl.formPart dt{
	background-color: #fff;
	width: 25%;
	height: 100%;
	padding-left: 0;
	font-weight: bold;
	font-size: 12px;
}
dl.formPart dt span,
span.red{
	font-weight: bold;
	color: #C80000;
}
dl.formPart dd{
	padding: 15px 0 15px 20px;
	width: 75%;
}
textarea {  
    resize: none;
	width: 90%;
}

.formPart input[type="text"]{
	width: 90%;
}

.formPart input[type="text"],
textarea {
	font-size: 0.8rem;
	border: 0;
	padding: 8px;
	color: #333;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
inpu::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:focus {
    border:solid 1px #17286D;
}
#sei,#mei,#sei_f,#mei_f {
	width: 30%;
	float: left !important;
	margin-right: 10px;
}
.Consultation{
	width: 90%;
	height: 10em;
}
	
button.submitButton0, button.submitButton1, button.submitButton2{
	width: 70%;
	height: auto;
	padding: 10px 0 9px;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 40px;
	margin-bottom: 60px;
}
button.submitButton1 {
	width: 100%;
	float: none;
	margin: 40px 0 0 0;
}

button.submitButton2 {
	width: 100%;
	float: none;
	margin: 40px 0 0 0;
}
	
/*THANKS PAGE */
.thanks_message {
	margin: 60px auto ;
	width: 100%;
}
.thanks_message h3 {
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	width: 86%;
	margin: 0 auto;
}
.thanks_message p {
	font-size: 13px;
	line-height: 2;
	margin: 50px auto 0;
	width: 86%;
}
.back_btn a {
	padding: 12px 0 11px;
	border: 1px solid #17286D;
	width: 80%;
	margin: 0 auto 60px;
	font-size: 13px;
}
.back_btn a:hover {
	background-color: #17286D;
	color: #fff;
}

center {
	width: 86%;
	margin: 0 auto;
}
center h2 {
		font-size: 15px !important;
	}
	
center p {
		font-size: 13px;
	}

table#kakunin {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #ccc;
	font-size: 13px;
}

table#kakunin th {
	width: 30%;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

table#kakunin td {
	width: 60%;
	margin: 0 0 0 10%;
	padding: 10px 0 10px 0.5em;
	border-bottom: solid 1px #ccc;
}

h3.err_copy {
	font-size: 12px;
	margin-top: 60px;
}
.err p {
	margin-top: 1em;
}

	

}
