@charset "UTF-8";
/*common*/
*{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Helvetica", "Arial",  sans-serif;
    margin: 0;
    padding: 0;
}
/*SP ONLY*/
.sp_menubt{display: none;}
.sp_nav{display: none;}
/**common**/
body{font-size: 12px;transform: none;}
p{line-height: 150%;
    font-size: 120%;}
img{width: 100%;    vertical-align: bottom;}
header{
    height: 110px;
}
header h1{
    height: 15px;
    font-size: 12px;
}
.headinfo{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    height: 90px;
}
.headinfo img{}
.logo{width: 250px;}
.pay{    width: 280px;
    top: 25px;
    position: relative;}
.contact{width: 320px;}
.contact a{height: 70px;display: block;
border-radius: 20px;
background: linear-gradient(0deg, #0354E3 0%, #3366ff 100%);
color: #FFF;
text-decoration: none;
text-align: center;
font-size: 20px;
font-weight: bold;
padding: 5px 0;
border: 3px solid #0354e3;
    }
.contact img{width:42px;    vertical-align: bottom;
    margin-right: 0.25em;}
.contact span{}
.contact span.tel{font-size: 36px;    line-height: 100%;}
.contact span.time{font-size: 16px;    line-height: 100%;}

/*nav*/
nav{
    background: rgb(136,170,255);
    background: linear-gradient(0deg, rgba(136,170,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 85%, rgba(200,240,255,1) 100%);
    height: 60px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    position:-webkit-sticky; 
    position:sticky; 
    top:0;
    z-index: 5000;
}
nav.fix{
    top: 0;
    left: 0;
}
nav ul{
    display: -webkit-flex;
    display: flex;
    /*justify-content: space-between;*/
    list-style: none;
}
nav ul li{
    display: block;
    width: 10%;
    border-left: 1px solid #CCC;
}
nav ul li:last-child{
    border-right: 1px solid #CCC;}
nav ul li a{
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: #333;
    text-decoration: none;
}
nav ul li a:hover{
    color: #0354E3;
    background: linear-gradient(0deg, rgba(136,170,255,1) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,0.5) 50%);
    }
main{
    position: relative;
    z-index: 0;
}
section{
}
.mannga h3{
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #0066EE;
    margin-bottom: 50px;
}
.mannga h3 {
    position: relative;
    padding: 0;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}
.mannga h3::before {
    position: absolute;
    left: -5px;
    bottom: 16px;
    width: 100%;
    height: 20px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 5px, #55AAFF 5px 10px);
    content: '';
    z-index: -1;
}

h3{}
h4{}
h5{}
/*
h2 {
    padding: 0.8rem 0 0;
    background-image: linear-gradient(135deg, rgba(255,255,255,0) 10%, #0354E3 30%, #0354E3 70%, rgba(255,255,255,0) 90%);
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-position: bottom;
    margin-left: auto;
    margin-right: auto;
}*/
/*common class*/
.wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.tx-center{
    text-align: center;
}
.bg_white{
    background-color: #FFF;
}
.secmargin{
    margin-top:50px;
    margin-bottom: 50px;
}
.pd10{
    padding:10px 0;
}
/**/
.bg_pt01{
    position: relative;
    z-index: -1;
    background-color: #0354E3;
    background: linear-gradient(0deg, #0354E3 0%, #0265E6 50%, #0354E3 100%);
    
}
/*roll-slider*/
.scroll-infinity__wrap{
    height: 400px;
}

@keyframes infinity-scroll-left {
    from {
transform: translateX(0);
    }
to {
transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
display: flex;
overflow: hidden;
    }
    .scroll-infinity__list {
display: flex;
padding: 0
    }
    .scroll-infinity__list--left {
animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
width: 533px;
height: 400px;
    }
    .scroll-infinity__item>img {
width: 100%;
    }

/**/
.bg_pt02{
    background-color: #ffeebc;
}
.mannga h3{
    width: 7em;
    overflow: hidden;
}
.mannga_flex{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.manga_wrap{
    width:40%;
}
.manga_wrap h4{
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    height: 70px;
    background-color: #3d86d8;
    display: block;
    border-radius: 20px 20px 0 0;
    color: #FFF;
    line-height: 70px;
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    background-size: 20px 20px;
    overflow: hidden;
}
.manga_wrap div{
    margin: 0px 0 10px 0;
}
.manga_wrap img{}
.waru{}
.yoki{}
/**/
.bg_pt03{
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    background-size: 20px 20px;
}
.about{}
.about h3{
    text-shadow: 2px 2px 1px #999;
    font-size: 4rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}
.yuuryou{
    width: 50%;
    margin: 0 auto;
}

.about_wrap{
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.about_wrap .youtube{
    width: 48%;
    max-width: 480px;
}
.about_wrap .youtube h4{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
    text-shadow: 2px 2px 1px #000;
    margin-bottom: 15px;
    overflow: hidden;
}
.about_wrap .youtube h4 {
    position: relative;
    border-bottom: 1px solid;
    color: #FFF;
}

.about_wrap .youtube h4:before {
    position: absolute;
    bottom: -0.6rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 3px solid;
    content: '';
}
.youtube_box{
    display: block;
    width: 100%;
    height: 275px;
}
/**/
.news{}
.price{}
/**/
.news h2, .blog h3{
    text-shadow: 2px 2px 1px #999;
    background-image: url(img/ashiato_blue.png);
    background-repeat: repeat-x;
    background-size: 57%;
    background-position: 0 45px;
    width: 13em;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #0066EE;
    margin-bottom: 50px;
    position: relative;
    padding: 0;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    overflow: hidden;
}
.price h3{
    text-shadow: 2px 2px 1px #999;
    width: 13em;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #0066EE;
    margin-bottom: 50px;
    position: relative;
    padding: 0;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    overflow: hidden;
}
/*
.price h3{
    width: 13em;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #0066EE;
    margin-bottom: 50px;
    position: relative;
    padding: 0;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}
.price h3::before {
    position: absolute;
    left: -5px;
    bottom: 16px;
    width: 100%;
    height: 20px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 5px, #55AAFF 5px 10px);
    content: '';
    z-index: -1;
}
    */
/**/


/**/
.price_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.price_box{
    width: 30%;
    border: 1px solid #3d86d8;
    border-radius: 22px;
}
.price_box h4{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    background-size: 20px 20px;
    border-radius: 20px 20px 0 0;
    border:2px solid #3d86d8;
}
.price_box h4 span{
    display: block;
    font-size: 50%;
    font-weight: bold;
}
.price-img{
    width: 100%;
}
.meyas{}
.roomico{}
.pricetext{
    color: #F00;
    font-weight: bold;
    font-size: 4rem;
    font-family: "Helvetica", "Arial";
    text-align: center;
}
.pricetext .small{
    font-size: 80%;
}
.zeikomi{
    text-align: right;
    margin-right: 2em;
    font-size: 140%;
    font-weight: bold;
    display: block;
    position: relative;
    top: -20px;
}
/*footer*/
footer{
    background-color: #666;
    margin-top: 50px;
    position: relative;
}
.footwrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.company-info{
    width: 45%;
}
.company-info img{
    width: 200px;
    margin: 20px 0;
}
.company-info p{
    color: #FFF;
    font-size: 18px;
    margin: 1rem 0;
}
.company-info hr{
    color: #FFF;
}
.foot-nav{width: 45%;
position: relative;}
.foot-nav ul{
    margin-top: 110px;
    margin-left: 5em;
    float: left;
    margin-right: 2em;
}
.foot-nav ul li{
    font-size: 150%;
    color: #FFF;
    margin: 0.5em auto;
}
.foot-nav ul li a{
    color: #FFF;
    text-decoration: none;
}
.Copyright{
    text-align: center;
    font-size: 100%;
    color: #FFF;
    width: 100%;
    margin: 50px auto 0;
}
/**/
.newswarap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.newsblock{width: 30%;
    border: 1px solid #3388dd;
    border-radius: 20px 20px 0 0;
    margin-right: 30px;
}
.newsblock a{
  text-decoration: none;
}
.newsblock h3{
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    background-color: #3d86d8;
    display: block;
    border-radius: 20px 20px 0 0;
    color: #FFF;
    line-height: 70px;
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    background-size: 20px 20px;
    line-height: 150%;
    padding: 0.5em;
}

.newsblock .newsthum{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.newsblock .newsthum img{}
.newsblock .newstext{
    padding: 0.5em;
}
.newsblock .newstext p.day{
    line-height: 160%;
    margin: 5px 5px 0px 0px;
}
.newsblock .tagbox{
    display: -webkit-block;
    display: flex;
    flex-wrap: wrap;
}
.newsblock .tagbox .tag{
    border-radius: 12px;
    height: 1em;
    padding: 0.5em;
    font-size: 100%;
    background-color: #468ddc;
    color: #FFF;
    line-height: 1em;
    margin: 5px 5px 0px 0px;
}
.newsblock .newstext .more{
    width: 90%;
    margin: 15px auto 5px;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #CCC;
    padding-top: 10px;
    font-size: 130%;
}
.newsblock .newstext .more::after{
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #1d3f70;
    margin-left: 1rem;
    box-sizing: border-box;
}
/**/
.newswarap .slick-list {
    padding: 0 50px 0 0 !important;
}
.slick-arrow{}
.slick-prev{}
.slick-next{}
.slick-prev:before, .slick-next:before{color: #1d3f70 !important;}
.price_sentens{
    margin-top: 30px;
}
.price_sentens img{}
.price_sentens p{}
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Handlee);

.paper {
    position: relative;
    width: 90%;
    max-width: 800px;
    min-width: 400px;
    height: 390px;
    margin: 0 auto;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    overflow: hidden;
}
.paper:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 60px;
    background: radial-gradient(#575450 6px, transparent 7px) repeat-y;
    background-size: 30px 30px;
    border-right: 3px solid #D44147;
    box-sizing: border-box;
}

.paper-content {
    position: absolute;
    top: 30px; right: 0; bottom: 30px; left: 60px;
    background: linear-gradient(transparent, transparent 28px, #91D1D3 28px);
    background-size: 30px 30px;
}

.paper-content textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 30px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #666;
    font-family: 'Handlee', cursive;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
    z-index: 1;
}

.paper-content textarea p{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
/**/
.example_wrap{
    margin-top: 50px;
    border: 1px solid #3d86d8;
    border-radius: 21px;
}
.case{}
.num{}
.example_wrap h4{
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    background-size: 20px 20px;
    border-radius: 20px 20px 0 0;
    border:2px solid #3d86d8;
    padding: 10px 0.5em 10px 3em;
    position: relative;
    line-height: 120%;

}
.example_wrap h4 .case{
    position: absolute;
    top:5px;
    left: 10px;
    text-align: center;
    display: block;
    width: 70px;
    font-size: 28px;
    font-style: italic;
    font-family: baskervillemtw01-smbdit,baskervillemtw05-smbdit,serif;
}
.example_wrap h4 .num{
    position: absolute;
    top:40px;
    left: 5px;
    text-align: center;
    display: block;
    width: 70px;
    font-size: 50px;
    font-style: italic;
    font-family: baskervillemtw01-smbdit,baskervillemtw05-smbdit,serif;
}
.block_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.hiyou_block{
    width: 30%;
    margin: 0 5%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    border: 1px solid;
    padding: 10px 10px 10px 10px;
    font-family: "fangsong", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.hiyou_block .ue{
    display: block;
    border-bottom: 1px solid;
}
.hiyou_block .sita{}
.hiyou_block span{
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 1;
    margin-top: -5px;
}
.kaisyu{
    border-color: #0265E6;
    background-color: #CCFFFF;
}
.kaisyu .ue{
    border-color: #0265E6;}
.mainasu{
    text-align: center;
    width: 50px;
    display: block;
    font-weight: bold;
    font-size: 50px;
    padding: 6% 0px;}
.mainasu hr{border: 2px solid;}
.kaitori{
    border-color: #f9b800;
    background-color: #ffeebc;}
.kaitori .ue{border-color: #f9b800;}
.price_block{
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding-top: 80px;
    width: 45%;
    margin: 10px auto 20px;
}
.example_wrap p.jisitsu{
    text-align: left;
    font-weight: bold;
    font-size: 32px;
} 
.example_wrap h5{
    text-align: right;
    font-weight: bold;
    font-size: 60px;
    color: #F00;
    line-height: 100%;
    vertical-align: middle;
    font-family: "fangsong", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
 
.example_wrap .icol{
    font-size: 28px;
    color: #333;} 
.example_wrap .yen{
    font-size: 28px;
    color: #333;}
.dekirukoto{}
.dekirukoto h3{
    text-shadow: 2px 2px 1px #999;
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    overflow: hidden;}
.dekirukoto h3 span{}
.deki_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:stretch;
    /*stretch*/
}
.deki_block{
    width: 150px;
    height: 150px;
    margin: 10px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #FFF;
    border-radius: 50%;
    padding: 40px;
    line-height: 100%;
    color: #0354E3;
}
.deki_block img{
    width: 80%;
    margin: 0px auto 10px auto;
    vertical-align: bottom;
    display: block;
}
.mini img{margin: 30px auto 35px;}
.contact_block01{
    width: 90%;
    margin: 50px auto;
    font-size: 150%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 25px 5%;
    background-image: url(img/ledy.avif),url(img/telback.png);
    background-repeat: no-repeat;
    background-position: right bottom,-60px bottom;
    background-size: 19%,45%;
}
.contact_block01 p{
    font-weight: bold;
}
.contact_block01 p span{
    background-color: #ffeebc;
    padding: 0.2em 1em;
    border-radius: 20px;
    font-size: 80%;
}
.contact_block01 h4{
    text-align: center;
    font-size: 50px;
    color: #0354E3;
    margin-bottom: 30px;
    margin-top: 10px;
}
.contact_block01 h5{
    text-align: center;
    font-size: 50px;
    color: #0354E3;
    margin-bottom: 10px;
    margin-top: 30px;
}
.contact_block01 .contact_bt{
    display: block;
    width: 50%;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    background-color: #0066EE;
    background-image: linear-gradient(-45deg, #ffCC33 25%, #ffc000  25%, #ffc000  50%, #ffCC33 50%, #ffCC33  75%, #ffc000  75%, #ffc000 );
    background-size: 30px 30px;
    color: #333;
    margin: auto;
}
.contact_block01 .contact_bt a{
    color: #333;
text-decoration: none;
text-align: center;
display: block;
width: 100%;
height: 50px;
line-height: 50px;
font-weight: bold;
font-size: 150%;
}

.contact_block01 .sub_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.contact_block01 .tel_block{
    width: 40%;
    margin: 10px 5%;
}
.contact_block01 .tel_block p{
    text-align: center;
    font-size: 130%;
    line-height: 150%;}
.contact_block01 .tel_block a{
    font-size: 40px;
    color: #F33;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.contact_block01 .tel_block p.time{
    font-size: 80%;
}
.contact_block01 .rec_block{
    width: 40%;
    margin: 10px 5%;
}
.contact_block01 .rec_block h6{
    text-align: center;
    font-size: 30px;
    color: #F99;
    font-weight: bold;
}
.contact_block01 .rec_block p{
    font-size: 70%;
    text-align: center;
}
.omakase{}
.omakase h4{
    color: #333;
    font-size: 30px;
    text-align: center;
    line-height: 100%;
}
.omakase h4.under{
    margin-top: -20px;
}
.omakase h4 span{
    font-size: 120%;
}
.omakase h5{
    text-align: center;
    font-size: 50px;
    color: #0354E3;
    line-height: 100%;
    background-image: url(img/ashiato_blue.png);
    background-repeat: repeat-x;
    background-size: 50%;
    background-position: 0 20px;
    /* z-index: 5000; */
    width: 50%;
    margin: auto;
    padding-bottom: 20px;
}
.befoafter_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-top: 30px;
}
.befoafter_wrap .block{
    width: 45%;
    background-size: 20px 20px;
    border-radius: 20px;
}
.befoafter_wrap .block h4{
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    padding: 10px 0 10px 0;
    line-height: 120%;
    text-align: center;
}
.befoafter_wrap .block img{}
.befoafter_wrap .block p{
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.befoafter_wrap .ba_arrow{
    width: 50px;
    margin: 0 auto;
}
.befoafter_wrap .before{background-image: linear-gradient(-45deg, #999 25%, #AAA 25%, #AAA 50%, #999 50%, #999 75%, #AAA 75%, #AAA);}
.befoafter_wrap .before h4{}
.befoafter_wrap .after{background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);}
.befoafter_wrap .after h4{}
/**/
.flow{
    /*background-image: url(img/flow_back.avif);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;*/}
.midashi{
    position: relative;
}
.midashi h3{
    text-shadow: 2px 2px 1px #999;
    position: relative;
    text-align: center;
    top: 0.5em;
    /* left: 50%; */
    font-size: 350%;
    color: #0354E3;
    background-image: url(img/ashiato_blue.png);
    background-repeat: repeat-x;
    background-size: 50%;
    background-position: 0 30px;
    /* z-index: 5000; */
    width: 50%;
    margin: auto;
    padding-bottom: 20px;
}
.midashi h4{
    position: relative;
    text-align: center;
    top: -5em;
    /* left: 50%; */
    font-size: 170%;
    display: block;
    background-color: #0354E3;
    width: 33%;
    margin: 0 auto;
    color: #FFF;
    border-radius: 15px;
}
.midashi h4:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #0354E3;
    z-index: 2;
  }
  
  .midashi h4:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #0354E3;
    z-index: 1;
  }
.flow_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    width: 100%;
}
.flow_block{
    width: 46%;
    margin: 10px 1%;
    border: 2px double #0354E3;
    border-radius: 22px;
}
.flow_block h5{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    border-radius: 20px 20px 0 0;
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    background-size:20px 20px;
}
    
.flow_block img{
    width: 50%;
    margin: 10px auto;
    display: block;
}
.flow_block p{
    font-size: 120%;
    margin: 0 10px;
    text-align: justify;
}
/**/
.tel_block{
    margin: 30px 5%;
}
.tel_block p{
    font-weight: bold;
    text-align: center;
    font-size: 180%;
    line-height: 170%;}
.tel_block a{
    font-size: 40px;
    color: #F33;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.tel_block p.time{
    font-size: 110%;
}
.contact_bt{
    display: block;
    width: 50%;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    background-color: #0066EE;
    background-image: linear-gradient(-45deg, #ffCC33 25%, #ffc000  25%, #ffc000  50%, #ffCC33 50%, #ffCC33  75%, #ffc000  75%, #ffc000 );
    background-size: 30px 30px;
    color: #333;
    margin: auto;
}
.contact_bt a{
    color: #333;
text-decoration: none;
text-align: center;
display: block;
width: 100%;
height: 50px;
line-height: 50px;
font-weight: bold;
font-size: 180%;
}
/**/
.point{}
.point .midashi{}
.point .midashi h3{
    text-shadow: 2px 2px 1px #999;
    width: 100%;
    color: #FFF;
    background-image:none
}
.point .midashi h3 span{
    color: #FF0;
    font-size: 120%;
}
.point .midashi h4{
    width: 10em;
    color: #0354E3;
    background-color: #FFF
}
.point .midashi h4:before{border-top: 12px solid #FFF;}
.point .midashi h4:after{    border-top: 14px solid #FFF;}
.point_wrap{
    flex-wrap: wrap;
    align-items: stretch;
}
.point_block{
    width: 25%;
    background-color: #FFF;
    border-radius: 50px;
    /* aspect-ratio: 1; */
    position: relative;
    padding-left: 50px;
    height: 100px;
    margin: 20px 1.5%;
    vertical-align: middle;
    display: inline-block;
}
.point_block span{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 70px;
    height: 50px;
    border-radius: 50%;
    background: #ffc000;
    text-align: center;
    color: #333;
    font-size: 150%;
    font-weight: bold;
    padding: 20px 0 0 0;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.point_block p{
    font-size: 120%;
    text-align: left;
    margin: 1.55em 0.7em 0 0.5em;
    font-weight: bold;
}
.point_block p.l4{
    margin: 0.55em 1.5em 0 0.5em;
}
/**/
.hikaku .midashi h3{}
.hikaku .midashi h4{}
.hikaku .midashi h4::before{}
.hikaku .midashi h4::after{}
.hikaku p{
    font-weight: bold;
    text-align: center;
    font-size: 160%;
    margin: 20px auto;
}
.table_block{}
.table_block table{
    width: 100%;
    font-size: 200%;
    border-collapse: collapse;
    text-align: center;
}
.table_block table th{
    font-weight: bold;
    background-color: #ccc;
    border: #999 solid 1px;
    padding: 5px;
}
.table_block table td{
    font-weight: normal;
    color: #333;
    font-weight: bold;
    background-color: #FFF;
    border: #999 solid 1px;
    padding: 5px;
}
.table_block table th.cats_blue{
    font-weight: bold;
    color: #FFF;
    font-size: 110%;
background-color: #0354e3;}
.table_block table .bk_gr{
    background-color: #EEF;
}
.table_block table .bblue{
    border: 2px solid #0354E3;
}
.table_block table td.cats_blue{
    font-weight: bold;
    color: #0354E3;
    font-size: 110%;
}
.table_block table th.space{
    border: none;
    background-color: #FFF;
}
/**/
.voice{}
.voice .midashi h3{}
.voice .midashi h4{    width: 32em;}
.voice .midashi h4::before{}
.voice .midashi h4::after{}
.voice_wrap{}
.voice_block{
    width:60%;
    margin: 10px 20px;
    border: 2px solid #0354e3;
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
}
.voice_block span.tag{
    background-color: #0354e3;
    display: block;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    width: 200px;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    color: #FFF;
}
.voice_block h5{
    font-size: 220%;
    font-weight: bold;
    margin: 10px auto;

}
.voice_block textarea{
    padding: 1em;
}

.voice_block .imgwrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.voice_block .imgwrap img{
    width: 45%;
    margin: 20px auto;
}

.voice_block .paper2{
    height: 400px;
}
.voice_block .paper-content2{
}
.voice_block .paper-content2 p{
    font-size: 160%;
    color: #333;
}
.voice_block span.name{
    text-align: right;
    width: 100%;
    display: block;
    font-size: 150%;
}
.contact_sec{}
.contact_block02{
    background-color: #FFF;
    border-radius: 25px;
    padding-bottom: 5px;
    width: 70%;
    margin: auto;
}
.contact_block02 h3{
    text-shadow: 2px 2px 1px #999;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #F00;
    border-radius: 20px 20px 0 0;
    /*background-image: linear-gradient(-45deg, #666 25%, #333 25%, #333 50%, #666 50%, #666 75%, #333 75%, #333);
    background-size: 20px 20px;*/
    background-color: #ffCC33;
}
.contact_block02 .contact_bt{
    margin-top: 30px;
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    
}
.contact_block02 .contact_bt a{
    color: #FFF;
}
/**/
.mitsumorijutsu{}
.mitsumorijutsu .midashi h3{
    text-shadow: 2px 2px 1px #999;
    width: 75%;
    font-size: 250%;
    line-height: 110%;    
    padding-bottom: 40px;
    background-position: 0 10px;
    
}
.mitsumorijutsu .mi_block01{
    
    width: 75%;
    margin: 20px auto;
}
.mitsumorijutsu .mi_block01 h4{
    font-size: 150%;
}
.mitsumorijutsu .mi_block01 p{
    font-size: 140%;
    line-height: 150%;
}
.mi_wrap{
    width: 65%;
    margin: 30px auto;
    background-color: #ffeebb;
    padding: 5%;
    border-radius: 20px;
}
.mi_wrap details{
    margin: 15px auto;
}
.mi_wrap details summary{
    font-weight: bold;
    font-size: 200%;
    border-bottom: 1px solid #0354e3;
    color: #333;
    padding-bottom: 5px;
}
.mi_wrap details p{
    font-size: 150%;
line-height: 150%;
margin:1em auto;}
.mi_matome{
    width: 69%;
    margin: 20px auto;
    background-color: #BBCCFF;
    padding: 3%;
    border: #0354e3 double 4px;
    border-radius: 20px;
}
.mi_matome h6{
    font-weight: bold;
    font-size: 150%;
    margin: 0 0 20px 0;
}
.mi_matome p{
    font-size: 120%;
}
/**/

.syuukatsu{}
.syuukatsu .midashi h3{
    text-shadow: 2px 2px 1px #999;
    width: 75%;
    font-size: 250%;
    line-height: 110%;
    padding-bottom: 40px;
    background-position: 0 10px;
}

.syuukatsu_wrap{
    width: 65%;
    margin: 30px auto;
    background-color: #c0fcff;
    padding: 5%;
    border-radius: 20px;
}
.syuukatsu_wrap details{
    margin: 15px auto;
}
.syuukatsu_wrap details summary{
    font-weight: bold;
    font-size: 200%;
    border-bottom: 1px solid #0354e3;
    color: #333;
    padding-bottom: 5px;
}
.syuukatsu details p{
    font-size: 150%;
line-height: 150%;
margin:0.5em auto 1.5em auto;}
.syuukatsu .mi_block01{    
    width: 75%;
    margin: 20px auto;
}
.syuukatsu .mi_block01 h4{
    font-size: 150%;
}
.syuukatsu .mi_block01 p{
    font-size: 140%;
    line-height: 150%;
}
.syuukatsu_wrap h5{    font-size: 170%;}
.yasiki .syuukatsu_wrap details summary{
    font-weight: bold;
    font-size: 140%;
    border-bottom: 1px solid #0354e3;
    color: #333;
    padding-bottom: 5px;
    text-indent: -2em;
    /* margin-left: 2em; */
    padding-left: 2em;
}
.jikka .midashi h4{    width: 50%;}
.mi_block01 p.point01{
    font-weight: bold;
    text-align: center;
    font-size: 180%;
}
.mi_block01 h6{
    font-weight: bold;
    color: #F00;
    text-align: center;
    font-size: 180%;}
    .mt20{margin-top: 20px;}

    /**/
    .balloon-color {
  display: flex;
  flex-wrap: wrap;
  }
  /* 左の吹き出し */
  .balloon-color.left {
  flex-direction: row; /* 左から右に並べる */
  }
  .left .chatting-color {
  position: relative;
  display: inline-block; /* 吹き出しが文字幅に合わせます */
  margin: 15px 20px 20px;
  padding: 10px 20px;
  background: #FFF; 
  text-align: left; 
  border-radius: 15px; 
    border: 3px solid #0354E3;
  }
  .left .chatting-color::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #0354E3; 
  position: absolute;
  top: 15px; 
  left: -30px;
  transform: rotate(90deg);
  }
  /* 右の吹き出し */ 
  .balloon-color.right {
  flex-direction: row-reverse; /* 右から左に並べる */ 
  }
  .right .chatting-color {
  position: relative;
  display: inline-block; /* 吹き出しが文字幅に合わせます */
  margin: 15px 20px 20px;
  padding: 10px 20px;
  background: #FFF; 
  text-align: left;
  border-radius: 15px; 
  border: 3px solid #ffCC33;
  }
  .right .chatting-color::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #ffCC33; 
  position: absolute;
  top: 15px; 
  right: -30px;
  transform: rotate(-90deg);
  }
  /* アイコンの作成 */
  .balloon-color figure img {
  border-radius: 0; /* 画像を丸くしたいときに利用 */
  margin: 0;
  }
  /* アイコンの大きさ */
  .icon-color {
  width: 100px;
  height: 100px;
  }
  /* アイコンの名前 */
  .name-color {
  width: 9em; /* アイコンの大きさと合わせる */
  font-size: 12px;
  text-align: center; /* 名前は真ん中に */
  font-weight: bold;
  color: #FFF; 
  }
  .text-color {
  color: #000; 
  font-size: 16px;
  }
.qanda h3{
    text-shadow: 2px 2px 1px #999;
  position: relative;
  text-align: center;
  font-size: 350%;
  color: #FFF;
  width: 50%;
  margin: auto;
    }
    .qa_wrap{width: 85%;
    margin: auto;}
    .qa_block{
  margin: 30px auto;
    }
    .tiiki{}
    .tiiki h3{}
    .tiiki .tiiki_block01{
        width: 75%;
        margin: 30px auto;
    }
    .tiiki .tiiki_block01 p{
        font-size: 140%;
        line-height: 150%;
        text-align: justify;
    }
    .tiiki .tiiki_block01 span{
  display: inline-block;
  margin: 10px 14px;
  background-color: #0354e3;
  color: #FFF;
  text-align: center;
  width: 5em;
  font-size: 200%;
  border-radius: 20px;
    }
.tiiki .tiiki_block01 h4{
    font-size: 150%;
    margin-top: 20px;
    margin-bottom: 1px;
}

.tiiki_block02{    
    width: 75%;
    margin: 30px auto;
}
.tiiki_block02 details{
    margin: 15px auto;
    
    border: 1px solid #0354e3;
}
.tiiki_block02 summary {
  position: relative;
  display: block; /* 矢印を消す */
  padding-left: 10px; /* アイコン分の余白 */
  cursor: pointer;
  font-size: 160%;
  font-weight: bold;
  background-color: #0354e3;
  border-bottom: double 3px #FFF;
  color: #FFF;
}
.tiiki_block02 summary::-webkit-details-marker {
  display: none; /* 矢印を消す */
}
/* 疑似要素でアイコンを表示 */
.tiiki_block02 summary:before,
.tiiki_block02 summary:after {
  margin: auto;
  position: absolute;
}
.tiiki_block02 summary:before {
}
.tiiki_block02 summary:after {
    content: "+";
  right: 20px;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  transition: .1s;
  font-weight: bold;
}
/* オープン時 */
.tiiki_block02 details[open] summary:after {
    content: "-";
    right: 18px;
  top: 0px;
  font-weight: bold;
}
.syuukatsu  .tiiki_block02 details p{
    font-size: 140%;
    line-height: 150%;
    margin: 0.5em 1em 1.0em 1em;
}
/**/
.contact_sec{}
.contact_sec h3{
    text-shadow: 2px 2px 1px #999;
    color: #FFF;
    background-image: none;
    width: 100%;
}
.contact_sec h4{}
.contact_block{}
.contact_block p{
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    color: #FFF;;
}
.contact_block02{
    margin: 20px auto;
}
.contact_block02 h3{
    text-shadow: 2px 2px 1px #999;
    background-image: linear-gradient(-45deg, #454545 25%, #333 25%, #333 50%, #454545 50%, #454545 75%, #333 75%, #333);
    background-size: 20px 20px;
}

.contact_block02 p{
    color: #333;}
.contact_block02 .tel_block {
    margin: 20px 5%;
}
.contact_block03{
    width: 70%;
    margin: auto;
}
.contact_block03 dl{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}
.contact_block03 dt{
    text-align: right;
    font-weight: bold;
    color: #FFF;
    width: 30%;
    font-size: 160%;
}
.contact_block03 dd{
    width: 10%;
}
.contact_block03 dd.formwaku{
    width: 80%;
}
.contact_block03 dd span.hissu{
    background-color: #F00;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    padding: 0.2em 0.5em;
    line-height: 150%;
    vertical-align: -webkit-baseline-middle;
    width: 2em;
    display: block;
    margin: 5px auto;
}
.contact_block03 dd span.ninni{
    background-color: #FFC;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
    padding: 0.2em 0.5em;
    line-height: 150%;
    vertical-align: -webkit-baseline-middle;
    width: 2em;
    display: block;
    margin: 5px auto;
}
.contact_block03 dd input{
    width: 100%;
}
.contact_block03 dd textarea{
    width: 100%;
    height: 3em;
}
.contact_block03 button{
    text-align: center;
    width: 15em;
    margin: 10px auto;
    display: block;
    background-color: #F00;
    color: #FFF;
    font-weight: bold;
    border-radius: 25px;
    border: none;
    height: 50px;
    font-size: 170%;
}
/**/
.access{}
.acc_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.acc_text_block{
    width: 50%;
    margin: auto;
}
.acc_text_block h5{
    font-weight: bold;
    font-size: 150%;
}
.acc_text_block h6{
    font-weight: bold;
    font-size: 320%;
    color: #f03;
}
.acc_text_block p{
    font-size: 150%;}
.acc_map_block{
    width: 50%;
    margin: auto;}

.fix{
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
}
.fix .bt_box{
    border-radius: 20px;
    display: block;
    width: 60px;
    height: 60px;
    right: 0;
    text-align: center;
    padding: 5px;
    position: relative;
}
.fix .bt_box a{
    text-decoration: none;
    color: #FFF;
}
.fix .bt_box img{
    display: block;
    width: 65%;
    margin: auto;
}
.fix .tel{
    bottom: 20px;
    background-color: #0354e3;
    color: #FFF;
}
.fix .mail{
    bottom: 10px;
    background-color: #f98d00;
    color: #FFF;
}
.fix .line{
    bottom: 00px;
background-color: #FFF;
border: 1px solid #00b900;
color: #333;}
.fix .line a{
    color: #333;
}
.topics_block{
    width: 80%;
    margin: 50px auto 50px auto;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 3px 3px 5px #666;
}
.topics_block h2{
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    background-color: #3d86d8;
    display: block;
    border-radius: 20px 20px 0 0;
    color: #FFF;
    line-height: 70px;
    background-image: linear-gradient(-45deg, #468ddc 25%, #3d86d8 25%, #3d86d8 50%, #468ddc 50%, #468ddc 75%, #3d86d8 75%, #3d86d8);
    background-size: 20px 20px;
    line-height: 150%;
    padding: 0.75em;
}
.topics_block span.date{
    display: block;
    text-align: right;
    font-size: 100%;
    margin-right: 0.5em;
    margin-top: 0.5em;
}
.topics_block .topics_tag_wrap{
    margin-left: 1.5em;
}
.topics_block .topics_tag_wrap span{
    display: inline-block;
    border-radius: 12px;
    height: 1em;
    padding: 0.5em;
    font-size: 100%;
    background-color: #468ddc;
    color: #FFF;
    line-height: 1em;
    margin: 5px 5px 0px 0px;
}
.topics_block .topics_textblock{
    margin: 1.5em;
    padding-bottom: 1.5em;
}
.topics_block .topics_textblock p{
    font-size: 150%;
    line-height: 150%;
    text-align: justify;
}
.topics_block .topics_textblock img{
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1em;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
    content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
.blog_block_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.blog_block{
    background-color: #FFF;
    box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.5);
    border-radius: 15px;
    width: 27%;
    padding: 1% 0 0 0;
    margin: 20px 2%;
    border: 2px #0354E3 solid;
    overflow: hidden;
}
.blog_block img{}
.blog_block .info_box{
    display: block;
    margin: 5px;
}
.blog_block a.tag{
    border-radius: 12px;
    height: 1em;
    padding: 0.5em;
    font-size: 100%;
    background-color: #468ddc;
    color: #FFF;
    line-height: 1em;
}
.blog_block span.date{
    text-align: right;
    font-size: 100%;
    float: right;
}
.blog_block a{text-decoration: none;
color:#FFF;}
.blog_block h4{
    font-weight: bold;
    font-size: 150%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #0354e3;
    padding: 0.5em;
}
.blog_menu_wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 80%;
    margin: 10px auto;
}
.blog_menu_wrap a{
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);;
    display: block;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #0354e3;
    color: #FFF;
    font-weight: bold;
    font-size: 150%;
    padding: 5px 2em;
}
.navi_wrap{
    width: 80%;
    margin: 20px auto;
    display: block;
    flex-wrap: nowrap;
}
.navi_wrap a{
    display: block;
    padding: 5px 1em;
    border-radius: 15px;
    height: 20px;
    background-color: #FFF;
    color: #333;
    width: 5em;
}

.navi_wrap a.fl_left{float: left;}
.navi_wrap a.fl_right{float: right;}
.topics_tag_wrap{
    display: -webkit-block;
    display: flex;
    flex-wrap: wrap;
  }
  .topics_tag_wrap .tag{
    border-radius: 12px;
    height: 1em;
    padding: 0.5em;
    font-size: 100%;
    background-color: #468ddc;
    color: #FFF;
    line-height: 1em;
    margin: 5px 5px 0px 0px;
    text-decoration: none;
  }
  h2.tagh{
    text-shadow: 2px 2px 1px #999;
    background-image: url(img/ashiato_blue.png);
    background-repeat: repeat-x;
    background-size: 57%;
    background-position: 0 45px;
    width: 13em;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #0066EE;
    margin-bottom: 50px;
    position: relative;
    padding: 0;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    overflow: hidden;
  }
.newswarap_list{
    display: flex;
    flex-wrap: wrap;
}
.newswarap_list .newsblock{
    width: 30%;
}
.blog h3{
    background-size: 55%;
    background-position: 0 25px;
    padding-bottom: 20px;
    font-size: 300%;
}
nav.blognav{}
nav.blognav ul{
    justify-content:space-between;
}
nav.blognav ul li{
    width: 25%;
}
nav.blognav ul li a{}
.blogdetail_block_wrap{}
.blogdetail_block{
    border-radius: 30px;
    background-color: #FFF;
    width: 75%;
    margin: auto;
    box-shadow: 0 0 5px 3px rgba(51, 51, 102, 0.2);
    padding: 20px;
}
.blogdetail_block h3{}
.blogdetail_block .info_box{
    display: block;
    margin: 5px;
}
.blogdetail_block .info_box a.tag{
    border-radius: 12px;
    height: 1em;
    padding: 0.5em;
    font-size: 100%;
    background-color: #468ddc;
    color: #FFF;
    line-height: 1em;
}
.blogdetail_block .info_box span.date{
    text-align: right;
    font-size: 100%;
    float: right;
}
.detailtext_box{
    font-size: 150%;
    line-height: 150%;
}
.detailtext_box img{
    width: 250px;
    float: left;
}
.blog .midashi h3 {
    text-shadow: 2px 2px 1px #ffffff;
    position: relative;
    text-align: center;
    top: 0;
    /* left: 50%; */
    font-size: 150%;
    color: #0354E3;
    background-image: none;
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: 0 0;
    /* z-index: 5000; */
    width: 100%;
    margin: 20px auto 20px auto;
    padding-bottom: 0px;
}

.blog .mi_wrap{
    width: 80%;
    margin: 5px auto;
    background-color: #ffeebb;
    padding: 5%;
    border-radius: 20px;
}
.blog .mi_wrap details{
    margin: 20px auto;
}
.blog .mi_wrap details summary{
    font-weight: bold;
    font-size: 150%;
    border-bottom: 1px solid #0354e3;
    color: #333;
    padding-bottom: 5px;
}
.blog .mi_wrap details p{
    font-size: 90%;
line-height: 150%;
margin:1em auto;}
.blog .mi_matome{
    width: 80%;
    margin: 5px auto;
    background-color: #BBCCFF;
    padding: 5%;
    border: #0354e3 double 4px;
    border-radius: 20px;
    
}
.blog .mi_matome h6{
    font-weight: bold;
    font-size: 150%;
    margin: 0 0 20px 0;
}
.blog .mi_matome p{
    font-size: 120%;
}
.spfix{display: none;}
.disp_sp{display: :none;}
.disp_pc{display: :block;}