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

/*--------------------------------------------------
  シングルカラム用
--------------------------------------------------*/
#wideImg001{
	position:relative;
	width:100%;
	height:calc(100vh - 10%);
	background:url(../images/mainlogo.png) center center no-repeat;
	background-size:auto 100%;
	background-attachment:fixed;
	background-color: #ede8ea;
}
#wideImg001 img{
	width:100%;
	display:none;
}

#contents{
	padding-top:90px;
}


/* InqBtn
----------------------------------- 25/11/07 */
#contents > div.wideButton{
	border: none;
}
.wideButton a{
	display: block;
	border: #503530 solid 2px;
	padding: 1em 0 1em;
	font-size: 1.6em;
	text-align: center;
	color: #503530;
	transition: 0.3s all;
}
.wideButton a:hover{
	background: #503530;
	color: #FFFFFF;
}
.wideButton a::after{
	content: "";
	display: inline-block;
	width: 0; height: 0;
	margin: 0 0 0 12px;
	border-top: #503530 solid 16px;
	border-left: transparent solid 8px;
	border-right: transparent solid 8px;
	border-bottom: transparent solid 0px;
	transition: 0.3s all;
}
.wideButton a:hover::after{
	border-top-color: #FFFFFF;
}

/* NewsList
----------------------------------- 19/11/15～ wp */

.contents_newslist{
	display:block;
	margin-bottom:70px;
}
.contents_newslist li{
	display:block;
	border-bottom:#4c4c4c dotted 1px;
}
.contents_newslist li:last-child{
	border-bottom:none;
}
.contents_newslist li dl{
	display:block;
	padding:15px 0 15px 24px;
}
.contents_newslist li dl:after{
	content:"";
	clear:both;
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
}
.contents_newslist li dl dt{
	display:block;
	float:left;
	width:15%;
}
.contents_newslist li dl dd{
	display:block;
	float:left;
	width:80%;
}
/*
#NewsList li dl dd:nth-child(2){
	width:15%;
	padding-right:2%;
}
*/

/* Instagram-------------------------------- wp */
.contents_instagram{
	padding-bottom: 10px;
}
.contents_instagram h2{
    margin-bottom: 10px;
}


/* Access-------------------------------- wp */

.contents_access{
}
.contents_access .wp-block-group{
	padding:0 50px 30px;
}
.contents_access .textBox{
	padding:10px 0;
}
@media screen and (min-width:751px){
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/* Contact-------------------------------------- wp */
.contents_inquiry{
}
.contents_inquiry ul{
    padding: 0;
}
.contents_inquiry li{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: rgba(80,53,48,0.1) 2px solid;
    text-align: left;
    line-height: 3em;
}
.contents_inquiry li > div{
    padding: 15px 15px;
	box-sizing:border-box;
}
.contents_inquiry input,
.contents_inquiry textarea,
.contents_inquiry select{
    border: rgba(80,53,48,0.4) 2px solid;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	box-sizing:border-box;
}

.contents_inquiry input:focus,
.contents_inquiry textarea:focus,
.contents_inquiry select:focus{
    outline: none;
    border: rgba(80,53,48,0.9) 2px solid;
}
.contents_inquiry li > div:nth-of-type(1){
    width: 35%;
    background: rgba(255,255,255,0.8)
}
.contents_inquiry li > div:nth-of-type(1) span{
    font-size: 0.8em;
    color: #FF0000;
}
.contents_inquiry li > div:nth-of-type(2){
    width: 65%;
}

.contents_inquiry li:last-of-type > div:nth-of-type(2){
	line-height: 0;
}

.contents_inquiry input[type="submit"]{
	display: block;
    width: 30%;
    margin: 30px auto 0;
    line-height: 2em;
	cursor: pointer;
}
.contents_inquiry input[type="submit"]:hover,
.contents_inquiry input[type="submit"]:active,
.contents_inquiry input[type="submit"]:focus{
    background: #503530;
    color: #FFF;
}

@media screen and (max-width: 901px) {
    .contents_inquiry li{
        display: block;
    }
    .contents_inquiry li > div:nth-of-type(1),
    .contents_inquiry li > div:nth-of-type(2){
        width: 100%;
    }
    .contents_inquiry li > div:nth-of-type(1){
		padding-top: 0;
		padding-bottom: 0;
    }
    .contents_inquiry li > div:nth-of-type(2){
		padding: 0 0 20px;
    }
}



@media screen and (max-width:1199px){
}
@media screen and (max-width:750px){
	#wideImg001{
		height:auto;
		background:none;
	}	
	#wideImg001 img{
		display:block;
	}
	#wideImg001 h2{
		height:auto;
		background-image:none;
	}
	#wideImg001 h2 img{
		width:90%;
		height:auto;
		margin:0 5%;
	}

	#contents{
		padding-top:0;
	}


	/* News
	--------------------------------------------------*/
	.contents_newslist{
		margin-bottom:20%;
	}
	.contents_newslist li dl{
		padding:15px 4%;
	}
	.contents_newslist li dl dt{
		display:block;
		width:100%;
		padding-right:0;
	}
	.contents_newslist li dl dd{
		float:none;
		clear:both;
		width:100%;
		padding-top:8px;
	}


	/* Message
	----------------------------------------------- wp */
	.contents_bc{
		margin-bottom:10%;
		padding-top:30%;
	}
	.contents_bc .wp-block-group{
		padding:30px 5% 0;
	}
	.contents_bc ul{
		padding-bottom:28px;
	}


	/* KeyCustomers-------------------------------- wp */

	.contents_kc{
		margin-bottom:10%;
		padding-top:30%;
	}
	.contents_kc .wp-block-group{
		padding:30px 5%;
	}
	.contents_kc .kc_text{
		width:100%;
		margin:15px 0 0 0;
	}


	/* Access-------------------------------------- wp */

	.contents_access{
		padding-top:30%;
	}
	.contents_access .wp-block-group{
		padding:0 5% 30px;
	}
	.contents_access .accessmap iframe{
		width:100%;
	}


	/* プラグイン
	--------------------------------------------------*/
	.snsSet .leftBox,
	.snsSet .rightBox{
		width:100%;
	}
	.snsSet .leftBox{
		padding-bottom:20%;
	}


}


/* other-------------------------------- wp */

#contents > div.contents_other{
    border-bottom: none;
    padding: 10px 0 40px;
}




