@charset "utf-8";
img {
  max-width:100%;
}
.bx-wrapper {
	box-sizing: content-box;
}
@media screen and (min-width: 641px) {
.hidden {
  	display:none;
}
.styleWrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.styleWrap {
	width:890px;
	margin:auto;
	padding:20px 0;
}
.styleWrap .left {
	float:left;
	width:358px;
	margin-top:50px;
}
.styleWrap .right {
	float:right;
	width:400px;
}
/**左側写真**/
.styleWrap .left .stylePic {
	float:left;
	width:345px;
	height:451px;
	position:relative;
}
.styleWrap .left .frame {
	position:absolute;
	z-index:99;
}
.bx-wrapper {
	width:281px !important;
	padding:30px 30px 0 30px !important;
}
.styleWrap .left .pic {
	width:281px;
	height:384px;
}
.styleWrap .left .pic img {
	width:281px;
	height:384px;
}
/**サムネイル**/
.styleWrap ul.thumb {
	float:left;
	width:102px;
	margin-top:50px;
}
.styleWrap ul.thumb li {
	margin-bottom:20px;
}
.styleWrap ul.thumb li a img:hover {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/**右側案内**/
.styleWrap .right p.name {
	font-size:20px;
	line-height:35px;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right p {
	font-size:16px;
	line-height:30px;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right p.name {
	font-size:20px;
	color:#ed1e79;
}
.styleWrap .right p.color {
	background:url(https://www.katsura-iryou.jp/krm/img/style/img/color.png) no-repeat 100px center;
}
.styleWrap .right table {
	width:430px;
	margin:20px 0 10px;
	background:none;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right table th,.styleWrap .right table td {
	border:none;
	line-height:30px;
	font-size:16px;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right table th {
	width:140px;
}
.styleWrap .right table td {
	width:240px;
	text-align:left;
  	padding:3px 0;
}
.styleWrap .right table td.price {
	font-size:20px;
	color:#f15a24;
}
.styleWrap .right table td.price span {
	display:block;
	font-size:16px;
	background:#ed1c24;
	color:#fff;
	width:100px;
	text-align:center;
}
.styleWrap td.No_price {
	text-decoration:line-through;
}
.green {
	display:block !important;
	margin:20px auto 0 auto !important;
	background: #009245;
	background: -moz-linear-gradient(top,  #009245 0%, #006837 100%);
	background: -webkit-linear-gradient(top,  #009245 0%,#006837 100%);
	background: linear-gradient(to bottom,  #009245 0%,#006837 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009245', endColorstr='#006837',GradientType=0 );
}
.blue {
	background: #0090bc;
	background: -moz-linear-gradient(top,  #0090bc 0%, #0071bc 100%);
	background: -webkit-linear-gradient(top,  #0090bc 0%,#0071bc 100%);
	background: linear-gradient(to bottom,  #0090bc 0%,#0071bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090bc', endColorstr='#0071bc',GradientType=0 );
}
.orange {
	background: #f7b31e;
	background: -moz-linear-gradient(top,  #f7b31e 0%, #f7931e 100%);
	background: -webkit-linear-gradient(top,  #f7b31e 0%,#f7931e 100%);
	background: linear-gradient(to bottom,  #f7b31e 0%,#f7931e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b31e', endColorstr='#f7931e',GradientType=0 );
}
.purple {
	background: #9e3d5d;
	background: -moz-linear-gradient(top,  #9e3d5d 1%, #92005d 100%);
	background: -webkit-linear-gradient(top,  #9e3d5d 1%,#92005d 100%);
	background: linear-gradient(to bottom,  #9e3d5d 1%,#92005d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e3d5d', endColorstr='#92005d',GradientType=0 );
}.cate {
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:4px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.cate:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.cate:active {
	position:relative;
	top:1px;
}
/**カートなど**/
.cart {
	display:block;
	border:none;
	background: rgb(247,147,30);
	background: -moz-linear-gradient(top,  rgb(247,147,30) 0%, rgb(241,90,36) 100%);
	background: -webkit-linear-gradient(top,  rgb(247,147,30) 0%,rgb(241,90,36) 100%);
	background: linear-gradient(to bottom,  rgb(247,147,30) 0%,rgb(241,90,36) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#f15a24',GradientType=0 );
	cursor:pointer;
	color:#fff;
	font-family:"F+UD-TsukuMin R";
	font-size:20px;
	width:300px;
	padding:15px 0;
	text-align:center;
	margin:10px auto 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.button01 {
	display:block;
	border:none;
	background: rgb(41,171,226);
	background: -moz-linear-gradient(top,  rgb(41,171,226) 0%, rgb(0,113,188) 100%);
	background: -webkit-linear-gradient(top,  rgb(41,171,226) 0%,rgb(0,113,188) 100%);
	background: linear-gradient(to bottom,  rgb(41,171,226) 0%,rgb(0,113,188) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#0071bc',GradientType=0 );
	cursor:pointer;
	color:#fff !important;
	font-family:"F+UD-TsukuMin R";
	font-size:20px;
	width:300px;
	padding:15px 0;
	text-align:center;
	margin:20px auto 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.button2 {
	display:inline-block;
	border:none;
	background: rgb(237,101,121);
	background: -moz-linear-gradient(top,  rgb(237,101,121) 0%, rgb(255,74,116) 100%);
	background: -webkit-linear-gradient(top,  rgb(237,101,121) 0%,rgb(255,74,116) 100%);
	background: linear-gradient(to bottom,  rgb(237,101,121) 0%,rgb(255,74,116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6579', endColorstr='#ff4a74',GradientType=0 );
	cursor:pointer;
	color:#fff !important;
	font-family:"F+UD-TsukuMin R";
	font-size:20px;
	width:250px;
	padding:15px 0;
	text-align:center;
	margin:20px 0 0 30px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.popup {
  	margin-top:40px;
}
/**レコメンド**/
.ranking {
	margin:40px auto 0;
}
.ranking h3 {
	font-size:22px;
	color:#000;
	font-family:"F+UD-TsukuMin R";
	border-bottom:1px solid #e6e6e6;
	padding:18px 0 18px 56px;
	background:url(https://www.katsura-iryou.jp/krm/img/product/rank01.png) no-repeat 0 center;
	margin:0 0 20px;
}
.ranking ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ranking ul li {
	float:left;
	width:160px;
	margin-left:15px;
	font-size:14px;
	padding:30px 0 0 0;
}
.ranking ul li:nth-of-type(1) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no1.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(2) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no2.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(3) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no3.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(4) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no4.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(5) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no5.jpg) no-repeat center 0;
}
.ranking ul li .price {
	display:block;
	text-align:center;
	color:#f15a24;
}
.recommend {
	margin:40px auto 0;
}
.recommend h3 {
	font-size:22px;
	color:#000;
	font-family:"F+UD-TsukuMin R";
	border-bottom:1px solid #e6e6e6;
	padding:18px 0 18px 56px;
	background:url(https://www.katsura-iryou.jp/krm/img/product/rank01.png) no-repeat 0 center;
	margin:0 0 20px;
}
.recommend ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.recommend ul li {
	float:left;
	width:202px;
	margin-left:20px;
	font-size:14px;
}
.recommend ul li .price {
	display:block;
	text-align:center;
	color:#f15a24;
}
.recommend table {
	width:170px !important;
}
.recommend table th.cartjs_product_num {
	width:70px !important;
  	text-align:center;
}
.recommend table td {
	width:100px !important;
}
.recommend input.detail_cart {
	width:200px !important;
  	height:36px !important;
}
}

@media screen and (max-width: 640px) {
.advWrap ul.advPlan {
width:98%;
text-align:center;
margin:20px auto 0;
}
.advWrap ul.advPlan li {
display:inline-block;
width:45%;
margin:0 2%!important;
padding:0 !important;
}
.hidden {
  	display:none;
}
.styleWrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.styleWrap {
	margin:auto;
	padding:0;
	overflow:hidden;
}
.styleWrap .left {
	width:281px;
	margin:auto;
}
.styleWrap .right {
	width:98%;
}
/**左側写真**/
.styleWrap .left .stylePic {
	width:281px;
	margin:auto;
	position:relative;
}
.styleWrap .left .frame {
	display:none;
}
.bx-wrapper {
	width:281px !important;
	padding:0 0 0 0 !important;
}
.styleWrap .left .pic {
	width:281px;
	height:384px;
}
.styleWrap .left .pic img {
	width:281px;
	height:384px;
}
/**サムネイル**/
.styleWrap ul.thumb {
	text-align:center;
	margin-top:20px;
}
.styleWrap ul.thumb li {
	display:inline-block;
	width:94px;
	margin:0 3px;
}
.styleWrap ul.thumb li a img:hover {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/**右側案内**/
.styleWrap .right p.name {
	font-size:20px;
	line-height:35px;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right p {
	font-size:16px;
	line-height:30px;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right p.name {
	font-size:20px;
	color:#ed1e79;
}
.styleWrap .right table {
	margin:20px 0 10px;
	background:none;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right table th,.styleWrap .right table td {
	border:none;
	line-height:30px;
	font-size:16px;
	font-family:"F+UD-TsukuMin R";
}
.styleWrap .right table th {
	width:100px;
}
.styleWrap .right table td {
	text-align:left;
  	padding:3px 0;
}
.styleWrap .right table td.price {
	font-size:20px;
	color:#f15a24;
}
.styleWrap .right table td.price span {
	display:block;
	font-size:16px;
	background:#ed1c24;
	color:#fff;
	width:100px;
	text-align:center;
}
.styleWrap td.No_price {
	text-decoration:line-through;
}
.green {
	display:block !important;
	margin:20px auto 0 auto !important;
	background: #009245;
	background: -moz-linear-gradient(top,  #009245 0%, #006837 100%);
	background: -webkit-linear-gradient(top,  #009245 0%,#006837 100%);
	background: linear-gradient(to bottom,  #009245 0%,#006837 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009245', endColorstr='#006837',GradientType=0 );
}
.blue {
	background: #0090bc;
	background: -moz-linear-gradient(top,  #0090bc 0%, #0071bc 100%);
	background: -webkit-linear-gradient(top,  #0090bc 0%,#0071bc 100%);
	background: linear-gradient(to bottom,  #0090bc 0%,#0071bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090bc', endColorstr='#0071bc',GradientType=0 );
}
.orange {
	background: #f7b31e;
	background: -moz-linear-gradient(top,  #f7b31e 0%, #f7931e 100%);
	background: -webkit-linear-gradient(top,  #f7b31e 0%,#f7931e 100%);
	background: linear-gradient(to bottom,  #f7b31e 0%,#f7931e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b31e', endColorstr='#f7931e',GradientType=0 );
}
.purple {
	background: #9e3d5d;
	background: -moz-linear-gradient(top,  #9e3d5d 1%, #92005d 100%);
	background: -webkit-linear-gradient(top,  #9e3d5d 1%,#92005d 100%);
	background: linear-gradient(to bottom,  #9e3d5d 1%,#92005d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e3d5d', endColorstr='#92005d',GradientType=0 );
}.categoly {
	display:none;
}
/**カートなど**/
.cart {
	display:block;
	border:none;
	background: rgb(247,147,30);
	background: -moz-linear-gradient(top,  rgb(247,147,30) 0%, rgb(241,90,36) 100%);
	background: -webkit-linear-gradient(top,  rgb(247,147,30) 0%,rgb(241,90,36) 100%);
	background: linear-gradient(to bottom,  rgb(247,147,30) 0%,rgb(241,90,36) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#f15a24',GradientType=0 );
	cursor:pointer;
	color:#fff;
	font-family:"F+UD-TsukuMin R";
	font-size:20px;
	width:300px;
	padding:15px 0;
	text-align:center;
	margin:10px auto 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.button01 {
	display:block;
	border:none;
	background: rgb(41,171,226);
	background: -moz-linear-gradient(top,  rgb(41,171,226) 0%, rgb(0,113,188) 100%);
	background: -webkit-linear-gradient(top,  rgb(41,171,226) 0%,rgb(0,113,188) 100%);
	background: linear-gradient(to bottom,  rgb(41,171,226) 0%,rgb(0,113,188) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#0071bc',GradientType=0 );
	cursor:pointer;
	color:#fff !important;
	font-family:"F+UD-TsukuMin R";
	font-size:20px;
	width:300px;
	padding:15px 0;
	text-align:center;
	margin:20px auto 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.button2 {
	display:inline-block;
	border:none;
	background: rgb(237,101,121);
	background: -moz-linear-gradient(top,  rgb(237,101,121) 0%, rgb(255,74,116) 100%);
	background: -webkit-linear-gradient(top,  rgb(237,101,121) 0%,rgb(255,74,116) 100%);
	background: linear-gradient(to bottom,  rgb(237,101,121) 0%,rgb(255,74,116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6579', endColorstr='#ff4a74',GradientType=0 );
	cursor:pointer;
	color:#fff !important;
	font-family:"F+UD-TsukuMin R";
	font-size:14px;
	width:140px;
	padding:15px 0;
	text-align:center;
	margin:5px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.popup {
  	margin-top:40px;
	text-align:center;
}
/**レコメンド**/
.ranking {
	margin:20px auto 0;
}
.ranking h3 {
	font-size:22px;
	color:#000;
	font-family:"F+UD-TsukuMin R";
	border-bottom:1px solid #e6e6e6;
	padding:18px 0 18px 56px;
	background:url(https://www.katsura-iryou.jp/krm/img/product/rank01.png) no-repeat 0 center;
	margin:0 0 20px;
}
.ranking ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ranking ul li {
	float:left;
	margin:0 2% 20px;
	display:block;
	width:45%;
	font-size:14px;
	line-height:20px;
	padding:20px 0 0;
	text-align:center;
}
.ranking ul li:nth-of-type(1) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no1.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(2) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no2.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(3) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no3.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(4) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no4.jpg) no-repeat center 0;
}
.ranking ul li:nth-of-type(5) {
	background:url(https://www.katsura-iryou.jp/krm/img/style/style_no5.jpg) no-repeat center 0;
}
.ranking ul li .price {
	display:block;
	text-align:center;
	color:#f15a24;
}
.recommend {
	margin:20px auto 0;
}
.recommend h3 {
	font-size:22px;
	color:#000;
	font-family:"F+UD-TsukuMin R";
	border-bottom:1px solid #e6e6e6;
	padding:18px 0 18px 56px;
	background:url(https://www.katsura-iryou.jp/krm/img/product/rank01.png) no-repeat 0 center;
	margin:0 0 20px;
}
.recommend ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.recommend ul li {
	float:left;
	margin:0 2% 20px;
	display:block;
	width:45%;
	font-size:14px;
	line-height:20px;
}
.recommend ul li .price {
	display:block;
	text-align:center;
	color:#f15a24;
}
.recommend table {
}
.recommend table th.cartjs_product_num {
	width:80px !important;
  	text-align:center;
}
.recommend table td {
}
.recommend input.detail_cart {
	width:90% !important;
	height:auto !important;
}
}
#stylePic {
	position: relative;
}
.long_price {
	z-index: 999;
	position: absolute;
	width:80px;
	padding: 20px 0;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	border-radius: 50px;
	background: #ed4a79;
	text-align: center;
	color: #fff;
	right: 10px;
	top: 0;
}
.bt_main{
	max-width: 640px;
	width: 88%;
	margin: 0 auto;
}
.bt_main a{
	position: relative;
	z-index: 1;
	transition: .5s;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 60px;
	font-weight: bold;
	letter-spacing: 0.12em;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.bt_main a::before{
	content: "";
	position: absolute;
	z-index: 2;
	transition: .3s;
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto;
	border-top: 0.5vw solid #fff;
	border-right: 0.5vw solid #fff;
	transform: rotate(45deg);
}
.bt_main a:hover{
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.bt_main a:hover::before{
	left: 5.5%;
}
.bt_main a.bt_trial{
	background: linear-gradient(#10ca79,#0da560);
	padding: 6% 0;
	font-size: 5.5vw;
	line-height: 6.5vw;
  color:#fff!important;
}
.bt_main a.bt_trial:hover{
	background: linear-gradient(#12d17e,#0ead65);
  text-decoration:none;
}
.bt_main a.bt_tenpo{
	background: linear-gradient(#f17898,#de5378);
	padding: 3.5% 0;
	font-size: 4.5vw;
	line-height: 5.5vw;
  color:#fff!important;
}
.bt_main a.bt_tenpo:hover{
	background: linear-gradient(#f685a3,#e55d82);
  text-decoration:none;
}
.cv_tel{
	max-width:480px;
	width: 88%;
	margin: 0 auto;
	border-bottom: 1px solid #8c8c8c;
}
.cv_tenpo{
	max-width:480px;
	width: 88%;
	margin: 0 auto;
}
.mt3{
	margin-top: 3%!important;
}
.mt4{
	margin-top: 4%!important;
}
.mb3{
	margin-bottom: 3%!important;
}
.mb4{
	margin-bottom: 4%!important;
}
.pb3{
	padding-bottom: 3%!important;
}
@media screen and (min-width: 750px) {
.bt_main a::before{
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.bt_main a.bt_trial{
	padding: 4.5% 0;
	font-size: 32px;
	line-height: 38px;
}
.bt_main a.bt_tenpo{
	padding: 2.5% 0;
	font-size: 26px;
	line-height: 32px;
}
.mt3{
	margin-top: 22px!important;
}
.mt4{
	margin-top: 30px!important;
}
.mb3{
	margin-bottom: 22px!important;
}
.mb4{
	margin-bottom: 30px!important;
}
.pb3{
	padding-bottom: 22px!important;
}
}

.tel_btn_wrap2024apr{
	position: relative;
	display: block;
	max-width: 680px;
	width: 94%;
	margin: 0 auto 4%;
	text-align: center;
}
.tel_btn_wrap2024apr_read{
	display: block;
	width: 100%;
	font-size: 3.5vw;
	line-height: 5.5vw;
	font-weight: bold;
	padding: 4px 6px;
	border: 4px solid #e6e6e6;
	border-radius: 6px;
}
.tel_btn_wrap2024apr_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.tel_btn_wrap2024apr_tel1{
	width: 45%!important;
}
.tel_btn_wrap2024apr_tel2{
	width: 45%!important;
}
.tel_btn_wrap2024apr_tel1 a,
.tel_btn_wrap2024apr_tel2 a{
	position: relative!important;
	display: block;
	font-weight: 600;
	width: 100%!important;
	height: fit-content!important;
	white-space: nowrap;
	font-size: 5.4vw;
	line-height: 6.6vw;
	text-decoration: none;
	padding: 4px 0!important;
	box-sizing: border-box;
}
.tel_btn_wrap2024apr_tel1 a .tel_num_big{
	position: relative;
	color: #fe6796!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tel_btn_wrap2024apr_tel2 a .tel_num_big{
	color: #4c4045!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tel_read_big{
	font-size: 2.8vw;
	line-height: 4.6vw;
	color: #4c4045!important;
}
.tel_sub_big{
	font-size: 2.5vw;
	line-height: 4.5vw;
	color: #4c4045!important;
}
@media only screen and (min-width: 768px) {
.tel_btn_wrap2024apr{
	position: relative;
	display: block;
	max-width: 680px;
	width: 94%;
	margin: 0 auto 4%;
	text-align: center;
}
.tel_btn_wrap2024apr_read{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding: 6px 6px;
	border: 4px solid #e6e6e6;
	border-radius: 6px;
}
.tel_btn_wrap2024apr_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.tel_btn_wrap2024apr_tel1{
	width: 40%!important;
}
.tel_btn_wrap2024apr_tel2{
	width: 36%!important;
}
.tel_btn_wrap2024apr_tel1 a,
.tel_btn_wrap2024apr_tel2 a{
	position: relative!important;
	display: block;
	font-weight: 600;
	width: 100%!important;
	height: fit-content!important;
	white-space: nowrap;
	font-size: 32px;
	line-height: 42px;
	text-decoration: none;
	padding: 4px 0;
	box-sizing: border-box;
}
.tel_btn_wrap2024apr_tel1 a .tel_num_big{
	position: relative;
	color: #fe6796!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tel_btn_wrap2024apr_tel2 a .tel_num_big{
	color: #4c4045!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tel_read_big{
	font-size: 15px;
	line-height: 20px;
	color: #4c4045!important;
}
.tel_sub_big{
	font-size: 13px;
	line-height: 18px;
	color: #4c4045!important;
}
}