﻿.flow_type2 .cate_title {
    border-bottom: solid 3px #bacade;
    position: relative;
}
.flow_type2 .cate_title::after {
    content: '';
    display: block;
    background: #b69386;
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.flow_type2 .box_wrap {
	border: 3px solid #946756;
}
.flow_type2 .cate_box {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt1 {
    background-color: #fffaf0;
    color: #946756;
    text-align: center;
}
.flow_type2 .cate_box:not(:last-child) {
	border-bottom: 3px solid #946756;
	position: relative;
}
.flow_type2 .cate_box:not(:last-child)::before,
.flow_type2 .cate_box:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow_type2 .cate_box:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #946756;
}
.flow_type2 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

.flow_type2{counter-reset: number 0;}

.flow_type2 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #b69386;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type2 .cate_box:first-child {
    padding: 20px 17px 30px 17px;
}
.flow_type2 .cate_box:not(:first-child) {
    padding: 40px 20px 20px 20px;
}
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {
    left: 50%;
}
.flow_type2 .cate_box:not(:last-child)::after {
    border-top-color: #ffffff;
}
}
/*-------- IE --------*/
@media all and (-ms-high-contrast:none){
.flow_type2 :not(:last-child).cate_box::before, .flow_type2 :not(:last-child).cate_box::after{top:98.1%;}
}



/*------------------------------------------------------------------------------*/
.link_type_slick .box_txt1 {
    height: 6em;
	line-height: 1.7;
}
.link_type_slick .date {
    padding: 9px 22px 7px;
    border-radius: 45px;
}
.slick-slide img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/*--- slick ------------------------------------*/
.link_type_slick .slick-box{
    opacity: 0;
    transition: 3s;
}
.link_type_slick .slick-initialized{
    opacity: 1
}
.link_type_slick .slick-box .prev,.slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
.link_type_slick .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.link_type_slick .slick-box .prev {
	left: -54px;
}
.link_type_slick .slick-box .next {
	right: -54px;
}
/* Dots */
.link_type_slick .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.link_type_slick .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.link_type_slick .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.link_type_slick .slick-dots li button:hover,
.link_type_slick .slick-dots li button:focus{
    outline: none;
}
.link_type_slick .slick-dots li button:hover:before,
.link_type_slick .slick-dots li button:focus:before{
    opacity: 1;
}
.link_type_slick .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.link_type_slick .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.link_type_slick .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.link_type_slick .slick-slide {
	height: auto !important;
}
.link_type_slick .slick-track {
	display: flex;
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.link_type_slick .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.link_type_slick .slick-box .prev {
	left: -8px;
}
.link_type_slick .slick-box .next {
	right: -8px;
}
/* 両サイドの画像を透過 */
.link_type_slick .slick-initialized .slick-slide{
	opacity: 0.1; 
}
/* センター画像を非透過 */
.link_type_slick .slick-initialized .slick-slide.slick-center{
	opacity: 1; 
}
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■コード集サイト■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*【控え目】5～10px*/
/*border-radius-------------------------------------------------------------------------*/
.con_img, .cate_img1, .box_img1, .box_img2, .box_img3, .box_img4, #cms_3-c .cate_box .box_title3 span,#contents3 .con_box,#intro_wrap,#page_title .page_title_box,.pd_l-r10per.pd_t-5per.pd_b-5per.pd_5per_tb.pd_t-50px_sp .con_box,.box_img1 img{border-radius: 5px;}
.nav_menu_more a,.cate_list li a,.pager li a,.flow_type2 .box_txt1,.flow_type2 .box_txt1::before{border-radius: 5px;}
#cms_2-b h3.cate_title {border-radius: 5px;}
/*border-radius-------------------------------------------------------------------------*/

/*border-radius----------------------------------------------------------------*/
.normal_img img, .rectangle_img, square_img,.box_wrap, ul.pager li a,section#page10 ul li a { border-radius: 5px;}
ul.cate_list li a,.tel_bt a,.contact_bt a,.more a,.foot_tel_bt a,.free_bt a,#cms_6-a h3.cate_title,#contact_mail a, #contact_tel a {border-radius: 5px;}
/*border-radius----------------------------------------------------------------*/



/*毎回いる*/

.swiper-button-next, .swiper-button-prev { z-index: 2 !important;}
#top_cms.back1:before {z-index: -1;}
.nav_menu_more a span::before {
    display: none !important;}
.nav_menu_more.mg_t-10px a span::before {
    display: block !important;}
div#contents2_wrap {margin-top: 50px;}

/*タブレット*/
@media screen and (max-width: 768px){
#cms_1-a .pager li {margin-right: 0px;}
}

@media screen and (max-width: 667px){
#contents1 .line:before, #contents2 .line:before {
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);}
}



