@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

body {
	margin: 0;
	padding: 0;
}
a:hover {
	opacity: 0.5;
}
a img {
	transition: opacity 0.3s ease-out;
}
.container-midashi {
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
	font-size: 2.5rem;
}
.item_container {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.item_container_center {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	justify-content: center
}
.juban-setsumei-box {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.ribbon20-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 300px;
	z-index: 1;
  }
.ribbon20 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	padding: 0 8px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #62babe;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
	font-weight: 700;
	font-size: 1.4rem;
}
.ribbon20:before {
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 38px;
	width: 7px;
	background: #62babe;
	border-radius: 5px 0 0 5px;
}
.ribbon20:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #46989c;
	border-radius: 5px 0 0 5px;
}
.juban-setsumei-item dt {
	font-weight: 700;
	border-bottom: dotted 1px #666;
	margin: 0.5em 0;
}
.submenu_item a {
	width: 100%;
	color: #fff;
}
.submenu_item a:hover {
	transition: 0.3s;
	opacity: 0.5 ;
	text-decoration: none;
}
.komono-container {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.name {
	font-size: 1.3rem;
}
.submenu_item p {
    font-weight: 700;
    color: #fff;
    padding: 1em 0.5em;
}
.simple_square_btn7:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    background-color: #e3e3e3;
}
.simple_square_btn7 i {
    margin-left: 1em;
}

@media screen and (max-width: 750px) {
	#top__hero img{
		height: 250px;
		object-fit: cover;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
	}
	.item_container a {
		display: inline-block;
		width: 100%;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.3rem;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em auto;
		width: 85%;
        border-radius: 10rem;
	}
	.item_divided_into_3 {
		width: calc(100% / 3 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_4 {
		width: calc(100% / 2 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_6 {
		width: calc(100% / 2 - 14px);
		padding: 0.5em;
	}
	.select_seibetsu {
		width: calc(100%/3 - 28px);
		margin: 0 1em 3em 0;
	}
	.komono_name {
		padding: 0.5em;
		background-color: #eee;
		border-left: solid 5px #000;
		margin: 1em 0;
		font-size: 1.8rem;
		font-weight: 900;
		letter-spacing: 3px;
	}
	.submenu_item {
		width : calc(100% / 2 - 9px);
		margin: 0.3em;
		text-align: center;
		box-sizing: border-box;
		background-color: #62babe;
        border-radius: 10rem;
	}
	.ribbon20-wrapper {
		width: 100%;
	}
	.ribbon20 {
		padding: 0 5px;
		font-size: 1.2rem;
	}
	.juban-setsumei-item {
		padding: 0 1em;
	}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.5rem;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em 0;
        border-radius: 10rem;
	}
	.item_divided_into_3 {
		width: calc(100% / 3 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_4 {
		width: calc(100% / 4 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_6 {
		width: calc(100% / 6 - 14px);
		padding: 0.5em;
	}
	.select_seibetsu {
		width: 200px;
		margin: 0 2em;
	}
	.juban-setsumei-item {
		padding: 0 1em;
	}
	.komono_name {
		padding: 0.5em;
		background-color: #eee;
		border-left: solid 5px #000;
		margin: 2em 0;
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 3px;
	}
	.submenu_item {
		width : calc(100% / 6 - 10px);
		margin: 5px;
		text-align: center;
		box-sizing: border-box;
		background-color: #62babe;
        border-radius: 10rem;
	}
}

@media screen and (min-width: 1025px) {
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.5rem;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em 0;
        border-radius: 10rem;
	}
	.item_divided_into_3 {
		width: calc(100% / 3 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_4 {
		width: calc(100% / 5 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_6 {
		width: calc(100% / 6 - 14px);
		padding: 0.5em;
	}
	.select_seibetsu {
		width: 200px;
		margin: 0 2em;
	}
	.juban-setsumei-item {
		width: calc(100% / 2 - 28px);
		padding: 0 1em;
	}
	.komono_name {
		padding: 0.5em;
		background-color: #eee;
		border-left: solid 5px #000;
		margin: 2em 0;
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 3px;
	}
	.submenu_item {
		width : calc(100% / 6 - 10px);
		margin: 5px;
		text-align: center;
		box-sizing: border-box;
		background-color: #62babe;
        border-radius: 10rem;
	}
}