﻿/*イラスト配置---------------------------------------*/
main,footer{position:relative;z-index:1;}
#bottom_menu nav ul li a{background-color:#fff;border-radius:5px;}
.cms_box{background-color: #fff;padding:2.5%;border-radius:15px;}

.dec_l{
    left: 0;
    top: 380px;
    width: 12%;
    z-index: -1;
    position: fixed;
}
.dec_r{
    right: 0;
    top: 500px;
    width: 10%;
    z-index: -1;
    position: fixed;
}
.dec_b{
    left: 3%;
    bottom: 5px;
    width: 14%;
    z-index: -1;
    position: fixed;
}
/* タブレット */
@media screen and (max-width: 768px){
    .dec_l{
        top: 340px;
        width: 16%;
    }
    .dec_r{
        top: 350px;
        width: 14%;
    }
    .dec_b{
        /*left: 0;*/
        bottom: 35px;
        width: 24%;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .dec_l{
        top: 280px;
        width: 100px;
    }
    .dec_r{
        top: 300px;
        width: 100px;
    }
    .dec_b{display:none;}
}
/*ご注文はこちら-----------------------------------*/
.btn_chumon{
    max-width: 210px;
    position: fixed;
    left: 0px;
    bottom: 180px;
}
/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){
    .btn_chumon{
        left: auto;
        right: 0px;
        bottom: 71px;
        max-width: 130px;
    }
}
/*オーナー切り抜き-----------------------------------*/
.dec1{
    max-width: 300px;
    /*margin-right: -70px;*/
    position: fixed;
    left: 10px;
    bottom: 0px;
}
/* スマホ */
@media screen and (max-width: 667px){
    .dec1{
        max-width: 170px;
        bottom: 60px;
        left: auto;
        right: 140px;
        z-index: -1;
    }
    .top_copyright{padding-bottom: 200px!important;}
}

/*introductionへ画像追加-----------------------------*/
.dec2{
    max-width: 500px;
    bottom: -290px;
    right: 0;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
/* タブレット */
@media screen and (max-width: 768px){
    .dec2{position: static;}
}

/* メインイメージ -----------------------------------*/
.catch {
    z-index: 3;
    position: absolute;
    bottom: 0px;
    left: 5%;
   
    width: 60%;
    animation-name:fadeLeftAnime;
animation-duration:0.8s; /* アニメーション時間 */
animation-delay: 1.8s; /* 〇秒後に変化 */
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#main_img .main_logo{
    /*display: none;*/
    top: 10%;
    max-width: 600px;
    width: 45%!important;
    background-color: rgba(255,255,255,0.6);
    padding: 5px 20px;
}
/*2025/11/05追加*/
#intro .intro_img{
    margin-top: -230px;
}
#main_img {
    max-height: 200vh;
}
/*▲▲2025/11/05追加▲▲*/

#video {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*2025/11/05　コメントアウトした
    height: calc(100vh - 90px);*/
    height: 55vw;
}
#video video{
    min-width: 100%;
    /*2025/11/05　コメントアウトした
    min-height: 100vh;*/
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* タブレット */
@media screen and (max-width: 768px){
    
    /*2025/11/05追加*/
    #intro .intro_img{
        margin-top: 0px;
    }
    /*▲▲2025/11/05追加▲▲*/
    
    
    #video{
        /*2025/11/05　コメントアウトした
        height: 42vh;*/
        height: 56vh;
    }
    #video video{min-height: auto;}
    #main_img{padding-top: 165px;}
}
/* スマホ */
@media screen and (max-width: 667px){
    #video{
        /*2025/11/05　コメントアウトした
        height: 30vh;*/
        height: 42vh;
    }
    #video video{min-height: auto;}
    #main_img{padding-top: 70px;}
}

/* トップページ -------------------------------------*/
.con_bnr{
    display: block;
    padding: 15px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin-top: 20px;
    width: 150px;
    border-radius: 15px;
}
.top_cms_box_1{
    border-top: 10px solid #ec0013;
    border-bottom: 10px solid #0666b6;
    padding: 90px 0;
}

