@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #000;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{

line-height: 1;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
}
section{
width: 100%;
padding: 10% 0;
line-height: 1.8;
font-size: 14px;
}


/*--------------------------------------------------------------
Main-contents:
----------------------------------------------------------------
*/
img.full-size{
width: 100%;
}

.en{
font-family: "Montserrat", sans-serif;
}
.pc,
.slider{
display: none;
}
main{
position: relative;
width: 100%;
overflow: hidden;
}
header{
width: 100%;
z-index: 100;
position: fixed;
top:0;
}

#global-menu{
position: relative;
width: 100%;
}
.nav-mobile{
z-index: 100;
position: relative;
float: right;
margin: 20px 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile p{
position: absolute;
top: 5px;
font-size: 1em;
text-align: center;
line-height: 1;
font-family: "Montserrat", sans-serif;
color: #ea5a4f;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #ea5a4f;
}
.nav-mobile span:nth-child(1){
top:20px;
}
.nav-mobile span:nth-child(2){
top:25px;
}
header.open .nav-mobile p{
opacity: 0;
}
header.open .nav-mobile span:nth-child(2){
transform-origin:center center; 
transform: rotate(15deg);
}
header.open .nav-mobile span:nth-child(3){
top:25px;
transform: rotate(-15deg);
}
#global-menu nav{
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100vh;
background-color: #fff2ea;
}
header.open #global-menu nav{
left: 0;
}
#global-menu nav ul{
padding: 0;
}
#global-menu nav a,
#global-menu nav img{
display: block;
padding: 0;
width:100%;
}


section#main-visual{
position: relative;
background-color: #dfade7;
height: 90vh;
}
.main-01{
width: 68.75%;
position: absolute;
top:0;
left: 10%;
}
.main-02{
width: 43.75%;
position: absolute;
top: 20%;
left: -8%;
}
.main-03{
width: 43.75%;
position: absolute;
top: 40%;
right: -10%;
}
.main-logo{
width: 74%;
position: absolute;
top:65%;
left:calc(50% - 37%);
}
.main-logo img{
width: 100%;
}
.caption{
width: 50%;
position: absolute;
bottom: 5%;
left:calc(50% - 37%);
letter-spacing: 2px;
}
.period-extension{
width: 35%;
position: absolute;
top: 7%;
right: 0;
animation-delay: .5s;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
0% {opacity:0;}
100% {opacity:1;}
}

section h2{
display: table;
margin: 0 auto 8%;
width: 100%;
text-align: center;
}
section h2{
font-size: 2em;
line-height: 1.4;
}
section h2 span.numbar{
display: block;
color: #ea5a4f;
font-family: "Montserrat", sans-serif; 
}
section h2 .en{
display: block;
}
section h2 .jp{
display: block;
font-size: 80%;
font-weight: 700;
}

.logo-wrap{
display: flex;
justify-content:center;
align-items:center;
width: 80%;
margin: 5% auto;
}
.logo-wrap img{
height: 100%;
}
.logo-wrap img:nth-child(1){
width: 40%;
}
.logo-wrap img:nth-child(2){
width: 10%;
padding: 0 10%;
}
.logo-wrap img:nth-child(3){
width: 30%;
}

h3 img{
width: 100%;
}
.honbun{
display: block;
padding: 8%;
text-align: justify;
}
h3#about-cafe-03{
width: 106.25%;
}
.business-hours-wrap{
position: relative;
padding-bottom: 15%;
}
.business-hours-wrap img{
position: absolute;
width: 50%;
bottom: 5%;
right: -2%;
}
.business-hours{
padding: 8% 8% 20%;
margin: 8% 8% 0;
background-color: #ffc29e;
}
.two-column-link{
display: flex;
}
.two-column-link p{
width: 48%;
}
.two-column-link p:first-child{
padding-right: 2%;
}
.two-column-link p:last-child{
padding-left: 2%;
}
/*About KARE*/
section#about-KARE h2 .en,
section#shop-list h2 .en{
display: inline;
vertical-align: middle;
}
section#about-KARE h2 .jp,
section#shop-list h2 .jp{
display: inline;
vertical-align: middle;
}
.philosophy{
text-align: center;
padding: 0;
line-height: 2;
font-size: 2em;
}
.philosophy .jp{
font-size: 80%;
margin: 5% 0 6%;
}
.media{
position: relative;
padding: 3% 8%;
font-size: 1.2em;
font-weight: 700;
color: #ea5a4f;
text-align: center;
}
.media::before{
content: '';
position: absolute;
bottom: 10%;
left: 17%;
height: 40px;
width: 1px;
background-color: #ea5a4f;
transform: rotate(-30deg);
}
.media::after{
content: '';
position: absolute;
bottom: 10%;
right: 17%;
height: 40px;
width: 1px;
background-color: #ea5a4f;
transform: rotate(30deg);
}

/*プレキャン*/
#campaign{
background-color: #f2c9ce
}
#campaign h2{
position: relative;
padding-top: 5%;
margin-bottom: 4%;
z-index: 5;
}
#campaign h2 .en{
font-size: 95%;
}
#campaign h2 .inline{
display: inline;
vertical-align: middle;
}
#campaign h2 .jp{
display: inline;
vertical-align: middle;
}
#campaign h2 img{
width: 40%;
position: absolute;
left: 0;
top: -45%;
animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/*5.31終了に伴い追加*/
#campaign h2 + img{
text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
}
.line-lead{
padding: 0 8%;
margin-top: -5%;
}
.coupon-wrap{
text-align: center;
padding: 8% 0 0;
}

