/* 基本 -------------------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
  }
  body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
    padding: 0;
    margin: 0;
  }
  img, embed {
    max-width: 100%;
    height: auto;
  }
  object {
    max-width: 100%;
  }
  img {
    -ms-interpolation-mode: bicubic;
    border: 0px;
    vertical-align: middle;
  }
  body {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    line-height: 140%;
    color: #444444;
    overflow-x: hidden;
    font-size: 1.6rem;
  }
  html {
    font-size: 62.5%;
  }
  p {
    padding-bottom: 15px;
  }
  img {
    border: 0px;
  }
  .cf:before, .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  .cf {
    zoom: 1;
  }
  .cl {
    clear: both;
  }
  a {
    color: #222222;
    text-decoration: none;
    transition: .3s;
  }
  a:hover {
    text-decoration: none;
  }
  a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
  }
  .wrap{
      width:94%;
      margin:0 auto;
      z-index: 10000;
  }
  .orange{
      color: #e6691c;
  }
/*ここから -------------------------------------------------------------- */
body{
	background-color:#E6691C;
}
.video{
	width: 80%;
}
.top-logo{
    text-align: center;
    margin-right: 8.5em;
}
.top-logo img  {
    position: absolute;
    width: 8em;
    top: 20px;
}
.wrap-jesus{
    background-image: url("../images/jesus.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	padding: 0;
	background-color:white;
	margin:3em;
    padding-top: 2em;
    background-size: 20%;
	padding-bottom: 2em;
	
}
.wrap-jesus{
    position: relative;
    z-index: 2000;
}
.main-img{
    text-align: center;
}
.jesus{
    position: fixed;
    left:33%;
    z-index: 1;
}
.head-logo{
    text-align: center;
}
.top{
	position: relative;
	top: 35px;
	right: 64px;
	text-align: right;
}
.tel{
	align-items: baseline;
}
.fa-phone,.fa-envelope{
	color: white;
	font-size: 1.5vw;
}

.character{
    position: fixed;
    width:4em;
    bottom: 8%;
    right: 1.5em;
}
.wrap-panel{
    display:flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    margin:3em auto;
}

.drink-detail{
    display: flex;
    font-size: 50px;
    margin-top: 1em;
    align-items: baseline;
    margin-left: 30%;
    justify-content: space-between;
}
.drink-menu{
    margin: 0 auto;
    width: 94%;
}
.drink-menu img{
    margin:0 auto;
}

.drink-menu h2{
    font-size: 80px;
}
.name{
    line-height: 1em;
    text-align: left;
}
.circle{
    border-radius: 50%; /*丸くする*/
    width: 40px; /*点の幅*/
    height: 40px; /*点の高さ*/
    display: block;
    position: relative; /*絶対配置*/
    right:1em; /*点の位置*/
    top: 0.9em; /*点の位置*/
    content: "";
    background: #e6691c; /*点の色*/
}
.info{
    border:solid 1px #e6691c;
    margin:3em auto;
    background-color: rgba(255,255,255,0.8);
    width: 94%;
}
.info-detail{
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    padding: 0 2em;
    margin-top: 2em;
	font-family: 'Merriweather Sans', sans-serif;
}
.info-right{
    line-height: 1.1em;
    width:50%;
	
}
.info-left-2{
	margin-right:2em;
}
.insta-uber{
    margin: 0 auto;
    text-align: center;
    width: 45%;
}
.insta-uber img{
		width: 20%;
        margin: 1em;
}
.ggl-map{
    margin-top: 1em;
    margin: 2em 0;
}
.ggl-map a{
    background:#E6691C;
    padding:10px 1em;
    color:white;
    transition: 0.5s all;
    margin: 0 2em;
}
.ggl-map a:hover{
    box-shadow: 0 35px 50px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-7px);
}
.sp{
    display: none;
}
.sp-drink{
	width:100%;	
}
.pc{
    display: block;
}
.copyright{
	text-align: center;
	margin-bottom: 1em;
}
.copyright p{
	font-weight: bold;
	text-align: center;
	 font-size: 12px;
	color: white;
	font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;
	line-height: 1.2em;

}
.copyright img{
	padding: auto 2%;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #72C7CA;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
.pizza-panel ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
}
.pizza-panel ul li{
	width: 34%;
}
/*-----------------------------------------1024px----------------------------------------*/
@media screen and (max-width: 1024px) {
    .info-detail{
        display: inline;
    }
    .info-right{
        margin: 1em auto;
    }
	.info-left{
		margin-left:1em;
    
}
.info-left-2{
    margin-left:1em;

}
.modal__content{
    width: 100%;
}
}
/*-----------------------------------------768px----------------------------------------*/
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display:block;
    }
    .info-detail{
        font-size: 18px;
    }
	.wrap-jesus{
		    margin: 2em 0.5em 0.5em 0.5em;
	}
.video{
	width: 100%;
}
    .ggl-map a{
        margin: 0;
    }

	.copyright p{
		font-size: 10px;
}
	.top{
        top: 17px;
        right: 8px;
	}
	.tel img{
		width: 23vw;
    }
    .top-logo{
        margin-right:4em;
    }
    .top-logo img{
        width: 3.5em;
        top: 15px;
    }

}
/*-----------------------------------------for sp----------------------------------------*/
@media screen and (max-width: 414px) {
    .info-detail{
        font-size: 12px;
    }



}