@charset "UTF-8";
/* CSS Document */
/*オープニング
-----------------------------------------------------------------------*/

.shutter{
  width: 100%;
  height: 100%;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  background-color:#fff;
  z-index:99;
  -webkit-animation: byeShutter 2.4s forwards;
  animation: byeShutter 2.4s forwards;
}
.logo {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.8s forwards;
  animation: logo 0.8s forwards;
  animation-delay: 0.2s;
}
@keyframes byeShutter {
70% {
  opacity: 1;
}
100% {
  display: none;
  opacity: 0;
  z-index: -1;
}
}
@keyframes logo {
0% {
  opacity: 1;
}
  
50% {
  transform: rotate(0deg);     
}
  100% {
  transform: scale(0.8);
  }
}
/*-----------
デバイス共通
------------*/
body{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:18px;
  line-height:26px;
  color:#000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-orange {
  background-color: #fc1610;
}
.cl-orange{
  color: #fc1610;
}
.cl-blue{
  color: #1183d2;
}
.cl-gray{
  color: #2d2d2d;
}
.highlight02 {
  background: -webkit-linear-gradient(transparent 50%, #c3e0f3 50%);
  background: -o-linear-gradient(transparent 50%, #c3e0f3 50%);
  background: linear-gradient(transparent 50%, #c3e0f3 50%);
  font-weight: bold;
}
.gray-box{
  background-color: #fafafa;
  padding: 30px;
}
.table-cell{
  display: table-cell;
}
.txt-shadow {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.clear {
  clear: both;
}
header {
  border-bottom: 1px solid #2d2d2d;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.bottom_info{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}
.bottom_info .pull-right{
  padding-top: 5px;
  text-align: right;
}
.bottom_info .pull-right img {
  display: inline-block;
}

header .pull-right{
  text-align: right;
}
header .pull-right img{
  display: inline-block;
}

/* nav */
nav .inner{
	font-color:#fff;
	background-color: #000;
}
nav ul {
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 0;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}
nav ul li{
	align-items:center;
	text-align: center;
	border-right: 1px solid #FFF;
}
nav ul li:nth-child(1){
  width:18%;
}
nav ul li:nth-child(2){
  width:18%;
}
nav ul li:nth-child(3){
  width:18%;
}
nav ul li:nth-child(4){
  width:18%;
}
nav ul li:nth-child(5){
  width:18%;
}
nav ul li:nth-child(6){
  width:18%;
}
nav ul li:first-child {
  border-left: 1px solid #FFF;
}
nav ul li a{
  font-size: 13px;
  display: block;
  color: #fff;
  padding: 18px 5.5px;
  line-height: 1em;
  font-weight: bold;
}
nav ul li a:hover,
nav ul li a:focus{
	background-color: #FEF761;
	text-decoration: none;
	color: #2d2d2d;
}
nav ul li .check{
	background-color: #F7F7F7;	
	color: #2d2d2d;
}
#nav_toggle{
	display: none;
}
.mv{
  background-color: #f7f7f7;
}
.max img{
	width:100%;
	margin-top: -80px;	
}

/**
 *  Main: 共通
 */
.main {
  background-color: #f7f7f7;
  padding: 30px 15px 50px 15px;
}
.main .content{
	  background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main .content{
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1500px) {
  .main .content {
    width: 1200px;
  }
}

/*
@media (min-width: 992px) {
  .content {
  	margin-right: auto;
  	margin-left: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	border-radius: 20px;
  }
}
*/
  .content {
  	margin-right: auto;
  	margin-left: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
  }
.container-main {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .container-main {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 *  Main: コンテンツ
 */
@media (min-width: 992px) {
  .features {
    background-color: #fff;
  }
}
.img-thumbnail{
	border:0px !important;
}
.features dl {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.features dl dt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: .125em;
  text-transform: uppercase;
}
.features dl dd {
  font-size: 14px;
  text-align: center;
}
.features dl dd img {
  border-width: 0;
  border-radius: 0;
}
.features dl dd p {
  line-height: 1.4;
  height: 2.8em;
  margin: 20px auto;
  text-align: left;
}
@media (min-width: 768px) {
  .features dl dd p {
    height: 4.2em;
  }
}

.btn-more {
  font-family: 'Noto Serif JP', 'メイリオ', Meiryo,serif;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 12px 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #eb9b46, #fad890) 0 100%;
  background: linear-gradient(to bottom, #fad890, #eb9b46) 0 100%;
}
@media (min-width: 768px) {
  .btn-more {
    transition: opacity .1s;
  }
  .btn-more:hover {
    opacity: .7;
  }
}

/**
 *  Main: 店舗情報
 */
th {
    font-weight:normal;
}
.info {
  background-color: #fff;
  background-size: cover;
}
.info-title {
  font-family: 'Noto Serif JP', 'メイリオ', Meiryo,serif;
  font-size: 30px;
  line-height: 1.2;
  vertical-align: middle;
  letter-spacing: .125em;
  text-transform: uppercase;
}
/*
.info-title:after {
  display: inline;
  margin: 0 10px 0 0;
  content: url(../img/icon_head2.png);
  vertical-align: middle;
}
*/
.info-th {
    font-family: 'Noto Serif JP', 'メイリオ', Meiryo,serif;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0em;
    vertical-align: sub;
    text-transform: uppercase;
}
.info-details{
	margin-top:10px;
}

/**
 *  Main
 */
.box1{
	padding: 0 2% 0 5%;
}
.box2{
	padding: 0 5% 0 2%;
	margin-bottom: 50px;
}


/**
 *  Main:
 */
.box2-gmap {
  border: 1px solid #fff;
  background-color: #F7F7F7;
  border-radius: 15px;

/*  box-shadow: 0 1px 6px rgba(0, 0, 0, .25);*/
}
.box2-gmap iframe {
  display: block;
  max-width: 100%;
  height: 300px;
  width: 560px;
  margin: 0 auto;
  border-radius: 15px;
}

.box2-title {
  font-size: 24px;
  margin: 20px auto;
}

.box2 p {
  font-size: 14px;
  line-height: 1.1;
  margin: 10px auto 0;
}
.box2 p span {
  margin-right: 1em;
}
.box2 p span:last-child {
  margin-right: 0;
}
button {
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
}
button img:hover{
  opacity: .7;
}
.pagetop{
  bottom: 15px;
}
footer {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #000;
  font-size: 14px;
}
footer a, footer a:hover, footer a:focus, footer a:link {
  color: #000;
}
/*PC用スタイル*/
@media (min-width: 959px) and (max-width: 1800px) {
  .mv{
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .white-box{
    padding: 50px;
  }
}
@media (min-width: 768px) {

}
.twitter-box-inner{
	height:700px; 
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 20;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*PC用スタイルend*/
