﻿@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap');

.font1,
.tel,
header nav li a,
.sc_menu li a,
h2,h3{
    font-family: 'Kaisei Decol',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

:root{
    --color1:#2667B2;
}

/*
#page-top,
.fix_bnr{
    position:absolute;
}
*/


/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:var(--color1);
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}

#wrap{
    background:url(./Dup/img/bg.jpg) repeat-y;
    background-attachment:fixed;
    background-size:100% 600px;
}

/*header*/
header{
    padding-top:40px;
    background:url(./Dup/img/ptn.png) repeat-x,url(./Dup/img/ptn_bg.jpg) no-repeat;
    background-size:40px,100% 40px;
    background-position:top,top;    
}
header nav ul li a,
.sc_menu ul li a{
    border-left:0!important;
    border-right:0!important;
}
header .tel{
    line-height:1;
}
#header{
    padding-top:10px;
}


#contact_bar{
    display:none;
}

.fix_bnr{
    left:0;
    z-index:11;
}


#contents1_txt:before,
#contents2 .d_flex .flex_order2_tb:before{
    content:'';
    position:absolute;
    display:block;
}

footer{
    padding-top:40px;
    background:url(./Dup/img/ptn.png) repeat-x,url(./Dup/img/ptn_bg.jpg) no-repeat,url(./Dup/img/ptn_bg.jpg) no-repeat;
    background-size:40px,100% 40px,100% 100%;
    background-position:top,top,top left;    
}
.footer_txt,
.footer_link li,
.footer_link li a,
footer h3{
    color:#fff;
}


/*--top page---------------------------
-------------------------------------*/
.top_cms1_outer{
    background:url(./Dup/img/ptn.png) repeat-x,url(./Dup/img/ptn_bg.jpg) no-repeat;
    background-color:#fff;
    background-size:40px,100% 40px;
    background-position:top,top;
}

#contents1_txt{
    position:relative;
}
#contents1_txt:before{
    width:300px;
    height:80px;
    background:url(./Dup/img/teeth.png) no-repeat;
    background-size:contain;
    background-position:center bottom;
    top:-45px;
    left:0;
    right:0;
    margin:auto;
}

#contents2 figure img{
    width: 100%!important;
    height: 100%!important;
}
#contents2 .d_flex .flex_order2_tb{
    position:relative;
}
#contents2 .d_flex .flex_order2_tb:before{
    width:200px;
    height:300px;
    background:url(./Dup/img/kimono.png) no-repeat;
    background-size:contain;
    background-position:center right;
    bottom:-200px;
    right:-50px;
    z-index:1;
}

.top_cms_title{
    padding:0 30px;
}

.v_type3 .cate_box{border: 1px solid var(--color1);}
.v_type3 .box_title1{color: var(--color1);}


/*--under page---------------------------
-------------------------------------*/
#cms > div,
.kotei_page > div{
    background-color:#fff;
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#contents2 .d_flex .flex_order2_tb:before{
    width: 170px;
    height: 250px;
    bottom: -170px;
    right: 10px;
}
#cms > div,
.kotei_page > div{
    width:90%;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header {
    padding-top: 30px;
    background-size: 30px,100% 30px;
}
.top_cms1_outer{
    background-size: 30px,100% 30px;
} 
#contents1 figure{
    margin-bottom:5px;
}
#contents1_txt:before {
    width: 150px;
    top: -65px;
}
#contents2 .d_flex .flex_order2_tb:before {
    width: 150px;
    height: 170px;
    bottom: -110px;
}
footer{
    padding-top: 30px;
    background-size: 30px,100% 30px,100% 100%;    
}
#cms_2-g .cate_title {
    font-size: 1.5em;
}
}






