@charset "utf-8";
/* Reset */
body{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%;}
html{
	overflow-y: scroll;
	color: #000;
	line-height: 1.7;
	word-spacing: 0;
	font-size: 15px;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
}
body.noScroll,html.noScroll { overflow: hidden;}

*{margin: 0; padding: 0; box-sizing: border-box; border: 0; outline: none;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0;}
th{text-align: left; font-weight: normal;}
a{color: inherit; text-decoration: none;}
img{vertical-align: bottom; max-width: 100%;}

input, 
textarea,
select,
option,
optgroup,
button{-webkit-appearance: none; border-radius: 0;}

a[href^="tel:"]{pointer-events: none;}
.sp{display: none;}
.sp480{display: none;}
.content{margin: 0 auto; max-width: 1080px; width: calc(100% - 30px);}
.content900{margin: 0 auto; max-width: 900px; width: calc(100% - 30px);}
.content1200{margin: 0 auto; max-width: 1200px; width: calc(100% - 30px);}


/* 時間による表示非表示
----------------------------------------*/
.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}


/* Header (Lowerpage)
----------------------------------------*/
.lowerpage header{color: #fff; }
.lowerpage h1{padding: 20px 0; line-height: 1;}
.lowerpage h1 a{display: flex; align-items: center;}
.lowerpage h1 span{font-size: 16px; font-weight: bold; padding: 0 0 0 1.2em; margin: 12px 0 0 1.2em; border-left: 1px solid #e9e9e9;}

#headerBox { background: rgba(43,144,182,255); padding: 0 20px; display: flex; justify-content: space-between; align-items: center;  }
#header-right{display: flex; align-items: center; justify-content: flex-start;}
#header-right .tel{margin: 0 0 0 15px;}
#header-right .tel p:nth-of-type(1){font-size: 22px; line-height: 1.2; font-weight: bold; font-family: 'Lexend Zetta', sans-serif; background: url("../../images/common/ic_tel.png") no-repeat center left/17px auto; padding: 0 0 0 20px; margin: 0 0 4px;}
#header-right .tel p:nth-of-type(2){font-size: 12px; line-height: 1.3;}
#header-right .btn{font-size: 14px; font-weight: bold; color: rgba(43,144,182,255); background: #fff; margin: 0 0 0 25px; width: 210px; height: 38px; line-height: 38px; border-radius: 19px; overflow: hidden; text-align: center; transition: all .2s ease-in-out;}
#header-right .btn:hover{background: #e9f3f9; }
#gNavWrapper { background: #e9f3f9;}
#gnav {font-size: 14px; line-height: 1; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; }
#gnav li { }
#gnav li a{padding: 0.8em 1em; display: block; text-align: center; position: relative; color: rgba(43,144,182,255); }
#gnav li a:hover ,
#gnav li.active a {background: rgba(43,144,182,255); color: #fff;}
#gnav li:not(:last-of-type) a:after { position: absolute; content: ''; top:0.8em; right:0; width: 1px; height: 1em; background: rgba(43,144,182,255); }
#gnav li a.iconLink { position: relative; padding: 0.8em 1em 0.8em 2.5em; }
#gnav li a.iconLink .iconCart { width: 1em; height: 1em; position: absolute; left: 1em; top:50%; transform: translateY(-50%); background: url("../../images/common/ic_cart.png") center center / contain no-repeat;}
#gnav li a.iconLink:hover .iconCart { background: url("../../images/common/ic_cart_over.png") center center / contain no-repeat;}

#gnav li a.iconLink .iconCart { width: 1em; height: 1em; position: absolute; left: 1em; top:50%; transform: translateY(-50%); background: url("../../images/common/ic_cart.png") center center / contain no-repeat;}
#gnav li a.iconLink:hover .iconCart { background: url("../../images/common/ic_cart_over.png") center center / contain no-repeat;}

#spNav { display: none;}
.hd-shopBnr{ max-width:294px; margin-left: 15px;}
.hd-shopBnr img{transition: 0.5s}
.hd-shopBnr img:hover{opacity: 0.8}



/* Pages (Top) */
#maintop li{margin: 0 0 0 10px;}

#btn-menu,
#btn-close{display: none;}

#youtubeBox {max-width: 800px; margin: 0 auto 80px; text-align: center;}
#youtubeBox  h2{margin-bottom: 20px;}
#youtubeBox p a{display: block; margin-bottom: 40px; text-decoration: underline; padding-top: 15px;}
#youtubeBox p a i{margin-right: 5px;}
#youtubeBox .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtubeBox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* Main (Lowerpage)
----------------------------------------*/
.lowerpage h2{color: rgba(43,144,182,255); text-align: center; font-size: 24px; line-height: 1.6; letter-spacing: 0.1em; font-family: 'Lexend Zetta', sans-serif; margin: 0 0 50px;}
.lowerpage h2 span{font-size: 12px; display: block; font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;}

.lowerpage #page h3{background: #e9f3f9;
color: rgba(43,144,182,255);
font-weight: bold;
line-height: 1.5;
/*height: 50px;*/
border-radius: 3px;
padding: 10px 10px 10px 25px;
margin: 0 0 50px;}

.lowerpage #page h3.titlenav{background: #e9f3f9; height: 50px; line-height: 50px; border-radius: 10px; padding: 0 10px 0 20px;}
.lowerpage #page h3 span{font-size: 12px; padding-left: 5px;display: inline-block}

.lowerpage #page h4{font-size: 16px; line-height: 1.5; font-weight: bold; color: rgba(43,144,182,255); padding: 2px 0 12px 18px; border-bottom: 1px solid #7fced4; position: relative;margin-bottom: 30px;}
.lowerpage #page h4:before{content: ''; width:4px; position: absolute; top: 0; left: 0; bottom: 10px; background: rgba(43,144,182,255);}

.lowerpage #page h5{font-size: 16px; line-height: 1.5; font-weight: bold; color: rgba(43,144,182,255); margin: 0 0 15px; clear: both}
.lowerpage #page h5:after{content: ''; display: block; width: 100%; height: 6px; background: #e9f3f9; border-radius: 6px; margin: 10px 0 0 0;}
.lowerpage #page h5.titlenav{background: #e9f3f9; height: 50px; line-height: 50px; border-radius: 10px; overflow: hidden; padding: 0 10px 0 20px;}
.lowerpage #page h5.titlenav:after{display: none;}


#mv{position: relative; height: 211px; margin: 0 0 60px;}
#mv h2{font-size: 26px; color: #fff; position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%);}
#mv h2 span{font-size: 16px; font-weight: bold;}

#page{display: flex; flex-wrap: wrap; justify-content: space-between;}

#sidebar{width: 280px;}
#sidebar .tit{
	background: #e9f3f9;
	color: rgba(43,144,182,255);
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	border-radius: 3px;
	padding: 0 10px 0 25px;
	margin: 0 0 50px;
}
#sidebar ul{padding: 0 10px 60px;}
#sidebar li{margin: 0 0 20px;}
#sidebar li a{padding: 0 0 0 30px; background-size: 17px auto; background-repeat: no-repeat; background-position: top 4px left ; background-image: url("../../images/common/ic_cafe.png"); display: inline-block;}
#sidebar li.active a,
#sidebar li a:hover{background-image: url("../../images/common/ic_cafe_over.png");}

