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

.imgL_head{
	width:100%;
	margin-bottom:60px;
	clear:both;
}
.imgL_head_hkm{
	width:100%;
	margin:0 auto;
	clear:both;
}
.imgL_head img,
.imgL_head_hkm img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 768px) {
  .imgL_head{
    margin-bottom: 8%;
  }
}


/*** プライス(袴) ***/
.entry.bg_hakamapr {
	background:url(../../hakama/images/hakama_prbg02.jpg) no-repeat 0 0;
	background-color: #ffffff;
	margin-bottom:60px;
}
.entry.bg_hakamapr .bks {
	background: rgba(255,255,255,.6);
}
.entry.bg_hakamapr h2 {
  font-size: 28px;
}
	.entry.bg_hakamapr .hakamapr_tx {
		margin:20px auto 40px auto;
	}
	.entry.bg_hakamapr .hakamapr_tx p {
		text-align:left;
		font-size:18px;
		line-height: 1.8;
	}
	.entry.bg_hakamapr .hakamapr_tx img {
		width:100%;
		max-width: 950px;
		margin:20px auto 0 auto;
	}
	
.priceSt{
	width:96%;
	margin:0 auto;
	text-align:left;
}
.priceSt ul.pack li{
	margin-bottom:30px;
	list-style-type:none;
	padding: 2em;
}
.priceSt ul.pack li p.nm{
	width:32%;
	float:left;
}
.priceSt ul.pack li p.dt{
	width:32%;
	float:left;
	margin-left:3%;
}
.priceSt ul.pack li p.ph{
	width: 38%;
	float:right;
}
.priceSt ul.pack li p img{
	width: 100%;
	height:auto;
}
	.priceSt ul.pack li p.nm span{
		display:block;
		font-size:12px;
		text-align:left;
		margin-top:10px;
	}

.priceSt .pack_name{
	width: 58%;
	float:left;
}
.priceSt .pack_name h3{
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
	font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 8px;
}
.priceSt .pack_name .price_tx{
  font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.priceSt .pack_name .price_tx .sub{
  font-weight: normal;
  font-size: 1.6rem;
  margin-left: 3px;
}
.priceSt .pack_name .com_tx{
  text-align: left;
}
.priceSt .pack_name .com_tx + .com_tx{
  margin-top: 20px;
}
.priceSt .pack_name .set_inn{
  margin: 20px auto;
}
.priceSt .pack_name .set_inn img{
  max-width: 420px;
}
.priceSt ul.pack li p.ph.tppad{
	padding-top: 170px;
}

	
@media only screen and (max-width: 768px) {
	.entry.bg_hakamapr .hakamapr_tx {
		margin: 0px auto 5% auto;
	}
  .entry.bg_hakamapr h2 {
    font-size: 6vw;
  }
  .priceSt ul.pack li {
    padding: 1.2em 1em;
  }
  .priceSt ul.pack li p.ph{
    width:100%;
    float:none;
    margin-top:10px;
  }
  .priceSt .pack_name{
    width:100%;
    float:none;
    margin-bottom: 10%;
  }
  .priceSt .pack_name h3{
    font-size: 5.8vw;
  }
  .priceSt .pack_name .price_tx{
    font-size: 6vw;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .priceSt .pack_name .price_tx .sub{
    font-size: 14px;
  }
  .priceSt .pack_name .com_tx + .com_tx{
    margin-top: 5%;
  }
  .priceSt .pack_name .set_inn{
    margin: 5% auto;
  }
  .priceSt .pack_name .set_inn img{
    max-width: inherit;
  }
  .priceSt ul.pack li p.ph.tppad{
    padding-top: 0;
  }
}


/* 卒業袴カタログ */
.bg_isyo{
  text-align: center;
	background-color: #ffffff;
	margin-bottom:20px;
}
.bg_isyo h2 {
  font-size: 28px;
}
.bg_isyo p.sptx_left {
  font-size: 18px;
}
.isyoBox {
  margin: auto;
}
.isyoBox + p {
  text-align: center;
}
.isyoBox .lk_button {
  margin: auto;
  display: flex;
  justify-content: center;
}
.isyoBox .lk_button a{
  position: relative;
  width:680px;
  height: 420px;
  line-height: 420px;
  margin: 10px auto;
  background-image: url("../../hakama/images/catalogBan_gra.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: top center;
  overflow: hidden;
  font-size: 1.4em;
  font-weight: 600;
  text-shadow: 0.04em 0.04em 0.04em rgba(255,255,255,1);
}
.isyoBox .lk_button a::before{
  position: absolute;
  content: "";
  background-color: rgba(255,255,255,.8);
  width: 100%;
  height: 100px;
  top: 155px;
  left: 0;
}
.isyoBox .lk_button a:hover::after {
  background: rgba(120,83,31, .8);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.isyoBox .lk_button a:hover {
  color: #fff;
  text-shadow: 0.04em 0.04em 0.04em rgba(120,83,31,1);
}

.yoyaku_btn {
}
.yoyaku_btn a img {
  width:100%;
  height:auto;
  max-width: 500px !important;
  vertical-align: middle;
  transition: opacity .3s;
}
.yoyaku_btn a:hover img {
  opacity: 0.7;
}

@media only screen and (max-width:768px) {
  .bg_isyo{
    padding: 5% 2%;
    margin-bottom: 0;
  }
  .bg_isyo h2 {
    font-size: 6vw;
  }
  .bg_isyo p.sptx_left {
    text-align: left;
    font-size: 16px;
  }
  .isyoBox .lk_button a{
    width:100%;
    height: 210px;
    line-height: 210px;
    font-size: 4.2vw;
  }
  .isyoBox .lk_button a::before{
    height: 60px;
    top: 75px;
  }

  /*** プライス(袴) ***/
  .entry.bg_hakamapr {
    background-color:#ffffff;
    background-image:none;
  }
  .priceSt ul.pack li p.nm{
    width:100%;
    float:none;
    margin-bottom:10px;
  }
  .priceSt ul.pack li p.dt{
    width:100%;
    float:none;
    margin-left:0;
  }
  .priceSt ul.pack li p.ph{
    width:100%;
    float:none;
    text-align: center;
  }
    .priceSt ul.pack li p.ph img{
      width:80%;
    }
}
