﻿@import url('https://fonts.googleapis.com/css2?family=Outfit&family=Zen+Kaku+Gothic+New:wght@500&display=swap');

body, .font_sans-serif{
    font-family: 'Outfit', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_en, .date, a[href^="tel:"], a[href^="mailto:"]{
    font-family: 'Outfit', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

/*** fade ***/

.fadein .fade_box, #top_cms .box.fadein{
    transition: 1s;
    filter: blur(5px);
    transform: translateY(10px);
    opacity: 0;
    transition-property: opacity, transform, filter;
}
.fadein .fade_box.active, #top_cms .box.fadein.trans{
    transform: none;
    filter: none;
    opacity: 1;
}

/*** other ***/

html, body{
    font-size: 14px;
    line-height: 2;
}

h2, h3, h4, h5, h6{
    line-height: 1.5;
}

.txt_shadow, .txt_shadow-l, .txt_shadow-b{
    text-shadow: none;
}
.fat-nav li a.border_so1{
    border: none;
    padding: 0;
}
.fat-nav li:last-child a{
    font-size: 16px;
}

.width_1280-max{
    max-width: inherit;
}

.button{
    border: none;
    background-color: #a89d73;
    color: #fff;
}
.button2{
    background-color: rgba(96,56,19,0.1);
    color: #603813;
    border: none;
}
.button2:hover{
    background-color: #603813;
    color: #fff;
}

header .txt_color3{
    color: #603813;
}
header.grid_3{
    width: 250px!important;
}
header .head_box{
    padding: 0;
}
header #logo{
    padding: 0 30px;
}
header .tel_bt{
    margin-top: 0;
}
header .tel_bt:not(.head_banner) a{
    background-color: transparent;
    border-top: solid 1px #c6c1ab;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
header .head_box .link_box{
    padding-bottom: 0;
}
header .head_box .link_box li{
    margin-bottom: 20px;
}
.link_box li{
    margin: 0 10px;
}
.main_box.grid_9{
    width: calc(100% - 250px)!important;
    margin-left: 250px!important;
    min-width: 700px;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 900px;
}
.fat-nav li{
    padding: 10px;
}

#main_menu{
    margin-bottom: 50px;
}
#main_menu ul li a{
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
}
#main_menu ul li a:hover{
    padding-left: 0;
}
#main_menu ul li a::before {
    top: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 1px;
}
#main_menu ul li a:hover::before{
    width: 50px;
}

#logo img{
    width: 100%!important;
}

#main_img, #main_img img{
    min-height: inherit;
    max-height: inherit;
}
#main_img .rectangle_img{
    max-height: 100vh;
}
#main_img .slides li{
    max-height: 100vh;
}
#main_img .slides img{
    position: absolute;
}
#main_img .main_title{
    z-index: 2;
    top: 40%;
    left: 10%;
}
.scroll_bt{
    display: none;
}

.con_no{
    padding-right: 70px;
}
.con_no::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: currentColor;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#contents1{
    padding: 100px 10%;
    position: relative;
    z-index: 1;
    padding-right: calc(10% + 200px);
}
#contents1::before, #contents2::before, .top_cms_wrap::before, footer::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
#contents1::before{
    top: 40%;
    right: 5%;
    background-image: url('./Dup/img/img1.png');
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
    transition-property: opacity, filter;
}
#contents1::after{
    position: absolute;
    content: "";
    width: 20%;
    height: 300px;
    left: 0;
    bottom: -100px;
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 200px;
    z-index: -1;
}
#contents1 h2, #contents2 h2{
    font-size: 24px;
    margin-bottom: 20px;
}
#contents3 h3{
    font-size: 20px;
    margin-bottom: 20px;
}

#contents2{
    padding: 100px 10% 150px;
    position: relative;
    z-index: 1;
}
#contents2::before{
    top: -120px;
    left: 3%;
    background-image: url('./Dup/img/img2.png');
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
    transition-property: opacity, filter;
}
#contents1.trans::before, #contents2.trans::before{
    opacity: 1;
    filter: none;
}
#contents2::after {
    position: absolute;
    content: "";
    width: 35%;
    height: calc(100% - 200px);
    right: 0;
    bottom: 0;
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 200px;
    z-index: -1;
}

