﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');

#pc_nav, #sp_nav, #contents4, .con_title, #page_title, a[href^="tel:"], .more a, #top_cms .cms_title, .cate_title, .con_wrap_title{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#loading img{
    max-width: 200px;
    width: 40%;
}
#wrap{
    background-color: transparent;
}
main{
    background-color: #3d2318;
}
header{
    position: relative;
}
#header{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 90px;
    background: none;
    transition: 0.5s background-color;
}
#header.scroll{
    background-color: #3d2318;
}
.index header h1{
    opacity: 0;
    transition: 0.5s opacity;
}
#header.scroll h1{
    opacity: 1;
}
header h1 img{
    max-width: 150px!important;
    height: auto!important;
}
header .menu_stick{
    top: -3px;
    bottom: 0;
    margin: auto;
}
#sp_nav{
    background-color: transparent;
}
#sp_nav nav{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3d2318;
}

#main_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
#main_img .main_logo{
    top: 50%;
    right: 10%;
    z-index: 1;
    transform: translateY(-50%);
}

#contents1, .con4_wrap, #top_info, #wrap:not(.index) main{
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 100%;
    background-position: top left;
}
#contents1{
    padding-top: 0;
}
#contents1 .con_box{
    background-color: #301a12;
    top: 100px;
}
#contents1 .con_box::before {
    left: -30px;
    top: -70px;
}
#contents1 h2{
    padding: 0;
}
.con_wrap{
    color: #333!important;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
}
#contents2_h{
    background-color: rgba(61,35,24,0.05);
}
#contents2_h .con_title::before, #contents3_h .con_title::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -1px;
    background-color: #800000;
    transition: 1s;
}
#contents2_h .scrollin .con_title::before, #contents3_h .scrollin .con_title::before{
    width: 100px;
}
#contents2_h .con_title::before{
    left: 100px;
}
#contents2_h .con_item, #contents3_h .con_item{
    background-size: 170px;
    background-repeat: no-repeat;
}
#contents2_h .con_item{
    background-image: url('./Dup/img/no1.png');
    background-position: top 0 right 20px;
}
#contents3_h .con_item{
    background-image: url('./Dup/img/no2.png');
    background-position: top 0 left 20px;
}
#contents3_h .con_title::before{
    left: 0;
}
#contents4{
    padding-top: 0;
}
#contents4 a{
    margin-top: -100px;
}

#top_cms{
    padding-top: 0;
}
#top_cms .cms_box{
    max-width: 100%!important;
    padding: 100px 20px;
    margin-bottom: 0;
}
#top_cms .cms_box:nth-of-type(2){
    background-color: rgba(61,35,24,0.05);
}
#top_cms .cms_box > .cms_wrap{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#top_cms .cms_title{
    text-align: center;
    padding-top: 0;
    position: relative;
}
#top_cms .cms_title h2{
    margin-bottom: 0;
    font-size: 20px;
    z-index: 1;
    position: relative;
    font-weight: bold;
}
#top_cms .cms_title p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgba(61,35,24,0.1);
    padding-bottom: 6px;
}
.cms_title::before{
    display: none;
}
#top_cms, #under_page .under_box{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
    color: #333!important;
    text-shadow: none;
}
#top_cms .txt_color_nomal, #under_page .under_box .txt_color_nomal{
    color: #333!important;
}
.more a{
    color: #3d2318;
    text-shadow: none;
}
.more a::before, .more a::after{
    border-color: #3d2318;
}
.more a:hover{
    background-color: rgba(61,35,24,0.05);
}

#page_title{
    text-align: center;
}
.cate_list{
    border-color: #dddad0;
}
.cate_list li a{
    color: #3d2318;
}
.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before{
    background-color: #3d2318;
}
.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 2px #3d2318;
	color: #3d2318;
	font-weight: normal
}
.pager li a{
    color: #3d2318;
}
.pager li:not(.prev):not(.next) a{
    background-color: transparent;
    border: solid 1px #3d2318;
}
.pager li:not(.prev):not(.next) a:hover {
    background-color: #3d2318;
    border: solid 1px #3d2318;
    color: #fff;
}
.pager li.prev a:hover, pager li.next a:hover {
    border: none;
    opacity: 0.7;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.index header, #main_img .swiper-container{
    height: 100vw!important;
}
#header{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 70px;
}
header h1 img{
    max-width: 120px!important;
}
header .menu_stick{
    right: 20px;
}
header .scroll_d, #pc_nav{
    display: none;
}
#contents1{
    padding: 100px 0 60px;
}
#contents1 .con_box{
    top: -40px;
}
#contents1 .con_box::before {
    left: 0;
    top: 30px;
}
#contents2_h .con_item, #contents3_h .con_item{
    background-size: 150px;
}
#contents2_h .con_title::before{
    left: 50px;
}
.more a{
    background-color: transparent;
    border: solid 1px #3d2318;
}
.pager li.prev a, pager li.next a, .pager li.prev a:hover, pager li.next a:hover {
    background-color: #3d2318;
    color: #fff;
    width: 70px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#contents1, .con4_wrap, #top_info, #wrap:not(.index) main{
    background-image: url('./Dup/img/bg_img2_sp.png');
    background-size: 700px;
}
#main_img .main_logo{
    top: auto;
    bottom: 10%;
    transform: none;
}
#contents2_h .con_item, #contents3_h .con_item{
    background-position: top 10px center;
    background-size: 80px;
}
#contents2_h .con_title::before, #contents3_h .con_title::before{
    left: 0;
    right: 0;
    margin: auto;
}
#contents4 a:last-of-type{
    margin-top: 0
}
.cate_title{
	font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.more a{
    padding-top: 20px;
}
.tel_bt{
    padding-top: 10px;
}
.sitemap_box .more a{
    line-height: 80px;
}
}