@charset "UTF-8";
/* 基本CSSの設定です　▼ここから */

/*
注意！！
セクショニング要素（nav, main, sectionなど）には
スタイルシート設定を行わないでください。
表示崩れが行われる
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

*{
    font-family: 'Zen Maru Gothic', serif;
    letter-spacing: 0.1rem;
    box-sizing:border-box;

    font-size: 0.95rem;

}
body{
    background-repeat: repeat;
    background-position: center;
    background-size:1000px;
}

.master-wrapper{
    margin: auto;
}
a{
    text-decoration: underline;
}
* a:hover, * a:focus{
    opacity: 0.7;
    transition:all 0.15s;
}

.mainbox{
    margin:0px;
    background-color: #fff;
    position: relative;
    z-index:0;
}
@media screen and (min-width: 768px){
    .responsive-sp{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .responsive-sp{
        display: block;
    }
}

/* 基本CSSの設定です　▲ここまで */


.header-bk{
    position: fixed;
    width: 100%;
    top:20px;
    z-index:999;
    height: 0px;
    overflow: visible;


    font-size: 1.075rem;
    font-family: 'Cinzel', 'Noto Serif JP', serif;
}
.header-wid{
    height: 0px;
    overflow: visible;
}

.logo{
    background: inherit;
    width:130px;
    height: auto;
    float: left;
    margin-left: 20px;
}




