﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ コード集サイト ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.topcms_news_type4 .cate_box{
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.topcms_news_type4 .cate_box {
    background-color:  rgba(255,253,250,0.8);
    padding: 0;
    box-shadow: 5px 5px 15px rgba(176,157,157,0.3);
    border-radius: 10px;}

.topcms_news_type4 .txt_height{
	height: 3em
}
.topcms_news_type4 .box_title1:empty{
	display: block!important;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type4 .cate_box {width: 30.33333%!important;}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_news_type4 .cate_box {width: 100%!important;
margin-bottom: 30px;}

.topcms_news_type4 .cate_box:last-of-type{width: 100%!important;
margin-bottom: 0px;}

}



.topcms_about_type1 {counter-reset: box 0;padding-top: 35px;}
.topcms_about_type1 .cate_box {
	width: 31%!important;
	padding: 55px 25px 25px;
	background-color:  rgba(255,253,250,0.8);
	border-radius: 10px;
	box-sizing: border-box;
    box-shadow: 5px 5px 15px rgba(176,157,157,0.3);
}
.topcms_about_type1 .number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
}
.topcms_about_type1 .number::before {
	counter-increment: box 1;
	content: "0"counter(box);
	font-size: 55px;
	line-height: 1;
	text-align: center;
	color: #87cefa;
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	top: -42px;
	margin: auto;
	z-index: 0;
}
.topcms_about_type1 .number::after {
	content: "";
	position: absolute;
	display: block;
	width: 73%;
	height: 2px;
	background: #87cefa;
	left: 0;
	right: 0;
	margin: auto;
	top: 22px;
}
.topcms_about_type1 .cate_box .box_title1{font-size: 18px;line-height: 1.6;z-index: 1}


.topcms_about_type1 p.box_title1 {color: #ce8c50;}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_about_type1 .cate_box {
	margin: 0 auto 80px;
	width: 30.333333%!important;

}
.topcms_about_type1 .cate_box:last-of-type {
	margin-bottom: 0;
}

.topcms_about_type1 .number::before {
    font-size: 48px;
    top: -31px;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_about_type1 .cate_box {
        	width: 90%!important;
        	padding: 50px 25px 25px;}
.topcms_about_type1 .number::before{
        	font-size: 59px;
        	top: -34px;}
.topcms_about_type1 .number::after{width: 72%;}
.topcms_about_type1 .cate_box {
            width: 100%!important;
            padding: 50px 25px 25px}
.topcms_about_type1 .number::before {
            font-size: 56px;
            top: -38px;}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ コード集サイト ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/*毎回いる*/

.swiper-button-next, .swiper-button-prev { z-index: 2 !important;}
#top_cms.back1:before {z-index: -1;}
.nav_menu_more a span::before {
    display: none !important;}
.nav_menu_more.mg_t-10px a span::before {
    display: block !important;}
div#contents2_wrap {margin-top: 50px;}


@media screen and (max-width: 667px){
#contents1 .line:before, #contents2 .line:before {
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);}
}

