
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 100px auto 0;
}
.top-image img{width: 100%;
}


.inner{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
section .inner{
	padding: 30px 20px;
}
.tRight{
	text-align: right;
}

.contents{
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	position: relative;
}


.page-title{
	width: 300px;
	background: #4ba34a;
	color: #fff;
	padding: 35px 20px 25px;
	margin: -60px auto 5%;
	z-index: 6;
	position: relative;
	text-align: center;
	line-height: 2.5em;
}


.page-title .en{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3.5rem;
}
.page-title h2{
	font-size: 2.0rem;
}



section{
	position: relative;
}
section .soushokur{
	width: 60%;
	right: -8%;
	top:-10%;
	position: absolute;
	z-index: -1;
	max-width: 1000px;
}
section .soushokul{
	width: 60%;
	left: -8%;
	bottom:-15%;
	position: absolute;
	z-index: -1;
	max-width: 1000px;
}


.contents h3.line{
	margin: 5% auto 3%;
	text-align: center;
	position: relative;
	border-bottom: 3px solid #2c68b0;
	padding: 10px;
}

.contents h3.line::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #489d4c;
}

.contents h4.line{
	margin: 5% auto 3%;
	text-align: center;
	position: relative;
	padding: 5px 20px;
	background: #4ba34a;
	color: #fff;
	text-align: left;
	letter-spacing: 0.05rem;
}

