﻿@import url('https://fonts.googleapis.com/css2?family=Outfit&family=Zen+Old+Mincho:wght@400;700&display=swap');

body, .font_sans-serif, .font_serif{
    font-family: 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.menu .nav .nav2, #contents .txt_wrap p.txt_color3, #top_cms .cms_title p, .more_box .more, .other .box_title2, #page_title p.font_25, .intro_title{
    font-family: 'Outfit', 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-weight: normal;
}

/*** other ***/

#wrap {
    width: 100%;
    margin-top: 0;
}
.main_wrap {
    margin-top: 100vh;
}

.img-container:before{
    background-color: #3a2615;
}

.all_page{
    background-color: #fff;
}
.all_page:before{
    display: none;
}

.top_page header{
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #fff;
}
.top_page #header{
    padding: 0;
}
.top_nav ul{
    justify-content: center;
}
.top_nav ul li{
    margin: 0;
}
.top_nav ul li a{
    font-size: 14px;
    padding: 15px 20px!important;
    position: relative;
}
.top_nav ul li a:hover{
    color: #fff;
}
.top_nav ul li, .top_nav ul li a, .menu .nav ul li, .menu .nav ul li a{
    transform: none;
    border: none;
}
.menu{
    border-bottom: solid 1px #e4e2d5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu .nav .logo{
    width: 130px!important;
}
.menu .nav ul li a{
    padding: 15px 10px!important;
    position: relative;
}
.menu .nav ul li a:before, .top_nav ul li a::before{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: currentColor;
    transition: 0.3s;
}
.menu .nav ul li a:hover:before, .top_nav ul li a:hover::before{
    width: 50px;
}
.menu .nav .nav1{
    font-size: 16px;
    letter-spacing: 2px;
}
.menu .nav .nav2{
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 10px;
    opacity: 0.6;
}

.main_img_wrap{
    width: 100%;
}
.main_img_wrap .catch{
    display: none;
}

#contents{
    background-color: #f4f2ea;
    background-image: url('./Dup/img/bg_img1.png'), url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png'), url('./Dup/img/bg_img4.png');
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: top 5% left 0, top 40% right 0, top 70% left 0, top 100% right 0;
}
#contents .box{
    margin: 0;
    align-items: flex-start;
}
#contents .box:not(:last-child){
    margin-bottom: 100px;
}
#contents .box figure{
    width: 50%;
    box-shadow: 10px 10px 0 #87654d;
    background-color: #e4e2d5;
}
#contents .box figure:after{
    display: none;
}
#contents .box figure .img-container{
    display: block!important;
}
#contents .box .txt_wrap{
    margin-top: 50px;
    width: calc(50% + 50px);
    box-sizing: border-box;
    padding: 60px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
#contents .box .txt_wrap.pd_r-40px{
    margin-right: -50px;
    padding-right: 110px;
}
#contents .box .txt_wrap.pd_l-40px{
    margin-left: -50px;
    padding-left: 110px;
}
#contents .txt_wrap p.txt_color3{
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 10px;
    position: relative;
}
#contents .txt_wrap p.txt_color3::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    left: 0;
    right: 0;
    top: -60px;
    margin: auto;
    background-color: currentColor;
}
#contents .box h3{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: block;
    color: #3a2615;
}
#contents .box h3:before{
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    border-bottom: 1px solid #e4e2d5;
}

.y_banner a{
    background-color: rgba(58,38,21,0.6);
}
.y_banner a:hover{
    background-color: rgba(58,38,21,0.4);
}

.top_cms_box .more_box .more div{
    font-weight: normal;
}

#top_cms{
    background-color: #fff;
}
#top_cms:before, #top_cms .line, .top_cms_box:before{
    display: none;
}
#top_cms .top_cms_box:not(:last-child){
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #e4e2d5;
}
#top_cms .cms_title{
    text-align: center;
}
#top_cms .cms_title p.font_2up{
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: solid 1px;
    padding: 5px 10px;
    background-color: #3a2615;
    color: #fff;
}
#top_cms .cms_title p.font_2up > span{
    letter-spacing: 3px;
}
#top_cms .cms_title p.font_12up > span{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 1px;
}
.top_cms_box .more_box .more:hover, .page10 .more_box .more:hover{
    background-color: #e4e2d5;
    border-color: #e4e2d5;
}