/* color ---------------------------------------------------------------------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #3A5264;}
.txt_white,.hvr_txt_white:hover{color: #fffdfa;}
.txt_color1,.hvr_txt_color1:hover{color: #ce8c50} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #ffe6b9} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #87cefa} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #fff6e7} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: #fffdfa} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: #3A5264} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #ce8c50} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #ffe6b9} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #87cefa} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #fff6e7} /* アクセントカラー2 */
/* border-color ※!important */
.border_color1,.hvr_border_color1:hover{border-color: #ce8c50 !important}
.border_color2,.hvr_border_color2:hover{border-color: #ffe6b9 !important}
.border_color3,.hvr_border_color3:hover{border-color: #87cefa  !important}
.border_color4,.hvr_border_color4:hover{border-color: #fff6e7  !important}

header.scr_header { background-color: rgba(255,244,225,0.9) !important;}
.back2:before,.back1:before { background-color: rgba(255,230,185,0.2) !important;}

#main_img:before,#page_title:before{background-color: rgba(255,249,238,0.7) !important;}
#main_img:before,#page_title:before{background-color: rgba(187,169,151,0.6) !important;}

#info_contact .con_img:before,.title_img:before{background-color: rgba(177,158,139,0.6);}
.overlay {background: linear-gradient(135deg, rgba(177,136,100,0.9) , rgba(255,230,185,0.9) ) !important;}
div#pc_nav ul li a {color: #3A5264;}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
                        background: rgba(58,82,100,0.5);
                        height: 2px;}
.button_container span {background: #3a5264;
                        color:#3a5264;}
span.num {color: #a3764d;}
.line:before {background-color: rgba(163,118,77,0.3) !important;}
#contents3_wrap:after {background-color: rgba(174,216,241,0.5) !important;}
.pager li a {background-color: rgba(80,171,228,0.5) !important;}
.pager li a:hover {background-color: rgba(206,140,80,0.5) !important;}
#fakeloader:before{background:rgba(255,251,245,1) }
#footer {background-color: rgba(255,255,255,0.6);}
.cate_list li a:hover {background-color: rgba(135,206,250,0.3) !important;}

/*.page_title_box {background-color: #fffbf4;}*/
/*.page_title_box p, .page_title_box h2 {color: #ce8c50;}*/
.more_btn span {text-transform: none !important;
               -ms-user-select: none;}
.more_btn {text-transform: none !important;
           -ms-user-select: none;}

/*linkStyle*/
a.linkStyle {
    color: #8b6767 !important;
    border-bottom:solid 1px;
    opacity: 0.9 !important;}
a.linkStyle:hover {color: #8b6767 !important;
                   opacity: 0.9 !important;}
                   
.opacity07,.opacity08{opacity:0.9;}
/* color ---------------------------------------------------------------------------------------------*/

/*font-------------------------------------------------------------------------*/
body {font-family:  'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif !important;}
.cms_title p,.page_title_box p,.con_title .pop400,.con_box h2,a.more_btn,.pop400{
    font-family:  'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif !important;
    font-weight: 500;}
a,.box_title1,.cate_title,.box_title2,.hannari,.num{
    font-family:  'Kiwi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif !important;
    font-weight: 500;}
.font_14 {font-size: 15px;}
/*font-------------------------------------------------------------------------*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*main_img---------------------------------------------------------------------------*/
#main_img .menu p {
    border-radius: 15px;
    width: 350px;
    background-color: rgba(255,255,255,0.9);
}
#top_pc_nav{display:none;}

.catch {
    margin: 0 auto !important;
    background-color: rgba(255,255,255,0) !important;
    width: 100% !important;
    padding-top: 10px;
    text-shadow: 2px 2px 3px #87cefa;
}

/*main_img---------------------------------------------------------------------------*/

/*con--------------------------------------------------------------------------*/
/* YouTube------------------------------------ */
.yt{width: 1000px;}
.video_cms{
	padding-bottom: 46.9%;
	height: 0;
	border-radius: 10px;}
	
.yt_banner {
    position: absolute;
    width: 500px;
    z-index: 5;
    left: -40%;
    top: 56%;
    transform: translate(0%, -50%) rotate(353deg);}
.posi_rel.yt_box {
    height: 600px;
    width: 100%;
    margin: 50px auto 100px;}
.posi_abs.yt_box_item {
    left: 50%;
    top: 50%;
    transform: translate(-30%, -50%);}


@media screen and (max-width: 1700px){
    .yt{width: 900px;}
    .yt_banner {width: 450px;}
    .posi_abs.yt_box_item {transform: translate(-25%, -50%);}
}

@media screen and (max-width: 1550px){
    .yt{width: 850px;}
    .yt_banner {width: 400px;}
    .posi_abs.yt_box_item {transform: translate(-28%, -50%);}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 667px){.yt{width: 100%;}}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){.video_cms {padding-bottom: 56.25%;}}
/* YouTube------------------------------------ */


p.intro_txt {
    line-height: 3;
    padding: 15px 50px 0;
    font-size: 15px;}

/*nemo--------------------------------------------------------------------------*/

#intro_wrap .box_wrap,#contents1_wrap .box_wrap,#contents2_wrap .box_wrap,#contents3_wrap .box_wrap{
    position: relative;
    z-index: 2;}

#intro_wrap .box_wrap figure img,#contents1_wrap .box_wrap figure img,#contents2_wrap .box_wrap figure img,#contents3_wrap .box_wrap figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: top 0.7s ease-out;}
    
/*nemo_intro---------------------------------------*/
.nemo01 {
    width: 7%;
    left: -15%;
    position: absolute;
    margin-top: 20%;
    transform: translate(0px, 0px);}
.nemo02 {
    width: 5%;
    left: -9%;
    position: absolute;
    margin-top: 12%;
    transform: translate(0px, 0px);}
.nemo03 {
    width: 7%;
    right: -17%;
    position: absolute;
    margin-top: 50%;
    transform: translate(0px, 0px) rotate(45deg);}
/*nemo_intro---------------------------------------*/

/*nemo_con1---------------------------------------*/
.nemo04 {
    width: 7%;
    left: -5%;
    position: absolute;
    margin-top: 20%;
    transform: translate(0px, 0px);}
.nemo05{
    width: 3%;
    left: 1%;
    position: absolute;
    margin-top: 41%;
    transform: translate(0px, 0px) rotate(337deg);}
.nemo06 {
    width: 6%;
    right: -9%;
    position: absolute;
    margin-top: 91%;
    transform: translate(0px, 0px) rotate(3deg);}
/*nemo_con1---------------------------------------*/

/*nemo_con2---------------------------------------*/
.nemo07 {
    width: 3%;
    right: -2%;
    position: absolute;
    margin-top: 72%;
    transform: translate(0px, 0px);}
.nemo08 {
    width: 4%;
    left: -4%;
    position: absolute;
    margin-top: 34%;
    transform: translate(0px, 0px) rotate(350deg);}
.nemo09 {
    width: 7%;
    right: -7%;
    position: absolute;
    margin-top: 76%;
    transform: translate(0px, 0px) rotate(34deg);}
/*nemo_con2---------------------------------------*/

/*nemo_intro---------------------------------------*/
.nemo10 {
    width: 4%;
    right: 8%;
    position: absolute;
    margin-top: 26%;
    transform: translate(0px, 0px);}
.nemo11 {
    width: 3%;
    right: 11%;
    position: absolute;
    margin-top: 26%;
    transform: translate(0px, 0px);}
.nemo12 {
    width: 6%;
    left: 9%;
    position: absolute;
    margin-top: 37%;
    transform: translate(0px, 0px) rotate(310deg);}
/*nemo_intro---------------------------------------*/

/*nemo--------------------------------------------------------------------------*/

/*con--------------------------------------------------------------------------*/


/*top_cms--------------------------------------------------------------------------*/
.cms_3-c.cms_wrap {
    background: rgba(255,253,250,0.8);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(176,157,157,0.3);}
/*top_cms--------------------------------------------------------------------------*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ sub ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#cms_1-a .date { border-radius: 0 0 5px 0;}
.pager li a{border-radius:5px;}

section#cms_3-b .cate_title {
    background: transparent;
    border: solid 0;
    color: #3A5264;
    position: relative;
    z-index: 1;
}
section#cms_3-b .cate_title::before {
    content: '';
    background: rgba(255,244,225,0.7) !important;
    position: absolute;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
    border-radius: 64% 50% 67% 50%;
    top: 50%;
    transform: translate(-23%, -50%);
}

section#cms_3-b .cate_box {
    border: solid 0px !important;
    border-radius: 10px;
    background: rgba(255,244,225,0.5) !important;}
#cms_3-c .cate_box{
    background: rgba(255,244,225,0.5) !important;
    margin:20px 0;
    border-radius: 5px;}

#cms_6-c .circle, #cms_6-c .arrow {display:none;}
section#cms_6-c .cate_box {margin-bottom: 50px;}
section#cms_6-c .cate_box {
    margin-bottom: 50px;
    border-color: rgba(135,206,250,0.5) !important;}

p#contact_tel a {border-radius: 5px;
                padding: 18px;}
section#cms_6-c .cate_box {border-radius: 0 0px 10px 10px;}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ sub ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ all ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#wrap{
    position: relative;
    background-color: #fffdfa;
    background-image: url(dup/img/bg_img.jpg);
    background-size: 20%;}
    
.con_img, .cate_img1, .box_img1, .box_img2, .box_img3, .box_img4, #cms_3-c .cate_box .box_title3 span,#contents3 .con_box,#intro_wrap,#page_title .page_title_box,.pd_l-r10per.pd_t-5per.pd_b-5per.pd_5per_tb.pd_t-50px_sp .con_box{border-radius: 10px;}
.nav_menu_more a,.cate_list li a{border-radius: 5px;}

#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 180px;
    margin-right: 20px;
    word-break: break-all;}
    
#logo {
    max-width: 260px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 10px;}
    
.scr_header #logo {background:transparent;}

a.res,a.res_sp{
    border-radius: 5px;
    background: rgba(209,237,255,0.6);
  transition:0.7s;
}
a.res:hover,a.res_sp:hover{
    background: rgba(209,237,255,1);
  transition:0.7s;
}
a.res::after,a.res_sp::after{
display:none;}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ all ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/*タブレット*/
@media screen and (max-width: 768px){
    .head_banner {
        top: 33px;
        right: 118px;}
    #wrap { background-size: 50%;}
    #overlay .left li {max-width: 192px;}
    .overlay-menu .right .opacity07 {letter-spacing: 1px;}
    #logo {max-width: 180px;}
    .page_title_box h2 {
                    font-size: 25px;
                    padding-top: 5px;}
    #fakeloader .fl {max-width: 280px;}
    #main_img .menu a {max-width: 200px;}
    #main_img .menu p {
        border-radius: 15px;
        width: 230px;
        max-width: 250px;}
    #logo {
        max-width: 180px;
        opacity: 0;
        background:transparent;}
     a.res_sp{opacity:0;}
     .scr_header a.res_sp{opacity:1;}
    .scr_header #logo {
        background: transparent;
        opacity: 1 !important;}
    .scr_header #logo {
        background: transparent;
        opacity: 1 !important;
        max-width: 170px !important;
        padding: 0;}
    p.intro_txt {
        line-height: 2;
        padding: 15px 20px 0;
        font-size: 14px;}

    .nemo03 {
        width: 7%;
        right: -11%;
        position: absolute;
        margin-top: 80%;
        transform: translate(0px, 0px) rotate(45deg);}
        
    .nemo02 {
        width: 5%;
        left: -4%;
        position: absolute;
        margin-top: 11%;
        transform: translate(0px, 0px);}
    
    .nemo01 {
        width: 7%;
        left: -9%;
        position: absolute;
        margin-top: 24%;
        transform: translate(0px, 0px);}
        
    .yt {width: 600px;}
    .posi_rel.yt_box {
        height: 400px;
        width: 100%;
        margin: 100px auto 90px;}
    .yt_banner {
        position: absolute;
        width: 250px;
        z-index: 5;
        left: -11%;
        top: 2%;
        transform: translate(0%, -50%) rotate(353deg);}
    .posi_abs.yt_box_item {transform: translate(-45%, -50%);}

    #contents1 .con_box {margin-top: 15%;}
    .nemo06 {
            width: 6%;
            right: -3%;
            margin-top: 157%;}
    .font_14 {font-size: 14px;}
    .nemo08 {
        width: 4%;
        left: -1%;
        margin-top: 34%;}
    .nemo09 {
        width: 6%;
        right: -4%;
        margin-top: 75%;}
    .nemo07 {
        width: 2%;
        right: -2%;
        margin-top: 76%;}
    .nemo10 {
        width: 4%;
        right: 6%;
        margin-top: 28%;}
    .nemo11 {
        width: 3%;
        right: 11%;
        margin-top: 30%;}
    .nemo12 {
        width: 6%;
        left: 4%;
        margin-top: 78%;}
    .catch {
        font-size: 14px;
        letter-spacing: 1px;}
    
}
/*スマホ*/
@media screen and (max-width: 667px){
    #page9 p{
    font-size: 13px;
    padding-left: 15px;
    letter-spacing: 2px;}    
    .button_container span:nth-of-type(1) {
        width: 45px;
        top: 40px;
        left: 32px;}
    .button_container span:nth-of-type(1) {font-size: 3vw;}
    section#cms_3-b .box_txt1 {   letter-spacing: 1px;}
    .intro_title h3 {
        text-align: center;
        font-size: 18px;
        letter-spacing: 1px;}
    p.intro_txt {
        line-height: 2;
        padding: 0px 5px 0;
        font-size: 13px;}
    .nemo03 { margin-top: 100%;}
    .yt {
        width: 300px;}
    .yt_banner {
        position: absolute;
        width: 180px;
        z-index: 5;
        left: -11%;
        top: -4%;
        transform: translate(0%, -50%) rotate(353deg);}
    .posi_rel.yt_box {
        height: 250px;
        width: 100%;
        margin: 80px auto 0px;}
    .nemo04 {
        width: 8%;
        left: -2%;
        position: absolute;
        margin-top: 17%;
        transform: translate(0px, 0px);}
    .nemo05 {
        width: 4%;
        left: 3%;
        position: absolute;
        margin-top: 46%;
        transform: translate(0px, 0px) rotate(337deg);}
    .nemo06 {
        width: 9%;
        right: -3%;
        margin-top: 133%;}
    .nemo08 {
        width: 7%;
        left: 2%;
        margin-top: 71%;}
    .nemo07 {
        width: 5%;
        right: -2%;
        margin-top: 76%;}
    .nemo09 {
        width: 8%;
        right: 1%;
        margin-top: 76%;}
    .font_14 {font-size: 13px;}
    #contents1 .con_box {margin-top: 0;}
    #contents1_wrap h3, #contents2_wrap h3,#contents3_wrap h3 {
        font-size: 18px;
        letter-spacing: 1px;}
    .nemo10 {
        width: 5%;
        right: 2%;
        margin-top: 56%;}
    .nemo11 {
        width: 4%;
        right: 6%;
        margin-top: 65%;}
    .nemo12 {
        width: 7%;
        left: 9%;
        margin-top: 130%;}
    .cms_3-c.cms_wrap {padding: 20px;}
    #footer_con h2 {font-size: 21px;}
    #logo {max-width: 130px;}
    .scr_header #logo {max-width: 120px !important;}
    .page_title_box h2 {
        font-size: 19px;
        padding-top: 5px;
        letter-spacing: 1px;}
    section#cms_3-b .cate_title::before {
        width: 80px;
        height: 80px;
        border-radius: 64% 50% 67% 50%;
        top: 50%;
        transform: translate(-16%, -50%);}
    section#cms_3-b .cate_box {
        border: solid 0px !important;
        border-radius: 10px;
        background: rgba(255,244,225,0.5) !important;
        padding: 14px;}
    section#cms_3-b .cate{margin-bottom:40px;}
    section#cms_3-c .box_title1 {font-size: 16px;}
    section#cms_3-c .box_title2 {font-size: 14px;}
    section#cms_3-c .box_txt1 {
       font-size: 14px;
       padding: 6px 10px 0 !important;}
    section#cms_6-c .cate_box {
        margin-bottom: 50px;
        border-color: rgba(135,206,250,0.5) !important;
        padding: 20px;}
    section#cms_6-c .cate_box {
        margin-bottom: 50px;
        border-color: rgba(135,206,250,0.5) !important;
        padding: 15px;
        line-height: 1.5;}
    .font_14_tb {font-size: 13px;}
    .page_title_box {width: 56%;}
    .head_banner {
        right: 79px;
        font-size: 13px;
        line-height: 1.5;
        top: 25px;
       letter-spacing: 2px;
    }
    a.res_sp {padding: 10px;}
}