/*font-------------------------------------------------------------------------*/
/*.cms_title p,.page_title_box p,.con_title .pop400,.con_box h2,a.more_btn,.pop400{font-family: 'Zen Old Mincho',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif" !important;}*/
/*a,.box_title1,.cate_title,.box_title2,.hannari{*/
/*    font-family:'Zen Old Mincho',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif" !important;}*/

body {font-family: 'Zen Kaku Gothic New',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif !important;}
/*font-------------------------------------------------------------------------*/

/* color　---------------------------------------------------------------------------------------------*/
#wrap {
    position: relative;
    background-color: #fffdf9 !important;
    /*background-image: url(dup/img/bg_img.jpg);*/
    /*background-size: 70%;*/
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #684d39;}
.txt_color1,.hvr_txt_color1:hover{color: #946756} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #bacade} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #b69386} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color:#fffaf0} /* アクセントカラー2 */
/* background-color */
.bg_black,.hvr_bg_black:hover{background-color: #684d39} /* 黒背景 */
/*.bg_white,.hvr_bg_white:hover{background-color: #FFFAFA;}*/
.bg_color1,.hvr_bg_color1:hover{background-color: #946756} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #bacade} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #b69386} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #fffaf0} /* アクセントカラー2 */
/* border-color ※!important */
.border_color1,.hvr_border_color1:hover{border-color: #946756 !important}
.border_color2,.hvr_border_color2:hover{border-color: #bacade !important}
.border_color3,.hvr_border_color3:hover{border-color: #b69386 !important}
.border_color4,.hvr_border_color4:hover{border-color: #fffaf0 !important}

#main_img:before {background-color: rgba(182,147,134,0.3) !important;}
#info_contact .con_img:before,.title_img:before,#contents3_wrap:after,#page_title:before{background-color: rgb(182 147 134 / 0.6) !important;}
.overlay { background: linear-gradient(135deg, rgb(148 103 86 / 0.9) , rgb(182 147 134 / 0.9) ) !important;}
.nav_menu_more a:hover {color: #ffffff !important;}
#footer {background-color: rgb(242 231 228);}

/*linkStyle*/
a.linkStyle {
    color: #946756 !important;
    border-bottom:solid 1px;
    opacity: 0.9 !important;
}
a.linkStyle:hover {color: #946756!important;
                   opacity: 0.9 !important;}
                   
.opacity07,.opacity08{opacity:0.9;}
/* color　---------------------------------------------------------------------------------------------*/



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*ロゴ背景透過＋キャッチコピーcss*/
.catch .logo_w02 {
    width: 15vw;
    margin: 0 auto 50px;
    position: relative;}

.catch_copy {font-size: 1.7rem;}
/*ロゴ背景透過＋キャッチコピーcss*/

/*header-------------------------------------------------------------------------*/
header.scr_header #logo {max-width: 90px;}
.top header{z-index:3 !important;}
.opacity_0{opacity:1 !important;}

/*header-------------------------------------------------------------------------*/

.catch .logo_w02 {
    width: 21vw;
    margin: 5px auto 14px;
    position: relative;
    border-bottom: dotted 2px;
    padding-bottom: 21px;
}

.back1:before, .back2:before {background-image: url(dup/img/bg_img.jpg);}


.catch.txt_center.txt_white {
    border: solid 2px #fff;
    width: 29%;
    margin: 0 auto;
    padding: 75px 20px 40px;
    border-radius: 40% 40% 0% 0%;
}



.item01 {
    width: 13vw;
    right: -6%;
    bottom: -12%;
    position: absolute;}


.item02 {
    width: 12vw;
    height: 0px;
    top: 3%;
    left: 12%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}
.item03 {
    width: 12vw;
    height: 52px;
    bottom: 3%;
    left: 40%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}
.item04 {
    width: 11vw;
    height: 0px;
    bottom: 20%;
    right: -2%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 2;
}

.item05 {
    width: 14vw;
    top: -17%;
    left: -6%;
}
.item06 {
    width: 10vw;
    bottom: -17%;
    right: -6%;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.top_logo {opacity: 0;}
.scr_header .top_logo {opacity: 1;}
#logo {max-width: 150px;}
header.scr_header #logo {max-width: 150px;}

#top_cms.back1:before {
    z-index: 0;
}

section.top_cms_box {
    z-index: 2;
    position: relative;
}

div#footer {
    background: url(dup/img/footer.jpg) !important;
    background-size: 40% !important;
    background-position: center center;
}


a.res,a.res_sp,a.res02,a.res_sp02{
    border-radius: 5px;
    transition: 0.7s;
    padding: 0;}
a.res:hover,a.res_sp:hover,a.res02:hover,a.res_sp02:hover{
  transition:0.7s;
    opacity: 0.8;}
a.res::after,a.res_sp::after,a.res02::after,a.res_sp02::after{display:none;}
li.res_li {max-width: 215px !important;}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#cms_6-a .cate_box:last-of-type, .cms_6-a .cate_box:last-of-type {
    border-bottom: none;
}

#cms_3-a .cate_title,#cms_4-a .cate_title{position:relative;
    z-index: 2;
}

#cms_3-a .cate_title::before {
    content: '';
    background: url(dup/img/item06.png) !important;
    position: absolute;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: -1;
    top: 50%;
    transform: translate(-21%, -55%);
}

#cms_4-a .cate_title::before {
    content: '';
    background: url(dup/img/item05.png) !important;
    position: absolute;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: -1;
    top: 50%;
    transform: translate(-21%, -55%) scale(-1,-1);
}

#page10 .more_btn {text-transform: none !important;}

#fakeloader .fl {max-width: 350px;}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*タブレット*/
@media screen and (max-width: 1280px){
a.res,a.res_sp{
    border-radius: 5px;
  transition:0.7s;
  font-weight: 500;
}
a.res:hover,a.res_sp:hover{
  transition:0.7s;
}
a.res::after,a.res_sp::after{
display:none;}

a.res_sp {padding: 10px;}
a.res_sp{opacity:0;}
.scr_header a.res_sp{opacity:1;}

.head_banner {
    top: 19px;
    right: 118px;}
}



/*タブレット*/
@media screen and (max-width: 768px){
    #contact_mail a, #contact_tel a {font-size: 19px}
    #cms_3-a .cate_title::before {
        width: 80px;
        height: 80px;}
    .catch{
        border: solid 2px #fff !important;
        width: 91% !important;
        margin: 0 auto !important;
        padding: 13% 20px 13% !important;
        border-radius: 40% 40% 0% 0% !important;}
    .catch .logo_w02 {
        width: 37vw !important;
        margin: 15px auto 20px !important;
        position: relative !important;
        border-bottom: dotted 2px !important;
        padding-bottom: 10px !important;}
    #contents1 .con_box {
        margin-top: 15%;}
        
    .item03 {
        width: 10vw;
        height: 52px;
        bottom: auto;
        top: 42%;
        left: 40%;}
    .item02 {
        width: 10vw;
        height: 0px;
        top: -2%;
        left: 7%;}
    .item04 {
        bottom: auto;
        top: 50%;
        right: 49%;
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        z-index: 2;}
    .item05 {
        width: 15vw;
        top: -8%;
        left: -6%;}
    .item06 {
        width: 10vw;
        bottom: -11%;
        right: -4%;}
    .cms_title h3 {font-size: 28px;}
    
    div#footer {
        background: url(dup/img/footer.jpg) !important;
        background-size: 100% !important;
        background-position: center center;}
    .page_title_box h2 {
        font-size: 29px;
        letter-spacing: 2px;}
}

