﻿:root{
    --co1: #4d000c;
    --ki: #f8f2df;
    --bk: #222222;
    --gothic: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --con2: 53px;
    --con3: calc(var(--con2) + 140px);
    --con4: calc(var(--con3) + 140px);
}

html, body {
    font-size: 16px;
}

.bg_color3 {
    background-color: var(--co1);
}

#page03 .cate_txt1{
    text-align: center;
}

.font_10up {
    font-size: -webkit-calc(1rem + 16px);
    font-size: calc(1rem + 16px);
}

.intro_txt{
    font-size: 24px;
    text-indent: 0.45em;
    padding: 0;
    margin-left: -0.5em;
}

/*#contents1{
    height: 100vh;
    align-items: center;
}*/

#contents2 .con2_box, #contents3 .con3_box, #contents4 .con4_box{
    background-color: rgba(247, 241, 223, 1) !important;
    padding-top: 20px;
}



#intro .intro_wrap {
    z-index: 1;
    max-width: 1280px;
    margin: auto;
    padding: 5% 10%;
    padding-top: 10%;
}

#con1_box{
    max-width: 900px;
}

.main_title{
    min-width: 300px;
    width: 60% !important;
}

.main_title img{
        width: 90%;
}

#cms_5-f .cate_box .open_bt .arrow::before, #cms_5-f .cate_box .open_bt .arrow::after, .cms_5-f .cate_box .open_bt .arrow::before, .cms_5-f .cate_box .open_bt .arrow::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #bdbdbd;
}

#cms_5-f .cate_box .open_bt .box_title1::before, .cms_5-f .cate_box .open_bt .box_title1::before {
    content: "Q.";
    position: absolute;
    left: -26px;
    top: -1px;
    color: #bdbdbd;
    display: inline-block;
    vertical-align: baseline;
    display: none;
}

#cms_5-f .cate_box .open_bt .box_title1, .cms_5-f .cate_box .open_bt .box_title1 {
    margin-left: 50px;
}

.border_color3 {
    border-color: #3d3d3d;
}

.txt_color3 {
    color: #ffffff;
}


.banner2{
    max-width: 100px;
    position: fixed;
}

#top_cms .cms_5-f .box_wrap{
    background-color: transparent;
    border: none;
}

#top_cms .cms_5-f .box_wrap .cate_box .open_bt{
        border-bottom: 1px solid #636363;
}



h3.intro_title{
        letter-spacing: 0.05em;
}

.kesi{
    border: none !important;
}

p.footer_h1{
    max-width: 360px;
}


.linkStyle{
color: #cc3535;
}

/*--20250611 correct start--*/

.main_title {
    min-width: 85%;
    top: 50%;
}

.only h1#logo{
    opacity: 0;
}

.only .headtrans h1#logo{
    opacity: 1;
}

.only #header #logo a{
    transform: scale(1) !important;
}


/*--footer map start--*/

.footer_wrap{
    display: flex;
}

.foot_contect, p.footer_h1, p#copyright{
    width: 100%;
    max-width: auto;
}

p.footer_h1{
    margin-top: 50px;
}

p.footer_txt{
    display: none;
}

.map{
    display: none;
}

#logo2{
    width: 100%;
}

#logo2 a{
        max-width: 200px;
    display: block;
    margin: auto;
}

/*--footer map end--*/

.btn{
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 20px 10px;
    background-color: #222222;
    color: white;
    margin: 40px auto 50px;
        display: block;
}

#cms_4-b .cate{
        border-bottom: 1px solid #3b3b3b;
}

#cms_4-b .cate:last-child{
    border: none;
}

/*--20250611 correct end--*/



/*--20250630 correct start--*/

#form_box{
    max-width: 1080px;
    margin: auto;
}

section#intro figure.intro_img{
    height: 500px;
    padding-left: 0;
}

section#intro figure.intro_img a img{
    object-fit: cover;
    height: 100%;
}


/*--20250630 correct end--*/


/*--20250702 correct start--*/

.bg_color1, .bg_color2, .bg_color4 {
    background-color: var(--ki);
}

body, .txt_color_nomal {
    color: var(--bk);
}

.contact_bt a{
    color: white;
}

nav#pc_nav ul li a{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.border_white {
    border-color: #222222;
}

#intro .intro_back{
    display: none;
}

.con2_box, .con3_box, .con4_box{
    cursor: pointer;
}

.con2_box p.con_no, .con3_box p.con_no, .con4_box p.con_no{
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}

.con2_box h3.con2_title, .con3_box h3.con3_title, .con4_box h3.con4_title{
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
    font-size: clamp(18px, 3vw, 34px);
    letter-spacing: -0.05em;
}

/*.con2_txt, .con3_box .con3_txt, .con4_box .con4_txt{
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.con2_txt.mie, .con3_box .con3_txt.mie, .con4_box .con4_txt.mie{
    opacity: 1;
    transition: all 0.3s;
    pointer-events: auto;
}*/