/*IE*/
@media all and (-ms-high-contrast: none){
    .nemo02 {margin-top: 1%;}
    .nemo01 {margin-top: 8%;}
    .nemo03 {margin-top: 27%;}
    .nemo05 {margin-top: 31%;}
    .nemo06 {margin-top: 43%;}
    .nemo07 {margin-top: 37%;}
    .nemo08 {margin-top: 18%;}
    .nemo09 {margin-top: 39%;}
    .nemo11,.nemo10 {margin-top: 11%;}
    .nemo12 {margin-top: 20%;}
    .more_btn:hover:after {background-color: rgba(135,206,250,0.1);}
    .more_btn{padding-bottom:9px !important;}

    .pager li a { padding-bottom: 12px !important;}
    .cate_list li a {
        padding-bottom: 12px !important;
        padding-top: 8px !important;}
    #page9 .more {
        padding-bottom: 6px !important;
        padding-top: 3px!important;}
    #page10 .more_btn {padding-top: 11px !important;}
    p#contact_tel a { padding: 18px 0 23px !important;}



}




/*20224/14*/
div#map{display:none;}
#cms_3-c .box_item.box_description {padding: 10px 20px;}
#cms_3-c .box_txt1 {padding-left: 20px;}




.cms_3-b .cate_box {
    box-shadow: 5px 5px 15px rgb(176 157 157 / 30%);
    border: solid 0px !important;
    border-radius: 10px;
    background:rgba(255,253,250,0.8) !important;}
    
    