.contents h4.line::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	border-bottom: 3px solid #2c68b0;
}
 .contents h4.line span{
	display:block;
	position:absolute;
	top:10px;
	right:20px;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
 .contents h4.line.active span{
	top:20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fffe;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.contents h5.ico{
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 30px;
  color: #474747;
  border-radius: 0 10px 10px 0;
	margin: 5% auto 1% 2%;
	width: 98%;
}
.contents h5.ico::before{
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #4ba34a;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.contents h6{
  padding: 2px 5px 2px 16px;
	position: relative;
	border-left: 8px solid #4ba34a;
	position: relative;
}
.contents h6::after{
	content: "";
	height: 50%;
	width: 8px;
	position: absolute;
	left: -8px;
	bottom: 0;
	border-left: 8px solid #2c68b0;
}
.contents table{
	border-top:1px solid #dfdfdf;
	width: 96%;
	margin: 5% auto 8%;
}
.contents table th{
	width: 180px;
	border-bottom:1px solid #489d4c;
	text-align: left;
	
}

.contents .catch{
	font-size: 2.5rem;
	text-align: center;
	margin: 3% auto;
    font-family: 'Noto Serif JP', serif;
	line-height: 2.0em;
}
.contents .rinennum,
.contents .rinennum > dt,
.contents .rinennum > dd {
    box-sizing: border-box;
}

.contents .rinennum > dt,
.contents .rinennum > dd {
    padding: 1em;
    margin: 0px;
}

.contents .rinennum > dt img{
	width: 40px;
}

.contents .rinennum {
        display: flex;
        flex-wrap: wrap;
	width: 96%;
	margin: 0 auto 3%;
	max-width: 600px;
	border: 3px solid #f3f3f3;
	padding: 25px;
    }
    .contents .rinennum > dt,
    .contents .rinennum > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
		padding: 15px 0;
    }
    .contents .rinennum > dt {
        width: 12%;
		text-align: center;
    }
    .contents .rinennum > dt img{
        max-width: 38px;
    }
    .contents .rinennum > dd {
        width: 88%;
		font-size: 1.2em;
    }

.contents .krinen{
	margin: 3% auto 8%;
}
.contents .krinen .catch{
	margin: 0 auto 8%;
}

.list_table > dd {
    background-color: #fff;
}
.contents .map{
	border:1px solid #489d4c;
	width: 96%;
	margin: 5% auto 8%;
	height: 580px;
}

.philosophy,
.company,
.shoplist,
.news,
.access{
	padding: 0 0 8%;
}

.contents .storebox{
	display:none;
}
.contents .store{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 96%;
	margin: 1% auto 3%;
	border-bottom:1px solid #489d4c;
	padding: 20px 0;
}
.contents .store .storeinfo{
	width: 50%;
	padding: 10px 10px 10px 0;
}
.contents .store .storeinfo table{
	margin: 20px auto;
	width: 100%;
}
.contents .store .storeinfo table th,
.contents .store .storeinfo table td{
	padding: 10px 20px;
}
.contents .store .storeinfo table th{
	background: #4ba34a;
	color: #fff;
	width: 120px;
}
.contents .store .storemap{
	width: 50%;
	padding: 0 10px;
	height: 260px;
}

.contents .message-photo{
	margin: 5% auto;
}
.contents .message{
	margin: 3% auto 8%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.message-contents h3.catch{
	text-align: center;
	color: #2c68b0;
}
.contents .message .Txt{
	width: 65%;
	padding: 10px;
}
.contents .message .Txt .sign{
	text-align: right;
	max-width: 198px;
	width: 50%;
	margin: 5% 0 2% auto;
}
.contents .message .Txt .sign img{
	width: 100%;
	height: auto;
}
.contents .message .Txt p{
	font-size: 1.6rem;
}
.contents .message .Photo{
	width: 35%;
	padding: 10px;
	text-align: center;
}
@media only screen and (min-width:1px) and (max-width: 960px) {

.top-image {
	margin: 70px auto 0;
}
	
}

@media only screen and (min-width:1px) and (max-width: 768px) {

.page-title{
	width: 280px;
	padding: 25px 20px 15px;
	margin: -60px auto 5%;
}

.page-title .en{
	font-size: 3.0rem;
}
.page-title h2{
	font-size: 1.8rem;
}

.contents h5.ico{
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 30px;
  color: #474747;
  border-radius: 0 10px 10px 0;
	margin: 20px auto 10px 5%;
	width: 95%;
}
	
.contents h5.ico::before{
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #4ba34a;
  font-weight: normal;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.contents h6{
  padding: 2px 5px 2px 16px;
	position: relative;
	border-left: 8px solid #4ba34a;
	position: relative;
}
.contents h6::after{
	content: "";
	height: 50%;
	width: 8px;
	position: absolute;
	left: -8px;
	bottom: 0;
	border-left: 8px solid #2c68b0;
}
	
.contents .map{
	height: 380px;
}
	
.contents .catch{
	font-size: 2.0rem;
}
    .contents .rinennum  {
		align-items: flex-start;
    }
    .contents .rinennum > dt {
        width: 15%;
		padding: 10px;
    }
    .contents .rinennum > dt img{
		width: 100%;
		max-width: 40px;
    }
    .contents .rinennum > dd {
        width: 85%;
    }
.contents .message .Txt{
	width: 100%;
	padding: 10px;
}
.contents .message .Txt p{
	font-size: 1.5rem;
}
.contents .message .Photo{
	width: 100%;
	padding: 10px;
	text-align: center;
}
}

@media only screen and (min-width:1px) and (max-width: 680px) {
.page-title{
	width: 200px;
	padding: 15px 20px 10px;
	margin: -30px auto 5%;
	line-height: 1.8em;
}

.page-title .en{
	font-size: 2.0rem;
}
.page-title h2{
	font-size: 1.5rem;
	font-weight: 500;
}


.contents h3.line{
	border-bottom: 2px solid #2c68b0;
	padding: 8px;
}

.contents h3.line::after{
	height: 2px;
	border-bottom: 2px solid #489d4c;
}
.contents h6{
  padding: 2px 5px 2px 10px;
	position: relative;
	border-left: 6px solid #4ba34a;
	position: relative;
}
.contents h6::after{
	content: "";
	height: 50%;
	width: 6px;
	position: absolute;
	left: -6px;
	bottom: 0;
	border-left: 6px solid #2c68b0;
}
	
.contents .store .storeinfo{
	width: 100%;
	padding: 0px 10px 0 0;
}
.contents .store .storeinfo table th,
.contents .store .storeinfo table td{
	padding: 5px 15px;
}
.contents .store .storemap{
	width: 100%;
	padding: 0 10px;
	height: 230px;
}

}
@media only screen and (min-width:1px) and (max-width: 480px) {
.top-image{
	overflow: hidden;
}
.top-image img{
	height: 100px;
  object-fit: cover;
}

.page-title{
	width: 180px;
	padding: 10px 20px 5px;
	margin: -20px auto 5%;
	line-height: 1.6em;
}

.page-title .en{
	font-size: 1.8rem;
}
.page-title h2{
	font-size: 1.3rem;
}
.contents .store .storeinfo table th,
.contents table th{
	width: 100%;
	
}
.contents .map{
	height: 280px;
}
.contents .catch{
	font-size: 1.8rem;
}
.contents .store .storemap{
	height: 120px;
}
    .contents .rinennum > dt {
        width: 18%;
		padding: 10px;
    }
    .contents .rinennum > dt img{
		width: 100%;
		max-width: 40px;
    }
    .contents .rinennum > dd {
        width: 82%;
    }

}
.link{
	margin: 5% auto;
}

.link ul li a{
	display: block;
	margin: 20px auto;
	border: 1px solid #62a154;
	border-radius: 30px;
	max-width: 600px;
	font-weight: 500;
	font-size: 1.1em;
	padding: 5px 10px 5px 30px;
	text-align: left;
	color: #62a154;
	position: relative;
	
}
.link ul li a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #62a154;
	border-right: 2px solid #62a154;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link ul li a:hover{
	background: #62a154;
	color: #fff;
	
}
.link ul li a:hover::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
