﻿
/* ---------------------- color */
/* color */
.txt_red{color: red;}
.txt_color1{color: #ea7726} /* メインカラー */
.txt_color2{color: #fff0e9} /* サブカラー */
.txt_color3{color: #9e6836} /* アクセントカラー1 */
.txt_color4{color: #e3bea5} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #ea7726} /* メインカラー */
.bg_color2{background-color: #fff0e9} /* サブカラー */
.bg_color3{background-color: #9e6836} /* アクセントカラー1 */
.bg_color4{background-color: #e3bea5} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #ea7726}
.border_color2{border-color: #fff0e9;
    border-color: #fbe5da;
}
.border_color3{border-color: #9e6836}
.border_color4{border-color: #e3bea5}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #161311;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #ea7726} /* メインカラー */
.hvr_txt_color2:hover{color: #fff0e9} /* サブカラー */
.hvr_txt_color3:hover{color: #9e6836} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #e3bea5} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #ea7726} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fff0e9} /* サブカラー */
.hvr_bg_color3:hover{background-color: #9e6836} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #e3bea5} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #ea7726 }
.hvr_border_color2:hover{border-color: #fff0e9}
.hvr_border_color3:hover{border-color: #9e6836}
.hvr_border_color4:hover{border-color: #e3bea5}

.txt_color2 {color: #ea7726;}

body, .txt_color_nomal {color: #161311!important;}
/* ---------------------- common */
#fakeloader{
    background-color: #fff;
}

#wrap{
    background-color: #fff;
}

body, .font_sans-serif {
    font-family: 'Roboto',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

#fixed_right_banner > * {
    border-color: #ea7726;
    background-color: #fff;
    border-top: 2px solid #ea7726;
    border-bottom: 2px solid #ea7726;
     border: 2px solid #ea7726;
}

#page-top a{
    background-color: #ea7726;
}

/* --- automatic link --- */
.linkStyle{color: #9e6836}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */
.header div div a{
    color: #ea7726;
}
/* ---------------------- nav */
#main_menu ul li a {
    color: #ea7726;
}

#main_menu .menu_sub_title{
    color: #ea7726;
    opacity: 0.5;
}

#main_menu.fixed {
    background-color: rgba(234, 119, 38,0.7)!important;
    backdrop-filter: blur(2px);
}

#main_menu.fixed ul li a {
    color: #fff!important;
}

#main_menu.fixed .menu_sub_title{
    color: #fff0e9;
}

/* ---------------------- footer */
footer{
    border-top: 0px solid!important;
}
#f_menu{
    border-color: #ea7726;
}

/* -------------------------- top ------------------------- */
#main_img{
    position: relative;
}
#main_img::before{
content:'';
position:absolute;
height:150px;
width:60%;
background-image:url(Dup/img/catchcopy.svg);
background-size:contain;
background-repeat:no-repeat;
background-position: center;
top:50%;
left:50%;
transform: translate(-50%,-50%);
z-index: 1;
    
}

#main_img::after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 0;
}

video{
    display: block;
}

#aisatsu > div{
    background-color: rgba(255,255,255,0.7)!important;
}

#aisatsu h2{
    color: #ea7726;
}

#contents1 .contents_box, 
#contents2 .contents_box, 
#contents3 .contents_box{
    border: 2px solid #ea7726;
    background-image: none!important;
    background-color: #fff;
    z-index: auto;
}

#contents1 .contents_img {
    z-index: 0;
}

.contents_box2 h2{
    color: #9e6836;
    font-weight: 700;
}

.contents_box::before {
    display: none;
    left: 0px;
    top: 0px;
    background-color: #fff0e9;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(357deg);
}
.contents_box::after{
    display: none;
}
.contents_box2::after{
    display: none;
}
.contents_box2::before{
    display: none;
}

#info_map{
   background-color: #ea7726;
}

#top_cms .cms_title h2::after{
    display: none;
}

#top_cms .cms_title h2::before{
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url('./Dup/img/sun.svg');
    background-repeat: no-repeat;
    background-size: contain;
    animation:5s linear infinite rotation;
    bottom: -82px;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.cms_box .border_white{
    border-color: transparent;
    background-color: rgba(255, 240, 233, 0.5);
}

.cms_title{
    padding-bottom: 74px;
}

.cms_title p{
    color: #ea7726;
}