/*20200607*/
#info_contact .con_img {
    width: 100%;
    height: 470px !important;
    overflow: hidden;}
#info_contact .con_img img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;}
#info_contact .con_box a:hover img {width: 110%;}


/*タブレット*/
@media screen and (max-width: 768px){
#info_contact .con_img {
    width: 100%;
    height: 230px !important;
    overflow: hidden;
}}


/*スマホ*/
@media screen and (max-width: 667px){
#info_contact .con_img {
    width: 100%;
    height: 230px !important;
    overflow: hidden;
}}





/*20220714*/
img.bnr {
    max-width: 200px;
    padding: 20px 0 0;
}



/*2022 1201*/
p#contact_hot a {
    border-radius: 5px;
    padding: 18px;
}

/*タブレット*/
@media screen and (max-width: 768px){
p#contact_hot a,p#contact_tel a {
    border-radius: 5px; 
    padding: 10px;
    letter-spacing: 1px;
    font-size: 17px;
}
}



/*20230403*/

/*entry*/
.fixed_img {
    /*display: block !important;*/
    position: fixed;
    bottom: 35px;
    right: 70px;
    z-index: 99;
    width: 100%;
    max-width: 300px;
    transition: 0.5s;
}
.fixed_img:hover{
    opacity: 0.8 !important;
    transition: 0.5s;
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
.fixed_img {
    max-width: 250px;}
div#h1txt {
    padding-bottom: 50px;
}    
}
    
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.fixed_img {
    max-width: inherit;
    width: 60%;
    left: 50%;
    right:auto !important;
    transform: translate(-60%, 0px);
}

