﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');


/* -----------------------------------------------------------------------------------------------　all　----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------　body　----------------------------------------------------------------------------------------------------------------- */

/*--------posi_rel--------*/
/*装飾に便利なposi_rel▼*/
#catch,#catch2, #contents, .f_link, #page_title{position: relative;}
/*装飾に便利なposi_rel▲*/

/*装飾に便利な疑似クラス設定▼*/
#catch:before,#catch:after,#contents:before,#contents:after,.f_link:before,.f_link:after,#page_title:before,#page_title:after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/*装飾に便利な疑似クラス設定▲*/

/* font -----------------------------------------------------------------------------*/
.font_bold{font-weight: 700;}

:root{
    --font-jp:"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
    --font-jp1:'Shippori Mincho',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
    --font-en:'Shippori Mincho',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}

body, .font_sans-serif{
    font-family: var(--font-jp1);
    font-weight: 600;
}

.en_font,.sub_title,#footer h2 span,.more_txt1,.more_txt2,.footer_tel{
    font-family: var(--font-en);
    text-transform: uppercase;
}

.loader_txt, .cms_title h2, #catch h2, #contents h2, #contents .box h3, #top_cms .cms_title h2, #page_title h2{
    font-family: var(--font-jp);
    line-height: 1.5;
}

/* color -----------------------------------------------------------------------------*/
:root{
    --color1: #8B6B4A;
    --color2: #D9C7A1;
    --color3: #5F6B4B;
    --color4:#FFECDB;
    --color5: #A15C5C;
    --white: #FAF8F5;
    --black:#4e4e4e;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

#wrap {
    background-image: url(/Files/img/bg.jpg);
    background-color: var(--color4);
}

#wrap {
    min-width: 1280px;
}

#contents,.f_link,#top_contents2{
    background-color: var(--color1);
    background-image: url(/Files/img/rice-paper-2.png);
    background-size: 10% auto;
    background-repeat: repeat;
}

/* ----------------------------------------------------------------------------------------------　top　----------------------------------------------------------------------------------------------------------------- */
/* ------------------------------　main　▼---------------------------------- */
.main_img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffecdb29; /* 黒の透明度20% */
    pointer-events: none; /* スライド操作やクリックを邪魔しない */
    z-index: 2; /* スライドより前に表示 */
}

/* .main_img_wrapper {
    position: relative;
    z-index: 1;
    height: 100vh;            スライドショーの高さ
    margin: 0 0% 0 15%;       横の余白
    border-radius: 20px 0 0 20px;      角丸
    overflow: hidden;         角丸に沿って中身を切る
} */

.main_img_wrapper {
    position: relative;
    z-index: 1;
    height: calc(100vh - 50px);
    margin: 25px 0% 0 15%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.main_img {
    width: 100%;
    height: 100%;
}

.main_txt {
    z-index: 3;
    left: 20%;
    width: max(460px, 35vw);
    padding: 0 20px;
    bottom: 50%;
    transform: translateY(50%);
    background-position: center;
}
/* ------------------------------　main　▲---------------------------------- */

/* ------------------------------　intro　▼---------------------------------- */
header {
    background-color: var(--white) !important;
}

.menu .logo, .menu ul {
    background-color: transparent !important;
    padding: 50px 10px;
}

.menu ul{
	text-align: center;
}

.menu {
    left: 0;
    width: 15% !important;
}

/* ------------------------------　intro　▲---------------------------------- */

/* ------------------------------　question　▼------------------------------ */
#question .title_dec .con_before {
    width: 38%;
    height: 23px;
    left: 50%;
    top: 21%;
    transform: translateX(-50%) !IMPORTANT;
    background-position: center !IMPORTANT;
    background-image: url(/Files/img/bg1.png);
    background-position: left 20px bottom 0;
    background-size: 56px;
    background-repeat: repeat-x;
    background-color: transparent;
    border: none;
}

#question .title_dec {
    background-image: url(/Files/img/bg2.png);
    background-position: center top;
    background-size: 125px;
    background-repeat: no-repeat;
    padding-top: 48px;
    border: none;
}


#catch .box {
    position: relative;
    z-index: 1; /* テキストが上に来るように */
}

#catch span.img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;     /* セクション全体に広げる */
    height: 100%;    /* セクション全体に広げる */
    background-image: url(/Files/img/con1_image-kakou.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;  /* 画面幅にフィット */
    z-index: 0;      /* 背景として後ろに */
}
/* ------------------------------　question　▲------------------------------ */

/* ------------------------------　contents　▼------------------------------ */

