﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

.top_nav ul, .menu > .nav, .cms_title, .more, .sns_box, #copyright, #page_title, .cate_title, .sub_cate_title, a[href^="tel:"], .box_title, .box_title1, .box_title2, .date, .cms_3-f, .top_txt_wrap, #news_list, .cate_list, .banner_wrap, .cms_link, .cate_item1{
    font-family: 'Kiwi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bold{
    font-weight: normal;
}

/*******/


#wrap{
    width: 100%!important;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-top: 0;
}

#loading{
    background-color: #e4e2d9;
}
#loading_line .line{
    background-color: rgba(255,255,255,0.4)!important;
}
#loading_line .line2{
    z-index: 4
}

.main_wrap{
    margin-top: calc(100vh - 40px);
}

.all_header{
    display: none;
}
.top_page #header{
    padding-bottom: 30px;
    background-color: rgba(255,255,255,0.8);
}
.top_page header, .top_nav{
    width: 100%!important;
    left: 0;
}
.menu .nav ul li, .menu .nav ul li a, .top_nav ul li, .top_nav ul li a{
    transform: none;
    border: none;
    margin: 0;
    padding: 0;
}
.top_nav ul{
    justify-content: center;
}
.top_nav ul li a{
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
}
.top_nav ul li:not(:first-of-type){
    border-left: solid 1px #333;
}
.menu{
    padding: 0
}
.menu > .nav{
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu > .nav > ul{
    padding-right: 10px;
}
.menu .logo{
    width: 120px!important;
}
.menu .logo img{
    width: 80%!important;
}
.menu .nav ul li{
}
.menu .nav ul li a{
    padding: 0 15px;
}
.menu .nav ul li a .nav1{
    font-size: 14px;
}
.menu .nav ul li a .nav2{
    font-size: 12px;
}

.main_img_wrap{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.main_img_wrap .navi{
    display: none!important;
}
.main_img_wrap .main_banner{
    width: 250px;
    right: 20px;
    bottom: 0;
}

#contents .box figure:after{
    display: none;
}
#contents .box h3{
    margin-bottom: 20px;
}
#contents .box h3:before{
    display: none;
}
#contents .box h3 span{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 2px;
}
#contents .box h3.t_cms_txt3 span{
    border-color: #bf401f;
}
.top_con2 figure{
    z-index: 2!important;
}
.top_con2 .box .txt_wrap{
    padding-top: 50px;
    position: relative;
    color: #fff;
    z-index: 1;
}
.top_con2 .box .txt_wrap::before{
    position: absolute;
    content: "";
    width: calc(100% + 100px);
    height: calc(100% + 50px);
    top: 0;
    left: -50px;
    background-color: #bf401f;
    z-index: -1;
}
.top_con2 .box:first-of-type .txt_wrap::before{
    background-color: #526d41;
}
.top_con2 .top_txt_wrap p{
    color: #e4e2d9;
}
.top_con2 .top_txt_wrap h3 span{
    color: #fff;
}
.top_con2{
    background-image: url(./Dup/img/bg_img3.jpg), url(./Dup/img/bg_img3.jpg), url(./Dup/img/bg_img4.jpg);
    background-size: 80px, 80px, 500px;
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: top left, bottom left, top left;
}

.more:hover{
    background-color: #f4f3ef;
}
.more_box .more div{
    font-weight: normal!important;
}

#top_cms .top_cms_wrap{
    padding: 0;
}
#top_cms .line, .top_cms_box:before{
    display: none;
}
#top_cms .top_cms_box{
    padding: 100px 0;
    margin: 0;
}
#top_cms .top_cms_box:not(:first-of-type){
    padding-top: 100px;
    border-top: solid 2px #e4e2d9;
}
#top_cms .top_cms_box:not(:first-of-type)::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    top: -2px;
    background-color: #bf401f;
    margin: auto;
}
.cms_title{
    text-align: center;
}
.cms_title p{
    color: #bf401f;
}

#top_cms, .all_page{
    background-color: #fff;
}
#top_cms:before, .all_page:before{
    display: none;
}

#page_title #title_img{
    background-color: #eeede7;
    width: 100%!important;
}
#page_title .img-container.active .img-container_img{
    opacity: 0.4!important;
}
.img-container:before{
    background-color: #f4f3ef!important;
}

.cate_list{
    border-bottom: none;
    justify-content: center;
}
.cate_list li{
    width: auto!important;
    margin: 5px;
}
.cate_list li a{
    background-color: #bf401f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
}
.cate_list li a:hover{
    background-color: #526d41;
    color: #fff;
}

.top_banner a{
    transition-property: opacity;
}
.top_banner a.posi_fix{
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#cms_3-f .cate:nth-child(even) .cate_title span{
    color: #bf401f;
}
.cms_3-f > div:nth-child(even) a{
    background-color: #bf401f;
}
.cms_3-f .c_more::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
}

footer{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 800px;
}
footer .txt_white{
    color: #333;
}
footer .svg_box{
    display: none;
}


@media screen and (max-width: 1000px){
.top_page #header{
    background-color: transparent;
}
header .logo{
    margin-right: 0;
}
.top_page header .logo{
    opacity: 0;
    pointer-events: none;
}
#nav_menu {
    right: auto;
    left: 25px;
}
#header {
    padding: 0 0 20px !important;
}
.top_page #header{
    padding: 30px!important;
}
header .logo {
    width: 80px
}
main{
    margin-top: 0!important;
}
.main_wrap{
    padding-top: 20px;
}
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#wrap{
    padding: 10px;
}
#wrap:not(.top_page){
    padding-top: 0;
}
.all_header{
    display: block;
    padding-top: 10px;
    background-color: #fff;
    position: relative!important;
}
.top_page #header{
    padding: 20px!important;
}
.main_img_wrap {
    width: calc(100% - 20px);
    height: 100vw
}
.main_wrap {
    padding-top: 10px;
    margin-top: calc(100vw - 10px);
}
#contents .box{
    align-items: center;
}
#contents .box:nth-child(even){
    flex-direction: column-reverse;
}
#contents .box figure {
    width: 90%;
    margin-top: 0;
}
#contents .box .txt_wrap{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: -40px;
    padding-top: 80px;
    padding-left: 0;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#nav_menu{
    top: 10px;
    left: 10px;
}
#page_title h2, #page_title p{
    color: #333;
}
#page_title .page_title_box:before{
    border-color: #333;
}
#page_title .img-container::after{
    display: none;;
}
.cate_list li{
    width: 100%!important;
}
.top_banner a{
    max-width: 230px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.dec{
    height: inherit;
}
.more_box .more div{
    padding-top: 0!important;
}
#cms_2-a .cate .cate_title, #cms_2-a .cate .cate_title{
    padding-top: 10px!important;
}
#page_title .page_title_box{
    top: 45%;
}
}