.fixed_img {
    max-width: inherit;
    width: 60%;
    left: 50%;
    right: auto !important;
    transform: translate(-50%, 0px);
    bottom: 10px;
}


div#h1txt {
    padding-bottom: 30px;
}

p#copyright {
    padding-bottom: 80px;
}
}



/*20230404----------------------------------------------------*/

#add01{position:relative;}

#add01,#add03{
    padding: 5% 10% 100px;
    background: rgb(255 255 255 / 80%);
}


#add01 .topcms_about_type1 .cate_box {
    width: 24% !important;
    padding: 5px 10px 20px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
}

.back1.pd_t-5per.pd_t-50px_tb {
    padding-top: 0px;
}
#add01.add02 .topcms_about_type1 .cate_box {width: 20% !important;}

.add02 {
background-color: transparent !important;
    padding: 80px 10% 100px !important;}

.add02::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: solid 90px transparent;
    border-top: solid 30px rgb(255 255 255 / 80%);
    border-right: solid 90px transparent;
    right: 0;
    left: 0;
    top: -1px;
    margin: auto;
}

div#add01 h2 {
    font-size: 35px;
    text-align: center;
    color: #3A5264;}


.add02 h4 {
    display: block;
    margin: 20px auto;
    color: #3A5264;
}

div#add03 h3 {
    font-size: 30px;
}
.add03_txt_box {
    border: solid 3px #f9e7cd;
}