/*スマホ*/
@media screen and (max-width: 667px){
    .catch .logo_w02 {
        width: 57vw !important;
        margin: 15px auto 9px !important;
        position: relative !important;
        border-bottom: dotted 2px !important;
        padding-bottom: 13px !important;}

       .catch_copy {
            font-size: 1.1rem;
            letter-spacing: 2px;}
            
    .catch {
        border: solid 2px #fff !important;
        width: 79% !important;
        margin: 0 auto !important;
        padding: 7% 15px 5% !important;
        border-radius: 40% 40% 0% 0% !important;}
    .catch_copy {font-size: 1.1rem;}
    .item01 {
        width: 22vw;
        right: -5%;
        bottom: -12%;
        position: absolute;}
    div#contents1_wrap {margin-top: 100px;}
    #contents1 .con_box {margin-top: 0%;}
    
    .item02 {
        width: 25vw;
        height: 0px;
        top: -3%;
        left: 15%;}

    .item03 {
        width: 22vw;
        top: 26%;
        left: auto;
        right: -9%;}
        
    .item04 {
    bottom: auto;
    top: -5%;
    right: -7%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 2;
    width: 16vw;}
    
    div#contents2_wrap {margin-top: 0px;}
    
    .item05 {
        width: 20vw;
        top: -5%;
        left: -10%;}
    .item06 {
        width: 20vw;
        bottom: -12%;
        right: -4%;}
    .page_title_box h2 {
        font-size: 20px;
        letter-spacing: 2px;}
        
    header.scr_header #logo {max-width: 90px;}
    #logo {max-width: 100px;}
    #cms_3-a .cate_title::before {
        width: 70px;
        height: 70px;
        transform: translate(-18%, -55%);}
    #cms_4-a .cate_title::before {
        width: 90px;
        height: 90px;
        transform: translate(-13%, -55%)}
    #contact_mail a, #contact_tel a {font-size: 19px;
        padding:15px;}
        
    .head_banner {
        top: 11px;
        right: 79px;}
     a.res, a.res_sp {
        font-size: 12px;
        padding: 6px !important;}
     #main_img:before {background-color: rgba(182,147,134,0.6) !important;}

}


