﻿/********** font **********/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@500&family=Shippori+Mincho+B1:wght@500&family=Zen+Old+Mincho:wght@500&display=swap');

:root{
    --font-jp: 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-jp2: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-en: 'Cormorant Infant', 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body, .font_sans-serif{
    font-family: var(--font-jp);
}
.font_jp, a[href^="tel:"], .pager{
    font-family: var(--font-jp2);
}
.font_en, .font1, .overlay .overlay-nav .en{
    font-family: var(--font-en);
}

.font_bold, #contents .con_title, .intro_title1, .cms_title h3, #page_title .jp{
    font-weight: normal;
}

/********** color **********/

:root{
    --color1: #101010;
    --color1s: #222222;
    --color2: rgba(16,16,16,0.05);
    --color3: #dd2c2c;
    --color4: rgba(16,16,16,0.2);
    --black: #101010;
}

/********** all **********/

.lightboxOverlay{
    background-color: #fff;
}
.lb-data{
    color: var(--black);
}

/** modal **/

.sub_cate .modal_bt{
    cursor: pointer;
}
.modal_wrap .modal_box{
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.modal_wrap .modal_box.active{
    opacity: 1;
    pointer-events: auto;
}
.modal_wrap .modal_box::-webkit-scrollbar{
    display:none;
}
.modal_wrap .modal_box .modal_bg{
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.95);
}
.modal_wrap .modal_box .modal_close{
    cursor: pointer;
    top: 10px;
    right: 10px;
}

/** other **/

body{
    line-height: 2;
    font-size: 14px;
}

h2, h3, h4, h5, h6{
    line-height: 1.5;
}

body, main.blur, #page_title .jp{
    background-image: url(./Dup/img/bg_img.jpg);
    background-position: top left;
    background-color: transparent!important;
}

header{
    top: 0;
    left: 0;
}
header.scr_header{
    background-color: #fff!important;
}

#header{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.overlay .overlay-nav{
    height: auto!important;
}
.overlay .overlay-nav > ul{
    width: 100%!important;
}
.overlay .overlay-nav > ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: row;
}
.overlay .overlay-nav > ul > li {
    margin-bottom: 10px!important;
}
.overlay .overlay-nav > ul > li a{
    padding-bottom: 5px;
}
.overlay .overlay-nav .top .jp {
    font-size: 18px;
    margin-right: 15px;
}
.overlay .overlay-nav .middle .jp{
    margin-right: 15px;
}
.overlay .overlay-nav ul.top a:after, .overlay .overlay-nav ul.middle a:after {
    height: 1px;
}
.overlay .overlay-nav ul.top a:hover:after, .overlay .overlay-nav ul.middle a:hover:after {
    width: 20px;
}
.overlay .overlay-nav .bottom a{
    padding: 20px 0;
    line-height: 1.5;
}

#logo img{
    max-width: 200px;
}

#pc_nav li{
    padding: 0;
}
#pc_nav li:not(:last-of-type){
    border-right: solid 1px;
}
#pc_nav li a{
    display: block;
    padding: 0 20px;
    color: inherit;
    margin-top: -2px;
    line-height: 1.3;
}
#pc_nav li a::after, #footer_nav li a::after{
    display: none;
}
#pc_nav li a, #footer_nav li a{
    transition: 0.3s;
}
#pc_nav li a:hover, #footer_nav li a:hover{
    color: var(--color3);
}

.menu-trigger-bar{
    background-color: currentColor;
}
.menu-trigger-bar:before{
    background-color: #fff;
    opacity: 0.2;
}

#main_img:before {
    background-image: linear-gradient(to bottom, rgba(242,242,242,1), rgba(242,242,242,0));
    background-size: 100% 140px;
    background-repeat: no-repeat;
    z-index: 1;
}
#main_img .scr, #page_title_img .scr{
    font-family: var(--font-en);
}
#main_img .catch{
    z-index: 1;
}

#logo2{
    margin-bottom: 40px;
}

#footer_nav{
    padding: 30px;
    background-color: var(--color2);
}
footer #footer_info {
    background-color: var(--color1s);
}
#copyright{
    padding: 20px;
}