.add03::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: solid 90px transparent;
    border-top: solid 30px rgb(255 255 255 / 80%);
    border-right: solid 90px transparent;
    right: 0;
    left: 0;
    top: -1px;
    margin: auto;}

.add04 {background-color: transparent !important;}

.add04::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: solid 90px transparent;
    border-top: solid 30px rgb(255 255 255 / 80%);
    border-right: solid 90px transparent;
    right: 0;
    left: 0;
    top: -1px;
    margin: auto;}

.add04 .topcms_about_type1 {
    align-items: center;
    justify-content: center;}

.add04 {padding-bottom: 200px !important;}

div#add03 h4 {
    color: #ce8c50;
    font-size: 25px;}
    
div#add03 p {
    font-size: 18px;
}


.add02 .cate_box img, .add04 .cate_box img {
    box-shadow: 5px 5px 15px rgba(176,157,157,0.3);
    border-radius: 20px;
}


.fadein{
	transform: translateY(20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.fadein.start{transform: translateY(0);opacity: 1;}


/*--------タブレット--------*/
@media screen and (max-width: 768px){
    
div#add01 h2 {font-size: 28px;}
div#add03 h3 {font-size: 28px;}

#add01 .topcms_about_type1 .cate_box {
    width: 50% !important;
    margin-bottom: 0px;
    padding: 10px;}

#add01, #add03 {
    padding: 100px 5% 150px;
    background: rgb(255 255 255 / 80%);
}

#add01.add02 .topcms_about_type1 .cate_box {
    width: 50% !important;
}

