@charset "UTF-8";

.fr09{
	width:100%;
	max-width: 1024px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
.fr09 *{
	box-sizing:border-box;
}
.fr09 img.w100{
	width:100%;
	height:auto;
}

.fr09 .yoyakuBox{
	background-color:#f9f7f7;
	width:100%;
	padding:1.8em;
	margin:0 auto 160px auto;
	border-radius: 6px;
}
	.fr09 .yoyakuBox:last-child{
		margin-bottom:40px;
	}
	
.fr09 .yoyakuBox .yImg{
	text-align: center;
	width:45%;
	float:left;
}
.fr09 .yoyakuBox .yBtn{
	text-align: left;
	width:50%;
	float:right;
}
	.fr09 .yoyakuBox .yBtn p{
		font-size:18px;
		text-align:left;
		line-height: 2.0;
		margin-bottom:20px;
	}
	.fr09 .yoyakuBox .yBtn .yoyaku img{
		width:100%;
		height:auto;
		max-width: 500px !important;
	}
	.fr09 .yoyakuBox .yBtn  .yoyaku a img {
		vertical-align: middle;
		transition: opacity .3s;
	}
	.fr09 .yoyakuBox .yBtn .yoyaku a:hover img {
		opacity: .7;
	}
	
	
	.fr09 a.tra{
    -webkit-transition: all .3s;
    -mos-transition: all .3s;
    transition: all .3s;
	}
	.fr09 a.tra:hover{
    opacity: 0.6;
	}

.ptnImg,
.ptnMds{
	margin:0 auto 100px auto;
}
	.ptnImg.btmhf,
	.ptnMds.btmhf{
		margin-bottom:40px;
	}
.ptnImg div.nomal{
	padding:0;
	margin:0;
	line-height: 0;
}
.fr09 .ptnImg div.nomal img,
.fr09 .ptnMds div.nomal img{
	width:100%;
	height:auto;
}

/* 2022.03.見出し */
.fr09 .ptnMds .ttl{
  position: relative;
	font-weight: 700;
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 60px;
}
.fr09 .ptnMds .ttl.sm{
  font-size: 28px;
}
.fr09 .ptnMds .ttl::before{
  position: absolute;
  content: "";
  width: 600px;
  height: 8px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.fr09 .ptnMds .ttl.bdcol01::before{
  background: #d38caa;
}
.fr09 .ptnMds .ttl.bdcol02::before{
  background: #F5DB00;
}
.fr09 .ptnMds .ttl.hakama span{
  display: inline-block;
  position: relative;
}
.fr09 .ptnMds .ttl.hakama span::before{
  position: absolute;
  content: "";
  background: url("../images/mds_acc_hakama.png") no-repeat top center /cover;
  width: 125px;
  height: 46px;
  left: -150px;
  top: 0;
}


.fr09 .ptnImg p,
.fr09 .ptnMds p{
	font-size:18px;
	text-align:left;
	line-height: 2.0;
}
.fr09 .ptnMds h2{
	border-bottom:0;
	padding:0 0 0 0;
	margin:0 auto 20px auto;
	text-align:center;
	width:100%;
}
.fr09 .ptnMds h2 img{
	width:100%;
	height:auto;
	max-width: 602px;
	display:block;
	margin:0 auto;
}

/* common */

li{
	list-style-type: none;
}
.tp10{
	margin-top:10px !important;
}
.tp20{
	margin-top:20px !important;
}
.tp40{
	margin-top:40px !important;
}
.tpbtm20{
	margin-top:20px !important;
	margin-bottom:20px !important;
}




/* 各項目 */
#sec01 .sec01box{
	margin:0 auto 40px auto;
	background-color: #f9f7f7;
	padding:1em;
}
	#sec01 .sec01box .logo{
		width:35%;
		float:left;
		padding-top:1.8em;
	}
	#sec01 .sec01box .style3{
		width:55%;
		float:right;
	}
	#sec01 .sec01box .logo img{
		max-width: 286px;
	}
	#sec01 .sec01box .style3 img{
		max-width: 550px;
	}

	
#sec02 .h2_style{
  position: relative;
	margin: 0 auto 80px;
}
#sec02 .sec02_h2{
	font-size: 24px;
}
#sec02 .sec02_h2::after{
  position: absolute;
  content: "";
  width: 640px;
  height: 10px;
  background-color: #401C0C;
  border-radius: 20px;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
}