.con2_txt, .con3_txt, .con4_txt{
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.con2_txt.mie, .con3_txt.mie, .con4_txt.mie{
    opacity: 1;
    transition: all 0.3s;
    pointer-events: auto;
}

.read{
    letter-spacing: 0.2em;
    position: relative;
    font-size: 15px;
    transition: all 0.3s;
    display: inline-block;
    margin-bottom: 10px;
}

.read:before{
    background: #222222;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  opacity: 0.5;
}

.con2_box:hover .read:before, .con3_box:hover .read:before{
    transform-origin: left top;
    transform: scale(1, 1);
}

.con1_txt{
    max-width: 920px;
    margin: auto;
}

#header .menu_stick span{
    background-color: var(--bk);
}

#header .menu_stick.stick_trans span:first-of-type, #header .menu_stick.stick_trans span:last-of-type {
    background-color: #222222;
}

footer ul.footer_nav{
    width: calc(90% - 0px);
    margin: auto;
    border-bottom: 1px solid rgba(50, 50, 50, 0.2);
    padding-bottom: 20px;
}

.con_no_wrap.d_inline_b::before {
    background-color: #aaa799;
}

.border_color2, .border_color4 {
    border-color: #d0ccbc;
}

.contact_bt a{
    background-color: #4d000c !important;
    border: none;
}

.contact_bt a:hover{
    background-color: #4d000c !important;
}

.cms_2-g .box_wrap {
    box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px 0px;
    background-color: transparent;
    border: 1px solid #d0ccbc;
    padding: 20px;
}

.con1_txt p{
    text-align: center;
}

.bg_white {
    background-color: #222222;
}

.cms_wrap .txt_color1 {
    color: #222222 !important;
}

nav#sp_nav ul li:last-child{
    display: none;
}

/*--20250702 correct end--*/


/*--20250709 correct start--*/

#main_img .main_bg {
    mix-blend-mode: color-burn;
}

#intro div.intro_item{
    max-width: 495px;
}

#intro div.intro_item h3.intro_title, #intro div.intro_item div.intro_txt{
    text-align: center;
}

ul.cate_list li a{
    background-color: var(--bk);
    color: white;
}

.hvr_trans:hover {
    transform: translateY(-5px);
    opacity: 0.85;
}

.g_type1 > div{justify-content: space-around;}
.g_type1 .modal_bt{cursor: pointer}
.g_type1 .modal_bg{top: 0;left: 0;background-color: rgba(0,0,0,0.5);z-index: 9998;}
.g_type1 .modal_box{max-height: none;overflow-y: auto;z-index: 9999;height: 100vh;background-color: #f8f2df;}
.g_type1 .close_bt{
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
    padding: 10px 15px;
    color: #222222;
}
.g_type1 .cate_box {position: relative;width: 22.99999%!important;margin: 0 1%;margin-bottom: 20px;overflow: hidden; }


/*--20250714 add start--*/

.g_type1 .sub_pic{
    margin-top: 5px;
}

.g_type1 .sub_pic figure{
    padding: 2px;
    overflow: hidden;
    margin-bottom: 2px;
}

.g_type1 .sub_pic figure:nth-child(3n){
    padding-right: 0;
}

    .custom-swiper-container {
      width: 90%;
      padding: 40px 0;
      margin: auto;
      overflow: hidden;
      position: relative;
    }

    .custom-swiper-wrapper {
      display: flex;
      transition-property: transform;
      box-sizing: content-box;
    }

    .custom-swiper-slide {
      /*background: #eee;*/
      /*border: 1px solid #ccc;*/
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      /*height: 200px;*/
        height: 100%;
      flex-shrink: 0;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
    }

    /* ナビゲーション矢印のスタイル */
    .custom-swiper-button-next,
    .custom-swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 30px;
      height: 30px;
      background: rgba(0, 0, 0, 0.3);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      cursor: pointer;
      font-size: 16px;
      user-select: none;
      opacity: 0;
    }

    .custom-swiper-button-prev {
      left: 10px;
    }

    .custom-swiper-button-next {
      right: 10px;
    }

.top_cms .cms_sub_title {
    left: 0;
    top: -190px;
    z-index: 1;
    overflow: hidden;
    font-size: -webkit-calc(1rem + 66px);
    font-size: calc(1rem + 66px);
    opacity: 0.05;
    font-family: 'Ibarra Real Nova', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.top_cms .cms_sub_title span.active {
    transform: none;
}

.top_cms .cms_sub_title span {
    display: inline-block;
    line-height: 1;
    transition: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0,.64,.29,.99);
    transform-origin: top;
    transform: translateY(1em) rotate(10deg);
}

div.con2_txt > div, div.con3_txt > div, div.con4_txt > div{
    position: fixed;
    top: 0px;
    background-color: var(--ki);
    width: 100%;
    left: 0px;
    color: white;
    height: 100vh;
    z-index: 10;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: var(--bk);
    line-height: 1.8em;
}

section#contents2, section#contents3, section#contents4{
    position: sticky;
    height: 70vh;
}