/********** top **********/

.filter2{
    background-color: var(--color1);
}

#contents .rotate_txt span{
    display: inline-block;
    opacity: 0;
    transform: translate(5px,10px) rotate(-10deg);
    filter: blur(5px);
    transition: 0.5s;
}
#contents .rotate_txt span.active{
    opacity: 1;
    transform: translate(0px,0px) rotate(0deg);
    filter: blur(0px);
}

#intro .intro_title1 {
    font-family: var(--font-jp2);
}
#intro .intro_title1 > span{
    background-image: url(./Dup/img/bg_img2.png), url(./Dup/img/bg_img3.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
#intro .intro_photo h2{
    display: none;
    font-family: var(--font-en);
}

.top_title h2{
    font-family: var(--font-en);
}

#contents .num{
    display: none;
}
#contents .con_title{
    font-family: var(--font-jp2);
    max-height: 350px;
    font-size: 30px;
    padding-top: 60px;
    background-image: url(./Dup/img/item1.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
}
#contents .box2 .con_title{
    height: 280px;
}
#contents .con_title span{
    display: inline-block;
}

#contents_modal .modal_title_wrap {
    display: none;
}
#contents .con_box .con_txt span{
    text-align: center;
}

.top_title .slash:before, .top_title .slash:after, .top_title .slash:before, .top_title .slash:after{
    display: none;
}

.more_item{
    border: none;
    background-color: transparent!important;
    color: var(--color1);
    border-bottom: solid 1px;
    width: 100px;
    padding: 10px 0;
}
.more_item:hover{
    padding-right: 5px;
}
.more_item .text{
    letter-spacing: 3px;
    font-size: 14px;
    text-align: right;
}
.more_item::before {
    height: 1px;
    width: 20px!important;
    background: var(--color3);
    left: 0;
}

#first_cms .cms_title{
    padding-left: 20px;
}
#first_cms .cms_title p{
    position: absolute;
    transform: rotate(90deg);
    transform-origin: top left;
    left: 35px;
    top: 0;
    padding-left: 10px;
}

#top_cms #top_cms_wrap{
    padding: 150px 0;
    width: 80%;
    margin: auto;
    border-left: solid 1px var(--color4);
}
#top_cms #top_cms_wrap .top_cms_box{
    padding: 0 100px 150px 100px;
    margin: 0;
    border: none;
}
#top_cms #top_cms_wrap .top_cms_box:last-of-type{
    padding-bottom: 0;
}
#top_cms .cms_title .bar {
    width: 3px;
    height: 100%;
    top: 0;
    left: -101px;
}
#top_cms .cms_title h3{
    font-family: var(--font-jp2);
    max-height: 300px;
    font-size: 30px;
}
#top_cms .cms_title p{
    font-family: var(--font-en);
}

.cms_2-h .cate a{
    transition: background-size 0.5s cubic-bezier(0,.4,.3,1);
    background-image: linear-gradient(to bottom, var(--color3), var(--color3));
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 0 2px;
}
.cms_2-h .cate a:hover{
    background-size: 50px 2px;
}
.cms_2-h .cate a .cate_img1 img{
    display: block;
    transition: transform 2s cubic-bezier(0,.4,.3,1);
}
.cms_2-h .cate a:hover .cate_img1 img{
    transform: translate(-50%, -50%) scale(1.1);
}


/********** under_page **********/

#page_title_img{
    background-image: url(./Up_Img/218/kehr0aa3.jpg);
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    height: 400px;
}
#page_title_img:before {
    display: none;
}
#page_title .jp{
    line-height: 1;
    font-family: var(--font-jp2);
    font-size: 40px;
    left: 19px;
    top: -80px;
    padding: 30px 50px 0;
    display: inline-block;
}
#page_title .jp:before{
    display: none;
}
#page_title .en{
    font-family: var(--font-en);
    position: static;
    margin-top: 10px;
    opacity: 0.5;
    padding-left: 5px;
    font-size: 20px;
    letter-spacing: 5px;
}