#sec02 .sec02box{
	margin:40px auto;
}
#sec02 .sec02box .boxL{
	width:48%;
	float:left;
}
#sec02 .sec02box .boxR{
	width:48%;
	float:right;
}
#sec02 .sec02box .boxR .price_wrap{
	margin: 0 0 40px;
}
#sec02 .sec02box .boxR .price_wrap h3{
	text-align: right;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 12px;
}
#sec02 .sec02box .boxR .price_wrap p.pr{
	text-align: right;
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 0.7;
}
#sec02 .sec02box .boxR .price_wrap p.pr span{
  font-size: 15px;
}

#sec02 .sec02box .boxR .set_naiyo{
  margin: 0 auto 20px;
}
#sec02 .sec02box .boxR dl{
	margin:0 auto 20px auto;
  width: 470px;
}
	#sec02 .sec02box .boxR dl dt,
	#sec02 .sec02box .boxR dl dd{
		text-align: left;
		font-size:16px;
	}
	#sec02 .sec02box .boxR dl dt{
		margin-bottom: 5px;
	}
	#sec02 .sec02box .boxR dl dt i{
		color:#D38CAA;
	}
	#sec02 .sec02box .boxR .sumi{
    width: 470px;
		border-top:4px solid #401C0C;
		border-bottom:4px solid #401C0C;
		padding:12px 0;
		margin:40px auto 0 auto;
	}
		#sec02 .sec02box .boxR .sumi .price{
			font-size:1.6em;
			font-weight:600;
		}
#sec02 .hair img{
	display:block;
}

/* ランク */
.ic_rank_notes{
  font-size: .9em;
  color: #ff3333;
  font-weight: bold;
}
.rank_notes{
  margin: 30px 0 0 10px;
}
.rank_notes p{
  font-size: 16px !important;
}
.rank_notes p:nth-of-type(1){
}
.rank_notes p:nth-of-type(2){
  margin-bottom: 3px;
}
.rank_notes p{
  font-size: 16px !important;
  margin-bottom: 10px;
}
.rank_notes ul{
  margin-left: 23px;
}
.rank_notes li{
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  padding-left: .8em;
}
.rank_notes li::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #E62E6C;
  top: .5em;
  left: 0;
}
.rank_notes li + li{
  margin-top: 3px;
}



#sec03 {
  background: url("../images/img_rental.jpg") no-repeat top right /auto;
  padding: 30px 0;
}
#sec03 .sec03box{
	margin: 40px auto 40px 0;
  width: 50%;
}
#sec03 .sec03box dl{
	margin:0 auto 40px auto;
}
	#sec03 .sec03box dl:after{
		content:".";
		line-height:0;
		display:block;
		height:0;
		visibility:hidden;
		clear:both;
	}
	/*\*/
	* html#sec03 .sec03box dl{
		height:1px;
		overflow:visible;
	}
	/**/

#sec03 .sec03box dl dt{
	width: 32%;
	float:left;
	background-color: #401C0C;
	color:#ffffff;
	font-size: 20px;
	font-weight: 600;
  font-family: 'Noto Serif JP', serif;
	padding:1em;
}
#sec03 .sec03box dl dd{
	margin-left: 35%;
}
#sec03 .sec03box dl dd p.pr{
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 700;
  text-align: right;
  margin-top: 20px;
  line-height: 0.7;
}
#sec03 .sec03box dl dd p.pr span{
  font-size: 15px;
}
#sec03 .sec03box > figure.sp{
  display: none;
}

#asp5 div.bg{
  padding:1.2em .5em;
	background: url(../images/asp5_bg.png) repeat 0 0;
}
#asp5 div.bg div img{
	display:block;
}


#sec04 .sec04box{
	background-color: #fff6fa;
	margin:20px auto;
	padding:20px 0;
}
#sec04 .sec04box .boxL{
	width:60%;
	float:left;
}
#sec04 .sec04box .boxR{
	width:38%;
	float:right;
}
	#sec04 .sec04box .boxL img{
		width:100%;
		height:auto;
		max-width: 586px;
	}
	#sec04 .sec04box .boxR img{
		width:100%;
		height:auto;
		max-width: 315px;
	}


