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

@font-face{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: 
		local("Noto Sans CJK JP")
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.otf) format('opentype');	
}

html{
	font-size: 62.5%;/*16px x 62.5%=10px*/
}
body{
	color: #333;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	background-image: url( "../img/3786887.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment:fixed;
    line-height: 24px;
    letter-spacing: 1px;
    word-break: break-all;
}
a{
	color: #333333;
	text-decoration: none;
}

.decolation a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #7ecef4));
    background: -webkit-linear-gradient(transparent 70%, #7ecef4 0%);
    background: linear-gradient(transparent 70%, #7ecef4 0%);
}

img{
	max-width: 100%;
	height: auto;
}

p{
	margin: 15px 0;
}

h2{
	font-size: 2.5rem;
}

h2:first-letter {
	font-size: 3.5rem;
  color: #3e83c1;
}

h3{
	font-size: 1.5rem;
	font-weight: 600;
}

/*utility*/
.wrapper{
	box-sizing: border-box;
	padding:25px;
}

.page{
	margin-top: 72px;
}

.text-center{
	text-align: center;
}


.img-pc{
	display: none;
}

.logo{
	width: 150px;
	height: auto;
}

/*section*/
.section-header{
	padding: 75px 0 30px;
}

.section-main{
	margin: 0 0 40px 0;
	padding: 30px 15px;
	background-color: rgba(255,255,255,0.4);
	
}

.section-new{
	margin: 40px 0 40px 0;
	padding: 30px 15px;
	background-color: rgba(255,255,255,0.4);
	
}

/*navigation*/
.btn-trigger{
	-webkit-appearance:none;
	position: fixed;
	top: 24px;
	right: 12px;
	z-index: 110;
	width: 40px;
	height: 21px;
	border: none;
}

.btn-trigger span{
	position: absolute;
	display: block;
	width: 28px;
	height: 1px;
	background-color: #a0a0a0;
	transition: all 0.5s;
		
}

.btn-trigger span:first-of-type{
	top: 0;
	
}

.btn-trigger span:nth-of-type(2){
	top: 10px;
}

.btn-trigger span:last-of-type{
	bottom: 0;
}

.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top: 10px;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:last-of-type{
	transform: rotate(-45deg);
	bottom: 10px;
}


.navigation{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 120%;
	padding: 120px 0 150px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	transition: .3s ease-in-out;
}

.navigation.open {
	display: block;
	transition: .3s ease-in-out;
}

.nav-item{
	margin-bottom: 55px;
}
.nav-item>a{
	color: #626262;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

.sns{
	font-size: 2.7rem;
}

/* 折り畳みボックス */
.acMenu1{cursor:pointer;background: #e0a9c2;color: #fff;padding: 0.1em 0.8em;margin: 0 0 10px 0; border-radius: 2px;display: inline-block;}
.acMenu2{display:none;padding: 0.3em 0.8em;margin-left: 0;margin-bottom: 10px; }

.dream-table{
	margin: 15px 0 0 15px;
	border-left: dotted 1px #aaaaaa;
    margin-left: 0.7em;
    padding-left: 1em;
}

.dream-table a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #7ecef4));
    background: -webkit-linear-gradient(transparent 70%, #7ecef4 0%);
    background: linear-gradient(transparent 70%, #7ecef4 0%);
}

.dream-menu{
	 
}

.dream-text{
	margin-left: 15px;
	color: #aaaaaa;
}


.illustbox ul:after {
  content: "";
  clear: both;
  display: block;
}

/* 商品一覧のリストの設定 */
.illustbox ul li {
  display: block;
  float: left;
  margin-bottom: 15px;
  list-style-type: none;
  text-align: center;
}


.illustbox{
	margin: 45px 10px 15px;
	text-align: center;
}

.illustlist{
	width: fit-content;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.illustitem{
	margin: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width:641px){
	a{
		transition: all 0.2s;
	}
	
	a:hover{
		opacity: 0.5;
	}
	
	.wrapper{
		max-width: 900px;
		margin: 0 auto;
		padding: 0;
	}
	
	.img-pc{
		display: block;
	}
	
	.img-sp{
		display: none;
	}
	
	.br-reverse{
		display: none;
	}
	
	.page{
		margin: 0;
	}
	
	.logo{
		width: 180px;
		height: auto;
	}
	
/*	section */
	.section-header{
		padding: 80px 0 64px;
	}	
	

	.section-main{
		padding: 45px 30px;
	}
	
/*btn*/
	.btn{
		width: 264px;
		margin: auto;
	}
	.btn-maps{
		margin: 0;
		padding: 14px 0;
	}
	
	.btn-submit{
		cursor: pointer;
		transition: all 0.2s;
	}
	
	.btn-submit:hover{
		opacity: 0.5;
	}
	
/*header*/
	.header{
		position: static;
		height: 62px;
		padding: 0;
		border-top: solid 1px #e2dede;
		border-bottom: solid 1px #e2dede;
	}
	
	
	
	.btn-trigger{
		display: none;
	}
	
	.navigation{
		display: flex;
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}


	.nav-list{
		display: flex;
		text-align: center;
		margin: 0 auto;
	}
	
	.nav-item{
		margin: 0;
	}

	.nav-item__link{
		margin-left: 28px;
	}
	
	.nav-item__sns:last-of-type{
		margin-left: 24px;
	}
	
	.l-horizon{
		text-align: center;
	}
	
	.l-horizon .nav-item>a{
		display: block;
		height: 60px;
		line-height: 60px;
		font-size: 1.4rem;
	}
	
	.l-horizon .nav-item.current>a{
		padding: 0 8px;
		color: #aaa;
	}
	
	.sns{
		font-size: 1.8rem;
	}
	
}