@charset "utf-8";
/* CSS Document */
#iitokodori_main {
  background-image: url(../images/ii_hk.png);
  background-repeat: repeat;
}
#iitokodori_main .block {
	margin: 0 2%;
}
table {
	font-size: 14px;
	width: 88%;
	margin: 0 6%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
}
table th, table td {
	text-align: left;
	padding: 10px 5px;
}
table tr:first-child td:last-child {
	border-radius: 0 4px 0 0;
}
table tr:last-child td:first-child {
	border-radius: 0 0 0 4px;
}
table tr:last-child td:last-child {
	border-radius: 0 0 4px 0;
}
table#iitokodori {
	margin-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #ffc53a;
	border-left: 1px solid #ffc53a;
}
table#iitokodori th {
	width: 38%;
	background: #fff5b0;
}
table#iitokodori td {
	width: 62%;
}
table#iitokodori th, table#iitokodori td {
	vertical-align: top;
	border-right: 1px solid #90b57d;
	border-bottom: 1px solid #90b57d;
}
/*new*/
.accordion .menu-box1 {
	position: relative;
	padding-top: 2%;
}
.accordion .menu-box1:after {
	background: url(../images/plus.png) no-repeat scroll center center / 100% auto;
	-webkit-background-size: 11x 15px, 100%;
	background-size: 22px 19px, 100% auto;
	content: "";
	height: 38px;
	margin-top: -19px;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 44px;
}
.accordion .menu-box1.active:after {
	background: rgba(0, 0, 0, 0) url("../images/minus.png") no-repeat scroll center center / 100% auto;
	-webkit-background-size: 11x 15px, 100%;
	background-size: 22px 19px, 100% auto;
	content: "";
	height: 38px;
	margin-top: -19px;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 44px;
}

.image-box {
	padding-left: 10%;
}
.image-box li {
	width:30%;
	float: left;
	padding-top: 3.3%;
}
.menu-box2 li {
	padding-top: 2%;
}
#copyright {
	padding-top: 3%;
	padding-bottom: 8%;
	background-color: #FFF;
	margin-top: 0;
}
.closeBtn {
	text-align: center;
	width: 100%;
	padding: 6% 0;
	background-size: 100%;
}

#menu01,#menu02 {
	display:none;
	width: 100%;
	background: rgba(0, 0, 0, 0) url("../images/ii_menu_hk2.png") no-repeat scroll center center / 100% auto;
	background-position: bottom;
	overflow: hidden;
	margin-top: -12%;
}

#menu03 {
	display:none;
	width: 100%;
	background: rgba(0, 0, 0, 0) url("../images/ii_menu_hk2.png") no-repeat scroll center center / 100% auto;
	background-position: bottom;
	overflow: hidden;
	margin-top: -15%;
}
#menu03 > .ii_imgbox:first-of-type {
	padding-top: 15%;
}

.detailBox1 img{
	height: auto;
	width: 88%;
	padding: 0 6%;
}

.closeBtn1 {
	text-align: center;
	width: 100%;
	background-size: 100%;
	padding-top: 0%;
	padding-right: 0;
	padding-bottom: 6%;
	padding-left: 0;
}
.menu_contens {
	padding-top: 13%;
}
.ii_imgbox #ii_kabegami_sp, .ii_imgbox #ii_nurie {
	padding-left: 10%;
}
.ii_imgbox #ii_kabegami_sp li, .ii_imgbox #ii_nurie li {
	width:30%;
	float: left;
	padding-bottom:3.3%;
}

.ii_imgbox {
 	width:100%;
}

.ii_kabegami_pc {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 10%;
	margin-bottom: 3.5%;
}
.ii_kabegami_pc > li {
	width: 48%;
}
.ii_kabegami_pc > li > img {
    display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
.ii_kabegami_pc > li > .size > li {
	margin-bottom: 3px;
    padding-left: 20px;
    background: url(../img/listMark01.png) no-repeat 0 center;
}
.ii_nurie_pc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10%;
}
.ii_nurie_pc > li {
	width: 32%;
	margin-bottom: 3.5%;
}
.ii_nurie_pc > li img {
    display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
.ii_nurie_pc > li span {
	margin-bottom: 3px;
    padding-left: 20px;
    background: url(../img/listMark01.png) no-repeat 0 center;
}
@media screen and (max-width: 520px) {
	.ii_kabegami_pc > li > .size > li,
	.ii_nurie_pc > li span {
		font-size: 2.88vw;
		padding-left: 3.85vw;
		background-size: 3.46vw 3.46vw;
	}
}

#movie {
  margin-bottom: 10px;
  padding: 10px 0;
  background: url(../images/ii_hk02.png) repeat 0 0;
}
#movie .youtube{
  padding-bottom: 56.33%;
  padding-top:0;
  overflow:visible;
}
#movie .youtube iframe{
  top: 0;
}
#movie #makingNav {
  width: 220px;
  margin: 0 auto;
}

/* パンくず */
.box {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 520px);
  margin: 0 auto;
  background-image: url(../images/ii_hk.png);
  background-repeat: repeat;
  box-shadow: 0 0 30px rgba(0 0 0 / 0.2);
}
.box > * {
  width: 100%;
}
.c-breadcrumb {
  background: #f5f5f5;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  overflow: auto;
  padding: 0 10px;
  order: 5;
  margin-top: 4%;
}
.c-breadcrumb__lists {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  font-size: 13px;
  color: #999;
}
.c-breadcrumb__lists li {
  position: relative;
  padding: 1em 0.75em 0.75em 1.8em;
  overflow: hidden;
  flex-shrink: 0;
}
.c-breadcrumb__lists li:first-child {
  padding-left: 0;
}
.c-breadcrumb__lists li a {
  color: #999;
  text-decoration: none;
}
.c-breadcrumb__lists li::before {
  content: "";
  display: block;
  width: 2em;
  height: calc(2em * (1.732/2));
  border-bottom: 2px solid #e2e2e2;
  border-right: 2px solid #e2e2e2;
  transform: rotate(-60deg) skewX(-30deg);
  transform-origin: left top;
  position: absolute;
  top: 50%;
  left: -1em;
}
.c-breadcrumb__lists li:first-child::before {
  content: none;
}
#copyright {
  order: 6;
}