#sec05 .alSet{
	clear: both;
	margin:60px auto 0 auto;
}
	#sec05 .alSet:after{
		content:".";
		line-height:0;
		display:block;
		height:0;
		visibility:hidden;
		clear:both;
	}
	/*\*/
	* html#sec05 .alSet{
		height:1px;
		overflow:visible;
	}
	/**/

#sec05 .alSet .alTitile{
	width:30%;
	float:left;
	text-align:left;
}
#sec05 .alSet .primg,
#sec05 .alSet dl{
	width:66%;
	float:right;
}
#sec05 .alSet dl dt{
	text-align: left;
	font-size:18px;
	line-height: 2.0;
	margin-bottom:20px;
}
	#sec05 .alSet .alTitile img{
		max-width: 228px;
		width:100%;
		height: auto;
	}
	#sec05 .alSet .primg img,
	#sec05 .alSet dl img{
			max-width: 640px;
		width:100%;
		height: auto;
		}
	#sec05 .alSet .primg img,
	#sec05 .alSet dd img{
		display: block;
	}

#sec06 .sec06box{
	margin:20px auto 40px auto;
	text-align: center;
  width:68%;
}
#sec06 .sec06box ul{
	width:92%;
	margin:20px auto;
}
#sec06 .sec06box ul li{
	display: block;
	float:left;
	text-align: center;
	width:50%;
}
	#sec06 .sec06box ul li img{
		width:100%;
		height:auto;
		max-width: 260px;
	}
#sec06 .famPr img{
	display:block;
}

#sec07 .sec07box{
	margin:40px auto;
	text-align: center;
}
#sec07 .sec07box dl{
	width:50%;
	margin:0 auto;
	float:left;
}
#sec07 .sec07box dt,
#sec07 .sec07box dd li{
  text-align: center;
}
#sec07 .sec07box dt{
	font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: bold;
}
#sec07 .sec07box dd img{
	width:100%;
	height:auto;
	max-width: 370px;
}

#secHk .secHkbox{
	margin:40px auto 80px auto;
	text-align: center;
}
#secHk .secHkbox div.lBox{
	width:50%;
	margin:0 auto;
	float:left;
}
#secHk .secHkbox div.rBox{
	width:50%;
	margin:0 auto;
	float:right;
}
#secHk .secHkbox div img{
	width:100%;
	height:auto;
	max-width: 420px;
}
#secHk .toHkm,
#secHk .hakamaBtn img{
	display:block;
}

#secGal .secGalbox{
	margin:40px auto 80px auto;
	text-align: left;
}
#secGal .secGalbox .sumimg ul{
	width:96%;
	margin:0 auto;
	font-size: 0;
}
#secGal .secGalbox .sumimg li{
	width:25%;
	display:inline-block;
	font-size: 0;
	margin:3px auto;
	text-align:center;
}
#secGal .secGalbox .sumimg li img{
	width:96%;
	margin:1% 2%;
}



