@charset "utf-8";
/* CSS Document */
/*
共通
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
.container-fluid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px !important;
    box-sizing: border-box;
    overflow: hidden;
    color: rgba(51,51,51,1.00) !important;
}
.row {
  width: 100%;
    margin: 0!important;
}
h2 {
  font-weight: 700 !important;
}
li{
    list-style: none !important;
}
[class^="cobaco"] {
  position: relative;
  width: 100%;
  height: auto;
}
[class^="tategaki"] {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 2.5rem;
  height: auto;
  position: absolute;
  top: 53%;
  left: 50%;
  display: inline;
  transform: translate(-50%, -50%);
}
#top {
  position: relative;
  top: 0;
  width: 100%;
}
/*
menu button
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
/* Navigation */
#head-menu {
	padding: 20px;
	transition: all 0.8s;
    width: 100%;
}
#head-menu.navbar-default {
	background:none;
	border:none;
}
#head-menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color:#f21100;
	font-weight: 700;
	letter-spacing: 1px;
}
#head-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color:white;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#head-menu.navbar-default .navbar-nav > li > a:hover {
	color: #f21100;
}
.on {
	background-color:#d1e39f !important;
	padding: 0 !important;
	padding: 10px 0 !important;
    opacity: 0.9;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white !important;
	background:none !important;
    border-bottom: 2px solid white !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d1e39f;
	border:0px;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
@media screen and (max-width:768px) {
    .head-logoimg{
        margin-top: -1rem
    }
}
/*
#menu_button {
  position: fixed;
  padding: 2%;
  z-index: 100000;
}
.option {
  width: 15%;
  margin: 0;
  cursor: pointer;
}
.option img {
  width: 100%
}
.optionBox {
  display: none;
  position: absolute;
  top: 15%;
  left: 20%;
  width: 40%;
}
.optionBox a {
  color: rgba(51, 51, 51, 1.00);
}
.optionBox a:hover {
  color: rgba(230, 0, 18, 1.00);
  text-decoration: none;
}
.optionBox p {
  font-size: 1.2em;
  line-height: 0.8;
  font-weight: 900;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
*/
/*
イントロ
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
#head {
  text-align: center;
  height: 80vh;
  margin-top: 15% !important;
  padding: 0 0 0 5%;
  box-sizing: border-box;
  background: white;
}
#head h1 {
  display: none;
}
#head p {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  font-weight: 600
}
#shop-img {
  background-image: url("../img/shop-03.jpg");
  height: 70vh;
  background-size: cover;
  border-radius:5% 30% 5% 30%;
}
#shop-info {
  top: 0%;
  position: relative;
}
.cobaco-shop-info {
  height: 20vh;
}
.tategaki-shop-info {
  height: 145px;
}
.logo {
  background: url("../img/shop-img.gif?0930");
  height: 30vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: -5rem;
  margin-bottom: 3rem;
  animation-name: fadein;
  animation-duration: 3s;
}

.logo2 {
  width: 75%;
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width:991px) {
  #head {
    height: 120vh;
    margin: 0 !important;
    padding: 0;
  }
  #shop-img {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    height: 50vh;
  }
  .logo {
    margin-top: -10rem;
    margin-bottom: 2rem;
  }
  .tategaki {
    height: 20vh;
    max-height: 145px;
  }
}
/*
shop-story
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
#shop-story {
  width: 96%;
  margin: 0 2% !important;
  padding: 8rem 5rem;
  background: #d1e39f;
  border-radius: 5px 30px 5px 30px;
  line-height: 3rem;
}
#shop-story h2 {
  font-size: 2rem;
  line-height: 5rem;
  font-weight: bold;
}
.cobaco-shop-story {
  height: 50vh
}
.tategaki-shop-story {
  height: 40vh;
}
.shop-story {
  font-size: 1.7rem;
  padding-right: 5em !important;
  padding-top: 5%;
}
#insta {
  width: 100%;
  margin: 0;
  padding-top: 2em;
  background: white;
}
[class^="mame"] {
  display: inline-block;
  position: absolute;
  content: url("../img/beans.gif")
}
[class^="mame"] img {
  width: 100%
}
.mame1 {
  width: 2em;
  transform: rotate(-45deg);
  bottom: 10%;
  left: 5%;
}
.mame2 {
  width: 3em;
  transform: rotate(15deg);
  bottom: 15%;
}
.mame3 {
  width: 4.5em;
  transform: rotate(-15deg);
  bottom: 20%;
  left: 5%;
  opacity: 0.8
}
.mame4 {
  width: 2em;
  transform: rotate(25deg);
  top: 5%;
  right: 5%;
}
.mame5 {
  width: 3em;
  transform: rotate(-35deg);
  top: 8%;
  right: 8%;
}
.mame6 {
  width: 4em;
  transform: rotate(28deg);
  top: 12%;
  right: 2%;
  opacity: 0.8;
}
#fb{
    
}
@media screen and (max-width:991px) {
    #shop-story {
        width: 100%;
  margin: 0 !important;
  padding: 8rem 2.5rem;
}
    .cobaco-shop-story{
        height: 35vh;
        padding: 0 !important;
       
    }
    .tategaki-shop-story {
  height: 30vh;
        
    }
    .shop-story {
  font-size: 1.6rem;
  padding: 0 !important;
}
    .mame1 {
  left: 5%;
}
.mame2 {
  bottom: 2%;
    left:2%
}
.mame3 {
  bottom: 5%;
  left: 20%;
}
.mame4 {
  top: 2%;
}
.mame5 {
  top: 5%;
}

}
/*
コンセプト
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
#shop-concept {
  width: 100%;
  margin: 0px;
  padding: 10rem 0;
}
#loopcss{
    width: 100%;
    margin: 0px;
    margin-left: -50%
}
.loop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 300px;
  left: 50%;
  margin-left: -50%;
  overflow: hidden;
}

.loop_css img {
  width: auto;
  height: 100%;
}

.shop-concept-title {
  text-align: center;
}
.shop-concept-title h2 {
  font-weight: 900;
  line-height: 1.5
}
.nono {
  font-size: 2rem;
  padding-left: 1.3rem
}
.swiper-container {
  height: 40vh;
  width: 100%;
  margin: 5rem auto;
  text-align: left;
}
.swiper-slide {
  background: white;
  padding: 4rem 10rem;
}


.swiper-container p {
  font-size: 1.8rem;
  line-height: 1.5
}
.swiper-pagination-bullet-active {
  background: rgba(195, 214, 0, 1.00) !important;
}
@media screen and (max-width:991px) {
    #shop-concept {
  padding: 5rem 0;
}
    .shop-concept-title h2 {
        font-size: 2.5rem
}
    .shop-concept-title-head,.nono{
        font-size: 2rem
    }
    .loop_css {
  height: 200px;
}
    .swiper-container {
  height: 56vh;
}
    .swiper-slide {
  padding: 1rem 2rem;
}
        .swiper-slide h2{
            font-size: 2.3rem;
            line-height: 1.5;
            margin-bottom: 1.5rem
}
    .swiper-container p {
  font-size: 1.5rem;
  line-height: 1.5
}
}
@media screen and (max-height:667px) {
        .swiper-container {
  height: 55vh;
}
    .swiper-container p{
        font-size: 1.3rem
    }
}
@media screen and (max-height:568px) {
        .swiper-container {
  height: 70vh;
}
    .swiper-container p{
        font-size: 1.3rem
    }
}
/*
beans
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
#beans {
  width: 96%;
  margin: 0 2% !important;
  padding: 8rem 5rem;
  background: #d1e39f;
  border-radius: 5px 30px 5px 30px;
}
.beans-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.cobaco-beans {
  height: 35vh;
}
.tategaki-beans {
  height: 25vh;
  top: 50%;
}
.beans-coment {
  font-size: 1.8rem;
  height: auto;
}
.coment {
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.fa {
  padding-left: 0.5em;
  font-size: 2.5em;
  color: white;
  transform: scale(-1, 1);
  vertical-align: bottom;
}
@media screen and (max-width:991px) {
    #beans {
  width: 100%;
  margin: 0 !important;
  padding: 5rem 1rem;
}
.cobaco-beans {
  height: 26vh;
}
.tategaki-beans {
  height: 25vh;
  top: 50%;
}
.beans-coment {
  font-size: 1.7rem;
  height: auto;
}
.fa {
  padding-left: 0.3em;
  font-size: 1.8em;
}
    #beans .mame-6{
        bottom: 5%;
        right: 15%
    }
}
/*
order
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
#order {
  width: 100%;
  margin: 0;
  padding: 3rem 5rem;
  font-size: 1.8rem;
}
#order img {
  width: 100%;
  max-width: 1000px;
}

.step {
  padding: 4rem;
  margin: 1rem 0;
  box-sizing: border-box;
  border: #d1e39f 3px solid;
  border-radius: 5px 30px 5px 30px;
  font-weight: bolder;
}

.step-mame {
  width: 1em;
  content: url("../img/beans3.gif");
  vertical-align: top;
  margin-right: 0.5rem;
  transform: rotate(25deg);
}
.step h3 {
  color: #f21100;
  font-weight: 700;
  letter-spacing: 0.2rem !important;
}
.step-num {
  color: #d1e39f;
  letter-spacing: 0;
  padding-right: 1rem;
}
.ice {
  width: 1em;
  content: url("../img/ice.gif");
  vertical-align: top;
  margin-right: 0.5rem;
}
.gift{
    width: 1em;
  content: url("../img/gift.gif");
  vertical-align: top;
  margin-right: 0.5rem;
}
.icepack h3 {
  font-size: 1.8rem;
  color: #333333 !important;
}
.icepack {
    width: 100%;
  font-weight: 100;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border: 1px solid rgba(209,209,209,1.00);
    border-radius: 20px;
}
.mame-1 {
  width: 3.5rem;
  top: 5%;
  left: 2%;
  transform: rotate(25deg);
  opacity: 0.8
}
.mame-2 {
  width: 4rem;
  top: 13%;
  left: 5%;
  transform: rotate(-85deg);
  opacity: 0.6
}
.mame-3 {
  width: 2rem;
  top: 25%;
  left: 3%;
  transform: rotate(25deg);
  opacity: 0.8
}
.mame-4 {
  width: 3.5rem;
  bottom: 5%;
  right: 2%;
  transform: rotate(25deg);
  opacity: 0.8
}
.mame-5 {
  width: 2.8rem;
  bottom: 15%;
  right: 9%;
  transform: rotate(-55deg);
  opacity: 0.8
}
.mame-6 {
  width: 5rem;
  bottom: 15%;
  right: 2%;
  transform: rotate(25deg);
  opacity: 0.8
}
#beans-attention {
  width: 100%;
  margin: 0;
  padding: 2rem;
  font-size: 1.4rem
}
#wholesale {
  width: 100%;
  margin: 0;
  padding: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  background: #C9CD9C;
  border-radius: 20px;
}
#wholesale h3{
    border-bottom: 1px solid white;
    line-height: 3rem;
    width: 30%;
    margin: 2rem auto;
}
@media screen and (max-width:991px) {
    #order {
  padding: 3rem 0rem;
  font-size: 1.7rem;
}
    .step {
  padding: 1.5rem;
  margin: 1rem 0;
}
    .step h3 {
        font-size: 2.2rem;
        line-height: 1.5
}
    .icepack {
    font-size: 1.3rem;
        margin: 1rem 0;
}
 #wholesale {
  text-align: left;
  font-size: 1.3rem;
}   
}
/*
menu
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/


#menu{
    width: 96%;
  margin: 5rem 2% !important;
  padding: 2rem 0;
  font-size: 1.8rem;
    border: 1px solid rgba(209,209,209,1.00);
    border-radius: 5px 30px 5px 30px;
}
.menu-title{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    border-bottom: 1px solid rgba(209,209,209,1.00);
}
.mini{
    font-size: 1.3rem;
    color: rgba(154,154,154,1.00)
}

.menu-bunrui{
    width: 100%;
  margin: 0;
  padding: 1.5rem 0;
    text-align: center;
background:#d1e39f
}
.bunrui{
    font-weight: bolder;
    font-size: 2rem;
    color: white
}
.menu-bunrui .mini{
    color: #333333;
}
 .menu-item {
	margin: 35px 0;
	font-size: 1.8rem;
     text-align: left;
}
 .menu-item-name {
	font-weight: 600;
	font-size: 1.5rem;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
 .menu-item-description {
	font-size: 1.4rem;
     padding-top: 1rem;
}
 .menu-item-price {
	
	font-weight: 600;
	
}
@media screen and (max-width:991px) {
    #menu{
    width: 100%;
  margin: 5rem 0 !important;
  padding: 2rem 0;
}
    .menu-item {
	margin: 2.5rem 0;
	font-size: 1.5rem;
}
 .menu-item-name {
	font-size: 1.7rem;
}
 .menu-item-description {
	font-size: 1.4rem;
     padding-top: 1rem;
}
    .mini{
        font-size: 1.2rem;
    }
    .decafe-coment{
        text-align: left
    }
}
/*
access
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
#access{
    width: 100%;
    margin: 0;
    padding: 5rem 2rem;
    text-align: center;
}
.access-title{
    padding-bottom: 2rem;
}
.map{
    padding: 1rem;
}
.contact-item{
    text-align: left;
    padding: 1rem 3rem;
    font-size: 1.8rem;
}
.contact-item h3{
    font-weight: 600;
    color: #d1e39f !important;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d1e39f
}
@media screen and (max-width:991px) {
   #access{
    padding: 3rem 1rem;
} 
    .map{
    padding: 0rem;
}
    .contact-item{
    text-align: left;
    padding: 1rem 1rem;
    font-size: 1.5rem;
}
}
/*
footer
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
#footer{
    background: #d1e39f;
    width: 100%;
    margin: 0;
    border-radius: 5px 30px 5px 30px;
    text-align: center;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
}
#footer .social {
padding: 1em 0;
    text-align: center;
    margin-left: -0rem !important;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 1rem;
}
#footer .social i.fab {
	font-size: 30px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fab:hover {
	color:#f21100;
}
@media screen and (max-width:991px) {
    #footer{
    border-radius: 0;
}

}
/*
プライバシーポリシー
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
*/
.pp-p{
    width: 95%;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.5;
    color: #323232;
}
.pp-p h1{
    font-size: 1.5em;
}
.pp-p strong{
    display: inline-block;
    padding-top: 1em;
    border-bottom: 1px solid;
    margin-bottom: 1em
    
}