﻿.link_bnr{
    display: block;
    color: #fff;
    background-color: #ff9c92;
    padding: 10px 15px;
    width: 300px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.8s;
}
.link_bnr i{transition: all 0.8s;}
.link_bnr:hover{
    opacity: 0.7;
}
.link_bnr:hover i{transform: translateX(5px);}

/* 閉じるボタン付き追従バナー */
.fix_banner{
	max-width: 200px;
	position: fixed;
	bottom: 45px;
	right: 65px;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt{
	position: absolute;
	bottom: 83px;
    right: 180px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: 0.5s;
	background-color: #fff;
	border: solid 1px #ccc;
	z-index: 11;
	cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #a1a1a1;
	height: 2px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close {opacity: 0;z-index: -1;
}
.fix_banner.close2{opacity: 0;z-index: -1;}

@media  screen and (max-width: 768px){
.fix_banner{max-width: 200px;}
.fix_banner .close_bt{bottom: 85px;right: 180px;}
}

@media  screen and (max-width: 667px){
.fix_banner{max-width: 170px;right: auto; left: 10px;bottom: 10px;}
.fix_banner .close_bt{
	width: 25px;
	height: 25px;
	bottom: 70px;
	right: -10px;
}
.fix_banner .close_bt span{
	width: 25px;
	height: 25px;
}
}
/* 閉じるボタン付き追従バナー end */
/*---------------------------------------------
 テンプレート ・CMS・下層ページ 
--------------------------------------------*/
header.scr_header{background: linear-gradient(90deg, #fff 20%, #ffbccd 100%);}
#header{padding-left: 0px;}
#header > div{padding: 0;}
header.scr_header #logo, #logo{max-width: 110px;}
#pc_nav li .txt_white{color: #76665c;}
.button_container span{background: #76665c;}
.button_container span:nth-of-type(1){background-color: transparent; color: #76665c;}
#pc_nav li a::after{background: #76665c;}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{height: 1px;}
#fakeloader .fl{max-width: 200px;}
#fakeloader:before{background-color: #fff;}
.overlay{background: linear-gradient(135deg, #ff8b80 , #ffb792 )!important;}


.line:before{background-color: #ffbdce!important;}
.num{opacity: 1;}

.back1:before{
    width: 100%;
    background: url(./Dup/img/bg.jpg);
    background-size: contain;
    background-repeat: repeat-y;
}

#intro_wrap,#contents1 .con_box,#contents2 .con_box,#contents3 .con_box{
    border-radius: 20px;
    background-color: transparent;
    background: linear-gradient(120deg, #fff5f0 30%, #ffe6ec 100%);
    /*box-shadow: 0px 10px 30px #ffd7c0;*/
}
#contents2 .con_box{background: linear-gradient(120deg, #fffdfc 30%, #ffe6ec 100%);}


#contents1 .con_box,#contents2 .con_box{
    padding: 50px 3%;
}
#contents1 .con_img,#contents2 .con_img{
    border-radius: 20px;
    margin: 0 3%;
    width: 35%!important;
}

#intro .num,#contents1 .num,#contents2 .num,#contents3 .num{color: #ff9c92;}

#contents1_wrap{padding-bottom: 80px;}
#contents1 .num{
    top: -70px;
    left: 48%;
}
#contents1 .con_box{
    margin-top: 0;
}

#contents2 .num{
    top: -70px;
    left: 12%;
    transform: translate(0%,0);
}
#contents2 .con_box{
    margin-top: 0;
}

#contents3_wrap:after{background-color: rgba(255,228,236,0.4);}

.top_cms_box{
    position: relative;
    z-index: 1;
}

#info_contact .con_box{background-color: transparent;}
#info_contact .con_img{border-radius: 20px;}
#info_contact .con_img:before{background-color: rgba(255,224,232,0.5);}
footer.bg_color2{background-color: #fff;}
#footer_nav{
    margin: 0;
    padding-bottom: 50px;
}
#footer #logo2 a{max-width: 200px;}

.more_btn{border-bottom: 1px solid;}

.con_box{border-radius: 20px;background-color: rgba(255,255,255,0.7);}
.pager li a,.cate_list li a{background-color: #ffd7c0!important;border-radius: 10px; color: #fff;}
.pager li a:hover,.cate_list li a:hover{background-color: #ffbccd!important;}
.cate_list li a{border-radius: 40px;font-size: 1.05rem;}

#page_title:before{background-color: rgba(255, 227, 234, 0.4);}
#page_left{width: 0; height: 0; display: none;}
#page_right{
    background-image: url(./Dup/img/cms_bg.jpg);
    background-position: bottom center;
}

.box_img1,.box_img1 a img{border-radius: 15px;}

.cms_1-g .box_img1{ border: 2px solid #fffbfc;}
#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1{background-color: #fff5f8;border-radius: 10px;}
#cms_3-e .cate_title{
    background-color: transparent;
    background: linear-gradient(120deg, #ffc7a7 0%, #ffd2dd 100%);
    border-radius: 7px;
}
/*#cms_5-f #cate1 .cate_box .box_item{display: block;}*/
#cms_5-f #cate1 .cate_box .open_bt .box_title1{
    margin-left: 45px;
}
#cms_5-f #cate1 .cate_box .open_bt .box_title1::before{
    content: "";
}
#contact_tel a{
    background: linear-gradient(120deg, #ffbf9a 0%, #ffc3d2 100%);
    border-radius: 15px;
    border: none;
}
#tel_txt h3{color: #ff9d6b;}
#page10 .con_box a{color: #ab2323;}
/* タブレット */
@media screen and (max-width: 768px){
    header.scr_header #logo, #logo{max-width: 100px;}
    #intro{margin-bottom: 100px;}
    #contents2 .con_box{background: linear-gradient(120deg, #fff5f0 30%, #ffe6ec 100%);}
    
    #contents1 .num,#contents2 .num{top: -50px; transform: translate(-50%,0); left: 48%;}
    
    #info_contact{margin-bottom: 0;padding-bottom: 80px;}
    
    .page_title_box h2{width: 490px;}
    .column_3_tb .column{margin-right: 0px;}
}
/* スマホ */
@media screen and (max-width: 667px){
    .button_container span:nth-of-type(1){    letter-spacing: 0em;font-size: 11px;}
    header.scr_header{background: linear-gradient(90deg, #fff 30%, #ffbccd 100%);}
    header.scr_header #logo, #logo{max-width: 90px;}
    .overlay ul li a{letter-spacing: 0.07em;}
    
    .back1:before{
        background: url(./Dup/img/bg_sp.jpg);
        background-size: contain;
        background-repeat: repeat-y;
    }
    #intro_wrap, #contents1 .con_box{background: linear-gradient(120deg, rgba(255, 245, 240, 0.7) 30%, rgba(255, 230, 236, 0.7) 100%);}
    #contents2 .con_box{background: linear-gradient(120deg, rgba(255, 253, 252, 0.7) 30%, rgba(255, 230, 236, 0.7) 100%);}
    
    #intro{margin-bottom: 90px;}
    #contents1_wrap{padding-bottom: 0px;}
    
    #contents1 .num, #contents2 .num{left: 50%;transform: translate(-50%,0);}
    #contents1 .con_img, #contents2 .con_img{width: 90%!important;margin: 20px 5%;}
    
    
    #page_left, #page_right{height: 350px;}
    #page_title .page_title_box{width: 230px;}
    .page_title_box h2{font-size: 1.2rem;width: 230px;}
    .page_6 .page_title_box h2{
        font-size: 1.2rem;
        width: 170px;
        line-height: 1.5;
        letter-spacing: 0em;
        margin: 0 auto;
        display: block;
    }
    .con_box{padding: 30px 5%}
    
    #page9 .con_box {padding: 50px 3%;}
    #page9 .box h3{letter-spacing: 0em;}
    
    #page10 .con_box a{letter-spacing: 0em;}
}

/*箇条書の箇所 ----------------------------------------*/
.other{
    width: 100%;
    text-align: right;
    font-weight: 600;
}
.txt{
    width: 70%;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 1.1rem;
    text-align: left;
    margin: 0 auto 20px;
}
.txt .check_icon{
    width: 25px;
    margin-right: 20px;
    transform: translateY(-5px);
}
.txt .check_text{
    width: calc(100% - 80px);
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 600;
    color: #76665c;
}
.check_line{
    color: #dd6d0c;
    border-bottom: 5px solid;
}
/* タブレット */
@media screen and (max-width: 768px){
    .txt{width: 90%;}
    .txt .check_text{}
    .check_line{}
    .txt .check_icon{}
    .txt .check_text{width: calc(100% - 60px);}
}
/* スマホ */
@media screen and (max-width: 667px){
    .txt{padding: 10px 10px; text-align: center;}
    .txt .check_icon{margin: 0 auto 5px;width: 25px;}
    .txt .check_text{width: 100%;}
    .check_line{border-bottom: 4px solid;}
}



/* --------------------------------------------
 メインイメージ 
---------------------------------------------*/
#main_img:before{background-color: transparent;}
#main_img {
    height: 100vh;
    
}

.catch {
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0%, -50%);
    width: 35%;
    max-width: 900px;

}


#main_img > img{
    position: absolute;
    width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    vertical-align: bottom;
}
@media screen and (min-width: 1590px){
    #main_img img{
        width: 100%;
        height: auto;
    }
}
/* タブレット */
@media screen and (max-width: 768px){
    #main_img {height: 43vh;}
    .catch {
        top: 49%;
        width: 40%;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .catch {
        /*width: 70%;top: 55%; right: 3%;*/
        display: none;
    }
    #main_img > img{
        width: 101%;
        height: auto;
        top: 0%;
        left: 50%;
        transform: translate( -50%, 0%);
    }
    #main_img {
        height: 90vh;
        max-height: 510px;
    }
}