#contents .con_before {
    width: 70%;
    height: 23px;
    left: 40px;
    top: 74px;
    background-image: url(/Files/img/bg1.png);
    background-position: left 20px bottom 0;
    background-size: 56px;
    background-repeat: repeat-x;
    background-color: transparent;
}


#top_contents2 .title {
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 24px);
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
/* ------------------------------　contents　▲------------------------------ */

.contact_tel_title {
    text-align: center;
    position: relative;
    width: 100%;
    background-color: var(--white);
    padding-top: 20px;
}

.contact_tel_title:after{
    content: '';
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: 60px;
    background-color: var(--color1);
}



.contact_tel_title_en{
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Audiowide';
    font-size: 2rem;
    line-height: 1;
    color: var(--color1);
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact_tel_title_jp{
    position: relative;
    padding: 0 1px 0 5px;
    color: var(--color1);
    font-size: 2.4rem;
    line-height: 1;
    display: inline-block;
    background-color: #ffffff;
    letter-spacing: 2.3px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    padding: 20px;
}

i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}

/* ---------------------------------------　top_cms　▼--------------------------- */

.top_cms_box_wrap .cms_title, .cms_title_box {
    padding: 15px 10px;
    /* background-color: var(--color1) !important; */
    color: var(--color3);
    border-bottom: solid 1px var(--color3);
}

/* ---------------------------------------　top_cms　▲--------------------------- */
/* ---------------------------------------　footer　▼--------------------------- */
#footer h2 span {
    z-index: 2;
    background-color: transparent;
    color: var(--color3);
}

.sns_link {
    padding-top: 20px;
}
/* ---------------------------------------　footer　▲--------------------------- */
/* -----------------------------------------------------------------------------------------------　下層ページ　--------------------------------------------------------------------------------------------------------- */
#page_title{
    margin-top: 80px;
    background-position: center;
}
#page_title .title{
    padding: 0;
    height: 100%;
    width: 100% !important;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: color-mix(in srgb, var(--color4) 50%, transparent);
}

#page_title h2 {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
    color: var(--white);
}

#page_title p {
    text-shadow: 0px 0px 20px rgb(0 0 0 / 40%);
    color: var(--color3);
}
/* -----------------------------------------------　お問い合わせ　▼*  -----------------------------------------------*/
#tel_contact {
    background-color: var(--white);
}


/*20240605*/
.menu ul a {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 2px);
}

#tel_contact h3, #tel_contact .tel a, #tel_contact .tel_txt {
    color: var(--black);
}

.footer_tel {
    font-size: 20px;
    border: 1px solid var(--white);
    border-radius: 100px;
    background-color: #faf8f563;
    color: var(--normal);
    padding: 20px 100px;
}

.content_wrap .box_item p {
    color: var(--black);
}

.contact_type1 .left, .contact_type1 .right {
    padding: 40px 27px 30px;
    background-color: #f7f7f7;
    margin: 1%;
    width: 48%!important;
    box-sizing: border-box;
}
.contact_type1 .cate_title {
    padding: 0;
    margin: 0;
    font-size: 19px;
    margin-bottom: 16px;
}
.contact_type1 .con_box1 a {
    display: block;
    max-width: 330px;
    margin: 0 auto 27px;
    transition: opacity .6s;
}
.contact_type1.con_box2 a{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    transition: opacity .6s;
}
.contact_type1 .click_bt {
    cursor: pointer;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
}
.contact_type1 .txt_box{
     display: none
}
/* -----------------------------------------------　お問い合わせ　▲*  ---------------------------------------------- */


/* *  -----------------------------------------------　プライバシーポリシー ▼*  ------------------------------------ */
/* *  ----------------------------------------------　プライバシーポリシー ▲*  --------------------------------------*/


/**  -----------------------------------------------　サイトマップ　▼*  -------------------------------------------- */
/**  -----------------------------------------------　サイトマップ　▲*  -------------------------------------------- */