section#contents2{
   /* --con2: -20px;
    top: -20px;*/
    top: var(--con2);
}

section#contents3{
    /*--con3: calc(var(--con2) + 140px);*/
    /*top: 120px;*/
    top: var(--con3);
}

section#contents4{
    /*--con4: calc(var(--con3) + 140px);*/
    /*top: 120px;*/
    top: var(--con4);
}

figure.switch{
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    height: 70vh;
    overflow: hidden;
    background-color: #f8f2df;
}

.narabi{
    width: 85%;
    margin: 10% auto;
}

.narabi figure{
    padding: 2.5%;
}

.narabi figure:first-child,.narabi figure:nth-child(4){
    margin-top: -10%;
} 

.narabi figure:nth-child(3n){
    margin-bottom: -10%;
} 

#contents1{
    display: none;
}

div.top_cms > div.cms_box{
    padding-bottom: 0;
}

div.top_cms > div.top_cms_wrap{
    margin-bottom: 0;
}

div.top_cms div.top_cms_wrap{
    margin-bottom: 0;
}

section#page_title{
    padding: 200px 0 100px;
    background-image: none !important;
}

.btn_kore{
        color: #222222;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid black;
}

/*--20250714 add end--*/


@media all and (-ms-high-contrast:none){
.g_type1 .modal_box .box_txt2 a {padding: 8px 10px 2px;}
}




/*--20250709 correct end--*/


/*--20250730 correct start--*/

#page02 ul.cate_list{
    display: none;
}

footer div.tel_bt a span{
    max-width: 1em;
    display: inline-flex;
    position: relative;
    top: 0.1em;
    margin-right: 0.5em;
}

/*--20250730 correct end--*/

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#intro .intro_wrap {
    margin-top: 7.5%;
}

.con1_txt{
    padding-left: 0;
}

#contents4 .con2_img1{
    height: 60vw;
}

.more a{
    color: black;
}

#main_img {
    height: 100vw !important;
}

.g_type1 .cate_box {width: 30.99999%!important;}

section#conents2, section#conents3, section#conents4{
    position: relative;
    height: auto;
}

#intro .intro_wrap {
    padding: 2% 5%;
    letter-spacing: -0.01em;
}

.only h1#logo {
    opacity: 1;
}

div.top_cms div.cms_box > div:first-child{
    padding-top: 70px;
}

.narabi {
    width: 90%;
}

.narabi figure {
    padding: 1.5%;
}

:root {
    --con3: calc(var(--con2) + 130px);
    --con4: calc(var(--con3) + 130px);
}

figure.switch {
    opacity: 1 !important;
    height: 80vh;
}


section#contents2, section#contents3, section#contents4 {
    height: 100%;
}

figure.switch {
    height: 100%;
}

section#page_title {
    padding: 110px 0 0px;
}

div.con2_txt > div, div.con3_txt > div, div.con4_txt > div {
    padding: 0 20px;
    box-sizing: border-box;
    letter-spacing: -0.01em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

    #intro .intro_wrap {
        margin: auto;
        padding: 10% 5%;
        padding-bottom: 0px;
    }

.font_10up {
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}

#intro .intro_item{
    margin-bottom: 0;
}

#main_img {
        height: 130vw !important;
    }

#intro figure.intro_img img{
    margin: auto;
    display: block;
    margin-left: 7%;
}

.intro_txt {
    font-size: 16px;
}

h3.intro_title{
    margin-bottom: 20px;
}


#pc_nav .contact_bt{
    display: none;
}

.main_title img {
    filter: drop-shadow(0px 0px 10px rgba(20, 20, 20, 0.7)) drop-shadow(0px 0px 20px rgba(20, 20, 20, 0.7));
}

h3.con1_title span, #contents2 h3,  #contents3 h3, #contents3 h3{
    letter-spacing: 0.05em;
}

.main_title img {
    filter: drop-shadow(0px 0px 10px rgba(20, 20, 20, 0.2)) drop-shadow(0px 0px 20px rgba(20, 20, 20, 0.2));
}

#intro figure.intro_img img {
    margin-left: 0%;
}

section#intro figure.intro_img {
    height: 350px;
    padding-left: 0;
}

.g_type1 .cate_box {width: 47.99999%!important;}

div.top_cms > div.cms_box {
    margin-bottom: -30px;
}

div.top_cms div.cms_box > div:first-child {
    padding-top: 50px;
    margin-bottom: 0;
}

.custom-swiper-container {
    padding: 0px;
}

.con2_box h3.con2_title, .con3_box h3.con3_title, .con4_box h3.con4_title {
    letter-spacing: -0.0em;
    font-feature-settings: "palt";
}

#top_cms div.cms_box div:first-child{
    padding-top: 0;
}

figure.switch {
    padding: 10px 20px;
    transform: translateY(2px);
}

#top_cms div.cms_box div:first-child {
    margin-bottom: 0;
}

#top_cms{
    margin-top: 100px;
}

.top_cms .cms_sub_title {
    top: -125px;
}

}