/*--------------------------------------------
 全体 
----------------------------------------------*/
/* ▼▼ 画面幅1280以上でもメニュー表示 ▼▼ */
#pc_nav,#top_pc_nav{display: none;}
.top header{z-index: 5;opacity: 1;}
/* ▲▲ 画面幅1280以上でもメニュー表示 ▲▲ */
.linkStyle{
	color: #ff94af;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color: #ff94af;
	opacity: 0.7;
	text-decoration: none;
}

body{font-family: 'Kiwi Maru', serif;}
.num{font-family: 'Courgette', cursive;}
body, .txt_color_nomal{color: #646464;}
.txt_color1,.hvr_txt_color1:hover{color: #ff6455;} 
.txt_color2,.hvr_txt_color2:hover{color: #ffddd8;} 
.txt_color3,.hvr_txt_color3:hover{color: #ff9d6b;} 
/*.txt_color4,.hvr_txt_color4:hover{color: #eae4df;} */
/*.txt_color5,.hvr_txt_color5:hover{color: #f2ede7;}*/ 

.bg_color1,.hvr_bg_color1:hover{background-color: #ffbccd;}
.bg_color2,.hvr_bg_color2:hover{background-color: #ffddd8;}
.bg_color3,.hvr_bg_color3:hover{background-color: #ff9d6b;} 
/*.bg_color4,.hvr_bg_color4:hover{background-color: #eae4df;} */
/*.bg_color5,.hvr_bg_color5:hover{background-color: #f2ede7;}*/ 

.border_color1,.hvr_border_color1:hover{border-color: #ffbccd;}
.border_color2,.hvr_border_color2:hover{border-color: #ffddd8;}
.border_color3,.hvr_border_color3:hover{border-color: #ff9d6b;}
/*.border_color4,.hvr_border_color4:hover{border-color: #eae4df;}*/
/*.border_color5,.hvr_border_color5:hover{border-color: #f2ede7;}*/