.svg_con1{color: #f03342;}
.con1,.border1{background-color: #f03342;}

.svg_con2{color: #FFF;}
.con2{background-color: #FFF;}
.border2{background-color:#333;}
.con3 .con_no{color: #333;}

.svg_con3{color:  #0666b6;}
.con3,.border3{background-color: #0666b6;}
.con3 .con_no{color:  #0666b6;}

#info_title_box{position:relative;}
#info_title_box::before{
    content: "";
    background-color: rgb(236 0 19 / 30%);
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
#contents .con_box .con_img2{
    border-radius: 0px 20px 20px 0px;
}
/* タブレット */
@media screen and (max-width: 768px){
    #contents .con_box .con_img2{
        border-radius: 20px 20px 0 0!important;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .top_cms_box .cms_title h2{
        width: 210px;
        margin: 0 auto 10px;
        letter-spacing: 0.03rem;
        line-height: 1.4;
    }
}


/* 全体 ---------------------------------------------*/
header{background-color:#fff;}
#logo{padding-top: 30px;}
#page_title h2 span,#page_title .txt_color_nomal,#page_title p{
    color: #fff;
}
#fakeloader{
    background-color: #f03342;
}
.linkStyle{
	color:#0666b6;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color:#0666b6;
	opacity: 0.7;
	text-decoration: none;
}
.cate_list li a{
    color: #fff;
    border-radius: 10px;
}
#footer{color: #fff;}
#copyright{background: #e9e9e9;}

#foot_banner a.btn{
    background-color: #0666b6;
    color: #fff;
    border: 1px solid #fff;
}
#page-top a{
    border: 1px solid #fff;
    background-color: #ec0013;
}

.cate_title{
    border-top: 3px solid #0666b6;
    border-bottom: 3px solid #ec0013;
    padding: 10px 2%;
    width: 100%;
    max-width: 1280px;
    position: relative;
}
#cms_1-g .cate_box{
    border-top: 3px solid #0666b6;
}
#cms_1-g .box_t{
    border-bottom: 3px solid #ec0013;
}
.pager li a{
    color: #ccc;
    border-color: #ccc;
}
.pager li a:hover{
    opacity: 0.5;
    background-color: #d7d7d7;
    color: #000;
}
.pager li:nth-child(1){
    background-color: #0666b6;
    color: #fff;
    /*border: 1px solid #0666b6;*/
}
.pager li:nth-child(2){
    background-color: #fff;
    color: #303030;
    /*border: 1px solid #ccc;*/
}
.pager li:nth-child(3){
    background-color: #ec0013;
    color: #fff;
    /*border: 1px solid #ec0013;*/
}

#page_title #filter_white{
    background-color: rgb(6 102 182 / 80%);
}

p{
    line-height: 1.7em;
}

/* タブレット */
@media screen and (max-width: 768px){
    header #header #header_menu li{
        width: 33%;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #page_title h2 span{
        font-size: 22px;
        letter-spacing: 0.04em;
    }
}


/* CMS・下層ページ ----------------------------------*/
#page7 .box_item .txt_color1{color: #0666b6;}

#page8 .tel_box{margin-bottom: 80px;}
#page9 .box_wrap{background-color:#fff;border-radius:15px;padding:3%;}
#cms_2-a .cate_box{
    margin-top: 20px;
    padding-bottom: 20px;
}
#cms_2-a .box_txt1{
    padding-bottom: 10px;
}
#cms_2-a .box_title1,#cms_2-b #cate0 .box_title1{
    background-color: #247cc5;
    color: #fff;
    padding: 15px 3%;
    border-radius: 10px;
    margin-bottom: 20px;
}
#cms_2-a .box_item.grid_5{
    padding-left: 3%;
}

#cms_2-b .cate_box{border-radius: 10px 10px 10px 10px;}
#cms_2-b #cate1 .cate_box:nth-child(1){border: 1px solid #ec0013;background: #ffd9dc;}
#cms_2-b #cate1 .cate_box:nth-child(2){border: 1px solid #ff7600;background: #fff1e5;}
#cms_2-b #cate1 .cate_box:nth-child(3){border: 1px solid #f7cd00;background: #fffbe5;}
#cms_2-b #cate1 .cate_box:nth-child(4){border: 1px solid #4ba712;background: #d6ffd1;}
#cms_2-b #cate1 .cate_box:nth-child(5){border: 1px solid #0696b6;background: #d7f2fd;}
#cms_2-b #cate1 .cate_box:nth-child(6){border: 1px solid #0666b6;background: #e9f5ff;}
#cms_2-b #cate1 .cate_box:nth-child(7){border: 1px solid #7b31a9;background: #fbf1ff;}



#cms_3-b .cate_box:nth-child(odd){
    border-color: #0666b6;
}
#cms_3-b .cate_title{width: 95%;}

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}

/* 配色 ----------------------------------------------*/

