@charset "utf-8";
/* CSS Document */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
img{
	vertical-align: bottom;
}
a img {
  border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	color:#8FB5E0;
	text-decoration:none;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 1px #CCC;
}

.pc_none{
	display:none !important;
}
.flex{
	display:flex;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_between {
	justify-content: space-between;
}
.flex_around {
	justify-content: space-around;
}
.flex_end {
  align-items: flex-end;
}


.fb{
	font-weight:bold;
}

.aligncenter{ text-align:center !important;}
.alignleft{ text-align:left !important;}
.alignright{ text-align:right !important;}

.mt00{margin-top:0 !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}

.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}

.mr00{margin-right:0 !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}
.mr55{margin-right:55px !important;}
.mr60{margin-right:60px !important;}
.mr65{margin-right:65px !important;}
.mr70{margin-right:70px !important;}

.ttl_en{
  font-family: 'Rajdhani', sans-serif;
}
a:hover{
  opacity: 0.8;
}

/* youtube設定 */

#youtube-area{
  width: 100%;
  height: 56.25vw;
  position: relative;
  z-index: 1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

.youtube {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.youtube video{
  width: 100%;
}
.youtube-sp{
  display:none; 
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
  position: absolute;
  z-index: 2;/*下から2番目に表示*/
  top:0;
  width:100%;
  height: 100%;
}

.wrap{
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.header{
  left:10px;
  top:10px;
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header ul{
  display: flex;
  padding-right: 20px;
}
.header ul li a{
  color: #323232;
  font-weight: bold;
}
.header ul li + li{
  margin-left: 20px;
}

.header_logo{
  width: 200px;
}
.header_logo img{
  width: 100%;
}
.mv{
  width: 100%;
}
.mv img{
  width: 100%;
}
.top_about{
  padding-top: 60px;
  padding-bottom: 60px;
}

.top_about h2{
  font-size: 46px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.top_about_inner{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.top_about_txt{
  margin-left: 60px;
  width: 600px;
}
.top_about_txt p + p{
  margin-top: 20px;
}
.top_about_ttl{
  font-size: 28px;
  margin-top: 40px;
}
.top_lunch{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.top_lunch h2{
  font-size: 46px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.top_lunch_inner{
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.top_lunch_card{
  width: 300px;
  text-align: center;
  background-color: #fff;
  padding:40px 20px;
}
.top_lunch_card img{
  text-align: center;
}
.top_lunch_card .ttl{
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top_lunch .slick-next:before, .top_lunch .slick-prev:before{
  color: #222;
}

.top_insta{
  padding-top: 60px;
  padding-bottom: 60px;
}
.top_insta h2{
  font-size: 46px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.insta_inner{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.insta_item{
  width: 130px;
}
.insta_item + .insta_item{
  margin-left: 10px;
  margin-bottom: 10px;
}
.top_insta .insta_item img{
  width: 100%;
}
.top_open{
  background-image: url("../images/open_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 260px 0;
  margin-top: 60px;
}
.top_open_inner{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.top_open_inner ul{
  display: flex;
  justify-content: center;
}
.top_open_inner ul li{
  text-align: center;
  width: 220px;
}
.top_open_inner ul li h3{
  font-size: 28px;
}
.top_open_txt{
  border-right:solid 1px #ccc;
}
.top_open_txt_first{
  border-left:solid 1px #ccc;
}
.banner{
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner_inner{
  display: flex;
  justify-content: center;
}
.banner_inner a{
  display: block;
  width: 460px;
}
.banner_inner a img{
  width: 100%;
}
.banner_inner a + a{
  margin-left: 40px;
}

.top_access{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.top_access_inner{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.top_access_txt{
  margin-left: 40px;
  margin-top: 40px;
}
.top_access_txt p + p{
  margin-top: 10px;
}
.top_access_ttl{
  font-weight: bold;
  font-size: 16px;
}
.gmap{
  width: 100%;
  font-size: 0;
}
.gmap iframe{
  width: 100%;
  height: 400px;
}
.copyright{
  background-color: #4d4d4d;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.sub_content{
  padding-top: 60px;
  padding-bottom: 60px;
}
.sub_content h2{
  font-size: 46px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.sub_content_inner{
  display: flex;
  justify-content:space-between;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.sub_content_txt{
  margin-left: 60px;
  width: 600px;
}
.sub_content_txt p + p{
  margin-top: 20px;
}
.sub_content_ttl{
  font-size: 28px;
  margin-top: 40px;
}
.sub_content_gallery{
  display: flex;
  flex-wrap:wrap;
  width: 1000px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.gallery_item{
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.gallery_item img{
  width: 100%;
}
.sub_content_txt .link{
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  #youtube-area{
    width: 100%;
    height: 177vw;
  }
  .youtube {
    width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 177vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  }
  .youtube-sp{
    display:block;
  }
  .youtube-pc{
    display:none; 
  }
  .header_logo{
    width: 120px;
  }
  
  .br_sp_none br{
    display: none;
  }
  
  
  .top_about_inner{
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  .top_about_txt{
    margin-left: 0px;
    margin-top: 40px;
    width: 100%;
  }
  .top_about_img{
    margin-top: 40px;
  }
  .top_about_img img{
    width: 100%;
  }
  
  .top_lunch_inner{
    display: block;
    width: 80%;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 10px;
  }
  .top_lunch_card{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    padding:20px;
    margin-top: 40px;
  }
  .top_lunch_card p{
    display: flex;
    justify-content: center;
  }
  .top_open{
    background-image: url("../images/open_bg@sp.jpg");
  }
  .top_open_inner ul{
    display: block;
  }
  .top_open_inner ul li{
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_open_txt{
    border-right:none;
    border-left:none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .top_open_txt_first{
    border-left:none;
  }
  .top_open_txt_last{
    border-bottom: none;
  }
  .insta_item{
    width: 49%;
  }
  .insta_item + .insta_item{
    margin-left: 0;
    margin-bottom: 0;
  }
  .insta_item:nth-child(odd) + .insta_item{
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .top_insta .insta_item img{
    width: 100%;
  }
  
  .banner_inner a{
    width: 44%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_inner a + a{
    margin-left: auto;
  }
  .top_access_inner{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_access_img img{
    width: 100%;
  }
  .top_access_txt{
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .sub_content_inner{
    display: block;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sub_content_txt{
    margin-left: 0px;
    margin-top: 40px;
    width: 100%;
  }
  
  .sub_content_gallery{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .gallery_item{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .gallery_item img{
    width: 100%;
  }
  
}