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

body{
	grid-template: 
		"b-header"
		"b-title"
		"b-nav"
		"b-img"
		"b-thought"
		"b-enjoy"
		"toppage"
		"b-footer"
		;
}


b-header {
	grid-area: b-header;
}

b-title {
	grid-area: b-title;
}

b-nav {
	grid-area: b-nav;
}

b-img {
	grid-area: b-img;
}

b-thought {
	grid-area: b-thought;
}

b-enjoy {
	grid-area: b-enjoy;
}

b-footer {
	grid-area: b-footer;
}

.topPage {
	grid-area: toppage;
}

/*enjoyページ
--------------------------------------*/

.enjoyTop-text {
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);/*min16px max18px*/
	margin: 20px auto 0;
}

.enjoyTop-text2 {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);/*min14px max16px*/
	margin: 20px auto 0;
	width: 95%;
}
.enjoyTitle {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin: 30px auto;
}
.enjoy-box {
	display: flex;
	margin: 100px auto 0 auto;
	width: 100%;
	
}

/*濃州堂*/
.enjoy-box2 {
	display: flex;
	flex-direction: row-reverse;
	margin: 30px auto 100px auto;
	width: 100%;
	
}
.enjoy-box:last-child {
	margin-bottom : 80px;
}

.enjoy-textbox {
	box-sizing: border-box;
	margin-left: 3%;
	padding: 2% 3%;
	border: 1px solid #dedede;
	width: 70%;
}

.enjoy-textbox1 {
	box-sizing: border-box;
	margin-right: 3%;
	padding: 2% 3%;
	border: 1px solid #dedede;
	width: 70%;
}
.enjoy-text-title {
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);/*min16px max18px*/
	font-weight: bold;
}

.enjoy-text1 {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);/*min13px max16px*/
	margin-top: 15px;
	padding-bottom: 25px;
	text-align: justify;
	border-bottom: 1px solid #333;
}

/*濃州堂*/
.enjoy-text {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);/*min13px max16px*/
	margin-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
}

.enjoy-text2 {
	font-size: 0.9em;
	text-align: justify;
	margin-top: 15px;
	
}

.enjoy-item span {
	border-bottom: 1px solid #dedede;
	font-size: 0.8em;
}

.enjoy-item a:hover {
	opacity: 0.5;
}

.sp-br {
	display: none;
}

.sp-br2 {
	display: none;
}

.space-top {
	margin-top: 10px;
}

/*アイコン表示
----------------*/
.hp-box img  {
	width: 30px;
	margin: 10px;
	object-fit: contain;
}

.twitter-box img {
	width: 30px;
	margin: 20px 10px;
	object-fit: contain;
}


.insta-box , .twitter-box,.hp-box {
	display: flex;
}

/*イラスト配置
----------------*/
.bg-1 {
	background-image: url("..//images/appreciate.png");
	background-repeat: no-repeat;
	height: 320px;
	background-position: 92% 100%;
	background-size: 18%;
	box-sizing: border-box;
}

.bg-2{
	background-image: url("..//images/touch.png");
	background-repeat: no-repeat;
	height: 400px;
	background-position: 5% 0%;
	background-size: 20%;
}
.bg-3 {
	background-image: url("..//images/use.png");
	background-repeat: no-repeat;
	height: 400px;
	background-position: 95% 0%;
	background-size: 30%;
}

.last-text {
	padding-top: 5%;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);/*min16px max18px*/
}

/*レスポンシブ
-----------------------------------------*/
@media screen and (max-width:1200px){

.bg-1 {
	height: 280px;
	background-position: 98% 100%;
}
	
.sp-br {
	display: block;	
}
}

@media screen and (max-width: 1000px) {
.bg-1 {
	height: 300px;
	background-position: 100% 100%;
}

.hp-box img {
	width: 30px;
	margin: 3px 10px;
}

}


/*モバイル版
-----------------------------------------*/

@media screen and (max-width:600px){

.sp-br {
	display: none;	
}

.sp-br2 {
	display: block;
}

.hp-box img {
	width: 30px;
	margin: 10px;
}
	
.twitter-box img {
	width: 25px;
	margin: 15px 10px;	
}
	
/*イラスト配置
-----------------*/
.bg-1 {
	height: 400px;
	background-position: 93% 100%;
	background-size: 28%;
}
.bg-2{
	height: 300px;
	background-position: 5% 0%;
	background-size: 25%;
}
.bg-3 {
	height: 300px;
	background-position: 92% 70%;
	background-size: 35%;
}	
.enjoy-box  {
	display: block;
    flex-direction: column;
	width: 90%;
  }	

.enjoy-box2  {
	display: block;
    flex-direction: column;
	width: 90%;
  }	
	
.enjoy-box:first-child {
	margin-top: 50px;
}
	
.enjoy-textbox {
	width: 100%;
	margin: 30px auto;
	padding: 5% 10% 10%;
}

.enjoy-textbox1 {
	width: 100%;
	margin: 30px auto;
	padding: 5% 10% 10%;
}

}
/*モバイル版 微調整
-----------------------------------------*/

@media screen and (max-width:450px){


/*イラスト配置
--------------*/
.bg-1 {
	height: 450px;
	background-position: 90% 100%;
	background-size: 38%;
}

.bg-2{
	background-size: 28%;
}
.bg-3 {
	background-position: 95% 90%;
	background-size: 38%;
}	
.last-text {
	padding-top: 25%;
}

.enjoyTop-text2 {
	width: 99%;	
}
	
.sp-br {
	display: block;	
}

}