.hbbtn{
    width: 40px;
    /*height: 56px;*/
    background: inherit;
    margin-left: auto;

    margin-right: 20px;
    margin-top: 0px;
}
.hbbtn a{
    display: block;
    position:relative;
    top:0px;
}
.hbbtn span{
    display: block;
    width: 40px;
    height: 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.hbbtn span::before{
    content: "";
    display: block;
    width: 40px;
    height: calc(24px / 2);
    border-bottom: 1px solid #000;
}





.spmenu .hbbtn{
    position: relative;
}
.spmenu .hbbtn .menu-btn span{
    border-top: 0;
    border-bottom: 0;
    transform: rotate(0deg);
    position: relative;
}


.spmenu .hbbtn .menu-btn span::before{
    content: "";
    display: block;
    width: 40px;
    height: 0px;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    position: relative;
    top:14px;
}

.spmenu .hbbtn .menu-btn span::after{
    content: "";
    display: block;
    width: 40px;
    height: 0px;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top:calc(14px - 1px);
}


.spmenu{
    display: block;/*noneにしないでください*/
}
.spmenu .header-bk{
    z-index: 1001;
}

.spmenu .header-wid .logo{
    display: none;/*768px未満時はロゴ表示しません*/
}
.spmenu .hb-menulist{
    position: fixed;
    background-color: #fff;
    top:0;
    right: 0px;
    width: 500px;/*768px未満時は全体表示しません*/
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    box-shadow: 20px 0px 80px 4px #666;

    padding: 80px;
    padding-top:80px;
    z-index: 999;
}
@media screen and (max-width: 768px){
    .spmenu .header-wid .logo{
        display: block;
    }
    .spmenu .hb-menulist{
        width: 100%;
        box-shadow: none;
        padding-top:180px;
    }
}
.spmenu .hb-menulist li{
    margin-bottom: 2rem;
}
.spmenu .hb-menulist li:last-child{
    margin-bottom: 0rem;
}


.spmenu .hbbtn{
    display: none;/*トグルボタンでIOを切り替えます　バツ印を表示するものです*/
}
.spmenu .hb-menulist{
    display: none;/*トグルボタンでIOを切り替えます*/
}






.sns-icon::before{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2.5rem;
    content:"\00A0";
    width: 2.9rem;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    border: solid 2px #0000;
    padding:1px 0;
}
.sns-icon-instagram::before{
    background-image: url(../images/sns-icon/instagram.svg);
}
.sns-icon-tiktok::before{
    background-image: url(../images/sns-icon/tiktok.svg);
}
.sns-icon-twitter::before{
    background-image: url(../images/sns-icon/twitter.svg);
}
.sns-icon-youtube::before{
    background-image: url(../images/sns-icon/youtube.svg);
}

/*###################################################*/


.main-section{
    /*height: 100vh;*//*2024-01-23　高さ設定をしないと100幅ブロック表示になりません　ただしトップページのスライドには影響しません*/
    display: table;

    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 768px;
    margin: auto;

    overflow-y: scroll;
    scroll-behavior: smooth;

    width: 100%;/*2024-01-23　幅設定をしないと100幅ブロック表示になりません*/
}
.main-section_heightfree{
    height: initial;
}/*高さはウインドウ幅が原則ですが、高さを解除するにはこのclassをmain-sectionと同じ要素に追加してください（2023-11-18）*/

.main-section-group{
    display: table-cell;
    vertical-align:middle;
}

.main-headicon>img{
    display: block;
    width: 90px;
    margin: auto;
    margin-bottom:20px ;
}


.main-head-group{
    text-align: center;
}


.main-head-group>p{
    display: inline-block;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    font-weight: bold;
    margin-bottom: 20px;

    line-height: 0.5;
}
.main-head-group>h1{
    display: block;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.3rem;
    
    margin-bottom: 40px;

    line-height: 1;
}
.main-head-group>p:after{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #ccc;
    margin-top: 0px;
  }


.main-subhead-group>*{
    display: block;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.3rem;
    font-family: 'Cinzel', 'Noto Serif JP', serif;
    margin-top: 40px;
    margin-bottom: 20px;
}
.main-paragraph-group{
    line-height: 2;
}
@media screen and (min-width: 768px){
    .flex-box{
        display: flex;
    }
}
@media screen and (max-width: 767px){
    .flex-box{
        display: block;
    }
}
.main-paragraph-group>*{
    margin: 0;
}


.main-paragraph-group dl .main-definition-group{
    margin-top: 1.5rem;
}
.main-paragraph-group dl .main-definition-group:first-child{
    margin-top: 0;
}



.main-paragraph-group dt{
    font-weight: normal;
    /*margin-bottom: 0.25rem;*/
}
.main-paragraph-group dd{
    line-height: 2;
    margin: 0;
}



@media screen and (min-width: 768px){
.main-definition-group{
    display: table;
    width: 100%;
}
.main-definition-group dt{
    width: 20%;
    display: table-cell;
    margin-bottom: 0rem;
}
.main-definition-group dd{
    display: block;
}
}



.text-align-right{
    text-align: right;
}
.text-align-center{
    text-align: center;
}

.main-insertimage{
    padding: 0;
}
.main-insertimage img{
    display: block;
    margin: 0 auto ;
    max-width: 350px;
}
/*###################################################*/



.footer-bk{
    position: fixed;
    width: 100%;
    bottom:0px;
    z-index: 900;
    font-size: 0.8rem;
    padding: 20px;
    padding-top: 2px;
    padding-bottom: 20px;
}

.footer-link ul{
    letter-spacing: 1.0rem;
    text-align: center;
}
.footer-link ul li{
    display: inline-block;

}


.footer-copy{
    text-align: center;
}

.footer-copy small{
    font-size: 0.8rem;
}



/*###################################################*/



.text-icon::before{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2.5rem;
    content:"\00A0";
    width: 1rem;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    border: none;
    padding:1px 0px;
    margin-left: 0.25rem;
}

.text-icon-newtab::before{
    background-image: url(../images/icon/targetblank.svg);
}







/*###################################################*/
/*Accessibility Hidden Text*/
/*###################################################*/


.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }




/*###################################################*/
/*以下、サイト固有の設定*/
/*###################################################*/
#indexhtml-studio17-prefooter{
    background-color: #c7c7c7;


}
#indexhtml-studio17-prefooter .main-section{
    padding-top: 40px;
    padding-bottom: 90px;
}
.studio17-prefooter-icon{
    text-align: center;
}
.studio17-prefooter-icon>img{
    display: block;
    width: 90px;
    margin: auto;
    margin-bottom:20px ;
}



#indexhtml-studio17-prefooter>div{
    position: relative;
    z-index: 10;    
}
#indexhtml-studio17-prefooter::before{
    background-image: url(../images/indexhtml-footerdots-bg.webp);
    background-repeat: repeat;
    background-position: 0%;
    content: "";
    display: block;
    width: 50%;
    margin-left: 50%;

    height: 140px;
    
    position: absolute;
    margin-top: 28px;
    z-index: 0;
}