#contents3{
    padding: 0 10% 100px;
    background-color: #603813;
}
#contents3 .grid_6{
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
#contents3 p.txt_color_nomal, #contents3 h3{
    color: #fff;
}

.top_cms_wrap{
    padding: 100px 10% 0;
    position: relative;
    z-index: 1;
}
.top_cms_wrap::before{
    top: -70px;
    right: 3%;
    background-image: url('./Dup/img/img3.png');
}
.top_cms_wrap::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 450px;
    left: 0;
    top: -150px;
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 200px;
    z-index: -1;
}
#top_cms > .box{
    padding: 0;
    margin-bottom: 100px;
}
#top_cms .cms_title{
    padding-left: 0;
    text-align: center;
}
.cms_title::before{
    display: none;
}
#top_cms .cms_title h2{
    font-size: 24px;
}
#top_cms .cms_title p{
    display: inline-block;
    letter-spacing: 3px;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    color: #bc9119;
}

#page_title .page_box{
    margin: 0;
    padding: 80px 0 0;
    text-align: center;
}
#page_title .page_box::before{
    display: none;
}
#page_title p{
    display: inline-block;
    letter-spacing: 3px;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    margin-top: 10px;
}

.cate_list{
    margin-bottom: 100px;
    justify-content: center;
}
.cate_list li{
    width: auto!important;
    padding: 5px;
}
.cate_list li a{
    padding: 10px 15px;
    line-height: 1.5;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 1px #603813;
	color: #603813;
	font-weight: normal
}

article.width_1280-max{
    padding: 100px 10%;
}
article.width_1280-max section[id^="page"], article.width_1280-max section[id^="page"] .under_box, article.width_1280-max > .width_1000-max{
    padding: 0;
    max-width: inherit;
    margin: 0;
}

footer{
    padding: 100px 10%!important;
    border-top: solid 1px #e4e2d5;
    position: relative;
}
footer::before{
    top: -100px;
    left: 3%;
    background-image: url('./Dup/img/img4.png');
}

.button{
    z-index: 1;
}

.footer_cms{
    color: #212121;
    line-height: 1.5;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header.grid_3{
    width: 100%!important;
}
header #logo {
    padding: 0 18px;
}
header .head_banner{
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
}
header .head_banner a{
    border-radius: 5px 5px 0 0;
}
.main_box.grid_9{
    width: 100%!important;
    margin-left: 0!important;
    min-width: inherit;
}
#contents1::after {
    bottom: -70px;
    width: 60%;
}
#contents2::after {
    width: 70%;
    height: 400px;
}
.top_cms_wrap::after {
    width: 30%;
    height: 300px;
    top: -150px;
}
#page_title h2{
    font-size: 28px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.fat-nav li:last-child a{
    font-size: 14px;
}
#main_img .main_title{
    top: 20%;
    left: 20px;
}
#contents1 {
    padding-right: 10%;
}
#contents1::before, #contents2::before, .top_cms_wrap::before, footer::before{
    width: 150px;
    height: 150px;
}
#contents1::before {
    top: -40px;
    right: 0;
}
#contents2::before {
    top: -70px;
}
.top_cms_wrap::before {
    top: -60px;
}
#contents1 h2, #contents2 h2 {
    font-size: 20px;
}
#contents3 h3 {
    font-size: 16px;
}
#contents3 .grid_6:last-child{
    margin-top: 50px;
}
#page_title h2{
    font-size: 24px;
}
.cate_list li{
    width: 100%!important;
    padding: 5px 0;
    text-align: center;
}
.cate_title{
    font-size: 18px;
}
footer::before {
    top: -50px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.pager li a{
    padding: 5px 0;
}
#page9 .box p a{
    padding: 5px 10px;;
}
#page10 ul li a{
    padding: 15px 0;
}
}