
p.cate_txt1{
    font-size:18px;
}

p.box_txt1 {
    font-size: 18px;
}

#cms_2-a .cate{
	margin-bottom: 50px;
}
#cms_2-a .cate .cate_box:last-of-type{
	border-bottom: none;
}

.cms_2-a{
	position: relative;
}
.cms_2-a .swiper-button-prev,.cms_2-a .swiper-button-next{
	top: 50%;
	transform: translate(0,-50%);
	width: auto!important; 
	height: auto!important;
	font-size: 30px;
}
.cms_2-a .swiper-button-prev{
	left: 10px;
}
.cms_2-a .swiper-button-next{
	right: 10px;
}
.cms_2-a .swiper-button-prev, .cms_2-a .swiper-button-next,.cms_2-a .swiper-button-prev,.cms_2-a .swiper-container-rtl .swiper-button-next{
	background-image:none;
}

figure.width_50per{
    padding:18%;
} 
#inner_wrap {
    padding:100px 100px;
}
h3.cate_title {
    color: #ffa500;
    position: relative;
    font-size: 38px;
    font-family: 'Yomogi', cursive;
    font-weight: bold;
    padding: 0;
    margin-bottom: 70px;
}
.cate_title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(../img/title_b.png) no-repeat;
    background-size: 120px;
    background-position: center;
    left: 0;
    bottom: -30px;
}
#inner_wrap .cate_wrap:nth-child(2) {
    margin-top:0;
}
#inner_wrap {
    padding: 80px 80px 150px;
}
p.cate_txt1{
    background: #fcf9ed;
    padding: 30px;
    width: 70%;
}
.page3 .box_wrap{
    margin-top:100px;
}
/*--------------------------タブレット--------------------------*/
@media screen and (max-width:768px){
  
    p.cate_txt1{
        font-size:16px;
    }
 
    
    p.box_txt1 {
        font-size: 16px;
    }

    #inner_wrap {
        padding: 40px 20px;
    }
    p.cate_txt1{
        width: 90%;
    }
    figure.width_50per {
        padding: 25%;
    }
    h3.cate_title{
        font-size:28px;
    }
    .cate_wrap figure{
        border-radius:20px;
    }
    .cate_title::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        background: url(../img/title_b.png) no-repeat;
        background-size: contain;
        background-position: center;
        left: 0;
        bottom: -30px;
    }
}
/*--------------------------ここまで--------------------------*/

/*--------------------------スマホ--------------------------*/
@media screen and (max-width:667px){
    p.cate_txt1 {
        width: 100%;
        padding:20px;
    }
    p.cate_txt1{
        font-size:14px;
    }
    .cate_box{
        padding-bottom:0;
    }
 
    
    p.box_txt1 {
        font-size: 14px;
    }
    figure.width_50per {
        padding: 35%;
    }
}
/*--------------------------ここまで--------------------------*/
