﻿/* ---------------------- color */
.bg_black{background-color: #231815} /* 黒背景 */
body,.txt_color_nomal{color: #231815;}
.hvr_txt_color_nomal:hover{color: #231815;}

/* メインカラー */
.txt_color1{color: #ec5f2e} 
.bg_color1{background-color: #ec5f2e}
.border_color1{border-color: #ec5f2e}
.hvr_txt_color1:hover{color: #ec5f2e} 
.hvr_bg_color1:hover{background-color: #ec5f2e} 
.hvr_border_color1:hover{border-color: #ec5f2e}

/* サブカラー */
.txt_color2{color: #B5A7A3} 
.bg_color2{background-color: #ffdfd6} 
.border_color2{border-color: #B5A7A3}
.hvr_txt_color2:hover{color: #B5A7A3} 
.hvr_bg_color2:hover{background-color: #ffdfd6} 
.hvr_border_color2:hover{border-color: #B5A7A3}

/* アクセントカラー */
.txt_color3{color: #6e90ba} 
.bg_color3{background-color: #6e90ba} 
.border_color3{border-color: #6e90ba}
.hvr_txt_color3:hover{color: #6e90ba} 
.hvr_bg_color3:hover{background-color: #6e90ba} 
.hvr_border_color3:hover{border-color: #6e90ba}

/* アクセントカラー2 */
.txt_color4{color: #f7e7e3} 
.bg_color4{background-color: #B5A7A3} 
.border_color4{border-color: #f7e7e3}
.hvr_txt_color4:hover{color: #f7e7e3} 
.hvr_bg_color4:hover{background-color: #B5A7A3} 
.hvr_border_color4:hover{border-color: #f7e7e3}

p::selection,
span::selection,
h2::selection,
h3::selection,
a::selection,
div::selection,
img::selection,
br::selection{
background:#ff9c7a;
color: #fff;
}
p::-moz-selection {
background:#ff9c7a;
color: #fff;
}
a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* ---------------------- common */
 @keyframes fuwa {
        0% {
            transform: translate(0,0px);
        }
         100% {
            transform: translate(0,-10px)
        }
    }
    
    
/* --- automatic link --- */
.linkStyle{color: #ff9c7a;}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */

/* ---------------------- nav */
#nav_banner_reserve{
    width: 300px;
    margin: auto;
    transition: 0.3s;
}

#nav_banner_reserve a{
    transition: 0.3s;
}

#nav_banner_reserve a:hover {
    opacity: 0.8;
}

/* ---------------------- footer */
#footer_banner_reserve{
    width: 300px;
    margin-top: 30px;
    transition: 0.3s;
}

#footer_banner_reserve a{
    transition: 0.3s;
}

#footer_banner_reserve a:hover {
    opacity: 0.8;
}

footer .tel_bt a{
    color: #ec5f2e;
}

#sns_links{
    border-color: #ff9c7a;
}

/* -------------------------- top ------------------------- */

.custom_wrap{
    background-image: url(Dup/img/custom_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#logo_custom{
    width: 150px;
    position: absolute;
    top: 50px;
    left: 40px;
}

#copy_flag{
    position: absolute;
    top: 230px;
    left: 50px;
    /*transform: translate(-50%, 0);*/
    width: 90%;
    max-width: 1300px;
    transform-origin: bottom left;
    animation: yurayura 5s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg);
  }
}

#top_cms .cms_title{
    border-top: none;
}

#top_cms .cms_title span {
    background-color: #ff9c7a;
    transform: rotate(40deg);
}

#top_cms .more{
    margin-bottom: 50px;
}

.banner_counselling a{
    display: block;
    margin: 50px auto 0;
    width: 300px;
}

.banner_counselling a img{
    transition: 0.3s;
}

.banner_counselling a:hover img{
    transform: translateY(-7px);
    box-shadow: 4px 7px 1px rgba(0,0,0,0.3);
}


.cms_title p{
    color: #ff9c7a;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

#cms_2-a .cate_title {
    display: block;
    border-top: none;
    padding-left: 10px;
    border-left: 6px solid #ec5f2e;
    border-bottom: 1px solid #ec5f2e;
    padding-top: 0;
    padding-bottom: 5px;
}

#cms_2-a .cate {
    margin-bottom: 80px;
}

#banner_concept a{
    display: block;
    margin: 50px auto 0;
    width: 300px;
}

#banner_concept a img{
    transition: 0.3s;
}

#banner_concept a:hover img{
    transform: translateY(-7px);
    box-shadow: 4px 7px 5px rgba(0,0,0,0.3);
}
/* ---------------------- cms3 */

#banner_CanWe_wrap{
    position: relative;
    height: 270px;
    width: 630px;
    margin: auto;
}

#banner_CanWe1{
    position: absolute;
    width: 322px;
}
.fuwa1 {
    animation-name: fuwa1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.4s;
}
@keyframes fuwa1 {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-10px)
    }
}

#banner_CanWe2{
    width: 262px;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.fuwa2 {
    animation-name: fuwa2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
}
@keyframes fuwa2 {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-10px)
    }
}

#cms_2-c .cate_title{
    padding-left: 30px;
}
#cms_2-c .cate_title::before{
content:'';
position:absolute;
height: 38px;
width: 28px;
background-image:url(Dup/img/tonkachi.png);
background-size:contain;
background-repeat:no-repeat;
left:47px;
}

/* ---------------------- cms4 */

.slick-initialized{
    margin-right: -10px;
}
.slick-initialized .slick-slide{
    margin-right: 10px;
}
.slick-initialized .slick-slide figure{
    transition: opacity 0.3s;
}
.slick-initialized .slick-slide.slick-current figure{
    opacity: 1;
}
.slick-prev, .slick-next{
    width: 40px!important;
    height: 40px!important;
    z-index: 1;
}
.slick-prev{
    left: 20px!important;
}
.slick-next{
    right: 20px!important;
}
.slick-prev:before, .slick-next:before{
    content: ""!important;
    display: block;
    width: 25px;
    height: 25px;
    border-top: solid 2px #ec5f2e;
    border-left: solid 2px #ec5f2e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}
.slick-prev:before{
    transform: rotate(-45deg);
}
.slick-next:before{
    transform: rotate(135deg);
}

/* ---------------------- cms5 */

#cms_5-c .box_title1,
#cms_5-c .box_txt1
{
    display: block;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom:10px;
    padding: 10px 15px 10px 42px;
    width: 73%;
}

#cms_5-c .box_title1{
    background-color: #ffdfd6;
    margin-right: auto;
    margin-left: 72px;
}

#cms_5-c .box_title1::before,
#cms_5-c .box_txt1::before{
    content: '';
    position: absolute;
    background-size:contain;
    background-repeat:no-repeat;
    height: 60px;
    width: 60px;
    top: -10px;
}

#cms_5-c .box_title1::before{
background-image:url(Dup/img/MsQ_1.png);
bottom:0;
left:-72px;
}

#cms_5-c .box_title1::after,
#cms_5-c .box_txt1::after
{
    content:'';
    position:absolute;
    background-size:contain;
    background-repeat:no-repeat;
    height: 36px;
    width: 36px;
}

#cms_5-c .box_title1::after{
background-image:url(Dup/img/tsunoQ.png);
top: 1px;
left: -5px;
z-index: -1;
}

#cms_5-c .box_txt1{
    background-color: #ebf1f4;
    margin-left: auto;
    margin-right: 72px;
}