/*// FireFoxだけに効くCSS*/
@-moz-document url-prefix() {
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {top: 98% !important;}}



/*2022420*/
#cms_4-b .cate_title{
    position:relative;
    z-index: 2;
    text-align: left;
}

#cms_4-b .cate_title::before {
    content: '';
    background: url(dup/img/item05.png) !important;
    position: absolute;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: -1;
    top: 50%;
    transform: translate(-21%, -55%) scale(-1,-1);
}

#cms_4-b .cate_box {
    width: auto !important;}
    
#cms_4-b figure {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 300px;}

#cms_4-b figure img {
    width: 200px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
    
#cms_4-b .box_wrap {
    /*max-width: 900px;*/
    margin:20px 40px 0;
}

/*タブレット*/
@media screen and (max-width: 768px){
#cms_4-b figure {
    width: 168px;
    height: 258px;}

#cms_4-b figure img {
    width: 168px;
    height: 258px;}
}


/*スマホ*/
@media screen and (max-width: 667px){
    
#cms_4-b figure {
    width: 121px;
    height: 186px;
}
#cms_4-b figure img {
    width: 121px;
    height: 186px;}

#cms_4-b .cate_box {margin: 0;}
#cms_4-b .box_wrap {margin: 20px 10px 0;}

#cms_4-b .box_wrap {
    margin: 20px 10px 0;
    justify-content: center;
}
}


/*スマホ*/
@media screen and (max-width: 320px){
    
    #cms_4-b .cate_box {
    margin: 0;
    width: 50% !important;
}
}

.top_vertical_img img {
    height: 390px;
    object-fit: contain;
}

