@charset "UTF-8";
html {
  font-size: 100%;
 
  // 600px以降から、100pxごとに1px大きくなる
  @media (min-width: 600px) {
    font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
  }
 
  // 1,280px以上は、22pxに
  @media (min-width: 1280px) {
    font-size: calc(137.5%)
  }
}

.inner clearfix{
    background: #e8eae9;
    width: auto;
    height: 100px;
}

.inner clearfix img{
    align-content: flex-start;
    align-items: center;
    width: auto;
    height: 100px;
    margin: auto;
}
.menu2{
    background: #e8eae9;
    width: auto;
    height: 100px;
}

.menu2 img{
    align-content: flex-start;
    align-items: center;
    width: auto;
    height: 100px;
    margin: auto;
}
.image {
    position:relative;
    overflow:hidden;
    width:auto;
    height:1336px;
}
.image img {
    position:absolute;
    left:50%;
    width:auto;

    margin-left:-960px;
}


.image2 {
    position:relative;
    overflow:hidden;
    width:auto;
    height:15px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.image2 img {
    position:absolute;
    left:50%;
    width:auto;

    margin-left:-960px;
}

.news{
    width: auto;
    align-content: center;
    background: #FFFFFF;
}
.news_logo{
    width: 730px;
    margin: auto;
}
.news_text{
    margin-top: 20px;
}
.news_boxtxt {
    align-content: center;
    width: 450px;
    margin-top: 10px;
    margin: auto; 
    font-weight: bold;
    border: solid 1px #000000;
}
.news_boxtxt p {
    text-align: center;
    font-size: 20pt;
    margin: auto; 
    padding: auto;
}

.concept{
    width: auto;
    background: #FFFFFF;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.concept_logo{
    width: 730px;
    margin: auto;
}
.concept_img {
    position:relative;
    overflow:hidden;
    width:auto;
    height:400px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.concept_img img {
    position:absolute;
    left:50%;
    width:auto;

    margin-left:-960px;
}

.drink{
    width: auto;
    background: #FFFFFF;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.drink_logo{
    width: 730px;
    margin: auto;
}
.drink_logo2{
    position:relative;
    overflow:hidden;
    width:auto;
    height:460px;
}
.drink_logo2 img {
    position:absolute;
    left:50%;
    width:auto;

    margin-left:-960px;
}

.drink_img {
    position:relative;
    overflow:hidden;
    width:auto;
    height:400px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.drink_img img {
    position:absolute;
    left:50%;
    width:auto;

    margin-left:-960px;
}





*, *:before, *:after {
	box-sizing: border-box;
}
.flex_box{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.flex_box > div{
	width: 33.3333%;
	padding: 10px;
}

@media screen and (max-width: 960px) {
	.flex_box > div{
		width: 50%;
	}
}
@media screen and (max-width: 1080px) {
	.flex_box > div{
		width: 100%;
	}
}

.flex_item:nth-child(1) {
    background-color:  #e6e6e6; /* 背景色指定 */
}
 
.flex_item:nth-child(2) {
    background-color:  #cdd9e0; /* 背景色指定 */
}
 
.flex_item:nth-child(3) {
    background-color: #e6e6e6; /* 背景色指定 */
}
 


.flex_box2 {
    display: flex;              /* フレックスボックスにする */
    background-color: #fff;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    align-items:stretch;        /* 縦の位置指定 */
    flex-wrap: wrap;            /* 折り返し指定 */
    justify-content:center;
    width: 100%;
	display: -ms-flexbox; /* IE10 */
	-ms-flex-wrap: wrap; /* IE10 */
}
 
.flex_box2 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.flex_box2 > div{
		width: 50%;
	}
}
@media screen and (max-width: 1080px) {
	.flex_box2 > div{
		width: 100%;
	}
}

.flex_item2:nth-child(1) {
    background-color:  #e6e6e6; /* 背景色指定 */
}
 
.flex_item2:nth-child(2) {
    background-color:  #cdd9e0; /* 背景色指定 */
}
 
.flex_item2:nth-child(3) {
    background-color: #e6e6e6; /* 背景色指定 */
}
 
.flex_item2:nth-child(4) {
    background-color:  #cdd9e0; /* 背景色指定 */
}
.flex_item2:nth-child(5) {
    background-color: #e6e6e6; /* 背景色指定 */
}
 
.flex_item2:nth-child(6) {
    background-color:  #cdd9e0; /* 背景色指定 */
}

.store{
    width: auto;
    align-content: center;
    background: #FFFFFF;

}
.store_logo{
    width: 730px;
    margin: auto;
}
.store-text{
    margin-top: 20px;
}

.boxtxt2 {
    align-content: center;
    background-color: #000000;
    text-align: center;
    color: #FFFFFF;
    width: 200px;
    margin-top: 20px;
    margin: auto; 
    font-weight: bold;
    border: solid 1px #000000;
}
.boxtxt2 p {
    text-align: center;
    font-size: 10pt;
    margin: auto; 
    padding: auto;
}

.boxtxt {
    align-content: center;
    width: 320px;
    margin-top: 10px;
    margin: auto; 
    font-weight: bold;
    border: solid 1px #000000;
}
.boxtxt p {
    text-align: center;
    font-size: 25pt;
    margin: auto; 
    padding: auto;
}


.recruit{
    width: auto;
    background: #FFFFFF;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.recruit_logo{
    width: 730px;
    margin: auto;
}
.recruit_img {
    position:relative;
    overflow:hidden;
    width:auto;
    height:400px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.recruit_img img {
    position:absolute;
    left:50%;
    width:auto;

    margin-left:-960px;
}

.map{
    height: 380px;
}



.contact {
    width: auto;
    height: 100%;
    background: #221817;

    margin-bottom: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.mail{
    width: 730px;   
}


select{
font-size:18px;
border:1px;
}

.square_btn {
    position: relative;
    display: inline-block;
    font-size     : 18pt; 
    padding: 0.5em 1em;
    text-decoration: none;
    color: #000;
    background: #818181;
    transition: .4s;
  }

.square_btn:hover {
    background: #C4C4C4;
}

* {
  outline: 0;
  font-family: sans-serif
}
body {
  background-color: #fafafa
}
span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}
.container {
  width: 500px;
  margin: 50px auto 0;
  text-align: center
}

/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}




.button {
  display       : inline-block;
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 21px 50px;   /* 余白       */
  background    : #999999;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
    width: 100%;
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
}
.button:hover {
  opacity       : 0.8;         /* カーソル時透明度 */
}

input#submit_button{
    padding: 20px 50px;
    font-size: 2.2em;
    // 背景色を指定
    background-color: #B8B8B8;
    // 文字色を指定
    color: #000000;
    transition    : .3s;
    // submitボタンのを枠を非表示にする
    border-style: none; 
}


.caution {
    color:#FFFFFF;
}

.copy{
    color: #FFFFFF;
    font-size: 9pt;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}

input[type="submit"],input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

/*ナビメニューのスタイルを指定*/
nav{
 width: 100%;
 height: 70px;
 position: relative;
 background: #F6F6F6;
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;
}
.navbar_toggle{
 z-index:9999;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background: #5c6b80;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
}
.menu ul li{
 padding: 2em;
 border-bottom: 1px solid #CCC;
}
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}

/*コンテンツ幅が960pxより大きい場合*/
@media screen and (min-width: 1080px) {
nav{
 display: flex;
 flex-direction: row;
}
.navbar_toggle{
 display: none;
}
.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.menu ul{
 height: 100px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
}
.menu ul li{
 padding: 0 1em;
 border-bottom: none;
}
}  