#cms_5-c .box_txt1::before{
background-image:url(Dup/img/MrA_1.png);
right:-72px;
left: auto;
}
#cms_5-c .box_txt1::after{
background-image:url(Dup/img/tsunoA.png);
top: 1px;
right: -5px;
z-index: -1;
}



.chrQ,
.chrA{
    font-size: 20px;
    font-weight: 700;
    position:absolute;
    top: 5px;
    left: 16px;
}

.chrQ{
    color: #ec5f2e;
}
.chrA{
    color: #6e90ba;
}

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */
#cms_2-a .cate .cate_title {
    padding-top: 1px!important;
    padding-bottom: 0px!important;
}

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */
#cms_5-c .box_title1, #cms_5-c .box_txt1{
    padding: 10px 15px 2px 42px!important;
}
/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}

.fuwa_mobile{
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
    }
   
 
/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */

.custom_wrap {
    background-image: url(./Dup/img/custom_bg_sp.jpg);
    background-position: center;
}
#logo_custom{
    width: 150px;
    top: 30px;
    left: 25px;
}

#copy_flag_mobile{
    position: absolute;
    top: 190px;
    left: 3%;
    width: 90%;
    transform-origin: bottom left;
    animation: yurayura 5s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(1deg);
  }
  50%{
      transform: rotate(-1deg);
  }
}




