@charset "UTF-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6 {
/*  font-family: tbchibirgothicplusk-pro, sans-serif;*/
  font-style: normal;
  font-weight: 400;
    color: #333333;	
}
body {
  background: #fff;
  font-size: 16px;
}
p, a {
/*  font-family: tbchibirgothicplusk-pro, sans-serif;*/
  font-style: normal;
  font-weight: 400;
  line-height: 2.13em;
  text-align: justify;
  margin-top: 20px;
}
p, a, li {
  font-size: 16px;
  color: #333333;	
}
.mainvisualbox{
	height: auto;
	position: relative;
	background-position: 100% 10%!important;
}
.mainvisual{
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;*/
}
.top-logo{
	
    width: 130px;
    position: absolute;
    left: 10%;
    top: 20px;
}
.main-package{
	width: 80%;
}
.main-package img{}
.main-copy{
	position: relative;
}
.main-copy::before{
    content: "";
    background: url(https://maruta-nakamura.co.jp/bitoya/wp-content/uploads/2021/08/img-400.png);
    background-size: 100%;
    width: 300px;
    height: 140px;
    display: block;
    background-repeat: no-repeat;
    right: 0;
    top: -70px;
    position: absolute;
	
}
.copy-text{}
.copy-text p{
    font-family: serif;	
    font-size: 3em;
}
.copy-text h2{
    font-family: serif;	
    font-size: 6em;	
}
.copy-text h2 span{}

.price-box{	
    border: 3px solid #029244;
}
.price-title{
	
    background: #029344;
    text-align: center;
}
.price-title h3{
	color: #fff;
	padding: 15px;	
    font-size: 3em;
}
.price-package{}
.cafe-caption{	
    margin-top: -30px;
    margin-bottom: 30px;
}
.caption{
	
    text-align: center;
    width: 200px;
    margin: 0 auto;
    border: 1px solid;
}
.cafe-name-cell{}
.cafe-name{
	text-align: center;
}
.cafe-name h3{	
    font-size: 4em;
    font-family: serif;	
}
.cafe-name h3 span.earlgray{
	font-size: 1.4em;
}
.cafe-name h3 span.hojicha{}
.cafe-name h3 span.jasmine{}
.cafe-name h3 span.rooibos{}
.price-cell-top{}
.price-row-top{}
.price-cell{
	
	position: relative;
    width: 85%;
    margin: 0 auto;
}

.price-img{
	
}
.btn-01{
	
    bottom: 70px;
    left: 70px;
    position: absolute;
	text-align: center;
    width: 50%;
}
.btn-02{
    bottom: 80px;
    right: 135px;
    position: absolute;
	text-align: center;
    width: 40%;
}
.mb-view .btn-02{
	bottom: -15px;
    right: 12px;
    position: absolute;
    width: 85%;
}
.yureru-js {
    animation: yureru-js 0.5s infinite;
	text-align: center;
}
@keyframes yureru-js {
    0% {
        transform: translate(1px, 1px);
    }
    25% {
        transform: translate(1px, -1px);
    }
    50% {
        transform: translate(-1px, -1px);
    }
    75% {
        transform: translate(-1px, 1px);
    }
    100% {
        transform: translate(1px, 1px);
    }
}
.purupuru2 {
    animation: purupuru2 0.5s infinite;
}
@keyframes purupuru2 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.98, 0.95)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.site-info .container p{
	text-align: center;
    color: #ddd;
}
.site-footer .site-info{
    padding: 15px 0px;	
}
.pc-view{}
.panel-grid .mb-view .price-cell{
	display: none;
}
.breadcrumbs {
    display: none!important;
}
@media screen and (max-width: 1200px){	

}
@media screen and (max-width: 1140px){	

}
@media screen and (max-width: 991px){	
.mainvisualbox {
    height: 520px;
}
}
@media screen and (max-width: 960px){	
.mainvisualbox {
    height: 450px;
}
}
@media screen and (max-width: 850px){	

}
@media screen and (max-width: 768px){	
.mainvisualbox {
    height: 390px;
}
	.panel-grid .pc-view .price-cell{
		display: none;
	}
	.panel-grid .mb-view .price-cell{
		display: inherit;
	}
	.mb-view .price-cell .btn-02 {
    bottom: 20px;
	}
}
@media screen and (max-width: 600px){	
.mainvisualbox {
    height: 300px;
}
	.mb-view .price-cell .btn-02 {
    bottom: 20px;
	}
}
@media screen and (max-width: 414px){	
.mainvisualbox {
    height: 210px;
}
	.mb-view .price-cell .btn-02 {
    bottom: -15px;
}
}
@media screen and (max-width: 375px){	

}
@media screen and (max-width: 320px){}	
