﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300&family=Raleway&family=Shippori+Mincho+B1:wght@500&display=swap');

.hannari, .cate_title, .sub_cate_title, .box_title, .box_title1, #cms_5-c .box_title1::before, .cms_5-c .box_title1::before, #cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.pop400, .pop300, #return_top, #footer_nav_wrap, #pc_nav, .more_btn, .pager, a[href^="tel:"], .button_container, #overlay .left, #overlay h2{
    font-family: 'Outfit', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.didot, .date, .cate_title::before, .con_no{
    font-family: 'Raleway', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bold{
    font-weight: normal;
}

/*** fade ***/

#top_cms .cms_title h3, #page_title h2{
    line-height: 1.2;
    overflow: hidden;
}
#top_cms .cms_title h3 span, #page_title h2 span{
    display: inline-block;
    transition: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    transform-origin: top left;
    transform: translateY(1.2em) rotate(20deg) skewY(5deg);
}
#top_cms .cms_title h3 span.active, #page_title h2 span.active{
    transform: none;
}

/*** cursor ***/

.cursor{
    background-color: #ccc;
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 10001;
    transition: 0.3s;
    transition-property: opacity, transform;
    pointer-events: none;
}
.cursor.active{
    transform: scale(6);
    opacity: 0.2!important;
}

/*** other ***/

html, body, #wrap{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
}
h2, h3, h4, h5, h6{
    line-height: 1.5;
}

.portrait_img {
    height: 700px!important;
}

#fakeloader{
    background-color: #f7f7f7;
}

.back1:before, .back2:before{
    display: none;
}

header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0));
    top: 0;
    left: 0;
    pointer-events: none;
}
header #header > .d_flex{
    justify-content: flex-end;
    padding: 30px 0;
    position: relative;
}
header .txt_white{
    color: #333;
}
#overlay .left, #overlay .right{
    border-color: #ccc;
}
header #logo{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px!important;
}
#overlay .right .nav_menu_more a{
    color: #fff!important;
    background-color: #543228!important;
}
#overlay .right .nav_menu_more a:hover{
    opacity: 0.7;
}
.nav_menu_more a .icon:before{
    display: none;
}
.overlay ul li a, #overlay .left li:before{
    color: #333;
}

#pc_nav{
    letter-spacing: 3px;
}
#pc_nav li{
    margin: 0 20px;
}
#pc_nav li a::after{
    background-color: #ccc;
    height: 1px;
}

#top_pc_nav{
    display: none;
}

.overlay{
    background-color: rgba(247,247,247,0.9);
}
.button_container{
    right: 20px;
    top: 20px;
    transform: none;
}
.button_container span{
    color: #333!important;
    background-color: currentColor!important;
}
.button_container span:nth-of-type(1){
    background-color: transparent!important;
}
.head_banner{
    top: 20px;
    right: 100px;
}

main{
    position: relative;
    background-color: #fff;
}

#main_img:before {
    background-color: rgba(70,70,70,0.3);
}
#main_img .main_logo{
    top: 20px;
    left: 20px;
    width: 200px;
    z-index: 1;
}
#main_img .menu{
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
}
#main_img .menu.active{
    opacity: 1;
    transform: translate(-50%, -50%);
    filter: none;
}

.num{
    display: none;
}

main > div.back1{
    padding-top: 0;
}

#intro{
    margin-bottom: 0;
}
#intro_wrap{
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    z-index: 1;
}
#intro_wrap h3, #contents3_wrap h3{
    padding-bottom: 30px;
    color: #543228;
}
#intro_wrap h3::before, #contents3_wrap h3::before{
    bottom: 0;
}

#contents1_wrap{
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    margin-bottom: 50px;
}
#contents1_wrap::before{
    position: absolute;
    content: "";
    width: 70%;
    height: 85%;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: -1;
}
#contents1 .con_box{
    padding-left: 10%;
}
#contents1_wrap h3, #contents2_wrap h3{
    display: block;
    padding-bottom: 30px;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
    color: #543228;
}
#contents1_wrap h3::before, #contents2_wrap h3::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: #543228;
}

