@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900');

#add_slightly {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-optical-sizing: auto;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 1190px;
  margin: 0 auto;
	color: #555;
	font-size: 14px;
	font-family: "Noto Sans JP";
}


/*----- COMMON -----*/

#add_slightly section > div > div > div > a:hover {
	transition: 0.8s;
}
#add_slightly ._fs_hash_span_ {
	background: white;
	padding: 3px 12px;
	border-radius: 20px;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #C7A95775;
}
#add_slightly img {
	width: 100%;
}
#add_slightly a {
	font-size: inherit;
	text-decoration: none;
}
#add_slightly a img {
	opacity: 1;
}
#add_slightly a img:hover {
	opacity: .7;
	transition: 0.3s
}
#add_slightly ::selection {
	color: #FFF;
	background: #ff9541;
}
#add_slightly p {
  font-size: 18px;
  text-wrap: wrap;
  text-align: justify;
	word-wrap: break-word;
}
#add_slightly section {
  padding: 0 20px;
  margin-bottom: 30px;
	position: relative;:
}
#add_slightly section > div {
  border-radius: 10px;
  padding: 16px;
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0,.2);
}
#add_slightly section > div > div.title {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: space-around;
}
#add_slightly section > div > div.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#add_slightly section > div > div > div > a {
	color: #0c375b;
	background: #ffd261;
	border: dotted 3px #0c375b7a;
  border-radius: 10px;
	padding: 30px 10px;
	display: block;
	text-align: center;
}
#add_slightly section > div > div > div > a:hover,
#add_slightly section > div > div > div > ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}


@media screen and (max-width:767px){
	#add_slightly section > div {
		padding: 4px;
	}
}


/*----- H1 H2 H3 H4-----*/
#add_slightly h1,
#add_slightly h2,
#add_slightly h3,
#add_slightly h4 {
	font-weight: 200;
	color: #0c375b;
}


/*-- メインビジュアル */
#add_slightly #main-kv {
  background-image: url(../img/add_slightly_kv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	width: auto;
	height: 40vh;
}
#add_slightly #main-kv h2 {
	text-indent: 100%;
  white-space: nowrap;
  height: 240px;
  margin: 0;
  overflow: hidden;
	position: absolute;
}

#add_slightly h2 {
  font-size: 38px;
	font-size: 4rem;
	font-weight: 400;
  text-align: center;
  margin: 0 auto;
	padding: 20px 0;
}

#add_slightly p.back_text {
  font-size: 18px;
  text-wrap: wrap;
  text-align: center;
	word-wrap: break-word;
}

/*--- 値段別 ---*/

#add_slightly section#price > div > div > div.price {
	width: calc((100% - 60px) / 3);
	margin: 10px;
}

#add_slightly section#price > div > div > div.price > a {
	font-size: 22px;
	line-height: 1.5;
}
#add_slightly section#price > div > div > div.price > a > .big {
	font-size: 36px;
	font-weight: 800;
	text-align: center;
}


/*--- カテゴリー別 ---*/
#add_slightly section#category > div > div > div.category {
	width: calc((100% - 64px) / 4);
	margin: 8px;
}
#add_slightly section#category > div > div > div.category > a {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.5;
}
#add_slightly section#category > div > div > div.category ul {
	margin: 8px 0;
}
#add_slightly section#category > div > div > div.category ul li {
	padding-bottom: 4px;
}
#add_slightly section#category > div > div > div.category ul li:last-child {
	padding-bottom: 0;
}



@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
}

@media screen and (max-width: 1024px){
	br.sp-show {
	display: block;
	}
}
@media screen and (min-width:1024px){
	br.sp-show {
	display: none;
	}
}

@media screen and (max-width:767px){
		/*----- COMMON -----*/
		#add_slightly section > div > div > div > a {
			padding: 10px;
			background: #ffd261;
			border: dotted 2px #0c375b7a;
			border-radius: 10px;
		}

    #add_slightly #main-kv {
			background-image: url(../img/add_slightly_sp_kv.png);
			width: auto;
			height: 30vh;
    }
		#add_slightly h2 {
		  padding: 10px 0;
		}

		/*--- 値段別 ---*/
		#add_slightly section#price > div > div > div.price {
			width: calc((100% - 16px) / 2);
			margin: 4px;
		}

		#add_slightly section#price > div > div > div.price > a {
			font-size: 16px;
			line-height: 1.4;
		}
		#add_slightly section#price > div > div > div.price > a > .big {
			font-size: 26px;
		}

		/*--- カテゴリー別 ---*/
		#add_slightly section#category > div > div > div.category {
			width: calc((100% - 16px) / 2);
			margin: 4px;
		}
		#add_slightly section#category > div > div > div.category > a {
			font-size: 22px;
			padding: 6px 0;
		}
		#add_slightly section#category > div > div > div.category ul {
	  margin: 4px 0 10px;
	}
}

@media screen and (max-width:429px){
		#add_slightly ._fs_hash_span_ {
	  font-size: 9px;
	}
	#add_slightly section#category > div > div > div.category > a {
		font-size: 16px;
	}
}