.cms_1-a .box_title1{color: #ea7726;}
.cms_1-a .date {color: #9e6836;}
 
.cms_5-c .box_title1,
.cms_5-c .box_txt1{
     text-align: left;
}

.cms_5-c .box_title1{
    border-bottom: 1px solid #e3bea5!important;
}

.cms_5-c .box_txt1::before {
    color: rgba(0, 0, 0 ,0.3)!important;
}

.cms_6-c .box_wrap{
    padding-right: 0;
    padding-left: 0;
    justify-content: space-between;
}

.cms_6-c .cate_box{
    background: #fff;
    width: 28%!important;
    margin: 0 6px;
    text-align: left;
}

/* --- more --- */
.effect.effect-1 {
    color: #ffffff;
    border: none;
    background-color: #ea7726;
}

#info_map .effect.effect-1 {
    color: #ea7726;
    border: none;
    background-color: #ffffff;
}

/* -------------------------- sub ------------------------- */

.page_title h2{
    font-weight: 700;
}

.page_title span{
    color: #fbe5da;
}

.cate_list li a {
    background-color: #fff0e9;
    border: none;
}

/* ---------------------- cms1 */
#cms_1-a .box_title1{
    color: #ea7726;
}

#cms_1-a .date {
    color: #9e6836;
}

#cms_1-a .box_txt1{
    color: #161311;
}

/* ---------------------- cms2 */
#page3 #cms_2-a .cate_title{
    padding: 10px 0 10px 50px;
    position:relative;
    border: none;
}

#page3 #cms_2-a .cate_title::before{
content:'';
position:absolute;
    height: 50px;
    width: 50px;
    background-image: url(Dup/img/leaf.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
top:0;
left:0;
}

/* ---------------------- cms3 */
#page4 #cms_2-a .cate_title{
    padding: 10px 0 10px 50px;
    position:relative;
    border: none;
}

#page4 #cms_2-a .cate_title::before{
content:'';
position:absolute;
    height: 50px;
    width: 50px;
    background-image: url(Dup/img/cloud2.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
top:0;
left:0;
}


.shop_banner{
    display: block;
    width: 50%;
    margin: 50px auto;
    transition: 0.3s;
}

.shop_banner:hover{
    opacity: 0.7;
}

/* ---------------------- cms4 */

/* ---------------------- cms5 */
#cms_5-c .box_title1{
    border-bottom: 1px solid #e3bea5!important;
}

#cms_5-c .box_txt1::before {
    color: rgba(0, 0, 0 ,0.3)!important;
}
/* ---------------------- info */

/* ---------------------- contact */
#f_menu ul li a {
    color: #ea7726;
}

#contact_tel a{
    border-color: #ea7726;
}

#contact_tel a:hover{
    background-color: #fff0e9;
    border-color: #fff0e9;
    color: #ea7726!important;
    opacity: 1;
}

/* ---------------------- privacy policy */
#page9 .cate_box p a:hover{
    background-color: #e3bea5;
}
/* ---------------------- sitemap */
#page10 .cate ul li a #text,
#page10 .cate ul li a span{
    display: block;
}

#page10 .cate ul li a span{
    padding-left: 0;
}

/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){

/* -------------------------- top ------------------------- */
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */
.pager li a, .pager .prev a, .pager .next a {
    padding-top: 0px !important;
}


/* ---------------------- privacy policy */

#page9 .cate_box p a {
    padding: 5px 10px 2px;
}

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */
#f_menu ul li a {
    font-size: 13px;
}


/* -------------------------- top ------------------------- */
.cms_6-c .cate_box{
    width: 100%!important;
    margin: 10px 0px;
}

.cms_1-a .cate_box{
    width: 100%!important;
    margin: 10px 0px;
}

}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */
#logo a{
    margin-left: 10px;
}
/* ---------------------- nav */
.button_container span {
    background: #ea7726;
        height: 3px;
    box-shadow: none;
        border: 1px solid #fff;
}

.button_container.active .top,
.button_container.active .bottom{
    background: #ea7726;
}

.overlay ul li a {
    color: #9e6836!important;
}


/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#main_img::before {
    height: 120px;
    width: 90%;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */
#page3 #cms_2-a .cate_title::before {
    height: 40px;
    width: 40px;
    background-size: 30px 30px;
    background-position: bottom;

}

