@charset "utf-8";

.clear{
  clear: both
}
.mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img{
  max-width:70%;
}
/***▼header▼***/
.header{
	display: none;
	
	width: 100%;
	background: #fff;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 0px 5px 10px  rgba(200, 200, 200, 0.2); 
}
.header .headerInner{
	width: 100%;
	margin: 0px auto;
}
.header .headerInner .headerWrap{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.header,
.header .headerInner,
.header .headerInner .headerWrap,
.header .headerInner .headerWrap .headerLogo,
.header .headerInner .headerWrap .headerLogo span,
.header .headerInner .headerWrap .headerBtn span{
	height: 70px;
}
.header .headerInner .headerWrap .headerLogo{
	width: 30%;
	display: flex;
	justify-content: flex-start;
}
.header .headerInner .headerWrap .headerLogo span{
	width: 50%;
	padding: 15px 5px;
}
.header .headerInner .headerWrap .headerLogo span:nth-child(1){
}
.header .headerInner .headerWrap .headerLogo span:nth-child(2){
}
.header .headerInner .headerWrap .headerBtn{
	width: 60%;
	display: flex;
	justify-content: flex-end;
	align-items:center;
}
.header .headerInner .headerWrap .headerBtn span{
	width: 50%;
	display: block;
	position: relative;
	transition: all 0.3s;
}
.header .headerInner .headerWrap .headerBtn span:nth-child(1){
	background: #5AC463;
}
.header .headerInner .headerWrap .headerBtn span:nth-child(2){
	background: #D46E62;
}	
.header .headerInner .headerWrap .headerBtn span a{
	color: #fff;
	display: block;
	font-size: 0.9rem;
	align-items:center;
	height: 30px;
	text-decoration: none;
}
.header .headerInner .headerWrap .headerBtn span:hover,
.header .headerInner .headerWrap .headerBtn span:active{
	text-decoration: none;
	opacity: 0.5;
}
.header .headerInner .headerWrap .headerBtn span:nth-child(1) a,
.header .headerInner .headerWrap .headerBtn span:nth-child(2) a{
	position: absolute;
	top: 31%;
	left:0%;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

.header .headerInner .headerWrap .headerBtn span:nth-child(1) a:after,
.header .headerInner .headerWrap .headerBtn span:nth-child(2) a:after{
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/common/arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.header .headerInner .headerWrap .headerBtn span:nth-child(1) a:before{
	background: url(../img/common/line.svg);
	width: 40px;
	height: 40px;
}
.header .headerInner .headerWrap .headerBtn span:nth-child(2) a:before{
	background: url(../img/common/mail.svg);
	width: 25px;
	height: 25px;
}

.header .headerInner .headerWrap .headerBtn span:nth-child(1) a:before,
.header .headerInner .headerWrap .headerBtn span:nth-child(2) a:before{
	display: inline-block;
	content: "";
	margin-right: 5px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	align-items:center;
}
/***▲header▲***/

/***▼footer▼***/
footer{
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0px auto;
  text-align: center;
  margin-top: 30px;
}
/***▲footer▲***/

/***▼main▼***/
.btnLink{
	display: block;
	width: 80%;
	margin: 10px auto 40px;
}
.btnToForm{
	display: block;
	width: 70%;
	margin: 10px auto 40px;
}
.caution{
	background: #eee;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 40px;
}
.caution .mapWrap{
	width: 60%;
	padding-top: 56.25%; 
	margin: 0 auto;
	position: relative;
}
.caution iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0; 
	right: 0;
	width: 100%;
	height: 100%;
}
.addressArea{
	width: 60%;
	text-align: left;
	font-size: 1.3rem;
	margin: 30px auto 0;
}
.addressArea p{
	color: #461905;
}
.miniTitle{
	display: block;
	width: 150px;
	text-align: center;
	color: #fff;
	background: #461905;
	padding: 0px 20px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin-bottom:15px;
}

/***▲main▲***/

/***▼form▼***/
.formContent{
  width:80%;
  margin: 30px auto 0;
}
.contactWrap{
  text-align: center
}
.LINEContent{
	width: 80%;
	background: #eee;
	border-radius: 10px;
	padding: 20px 0;
	margin:0 auto 50px;
}
.LINEContent .inner{
	width: 80%;
	margin:0 auto;
}
.LINEContent .inner .LINEContentTitle{
	font-size: 1.5rem;
	padding: 10px 0 30px;
	display: block;
	letter-spacing: 2px;
}
.LINEContent .inner .LINEContentBox{
	width: 95%;
	margin:0 auto;
}
.LINEContent .inner .LINEContentBox .readbox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.LINEContent .inner .LINEContentBox .readbox .readboxL{
	width: 25%;
	padding-right:10px;
}
.LINEContent .inner .LINEContentBox .readbox .readboxL img{
	width: 100%;
	height: auto;
}
.LINEContent .inner .LINEContentBox .readbox .readboxR{
	width: 75%;
}
.LINEContent .inner .LINEContentBox .readbox .readboxR a{
  text-align: left;
  padding: 0;
  display: block;
  margin:0;
}  
.LINEContent .inner .LINEContentBox .readbox .readboxR ul{
  padding-left:0px;
  margin:0;
}
.LINEContent .inner .LINEContentBox .readbox .readboxR li{
	text-align: left;
	padding-left: 1em;
	text-indent:-1em;
	line-height: 1.5;
}
.LINEContent .inner .LINEContentBox .readbox .readboxR li:not(:nth-child(1)){
	padding-top: 15px;
}
/***form***/

@media(max-width: 768px){
	body{
		min-width: 100%;
    }
    img{
		max-width: 100%;
  	}
	.formContent{
		width:100%;
		margin-top: 25px;
	}
	
	.caution{
		width: 100%;
	}
	.caution .mapWrap{
		width: 100%;
	}
	.addressArea{
		width: 90%;
	}
	.addressArea p{
		font-size: 1rem;
	}

	.miniTitle{
		width: 100px;
		padding: 5px;
		font-size: 1rem;
	}
	
    .LINEContent{
		width: 80%;
		border-radius: 10px;
		padding: 20px 0;
		margin:0 auto 50px;
	}
	.LINEContent .inner{
		width: 80%;
	    margin:0 auto;
	}
	.LINEContent .inner .LINEContentTitle{
		font-size: 1.5rem;
	    padding: 10px 0px;
	    display: block;
	    letter-spacing: 2px;
	}
	.LINEContent .inner .LINEContentBox{
		width: 95%;
	    margin:0 auto;
	}
	.LINEContent .inner .LINEContentBox .readbox{
		flex-wrap: wrap;
	    flex-direction: column;
	}
	.LINEContent .inner .LINEContentBox .readbox .readboxL{
		width: 30%;
	    padding-right:0px;
	    margin:0 auto;
	}
	.LINEContent .inner .LINEContentBox .readbox .readboxL img{
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.LINEContent .inner .LINEContentBox .readbox .readboxR{
		width: 100%;
	}
	.LINEContent .inner .LINEContentBox .readbox .readboxR ul{
		padding-left:0px;
		margin:0;
	}
	.LINEContent .inner .LINEContentBox .readbox .readboxR li{
		text-align: left;
	    padding-left: 1em;
	    text-indent:-1em;
	    line-height: 1.5;
	}
	.LINEContent .inner .LINEContentBox .readbox .readboxR li:not(:nth-child(1)){
		padding-top: 15px;
	}
}
  
@media only screen and (max-width: 480px){
	.pc{
		display: none
	}
	img{
		max-width:100%;
	}
	.formContent{
		width:100%;
	}
}
