/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* 全体 */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.main_contents{
    width: 1020px;
    margin: auto;
    font-family:"UD デジタル 教科書体 N-R";
}
@media screen and (max-width: 840px){
    /* タブレット */
    .main_contents{
        width: 840px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .main_contents{
        width: 100%;
    }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* 店舗紹介 */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* タイトル部分 */
.content_1{
    width: 100%;
    height: 1100px;
    margin: auto;
    margin-top: 30px;
    background-image: url("../img/image/introduce/back_ground.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.content_1 .con_title{
    background-image: url("../img/image/head_parts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: relative;
}
.content_1 .con_title_box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.content_1 .con_title .en_title{
    color: gray;
    font-size: 80px;
    font-family: 'Anton', sans-serif;
    margin-top: 10px;
    margin-left: 20px;
}
.content_1 .con_title .ja_title{
    color: white;
    margin-left: 90px;
    font-size: 25px;
}
/* 内容 */
.content_1 .item_box p{
    font-weight: bold;
}
.content_1 .item_box .box1{
    line-height: 2;
    padding: 30px;
    font-family:"UD デジタル 教科書体 N-R";
    font-size: 18px;
    text-align: center;
}
.content_1 .item_box h1{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
}
.content_1 .item_box h2{
    font-size: 23px;
    font-weight: bold;
    color: #5500d4ff;
}
.content_1 .item_box .box2{
    line-height: 1.3;
    margin: auto;
    width: 800px;
    font-family:"UD デジタル 教科書体 N-R";
    font-size: 18px;
}
@media screen and (max-width: 840px){
    /* タブレット */
    .content_1 .item_box .box2{
        width: 720px;
    }
    .content_1 .con_title{
        height: 180px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .content_1{
        height: 1200px;
    }
    .content_1 .con_title{
        height: 90px;
    }
    .content_1 .con_title .en_title{
        font-size: 25px;
    }
    .content_1 .con_title .ja_title{
        margin-left: 30px;
        font-size: 18px; 
    }
    .content_1 .item_box .box2{
        width: 300px;
    }
    .content_1 .item_box h1{
        font-size: 25px;
    }
    .content_1 .item_box h2{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .content_1 .item_box .box1{
        font-size: 14px;
    }
    .content_1 .item_box .box2{
        font-size: 15px;
        line-height: 1.5;
    }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* 挨拶 */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.content_2{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    border: 5px solid gray;
    padding: 50px;
    font-family:"UD デジタル 教科書体 N-R";
}
.content_2 .item_box_1{
    width: 580px;
}
.content_2 .item_box_1 h1{
    font-weight: bold;
    font-size: 25px;
    margin-left: 60px;
}
.content_2 .item_box_1 .content{
    margin-top: 30px;
    line-height: 1.3;
}
.content_2 .item_box_2{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.content_2 .item_box_2 img {
    width: 180px;
}
.content_2 .item_box_2 h2{
    font-weight: bold;
    text-align: center;
}
.content_2 .item_box_3{
    display: none;
}
@media screen and (max-width: 840px){
    /* タブレット */
    .content_2 .item_box_1{
        width: 450px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .content_2 .item_box_1 h1{
        margin-left: 0px;
    }
    .content_2 .item_box_1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_2{
        width: 100%;
        display: block;
    }
    .content_2 .item_box_1{
        width: 280px;
    }
    .content_2 .item_box_2{
        display: none;
    }
    .content_2 .item_box_3{
        display: block;
        width: 100%;
        margin: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_2 .item_box_3 img {
        width: 180px;
    }
    .content_2 .item_box_3 h2{
        font-weight: bold;
        text-align: center;
    }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* 設備 */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* タイトル部分 */
.content_3{
    width: 100%;
    height: 2500px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: url("../img/image/introduce/facility/back_ground.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.content_3 .con_title{
    background-image: url("../img/image/head_parts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: relative;
}
.content_3 .con_title_box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.content_3 .con_title .en_title{
    color: gray;
    font-size: 80px;
    font-family: 'Anton', sans-serif;
    margin-top: 10px;
    margin-left: 20px;
}
.content_3 .con_title .ja_title{
    color: white;
    margin-left: 90px;
    font-size: 25px;
}
/* 内容 */
.content_3 .item_box .item .title{
    border-bottom: 1px solid black;
    border-left: 5px solid #515356;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.content_3 .item_box .item{
    margin-top: 25px;
    margin-left: 80px;
    font-family:"UD デジタル 教科書体 N-R";
}
.content_3 .item_box .con{
    display: flex;
}
.content_3 .item_box .con img{
    width: 200px;
}
.content_3 .item_box .con .text_box{
    padding: 50px;
    line-height: 1.5;
}
#discription{
    margin-top: 80px;
}
#discription img{
    width: 100px;
}
@media screen and (max-width: 840px){
    /* タブレット */
    .content_3 .con_title{
        height: 180px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .content_3{
        height: 4100px;
    }
    .content_3 .con_title{
        height: 90px;
    }
    .content_3 .con_title .en_title{
        font-size: 25px;
    }
    .content_3 .con_title .ja_title{
        margin-left: 30px;
        font-size: 18px; 
    }
    .content_3 .item_box .item{
        margin-left: 40px;
    }
    .content_3 .item_box .con{
        flex-direction: column;
        justify-content: center;
    }
    .content_3 .item_box .con img{
        width: 250px;
        margin: auto;
    }
    .content_3 .item_box .con .text_box{
        padding: 20px;
    }
}