div#add01 h2 {
    font-size: 30px;
    text-align: center;
    color: #3A5264;
    margin-bottom: 0px;
}

.add02 {
    background-color: transparent !important;
    padding: 80px 5% 100px !important;}
    
.add02 h4 {
    display: block;
    margin: 20px auto;
    color: #3A5264;
    width: 100%;
    text-align: center;}
    
div#add03 .grid_8 {width: 75% !important;}
.nemo11 {margin-top: 95%;}
.nemo10 {margin-top: 70%;}

}


/*--------スマートフォン--------*/
@media screen and (max-width: 667px){

    div#add01 h2 {
        font-size: 23px;
        text-align: center;
        color: #3A5264;
        margin-bottom: 0px;
        letter-spacing: 0px;
    }
        
    div#add01 .mg_t-50px_sp.pd_t-30px_sp.fade_box {margin: 0px;}
    
    #add01, #add03 {
        padding: 50px 5% 100px;
        background: rgb(255 255 255 / 80%);}    
        
    #add01 .topcms_about_type1 .cate_box {
        width: 90% !important;
        margin-bottom: 0px;
        padding: 10px 0;}  
        
        
    #add01.add02 .topcms_about_type1 .cate_box {
        width: 50% !important;
        padding: 5px;} 
        
    .add02 {
        background-color: transparent !important;
        padding: 80px 5% 80px !important;}  
        
    div#add03 .grid_8 {width: 90% !important;}     
    div#add03 h4 {
        color: #ce8c50;
        font-size: 20px;
        text-align: center;} 
        
    div#add03 p {
        font-size: 16px;
        letter-spacing: 1.8px;}     
        
    div#add03 h3 {
        font-size: 25px;
        text-align: center;
        width: 100% !important;
        margin-bottom: 30px;}    
        
        
    .nemo01 {margin-top: 90%;}     
    .nemo02 {margin-top: 116%;}    
    
    div#add01 {padding-bottom: 150px !important;}    
    
    .nemo11 {margin-top: 235%;}    
    .nemo10 {margin-top: 170%;}    
}

