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

*, ::before, ::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  font-feature-settings: "pkna"1;
  overflow-x: hidden;

}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  font-feature-settings: "palt";
  line-height: 1.65;
}
p {
  margin-bottom: 0;
}
pre {
  margin-bottom: 0;
}
dl {
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}
img
{
    max-width: 100%;
    height: auto;
}
p
{
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.t-center
{
    text-align: center;
}
.rev
{
    flex-direction: row-reverse;
}
.pricetxt
{
    font-weight: 600;
}
.price .flex
{
    padding: 5rem 0;
    border-bottom: 1px dashed #CCCCCC;
}
/*-----------------------------------------------------------------*/
#header
{
    width: 100%;
    padding: 1rem;
    position: relative;
}
.logo
{
    text-align: center;
}
.r_box
{
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sns
{
    display: flex;
    align-items: center;
}
.h_tel,.insta,.line
{
    margin-right: 2rem;
}
.gnav
{
    width: 100%;
}
.gnav ul
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1000px;
    margin: 3rem auto 0;
    padding: 1rem;
}
.gnav li
{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}
.gnav li span
{
    display: block;
    font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
}
.mv
{
    width: 100%;
    margin-bottom: 3rem;
}
.bnr
{
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 5rem;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.txt
{
    width: 48%;
}

.img
{
    width: 48%;
}
.greeting
{
    background: #ECECEC;
    padding: 3% 0 3% 3%;
}
.ttl
{
    font-size: 4.8rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
}
.ttl::before
{
    content: "";
    height: 3px;
    background: #FF0000;
    width: 8rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.subttl
{
    font-size: 2.8rem;
    margin-bottom: 5rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
}
.greetingtxt
{
    padding: 0 5rem;
}
.greetingimg
{
    margin-top: -5vw;
}
.btn
{
    padding: 5rem 0;
}
.btn a
{
    padding: 1.5rem 12rem 1.5rem 2rem;
    background: #000000;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
}
.btn a::before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 9px;
    height: 16px;
    transform: translateY(-50%);
    background: url("images/icon-arrow.png")no-repeat top center;
}
.mobile
{
    background: url("images/mobile_bg.png")no-repeat top center;
    background-size: cover;
    padding: 3% 0;
}
.container
{
    max-width: calc(1200px + 6%);
    margin: 0 auto;
    padding: 3%;
}
.ttl02
{
    font-size: 4.8rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
    text-align: center;
}
.ttl02 span
{
    font-size: 2.8rem;
    display: block;
}
.movie
{
    padding: 6% 1rem 3%;
}
.decottl01
{
    font-size: 3.8rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem;
    position: relative;
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 8rem;
}
.decottl01::before
{
    content: "";
    background: url("images/ttldeco01.png")no-repeat center top;
    background-size: cover;
    width: 210px;
    height: 145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.moviebox
{
    width: calc(100% / 3);
    padding: 1rem;
}
.movie p
{
    text-align: center;
    margin-bottom: 3rem;
}
.movie .flex
{
    margin-bottom: 5rem;
}
.movie .btn
{
    text-align: center;
}
.gift
{
    background: url("images/gift_bg.png") no-repeat top center;
    background-size: cover;
    padding: 6%  3% 6% 0;
}
.decottl02
{
    font-size: 3.8rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem;
    position: relative;
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 12rem;
}
.decottl02::before
{
    content: "";
    background: url("images/ttldeco02.png")no-repeat center top;
    background-size: cover;
    width: 210px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gift .img
{
    width: 65%;
}
.gift .txt
{
    width: 32%;
}
.infomation
{
    padding: 5% 0;
    background: url("images/info_bg.png")no-repeat top center;
    background-size: cover;
}
.info_wrap
{
    max-width: 800px;
    margin: 0 auto;
    height: 200px;
    overflow-y: auto;
    padding: 0 2rem;
}
.info_wrap li
{
    margin-bottom: 1rem;
    border-bottom: 1px dashed #333333;
    padding: 2rem 0 3rem 3rem;
}
.info_wrap dl
{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}
.info_wrap dt
{
    font-weight: 600;
    color: #9C0303;
    margin-right: 3rem;
}
.gallery
{
    padding: 6% 0;
}
.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
#footer
{
    
}
.footerbg
{
    padding: 5% 0;
    background: url("images/footer_bg.png")no-repeat top center;
    background-size: cover;
}
#footer .ttl02
{
    color: #FFFFFF;
}
.footer_wrap
{
    max-width: calc(1500px + 6%);
    margin: 0 auto;
    padding: 3%;
}
.f_logo
{
    text-align: center;
    margin-bottom: 3rem;
}
.hyou
{
    width: 48%
}
.linebnr
{
    width: 48%;
}
.f_table
{
    font-size: 1.6rem;
    color: #FFFFFF;
    width: 100%;
}
.f_table tr
{
    border-bottom: 1px solid #FFFFFF;
}
.f_table th,.f_table td
{
    padding: 2rem;
}
.f_table th
{
    width: 25%;
}
.f_table td
{
    width: 75%;
}
.footer_wrap .flex
{
    padding: 3rem 0;
}
.copy
{
    padding: 1rem;
    color: #FFFFFF;
    text-align: center;
    background: #000000;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#000000;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:6%;
    left:50%;
    transform: translate(-50%,0%);
    width: 100%;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFFFFF;
    border-bottom: 1px #fff solid;
}

#g-nav li a{
  color: #FFFFFF;
  text-decoration: none;
  padding:2rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav li span
{
    display: block;
    font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #333333;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background-color: #FFFFFF;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
        background-color: #FFFFFF;
}
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce{
    opacity:0;
}

/*--------------------------------------------------------------------------

下層ページ

--------------------------------------------------------------------------*/

.h2_ttl
{
    background: url("images/h2_ttl.png")no-repeat top center;
    background-size: cover;
    padding: 14rem 0;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
}
.h2_ttl span
{
    display: block;
    font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 6rem;
}
.h3_ttl
{
    text-align: center;
    font-size: 3.8rem;
    background: 1rem;
    position: relative;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.h3_ttl::before
{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
    height: 3px;
    border-radius: 3px;
    background: #FF0000;
}
.store .img
{
    width: 40%;
}
.flexstore
{
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexstore .img
{
    width: calc(100% / 3);
    padding: 2rem;
}
.table01
{
    font-size: 1.6rem;
    width: 100%;
}
table01 tr
{
    border-bottom: 1px solid #333333;
}
table01 th,table01 td
{
    padding: 2rem;
}
table01 th
{
    width: 25%;
}
table01 td
{
    width: 75%;
}
.tel
{
    font-size: 3.8rem!important;
    font-weight: 600;
    text-align: center;
    padding: 3rem 0;
}
.recimg
{
    width: calc(100% / 3);
    padding: 3rem;
}
table.table-default {
    width: 100%;
    border-top: 0;
    background: transparent;
    border-collapse: collapse;
    text-align: left;
    font-size: 1.6rem;
    max-width: 1000px;
    margin: 5rem auto;
}
table.table-default th {
    background: #000000;
    color: #fff;
    padding: 25px 8px;
    text-align: center;
}
table.table-default th, table.table-default td{
    border-bottom: 2px solid #fff;
    vertical-align: middle;
}
table.table-default th + td:last-child {
    width: 75%;
}
table.table-default td{
    background: #E8E8E8;
    padding: 15px 15px !important;
}
.name
{
	text-align:right;
	padding:2rem 0;
}
/*--------------------------------------------------------------------------

PC

--------------------------------------------------------------------------*/

@media only screen and (min-width: 846px) {
  .sp-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
}

/*--------------------------------------------------------------------------

tablet

--------------------------------------------------------------------------*/

@media only screen and (min-width: 560px) and (max-width: 845px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
    
    #header
{
    width: 100%;
    padding: 1rem;
    position: relative;
}
.logo
{
    text-align: center;
}
.r_box
{
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.sns
{
    display: flex;
    align-items: center;
}
.h_tel,.insta,.line
{
    margin-right: 2rem;
}
    .h_tel
    {
        margin-bottom: 1rem;
    }
.gnav
{
    width: 100%;
}
.gnav ul
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1000px;
    margin: 3rem auto 0;
    padding: 1rem;
}
.gnav li
{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}
.gnav li span
{
    display: block;
    font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
}
.mv
{
    width: 100%;
    margin-bottom: 3rem;
}
.bnr
{
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 5rem;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.txt
{
    width: 48%;
}

.img
{
    width: 48%;
}
.greeting
{
    background: #ECECEC;
    padding: 3% 0 3% 3%;
}
.ttl
{
    font-size: 4.8rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
}
.ttl::before
{
    content: "";
    height: 3px;
    background: #FF0000;
    width: 8rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.subttl
{
    font-size: 2.8rem;
    margin-bottom: 5rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
}
    .greeting .flex
    {
        flex-direction: column-reverse;
    }
.greetingtxt
{
    padding: 0 5rem;
    width: 100%;
}
.greetingimg
{
    margin-top: -5vw;
    width: 100%
}
.btn
{
    padding: 5rem 0;
}
.btn a
{
    padding: 1.5rem 12rem 1.5rem 2rem;
    background: #000000;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
}
.btn a::before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 9px;
    height: 16px;
    transform: translateY(-50%);
    background: url("images/icon-arrow.png")no-repeat top center;
}
.mobile
{
    background: url("images/mobile_bg.png")no-repeat top center;
    background-size: cover;
    padding: 3% 0;
}
.container
{
    max-width: calc(1200px + 6%);
    margin: 0 auto;
    padding: 3%;
}
.ttl02
{
    font-size: 3.8rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
    text-align: center;
}
.ttl02 span
{
    font-size: 1.8rem;
    display: block;
}
.movie
{
    padding: 6% 1rem 3%;
}
.decottl01
{
    font-size: 3.8rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem;
    position: relative;
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 8rem;
}
.decottl01::before
{
    content: "";
    background: url("images/ttldeco01.png")no-repeat center top;
    background-size: cover;
    width: 210px;
    height: 145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.moviebox
{
    width: calc(100% / 3);
    padding: 1rem;
}
.movie p
{
    text-align: center;
    margin-bottom: 3rem;
}
.movie .flex
{
    margin-bottom: 5rem;
}
.movie .btn
{
    text-align: center;
}
.gift
{
    background: url("images/gift_bg.png") no-repeat top center;
    background-size: cover;
    padding: 6%  0;
}
.decottl02
{
    font-size: 3.8rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem;
    position: relative;
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 12rem;
}
.decottl02::before
{
    content: "";
    background: url("images/ttldeco02.png")no-repeat center top;
    background-size: cover;
    width: 210px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gift .img
{
    width: 100%;
    margin-bottom: 3rem;
}
.gift .txt
{
    width: 100%;
    padding: 0 1rem;
}
.infomation
{
    padding: 5% 0;
    background: url("images/info_bg.png")no-repeat top center;
    background-size: cover;
}
.info_wrap
{
    max-width: 800px;
    margin: 0 auto;
    height: 200px;
    overflow-y: auto;
    padding: 0 2rem;
}
.info_wrap li
{
    margin-bottom: 1rem;
    border-bottom: 1px dashed #333333;
    padding: 2rem 0 3rem 3rem;
}
.info_wrap dl
{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}
.info_wrap dt
{
    font-weight: 600;
    color: #9C0303;
    margin-right: 3rem;
}
.gallery
{
    padding: 6% 0;
}
.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
#footer
{
    
}
.footerbg
{
    padding: 5% 0;
    background: url("images/footer_bg.png")no-repeat top center;
    background-size: cover;
}
#footer .ttl02
{
    color: #FFFFFF;
}
.footer_wrap
{
    max-width: calc(1500px + 6%);
    margin: 0 auto;
    padding: 3%;
}
.f_logo
{
    text-align: center;
    margin-bottom: 3rem;
}
.hyou
{
    width: 100%;
    margin-bottom: 3rem
}
.linebnr
{
    width: 100%;
}
.f_table
{
    font-size: 1.6rem;
    color: #FFFFFF;
    width: 100%;
}
.f_table tr
{
    border-bottom: 1px solid #FFFFFF;
}
.f_table th,.f_table td
{
    padding: 2rem;
}
.f_table th
{
    width: 25%;
}
.f_table td
{
    width: 75%;
}
.footer_wrap .flex
{
    padding: 3rem 0;
}
 /*--------------------------------------------------------------------------

下層ページ

--------------------------------------------------------------------------*/

.h2_ttl
{
    background: url("images/h2_ttl.png")no-repeat top center;
    background-size: cover;
    padding: 14rem 0;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
}
.h2_ttl span
{
    display: block;
    font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 6rem;
}
.h3_ttl
{
    text-align: center;
    font-size: 3.8rem;
    background: 1rem;
    position: relative;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.h3_ttl::before
{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
    height: 3px;
    border-radius: 3px;
    background: #FF0000;
}
.store .img
{
    width: 40%;
}
.flexstore
{
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexstore .img
{
    width: calc(100% / 3);
    padding: 2rem;
}
.table01
{
    font-size: 1.6rem;
    width: 100%;
}
table01 tr
{
    border-bottom: 1px solid #333333;
}
table01 th,table01 td
{
    padding: 2rem;
}
table01 th
{
    width: 25%;
}
table01 td
{
    width: 75%;
}
.tel
{
    font-size: 3.8rem!important;
    font-weight: 600;
    text-align: center;
    padding: 3rem 0;
}
.recimg
{
    width: calc(100% / 3);
    padding: 3rem;
}
table.table-default {
    width: 100%;
    border-top: 0;
    background: transparent;
    border-collapse: collapse;
    text-align: left;
    font-size: 1.6rem;
    max-width: 1000px;
    margin: 5rem auto;
}
table.table-default th {
    background: #000000;
    color: #fff;
    padding: 25px 8px;
    text-align: center;
}
table.table-default th, table.table-default td{
    border-bottom: 2px solid #fff;
    vertical-align: middle;
}
table.table-default th + td:last-child {
    width: 75%;
}
table.table-default td{
    background: #E8E8E8;
    padding: 15px 15px !important;
}
}

/*--------------------------------------------------------------------------

sp

--------------------------------------------------------------------------*/
@media screen and (max-width: 559px) {
    .pc-only {
    display: none !important;
  }
  .pc-tab-only {
    display: none !important;
  }
    
    #header
{
    width: 100%;
    padding: 1rem;
    position: relative;
}
.logo
{
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.r_box
{
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.sns
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}
.h_tel,.insta,.line
{
    margin-right: 2rem;
}
    .h_tel
    {
        margin-bottom: 1rem;
    }
.gnav
{
    width: 100%;
}
.gnav ul
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1000px;
    margin: 3rem auto 0;
    padding: 1rem;
}
.gnav li
{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}
.gnav li span
{
    display: block;
    font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
}
.mv
{
    width: 100%;
    margin-bottom: 3rem;
}
.bnr
{
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 5rem;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.txt
{
    width: 100%;
}

.img
{
    width: 100%;
}
.greeting
{
    background: #ECECEC;
    padding: 3% 0 3% 3%;
}
.ttl
{
    font-size: 3.8rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
}
.ttl::before
{
    content: "";
    height: 3px;
    background: #FF0000;
    width: 8rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.subttl
{
    font-size: 2.8rem;
    margin-bottom: 5rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
}
    .greeting .flex
    {
        flex-direction: column-reverse;
    }
.greetingtxt
{
    padding: 0 3rem;
    width: 100%;
}
.greetingimg
{
    margin-top: -5vw;
    width: 100%
}
.btn
{
    padding: 5rem 0;
}
.btn a
{
    padding: 1.5rem 12rem 1.5rem 2rem;
    background: #000000;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
}
.btn a::before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 9px;
    height: 16px;
    transform: translateY(-50%);
    background: url("images/icon-arrow.png")no-repeat top center;
}
.mobile
{
    background: url("images/mobile_bg.png")no-repeat top center;
    background-size: cover;
    padding: 3% 0;
}
.container
{
    max-width: calc(1200px + 6%);
    margin: 0 auto;
    padding: 3%;
}
.ttl02
{
    font-size: 3.8rem;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
    text-align: center;
}
.ttl02 span
{
    font-size: 1.8rem;
    display: block;
}
.movie
{
    padding: 6rem 1rem;
}
.decottl01
{
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem;
    position: relative;
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 8rem;
}
.decottl01::before
{
    content: "";
    background: url("images/ttldeco01.png")no-repeat center top;
    background-size: cover;
    width: 210px;
    height: 145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.moviebox
{
    width: 100%;
    padding: 1rem;
}
.movie p
{
    text-align: center;
    margin-bottom: 3rem;
}
.movie .flex
{
    margin-bottom: 5rem;
}
.movie .btn
{
    text-align: center;
}
.gift
{
    background: url("images/gift_bg.png") no-repeat top center;
    background-size: cover;
    padding: 6rem  0;
}
.decottl02
{
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
    padding: 2rem;
    position: relative;
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 12rem;
}
.decottl02::before
{
    content: "";
    background: url("images/ttldeco02.png")no-repeat center top;
    background-size: cover;
    width: 210px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gift .img
{
    width: 100%;
    margin-bottom: 3rem;
}
.gift .txt
{
    width: 100%;
    padding: 0 1rem;
}
.infomation
{
    padding: 5% 0;
    background: url("images/info_bg.png")no-repeat top center;
    background-size: cover;
}
.info_wrap
{
    max-width: 800px;
    margin: 0 auto;
    height: 160px;
    overflow-y: auto;
    padding: 0 2rem;
}
.info_wrap li
{
    margin-bottom: 1rem;
    border-bottom: 1px dashed #333333;
    padding: 2rem 0 3rem 3rem;
}
.info_wrap dl
{
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    flex-direction: column;
}
.info_wrap dt
{
    font-weight: 600;
    color: #9C0303;
    margin-right: 3rem;
}
.gallery
{
    padding: 6% 0;
}
.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
#footer
{
    
}
.footerbg
{
    padding: 5% 0;
    background: url("images/footer_bg.png")no-repeat top center;
    background-size: cover;
}
#footer .ttl02
{
    color: #FFFFFF;
}
.footer_wrap
{
    max-width: calc(1500px + 6%);
    margin: 0 auto;
    padding: 3%;
}
.f_logo
{
    text-align: center;
    margin-bottom: 3rem;
}
.hyou
{
    width: 100%;
    margin-bottom: 3rem
}
.linebnr
{
    width: 100%;
}
.f_table
{
    font-size: 1.6rem;
    color: #FFFFFF;
    width: 100%;
}
.f_table tr
{
    border-bottom: 1px solid #FFFFFF;
}
.f_table th,.f_table td
{
    padding: 2rem 1rem;
    vertical-align: middle;
}
.f_table th
{
    width: 25%;
}
.f_table td
{
    width: 75%;
}
.footer_wrap .flex
{
    padding: 3rem 0;
}
/*--------------------------------------------------------------------------

下層ページ

--------------------------------------------------------------------------*/

.h2_ttl
{
    background: url("images/h2_ttl.png")no-repeat top center;
    background-size: cover;
    padding: 10rem 0;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
}
.h2_ttl span
{
    display: block;
    font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 4rem;
}
.h3_ttl
{
    text-align: center;
    font-size: 2.8rem;
    background: 1rem;
    position: relative;
    font-weight: 600;
    font-family: 'Zen Old Mincho', serif;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.h3_ttl::before
{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
    height: 3px;
    border-radius: 3px;
    background: #FF0000;
}
.store .img
{
    width: 100%;
    margin-bottom: 2rem;
}
.flexstore
{
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flexstore .img
{
    width: 100%;
    padding: 2rem;
}
.table01
{
    font-size: 1.6rem;
    width: 100%;
}
table01 tr
{
    border-bottom: 1px solid #333333;
}
table01 th,table01 td
{
    padding: 2rem;
}
table01 th
{
    width: 25%;
}
table01 td
{
    width: 75%;
}
.tel
{
    font-size: 3.8rem!important;
    font-weight: 600;
    text-align: center;
    padding: 3rem 0;
}
.recimg
{
    width: 100%;
    padding: 1rem;
}
table.table-default {
    width: 100%;
    border-top: 0;
    background: transparent;
    border-collapse: collapse;
    text-align: left;
    font-size: 1.6rem;
    max-width: 1000px;
    margin: 5rem auto;
}
table.table-default th {
    background: #000000;
    color: #fff;
    padding: 25px 8px;
    text-align: center;
}
table.table-default th, table.table-default td{
    border-bottom: 2px solid #fff;
    vertical-align: middle;
}
table.table-default th + td:last-child {
    width: 75%;
}
table.table-default td{
    background: #E8E8E8;
    padding: 15px 15px !important;
}
    .f_tel
    {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
}