@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.youmin {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}


@media all and (-ms-high-contrast:none) {
.youmin {
		font-family:/* "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3",*/ serif;
	}
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.fooBox {
	margin: 0 auto;
}

.telBox {
	padding: 21px 0 2px;
	text-align: justify;
}
.telBox p{font-weight: bold;font-size: 1.1rem;}

.telBox p:before{
	content:"";
	display:inline-block;
	background: black;
	width: 10%;
	height: 2px;
	vertical-align: middle;
	margin-right: 10px;
}
.telBox p:after{
	content:"";
	display:inline-block;
	background: black;
	width: 10%;
	height: 2px;
	vertical-align: middle;
	margin-left: 10px;
}
.telBox li {
	display: inline-block;
	vertical-align: top;
}

.telBox li.btn {
	margin-top: 40px;
}

.telBox:after {
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	display: inline-block;
}


#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.comBox {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}



.Box3 {
	margin: 0 auto;
	width:100%;
	max-width:830px;
	padding-bottom: 20px;
}

.Box4 {
	margin: 0 auto;
	width: 100%;
	max-width:700px;
	padding-bottom: 20px;
}

.flexbox {
justify-content: center;
	max-width:1700px;
		margin: 0 auto;
}

@media (min-width: 900px) {
  .flexbox{
display: flex;
  } 

	
}


.foo li img {
	width: 100%;
}

.foo .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 18px;
	text-align: center;
}

.foo .slick-dots li {
	margin: 0 4px;
	display: inline;
	vertical-align: top;
}

.foo .slick-dots li button {
	width: 15px;
	height: 15px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	text-indent: -9999em;
	background-color: #fff;
}

.foo .slick-dots .slick-active button {
	background-color: #8b5b49;
}

.foo .slick-arrow {
	width: 34px;
	height: 90px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -45px;
	text-indent: -999em;
	padding: 0;
	border: 0;
	z-index: 100;
	cursor: pointer;
	background: url(../../img/common/prev.png) no-repeat left top;
}

.foo .slick-next {
	left: auto;
	right: 20px;
	background: url(../../img/common/next.png) no-repeat left top;
}

.showroom{
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
	background-color:rgba(60,48,34,0.8);
}

.flex-container{
		display:flex;
	justify-content:space-between;
}




@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: 320px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	img {
		max-width: 100%;
	}
	
	#main {
	}
	
	.telBox {
		padding: 15px 10px;
		box-sizing: border-box;
		text-align: center;
	}
	
	.telBox img{
		width: 70%;
	}
	
	.telBox li {
		display: block;
		vertical-align: top;
	}
	
	.telBox li.btn {
		margin-top: 20px;
	}
	
	.telBox:after {
		content: '';
		width: 100%;
		height: 0;
		visibility: hidden;
		display: inline-block;
	}


	.foo .slick-dots {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: center;
	}

	.foo .slick-dots li {
		margin: 0 4px;
		display: inline;
		vertical-align: top;
	}

	.foo .slick-dots li button {
		width: 10px;
		height: 10px;
	}
		
	.foo .slick-arrow {
		width: 17px;
		height: 44px;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -22px;
		background: url(../../img/common/prev.png) no-repeat left top;
		background-size: cover;
	}
	
	.foo .slick-next {
		left: auto;
		right: 10px;
		background: url(../../img/common/next.png) no-repeat left top;
		background-size: cover;
	}
	
}
/*------------------------------------------------------------
	ヘッダー pc
------------------------------------------------------------*/
#header{
	background-color:rgba(90,72,62,0.7);
	color: #fff;
	z-index: 999;
	position: absolute;
	text-align: center;
	padding: 10px;
	font-size: 1.4rem;
	font-family: 'YuMincho','Yu Mincho','游明朝体',"ヒラギノ明朝 ProN W4", "Hiragino Mincho ProN", "HG明朝E",serif;
	line-height: 1.0;
}
#header span{font-size: 0.9rem;} 

#mainHeader {
	padding: 10px 0;
	font-size: 21px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	background-color: #182344;
}

#mainHeader h1 {
	font-size: 24px;
	line-height:34px;
	font-weight: normal;
}

.youmin{
	font-size: 27px;
	line-height:34px;
	font-weight:bold;
}