body, .txt_color_nomal{color: #303030;}

.txt_color1,.hvr_txt_color1:hover{color: #ec0013;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #f4f3f2;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #0666b6;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #0666b6;} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: #fff;} /* アクセントカラー2 */

.bg_color1,.hvr_bg_color1:hover{background-color: #ec0013;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #f03342;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #0666b6;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #0666b6;} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: #fff;} /* アクセントカラー2 */

.border_color1,.hvr_border_color1:hover{border-color: #ec0013;}
.border_color2,.hvr_border_color2:hover{border-color: #f4f3f2;}
.border_color3,.hvr_border_color3:hover{border-color: #3c3c3c;}
.border_color4,.hvr_border_color4:hover{border-color: #0666b6;}
.border_color5,.hvr_border_color5:hover{border-color: #f2ede7;}

/*テンプレート  -------------------------------------*/
.font_2dw{
    font-size: 16px;
}
.cate_list li a{
    font-size: 16px;
    padding: 10px 20px;
}
/*テンプレート　フロー  -------------------------------------*/
.flow_type3 .box_title1{padding-left: 85px;}
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
/*.flow_type3 .box_item{padding-top: 60px;}*/
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 60px;
	color: #ec0013;
    opacity: 0.8;
	left: 0;
	top: -48px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	background-color: #0666b6;
    background: repeating-linear-gradient(-45deg, #0666b6, #0666b6 5px, rgba(255,255,255,0) 5px, rgba(255,255,255,0) 9px);
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
    .flow_type3 .box_title1{
        padding-left: 75px;
        padding-right: 0;
        max-width: 210px;
        margin: 10px auto;
    }
    .flow_type3 .box_txt1{
        max-width: 280px;
        margin: 0 auto 30px;
    }
.flow_type3 .box_title1::before{
	left: 0;
	/*right: 0;*/
	top: auto;
	bottom: 0;
}
.flow_type3 .box_item {
    padding-top: 0px;
    margin: 0 auto;
}
}
/*注文の流れ----------------------------------------------*/
.topcms_about_type1 {counter-reset: box 0;padding-top: 35px;}
.topcms_about_type1 .cate_box {
	width: 31%!important;
	padding: 55px 25px 25px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 50px 0;
	border: 3px solid #0666b6;
}
.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: 67px;
	line-height: 1;
	text-align: center;
	color: #ec0013;
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	top: -42px;
	margin: auto;
	z-index: 0;
	    background-color: #fff;
}
.topcms_about_type1 .number::after {
	/*content: "";*/
	/*position: absolute;*/
	/*display: block;*/
	/*width: 73%;*/
	/*height: 2px;*/
	/*background: #ffbe51;*/
	/*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;
    border-top: 3px solid #0666b6;
    border-bottom: 3px solid #ec0013;
    padding-top: 0px;
    margin-top: 20px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_about_type1 .cate_box {
	margin: 0 auto 80px;
	width: 80%!important;
}
.topcms_about_type1 .cate_box:last-of-type {
	margin-bottom: 0;
}
}
/* ---------- スマートフォン ---------- */
@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%;
}
}

/*スライダー*/
/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .cms_title p{
    font-family: 'BioRhyme', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
#topcms_gallery_type1 .cms_title h2{
    padding: 0;
    font-size: 30px;
}
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	border-radius: 0px;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 280px;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}

/* -----------------------------------------------
 2023.12.21追加　問い合わせページ
-----------------------------------------------*/
.width_mail-max{width: 100%;max-width: 400px;margin: 0 auto;}
.con_fax{    font-family: 'BioRhyme', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;}
#page8 .bnr_box{
    max-width: 500px;
    margin: 30px auto 0;
}
#page8 .line{
    width: clamp(270px, 45%, 700px);
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 2px 4px 0px rgba(0,0,0,0.3);
}

.btn_line{}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .bnr_box{}
    .width_mail-max{
            font-size: 18px;
    letter-spacing: 0em;
    }
}


/* ２０２５/１１/０５追加 */
/*--------------------------------------------
 モーダル 
----------------------------------------------*/
.modal_bt{
    cursor: pointer;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20%;
    border: 2px solid;
    /*color: var(--text);*/
    /*background-color: var(--base);*/
}
.modal_bt:hover{
    opacity: 0.7!important;
    /*background-color: var(--color2);*/
    /*color: var(--color1);*/
}
/*.modal_bt::before{*/
/*    font-family: "FontAwesome";*/
/*    content: '\f0da';*/
/*    padding-right: 10px;*/
/*}*/

.modal_box{
    top: 0;
    left: 0;
    background-color: rgba(245,255,255,0.9);
    background: linear-gradient(45deg, #ec0013, #ffe97d, #055ca4);
    z-index: 101;
    overflow-y: scroll;
}
.modal_box .close{
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

/* タブレット */
@media screen and (max-width: 768px){
    .modal_bt{
        margin: 20px auto;
    }
    .modal_wrap .modal_item{
        padding-top: 130px;
    }
}

/* スマホ */
@media screen and (max-width: 667px){
    .modal_bt{}
}