.cate_list {
    padding-left: 120px;
}
.cate_list:before {
    padding: 5px 15px;
    background-color: var(--color1)!important;
}
.cate_list li a{
    transition-property: padding-right, padding-left;
}
.cate_list li a:hover{
    padding-right: 10px;
}
.cate_list li a:before{
    height: 1px;
}

#cms_1-e .box_title1 {
    padding-top: 0;
}

.cms_6-b .cate_box:first-of-type, #cms_6-b .cate_box:first-of-type {
    border-top: none;
}

#page7 #info_wrap .box_title1 {
    padding-bottom: 0;
    color: currentColor;
}
#page7 #info_wrap .box_txt1 {
    padding: 10px 20px;
}

#page8 #contact_tel a{
    padding: 0;
    background-color: transparent;
    border: none;
    color: var(--color3);
}

#page10 ul{
    border-left-width: 1px;
    font-size: 18px;
    letter-spacing: 2px;
}

.fix_banner .more_item{
    background-color: var(--color1)!important;
    color: #fff;
    width: 100%;
    border-bottom: none;
    max-width: 100%;
}
.fix_banner .more_item .text{
    text-align: center;
}
.fix_banner .more_item::before {
    background: #fff;
    left: 60px;
}


/********** tablet 780 **********/
@media screen and (max-width: 768px){
#main_img{
    margin-top: 80px;
}
#main_img:before {
    background-image: none;
}
#main_img .catch{
    max-width: 250px;
}
#intro .intro_right {
    width: 100%;
}
#top_cms #top_cms_wrap .top_cms_box{
    padding: 0 50px 100px 50px;
}
#top_cms #top_cms_wrap .top_cms_box:last-of-type{
    padding-bottom: 0;
}
#top_cms .cms_title .bar {
    left: -51px;
}
#logo2 img{
    max-width: 200px;
}
#page_title_img{
    height: 40vw;
}
#page_title .jp {
    font-size: 40px;
}

}

/********** mobile 750 **********/
@media screen and (max-width: 667px){
.overlay .overlay-nav .top .jp {
    font-size: 16px;
    line-height: 1.5;
}
.overlay .overlay-nav .sp_tel a{
    padding: 10px;
    justify-content: center;
    margin: auto;
}
#header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#main_img{
    margin-top: 62px;
}
#main_img .catch{
    max-width: 150px;
}
#main_img:before {
    background-size: 100% 80px;
}
#logo img {
    max-width: 160px;
}
#first_cms .cms_title{
    padding-left: 0;
}
#first_cms .cms_title p{
    position: static;
    transform: none;
    padding: 0;
}
#intro .intro_photo h2{
    font-size: 70px;
    left: -30px;
}
#top_cms #top_cms_wrap{
    padding: 100px 0;
    width: 90%;
}
#top_cms #top_cms_wrap .top_cms_box{
    padding: 0 20px 100px 20px;
}
#top_cms #top_cms_wrap .top_cms_box:last-of-type{
    padding-bottom: 0;
}
#top_cms .cms_title .bar {
    left: -21px;
}
#main_img .scroll, #page_title_img .scroll{
    right: -5px;
    bottom: -50px;
}
#main_img .scr, #page_title_img .scr{
    font-size: 14px;
}
#page_title_img {
    margin-top: 62px;
    margin-left: 10px;
    margin-right: 10px;
}
#page_title .jp {
    font-size: 26px;
    left: 9px;
    top: -42px;
    padding: 20px 20px 0;
    padding-left: 10px;
}
#page_title .en {
    font-size: 16px;
    letter-spacing: 3px;
}
.cate_list {
    padding-left: 0;
    padding-top: 50px;
}
.cate_list li {
    padding: 5px 10px;
}
.cate_list li a:hover{
    padding-right: 0;
}
#page7 #info_wrap .box_title1 {
    opacity: 0.4;
}

#footer_info .info_txt {
    padding: 50px 5%
}
.fix_banner{
    max-width: calc(100% - 20px);
}
.fix_banner .more_item::before {
    left: 100px;
}
}