@charset "UTF-8";
/* ----------------
 * base
 * ---------------- */
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 {
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border: none;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ol, ul {
  list-style: none;
}

hr {
  border: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
    max-width: 100%;
}

a, a:visited, button, input[type=button], input[type=submit] {
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (min-width: 768px) {
  a:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    opacity: 0.7;
  }
}

a.text-link:active {
  text-decoration: underline;
}

:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  [href^="tel:"] {
    pointer-events: none;
  }
}

/* ----------------
 * media query
 * ---------------- */
@media screen and (max-width: 767px) {
  .tablet, .tablet-pc, .tp, .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 104rem) {
  .pc, .sp {
    display: none !important;
  }
}

@media screen and (min-width: 104.1rem) {
  .sp, .tablet, .tablet-sp, .ts {
    display: none !important;
  }
}

html {
  position: relative;
}

@media screen and (max-width: 767px) {
  html.menu-back {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

html.popup-back {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffffff;
  min-width: 32rem;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 104rem;
  }
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

/* ----------------
 * Component
 * ---------------- */
.m-button.gold {
  font-family: "Ryumin Regular KL", serif;
  display: block;
  margin: auto;
  border: 2px solid #9c8f5d;
  width: 100%;
  height: 6rem;
  line-height: calc(6rem - 4px);
  font-size: 2.4rem;
  text-align: center;
  color: #9c8f5d;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-button.gold {
    width: 39rem;
    height: 7rem;
    line-height: calc(7rem - 4px);
    font-size: 2.8rem;
  }
}

.m-button.gold:after {
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  border-left: 1rem solid #9c8f5d;
  border-top: .7rem solid transparent;
  border-bottom: .7rem solid transparent;
  width: 0;
  height: 0;
}

@media screen and (min-width: 768px) {
  .m-button.gold:after {
    right: 1.9rem;
  }
}

/* ----------------
 * Header
 * ---------------- */
.brand {
  display: inline-block;
  font-weight: bold;
  font-size: 20px; 
}
  
@media (min-width: 768px) {
    .brand {
    margin-bottom: 3rem;
    width: 150px
}
}
.site-header {
  position: relative;
  background-color: #ffffff; }

.site-header__wrapper {
  margin: 10px;
  text-align: center;
}
  @media (min-width: 768px) {
    .site-header__wrapper {
      text-align: center; } }
@media (min-width: 767px) {
  .nav__wrapper {
    display: inline-flex; } }

@media (max-width: 768px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }

.nav__item a {
  display: block;
  padding: 1rem;   display: block;
  padding: 0 10px;
  color: #000000;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;

}



/* ----------------
 * Footer
 * ---------------- */
.l-footer {
  background-color: #FAFAFA;
  position: relative;
}
.l-footer .logo {
  text-align: center;
  padding: 20px 0;
}

.l-footer .line_ban {
  text-align: center;
  padding: 40px 0;
}

.l-footer .logo a {
  display: inline-block;
}
 
.l-footer .logo img {
  width: 150px;
  text-align: center;
}
 
.l-footer .footernav a {
  display: block;
  padding: 0 2rem;
  color: #000000;
  text-align: left;
  line-height: 26px;
  margin-bottom: 10px
  
}
.l-footer .shopname {
    padding: 0 2rem;
    background-color: #000000;
    height: 50px;
    color:#ffffff;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    line-height: 15px;
  }
.l-footer .l-copy {
    height: 20px;
    color:#000000;
    font-size: 1rem;
    text-align: center;
    padding-top: 0.5rem;
    line-height: 18px;
  }
@media only screen and (min-width: 768px) {
.l-footer .footernav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
.l-footer .footernav a {
  display: block;
  padding: 0 10px;
  color: #000000;
  text-align: center;
  line-height: 26px;
  margin-bottom: 30px;
  
}
    .l-footer .shopname {
    padding: 0 2rem;
    background-color: #000000;
    height: 35px;
    color:#ffffff;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    line-height: 15px;
  }
}

/* ----------------
 * Top
 * ---------------- */
.l-mainvisual {
	height: 75vh;
	position: relative;
	overflow: hidden;
	z-index: 50;
}

.top-visual-movie {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

.top-visual-title {
  font-family: 'Cinzel', serif;
  position: relative;
  z-index: 1;
}

.top-visual-movie video {
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.top-visual-title .catch {
	width: 90%;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.top-visual-title .catch span {
  font-size: 1.5rem;
  display: block;
}

.top-visual-title .catch span:nth-of-type(1) {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.top-visual-title .catch span:nth-of-type(2) {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.top-visual-title .catch span:nth-of-type(3) {
  line-height: 1.5;
  margin-bottom: 30px;
}

.top-visual-title .catch span:nth-of-type(4) {
  width: 30%;
}

.top-visual-title .fade {
	animation-name: fadeAnime;
  animation-duration: 0.6s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

.top-visual-title .fade2 {
	animation-name: fadeAnime2;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
	opacity: 0;
}

.top-visual-title .show span:nth-of-type(1) {
  animation-delay: 1s;
}

.top-visual-title .show span:nth-of-type(2) {
  animation-delay: 2s;
}

.top-visual-title .show span:nth-of-type(3) {
  animation-delay: 2.5s;
}

.top-visual-title .show span:nth-of-type(4) {
  animation-delay: 3s;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate(0px, 50%);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate(0px, 0px);
  }
}

@keyframes fadeAnime2 {
  from {
    opacity: 0;
    filter: blur(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@media (min-width: 768px) {
  .top-visual-title .catch {
    top: 90px;
  }
  
  .top-visual-title .catch span {
    font-size: 2.2rem;
    display: block;
    text-align: center;
  }
  
  .top-visual-title .catch span:nth-of-type(1) {
    font-size: 5.8rem;
    font-weight: 500;
    margin-bottom: 50px;
  }
  
  .top-visual-title .catch span:nth-of-type(2) {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .top-visual-title .catch span:nth-of-type(3) {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  
  .top-visual-title .catch span:nth-of-type(4) {
    width: 200px;
    margin: 0 auto;
  }
} 





/* ----------------
 * ニュース
 * ----------------*/


.l-p-top .l-event-news {
  background-color: #ffffff;
  padding-top: 4.4rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-event-news {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news {
    padding-top: 5rem;
    padding-bottom: 4rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-event-news .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-event-news .inner .headline {
  font-family: "Ryumin Regular KL", serif;
  color: #000000;
  text-align: center;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner .headline {
    font-size: 2.7rem;
  }
}

.l-p-top .l-event-news .inner ul {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul {
    margin: 3.6rem auto 0;
    width: 100%;
  }
}

.l-p-top .l-event-news .inner ul li + li {
  margin-top: 1rem;
    
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li + li {
    margin-top: 1.3rem;
  }
}

.l-p-top .l-event-news .inner ul li a {
  background-color: #ffffff;
  display: block;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595757;
    border-bottom: 1px solid;
    
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li a {
    padding: 1rem 0;
  }
}

.l-p-top .l-event-news .inner ul li a .date {
  width: 6.9rem;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li a .date {
    font-size: 1.5rem;
    letter-spacing: .1em;
    width: 18.6rem;
  }
}

.l-p-top .l-event-news .inner ul li a .title {
  padding: .3rem 0 .3rem 1rem;
  width: calc(100% - 6.9rem);
  border-left: 1px solid #595757;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner ul li a .title {
    font-size: 2rem;
    letter-spacing: .1em;
    line-height: 1.5rem;
    padding: .4rem 1rem .4rem 3.9rem;
    width: calc(100% - 18.6rem);
  }
}

.l-p-top .l-event-news .inner .link {
  margin-top: 2.2rem;
  text-align: center;
}

.l-p-top .l-event-news .inner .link a {
  font-family: "Ryumin Regular KL", serif;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-event-news .inner .link a {
    font-size: 2rem;
  }
}

/* ----------------
 * メニュー
 * ----------------*/

@media screen and (max-width: 767px) {
  .l-p-top .l-menu {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;

  }

}
@media screen and (min-width: 768px) {
  .l-p-top .l-menu {
    width: 100%;
    background-image: 
    background-position: center center;
    background-size: cover;
  }
}
.l-p-top .l-menu .inner {
  padding-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-menu .inner {
    width: 100%;
    

  }
}
.l-p-top .l-menu .inner .img {
  padding-top: 2.7rem;

}

@media screen and (max-width: 767px) {
  .l-p-top .l-menu .inner {
    width: 100%;
    

  }
}
@media screen and (min-width: 768px) {
  .l-p-top .l-menu .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-menu .inner .block .headline {
    font-family: "Ryumin Regular KL", serif;
    margin-top: 1rem;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    text-align: center;
    color: #000000;


}

@media screen and (min-width: 768px) {
  .l-p-top .l-menu .inner .block .headline {
      margin-top: 5rem;
    font-size: 2.7rem;
      
  }
}

.l-menu_pricetarea{
  background-color: #F1F1F1;
 } 

.flex{
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 1.0em;
  padding-right: 1.0em;
  
}
.flex img{
  max-width: 100%;
  display: block;
  text-align: center;
  
}
  .item+.item{
    padding-top: 2.0em;

  }
.l-menu_line_left {
  font-family: "Ryumin Regular KL", serif;
  font-size: 3.9rem;
  font-style:italic;
  border-left: thick solid #333333;
  padding-left: 10px;
}

.l-menu_title01 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
}

.l-menu_title02 {
  font-family:"MS Mincho","ＭＳ 明朝","YuMincho","游明朝体";
  width: 100%;
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.5em;
}

.l-menu_title03 {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.7em;
}

.l-menu_title04 {
  font-size: 1.8rem;
  line-height: 1.7em;
  font-weight: 800;
}
.l-menu_price {
  font-size: 1.7rem;
  font-style: normal;
  line-height: 1.7em;
  padding-left: 2.0em;
}

.l-menu .flex table{
 width: 100%;
 padding: 3px 10px;
}
.l-menu .flex table th {
  width: 60%;
  padding: 3px 10px;
  line-height: 1.5em;
  text-align: left
}
.l-menu .flex table td {
  width: 40%;
  padding: 3px 10px;
  line-height: 1.5em;
  text-align: right;
}
.l-menu_line_table {
  width: 100%;
}

.box01 {
    background: #fff;
    text-align: center;
    border: 1px solid #4D4D4D;
    
}
.box01 .box-title {
    font-size: 1.3em;
    background: #4D4D4D;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5em;    
}

.box02 {
    text-align: center;    
}
.box02 .box-title {
    font-size: 18px;
    padding: 10px;
    text-align: left;
    color: #000;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.5em;    
}

.l-menu_ticketarea{
  background-color: #F1F1F1;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 1.0em;
  padding-right: 1.0em;
 }
.ticketarea_line_table {
　padding-left: 5px;

}


@media screen and (min-width:768px) {
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .item+.item{
   width: 100%;
   padding-top: 0em;
   margin-left:1.5em;
   margin-right: 0em;

  }
.flex img{
  max-width: 465px;
  display: block;
  text-align: center;
  
}
.l-menu .flex table{
  width: 465px;
  padding: 3px 5px;
}
.l-menu .flex table th {
  width: 60%;
  padding: 3px 10px;
  line-height: 1.5em;
  text-align: left
}
.l-menu .flex table td {
  width: 40%;
  padding: 3px 10px;
  line-height: 1.5em;
  text-align: right;
}
.l-menu_line_table {
  border-left: thin solid #333333;
  padding-left: 10px;
}

.l-menu_rline_table {
  border-right: thin solid #333333;
  padding-right: 24px;
}
.ticketarea_line_table {
  border-left: thin solid #333333;
  padding-left: 10px;
  margin-left: 10px;
}
}


/* ----------------
 * 会社概要
 * ----------------*/
@media screen and (max-width: 767px) {
  .l-p-top .l-shop {
    background-color: #FAFAFA;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-top: 5rem;
    

  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-shop {
    background-color: #FAFAFA;
    width: 100%;
    margin-bottom: 30px;


  }
}

.l-p-top .l-shop .inner {
  padding-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-shop .inner {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-shop .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    
 
  }
}
.l-p-top .l-shop .inner .block .headline {
    font-family: "Ryumin Regular KL", serif;
    margin-top: 5rem;
    font-size: 1.8rem;
    text-align: center;
    color: #000;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-shop .inner .block .headline {
      margin-top: 10rem;
    font-size: 2.7rem;
    color: #000;
    margin-bottom: 50px;
  }
}

.l-p-top .l-shop .inner .block .text {
    width: 90%;
    font-size: 1.3rem;
    text-align: left;
    color: #000;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em;
    text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-shop .inner .block .text {
    font-size: 1.7rem;
      width: 50rem;
      margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-shop .inner .headline {
    font-size: 2.7rem;
  }
}

/* table01 */
#table01{
    width: 100%;
    }
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
  line-height: 1.8rem;
　text-align: left;
    
}
#table01 td {
    padding: 10px
}
#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 767px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
      
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
    text-align: left;
  }
}



/* ----------------
 * 見出し
 * ----------------*/

@media screen and (max-width: 767px) {
  .l-p-top .l-t1 {
    width: 100%;
}
}

@media screen and (min-width: 768px) {
  .l-p-top .l-t1 {
    width: 100%;
  }
}

.l-p-top .l-t1 .inner {
  padding-top: 2.7rem;
  background-image: url(../img/top_img.jpg);
  height: 550px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-t1 .inner {
    background-image: url(../img/sptop_img.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    background-size:contain;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-t1 .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
 
  }
}
.l-p-top .l-t1 .inner .block .headline {
    margin-top: 5rem;
    font-size: 1.8rem;
    text-align: center;
    color: #000;
    font-weight: 800;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-t1 .inner .block .headline {
      margin-top: 15rem;
    font-size: 2.7rem;
    color: #000;
    font-weight: 800;
  }
}

.l-p-top .l-t1 .inner .block .text {
    width: 90%;
    font-size: 1.3rem;
    text-align: left;
    color: #000;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em;
    text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-t1 .inner .block .text {
    font-size: 1.7rem;
      width: 50rem;
      margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height:1.8em
  }
}

/* ----------------
 * マップ
 * ----------------*/

@media screen and (max-width: 767px) {
  .l-p-top .l-map {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-map {
    width: 100%;
    

  }
}

.l-p-top .l-map .inner {
  padding-top: 2.7rem;
  
}

@media screen and (max-width: 767px) {
  .l-p-top .l-map .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-map .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
 
  }
}


/* ----------------
 * インスタ
 * ----------------*/ 

.instagram .loader, 
.instagram .loader:before, 
.instagram .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: load 1.8s infinite ease-in-out;
          animation: load 1.8s infinite ease-in-out;
}

.instagram .loader {
  color: #1A1A1A;
  font-size: 1rem;
  margin: 8rem auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.instagram .loader.hidden {
  display: none;
}

.instagram .loader:before, .instagram .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.instagram .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.instagram .loader:after {
  left: 3.5em;
}

.instagram .content {
  margin-top: -.8rem;
  margin-left: -.9rem;
}

@media screen and (min-width: 768px) {
  .instagram .content {
    margin-top: -1.4rem;
    margin-left: -1.6rem;
  }
}

.instagram .content:hidden {
  display: none;
}

.instagram .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instagram .content ul li {
  width: calc(100% / 3);
  padding-top: .8rem;
  padding-left: .9rem;
}

.instagram .content ul li a {
  padding-top: 100%;
  position: relative;
  display: block;
}

.instagram .content ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .instagram .content ul li {
    width: calc(100% / 4);
    padding-top: 1.4rem;
    padding-left: 1.6rem;
  }
}

@-webkit-keyframes load {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

/*-----*/

.l-p-top .l-instagram {
  padding-top: 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-instagram {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-instagram {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-instagram {
    padding-top: 9.1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-instagram .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-instagram .inner {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .l-instagram .inner .logo {
  width: 11.5rem;
  margin: auto;
}

.l-p-top .l-instagram .inner .logo img {
  width: 100%;
  height: auto;
}

.l-p-top .l-instagram .inner .widget-area {
  margin-top: 1.8rem;
  margin-bottom: 3rem;
}
.l-p-top .l-instagram .inner .block .headline {
    font-family: "Ryumin Regular KL", serif;
    margin-top: 2rem;
    margin-bottom: 6rem;
    font-size: 1.8rem;
    text-align: center;
    color: #000000;
}
@media screen and (min-width: 768px) {
  .l-p-top .l-instagram .inner .block .headline {
      margin-top: 2rem;
    font-size: 2.7rem;
      
  }
}
}

/* ----------------
 * ライン
 * ----------------*/ 
@media screen and (max-width: 767px) {
.l-p-top .l-lkousiki {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;

  }
}
@media screen and (max-width: 767px) {
  .l-p-top .l-lkousiki {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-p-top .l-lkousiki {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-lkousiki .inner {
    width: 100%;
  }
}
.l-p-top .l-lkousiki .inner .logo {
  width: 11.5rem;
  margin: auto;
}

.l-p-top .l-lkousiki .inner .logo img {
  width: 100%;
  height: auto;
}

.l-p-top .l-lkousiki .inner .block .headline {
    font-family: "Ryumin Regular KL", serif;
    margin-top: 2rem;
    margin-bottom: 8rem;
    font-size: 1.8rem;
    text-align: center;
    color: #000000;
}
@media screen and (min-width: 768px) {
  .l-p-top .l-lkousiki .inner .block .headline {
      margin-top: 2rem;
    font-size: 2.7rem;
      
  }
}
}


/* ----------------
 * お問い合わせ
 * ----------------*/ 

@media screen and (max-width: 767px) {
  .l-p-top .l-contact {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;

  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact {
    width: 100%;
    background-image: 
    background-position: center center;
    background-size: cover;
  }
}
.l-p-top .l-contact .inner {
  padding-top: 2.7rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner {
      width: 100rem;
      padding-top: 4rem;
      margin: 3rem auto 15rem
  }
}

.l-p-top .l-contact .inner .block .headline {
    font-family: "Ryumin Regular KL", serif;
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center;
    color: #000000;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-contact .inner .block .headline {
      margin-top: 5rem;
    font-size: 2.7rem;
      
  }
}
.contact-message01 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
.contact-message01 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 2rem;
}
}
 .tel_btn {
    font-family: "Ryumin Regular KL", serif;
    margin-top: 2rem;
    margin-bottom: 6rem;
    font-size: 3rem;
    text-align: center;
    color: #000000;

}

@media screen and (min-width: 768px) {
 .tel_btn {
      margin-top: 2rem;
    font-size: 2.7rem;
      
  }
}

/*# sourceMappingURL=style.css.map */