@media only screen and (max-width: 768px) {
  .fr09 .ptnImg,
  .fr09 .ptnMds{
    margin:0 auto 12% auto;
  }


	.fr09 .yoyakuBox{
		margin:0 auto 12% auto;
		padding:1.0em;
	}
	.fr09 .ptnImg p,
	.fr09 .ptnMds p{
		font-size: 3.8vw;
		line-height: 1.6;
	}
	.fr09 .ptnMds h2{
		margin-bottom: 10px;
	}
	.fr09 .ptnMds h2 img{
		max-width: 480px;
	}
  .fr09 .yoyakuBox:last-child{
    margin-bottom:0px;
		}
	.fr09 .yoyakuBox .yImg,
	.fr09 .yoyakuBox .yBtn{
		text-align: center;
		width:100%;
		margin: 0 auto 8% auto;
		float:none;
  }
  .fr09 .yoyakuBox .yBtn p{
    line-height: 1.8;
    margin-bottom:0px;
    text-align:center;
  }
  .fr09 .yoyakuBox .yImg img{
    display: none;
  }
  .fr09 .yoyakuBox .yBtn .yoyaku img{
    width:100%;
    height:auto;
    max-width: 500px !important;
  }

	.fr09 .sublink1{
		margin:10% auto 30% auto;
	}
	.fr09 .sublink2{
		margin:0 auto 30% auto;
	}
  .fr09 .sublink2.end{
    margin:0 auto 0 auto;
  }
  .fr09 .sublink1 img,
  .fr09 .sublink2 img{
    max-width: 260px !important;
  }
  .ptnImg.btmhf,
  .ptnMds.btmhf{
    margin-bottom:10px;
  }
  .ptnImg.spbtmhf,
  .ptnMds.spbtmhf{
    margin-bottom:10px;
  }

  /* 2022.03.見出し */
  .fr09 .ptnMds .ttl{
    font-size: 6vw;
    margin-bottom: 6.4%;
  }
  .fr09 .ptnMds .ttl.sm{
    font-size: 4.8vw;
  }
  .fr09 .ptnMds .ttl::before{
    width: 100%;
    height: 6px;
    bottom: -3vw;
  }
  .fr09 .ptnMds .ttl.hakama span::before{
    width: 24vw;
    height: 8.8vw;
    left: -26.667vw;
    top: 0;
  }


  #sec01 .sec01box{
    margin:0px auto 10px auto;
  }
  #sec01 .sec01box .logo,
  #sec01 .sec01box .style3{
    float:none;
    margin:0 auto;
  }
  #sec01 .sec01box .logo{
    width:68%;
    padding-top:0.8em;
    padding-bottom:0.8em;
  }
  #sec01 .sec01box .style3{
    width:92%;
  }
		

  #sec02 .sec02box{
		margin: 5% auto 0;
	}
  #sec02 .sec02_h2{
    margin-top: -100px;
    font-size: 18px;
  }
  #sec02 .sec02_h2::after{
    top: 110%;
  }
	#sec02 .sec02box .boxL,
	#sec02 .sec02box .boxR{
		width:100%;
		float:none;
	}
	#sec02 .sec02box .boxL img{
		width:50%;
		margin-bottom:10px;
	}
	#sec02 .sec02box .boxR dl{
		margin:0 auto 10px auto;
	}
		#sec02 .sec02box .boxR dl dt,
		#sec02 .sec02box .boxR dl dd{
			text-align: left;
			font-size:3.8vw
		}
		#sec02 .sec02box .boxR .sumi{
			padding:10px 10px;
			margin:20px auto 0 auto;
			border:none;
			background-color: #F9F7F7;
		}
	#sec02 .hair img{
		display:none;
	}
		#sec02 .hair {
		background:url(../images/to_hairSp.jpg) no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		padding-top: 54.167%;
	}
  #sec02 .h2_style{
    margin: 0 auto 40px;
  }
  #sec02 .sec02box .boxR .price_wrap{
    margin: 0 0 8%;
  }
  #sec02 .sec02box .boxR .price_wrap h3{
    font-size: 6.8vw;
    margin-bottom: 3%;
    text-align: center;
  }
  #sec02 .sec02box .boxR .price_wrap p.pr{
    font-size: 6.4vw;
    line-height: .9;
  }
  #sec02 .sec02box .boxR .price_wrap p.pr span{
    font-size: 3.8vw;
  }
  #sec02 .sec02box .boxR .set_naiyo img{
    width: 100%;
  }
  #sec02 .sec02box .boxR dl{
    width: 100%;
  }
  #sec02 .sec02box .boxR .sumi{
    width: 100%;
    margin-bottom: 5%;
  }
  #sec02 .sec02box .boxR .sumi .price{
    font-size: 5.6vw;
  }
  #sec02 .sec02box .boxR .rank_notes{
    margin: 0 auto;
  }
  #sec02 .sec02box .boxR .rank_notes li{
    font-size: 3.8vw;
  }
  
  
  
	
  #sec03 {
    background: none;
    padding: 10% 0;
  }
	#sec03 .sec03box dl dt br{
		display:none;
	}
	#sec03 .sec03box{
    width: 60%;
		margin: 8% auto 0 auto;
	}
  #sec03 .sec03box{
    width: 100%;
    margin: 5% auto 0;
  }
	#sec03 .sec03box dl{
    margin: 0 auto 5%;
  }
	#sec03 .sec03box dl:last-child{
    margin-bottom: 0;
  }
	#sec03 .sec03box dl dt{
		width: 100%;
    float: none;
    padding: .5em;
    margin-bottom: 2%;
    font-size: 4.8vw;
	}
	#sec03 .sec03box dl dd{
		margin-left: 0;
    padding: .1em .3em;
	}
  #sec03 .sec03box dl dd p.pr{
    font-size: 6.4vw;
    line-height: .9;
  }
  #sec03 .sec03box dl dd p.pr span{
    font-size: 3.8vw;
  }
  #sec03 .sec03box > figure{
    margin-bottom: 5%;
  }
  #sec03 .sec03box > figure.sp{
    display: block;
    text-align: center;
  }
  #sec03 .sec03box > figure img{
    width: 50%;
    margin: auto;
  }
  
	
		
	#asp5 div.bg div img{
		display:none;
	}
		#asp5 div.bg div {
		background:url("../../topics/images/is22/anshin5_sp.png") no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 140.625%;
	}
	#sec05 .alSet .alTitile{
		width:22%;
	}
	#sec05 .alSet .primg,
	#sec05 .alSet dl{
		width:74%;
	}
	
  
		
	#sec04 .sec04box{
		margin:10px auto;
		padding:0;
		background-color: #ffffff;
	}
	#sec04 .sec04box .boxL,
	#sec04 .sec04box .boxR{
		width:100%;
		float:none;
	}
		#sec04 .sec04box .boxL img{
			width:100%;
		}
		#sec04 .sec04box .boxR img{
			width:68%;
			max-width: 200px;
			margin-bottom: 20px;
		}
		

	#sec05 .alSet{
		clear: both;
		margin:20px auto 60px auto;
	}
	#sec05 .alSet .alTitile,
	#sec05 .alSet .primg,
	#sec05 .alSet dl{
		width:100%;
		float:none;
	}
	#sec05 .alSet .alTitile{
		text-align:center;
	}
	#sec05 .alSet .alTitile img{
		max-width: 160px;
	}
	#sec05 .alSet dl dt{
		font-size:16px;
		line-height: 1.8;
	}


	#sec06 .sec06box{
		margin:20px auto 20px auto;
		text-align: center;
    width: 100%;
	}
		#sec06 .sec06box ul{
			width:100%;
			margin:0 auto;
		}
		#sec06 .sec06box ul li img{
			width:92%;
			max-width: 180px;
		}
	#sec06 .famPr img{
		display:none;
	}
		#sec06 .famPr {
		background:url(../images/sec06_price22Sp.png) no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 89.625%;
	}
  
	#sec07 .sec07box{
		margin-bottom:20px;
	}
  #sec07 .sec07box dt{
    font-size: 4.8vw;
  }
	#sec07 .sec07box dd img{
		width:96%;
	}
	
  .fr09 .yoyakuBox .yBtn p{
    font-size:16px;
    line-height: 1.8;
    margin-bottom:20px;
  }
		
	#secHk .secHkbox div img{
		max-width: 300px;
	}