/*20240213*/

#pc_nav li:last-of-type,.head_banner{
    display:none;}
    
    
    
/*20240307*/
/*-------------------------------------------------------
				read more
-------------------------------------------------------*/
#intro_wrap .txt_more,#contents1 .txt_more,#contents2 .txt_more,#contents3 .txt_more {
    cursor: pointer;
    background-color: #87cefa;
    color: #ffffff;
    margin: 20px 0px 0;
    border-radius: 50px;
}
#intro_wrap .txt_more:hover,#contents1 .txt_more:hover,#contents2 .txt_more:hover,#contents3 .txt_more:hover{
    background-color: #fff6e7;
    color: #87cefa;
}
#intro_wrap .txt_more .arrow,#contents1 .txt_more .arrow,#contents2 .txt_more .arrow,#contents3 .txt_more .arrow{
    height: 0.8em;
    width: 1em;
}
#intro_wrap .txt_more .arrow::before, #intro_wrap .txt_more .arrow::after,
#contents1 .txt_more .arrow::before, #contents1 .txt_more .arrow::after,
#contents2 .txt_more .arrow::before, #contents2 .txt_more .arrow::after,
#contents3 .txt_more .arrow::before, #contents3 .txt_more .arrow::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: currentColor;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    transition-property: width, right, left, transform;
}
#intro_wrap .txt_more .arrow::after,#contents1 .txt_more .arrow::after,#contents2 .txt_more .arrow::after,#contents3 .txt_more .arrow::after{
    transform: rotate(90deg);
}
#intro_wrap .txt_more.trans .arrow::before,#contents1 .txt_more.trans .arrow::before,#contents2 .txt_more.trans .arrow::before,#contents3 .txt_more.trans .arrow::before{
    transform: rotate(-45deg);
    width: 6px;
    right: 4px;
}
#intro_wrap .txt_more.trans .arrow::after,#contents1 .txt_more.trans .arrow::after,#contents2 .txt_more.trans .arrow::after,#contents3 .txt_more.trans .arrow::after{
    transform: rotate(45deg);
    width: 6px;
    left: 4px;
}

.txt_more span.circle, .arrow {
     background:transparent !important; 
}

.more a{
    padding: 10px;
    border: none;
    color: var(--black);
    background-color: var(--color2);
    border-radius: 100px;
    font-family: var(--font-jp);
}
.more a:hover{
    color: #f8f8f8;
}
.more span.d_block{
    width: 100px;
    height: 100px;
    top: auto;
    left: 50%!important;
    bottom: -100px;
    transform: translateX(-50%)!important;
    border-radius: 50%;
    background-color: var(--color3);
    transition-property: width, height, bottom;
}
.more a:hover span.d_block{
    width: 300px;
    height: 300px;
    bottom: -150px;
}


p.intro_txt,#contents3 .con_txt {
    display: block;
    text-align: left;
    padding: 0;
    line-height: 2;
    padding-bottom: 20px;
}

.con_txt.fadein_up2 {
    display: none !important;
}

.con_txt.fadein_up2.scrollin {
    display: block !important;
}


/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.txt_more {
    margin: 20px auto !important;
    display: block;
    text-align: center;
    width: 60%;
    }
}

/*-------------------------------------------------------
				read more
-------------------------------------------------------*/