#page3 #cms_2-a .cate_title {
    padding: 10px 0 10px 40px;
}
/* ---------------------- cms3 */
#page4 #cms_2-a .cate_title::before {
    height: 40px;
    width: 40px;
    background-size: 30px 30px;
    background-position: bottom;

}

#page4 #cms_2-a .cate_title {
    padding: 10px 0 10px 40px;
}

.shop_banner {
    width: 85%;
    max-width: 400px;
}


    
}

/*210928*/

#main_menu .line24h {
    width: 300px;
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
}
#main_menu.fixed .line24h {
    width: 300px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
#main_menu.fixed .line24h:hover{
    opacity: 0.8;
    transform: translateY(calc(-50% - 3px));
    }
@media screen and (max-width: 1414px){
    #main_menu.fixed .line24h {
    width: 180px;
    right: 10px;
    }
}
@media screen and (max-width: 768px){
    #main_menu .line24h{
        display: none;
    }
    #main_menu.fixed .line24h{
    display: block;
    width: 250px;
    position: fixed;
    right: 0px;
    top: 109px;
    transform: translateY(0);
}
}
@media screen and (max-width: 667px){
#nav_menu .line24h {
    position: fixed;
    bottom: 0;
    width: 60%;
    min-width: 250px;
    z-index: 5;
}
#nav_menu .line24h.sticky_bottom {
    bottom: 0;
}
#nav_menu .line24h.sticky_top {
    top: 0;
}
}

/* 211004 logoの位置を修正 */
#logo {
    /*
    margin-right: auto;
    margin-left: 0;
    text-align: left;
*/
    
}

#logo img {
    width: 260px;
}
@media screen and (max-width: 768px){
#logo {
margin-left: 10px;
}
#logo img {
    width: 240px;
}
}
@media screen and (max-width: 667px){
#logo {
    margin: 0 auto 10px;
    text-align: center;
    width: 200px!important;
}
#logo a {
    margin-left: 0;
}
#logo img {
    width: 100%;
}
}

/* 211011 logoの位置を修正 */
@media screen and (max-width: 768px){
#logo {
    margin: 10px auto 20px;
    width: 100%!important;
}
}
@media screen and (max-width: 667px){
    #logo {

    width: 200px!important;
}
    #foot_txt {
    /*width: calc(90% - 60px);*/
    font-size: 10px;
    transform: scale(0.6);
    white-space: nowrap;
    padding: 0;
}

}
/* 211013 edit address */
@media screen and (max-width: 667px){
.header div p{
    padding-right: 5px;
}
.header div p,
.header div p span{
    text-align: right;
}
}

/* 211013 Adjusted the position of the logo. */
@media screen and (max-width: 667px){
.header {
    padding-top: 0px;
}
}

/*211021 djust the header margins. */
@media screen and (max-width: 667px){
#logo {
    margin: 5px auto 20px;
}
#foot_txt {
    padding: 17px 0 0px;
}
/*Fix LINE link*/
#nav_menu .line24h.sticky_top {
    bottom: auto;
}
}
/*211029*/
.cms_1-a .box_title1 a{
    color: #ea7726;
    transition: 0.3s;
}
.cms_1-a .box_title1 a:hover{
    opacity: 0.7;
}
#cms_6-a .box_img1 {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 20px;
}
#cms_6-a .cate_img1 {
    display: none;
}
.cms_6-a .box_title1 {
    color: #ea7726;
    font-weight: 700;
    display: none;
}

@media screen and (max-width: 768px){
    .cms_6-a .cate {
    width: 50%!important;
    }
    .cms_2-a .box_item {
        width: 100%!important;
    }
}

@media screen and (max-width: 667px){
    #cms_6-a .box_img1 {
        width: 100%;
    }
    .cms_6-a .cate {
        width: 100%!important;
    }
}

/*211101*/
#main_img2 {
    background-position: bottom center;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 3!important;
}

/* 211120 fix */
#cms_1-a .img_wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
#cms_1-a figure {
    width: 33%!important;
}

@media screen and (max-width: 667px){
    #cms_1-a .img_wrap {
        justify-content: center;
        flex-wrap: wrap;
    }
    #cms_1-a figure {
        width: 90%!important;
        margin-top: 20px;
        margin-left: 0;
    }
}

/*2024/4/17*/
#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    margin-left: auto;
    margin-top: 10px;
}