.tp40{
		margin-top:20px !important;
	}
}


@media only screen and (max-width: 768px) {
		#sec05 .alSet .primg img,
		#sec05 .alSet dd img{
			display: none;
		}
		#sec05 .alSet .primg.kna {
		background:url(../images/pr_kinaco21Sp.jpg) no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 89.2116%;
	}
		#sec05 .alSet dd.bri {
		background:url(../images/pr_brioche21Sp.jpg) no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		padding-top: 89.2116%;
	}
		#sec05 .alSet dd.ecr {
		background:url(../images/pr_eclair21Sp.jpg) no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		padding-top: 17%;
	}
		#sec05 .alSet .primg.data {
		background:url(../images/pr_data21Sp.jpg) no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		padding-top: 100%;
	}
		#sec05 .alSet .primg.print {
		background:url(../images/pr_print21Sp.jpg) no-repeat 0 0;
		background-size:100%;
		margin:0 auto;
		width:100%;
		padding-top: 29.17%;
	}
		#sec05 .alSet .nameol {
			margin-bottom:10px;
		}
		
		#sec07 .sec07box dt img{
			width:100%;
			height:auto;
			max-width: 80px;
		}

		#secHk .secHkbox{
			margin:20px auto 20px auto;
		}
		#secHk .secHkbox div.lBox,
		#secHk .secHkbox div.rBox{
			width:100%;
			float:none;
		}
		#secHk .secHkbox div.lBox > img,
		#secHk .secHkbox div.rBox > img{
			max-width: 360px;
		}
		#secHk .toHkm,
		#secHk .hakamaBtn img{
			display:none;
		}
		#secHk .hakamaBtn {
		background:url(../images/mdsSecHk_imgSp.jpg) no-repeat 0 0;
		background-size:100%;
		margin:10px auto 20px auto;
		width:100%;
		padding-top: 77.0833%;
	}
	
	#secGal .secGalbox{
		margin:40px auto 80px auto;
	}
	#secGal .secGalbox .sumimg ul{
		width:98%;
	}
	#secGal .secGalbox .sumimg li{
		width:50%;
	}
}