.coupon-wrap h4{
font-family: "Montserrat", sans-serif;
font-size: 1.4em;
font-weight: 400;
color: #ea5a4f;
}
.coupon-wrap h4 span:first-child{
padding-right: 1em;
}
.coupon-wrap img{
width: 61.25%;
padding: 0 0 3%;
}
.note{
padding: 8% 8% 0;
}
.note a{
font-weight: 700;
color: #ea5a4f;
}
.coupon-wrap .note{
padding: 3% 8%;
text-align: left;
text-indent: -1em;
padding-left: calc(8% + 1em);
}
.line-wrap{
padding: 3% 8% 0;
}
.line-wrap h4{
text-align: center;
font-size: 1.2em;
}
.flow{
padding-bottom: 8%;
}
.flow a{
font-weight: 700;
color: #ea5a4f;
}
.flow p{
padding: 5%;
text-align: justify;
line-height: 1.4;
}

#shop-list h2 + p{
text-align: center;
margin-top: -5%;
margin-bottom: 8%;
}
.pick{
background-color: #efd5f3;
}
.pick h3{
padding: 8% 8% 0;
font-size: 1.2em;
font-family: "Montserrat", sans-serif;
color: #ea5a4f;
}
.pick h3 + p{
font-size: 80%;
color: #ea5a4f;
padding: 3% 8% 0%;
}
#shop-list ul li:nth-child(even){
background-color: #ffe0cd;
}
#shop-list ul a{
position: relative;
display: block;
padding: 8% 12% 8% 8%;
color: #ea5a4f;
}
#shop-list ul a::after{
content:'';
position: absolute;
top:calc(50% - 10px);
right: 5%;
width: 15px;
height: 15px;
border-bottom: 1px solid #ea5a4f;
border-right: 1px solid #ea5a4f;
transform: rotate(-45deg);
}
.lh{
background-color: #efd5f3;
padding: 10% 8%;
text-align: center;
}
#faq dl dt:nth-child(4n+1){
background-color: #ffe0cd;
}
#faq dl dt:nth-child(4n+3){
background-color: #efd5f3;
}
#faq dt{
position: relative;
display: block;
padding: 8% 15% 8% 8%;
cursor: pointer;
}
#faq dt::before{
content: '';
position: absolute;
top: calc(50% - 10px);
right: 20px;
width: 20px;
height: 20px;
border-right: 3px solid #ea5a4f;
}
#faq dt.selected::before{
opacity: 0;
}
#faq dt::after{
content: '';
position: absolute;
top: calc(50% - 1.5px);
right: 11.5px;
width: 20px;
height: 20px;
border-top: 3px solid #ea5a4f;
}
#faq dd{
display: none;
}
#faq dd p{
margin: 8%;
}
.footer{
background-color: #dfade7;
padding: 10% 8%;
}

.sns{
display: table;
margin: 0 auto 8%;
}
.sns ul{
display: flex;
}
.sns ul li{
width: 40px;
}
.sns ul li:nth-child(2){
padding: 0 10%;
}
.sns ul a{
display: block;
width: 100%;
}
.sns ul img{
display: block;
width: 100%;
}
.footer h1 a{
display: block;
max-width: 280px;
margin: 0 auto 8%;
}
.footer h1 a img{
width: 100%;
}
.copyright{
font-family: "Montserrat", sans-serif;
color: #ea5a4f;
line-height: 1.2;
font-size: 80%;
text-align: center;
}
.page-top {
position: fixed;
bottom: 20px;
right: 10px;
width: 40px;
height: 40px;
background-color: #e20413;
z-index: 1;
opacity: 0.8;
cursor: pointer;
}
.page-top::after {
position: absolute;
display: block;
content: '';
height: 15px;
width: 15px;
transform: rotate(225deg);
border-bottom: #fff 2px solid;
border-right: #fff 2px solid;
top: 15px;
left: 11px;
}
#footer-fix{
position: fixed;
left: 0;
bottom: -100%;
width: 100%;
}
#footer-fix.up-btn{
bottom: -2%;
}
#footer-fix img{
width: 100%;
}
.side-menu{
position: fixed;
right: 0;
top:20%;
width: 60px;
z-index: 1;
line-height: 1;
}
.side-menu a{
display: block;
}
.side-menu img{
line-height: 0;
}

@media screen and (min-width:480px) {
.main-logo {
top: 70%;
}
.main-03 {
top: 40%;
}
.media br{
display: none;
}
}

@media screen and (min-width:768px) {

.sp{
display: none;
}

.pc,
.slider{
display: block;
}
.wrap{
display: flow-root;
width: 100%;
background-image: url("../images/pattern.png");
background-repeat: repeat;
background-size: 50%;
overflow: hidden;
}

main{
width: 40%;
background-color: #fff;
}
.main-logo{
display: none;
}

.business-hours{
margin-top: 0;
}
#footer-fix{
width: 40%;
left: 30%;
}

.pc-nav{
float: left;
width: 30%;
height: 100vh;
}
.pc-nav-contents{
position: fixed;
bottom: 0;
left: 0;
width: 22%;
padding: 4%;
}

.pc-nav-contents img{
width: 100%;
}

.swiper{
background-color: transparent;
position: fixed!important;
top:0;
right: 0;
width: 25%;
height: 100vh;
overflow:hidden;
}
.swiper-wrapper{
transition-timing-function: linear!important;
}
.swiper-slide img{
width: 80%;
padding: 10%;
}
section#main-visual{
height: 90vh;
padding: 0;
}
.side-menu{
right: 30%;
}
.page-top {
right: calc(30% + 20px);
}
}


