﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;800&display=swap');

body, .font_sans-serif, .font_serif{
    font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#intro #intro_txt h2, #contents .box h3, #top_cms .cms_title .title_box h2, #top_cms .container, #page_title h2, .cate_title, .cate_title2, .box_title1, .box_title2, a[href^="tel:"], #contents h2, #info h3{
    font-weight: 800;
}

.font_bold{
    font-weight: normal;
}

/********/

.header_info p.contact{
    display: none;
}
.all_header .header_info{
    margin-left: 0!important;
}

header, .drawer-nav{
    background-color: rgba(255,255,255,0.95)!important;
}
#header{
    padding: 30px 0!important;
}
.clone-nav #header, .all_header #header{
    padding: 10px 0!important;
}
.clone-nav #logo, .all_header #logo{
    width: 200px!important;
}
#logo img{
    width: 100%!important;
}

#main_img{
    margin-bottom: 0;
    position: relative;
}
#main_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background-image: url('./Dup/img/bg_img6.png'), url('./Dup/img/bg_img7.png');
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: 400px;
}
#main_img .main_title{
    z-index: 2;
}
#main_img .main_title .main_title6{
    background-size: auto 100%;
    background-position: top left;
    width: 0;
}
#main_img .main_title img{
    top: 0;
    left: 0;
    transform: scale(0.9);
}
#main_img .main_title .main_title5{
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(.05,1.31,.53,1.6)
}
#main_img .main_title .main_title6{
    top: 0;
    left: 0;
    z-index: -1;
}
#main_img .main_title img.active{
    opacity: 1;
    transform: none;
}
#main_img .main_title .main_title6.active{
    width: 100%;
}

#intro{
    height: 600px;
    max-height: 600px;
    margin: 0;
    max-width: 100%;
    padding: 100px 50px;
    background-color: #333;
    color: #fff;
    background-image: url(./Dup/img/bg_img3.png), url(./Dup/img/bg_img4.jpg);
    background-repeat: no-repeat;
    background-size: 40%, cover;
    background-position: right -30px bottom -40px, center;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(.05,1.31,.53,1.6);
    transition-property: background-position;
}
#intro.active{
    background-position: right -10px bottom -10px, center;
}
#intro #intro_txt{
    max-width: 1280px;
}

#contents .back_color2{
    padding-top: 40px;
    padding-bottom: 40px;
}
#contents .back_color2::after{
    background-color: rgba(98, 51, 51,0.4)!important;
    background-image: url('./Dup/img/bg_img8.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 400px;
}
#contents .back_color2 .contents_box{
    background-image: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0)), url(./Dup/img/bg_img.jpg);
    background-size: 50px 100%, auto;
    background-repeat: no-repeat, repeat;
    border: solid 10px #d1cdc3;
    border-left: none;
    position: relative;
    margin-left: 40px;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 60px;
    transition-property: transform, opacity;
}
#contents .con_bg{
    top: -20px;
    bottom: -20px;
    left: -40px;
    width: 40px;
    background-color: #397467;
    background-image: linear-gradient(to left, rgba(0,0,0,0.2), rgba(0,0,0,0)), url('./Dup/img/bg_img2.png');
    background-position: right, center;
    background-size: 20px 100%, 40px;
    background-repeat: no-repeat, repeat;
}
#contents .con_bg::before, #contents .con_bg::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #333;
}
#contents .con_bg::before{
    top: -10px;
    border-radius: 3px 3px 0 0
}
#contents .con_bg::after{
    bottom: -10px;
    border-radius: 0 0 3px 3px
}
#contents h2{
    color: #fff;
    font-size: 40px;
    max-height: 80vh;
    padding-top: 50px;
}
#contents h2 .svg_box{
    display: none;
}
#contents .box h3 {
    width: 100%!important;
    display: block;
    margin-left: 0;
}
#contents .box h3:before{
    display: none;
}

#top_cms .cms_title{
    background-color: #443529;
    background-image: url(./Dup/img/bg_img2.png)!important;
    background-size: 80px;
    background-repeat: repeat;
}
#top_cms .cms_title .bg-mask, #top_cms .cms_title .title_box{
    background-color: rgba(68,53,41,0.6)
}
#top_cms .cms_title .title_box{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent!important;
    height: 260px;
    box-sizing: border-box
}
#top_cms .cms_title .title_box h2{
    color: #fff;
    font-size: 20px;
}

.all main{
    padding-top: 92px;
}

#page_title{
    background-color: #efede8;
    background-image: url('./Dup/img/bg_img6.png'), url('./Dup/img/bg_img7.png'), url(./Dup/img/bg_img5.png)!important;
    background-position: top left, bottom right, top left;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 300px, 300px, 60px;
    height: auto;
    min-height: 200px;
    margin-bottom: 150px;
}
#page_title h2{
    max-height: inherit;
    text-shadow: none;
    padding: 30px;
    background-color: #8c3434;
    color: #fff;
    font-size: 30px;
    transform: translateY(50px);
}
#page_title .back_color, #page_title .back_color2{
    background-color: transparent;
    min-height: 200px;
}
#page_title .back_color2{
    align-items: flex-end;
}

.cate_list li a{
    padding: 10px 20px!important;
    background-color: #443529;
    color: #fff;
}
.cate_list li a:hover{
    background-color: #8c3434;
    color: #fff;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	color: #443529;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background-color: #8c3434;
}