#gHeader {
	padding: 30px 0 25px;
	font-size: 29px;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	background-color: #182344;
}

#gHeader h1 {
	margin-bottom: 22px;
	font-size: 35px;
	line-height: 65px;
	font-weight: normal;
}

#gHeader p {
	font-weight: normal;
}

#gHeader .notes {
	margin: 22px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}


.SP_Flex_container{
    width:95%;
    margin: 10px auto;
}

.SP_Flex_container li{
    background-color: #fff;
    color: #705d56;
	font-size:19px;
	font-weight: bold;
	display: block;
    padding:10px;
    margin: 10px auto;
    text-align: center;
	line-height:140%;
    border: 3px solid #705d56;
	border-radius:10px;
    width:90%;
}

.SP_Flex_container span{
font-size: 0.76em;
}

@media screen and (min-width:900px){
    .SP_Flex_container{
        display: flex;
        justify-content: space-around;
    }
    .SP_Flex_container li{
    display:flex;
	align-items: center;
	justify-content: center;	
    text-align: center;
    margin:20px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
	#header{
	font-size: 1.3rem;
	line-height: 1;
	left: 0;
	width: 100%;
	}
	#gHeader {
		padding: 20px 10px;
		font-size: 16px;
		line-height: 30px;
	}
	
	#gHeader h1 {
		margin-bottom: 22px;
		font-size: 24px;
		line-height: 1.4;
		font-weight: normal;
	}
	
	#gHeader h1 span {
		margin-top: -10px;
		font-size: 15px;
	}
	
	#gHeader p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	#gHeader .notes {
		margin: 20px auto 0;
		padding: 0;
		font-size: 9px;
		line-height: 1.5;
	}
	
	
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 29px 0 47px;
	overflow: hidden;

}

#gFooter .linkList {
	margin-bottom: 37px;
	text-align: center;
}

#gFooter .linkList li {
	margin: 0 10px 14px;
	display: inline-block;
	vertical-align: top;
}

#gFooter .linkList li img {
	height: 60px;
}

#gFooter .linkList li.tel img {
	height: 150px;
}

#gFooter .linkList li:last-child {
	margin-top: 0px;
}

#gFooter .linkList a:hover {
	opacity: 0.7;
}

#gFooter .contact {
	margin-bottom: 33px;
	text-align: center;
}

#gFooter .contact p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#gFooter .contact p + p {
}

#gFooter .contact p a {
	font-size: 60px;
	font-weight: normal;
	line-height: 1.1;
	letter-spacing: 5px;
}
#gFooter .tel img{width: 85%;}

.btn {
	text-align: center;
}
.btn a {
	padding: 0 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	line-height: 72px;
	color: #fff;
	background: url(../../img/common/btn_bg.png) repeat-x left top;
	background-size: auto 100%;
}
.btn a:hover {
	opacity: 0.7;
}

.btn01 a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.6em 2em;
  width: 370px;
  margin: 0 auto;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #cccccc;
  transition: 0.3s;
}

.btn01 a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.btn01 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 15px 10px 20px;
	
	}
	
	#gFooter .linkList {
		margin-bottom: 20px;
	}
	
	#gFooter .linkList li {
		margin: 0 10px;
		display: block;
		text-align: center;
	}
	
	#gFooter .linkList li img {
		height: 70px;
	}
	
	#gFooter .linkList li.tel img {
		height: auto;
		max-height: 100px;
		margin-top: 30px;
	}
	
	#gFooter .linkList li:last-child {
		margin-top: 0;
	}
	
	#gFooter .contact {
		margin-bottom: 15px;
	}
	
	#gFooter .contact p {
		font-size: 12px;
	}

	#gFooter .contact p a {
		font-size: 30px;
		letter-spacing: 3px;
	}
	
	.btn a {
		padding: 0 20px;
		font-size: 20px;
		line-height: 42px;
	}
	.btn a:hover {
		opacity: 1;
	}
	
}

@media screen and (max-width:639px){
  .br-pc {
    display: none;
  }
	
	#header{
	font-size: 1rem;
	line-height: 1;
	left: 0;
	width: auto;
	}	
	
 .btn01 a {
  padding: 0.6em 0.6em;
  width: 90%;
  margin: 0 auto;
	
}
}


@media screen and (min-width:639px){
	 .br-sp {
    display: none;
		 
}			  
  }