.other .box{
    border: none;
    background-color: #3a2615!important;
    transition: transform .3s ease-in-out;
    text-align: center;
}
.other .box_item .posi_center{
    width: 100%;
}
.other .box:hover{
    transform: scale(0.97);
}
.other .box figure{
    transition: .3s ease-in-out;
    transition-property: opacity,transform;
    opacity: 0.6;
}
.other .box:hover figure{
    opacity: 0.4;
    transform: scale(1.1);
}
.other .box_title2{
    letter-spacing: 3px;
    background-color: #fff;
    color: #3a2615!important;
    min-width: inherit;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 10px;
}
.other .box_title span{
    color: #fff;
}
.other .box_title:before{
    border-color: #fff
}

#page_title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url('./Dup/img/bg_img5.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
    pointer-events: none;
    z-index: 1;
}
#page_title .img-container:before{
    background-color: #87654d;
}
#page_title p.font_45{
    padding-bottom: 30px;
    color: #3a2615;
}
#page_title p.font_25{
    padding-bottom: 30px;
    letter-spacing: 5px;
    color: #5a7c6d;
}
#page_title .img-container::after{
    background-color: #f4f2ea;
    opacity: 0.2;
}

.cate_list{
    border-bottom: none;
}
.cate_list li{
    width: auto!important;
    margin: 0;
    padding: 10px;
}
.cate_list li a{
    padding: 10px 15px!important;
    background-color: #edf3ef;
    font-size: 14px;
    color: #3a2615;
}
.cate_list li a:hover{
    background-color: #3a2615;
    color: #fff;
}
.cate_list li a:hover::before{
    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: 40px!important;
	margin-bottom: 50px;
	color: #3a2615;
	font-weight: bold;
	position: relative;
}
.cate_title::before, .cate_title::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}
.cate_title::before{
    width: 1px;
    height: 40px;
    bottom: -20px;
    background-color: #c4c1b3;
}
.cate_title::after{
    width: 200px;
    height: 1px;
    bottom: 0;
    background-color: #5a7c6d;
}

#cms_1-a .pager li{
    margin-left: 10px!important;
    margin-right: 10px!important;
}

#cms_2-a .box_title1::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #3a2615;
}

footer{
    background-image: url('./Dup/img/bg_img6.png'), url('./Dup/img/bg_img7.png');
    background-color: #3a2615;
    background-size: 400px;
    background-position: right bottom -50px, left top -100px;
    background-repeat: no-repeat;
}
.svg_box{
    display: none;
}
.sns_box{
    padding: 50px!important;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
main{
    margin-top: 0!important;
}
header .logo {
    width: 80px;
}
.top_page header{
    border-bottom: none;
}
.top_page header .logo{
    display: none;
}
.main_wrap{
    padding-top: 0;
    margin-top: 100vw;
}
.main_img_wrap{
    height: 100vw;
}
#nav_menu{
    top: 0
}
#contents{
    background-position: top 1% left 0, top 30% right 0, top 70% left 0, top 99% right 0;
}
#contents .box figure{
    width: 90%;
    box-shadow: none;
}
#contents .box .txt_wrap{
    margin-top: -50px!important;
    width: 100%;
    padding: 110px 50px 50px!important;
}
#contents .box .txt_wrap.pd_r-40px, #contents .box .txt_wrap.pd_l-40px{
    margin-left: auto;
    margin-right: auto;
}
#page_title p.font_45{
    padding-bottom: 20px;
}
#page_title p.font_25{
    padding-bottom: 20px;
    letter-spacing: 3px;
}
#page_title::before{
    display: none;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#page_title p.font_45{
    letter-spacing: 4px;
    font-size: 24px;
}
.cate_list li{
    width: 100%!important;
    text-align: left;
}
.page_title_box:before{
    border-color: #3a2615;
}
#contents{
    background-size: 300px;
    background-position: top 1% left 0, top 35% right 0, top 75% left 0, top 99% right 0;
}
#contents .box .txt_wrap {
    padding: 110px 20px 50px!important;
}
.cate_title{
	font-size: 20px;
}
footer {
    background-size: 250px;
    background-position: right -20px bottom -30px, left -20px top -50px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.pager li a span{
    padding-top: 10px;
}
#page9 p a{
    padding-top: 5px;
}
.top_cms_box .more_box .more div, .page10 .more_box .more div{
    padding-top: 2px;
}
}