@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,900');

body {font-family: ‘M+PLUS+1p’, ‘ヒラギノ角ゴシック’, ‘メイリオ’ ,sans-serif;}
html {
  font-size: 100%;
 
  // 600px以降から、100pxごとに1px大きくなる
  @media (min-width: 600px) {
    font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
  }
 
  // 1,000px以上は、22pxに
  @media (min-width: 1000px) {
    font-size: calc(137.5%)
  }
}
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo {
  width: 100px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.logo img{
    text-align: left;
    height:50px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 70%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 2em;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #333333;
  text-transform: uppercase;
  font-size: 12px;
}

.freedial{
    padding:0 1em 0 2em;
    float: right;
    text-align: center;
    width: auto;
}

.freedial p{
color: #333333;
font-size: 12px;
a:link { color: #ff8000; }
a:visited { color: #ff8000; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}

.main__v{
    text-align: center;
    position:relative;
    overflow:hidden;
    width: 100%;
    height:640px;
}
.main__v img{
position:absolute;
left:50%;
width: auto;
margin-left:-640px;
}
.main__v2 {
position:absolute;
margin: 0 auto;
}
.main__v2 img{
position:absolute;
left:50%;
width: auto;
margin-left:-640px;
}
.main__vtxt{
    max-width: 1280px;
    top:75%;
    position:absolute;
    font-size: 16px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #fff;
    left:35%;
}
.main__vtxt h4{
    font-size: 12px;
    padding: 0.2em 1em;
    margin:  0;
    font-weight: bold;
    border: solid 2px #fff;
}
.obi_bar{
    text-align: center;
    position:relative;
    overflow:hidden;
    width: 100%;
    height:10px;
}
.obi_bar img{
position:absolute;
left:50%;
width: auto;
margin-left:-640px;  
}


.content{
margin: 0 auto;
max-width: 960px;
}
.content_menu{
    margin-top: 0px;
    text-align: center;
}
.content_menu img{
    width: 100%;
}

*, *:before, *:after {
	box-sizing: border-box;
}
.news{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.news > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.news > div{
		width: 100%;
	}
}
.news img{
    width: 100%;
}
.news p{
    font-size: 14px;
    font-family: 'M PLUS 1p', sans-serif;
    padding: 1em; 
}
.newslink{
    text-align: right;
}
.instagram{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.instagram > div{
	width: 16.6667%;
    padding: 0 1px;
}
.instagram > div > div{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 740px) {
	.instagram > div{
		width: 33.3333%;
	}
}
@media screen and (max-width: 360px) {
	.instagram > div{
		width: 33.3333%;
	}
}
.instagram img{
    width: 100%;
    height: auto;
}




*, *:before, *:after {
	box-sizing: border-box;
}
.concept{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.concept img{
    width: 100%;
}
.concept p{
    font-size: 14px;
    font-family: 'M PLUS 1p', sans-serif;
    padding: 1em 0.5em;

}
.concept h4{
    font-size: 14px;
    font-family: 'M PLUS 1p', sans-serif;
    padding: 0 0.5em;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0.5em 23%;

}
.concept > div{
	width: 33.33333%;
	padding: 0 5px;
}
@media screen and (max-width: 720px) {
	.concept > div{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.concept > div{
		width: 100%;
	}
}
.concept_box1{
background: #E6E6E6;
}
.concept_box1 p{
    text-align: left;
}
.concept_box2{
background: #CBD7DF;
}
.concept_box2 p{
    text-align: left;
}

/* ドリンク */
.drink{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.drink img{
    width: 100%;
}

.drink small{
    font-size: 12px;

}
.drink h3{
    font-size: 14px;
    font-family: 'M PLUS 1p', sans-serif;
    padding: 0 0.5em;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0.5em 23%;
}
.drink h4{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.drink > div{
	width: 33.33333%;
	padding: 0 5px;
}
@media screen and (max-width: 720px) {
	.drink > div{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	..drink > div{
		width: 100%;
	}
}
 .drink1{
     background: #E6E6E6;
    text-align: center;
}
.drink1 p{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0 0 1em;
    margin: 0;
}
.drink2{
    background: #CDD9E0;
    text-align: center;
}
.drink2 p{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0 0 1em;
    margin: 0;
}
.drinkname{
    padding: 15px 0 0;
}
.drinkname img{
    width: 100%;
}
.drinkimg{
    margin-bottom: 0;
}
.drinkimg img{
    width: 100%;
}
.drinktxt{
    margin: 0;
    padding: 0;
    height: 100px;
}
.drinktxt p{
    font-size: 16px;
    font-family: 'M PLUS 1p', sans-serif;
    padding: 0 0 1em 0.5em;
    text-align: left;
}

.store{
    text-align: center;
}

.swiper-container {
width: 100%;
height: 500px;
max-width: 1280px;
    }
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
width: 100%;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
    }

.store_box{
    margin: 10;
    width: 960px;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    background: #fff;

}
.store_box h3{
    padding: 5px;
    font-size: 16px;
    margin:  0;
}
.store_box p{
    font-size: 12px;
    padding: 0 1em;
    margin:  0;
}
.store-name{
    margin: 0 auto;
    padding:0;
width: 200px;
  border: solid 2px #000;
}
.recruit {
margin: 0 auto;
width: 85%;
text-align: left;
font-family: 'M PLUS 1p', sans-serif;
}
.recruit p{
    font-size: 14px;
}
.recruit h4{
    font-size: 14px;
    padding: 0 1em;
}
.contact_menu{
    max-width: 1280px;
    text-align: center;
    position:relative;
    overflow:hidden;
    width: 100%;
}
.contact_menu img{
position:absolute;
left:50%;
width: 100%;
margin-left:-640px;
}

.mail{
    text-align: center;
    background: #eee6db;
    color: #000000;
    font-family: 'M PLUS 1p', sans-serif;
    padding: 1em;
    margin: 0;
}
.mail p{
    font-size: 12px;
    text-align: left;
    padding: 1em;
    max-width: 720px;
    margin: 0 auto;
}
.mail small{
font-size:10px;
padding: 0 0.5em;
margin-right: 5px;
background-color:#C92F11;
border-radius: 4px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.mail img{
    width: 50%;
}
.mail_text{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #C92F11;
background-image: none;
border: 1px solid rgba(0, 0, 0, 0.16);
border-radius: 0;
color: inherit;
font-family: inherit;
font-size: 1em;
padding: 0.4em 0.8em;
width: 100%;
max-width: 720px;
color: #000;
}

.mail_text:focus {
border: 1px solid rgba(0, 0, 0, 0.32);
box-shadow: none;
outline: none;
}
.mail_textarea {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #C92F11;
background-image: none;
border: 1px solid rgba(0, 0, 0, 0.16);
border-radius: 0;
color: #000;
font-family: inherit;
font-size: 1em;
height: 100px;
padding: 0.4em 0.8em;
width: 100%;
max-width: 720px;
}

.mail_textarea:focus {
border: 1px solid rgba(0, 0, 0, 0.32);
box-shadow: none;
outline: none;
}
.mail_check {
  display: none;
}

.mail_check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.mail_check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.mail_check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.mail_check:checked + span::after {
  opacity: 1;
}
.mail_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
max-width: 720px;
  background: #C92F11;
}

.mail_select::-ms-expand {
  display: none;
}

.mail_select:focus {
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: none;
  outline: none;
}
.mail_submit {
  -webkit-appearance: none;
  background-color: #C92F11;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
  width: 100%;
max-width: 720px;
}

.mail_submit:hover,
.mail_submit:focus {
  outline: none;
  background-color: #000;
  border-color: #cbe585;
  color: #FFF;
}

.mail_submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.footer2{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #eee6db;
}
.footer{
    margin: 0 auto;
}
.footer p{
    font-size: 12;
    text-align: center;
    a:link { color: #FFFFFF; }
a:visited { color: #fff; }
a:hover { color: #087DFF; }
a:active { color: #087DFF; }
}
.download{
    margin: 0 auto;
    text-align: center;
    font-size:14px;
    font-family: Arial, Helvetica, "sans-serif";
        a:link { color: #FFFFFF; }
a:visited { color: #fff; }
a:hover { color: #087DFF; }
a:active { color: #087DFF; }
}

.thanks{
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
}