#sidecontent{width: calc(100% - 310px); margin-bottom: 50px;}

.lowerpage .subnav{display: flex; flex-wrap: wrap; margin: 0 0 70px;}
.lowerpage .subnav a{display: block; width: 47.3%; margin: 0 5.4% 5.4% 0; position: relative; overflow: hidden; border-radius: 10px;}
.lowerpage .subnav a:nth-of-type(2n){margin: 0 0 5.4%;}
.lowerpage .subnav img{width: 100%; transition: all .5s ease-in-out;}
.lowerpage .subnav a:hover img{transform: scale(1.05); opacity: .8;}
.lowerpage .subnav .inner{position: absolute; bottom: 8%; left: 0; width: 100%; text-align: center; color: #fff; font-weight: bold; letter-spacing: 0.05em; line-height: 1;}
.lowerpage .subnav p:nth-of-type(1){font-size: 18px; line-height: 2; font-family: 'Lexend Zetta', sans-serif;}
.lowerpage .subnav p:nth-of-type(2){font-size: 16px; line-height: 18px; display: inline-block; padding: 0 0 0 27px; background: url("../../images/common/ic_arrow.png") no-repeat center left/18px 18px;}
.lowerpage .subnav a.active{opacity: .6;}
.lowerpage .subnav a.active:hover{pointer-events: none;}
.lowerpage .subnav a.active img{transform: scale(1) !important;}

#pagetop{position: fixed; bottom: 1.5vw; right: 1.5vw; width: 64px; z-index: 1000; cursor: pointer; display: none;}
#pagetop:hover{opacity: .9;}


/* Footer (Common)
----------------------------------------*/
footer{background: #38302b; color: #fff; padding: 60px 0 0 0;}
footer a{}
#fcontact{margin: 0 0 50px; display: flex; justify-content: space-between;}
#fcontact{width: calc(100% + 120px); margin-left: -60px;}

@media screen and (max-width: 1280px){
    #fcontact{width: 100%; margin-left: -0;}
}

#fcontact .item{min-width: 170px;}
#fcontact .item:nth-of-type(2){margin: 30px 0 0 0;}
#fcontact .item:nth-of-type(3){margin: 30px 0 0 0;}
#fcontact .item:nth-of-type(4){margin: 66px 0 0 0;}

#fcontact .logo{margin: 0 0 10px; line-height: 1; display: flex; align-items: center;}
#fcontact .logo span{font-size: 16px; font-weight: bold; padding: 0 0 0 1.2em; margin: 12px 0 0 1.2em; border-left: 1px solid #fff;}
#fcontact .address{margin: 0 0 15px; text-align: center;}
#fcontact .tel{font-size: 22px; line-height: 1.2; font-weight: bold; font-family: 'Lexend Zetta', sans-serif; background: url("../../images/common/ic_tel.png") no-repeat center left/15px auto; padding: 0 0 0 20px; display: inline-block;}
#fcontact .tel{margin: 5px 0 10px;}
#fcontact .time{font-size: 12px; margin: 0 0 15px}
#fcontact .sns{font-size: 12px; font-family: 'Lexend Zetta', sans-serif; display: flex; align-items: center}
#fcontact .sns{margin-top: 17px;}
#fcontact .sns li:nth-of-type(1){margin: 0 18px 0 0;}
#fcontact .sns li:nth-of-type(2){margin: 0 8px 0 0;}
#fcontact .sns a{width: 22px; display: block;}
#fcontact .sns a:hover{opacity: .8;}
#fcontact .tit{font-size: 18px; font-weight: bold; margin: 0 0 5px;}
#fcontact .tit a:hover{opacity: .8;}
#fcontact .link{line-height: 2;}


#fcontact .link li.active,
#fcontact .link a:hover{text-decoration: underline;}

#fbnr{display: flex; justify-content: center;}
#fbnr a{margin: 0 20px 0 0;}
#fbnr a:last-of-type{margin: 0;}
#fbnr a:hover{opacity: .8;}

footer .bnrOEM{text-align: center; padding:30px 0 0 0; }
footer .bnrOEM img{max-width:900px; }

footer .addressBox{margin-bottom: 20px;}
footer .addressBox .addressTit{font-size: 120%; margin-bottom: 10px; border-bottom: 1px #ccc dotted;}
footer i{margin-right: 5px;}
.linkBlog{padding-top: 10px;}

.footSanyosangyo{text-align: center; padding-top: 40px;margin-bottom: 20px;}
.footer-items {
    display: flex;
    gap: 30px;
    margin-right: 20px;
}
.footer-item h3 {font-weight: bold;}
#copyright{text-align: center; font-size: 11px; padding: 20px 0 50px;}

@media screen and (max-width: 1280px){
    .footer-items {
        gap: 5vw;
        margin-right: 0;
        font-size: 3vw;
        text-align: left;
    }
}

/*共通*/
#cmnTemp main.content{margin-bottom: 50px;}
#cmnTemp main.content h2{font-size: 20px; margin-bottom: 40px; color:rgba(43,144,182,255); font-weight: bold; border-left: 5px solid rgba(43,144,182,255);padding-left: 10px; }
#cmnTemp main.content h3{font-size: 16px;  background-color: #d1f4f3; padding: 8px 15px; border-radius: 3px;}
#cmnTemp #commonHead{background-color: rgba(43,144,182,255); padding: 20px 10px; text-align: center; margin-bottom: 50px;}

#privacy  h3 {margin: 30px 0 20px;}
#privacy dl{margin-bottom: 30px;}
#privacy dt{margin-bottom: 10px;}

#sitemap h3{margin: 30px 0 20px;}
#sitemap ul{padding: 0 30px;}
#sitemap a{text-decoration: underline; color: rgba(43,144,182,255);}
#sitemap a i{margin-right: 8px;}
#sitemap .other{padding: 30px 0; margin-top: 50px; border-top: 1px dotted #ccc;}



.markNew{display: inline-block; color: white; background-color: #cc0000; line-height: 1; margin-left: 5px; font-size: 9px; padding: 1px;}




/* ============== Media =============== */
@media only screen and (max-width: 1600px){
    .lowerpage h1 img{width: 10.5vw;}
    .lowerpage h1 span{font-size: 1vw;}
    
   

    
    #header-right .tel{margin: 0 0 0 0.94vw;}
    #header-right .tel p:nth-of-type(1){font-size: 1.375vw; background-size: 0.9375vw auto; padding: 0 0 0 1.2vw;}
    #header-right .tel p:nth-of-type(2){font-size: 0.75vw;}    
    #header-right .btn{font-size: 0.875vw; height: 2.375vw; line-height: 2.375vw; width: 13.125vw; margin: 0 0 0 1.56vw;}
}

@media only screen and (max-width: 1000px){
     #gnav li a{font-size: 1.4vw;}
  
    #sidebar{width: 100%;}    
    #sidebar .tit{margin: 0 0 20px;}
    #sidebar ul{display: flex; flex-wrap: wrap;}
    #sidebar li{width: 49.5%; margin: 0 1% 10px 0;}
    #sidebar li:nth-of-type(2n){margin: 0 0 10px;}
    
    #sidecontent{width: 100%; order: -1;}
    
    #fcontact{flex-wrap: wrap;}
    #fcontact .item:nth-of-type(1){width: 100%; text-align: center;}
    #fcontact .logo{justify-content: center;}
    #fcontact .sns{justify-content: center;}
}

@media only screen and (max-width: 767px){
    a[href^="tel:"]{pointer-events: auto;}
	.pc{display: none;}
    .sp{display: block;}
    .content{width: 92%;}
    .content900{width: 92%;}
    .content1200{width: 92%;}
    
    .lowerpage header{  position: fixed; top: 0; left: 0; width: 100%; z-index: 9990;}
    #headerBox { padding: 0 3%;}
    .lowerpage h1{padding: 15px 0;}
    .lowerpage h1 img{width: 168px;}
    .lowerpage h1 span{font-size: 16px;}    
    
    #btn-menu{display: block; width: 56px; line-height: 1;}
    #btn-close{display: block; position: absolute; top: 4vw; right: 4vw; width: 50px;}
    
    #header-right{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,158,170,.9); text-align: center; z-index: 9999; overflow: auto; display: none;}    
    #gNavWrapper { display: none; }  
    #spNav { display: block; width: 72%; margin: 20vw auto 0; line-height: 1; }    
    #spNav li{font-size: 4vw; border-radius: 5vw; margin: 3vw 0; overflow: hidden;}
    #spNav li a{ padding: 2.5vw 0; display: block;}
  #spNav li.active a { background: #fff; color: rgba(43,144,182,255); }
    
    #header-right .tel{display: inline-block; margin: 3vw 0 6vw;}
    #header-right .tel p:nth-of-type(1){font-size: 7vw; background-size: 5vw auto;}
    #header-right .tel p:nth-of-type(2){font-size: 2.1vw;}
    #header-right .btn{width: 86%; margin: 0 auto 5vw; font-size: 5.5vw; display: block; height: 14.5vw; line-height: 14.5vw; border-radius: 14.5vw;}    
    
    .main{margin-top: 92px;}    
    .lowerpage h2{margin: 0 0 30px;}
    
    #sidebar .tit{padding: 0 15px;}
    #sidebar ul{padding: 0 0 30px;}
    
    .lowerpage .subnav{margin: 0 0 50px;}
    .lowerpage .subnav a{width: 48.5%; margin: 0 3% 3% 0;}
    .lowerpage .subnav a:nth-of-type(2n){margin: 0 0 3%;}
    .lowerpage .subnav p:nth-of-type(1){font-size: 2.6vw;}
    .lowerpage .subnav p:nth-of-type(2){font-size: 2.2vw; background-size: 2.3vw 2.3vw; padding: 0 0 0 3.5vw; line-height: 2.4vw;}
    
    #pagetop{width: 46px;}
        
    footer{padding: 60px 0 0 0;}
    #fcontact{width: 94%; margin: 0 auto 10vw;}
    #fcontact .item{min-width: 1px;}
    #fcontact .logo{margin: 0 auto 2.5vw;}
    #fcontact .address{font-size: 3vw; margin: 0 0 4vw;}
    #fcontact .tel{font-size: 7vw; background-size: 5.5vw auto; padding: 0 0 0 6.5vw;}
    #fcontact .time{font-size: 4.2vw; margin: 0 0 7vw;}        
    #fcontact .sns{font-size: 3.4vw;}
    #fcontact .sns a{width: 5.4vw;}
    #fcontact .tit{font-size: 3.6vw;}
    #fcontact .link{font-size: 3vw;}
    #fcontact .item:nth-of-type(2){margin: 7vw 0 0 0;}
    #fcontact .item:nth-of-type(3){margin: 7vw 0 0 0;}
    #fcontact .item:nth-of-type(4){margin: 7vw 0 0 0; padding: 7vw 0 0 0; width: 100%; border-top: 1px solid rgba(255,255,255,.5);}
    
    #fbnr{flex-wrap: wrap;}
    #fbnr a{width: 100%; margin: 0 0 4vw;}
    #fbnr a img{width: 100%;}
    
    #copyright{font-size: 2.7vw; padding: 8vw 0;}
    
    /* Beppu */
    #beppu #fcontact .time{font-size: 2.7vw;}
	
    #header-right .hd-shopBnr{ width: 86%;
margin: 0 auto 10vw;
font-size: 5.5vw;
display: block;
height: 14.5vw;
line-height: 14.5vw;
border-radius: 14.5vw;}
footer .bnrOEM {text-align: center;max-width:300px; margin: auto}
	footer .bnrOEM img{max-width:300px;}
	
}

@media only screen and (max-width: 480px){
    .sp480{display: block;}
    
    .lowerpage h1 img{width: 130px;}
    .lowerpage h1 span{font-size: 13px;}
    
    #btn-menu{width: 40px;}
    #btn-close{width: 30px;}    
    
    .main{margin-top: 78px;}
    .lowerpage h2{font-size: 20px;}    
    
    #mv h2{font-size: 22px;}
    #mv h2 span{font-size: 14px;}
    
    #sidebar li a{font-size: 3vw; background-size: 3vw auto; padding: 0 0 0 4vw;}
    
    #fcontact .logo img{width: 160px;}
    #fcontact .logo span{font-size: 13px;}    
	
		.hd-shopBnr{ max-width:400px !important; margin:0  auto 30px !important; }

}


/* ============== Animation =============== */
.inview{
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

.fadeIn{
    opacity: 0;
}
.is-view.fadeIn{
    opacity: 1;
}

.fadeInUp{
    opacity: 0; 
    transform: translateY(20px);
    filter: blur(20px);
    filter: brightness(110%);
}
.is-view.fadeInUp{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    filter: brightness(100%);
}
