@charset "utf-8";



.seach_box {
	background-color: #3f6f73;
	padding: 2% 4% 3% 4%;
	max-width: calc(1340px);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.seach_box .title{
	display: flex;
	justify-content: left;
	align-items: center;
	margin:0 auto 40px;
	width:100%;
	
}

.seach_box .seach_box_inner{
  width: 100%;
	margin:0 auto 20px;
}
.seach_box .title .text{
	color: #FFF;
	margin-left: 1em;
}
.seach_box h3{
	max-width: 150px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.seach_box .left {
	float:left;
  width: 36%;
}


.seach_box .left .text{
	color: #FFF;
  font-size: 14px;
}
.seach_box .left .text .cap{
  font-size: 10px;
}


.seach_box .right {
  float: left;
	width: 62%;
	display: flex;
	justify-content: space-between;
	position:relative;
  margin-left: 2%;
}
.seach_box .right .btn {
	width:49%;
}

.seach_box .right .btn a{
	background-color: #b68C5A;
	padding: 1em 0;
	color: #FFF;
	/* display: inline-block; */
	width: 360px;
	text-align: center;
  font-size: 1.12em;
	font-weight: bold;
	display: block;
	/* margin-right: 5%; */
	/* margin-left: 5%; */
	width:100%;
}

.seach_box .right .btn a span{
	background:url(https://salon-bukken.jp/app/uploads/sites/1488/2026/07/Icon_sarch01.png)no-repeat left center;
  padding-left: 30px;
}
.seach_box .right .btn span.cap{
	background:none;
	display: block;
	text-align: center;
	color:#fff;
	font-size:10px;
}

.seach_box .right .btn a:hover {
	text-decoration: none;
	text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0px 2px 2px 0px #0000006e;
  filter: brightness(1.07);
}
.seach_box .right .btn:hover a span{
}

.seach_box .seach_box_inner:nth-of-type(3) {
	border-top:dotted 1px #fff;
	padding-top:20px;
	margin:0 auto;
}
.seach_box .seach_box_inner:nth-of-type(3) .right .btn a{
	background-color: #fff;
	color:  #b68C5A;
	border:1px solid #b68C5A;
}
.seach_box .seach_box_inner:nth-of-type(3) .right .btn a span{
	background:url(https://salon-bukken.jp/app/uploads/sites/1488/2026/07/Icon_sarch02.png)no-repeat left center;
  padding-left: 30px;
}
.seach_box .seach_box_inner:nth-of-type(3) .right .btn.blank a span{
	background:
	url(https://salon-bukken.jp/app/uploads/sites/1488/2026/07/Icon_blank02.png)no-repeat right center,
	url(https://salon-bukken.jp/app/uploads/sites/1488/2026/07/Icon_sarch02.png)no-repeat left center;
	padding-right: 30px;
	padding-left: 30px;
}



.seach_box .seach_box_inner:nth-of-type(3) .right .btn a:hover{
	text-decoration: none;
	text-decoration: none;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0px 2px 2px 0px #0000006e;
	filter: brightness(1.07);

}
.seach_box .seach_box_inner:nth-of-type(3) .right .btn a:hover span{
}






.seach_box .seach_box_inner + .seach_box_inner .right{
	max-width:360px;
}


.seach_box .seach_box_inner + .seach_box_inner .right .btn{
	width:100%;
}


.tag {
position: absolute;
right: -10%;
top: -25%;
font-size: 11px;
text-align: center;
line-height: 1.4;
color: #fff;
background: #F2994A;
border-radius: 40px;
padding: 10px 13px;
transform: translate(10%, -25%);
}

.tag span{
font-size:14px;
font-weight:bold;
}







.search_box2 {
    max-width: 900px;
    width: 95%;
    margin: 50px auto 0;
    background: #3F6F73;
    padding: 2% 1.5%;
}
.search_box2 .tit{
	font-size: 18px;
	color: #ffff;
	margin: 0 auto 20px;
	text-align: center;
	font-weight: bold;
}
.search_box2 ul{
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	list-style-type:none;
}
.search_box2 ul li {
	width:32%;
	position:relative;
}
.search_box2 ul li .btn{
	background-color: #b68C5A;
  padding: 0.6em 0;
  color: #FFF;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.12em;
  font-weight: bold;
  /*margin-right: 5%; */
  /* margin-left: 5%;*/
}
.search_box2 ul li .btn span {
	background: url(https://salon-bukken.jp/app/uploads/sites/1488/2026/07/Icon_sarch01.png) no-repeat left center;
	padding-left: 30px;
}

.search_box2 ul li .btn.blank{
	background-color: #fff;
	color: #b68C5A;
	border: 1px solid #b68C5A;
}
.search_box2 ul li .btn.blank span {
    background:
		url(https://salon-bukken.jp/app/uploads/sites/1488/2026/07/Icon_blank02.png) no-repeat right center,
		url(https://salon-bukken.jp/app/uploads/sites/1488/2026/07/Icon_sarch02.png) no-repeat left center;
    padding-right: 30px;
    padding-left: 30px;
}
.search_box2 ul li .cap{
	color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  line-height: 1.3;
  margin-top: 5px;
}
.infomation {
  max-width: calc(920px);
	padding: 70px 0;
  margin: 0 auto;
}
.infomation p{
	font-size:22px;
	font-weight:bold;
	text-align: center;
	color:#3F6F73;
  margin: 0 auto 30px;
}
.infomation ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
}
.infomation ul li a {
    background-color: #F2994A;
    padding: 1em 0;
    color: #FFF;
    width: 420px;
    text-align: center;
    font-size: 1.12em;
    font-weight: bold;
		position: relative;
		display: block;
}
.infomation ul li a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0%;
    right: 5%;
    bottom: 0;
    margin: auto;
    transform: translate(0px, 0%) rotate(45deg);
}
.infomation ul li a:hover{
	text-decoration:none;
	filter: brightness(1.07);
}
.es_new_block .es-list .wp-block-column{
	background-color:#FFF;
}


.recommend_box {
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

.recommend_box .titleimg{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  margin-bottom: 0.2em;
}
.recommend_box .titleimg img{
	max-width: 294px;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.recommend_box .titleimg a {
    font-size: 1rem;
    padding-left: 1em;
    padding-bottom: 0em;
    /* text-decoration: none !important; */
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #6B7280 !important;
    padding-top: 1em;
}
.recommend_box .titleimg + p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:18px;
	color:#3F6F73;
	font-weight:bold;
}
.recommend_box .feature-advertisement-block{
	/* padding-top: 0px; */
	/* padding-bottom: 0px; */
}

.recommend_box2{
	max-width: 1200px;
	margin: 0 auto;
}

.recommend_box2 .bukkenslider .slick-list{
	overflow:visible;
}
.newarrival_box2{
	max-width: 1200px;
	margin: 0 auto;
}

.newarrival_box2 .bukkenslider .slick-list{
	overflow:visible;
}

.newarrival_box {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding-top: 0em;
}
.newarrival_box h3{
	margin-bottom: 0;
}
.newarrival_box h3 img{
	max-width: 290px;
}
.opening_box {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding-top: 0em;
	padding-bottom: 5em;
}
.opening_box .titleimg{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.opening_box .titleimg img{
  max-width: 456px;
	width: 100%;
}
.opening_box .titleimg a{
	font-size: 1rem;
	padding-left: 1em;
	padding-bottom: 2em;
	/* text-decoration: none!important; */
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #6B7280!important;
}
.titleimg a:hover{
	opacity:0.7;
}
.titleimg a:after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(/app/uploads/sites/1488/2026/07/ichiran02_arrow.png);
  background-size: contain;
  margin-left: 0.5em;
  font-weight: 400;
}
.opening_box  .linkbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.opening_box  .linkbox a{
	width: 49%;
}
.casestudies_box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0em 0 0em 0;
}
.casestudies_box .titleimg{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.casestudies_box .titleimg img{
	max-width: 290px;
}
.casestudies_box .titleimg a{
	font-size: 1rem;
	padding-left: 1em;
	padding-bottom: 2em;
	/* text-decoration: none!important; */
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #6B7280!important;
}
.casestudies_box .jireibox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.casestudies_box .jireibox .es-list-wrapper {
		padding-top: 20px;
}

.casestudies_box .jireibox .csbox{
	width: 48%;
}
.casestudies_box .jireibox .csbox figure{
	width: 100%;
	border-radius: 1.5em;
	/* background-color: #333; */
	overflow: hidden;
}
.casestudies_box .jireibox .csbox .textbox{
	
}
.casestudies_box .jireibox .csbox .textbox .cstag{
	font-size: 0.9em;
	border: 1px solid #000;
	padding: 0.15em 0.7em;
	border-radius: 1em;
	line-height: 1em;
	margin: 1em 0;
	display: inline-block;
}
.casestudies_box .jireibox .csbox .textbox .maintext{
	font-size: 1.6em;
	line-height: 1.6em;
}
.casestudies_box .jireibox .csbox .textbox .abouttext{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.casestudies_box .jireibox .csbox .textbox .abouttext li{
	margin-right: 1.8em;
}
.casestudies_box .jireibox .csbox .textbox .abouttext li span span{
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0em;
}
.faq_box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5em 0;
	display: flex;
	flex-wrap: wrap;
}
.faq_box .left{
	max-width: 200px;
	margin-left: 50px;
}

.faq_box .titleimg{
	padding: 0;
	margin: 0;
}
.faq_box .titleimg img{
	max-width: 170px;
}
.faq_box .ichiran{
	font-size: 0.9rem;
	padding-left: 1em;
	padding-bottom: 0em;
	/* text-decoration: none!important; */
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-top: 1em;
	width: 11em;
	/* text-align: right; */
	justify-content: right;
	color: #6B7280!important;
}
.faq_box a.ichiran:hover{
	opacity:0.7;
}
.faq_box a.ichiran:after{
	content:"";
	display: inline-block;
	height: 24px;
	width: 24px;
	background-image: url(/app/uploads/sites/1488/2026/06/ichiran_arrow.png);
	background-size: contain;
	margin-left: 0.5em;
	font-weight: 400;
}
.faq_box .right{
	width: calc(100% - 270px);
	padding-left: 5%;
}
.faq_box .right .box-faq-01{
	
}
.faq_box .right .box-faq-01 .unit-faq-01{
	background-color: #FFF;
}
.faq_box .right .box-faq-01 .unit-faq-01 .q{
	line-height: 1em;
	padding: 1em;
	font-size: 1.2em;
	font-weight: 500;
	color: #6B7280;
	position:relative;
	margin: 0 0 0.3em 0;
	cursor: pointer;
}
.faq_box .right .box-faq-01 .unit-faq-01 .q:after{
	content: "";
	display:block;
	width:12px;
	height:12px;
	position: absolute;
	right: calc(1em + 5px);
	top: 50%;
	transform: translate(0px, -50%) rotate(45deg);
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transition: transform 0.5s;
}
.faq_box .right .box-faq-01 .unit-faq-01.active .q:after{
	transform: translate(0px, 0%) rotate(225deg);
}
.faq_box .right .box-faq-01 .unit-faq-01 .a{
	margin: 0;
	font-size: 1.2em;
	padding: 1em;
	background-color: #efefef;
	display:none;
}
.faq_box .right .box-faq-01 .unit-faq-01.active .a{
	display:block;
}
.faq_box .right .box-faq-01 .unit-faq-01 .a{
  opacity: 1;
  transition: opacity 0.5s;

  @starting-style {
    opacity: 0;
  }
}

.news_box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0em 0;
	display: flex;
	flex-wrap: wrap;
}
.news_box .left{
	max-width: 200px;
	margin-left: 50px;
}

.news_box .titleimg{
	padding: 0;
	margin: 0;
}
.news_box .titleimg img{
	max-width: 170px;
}
.news_box .ichiran{
	font-size: 1rem;
	padding-left: 1em;
	padding-bottom: 0em;
	/* text-decoration: none!important; */
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-top: 1em;
	width: 11em;
	/* text-align: right; */
	justify-content: right;
	color: #6B7280!important;
}
.news_box a.ichiran:hover{
	opacity:0.7;
}
.news_box a.ichiran:after{
	content:"";
	display: inline-block;
	height: 24px;
	width: 24px;
	background-image: url(/app/uploads/sites/1488/2026/06/ichiran_arrow.png);
	background-size: contain;
	margin-left: 0.5em;
	font-weight: 400;
}
.news_box .right{
	    width: calc(100% - 270px);
	padding-left: 5%;
}

.news_box .newsesbox{
	padding: 0;
}
.news_box .newsesbox{
	
}
.news_box .newsesbox ul{
	
}
.news_box .newsesbox ul li{
	padding: 1.5em;
	border-bottom: 1px solid #6B7280;
}
.news_box .newsesbox ul li:last-child{
	margin-bottom: 0;
}
.news_box .newsesbox ul li:first-child{
	border-top: 1px solid #6B7280;
}
.news_box .newsesbox ul li h3{
	padding: 0em;
	font-size: 1rem;
	margin-left: 3em;
	color: #6B7280;
}
.news_box .newsesbox ul li .list_content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news2_box {
	max-width: 1300px;
	margin: 0 auto;
	padding: 7em 0 5em 0;
}
.news2_box .foot_btns{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-evenly;
  margin: 0 auto 50px;
}

.news2_box .foot_btns dl.foot_btns_box dt{
	color:#3F6F73;
	font-weight:bold;
	text-align: center;
	border-bottom:1px solid #3F6F73;
	padding:0 0 10px;
	margin:0 auto 20px;
}
.news2_box .foot_btns dl.foot_btns_box dd{
	margin:0 auto;
}

.news2_box .foot_btns a{
	display: block;
	background-color: #fff;
	color: #3F6F73;
	font-size: 18px;
	line-height: 1em;
	padding: 1em 2em;
	border-radius: 2em;
	text-align: center;
	text-decoration: none;
	align-items: center;
	display: flex;
	font-weight: 500;
  margin: 0 auto 1em;
	border:2px solid #3F6F73;

}

/*
.news2_box .foot_btns a:after{
	content:"";
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	background-image: url(/app/uploads/sites/1488/2026/06/wh_arrow.svg);
	background-size: cover;
	margin-left: 0.4em;
}
*/
.news2_box .foot_btns a.btn span{
	background: url(/app/uploads/sites/1488/2026/07/Icon_mail.png) no-repeat left center;
  background-size: 26px;
  padding-left: 36px;
  display: block;
  margin: 0 auto;
}

.news2_box .foot_btns a.btn.line{
	background-color: #06C755;
	color: #fff;
	border:none;
}

.news2_box .foot_btns a.btn.line span{
	background: none;
	padding-left: 0;
}
.news2_box .foot_btns a.btn:hover{
filter: brightness(1.07);
}

.news2_box .foot_btns .tel_box{
	margin:0 auto;
	
}
.news2_box .tel_box .tel {
	text-align: center;
	margin:0 auto;
}
.news2_box .tel_box .tel span{
	font-size:32px;
	background: url(/app/uploads/sites/1488/2026/07/Icon_tel.png) no-repeat left center;
  background-size: 28px;
  padding-left: 48px;
	color:#3F6F73;
	font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 2px;
}
.news2_box .tel_box .tel span a{
	color:#3F6F73;
	text-decoration:none;
	pointer-events:none;
}

.news2_box .tel_box .time{
	font-size:14px;
	color:#3F6F73;
	text-align: center;
}

.es-separate-container #primary{
	padding-bottom:0;
}




a.btn:hover {
	text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0px 2px 2px 0px #0000006e;
  filter: brightness(1.07);
}

@media screen and (max-width: 1360px) and (min-width: 769px) {
.recommend_box,
.seach_box,
.casestudies_box,
.faq_box,
.news_box,
.search_box2,
.news2_box {
    width: 98%;
}
}



@media screen and (max-width:768px){
	.seach_box {
    padding: 8% 4% 8% 4%;
}
	.seach_box .title {
	    display: block;
	}
	.seach_box h3 {
    width: 35%;
}
	.seach_box .title .text {
	    margin: 10px auto 0;
	    font-size: 0.8em;
	}

	.seach_box .left {
	    float: none;
	    width: 100%;
	}
	.seach_box .left .text {
    font-size: 12px;
	}
	.seach_box .right .btn a {
    width: 100%;
}
	.seach_box .right {
	    float: none;
	    width: 100%;
	    display: block;
			margin-left:auto;
	}
	.seach_box .seach_box_inner + .seach_box_inner .right {
    max-width: inherit;
}
	.seach_box .right .btn {
		width:100%;
	}

	.seach_box .right .btn a{
	    width: 100%;
	    font-size: 1em;
	    display: block;
			margin-top: 1em;
	}
	.seach_box .right .btn a span {
	    background-size: 14px;
	}
	.seach_box .seach_box_inner:nth-of-type(3) .right .btn.blank a span {
	    background-size: 14px;
	}
	
.tag {
    right: 0;
    top: -50%;
    transform: translate(0%, -30%);
}
	

.search_box2 {
  padding: 3% 3%;
}

.search_box2 .tit {
  margin: 0 auto 10px;
}	

.search_box2 ul {
	display: block;
}

.search_box2 ul li {
  width: 100%;
}
.search_box2 ul li + li{
	margin-top:10px;
}
.search_box2 ul li:nth-of-type(3){
  margin-top: 35px;
}
.search_box2 ul li .btn {
  font-size: 1em;
}

.search_box2 ul li .btn span {
  background-size: 14px;
}
.search_box2 ul li .btn.blank span {
  background-size: 14px;
}

.search_box2 .tag {
    right: -12px;
    top: -10%;
    transform: translate(0%, -30%);
}





	.infomation p {
	    font-size: 16px;
	}
	.infomation ul {
	    display: block;
	    margin: 0 auto;
	}
	.infomation ul li + li{
		margin-top:10px;
	}
	.infomation ul li a{
		max-width:320px;
		width:80%;
		font-size: 0.8em;
		margin: 0 auto;
	}
	
	.recommend_box .titleimg {
	    width: 95%;
	    margin: 0 auto 0.2em;
	}
	.recommend_box .titleimg img {
	    width: 54%;
	}
	.recommend_box .titleimg + p {
	    font-size: 14px;
	    width: 95%;
	    margin: 0 auto;
	}
	.recommend_box2 {
	    overflow: hidden;
	}

	.opening_box .titleimg {
	    width: 95%;
	    margin: 0 auto;
	}
	.opening_box .titleimg img {
    width: 93%;
	}
	
	.opening_box .linkbox {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.opening_box .linkbox a {
		width: 100%;
		display: block;
	}
	.opening_box .linkbox a + a{
		margin-top:10px;
	}
	
	.casestudies_box .titleimg {
    width: 95%;
    margin: 0 auto;
}
.casestudies_box .titleimg img {
	width: 62%;
}
.casestudies_box .jireibox {
	display: block;
}

.casestudies_box .jireibox {
    display: block;
    width: 95%;
    margin: 20px auto;
}
.casestudies_box .jireibox .csbox {
    width: 100%;
}
.casestudies_box .jireibox .csbox + .csbox {
	margin-top:10px;
}
.casestudies_box .jireibox .csbox .textbox .cstag {
	font-size: 0.7em;
}
.casestudies_box .jireibox .csbox .textbox .maintext {
    font-size: 1.1em;
}

.faq_box {
    display: block;
	}

	.faq_box .left {
	    max-width: inherit;
	    margin-left: 0;
	    width: 100%;
	    margin: 0 auto;
	}

	.faq_box .titleimg {
	    width: 95%;
	    margin: 0 auto;
	}

	.faq_box .titleimg img {
	    width: 30%;
	}

	.faq_box .right {
	    width: 95%;
	    padding-left: 0;
	    margin: 20px auto;
	}

	.faq_box .right .box-faq-01 .unit-faq-01 .q {
		font-size: 0.8em;
	    padding: 1em 3em 1em 1em;
      line-height: inherit;
	}
	.faq_box .right .box-faq-01 .unit-faq-01 .a {
	    font-size: 0.8em;
		}

.news_box {
    display: block;
}
.news_box .left {
    max-width: inherit;
    margin-left: 0;
    width: 100%;
}

.news_box .titleimg {
    width: 95%;
    margin: 0 auto;
}

.news_box .titleimg img {
    width: 30%;
}

.news_box .right {
    padding-left: 0;
    width: 95%;
    margin: 0 auto;
}

.news_box .newsesbox ul li {
    padding: 0.5em;
}

.news_box .newsesbox ul li .list_content {
    display: block;
	}

.news_box .newsesbox ul li .es-list .date{
	font-size:0.8em;
}

.news_box .newsesbox ul li h3 {
    padding: 0em;
    font-size: 0.7rem;
    margin-left: 0;
}

.news2_box .foot_btns {
    display: block;
		width: 95%;
}
.news2_box .foot_btns dl.foot_btns_box dt {
    font-size: 0.8em;
		border-bottom: none;
		padding: 0 0 0px;
		margin: 0px auto 10px;
}

.news2_box .foot_btns dl.foot_btns_box + .foot_btns_box{
	margin-top:40px;
}

.news2_box .tel_box .tel span a{
	pointer-events:inherit;
}

.news2_box .foot_btns a {
    font-size: 14px;
}

.news2_box .foot_btns a.btn span {
    background-size: 18px;
	}
.news2_box .tel_box .tel span {
    font-size: 26px;
		background-size: 22px;
		padding-left: 30px;
	}
	.news2_box .tel_box .time {
	    width: 95%;
	    margin: 0 auto;
	}

.sectionbox .ichiran_btn_sp{
	font-size: 0.8rem;
    padding-left: 0;
    padding-bottom: 0em;
    /* text-decoration: none !important; */
    display: inline-block;
    align-items: inherit;
    font-weight: normal;
    margin-top: 0em;
    width: auto;
    /* text-align: right; */
    justify-content: right;
    color: #fff !important;
    background: #3F6F73;
    padding: 1px 15px;
    border-radius: 50px;
    margin: 3% 0 4% 2.5%;
	}

.sectionbox a.ichiran:after {
	    display: none;
	}


}