#cms_2-a .cate_item{
    background-color: #333;
}
#cms_2-a .cate_box_h_top{
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #397467;
    background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0)), url('./Dup/img/bg_img2.png');
    background-position: bottom, center;
    background-size: 100% 20px, 40px;
    background-repeat: no-repeat, repeat;
}
#cms_2-a .cate_box_h_top::before, #cms_2-a .cate_box_h_top::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #333;
}
#cms_2-a .cate_box_h_top::before{
    left: -10px;
    border-radius: 3px 0 0 3px;
}
#cms_2-a .cate_box_h_top::after{
    right: -10px;
    border-radius: 0 3px 3px 0;
}
#cms_2-a .box_open{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)), url(./Dup/img/bg_img.jpg);
    background-size: 100% 50px, auto;
    background-repeat: no-repeat, repeat;
}

#cms_6-c .box_item, .cms_6-c .box_item{
    border: solid 2px #fff;
}
#cms_6-c .box_item:hover, .cms_6-c .box_item:hover{
    transform: translateY(-10px);
    border: solid 2px #d1cdc3;
}
#cms_6-c .box_open, .cms_6-c .box_open{
    top: 0;
    left: 0;
    z-index: 9999;
}
#cms_6-c .box_open_wrap, .cms_6-c .box_open_wrap{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#cms_6-c .box_open > div, .cms_6-c .box_open > div{
    overflow-y: auto;
}
#cms_6-c .box_item, #cms_6-c .close, .cms_6-c .box_item, .cms_6-c .close{
    cursor: pointer;
}
#cms_6-c .close, .cms_6-c .close{
    top: 10px;
    right: 10px;
}

#cms_5-c_h .con_no, .cms_5-c_h .con_no{
	left: 20px;
	top: 15px
}
#cms_5-c_h .cate_box h3, #cms_5-c_h .cate_box p, .cms_5-c_h .cate_box h3, .cms_5-c_h .cate_box p{
	min-height: 1.5em
}
#cms_5-c_h .box_q, .cms_5-c_h .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}
#cms_5-c_h .box_a, .cms_5-c_h .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 5px right;
	background-size: 60px
}
#cms_5-c_h .box_q, #cms_5-c_h .box_a, .cms_5-c_h .box_q, .cms_5-c_h .box_a{
	padding: 0 90px
}
#cms_5-c_h .box_q h3::before, .cms_5-c_h .box_q h3::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: -20px;
	top: 21px;
	background-image: url("./Dup/img/icon_q_f.png");
	background-size: contain
}
#cms_5-c_h .box_a p::before, .cms_5-c_h .box_a p::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	right: -20px;
	top: 21px;
	background-image: url("./Dup/img/icon_a_f.png");
	background-size: contain
}

footer{
    background-color: #f9f8f6;
    max-width: 100%!important;
}
#footer{
    border-top: none!important;
    padding-right: 50px;
}

.sns_links{
    justify-content: center;
}
.sns_links li{
    margin: 0 10px;
}




/** tablet 780 **/
@media screen and (max-width: 768px){
#header{
    padding: 10px 0!important;
}
#logo, .clone-nav #logo, .all_header #logo{
    width: 150px!important;
}
#main_img::before, #contents .back_color2::after{
    background-size: 250px;
}
#intro{
    background-size: 400px, cover;
}
#contents h2{
    font-size: 30px;
}
#cms_2-a .cate_box_h_top{
    bottom: auto;
    width: 100%;
    height: 40px;
}
#cms_2-a .cate_box_h_top::before, #cms_2-a .cate_box_h_top::after{
    width: 10px;
    height: 30px;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
}
#cms_2-a .cate_box_h_top::before{
    left: -10px;
}
#cms_2-a .cate_box_h_top::after{
    right: -10px;
}
.all main{
    padding-top: 79px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#logo, .clone-nav #logo, .all_header #logo{
    width: 100px!important;
}
#main_img::before{
    background-image: none;
}
#intro{
    height: inherit;
    max-height: inherit;
    padding: 0;
    background-size: 300px, cover;
}
#intro #intro_txt{
    padding: 100px 20px;
}
#contents .back_color2 .contents_box{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)), url(./Dup/img/bg_img.jpg);
    background-size: 100% 50px, auto;
    border-left: solid 10px #d1cdc3;
    border-top: none;
    margin-left: 10px;
    margin-right: 10px;
}
#contents .con_bg{
    top: -40px;
    bottom: auto;
    height: 40px;
    left: -20px;
    right: -20px;
    width: auto;
    background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0)), url('./Dup/img/bg_img2.png');
    background-position: bottom, center;
    background-size: 100% 20px, 40px;
}
#contents .con_bg::before, #contents .con_bg::after{
    width: 10px;
    height: 20px;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
}
#contents .con_bg::before{
    left: -10px;
    border-radius: 3px 0 0 3px
}
#contents .con_bg::after{
    right: -10px;
    border-radius: 0 3px 3px 0
}
#contents h2{
    max-height: inherit;
    font-size: 24px;
    text-align: center;
}
#page_title{
    background-size: 200px, 200px, 60px;
}
#page_title h2{
    font-size: 24px;
}
.cate_title{
    font-size: 20px;
}

#cms_5-c_h .box_q, .cms_5-c_h .box_q{
	padding-right: 0
}
#cms_5-c_h .box_a, .cms_5-c_h .box_a{
	padding-left: 0
}
#cms_5-c_h .con_no, .cms_5-c_h .con_no{
    top: 13px;
}
#footer{
    padding-right: 0;
}
#page-top a {
    width: 40px;
    height: 40px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#top_cms .btn, #page10 .btn{
    padding-top: 0;
}
#cms_1-e .date{
    padding-top: 10px;
    padding-bottom: 10px;
}
}