﻿/* color---------------------------------------------------------------------------------------------*/
.txt_color1{color: #131b61 !important} /* メインカラー */
.txt_color2{color: #aadeff !important} /* サブカラー */
.txt_color3{color: #5ecdc5 !important} /* アクセントカラー1 */
.txt_color4{color: #a6ffdc !important} /* アクセントカラー2 */
/* background-color */
.bg_color1{background-color: #2e3aa2 !important} /* メインカラー */
.bg_color2{background-color: #aadeff !important} /* サブカラー */
.bg_color3{background-color: #5ecdc5 !important} /* アクセントカラー1 */
.bg_color4{background-color: #a6ffdc !important} /* アクセントカラー2 */
/* border-color ※!important */
.border_color1{border-color: #131b61 !important}
.border_color2{border-color: #aadeff !important}
.border_color3{border-color: #5ecdc5 !important}
.border_color4{border-color: #a6ffdc !important}

/* hover */
.hvr_txt_white:hover {color: white !important;}
.hvr_txt_color1:hover{color: #47a2ff !important} /* メインカラー */
.hvr_txt_color2:hover{color: #9fe7ff !important} /* サブカラー */
.hvr_txt_color3:hover{color: #2e3aa2 !important} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #5ecdc5 !important} /* アクセントカラー2 */
/* background-color */
.hvr_bg_color1:hover{background-color: #47a2ff !important} /* メインカラー */
.hvr_bg_color2:hover{background-color: #9fe7ff !important} /* サブカラー */
.hvr_bg_color3:hover{background-color: #2e3aa2 !important} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #5ecdc5 !important} /* アクセントカラー2 */
/* border-color ※!important */
.hvr_border_color1:hover{border-color: #47a2ff !important}
.hvr_border_color2:hover{border-color: #9fe7ff !important}
.hvr_border_color3:hover{border-color: #2e3aa2 !important}
.hvr_border_color4:hover{border-color: #5ecdc5 !important}

.cms_title p, .cms_title h2,.cms_title .more a {color: #fff !important;}

/*linkStyle*/
a.linkStyle {color:  #131b61;
             transition: 0.5s;
            border-bottom: solid 1px;
}
a.linkStyle:hover {
            opacity: 0.7;
            color:  #131b61;
            transition: 0.5s;
            border-bottom: solid 1px;}

header .menu_stick.stick_trans span:not(:first-of-type):not(:last-of-type) {background-color: transparent !important;}
/* color---------------------------------------------------------------------------------------------*/

/* font---------------------------------------------------------------------------------------------*/
body{font-family: 'Sawarabi Gothic',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;}
/*font*/
h1,h2,h3,h4,h5,h6,.cms_title,li a,.box_title1,.box_title2,.con1_title,.con2_title,.con3_title,.cate_title,.page_title_box p,#contact_tel,#contact_line,.cms_5-c .box_txt1::before,#cms_5-c .box_txt1::before,.info_title p,.more a{
    font-family: 'Zen Maru Gothic',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;}
/* font---------------------------------------------------------------------------------------------*/


#top_cms .top_cms_bg,.contents_bg.bg_color1 {
    background-image: url(./Dup/img/bg_img2.jpg);
    background-attachment: fixed;
}

.catch {
    z-index: 2;
    width: 800px;
    bottom: 1%;
    right: 2%;
}

div#main_img::before {
    content: '';
    background: rgba(255,255,255,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
div#header {padding-left: 50px;}
#logo {
    z-index: 5;
    padding-left: 10%;}


#contents2 figure, #contents3 figure {
    position: relative;
}

#contents2 figure:before {
    top: 0px;
    left: 60px;}
#contents3 figure:before {
    top: 0px;
    left: 10px;}
#contents2 figure:before,#contents3 figure:before{
    content: '';
    display: inline-block;
    width: 93%;
    height: 100%;
    background-color: #f9cedc;
    position: absolute;
background-size: auto auto;
background-color: rgba(123, 219, 212, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(94, 205, 197, 1) 3px, rgba(94, 205, 197, 1) 9px );
transform: rotate(5deg);
}

.con2_wrap {border: dotted 1.5px #131b61;}

.con1_title, .con2_title, .con3_title {
    z-index: 1;
    position: relative;
}

.con1_title::before {
    background: url(dup/img/intro.png);
    content: '';
    position: absolute;
    width: 144px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50px);
}

.con1_right {padding-top: 125px;}

#contents3 figure::after {
    content: '';
    background-image: url(dup/img/rose.png);
    width: 170px;
    height: 245px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    left: -8%;
    bottom: -5%;
}

#contents2 figure::after {
    content: '';
    background-image: url(dup/img/rose2.png);
    width: 190px;
    height: 200px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    right: -8%;
    bottom: -4%;
    transform: rotate(349deg);
}

body{
       font-size: 16px !important;
    	line-height: 2 !important;}
.con1_right p,.con2_left p,.con3_left p{line-height:2.5 !important;}

h1#logo img{max-width: 180px !important;}

#pc_nav ul li a{  font-size: 18px !important;}

.trans_logo{ padding: 6px 50px !important;}

header .trans_header{  
 top: -100px ;
height: 100px ;}


/*cms---------------------------------------------------------------------------------------*/

#cms_2-a h3.cate_title {
    padding: 0;
    font-weight: bold;
    letter-spacing: 3px;
    border-bottom: dotted 2px #131b61;
    border-top: 0px;
}

#cms_6-a .cate_box:last-of-type, .cms_6-a .cate_box:last-of-type {
    border-bottom: none;
}




/*タブレット*/
@media screen and (max-width: 768px){
    
    header .trans_header {top: 0;
                         height: 80px;}
    .trans_logo {padding: 4px 10px !important;}
    .trans_logo img{
                width: 100%;
                max-width: 80px;}
    .contents_wrap .contents_bg {
                width: 100%;
                top: 100px;
                bottom: 0;
                right: 0;}
   #contents2 figure:before,#contents3 figure:before {
                top: 0px;
                left: 0px;}
   #contents2 figure:before, #contents3 figure:before {width: 100%;}
   #contents2 figure::after {
                width: 170px;
                height: 185px;
                right: -10%;}
                
    #contents3 figure::after {
                width: 140px;
                left: -11%;
                bottom: -5%;}
   .cms_title p, .cms_title h2 {color: #131b61 !important;}
   div#logo2 img {max-width: 130px !important;}
   
   .info_left {width: 41%!important;}
    .info_right {width: 59%!important;}
    
    .catch {
            z-index: 2;
            width: 510px;
            bottom: 1%;
            right: 2%;}
    #cms_5-c .box_txt1::before { top: 3px;}
    .con1_right p,.con2_left p,.con3_left p{line-height:2 !important;}
}


/*スマホ*/
@media screen and (max-width: 667px){
    
    .info_left {width: 100%!important;}
    .info_right {width: 100%!important;}
    .trans_logo img{ max-width: 75px;}
    .trans_logo {padding: 6px 10px !important;}
    body {font-size: 15px !important;
        line-height: 2 !important;}
    div#logo2 img { max-width: 120px !important;}
    #cms_5-c .box_txt1::before {top: 6px;}
    .catch {
            z-index: 2;
            width: 260px;
            bottom: 1%;
            right: 2%;}
    .con1_title::before {
            width: 125px;
            height: 25px;
            top: 4%;}
    .con1_title h2,#contents2 h2,#contents3 h2{font-size: 20px;}
    .pd_r-40px_sp { padding-right: 30px !important;}
    .pd_l-40px_sp {padding-left: 30px !important;}
    #contents2 figure::after {
            width: 100px;
            height: 105px;
            right: -11%;}
    #contents3 figure::after {
            width: 59px;
            height: 90px;
            left: -11%;
            bottom: -5%;}
    div#wrap {z-index: 3 !important;}
}

/*IE*/
@media all and (-ms-high-contrast: none){
   .more a{padding-top: 20px !important;}
   .pager li a {height: 64px;}

    .more a, #page08 input[type='submit'], #page07 h3, #page07 p, .end_message { padding-top: 18px !important;}
    #contact_tel a{padding-top: 15px;}
    .footer_nav a, #page09 a {padding-top: 2px;}

    
}




/*contact【調整用】----------------------------------------------------------------------*/
@media screen and (max-width: 1400px){
p#contact_tel a, p#contact_mail a {
    font-size: -webkit-calc(1rem + 5px) !important;
    font-size: calc(1rem + 5px) !important;
    padding: 25px 10px;}}
@media screen and (max-width: 1200px){
p#contact_tel a, p#contact_mail a {
    font-size: -webkit-calc(1rem + 4px) !important;
    font-size: calc(1rem + 4px) !important;
    padding: 25px 5px;
    letter-spacing: 2px;}}

/*【タブレット】*/
@media screen and (max-width: 768px){
    p#contact_tel a, p#contact_mail a {
    font-size: -webkit-calc(1rem + 0px) !important;
    font-size: calc(1rem + 0px) !important;
    padding: 25px 5px;
    letter-spacing: 2px;
}}

/*【スマホ】*/
@media screen and (max-width: 667px){
p#contact_tel a, p#contact_mail a {
    letter-spacing: 2px;
    font-size: -webkit-calc(1rem + 1px) !important;
    font-size: calc(1rem + 1px) !important;
    padding: 20px 5px;
    letter-spacing: 2px;}
}


@media screen and (max-width: 320px){
p#contact_tel a, p#contact_mail a {
    letter-spacing: 2px;
    font-size: -webkit-calc(1rem + 0px) !important;
    font-size: calc(1rem + 0px) !important;
    padding: 20px 5px;
    letter-spacing: 1px;}
}
/*contact【調整用】----------------------------------------------------------------------*/



/*20210107*/

.fixed_img {
    position: fixed;
    bottom: 10%;
    right: 0;
    left: auto;
    z-index: 2;
    width: 100%;
    max-width: 70px;
    transition: 0.5s;
    box-shadow:0 0 5px 5px rgb(255,255,255,0.1);
}

div#loader {background: #6678f9 !important;}
.txt_color1{color: #2e42b1 !important} /* メインカラー */
.border_color1{border-color: #2e42b1 !important}
.bg_color1{background-color: #3e59ee !important}
.hvr_txt_color3:hover{color: #3e59ee !important}
.hvr_bg_color3:hover{background-color: #3e59ee !important}
.hvr_bg_color3:hover{background-color: #3e59ee !important}
.hvr_border_color3:hover{border-color: #3e59ee !important}
.fixed_img:hover{opacity:0.7;}
/*【タブレット】*/
@media screen and (max-width: 768px){.fixed_img {max-width: 50px;}}