﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
#contact .sns_box a, #header li a, #intro h4, #concept h3, #contents1 .title, #contents3 h2, #top_cms1 p, #top_cms .top_cms_title h3, #footer .more a span, .footer_link ul li a, #page_title, .cate_list li a, .cate_list li .cate_no, .cate_title, .sub_cate_title, .box_title, .box_title1, a[href^="tel:"], .pager li a {
    font-family: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}
.cate_title, .sub_cate_title, .box_title, .box_title1{
    font-weight: normal;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #0ABAB5;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #ffcc47;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #0ABAB5;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #fff9a1;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #edf8f6;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #0ABAB5;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #fff;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #FFEB58;}
.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}
.border_color3, .hvr_border_color3:hover{border-color: #0ABAB5;}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

.more > div a, .more > div a span i {
    color: #ff9747;
    transition: all 0.3s;
}
.more > div:hover a, .more > div:hover a span i {
    color: #fff;
}

#loader div img, #header h1 img {
    max-width: 350px;
}
#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:-1;/*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color:#edf8f6;/*背景色*/
}
#wrap{
  position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width:100%;
  height: 100%;
  background:none;
}

.banner_fix{
    max-width: 330px;
    bottom: 30px;
    right: 30px;
    z-index: 5;
}

/* header */


/* top ----------------*/
/* main img */
.catch{
    z-index: 2;
    max-width: 750px;
}

/* main */

/* intro */
#intro h3 {
    color: #7b3d0a;
}
#intro h4{
    display: inline-block;
    border-bottom: 5px dotted;
    color: #7b3d0a;
}

/* contents */
#concept > div {
    padding: 0;
}
#concept .txt_wrap{
    padding: 5% 10%;
    margin: 10%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 30px;
}
#concept h3, #concept p {
    text-shadow: none;
}
#concept h3{
    color: #ff9747;
    padding-top: 100px;
    background-image: url('./Dup/img/mark.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120px;
}
#concept h3 span{
    color: #0ABAB5;
}
#concept h3::after {
    background-color: #ffcc47;
}
#concept p {
    color: #000;
}
#contents1 .con1_img,#contents1 .con2_img{
    border-radius: 3px;
}
#contents1 .border_dash1, #contents1 .border_dash2 {
    width: 95%;
}
#contents1 .border_dash3, #contents1 .border_dash4 {
    height: 95%;
}
#contents1 .border_dash1 {
    top: 2.5%;
    left: 2.5%;
}
#contents1 .border_dash2 {
    bottom: 2.5%;
    left: 2.5%;
}
#contents1 .border_dash3 {
    top: 2.5%;
    left: 2.5%;
}
#contents1 .border_dash4 {
    top: 2.5%;
    right: 2.5%;
}

#contents_links .grid_4 a div p {
    color: #ff9747;
}

/* topcms */
#top_cms1 .cms_1-c .cate_box {
	border-radius: 5px;
	background-color: #fff;
	align-items: center;
	border: 3px solid #fff;
}
#top_cms1 .cms_1-c .cate_box:hover {
	border: 3px solid #ffeb58;
}

/* footer */
footer .txt_white, .footer_link ul, .footer_link ul li a{
    color: #ff9747;
}
.footer_link ul li a{
    font-weight: bold;
}
#footer_txt .tel{
    font-size: 35px;
}
#footer_txt .more a{
    font-weight: bold;
}
#copyright{
    padding-bottom: 100px;
}
#footer .border_color1 {
    border-color: #fff9a1;
}


/* under page */
.cate_list .cate_list_title, #cms_6-a .cate_title, #cms_6-a .cate_box .box_txt1, #cms_2-b .cate_title, #cms_2-b .cate_box .box_title1 {
    color: #7b3d0a;
}
#cms_6-a .box_wrap, #cms_6-a .cate_box, #cms_2-b .box_title1, #cms_2-b .cate_box {
    border-color: #7b3d0a;
}
.pager li a:hover{
    background-color: #ff9747;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
#contact .tel .txt_color1 {
    color: #ff9747;
}

/* page9 */

/* page10 */
#sitemap ul li a:hover span {
    color: #ff9747;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    .banner_fix{
        max-width: 300px;
    }
    #loader div img, #header h1 img {
        max-width: 300px;
    }
    #menu_bt {
        border: 3px solid #ff9747;
    }
    #menu_bt span, #menu_bt span::before, #menu_bt span::after {
        background-color: #ff9747;
    }
    .catch{
        max-width: 500px;
    }
    #contents1 .con1_txt{
        order: 2;
        margin-top: 20px;
    }
    #contents1 .con2_txt{
        margin-top: 20px;
    }
    #copyright {
        padding-bottom: 150px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .banner_fix {
        max-width: 220px;
        bottom: 10px;
        right: 15px;
    }
    .catch{
        max-width: 285px;
    }
    #concept .txt_wrap {
        padding: 5% 5%;
        margin: 5%;
        border-radius: 10px;
    }
    #concept h3 {
        padding-top: 70px;
        background-size: 80px;
    }
    #contents_links .grid_4 a div p {
        top: 55%;
    }
    #footer_txt .tel {
        font-size: 25px;
    }
    #sitemap ul li a span {
        color: #ff9747;
    }
    
}





