﻿@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

html {
    font-size: 14px;
}

body{
    font-family: 'Sawarabi Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_Quick {
    font-family: 'Quicksand', 'Sawarabi Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

.font_2dw{
    font-size: 1rem;
}

#loading_logo {
    max-width: 200px;
}
#logo img{
    max-width: 70%;
}
#header .tel_bt{
    display: none;
}
#header-nav span.txt_color_nomal{
    font-size: 14px;
    font-weight: bold;
}
#header-nav span.txt_color_nomal i{
    opacity:0.7;
}
.mail_bt a {
    color: #333333;
    font-weight: bold;
    font-size: 13px;
}
.mail_bt a:hover {
    color: #ffffff;
    font-weight: normal;
}

#fix_menu{
    background: #f5f5f5;
    border-left: 1px solid #e5e5e5;
}
.overlay .menu-box{
    font-size: 14px;
}

#main_img {
    border-radius: 20px;
}
#main_img::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
}
#main_img_txt{
    z-index: 4;
    width: 100%;
    max-width: 90%;
    color: #f5f5f5;
    font-size: 30px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 14px;
    text-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-bottom: 2px solid #f5f5f5;
    /*opacity: 0.8;*/
}

#top_contents1 .catch_txt > span{
    padding: 2px 20px 5px;
    background-size: auto auto;
    background-color: rgba(255, 230, 109, 1);
    background-image: repeating-linear-gradient(135deg , transparent, transparent 15px, rgba(255, 217, 49, 1) 15px, rgba(255, 217, 49, 1) 30px );
    color: #333333;
    font-weight: bold;
    border: 2px solid #333333;
    border-radius: 40px;
}
#top_contents1 .catch_txt h2 span{
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}
#top_contents1 .catch_txt p{
    font-size: 16px;
    max-width: 980px;
    border: 2px solid #333333;
    padding: 45px 25px 25px;
    margin-top: -78px;
    border-radius: 10px;
}

#top_contents2 .con_box .text_box{
    border: 2px solid #333333;
    border-radius: 10px;
}
#top_contents2 .con_box .text_box .before{
    top: 32px;
}

.point_txt{
    color: #FDCE00;
    top: 0;
    left: 10px;
    font-size: 46px;
    font-weight: bold;
    /*transform: rotate(-15deg);*/
    z-index: 1;
}

.top_cms_title .cms_title_inner, .top_info_title .info_title_inner {
    display: block;
    text-align: left;
    border-bottom: 2px solid #333333;
    padding: 20px 20px 10px 20px;
}
.top_cms_title .cms_title_inner h2, .top_info_title .info_title_inner h2{
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.top_cms_title .cms_title_inner p, .top_info_title .info_title_inner p{
    font-size: 28px;
    color: #FDCE00;
    line-height: 1;
    text-align: center;
    padding: 0px 4px;
    margin-bottom: 10px;
}
.top_cms_title .before, .top_info_title .before{
    display:none;
}
.top_cms_title .after, .top_info_title .after{display:none;}
.top_cms_box .more a {
    padding: 10px;
    background-size: auto auto;
    background-color: rgba(255, 230, 109, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(255, 217, 49, 1) 15px, rgba(255, 217, 49, 1) 30px );
    color: #333333;
    font-weight: bold;
    border: 2px solid #333333;
    transition: all 0.0s;
}
.top_cms_box .more a:hover{
    background-image: none;
    background-color: #232324;
    color: #ffffff;
    font-weight: normal;
}

#top_contact_box{
    border-radius: 10px;
    overflow: hidden;
}
#top_contact_box .top .box, #top_contact_box .bottom .box {
    height: auto;
}
#top_contact_box .tel_bt, #top_contact_box .con_bt {
    max-width: 450px;
    height: auto;
    padding: 8px 10px;
    box-sizing: border-box;
    width: 80%;
    border-radius: 20px;
}

#footer_nav{
    font-weight: bold;
    background-size: auto auto;
    background-color: rgba(255, 230, 109, 1);
    background-image: repeating-linear-gradient(135deg , transparent, transparent 15px, rgba(255, 217, 49, 1) 15px, rgba(255, 217, 49, 1) 30px );
}

#logo2.width_200-max{
    max-width: 150px;
}

.cate_list li {
    max-width: 260px;
    width: 100%;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#page_title .title_box p{
    color: #fff;
    background: #232324;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    letter-spacing: 1.5px;
}

#page10 .sitemap_wrap  .btn .txt{
    font-weight: normal;
}
#page10 .btn a .a_before {
    width: 1px;
}
#page10 .btn a span.txt .txt_before {
    width: 1px;
}
#page10 .btn a span.txt .txt_after {
    height: 1px;
}

.cms_1-a .date, #cms_1-a .date{
    color: #333333;
    background: #fdce00;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    letter-spacing: 1.5px;
    font-weight: bold;
}

#cms_4-a .box_txt{
    color: #333333;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    background-color: #FDCE00;
}

.mg_15px {
    margin: 15px;
}

.bg_gray{
    background-color: #efefef;
}

@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    #loading_logo {
        max-width: 150px;
    }
    .overlay.open{
        background: #f5f5f5;
    }
    #logo img {
        max-width: 90%;
    }
    #logo h1.logo {
        max-width: 160px;
    }
    .tb_logo{
        width: 90%!important;
    }
    .cate_list li {
        max-width: 220px;
    }
    #main_img_txt {
        max-width: 90%;
        top: 58%;
    }
    #main_img {
        border-radius: 0;
    }
    #top_contents1 .catch_txt p {
        margin-top: -60px;
    }
    #top_contents2 .con_box .text_box{
        padding: 30px 30px;
    }
    #top_contents2 .con_box .text_box .before {
        top: 0px;
    }
    .point_txt {
        top: 0px;
        left: 40px;
        font-size: 30px;
        transform: rotate(0);
    }
    #logo2.width_200-max {
        max-width: 120px;
    }
}

@media screen and (max-width: 667px){
    #logo img {
        max-width: 70%;
    }
    #main_img_txt {
        max-width: 90%;
        top: 65%;
        font-size: 15px;
    }
    #top_contents1 .catch_txt p {
        font-size: 14px;
    }
    .point_txt {
        left: 10px;
    }
    #top_contents2 .con_box .text_box{
        padding: 30px 10px;
    }
    #logo2.width_200-max {
        max-width: 100px;
    }
    #cms_4-a .box_txt {
        padding: 5px;
        font-weight: normal;
    }
}

@media all and (-ms-high-contrast:none){
    #top_contents1 .catch_txt > span{
        padding: 4px 20px 5px;
    }
    #top_contents1 .catch_txt p{
        /*margin-top: -82px;*/
    }
    #top_contact_box .tel_bt, #top_contact_box .con_bt {
        padding: 10px 10px 10px;
    }
    #top_cms .more a{
        padding: 10px 15px 10px;
    }
    #page_title .title_box p{
        padding:5px 20px 5px;
    }
    #page8 .mail_contact_tel{
        padding: 23px 20px 17px;
    }
    #page9 a{
        padding-top: 5px;
    }
    #cms_4-a .box_txt {
        padding: 13px 10px 7px;
    }
}

/* アニメーション */
.fadein{
     opacity: 0;
     transform: translateY(20px);
     transition: 1.5s;
     transition-property: opacity,transform
}
.fadein.fadetrans{
     opacity: 1;
     transform: none
}
.fadein2{
     position: relative
}