#contents2 .con_box{
    margin-top: 10%;
    padding-right: 10%;
}
#contents2{
    position: relative;
    z-index: 1;
}
#contents2::before{
    position: absolute;
    content: "";
    width: 30%;
    height: 400px;
    left: 0;
    bottom: -200px;
    background-color: #f9f9f9;
    z-index: -1;
}

#contents3{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
#contents3 #contents3_wrap{
    padding-bottom: 200px;
}
#contents3 .con_box{
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
#contents3_wrap:before, #contents3_wrap:after{
    display: none;
}
#contents3 .con3_bg{
    height: calc(100% - 200px);
    left: 0;
    bottom: 0
}
#contents3 .con3_bg .con3_bg_img{
    left: 0;
    top: 0;
}
#contents3 .con3_bg .con3_bg_img.luxy-el{
    height: 150%;
    top: -15%;
}

#intro .line:before, #contents3 .line:before{
    height: 1px;
    background-color: currentColor;
}

#top_cms{
    margin-top: 100px;
    border-top: solid 1px #e6e6e6;
}
#top_cms .top_cms_box{
    padding-top: 0!important;
    padding-bottom: 100px!important;
    border-bottom: solid 1px #e6e6e6;
}
#top_cms .cms_title{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 100px;
    position: relative;
}
#top_cms .cms_title::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    top: -1px;
    margin: auto;
    background-color: #543228;
    transition: 1s;
    transform-origin: width;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
}
#top_cms .cms_title.trans::before{
    width: 100px;
}
#top_cms .cms_title p{
    color: #ceb434;
    margin-bottom: 10px;
}
#top_cms .cms_title h3{
    font-size: 40px;
    letter-spacing: 4px;
    color: #333;
}

.more_btn{
    background-color: #543228;
    color: #fff;
    overflow: hidden;
    transition: 0.3s!important;
}
.more_btn:hover{
    background-color: transparent;
    color: #ceb434;
}
.more_btn::before, .more_btn::after{
    width: 0;
    height: 0;
    opacity: 0;
    transition: 1s;
    transition-delay: 0s!important
}
.more_btn:hover::before, .more_btn:hover::after{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition-property: width, height;
}
.more_btn::before{
    left: 0;
    top: 0;
    border-top: solid 1px #ceb434;
    border-left: solid 1px #ceb434;
    border-bottom: none;
}
.more_btn::after{
    top: auto;
    right: 0;
    bottom: 0;
    border-bottom: solid 1px #ceb434;
    border-right: solid 1px #ceb434;
}

#info_contact .con_box {
    width: calc(50% - 20px);
    margin-right: 0;
    margin: 0 5px;
}
#info_contact .con_box .con_title .hannari{
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 1.5;
}

#page_title{
    padding: 150px 0 100px;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
}
#page_title:before{
    display: none;
}
#page_title::after{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    background-color: #543228;
    transition: 1s;
    transform-origin: width;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
}
#page_title.trans::after{
    width: 100px;
}
#page_left, #page_right{
    display: none;
}
#page_title .page_title_box{
    display: block;
    position: static;
    transform: none;
    padding: 0;
    background-color: transparent;
    width: 100%;
}
#page_title .page_title_box #footer_txt{
    line-height: 2;
}
#page_title .page_title_box p{
    color: #ceb434;
    margin-bottom: 10px;
}
#page_title .page_title_box h2{
    font-size: 40px;
    letter-spacing: 4px;
    color: #333;
}

#cms_1-a .date{
    width: 100%;
    padding: 0 10px;
    border: none;
    border-left: solid 1px #ceb434;
    color: #ceb434;
    text-align: left;
    font: 16px;
}

#cms_2-a .cate_box:nth-of-type(even){
    flex-direction: row-reverse;
}

#cms_2-b .box_title1{
    padding-bottom: 10px;
    position: relative;
    border-color: #e6e6e6;
}
#cms_2-b .box_title1::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: currentColor;
}

