﻿/* all */
.txt_color1{color: #F7C3C5;} /* メインカラー */
.txt_color2{color: #F4DAC8;} /* サブカラー */
.txt_color3{color: #83ccd2;} /* アクセントカラー1 */
.txt_color4{color: #DCF7CA;} /* アクセントカラー2 */

.bg_color1{background-color: #F4DAC8;} /* メインカラー */
.bg_color2{background-color: #F7C3C5;} /* サブカラー */
.bg_color3{background-color: #83ccd2;} /* アクセントカラー1 */
.bg_color4{background-color: #DCF7CA;} /* アクセントカラー2 */

.border_color1{border-color: #F4DAC8;}
.border_color2{border-color: #F7C3C5;}
.border_color3{border-color: #83ccd2;}
.border_color4{border-color: #DCF7CA;}


a.linkStyle{
    color: #505050;
    border-bottom: solid 1px #505050;
}



/* top */

/* header */
#main_img:before {
    background-color: rgba(255,255,255 ,0.5);
}
#main_img .menu p{
	background-color: transparent;
}

#top_pc_nav li a {
    text-shadow: 1px 1px 3px black;
}
#top_pc_nav li a::after {
    background-color: rgba(131,204,210,1);
}


header.scr_header {
    background-color: rgba(244,218,200,0.75) !important;
}
header.scr_header #pc_nav ul li a{
	text-shadow: 0px 0px 4px black;
}
header.scr_header #pc_nav ul li a::after{
	background-color: rgba(131,204,210,0.7);
}



/* main */
#intro_wrap{
	position: relative;
	padding-top: 3%;
}
#intro_wrap::before{
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-top: 5px solid #F4DAC8;
    border-left: 5px solid #F4DAC8;
}
#intro_wrap::after{
	content: "";
	position: absolute;
	top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #83ccd2;
    z-index: -1;
}
#intro_wrap .num{
	display: none;
}


.intro_title {
    padding-top: 70px;
    background-image: url("./Dup/img/welcome.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}
.intro_title h3{
	text-align: center;
}

#contents1 .num{
	color: #83ccd2;
}
#contents2 .num{
	color: #83ccd2;
}
#contents3 .num{
	color: #83ccd2;
}

#contents1_wrap .con_box .con_title h3{
	background-image: url("./Dup/img/decoration.png");
	background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
	padding-top: 25px;
}

#contents2_wrap .con_box .con_title h3{
	background-image: url("./Dup/img/decoration.png");
	background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
	padding-top: 25px;
}


#contents3 .con_box{
	position: relative;
	padding-top: 3%;
}

#contents3 .con_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 20%;
    border-bottom: 10px solid rgba(244,218,200,0.8);
    border-left: 10px solid rgba(244,218,200,0.8);
}
#contents3 .con_box::after {
	content: "";
	position: absolute;
	top: 0;
    right: 0;
    width: 10%;
    height: 20%;
    border-top: 10px solid rgba(244,218,200,0.8);
    border-right: 10px solid rgba(244,218,200,0.8);
}


#contents3 h3{
	text-align: center;
	padding-top: 50px;
    background-image: url("./Dup/img/decoration2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

#contents3_wrap:after {
    background-color: rgba(131,204,210,0.20) !important;
}


#info_contact .con_box a{
    position: relative;
}
#info_contact .con_box a::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    z-index: 2;
}
#info_contact .con_box::after {
    content: "";
	position: absolute;
	top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 2;
}



/* topcms */
#top_cms .more_btn{
    background-color: rgba(215,251,255,0.6);
}
#top_cms .more_btn::before {
    border-color: rgba(131,204,210,0.7);
}
#top_cms .more_btn::after {
    background-color: rgba(131,204,210,0.3) !important;
}

#top_cms .line-l{
	color: #83ccd2;
}

#top_cms .line-l:before {
    background-color: #83ccd2 !important;
}







/* footer */
footer{
    background: linear-gradient(180deg, rgba(244,218,200,0.9) 0%, rgba(247,195,197,0.9) 100%);
}

#footer_nav li a::after {
    background-color: rgba(131,204,210,0.7);
}


#footer .con_box h2{
	color: #505050;
}

#footer #logo2{
    width: 50%!important;
}
#footer .con_box{
    width: 50%!important;
    padding-left: 3% !important;
}

#copyright{
	color: #000;
}
#copyright a{
	color: #000;
}




/* cms */
.page_title_box p{
    color: #555 !important;
}
.page_title_box h2{
    color: #555 !important;
}

h3.cate_title{
    color: #555 !important;
}


/* cms1 */

/* cms2 */
.cate_list li a:hover{
    background-color: rgba(131,204,210,0.3) !important;
}



/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
.banner a{
	color: #00b900;
}

#tel_txt h3{
	color: #F7C3C5;
}


/* page9 */

/* page10 */


.nav_menu_more:first-of-type a .icon:before {
    content: "\f075";
}


.overlay {
    background: linear-gradient(135deg, rgba(244,218,200,0.9) 0%, rgba(247,195,197,0.9) 100%) !important;
}
#overlay .left li:before {
    color: #505050;
}
.overlay ul li a {
    color: #505050;
}
#overlay .right h2{
    color: #505050;
}
#overlay .right p{
    color: #505050;
}
#overlay .right .nav_menu_more a{
    background-color: rgba(131,204,210,0.7);
}
#overlay .right p a{
    color: #505050;
}


/* IE */
@media all and (-ms-high-contrast: none){
    #contact_tel a{
        padding-top: 25px;
    }
    .banner a{
        padding-top: 15px;
    }
}


/* ---------- 1280px以下 ---------- */
@media screen and (max-width: 1280px){
    #main_img .menu p a img{
        display: none;
    }
    
    
    
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    .intro_title {
        background-size: 90%;
    }
    
    .intro_title h3 {
        letter-spacing: -1px;
    }
    
    
    .pager .prev{
        margin-right: 0;
    }
    
    #contents1_wrap .con_box .con_title h3 {
        padding-top: 35px;
    }
    
    #cms_3-f .sub_cate .cate_box .box_item .box_title{
        width: 30%!important;
    }
    #cms_3-f .sub_cate .cate_box .box_item .box_txt1{
        width: 70%!important;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #intro_wrap {
        padding-top: 10%;
    }
    .intro_title {
        padding-top: 30px;
    }
    
    
    #contents3 .con_box {
        padding-top: 10%;
    }
    #contents3 .con_box::before{
        border-bottom: 8px solid rgba(244,218,200,0.8);
        border-left: 8px solid rgba(244,218,200,0.8);
    }
    #contents3 .con_box::after{
        border-top: 8px solid rgba(244,218,200,0.8);
        border-right: 8px solid rgba(244,218,200,0.8);
    }
    
    
    
    #page6 #cate0 .cate_box .box_txt1{
        letter-spacing: 1px;
    }
    
    #contact_tel a{
        padding: 15px;
    }
    
    
    #footer #logo2{
        width: 100%!important;
    }
    #footer .con_box{
        width: 100%!important;
        padding-left: 0 !important;
        
    }
    
    
}



/* 修正 -------------------------*/
#pc_nav li a, #top_pc_nav li a, #footer_nav li a{
	color: #333;
	text-shadow: none !important;
}

#page_title:before {
    background-color: rgba(255,255,255 ,0.5);
}

#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after {
    background-color: #333 !important;
	height: 1px;
}
.txt_color1{color: #f9858a;} 


