﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Zen+Maru+Gothic&display=swap');

/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #51463a; 
    --color2: #ffebdc; 
    --color3: #ff9827; 
    --color4: #e5ddd6; 
    --black: #3d3022; 
    --linkStyle:#c6721e;
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.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 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.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_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.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)}


.linkStyle{
	color:var(--color3);
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}

.shop_link{
    display: none;
}
body{
    font-size: 16px;
}


.jp{
    font-family: "Zen Maru Gothic", sans-serif;
}

.en,.tel_bt ,.more_bt{
    font-family:  "Comfortaa", sans-serif;
}

/*header*/
#nav_menu .button_container{
        border-radius: 0 0 0 20px;
}
.overlay .sns_links li {
    max-width: 30px;
}


/*footer*/
.item1{
    width: 30%;
    max-width:200px;
    margin-left: auto;
    padding-right: 18%;
    margin-bottom: -30px;
    
}

.bottom_wrap {
    background-color: var(--color1);
}

/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 70px;
    right: 0;
    z-index: 10;
    width: 70%;
    max-width: 300px;
    transition: 0.5s;
    display: block;
    margin: auto;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: translateY(20px); 
pointer-events: none; 

}

#fix_bnr img:first-child {
    display: inline;
    width: 160px;
    bottom: 50px;
    right: 20px;
}
#fix_bnr:hover img:first-child {
    display: none;
}

#fix_bnr img:nth-child(2) {
    display: none;
    width: 160px;
    bottom: 65px;
    right: 20px;
}

#fix_bnr:hover img:nth-child(2) {
    display: inline;
}

.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important; 
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
/*loading*/
#loading .width_200{
    width: 150px;
}
/*header*/
.menu_bg_box_wrap{
    display: none;
}
.overlay .menu_box {
max-width: 100%;
padding-left: 25vw;
}

/*footer*/
.item1 {
        max-width: 180px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
/*loading*/
#loading .width_200{
    width: 130px;
}
/*header*/
.overlay .menu_box {
max-width: 100%;
padding-left: 0;
}
#logo.pd_t-15px_sp{
    padding: 7px 10px 10px 10px;
}

/*fix_bnr*/

#fix_bnr {
        max-width: 200px;
        bottom: 55px;
}
#fix_bnr img:first-child {
    width: 100px;
    bottom: 34px;
}
#fix_bnr img:nth-child(2) {
    width: 100px;
    bottom: 41px;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img .slide{
    width: 65%;
    margin-top: 130px;
    height: 100vh;
}
#main_img .slide .swiper-container .swiper-slide img{
    border-radius: 0 20px 0 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    user-select: none; 
    -webkit-user-drag: none;
}
.swiper-slide {
    height: 100%; 
}
#main_img .main_txt{
    z-index: 2;
    width: 50%;
    right: 10%;
    top: 48%;
    transform: translate(0, -50%);
    max-width: 670px;
}
.main_item{
    right: 0;
    top: 0;
    width: 60%;
    max-width: 570px;
}

.fv_btn img {
    width: 220px;
    bottom: 0;
    right: 60px;
    z-index: 2;
}

@media screen and (max-width: 1600px){
    .fv_btn img {
    width: 180px;
    }
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    #main_img{
        height: 80vh !important;
    }
    #main_img .main_txt {
        width: 65%;
        top: 32%;
        right: auto;
        left: 50%;
            transform: translate(-50%, -50%);
    }
.fv_btn img{
    width: 160px;
    right: 8px;
}
#main_img .slide {
    width: 85%;
    margin-top: 36vh;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
        #main_img {
        height: 140vw !important;
    }
    .main_item {
            width: 65%;
    }
        #main_img .main_txt {
        width: 80%;
       top: 30%;
        }
        .fv_btn img{
            width: 116px;
                right: 3px;
        }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#pc_nav{
    display: none;
}

.intro_title{
    font-size: 46px;
    font-family: "Zen Maru Gothic", sans-serif;
    color: var(--color1);
}
#top_cms1{
    max-width: 1100px;
    margin: 0 auto;
}

.top_cms_title h3{
    font-size: 36px;
    font-family: "Zen Maru Gothic", sans-serif;
}
#contents_links .box_wrap h3{
    font-family:  "Comfortaa", sans-serif;
        font-weight: bold;
    font-size: 70px;
    color: var(--color1);
}
#contents_wrap h2 {
    padding-bottom: 13vh;
}

.bg_container h2{
    font-family:  "Comfortaa", sans-serif;
    font-size: 68px;
    color: var(--color1);
    font-weight: bold;
}

#top_cms2, .top footer{
    background-color: #fff8f3;
}
.top_cms_title p{
    font-family:  "Comfortaa", sans-serif;
}

.title_wrap .title{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
    line-height: 1.5;
    color: var(--color1);
}
#top_cms1 .top_cms_title h3, #top_cms2 .top_cms_title h3{
        transform: translateY(32px);
}
.cms_5-f .box_wrap{
    border-radius: 10px;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#contents_links .box_wrap h3 {
    font-size: 50px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.intro_title{
        font-size: 30px;
    line-height: 1.5;
}
#top_cms1 .top_cms_title h3, #top_cms2 .top_cms_title h3 {
    transform: translateY(0px);
        font-size: 30px;
}
    #contents_links .box_wrap h3 {
        font-size: 30px;
    }
    #contents_wrap h2 {
    padding-bottom: 10px;
}
.bg_container h2 {
        font-size: 32px;
}
.title_wrap .title {
    font-size: 28px;
}
    #top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
        width: 90%;
    }
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_title .font_shippori{
    font-family:  "Comfortaa", sans-serif;
}
#page_title .font_2up{
    font-family: "Zen Maru Gothic", sans-serif;
        font-size: 22px;
        color: var(--color1);
}
#page_title::before {
        background: rgba(255, 255, 255, 0.5);
}


.cate_list li a::before {
        top: 12px;
}

/*よくある質問*/

#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1 {
    background-color: rgba(229, 221, 214, 0.3);
}

/*お問い合わせ*/

.button a {
    background: var(--color1);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 2px var(--color1);
}
.button a:hover {
    background: var(--color4);
    color: var(--color1);
}
.button a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color:var(--color1);
}


    
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