#intro{
    position: relative;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
#wrap{
    overflow: hidden;
}
/* ---------------------- header */

/* ---------------------- nav */
#pc_nav ul {
    padding-bottom: 20px;
}

#pc_nav ul li a{
    padding-bottom: 5px;
    padding-top: 5px;

}

#nav_banner_reserve{
    width: 200px;
}

/* ---------------------- footer */
#footer_banner_reserve{
    width: 200px;
    margin: 30px auto 0;
}



/* -------------------------- top ------------------------- */

#copy_flag_mobile{
    top: 125px;
}

#logo_custom{
    width: 70px;
}

.banner_counselling a{
    width: 250px;
}

#logo{
    margin-bottom: 50px;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */
#banner_concept a{
    width: 250px;
}
/* ---------------------- cms3 */
#banner_CanWe_wrap {
    height: 240px;
    width: 80%;
    margin: 0 auto 30px;
}
#banner_CanWe1 {
    width: 200px;
}

#banner_CanWe2 {
    width: 163px;
}

/* ---------------------- cms4 */

/* ---------------------- cms5 */

#cms_5-c .cate_box{
    margin-bottom: 40px;
}

#cms_5-c .box_title1, 
#cms_5-c .box_txt1 {
    padding: 10px 8px 10px 32px;
    margin-top: 15px;
    width: 69%;
    line-height: 1.7;
}

#cms_5-c .box_title1 {
    margin-left: 54px;
    margin-right: 0;
}

#cms_5-c .box_txt1{
    margin-right: 54px;
    margin-left: 0;
}

#cms_5-c .box_title1::before, 
#cms_5-c .box_txt1::before {
    height: 47px;
    width: 47px;
    top: -8px;
}

#cms_5-c .box_title1::before {
    left: -54px;
}

#cms_5-c .box_txt1::before {
    right: -54px;
}

.chrQ, .chrA {
    font-size: 17px;
    left: 10px;
}

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

	
}

@media screen and (max-width: 480px){
    #banner_CanWe_wrap {
    width: 100%;
    }
}


/*210910 修正　バナー変更・調整*/

#top_banner_reserve{
    width: 85%;
    margin: 30px auto;
    transition: 0.3s;
    padding-left: 15px;
}

#top_banner_reserve a,
#top_banner_reserve a img{
    transition: 0.3s;
}

#top_banner_reserve a:hover img{
    transform: translate(0,-7px);
    filter: drop-shadow(1px 7px 1px rgba(0,0,0,0.3));
}

#top_banner_reserve a{
    position: relative;
}

#top_banner_reserve a::before {
    content: 'CLICK ▲';
    position: absolute;
    height: 50px;
    width: 120px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    top: -63px;
    left: -84px;
    transform: rotate(90deg);
    transition: 0.3s;
}

#top_banner_reserve a:hover::before {
    content: 'CLICK ▲';
    position: absolute;
    height: 50px;
    width: 120px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    top: -70px;
    left: -84px;
    text-shadow: 7px 1px 2px rgba(0, 0, 0, 0.30);
}

@media screen and (max-width: 768px){
#top_banner_reserve {
    width: 75%;
    max-width: 400px;
}

#top_banner_reserve a img{
    filter: drop-shadow(1px 7px 1px rgba(0,0,0,0.3));
}

#top_banner_reserve a::before {
    height: 50px;
    width: 120px;
    font-size: 25px;
    top: -57px;
    left: -84px;
    transform: rotate(90deg);
    text-shadow: 7px 1px 2px rgba(0, 0, 0, 0.30);
}

}

@media screen and (max-width: 677px){
#top_banner_reserve a::before {
    height: 30px;
    width: 84px;
    font-size: 15px;
    top: -21px;
    left: -57px;
}

}
/*210914 修正　バナー変更・調整*/
@media screen and (max-width: 677px){
    #top_banner_reserve {
    width: 95%;
    }
    #top_banner_reserve a::before {
    top: -27px;
    }
    
}