@charset "UTF-8";
/* CSS Document */
body{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
p{text-align: justify;}
p{line-height: 180%;}
p.fz-13{
	line-height: 200%;
}
.col_2 h2{
	line-height: 180%;
}

@media (max-width: 767px) {
p{line-height: 160%;}	
	
}
.rows_interview{
	display: flex;
	text-align: left;
	flex-diretion: row;
}
.rows_interview.title{
	display: flex;
	text-align: left;
	flex-diretion: row;
	justify-content:center;
	align-items: center;
	margin-bottom:40px;

}
@media (max-width: 767px) {
.rows_interview{
	display: block;
	padding:0 15px;
	margin-bottom:30px;
}
.rows_interview.title{
	margin-bottom:20px;
	}
}
.rows_interview.imgcenter{
	align-items: center;
}
.col_1{
	width: calc(20% - 50px);
	margin-right:50px;
}
.col_3{
	width: 80%;
}
@media (max-width: 767px) {
.col_1{
	width: 20%;
	margin-right:15px;
}
.col_3{
	width: 80%;
}
}

.col_3 h2,.col_3 h3{
	align-items: center;
	justify-content: center;
}
.col_2{
	width: 50%;
}
.col_2.left{
	width: calc(50% - 20px);
	margin-right:20px;
}
.col_2.right{
	width: calc(50% - 60px);
	margin-left:60px;
}

@media (max-width: 767px) {
.col_2{
	width: 100%;
}
.col_2.left{
	width: 100%;
	margin-right:0;
}
.col_2.right{
	width: 100%;
	margin-left:0;
}
}

.col_3even{
	width:calc( 33.33333% - 10px );
	margin-right:15px;
}
.col_3even:last-child{
	margin-right:0;
}

@media (max-width: 767px) {
	.col_3even{
	width:100%;
	margin-right:0;
	margin-bottom: 20px;
}
}

figure{
	margin:0 0 30px 0;
}
figure:last-child{
	margin-bottom:0;
}
figure.mg30{
	margin-bottom:28px !important;
}
figcaption{
	text-align: center;
	margin-top:5px;
}

.title p.vol{
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
.title h1{
	color:#73c6c8;
	font-weight: bold;
}
.fl:first-letter{
	font-size:200%;
}
.mg0{
	margin-top:0;
}

.mg-5{
	margin-top:-5px;
}

h2{
	color:#73c6c8;
	font-weight: bold;
	padding:12px 0;
	margin-top:15px;
	margin-bottom:20px;
	border-top:1px solid #73c6c8;
	border-bottom:1px solid #73c6c8;
	line-height: 140% !important;
}

h2.shopinfo{
	color:#73c6c8;
	font-family: "didot";
	border-top:0;
	padding-bottom: 5px;
	display: inline;
}

.toggle__parent3 {
	color:#73c6c8;
	text-align: right;
	font-weight: bold;
	
}

.toggle__parent3 .toggle__btn.icon2{
	position: relative;
	padding-right:calc( 160px + 41px );
	font-weight: 500;
}

.toggle__parent3 .toggle__btn.icon2::after {
  content: "";
  position: absolute;
  right:160px;
  width: 18px;
  height: 18px;
  margin: -3px 10px 0 10px;
  border-bottom: 2px solid #73c6c8;
  border-right: 2px solid #73c6c8;
  transform: rotate(45deg);
　cursor: pointer;
	
}

.toggle__parent3.active .toggle__btn.icon2::after,.toggle__parent3 .active .toggle__btn.icon2::after{
  transform: rotate(225deg);
	margin-top:8px;
}

.toggle__parent3 .toggle__content3{
  text-align: left;
  display: none;
	color:#666;
	font-weight: normal;
}

.matsumoto{
	color:#008dd7;
}
.yamaga{
	color:#eb6b8c;
}

.button_big{
	font-family: "didot";
}

.sp{display: none;}
.pc{display: block;}

@media (max-width: 767px) {
	.fz-13 { font-size:12px;}
	figure {
    margin: 0 0 20px 0;
	}	
	.toggle__parent3{
		margin-top:20px;
	}
	.sp{display: block;}
	.pc{display: none;}
	
	.titleh1{
		margin-bottom:20px;
		color:#73c6c8;
		font-weight: bold;
		text-align: left;
		padding: 0 15px;
	}
	.toggle__parent3 {
		color:#73c6c8;
		text-align: center;
		font-weight: bold;
	}
	.toggle__parent3 .toggle__btn.icon2{
		position: relative;
		padding-right:0;
		padding-bottom:15px;
	}
	.toggle__parent3 .toggle__btn.icon2::after {
		left: 50%;
		right: 50%;
		bottom:0;
		width: 12px;
	  height: 12px;
		margin-left:-6px;
	}	
	.rows_interview.mb-15{
		margin-bottom:20px;
	}
}
table th{font-weight: normal;}
table th,table td{padding:0;line-height: 160%;}
table th{padding-right:20px;}

.pcno{display: none;}
.spno{display: inline;}
@media (max-width: 767px) {
	.pcno{display: inline;}
	.spno{display: none;}
}
	