﻿@import url('https://fonts.googleapis.com/css2?family=Outfit&family=Zen+Old+Mincho:wght@400;700&display=swap');

body, .font_sans-serif, .font_serif, #s_content2 h2{
    font-family: 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.cms_box .top_cms_title p, .more_btn, .font_un, #page_title p, .overlay li a span, .cate_label p{
    font-family: 'Outfit', 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-weight: normal;
}

/*** fade ***/

#s_content1 .fade_box{
    opacity: 0;
    transition: 1s;
    transition-property: opacity, transform;
    transform: rotate(2deg) skewX(-2deg);
    transform-origin: top left;
}
#s_content2 .fade_box{
    opacity: 0;
    transition: 1s;
    transition-property: opacity, transform;
    transform: scale(0.95);
}
.fade_box.active{
    opacity: 1!important;
    transform: none!important;
}

/*** other ***/

html, body{
    font-size: 14px;
}
#pp-nav.right{
    background-color: transparent;
}

.overlay_l::before, .c2_box_bg::before, .intro_img a::before, .s_footer_info_l::before{
    display: none;
}

.scrollpage_box{
    padding-left: 0;
    padding-right: 0;
}

header{
    background-color: #fff!important;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
header #header .txt_white{
    color: #3a2615;
}
header #header .border_white{
    border-color: #3a2615;
}
.button_container span{
    background-color: #3a2615;
}

#main_img{
    padding-right: 0!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
}
#main_img .swiper-wrapper::before{
    display: none;
}
#main_img .swiper-wrapper{
    border-radius: 0;
    min-height: 700px;
}
#main_img .main_title{
    z-index: 1;
}

/*#s_content1{
    background-image: url('./Dup/img/bg_img2.png');
    background-position-x: 95%;
    background-position-y: 0;
    background-repeat: repeat-y;
    animation: anime1 20s linear infinite;
    background-size: 80px;
}

@keyframes anime1 {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -1000px;
    }
}*/

#s_content1::before{
    position: absolute;
    content: "";
    width: calc(50% - 200px);
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f2ea;
/*    background-image: url('./Dup/img/bg_img.png');
    background-size: 50px;*/
}
#s_content1 .intro_img{
    padding: 0;
    transform: rotate(-5deg);
}
#s_content1 .intro_img_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #3a2615;
    top: 0;
    left: 0;
    transform: rotate(-2deg);
    pointer-events: none;
    z-index: 1;
}
#s_content1 .intro_img div, .intro_img a span{
    display: none;
}
#s_content1 .intro_item{
    padding-left: 100px;
    position: relative;
}
#s_content1 .intro_item h2{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.5;
}
#s_content1 .intro_item h2::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: currentColor;
}

.contents_no{
    display: none;
}
.con_no::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: currentColor;
}

.cms_box .cms_wrap.pd_l-5px_sp{
    padding-left: 20px;
    padding-right: 20px;
}
.cms_box .top_cms_title{
    padding: 50px 0;
/*    background-image: url('./Dup/img/bg_img.png');
    background-size: 50px;*/
    background-color: #f4f2ea;
    margin-bottom: 100px;
    position: relative;
}
.cms_box .top_cms_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #3a2615;
}
.cms_box .top_cms_title p{
    color: #5a7c6d;
}
.cms_box .cms_box_bg{
    display: none;
}

.cms_box .more_btn{
    padding-bottom: 50px;
}

#sf h3{
    padding-top: 20px;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 3px;
    color: #5a7c6d;
}
#sf h3::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: currentColor;
}
#sf .sf_contact_box{
    padding-top: 0;
}
#sf .sf_access{
    padding-bottom: 50px;
}
#sf .sf_access .pd_40px{
    padding-top: 0;
    padding-bottom: 0;
}

#page_title{
    margin-bottom: 100px;
}
#page_title::before{
    background-color: #3a2615;
    opacity: 0.2;
}
#page_title .title_box{
    border-top: none;
    /*background-image: url('./Dup/img/bg_img.png');
    background-size: 50px;*/
    background-color: rgba(244,242,234,0.8);
    bottom: 0;
}
#page_title .title_box::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #3a2615;
}
#page_title h2{
    font-size: 28px;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	color: #3a2615;
	position: relative;
	font-weight: bold;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #3a2615;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_img{
    height: inherit!important;
}
#main_img .swiper-wrapper{
    min-height: inherit;
    height: 100vw;
}
/*#s_content1 {
    background-position-x: calc(100% - 20px);
}*/
#s_content1::before {
    width: calc(100% - 120px);
}
#s_content1 .intro_item{
    padding-left: 0;
    padding-top: 50px;
}
#s_content2{
    margin-bottom: 0;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#main_img{
    padding-left: 0!important;
}
#s_content2 h2{
    letter-spacing: 2px;
}
#page_title h2{
    font-size: 22px;
    letter-spacing: 2px;
}
.cate_title{
    font-size: 18px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.h_box_mail a{
    padding: 5px 40px;
}
.more_btn > span, .more_btn > a{
    padding: 10px;
}
.sf_contact_mail a{
    padding: 5px;
}
.pager li a span{
    top: 50%;
}
.cate_list li a{
    padding: 5px 20px;
}
#page9 .box_wrap p a{
    padding: 5px 10px;
}
}