/*--------------------------------------------------------------------------------------------タブレット以下--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
#wrap {
    min-width: 100%;
}

body {
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px);
}

.main_img_wrapper {
    margin: 0;
    height: 50vh;
}

#top_contents2 .con_box .con_img{
    height: 70vw;
}
#top_contents2 .title {
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
}

.main_txt {
    bottom: 2%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
}

#nav_menu {
    top: 10px;
}

header {
    padding: 15px 0 15px 0 !important;
}

header .logo img {
    height: 65px !important;
    width: auto !important;
}

.all_page header .logo img{
    height: 55px !important;
    width: auto !important;
}

#page_title {
    margin-top: 85px;
    background-attachment: scroll;
    background-size: cover;
}

.button_container span {
    background-color: var(--black);
}

.footer_tel {
    padding: 20px 50px;
}

.top_cms_box.cms1:before {
    top: -31%;
    height: 30px;
}

.top_cms_box.cms1:after {
    bottom: -31%;
    height: 30px;
}

#contents:before {
    top: -22px;
    height: 30px;
}

#contents:after {
    bottom: -29px;
    height: 30px;
}

.f_link:before {
    height: 30px;
    top: -8%;
}

.f_link:after {
    height: 30px;
    bottom: -7%;
}

#catch .box .title {
    font-size: 27px;
    left: 5px;
}

#contents .con_before {
    width: 59%;
    height: 23px;
    left: 40px;
    top: 84px;
}

#catch { background-position: 39%;}

/* .contents_wrap .box figure {
    transform: translate(-10px);
} */

}

/*-------------------------------------------------------------------------------------------------スマホ以下--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
body {
    font-size: -webkit-calc(1rem + -2px);
    font-size: calc(1rem + -2px);
}

.main_txt {
    width: max(300px, 35vw);
}

footer .footer_con_box .footer_con {
    padding: 15px 30px;
    margin: 10px 0;
}

#catch span.img-container {
    background-position: bottom;
}

.footer_tel {
    padding: 20px 30px;
}

#nav_menu {
    top: 25px;
}

#question .txt:before {

    width: 20px;
    height: 20px;
    top: 10px;
}

.top_cms_box.cms1:before {
    top: -17%;
}

#top_contents2 .title {
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 10px);
}

.top_cms_box.cms1:after {
    bottom: -23%;
}

.f_link:before {
    height: 30px;
    top: -6%;
}

.f_link:after {
    height: 30px;
    bottom: -6%;
}


#page_title {
    margin-top: 67px;
    height: 200px;
}

header .logo, header .logo img,.all_page header .logo img {height: 30px!important;}

.header {
        margin: 4px auto;
}

#question .title_dec {
    padding-top: 68px;
    line-height: 1.2;
}

#question .title_dec .con_before {
    width: 83%;
    top: 25%;
}

#question .box_item p {
    font-size: 18px;
    letter-spacing: 0px;
}

#question .txt {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    margin-left: 0.5rem;
}

#question .txt .check {
    padding-right: 10px;
    left: 40px;
}

#question .box .box_item{
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.indent {
        text-indent: 2em;
        padding-left: -1em;
    }

#nav_menu {
        top: 2px;
}

    #catch .box .title {
        letter-spacing: 0;
        font-size: 20px;
        left: 5px;
    }

.box_title1 {
    font-size: 17px;
    letter-spacing: 0px;
}

.main_img_wrap {margin-top:66px;}

.main_img {
    height: 50vh!important;
    width: 100%;
}

.cms_link {
    display: none;
}

    #contents .box .box_item {
        padding: 50px 20px;
        /* margin-left: 0%; */
        width: 98% !IMPORTANT;
    }

.marker {
        letter-spacing: 0;
        font-size: 16px;
    }

#contents .con_before {
    width: 59%;
    height: 23px;
    left: 20px;
    top: 65px;
}

.fix_banner {
    width: 70%;
    bottom: 10px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

 .fix_banner .more_item .text {
    font-size: 14px;
}

.more_item::before {
        left: 15px;
}


.page-top {
        right: 5px;
        bottom: 10px;
}  
    
.page-top a {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
}

.cate_list li {
        width: 100% !important;
        margin-right: 0% !important;
}

.footer_tel {
    font-size: 16px;
}

    .top_loader .loader_txt {
        font-size: -webkit-calc(1rem + 1px);
        font-size: calc(1rem + 1px);
    }

}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.contact_type1 .left, .contact_type1 .right {
    width: 80%!important;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.contact_type1 .left, .contact_type1 .right {
    padding: 30px 27px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
.contact_type1 .cate_title {
    font-size: 17px;
}
}

/*20240920*/
.menu_banner img {
    width: 200px;
    margin-bottom: 20px;
}
@media screen and (max-width: 667px){
    .menu_banner img {
        width: 120px;
        margin-bottom: 40px;
    }
}

/*---------------------------------------------------------------------------------------iPhone 8以下サイズ　調節用--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 320px){


.marker {
        letter-spacing: 0;
        font-size: 16px;
    }

#footer h2 span {
    font-size: 18px;
}

}