/* 持ち込み */
.mochi{
	width:99%;
	margin:60px auto 20px auto;
	text-align:left;
}
	.mochi h3{
		font-size:22px;
		margin-bottom:10px;
		width:50%;
		float:left;
	}
	.mochi p.btnlink{
		width:26%;
		float:right;
		margin-bottom:10px;
	}
	.mochi p.btnlink a{
	display:block;
	width:auto;
	line-height:1.0;
	text-align:center;
	
	border:1px solid #666666;
	background-color:#ffffff;
	text-decoration:none;
	}
	.mochi p.btnlink a:hover{
  background: #F2E85D;
	filter:alpha(opacity=80);
	opacity:0.8;
	}


.mochi dl.list{
	width:100%;
	margin:0 auto 30px auto;
	clear:both;
}
	.mochi dl.list dt{
		margin-bottom:15px;
		font-size:1.2em;
		background-color:#EBEBEB;
		padding:5px;
	}
.mochi dl.list ul{
	width:30%;
	float:left;
	margin:0 0 0 10px;
}
.mochi dl.list li{
	list-style-type:none;
	font-size:1.25em;
	margin-bottom:20px;

	background:url(../../furisode/images/moc_ck.gif) no-repeat 0 0;
	padding-left:30px;
}

.mochi.print{ /* print.html */
	width:600px;
	margin:0 auto;
}
.mochi.print p.printbtn{
	width:100%;
	margin:0 auto 20px auto;
	text-align:center;
}

.mochi.print p.printbtn a{
	color:#fff;
	background:url(../../furisode/images/print.png) no-repeat 22% 50%;
	
	background-color:#BC1B0B;
	text-decoration:none;
	outline:none;
	padding:15px 0;
	font-size:131%;
	letter-spacing:0.15em;
	display:block;
	width:100%;
	font-weight:bold;
}
.mochi.print p.printbtn a:hover{
	background-color:#87801b;
}

@media print {
	.mochi dl.list ul{
		width:80%;
		margin:0 auto;
	}
	.mochi.print p.printbtn{
		display:none;
	}
	
}



@media only screen and (max-width: 768px) {
.mochi{
	margin: 5% 0;
}
.mochi h3{
	width:100%;
	float:none;
	font-size: 6vw;
}
.mochi dl.list{
	width:100%;
	margin-bottom: 3%;
}
	.mochi dl.list dt{
		margin-bottom: 3%;
		font-size: 4.8vw
	}
  .mochi dl.list ul{
    margin: 0;
    width:50%;
  }
	.mochi dl.list li{
		padding-left: 5.867vw;
		background-size: 5.333vw;
    background-position: top 2px left;
    font-size: 3.8vw;
    margin-bottom: 3%;
	}
}





/* カタログ */
.catalog_wrap{
  width:100%;
  margin:0 auto;
}
.catalog_wrap > p{
  text-align: center !important;
}
.catalog_wrap .list{
  display:flex; 
  flex-wrap: wrap;
  width: 100%;
  height:auto;
  padding:.75em .5em;
  margin:0 auto 20px auto;
}
.catalog_wrap .list div{
  width: 16.6666%;
  text-align: center;
	padding:1% 1% 3%;
	font-weight:bold;
	font-size:12px;
}
.catalog_wrap .list div img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
    .catalog_wrap .list{
      padding:.75em 0;
    }
    .catalog_wrap .list div{
      width: 33.333%;
    }

}










/* slick */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .8;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}