#cms_5-c .box_title1, .cms_5-c .box_title1{
    border-bottom: solid 1px #e6e6e6;
}
#cms_5-c .box_title1::before, .cms_5-c .box_title1::before, #cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    font-weight: normal;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    opacity: 1;
    color: #ceb434;
    line-height: 1.8;
}

.cate_list li{
    width: auto!important;
    margin: 0!important;
    padding: 5px!important;
}
.cate_list li a{
    background-color: #f7f7f7;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #543228;
}
.cate_list li a:hover{
    background-color: #543228;
    color: #fff;
}

body{
    counter-reset: number 0;
}
.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 30px!important;
	margin-bottom: 50px;
	color: #543228;
	position: relative;
}
.cate_title::before{
    counter-increment: number 1;
    content: "0" counter(number);
    display: block;
    margin-bottom: 20px;
    color: #ceb434;
    font-size: 16px;
}
.cate_title::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: currentColor;
}

.pager li.column{
    width: 50px!important;
    height: 50px!important;
    line-height: 50px;
    margin: 0 10px!important;
}
.pager li a{
    color: #543228;
    border-bottom: solid 1px;
    padding: 0;
}
.pager li a i{
    color: #543228;
}
.pager li a:hover{
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

#page10 .more_btn{
    padding: 20px 0!important;
}

#footer_nav_wrap{
    letter-spacing: 3px;
}
#footer_nav li{
    margin: 0 20px;
}
#footer_nav li a::after{
    background-color: currentColor;
    height: 1px;
}

footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer{
    background-color: transparent;
}
#footer #footer_con{
    padding-top: 0;
}
#footer #footer_con h2{
    display: none;
}

#copyright{
    background-color: transparent;
    color: #333;
    margin-top: 30px;
    padding: 0;
}
#copyright .txt_white{
    color: #333;
}

#return_top a{
    color: #333;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#header{
    padding: 0;
}
header #logo, #main_img .main_logo{
    width: 130px!important;
}
#main_img{
    height: 100vw;
}
#intro{
    margin-bottom: 50px;
}
#intro .fadein_up{
    opacity: 1;
    transform: none;
}
#intro_wrap{
    top: -50px;
}
#contents1 .con_box {
    margin-top: 15%;
}
#contents1_wrap::before {
    height: 90%;
}
#contents2 .con_box {
    margin-top: 30px;
}
#contents2::before {
    height: 500px;
}
#info_contact .con_box .con_title .hannari{
    letter-spacing: 3px;
    font-size: 26px;
}
.pager li a{
    background-color: #f7f7f7;
    border: none;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header #logo, #main_img .main_logo{
    top: 10px;
    left: 10px;
    width: 100px!important;
    max-width: 100px!important;
}
.head_banner{
    right: 70px;
    font-size: 12px;
    line-height: 1.5;
}
#page_title .page_title_box h2, #top_cms .cms_title h3{
    font-size: 30px;
    letter-spacing: 3px;
}
.button_container{
    right: 10px;
    top: 10px;
}
#intro{
    margin-bottom: 20px;
}
#intro_wrap{
    top: -30px;
}
#contents1 .con_box, #contents2 .con_box {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#contents1_wrap{
    padding-bottom: 0;
}
#contents1_wrap::before {
    width: 60%;
    height: 100vw;
    top: 100px;
}
#contents2::before {
    width: 60%;
    height: 100vw;
    top: 100px;
    bottom: auto;
}
#top_cms .cms_title {
    margin-bottom: 70px;
}
#info_contact .con_box {
    width: 100%;
    margin: 0 0 10px;
}
.cate_list li{
    width: 100%!important;
    margin: 0 0 10px!important;
    padding: 0!important;
    text-align: left;
}
.cate_title{
    font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#pc_nav li:last-child a{
    padding-top: 15px;
}
.more_btn{
    padding-bottom: 10px!important;
}
.cate_list li a{
    padding-bottom: 4px;
}
#cms_3-f .sub_cate_title{
    padding-top: 0;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    line-height: 1.4;
}
}