@charset "UTF-8";


.mainvisual_small img {
    width: 100%;
}



.area_title {
    background:url( "../img/bg_about_top.png") no-repeat;
    background-size: 100%;
    min-height: 561px;
    padding-top: 80px;
    z-index: 1;
}
.area_title_txt {
    text-align: center;
}
h2 {
    font-size: 2.5rem; 
}
/*英語見出し*/
.title_eigo {
    font-family: tornac, sans-serif;
    color:#343249;
    font-size: 450%;
    line-height: 0.8em;
    /*文字を傾ける*/
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    margin-bottom: 40px;
}

.cts_shops_inner {
    margin-top: 250px;
    padding: 0 70px;
    background-color: transparent;
}




.box_variety {
    display: flex;
    flex-wrap: wrap;
}
.box_variety_inner {
  
    background-color: #f5f5f5;
    border: 1px solid #e5e3d8;
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
    padding: 20px;
    margin-bottom: 40px;
    
    width: calc(32% - 20px * 2 / 3);
    margin-left: 20px;
    margin-top: 20px;
    }
    &:nth-child(-n+3) {
      margin-top: 0;
    }
    &:nth-child(3n+1) {
      margin-left: 0;
    }
    

.jiki_tag {
    margin:0 auto; 
}

.jiki_tag {
    
    margin: 15px 0 15px auto;
    display: inline-block;
    background-color: #343249;
    border-radius: 15px;
    padding: 2px 8px;
}
.jiki_tag p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}



.box_variety_inner span {
   
    background-color: #343249;
    border-radius: 15px;
    margin: 0;
    padding: 8px;
    color: #fff;
    font-size: 14px;
}



.box_variety_inner h3 {
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
	padding-bottom: 10px;
    padding-left: 10px;
}

/*斜線が入った見出しｘ*/
.box_variety_inner h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #e5e3d8 0px, #e5e3d8 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.variety_txt {
    padding: 0 20px;
}
.variety_txt p {
    font-size: 16px;
}





/*メディアクエリ*/
@media screen and (max-width: 848px) {
    /* スクリーンサイズが848px以下の場合に適用 */
   .box_variety_inner {
    flex-wrap: wrap;    
    width: 45%;
    }
    .box_variety_inner h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 680px) {
    /* スクリーンサイズが680px以下の場合に適用 */
    .box_variety {
        flex-direction: column;
    }
    .box_variety_inner {
        width: 90%;
        margin: 20px auto;
    } 
    h2 {
        font-size: 34px;
    }

}

@media screen and (max-width: 375px) {
    /*スクリーンサイズが375px以下の場合に適用 */
   
    .box_variety_inner {
        width: 70%;
    }
    .box_variety_inner h3 {
        font-size: 22px;
    }
    .box_variety_inner h3 {
        font-size: 22px;
    }
}





/**

.cts_shops_inner {
    margin-top: 300px;
    padding: 0 70px;
    background-color: transparent;
}

.cts_shops_inner p {
    margin-bottom: 35px;
}
.box_shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.box_shop_data {
    width: 60%;

}

.box_shop_data img {
    width: 100%;
}

.box_shop_data dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.0rem;
    margin-bottom: 40px;
}
.box_shop_data dl dt {
    width: 15%;
    border-right: 1px solid #e5e3d8;
    padding-right: 10px;
}
.box_shop_data dl dd {
    width: 85%;
    padding-left: 15px;
}
.box_shop_map {
    width: 35%;
}

.box_shop_map iframe {
    width: 100%;
}

*/

/*メディアクエリ*/
@media screen and (max-width: 848px) {
    /* スクリーンサイズが848px以下の場合に適用 */
    .box_shop_data h3 {
        font-size: 26px;
    }
    .cts_shops_inner {
        margin-top: 130px;
        padding: 0 30px;
    }
    .box_shop {
        flex-direction: column;
    }
    .box_shop_data {
        width: 100%;
        margin-bottom: 50px;
    }
    .box_shop_map {
        width: 100%;
        height: auto;
    }
    .title_eigo {
        margin-bottom: 5px;
        font-size: 40px;
    }

}


@media screen and (max-width: 375px) {
    /* スクリーンサイズが375px以下の場合に適用 */
    .cts_shops_inner {
        margin-top: 50px;
        padding: 0 15px;
    }
    .box_shop_data h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .box_shop_data dl {
        font-size: 14px;
        margin-bottom: 24px;
        
    }
    .box_shop_map iframe {
        height: 280px;
    }
    h2 {
        font-size: 26px;
    }
}