/* 衣装展リンク */
.isyoten_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  box-sizing: border-box;
  /* border: 1px solid #DFC0A3; */
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
.isyoten_wrap * {
  color: #401C0C;
  font-family: 'Noto Serif JP', serif;
}
.isyoten_wrap .guideline_inn{
  flex-basis: 55%;
  padding: 2em 0;
}
.isyoten_wrap figure{
  line-height: 0;
}
.isyoten_wrap .isyoten_ttl{
  text-align: center !important;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: .2em;
  letter-spacing: .05em;
}
.isyoten_wrap .fix01{
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: #401C0C;
  padding: 10px 20px;
  border-radius: 5px;
  max-width: 200px;
  letter-spacing: .1em;
  margin: .5em auto .5em;
  line-height: 1;
  text-align: center;
}
.isyoten_wrap .fix02{
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  text-align: center;
}
.isyoten_wrap .date_inn{
  max-width: 80%;
  margin: 3em auto 10em;
  padding: 1em .2em;
  border-top: 2px solid #401C0C;
  border-bottom: 2px solid #401C0C;
}
.isyoten_wrap .date_inn.kaisai{
  /* margin: 0 auto 9em;  日付なし */
  margin: 3em auto 5em;
  padding: 0;
  border: none;
}
.isyoten_wrap .date_inn.kaisai .day{
  font-size: 4rem;
}
.isyoten_wrap .date_inn.kaisai .day + .day{
  margin-top: .8em;
}
.isyoten_wrap .date_inn.kaisai .day.sm{
  font-size: 2.6rem;
  text-align: left;
  padding: 0 1em;
}
.isyoten_wrap .date_inn *{
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -.01em;
}
.isyoten_wrap .isyoten_link.non_date{
  margin-top: 14em;
}
.isyoten_wrap .isyoten_link a{
  position: relative;
  width: 100%;
  max-width: 420px; 
  margin: auto;
  display: block;
  font-size: 24px;
  border: 1px solid #401C0C;
  padding: 16px 0;
  box-sizing: border-box;
  text-align: center;
}
.isyoten_wrap .isyoten_link a::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #401C0C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.isyoten_wrap .isyoten_link a span {
  display:inline-block;
  transition: .5s;
}
.isyoten_wrap .isyoten_link a:hover span {
  transform: rotateX(360deg);
}

.isyoten_wrap .anim_img {
  width: 462px;
  height: 693px;
  overflow: hidden;
  position: relative; 
}
.isyoten_wrap .anim_img .main_img {
    background-image: url("../images/img_isyoten_fig01.jpg");
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 693px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; 
}
@keyframes anime {
  0% {
        opacity: 0;
        transform: scale(1.1) ;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
      transform: scale(1) ;
       z-index:9;
    }
    100% { opacity: 1 }
}


@media screen and (max-width: 768px) {
  .isyoten_wrap{
    margin-bottom: 10%;
    display: block;
    padding: 1em 1em 1.5em;
  }
  .isyoten_wrap .guideline_inn{
    flex-basis: 100%;
    padding: 0;
  }
  .isyoten_wrap figure{
    margin-bottom: 6.8%;
    text-align: center;
  }
  .isyoten_wrap figure img{
    width: 68%;
  }
  .isyoten_wrap .isyoten_ttl{
    font-size: 9.2vw;
  }
  .isyoten_wrap .fix01{
    width: 60%;
    font-size: 4.8vw;
    padding: 1.8% 8%;
    max-width: inherit;
  }
  .isyoten_wrap .fix02{
    font-size: 4.6vw;
  }
  .isyoten_wrap .date_inn{
    max-width: 100%;
    margin: 5% auto;
  }
  .isyoten_wrap .date_inn.kaisai{
    margin: 0 auto 5%;
  }
  .isyoten_wrap .date_inn.kaisai .day{
    font-size: 6vw;
  }
  .isyoten_wrap .date_inn.kaisai .day.sm{
    font-size: 4.8vw;
    padding: 0 1em;
  }
  .isyoten_wrap .date_inn *{
    font-size: 5.2vw;
    white-space: nowrap;
  }
  .isyoten_wrap .isyoten_link a{
    width: 80%;
    font-size: 4.2vw;
    padding: 2.6% 0;
  }
  .isyoten_wrap .isyoten_link.non_date{
    margin-top: 5%;
  }
}








