@charset "UTF-8";


html {
  font-size: 14px;
  font-family: sans-serif;
  color: #5D4C48;
  background-image: url("../images/bg_pc.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

:root {
  --main-font-amily: mr-eaves-sans, sans-serif;

}

* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

a {
  display: block;
  text-decoration: none;
  color: #5D4C48;
  transition: all .3s;
}

@media screen and (min-width:1026px) {
  a:hover {
    opacity: 0.6;
  }
  .btn_wrap > a:hover {
    color: #BD9C75;
  }
}

@media screen and (max-width: 1025px) {
  a:hover {
    opacity: 1;
  }
  .btn_wrap > a:hover {
    color: #BD9C75;
  }

  a:active {
    opacity: 0.6;
  }
  .btn_wrap > a:active {
    color: #BD9C75;
  }
}

a[href^="tel:"] {
  pointer-events: inherit;
}

ul {
  list-style: none;
}

.sp {
  display: none;
}
.wrap_all{
  display:flex;
  justify-content: center;
  overflow: hidden;
}
#container {
  width: 860px;
  margin-left:20px;
  overflow: visible;
}

#breadcrumbs_pc ol {
  list-style: none;
  text-align: left;
  margin: 20px 0 0 40px;
}

#breadcrumbs_pc ol li {
  float: left;
  display: block;
  padding-right: 4px;
}

#breadcrumbs_pc ol li a {
  font-size: 12px;
  color: #FFF;
}

#breadcrumbs_pc ol li a:after {
  content: ">";
  font-family: FontAwesome;
  padding-left: 5px;
}

#breadcrumbs_pc ol li:last-child {
  pointer-events: none;
  text-decoration: none;
  padding-right: 0;
}

#breadcrumbs_pc ol li:last-child a:after {
  content: none;
}


.header_top_pc span {
  display: none;
}

.header_pc {
  margin: 40px;
}

.header_left {
  float: left;
  width: 70%;
  height: 100%;
}

.header_left .header_top_pc {
  width: 60%;
  margin: 0 auto 40px;
}

.header_left .header_reserve ul {
  display: flex;
  justify-content: center;
}

.header_left .header_reserve ul li {
  /*width: calc((100% / 2) - 200px); */
  position: relative;
  margin-right: 40px;
  width: 100%;
}

.header_left .header_reserve ul li:last-child {
  margin-right: 0;
}

.header_left .header_reserve ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #BD9C75;
}

.header_left .header_reserve ul li a span {
  position: absolute;
  display: block;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;
  text-align: center;
}

.header_right {
  width: 30%;
  float: right;
  height: 100%;
}

.header_right .header_info {
  background: #FFF;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 2px 2px 4px #444;
  margin-top: 50%;
}

.header_right .header_info_ttl {
  color: #BD9C75;
  font-weight: bold;
  font-size: 1vw;
  margin-bottom: 20px;
}

.header_right .header_info_txt {
  font-weight: bold;
}

.content_inner {
  z-index: 10;
  position: relative;
  opacity: 7;
  padding: 0px;
}

.section01 {
  padding: 40px 0;
  position:relative;
  background: none;
}
.section01 div{
  position: relative;
  z-index: 7;
  opacity: 1;
}
.section01 h2 {
  font-size: 60px;
  color: #FFF;
  text-align: left;
  margin: 0 0 30px 40px;
  letter-spacing: 4px;
  font-family: var(--main-font-amily);
}

.section01 h2 span {
  font-size: 17px;
  margin-left: 30px;
}

.con_txt {
  color: #FFF;
  line-height: 2;
  margin: 0 40px;
}

.box_section02 {
  background: #F9F9F8;
  padding: 50px 40px;
}

.h3_ttl01 {
  letter-spacing: 0px;
}

.h3_ttl01 span,.h3_ttl02 span {
  font-size: 17px;
  margin-left: 20px;
}

.h3_ttl01 {
  font-size: 60px;
  text-align: left;
  margin-left: 0px;
  font-family: var(--main-font-amily);
}

.h3_ttl02 {
  font-size: 60px;
  color: #FFF;
  width: calc((100% / 2) - 20px);
  margin-left: 40px;
  font-family: var(--main-font-amily);
}
.section02{
  background: #fff;
}
.section02 .box_news h3 {
  padding-left: 0;
  margin-left:0px;
}

.section02 .box_news {
  display: flex;
  justify-content: space-between;
}

.section02 .box_news .box_left {
  width: 60%;
  padding-left: 0px;
}

.f14{
  font-size: 14px;
}
.top_post_box{
  width:95%;
}
.top_post_list{
  margin:30px 0px;
  position: relative;
  min-height: 90px;
}
.top_post_list::after{
  content: "";
  position: absolute;
  top:0;
  right:0px;
  width:30px;
  height:100%;
  background: #BD9C75;
}
.top_post_list::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 15px;
  height: 25px;
  z-index: 5;
}

.top_post_date{
  font: normal normal bold 20px/24px Mr Eaves San OT;
  color:#BD9C75;
  font-size:20px;
}
.top_post_title{
  padding:10px 0px;
  color:#5D4C48;
  text-align: left;
  font: normal normal bold 20px/28px Noto Sans CJK JP;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}


.section02 .box_news .box_left .btn_news {
  width: 60%;
  position: relative;
  margin: 20px auto;
}

.section02 .box_news .box_left .btn_news::before {
  content: "";
  position: absolute;
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13px;
  height: 21px;
  top: 45%;
  right: 6%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.section02 .box_news .box_left .btn_news a {
  font-size: 1.1vw;
  font-weight: bold;
  color: #FFF;
}

.section02 .box_news .box_left .btn_news a span {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section02 .box_news .box_right {
  width: 40%;
  padding-right: 0px;
}
.section01::after, footer::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 110vw;
  background: #111;
  margin: 0 calc(50% - 60vw);
  background: rgba(57, 130, 185, 0.6);
  z-index:5;
}
.reserve {
  background: #5D4C48;
  padding: 50px 0 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.reserve *{
  z-index:7;
}
.reserve::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 120vw;
  background: #5D4C48;
  margin: 0 calc(50% - 60vw);
  z-index:5;
}
.box_reserve {
  width: calc((100% / 2) - 20px);
  margin-right: 60px;
}

.box_reserve ul {
  display: flex;
  justify-content: center;
}

.box_reserve ul li {
  width: calc(80% / 2);
  position: relative;
  margin-right: 50px;
}

.box_reserve ul li:last-child {
  margin-right: 0;
}

.box_reserve ul li a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.section02 .menu_ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.section02 .menu_ttl_box .btn_menu a {
  font-size: 1.2vw;
  font-weight: bold;
  color: #FFF;
}

.section02 .menu_ttl_box .btn_menu a span {
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box_menu_book {
  display: flex;
  justify-content: center;
  position: relative;
}

.menu_imgbox {
  margin-right: 15vw;
}

.menu_book_disc {
  color: #69889c;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 4px;
  position: absolute;
  bottom: 3vh;
  right: 26%;
}

.title_address {
  color: #BD9C75;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}

.h4_txt01 {
  font-size: 30px;
  color: #5D4C48;
  font-family: var(--main-font-amily);
}

.h4_txt02 {
  font-size: 16px;
  color: #5D4C48;
}

.g_map {
  margin-bottom: 20px;
  height: 600px;
  float: left;
  width: 54%;
}

.shop_info {
  font-size: 14px;
  float: left;
  width: 40%;
  margin-left: 20px;
}

.shop_info_ttl {
  color: #69889c;
  font-size: 16px;
}

.shop_info_txt_ttl {
  color: #69889c;
  margin-bottom: 10px;
}

.shop_info_box li {
  margin-bottom: 20px;
}

.opening_hours {
  width: 100%;
  max-width: 100%;
}

.opening_hours div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.opening_hours div dd {
  width: auto;
}

.opening_hours div dt {
  width: auto;
}

.info {
  position: relative;
}

.info a {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}

.info a span {
  position: absolute;
  letter-spacing: 4px;
  top: 45%;
  left: 50%;
  display: block;
  width: 100%;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#breadcrumbs_sp {
  display: none;
}

footer {
  position: relative;
  background: none;
  margin-top: 40px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top:40px;
  z-index: 7;
  position: relative;
}

#totop {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 210;
  cursor: pointer;
  display: none;
  width: 90px;
  filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.25));
}

aside {
  position: relative;
  width: 260px;
  height: 100%;
  top: auto;
  left: auto;
  z-index: 999;
  overflow: hidden;
  background: #362E2C;
}

.aside_ct{
  height: 100vh;
  padding: 10px 0px;
  overflow: overlay;
  position: fixed;
  background: #362E2C;
  width:260px;
}

/* CSS Document */
.slick-slide img{
  object-fit: cover;
  max-height:550px;
  min-height:350px;
  width: 780px;
}
.slick-slide {
    max-width:780px;
}
.slick-slide:not(.slick-center) {
    opacity: 0.5;
  }
.slick-prev {
    left: 33%;
    z-index: 99;
}
.slick-next {
    right: 34%;
    z-index: 99;
}
.sl_div{
  max-height: 550px;
  min-height:350px;
  width: 117vw;
  background: #111;
  margin: 1px calc(50% - 58.5vw);
}
.aside_ct::-webkit-scrollbar {
    width: 7px;
}

/*スクロールバーの軌道*/
.aside_ct::-webkit-scrollbar-track {
  border-radius: 10px;
}

/*スクロールバーの動く部分*/
.aside_ct::-webkit-scrollbar-thumb {
  background-color: #5D4C48;
  border: solid 1px #362E2C;
  border-radius: 10px;
}
.aside_ct::-webkit-scrollbar-track-piece{
  background: inherit;
}


.aside_logo {
  padding: 0 30px;
  margin-top: 30px;
}

.aside_list_menu {
  text-align: center;
  padding-top: 30px;
  font-family: var(--main-font-amily);
  font-weight: 700;
  font-style: normal;
}

.aside_list_menu li {
  margin-bottom: 20px;
}

.aside_list_menu li a {
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}

.aside_list_sns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.aside_list_sns li {
  margin: 0 5px;
}

.aside_list_sns li a {
  display: block;
  width: 30px;
  height: auto;
}

.aside_list_menu_ct {
  width: 80%;
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
}

.aside_list_menu_ct a {
  font-size: 16px;
  font-weight: bold;
  color: #5D4C48;
}

.aside_list_menu_ct a span {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pd_txt{
  font-size: 70px;
  padding: 30px 0px;
  font-weight: bold;
  text-align: center;
  z-index: 7;
  position: relative;
}
.f_wh{
  color:#fff;
}

.btn_wrap{
  width: 200px;
  margin: 0 auto;
  background:
    linear-gradient(45deg,  transparent 0px, #BD9C75 0px),
    linear-gradient(135deg, transparent 18px, #BD9C75 17px),
    linear-gradient(225deg, transparent 0px, #BD9C75 0px),
    linear-gradient(315deg, transparent 00px, #BD9C75 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  padding: 3px 1px;
}
.btn_cta01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  margin: 0 auto;
  height: 50px;
  color:#BD9C75;
  font-weight: bold;
  font-size: 18px;
  background:
    linear-gradient(45deg,  transparent 0px, #fff 0px),
    linear-gradient(135deg, transparent 17px, #fff 17px),
    linear-gradient(225deg, transparent 0px, #fff 0px),
    linear-gradient(315deg, transparent 00px, #fff 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.btn_news_02{
  box-sizing: border-box;
  position: relative;
  background: #BD9C75;
  color: #fff;
  font-weight: bold;
  width:260px;
  margin: 10px auto 30px;
  text-align: center;
  padding:10px 15px;
  font-size: 16px;
  padding: 9px 17px 9px 17px;
  border-top: solid 3px #BD9C75;
  border-bottom: solid 3px #BD9C75;
  z-index: 100;
}
.btn_news_02::before,.btn_news_02::after {
  background: #BD9C75;
  border: solid 1px #BD9C75;
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_news_02::after {
    right: -17px;
    transform: rotate(45deg);
}
.btn_news_02::before {
    left: -17px;
    transform: rotate(45deg);
}
.btn_news_02 span{
  position: relative;
}
.btn_news_02 span::after {
    content: "";
    position: absolute;
    right: -35px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}
.btn_news_02:hover{
  color:#fff;
}

.map_link {
  margin: 60px auto 5px;
}

/* ボタン非活性用 */
.txt_notice{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #5D4C48;
  padding:15px 0px;
}
.txt_notice02{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding:15px 0px;
}
li a.disabled{
  color:#b8b8b8 !important;
  pointer-events: none;
}
.box_twit{
  margin-top:120px;
}
/* 6/1　12::00以降は削除可 end */

/* menu フィード用 */
.menu_right{
  margin: 0 40px;
  text-align: center;
}
.top_menu_box{
  margin:50px auto;
}
.top_menu_box .title_address{
  margin-bottom:5px;
  font-family: var(--main-font-amily);
  font-size: 40px;
  color: #5D4C48;
}
.menu_post_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.top_menu_post{
  width: 240px;
  margin: 10px 3px;
  text-align: center;
}
.top_menu_thumb{
  width:240px;
  height:180px;
  border: solid 3px #BD9C75;
  max-width:100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.top_menu_thumb img{

}
.top_menu_thumb::after{
  position: absolute;
  content: "";
  width:40px;
  height:40px;
  bottom:0;
  right:0;
  background-image: url('/paselabo_shop/grandcypher-kitchen/images/icon_lupe.png');
}
.top_menu_thumb a img{
  max-width:100%;
}
.top_menu_txt{
  font-size: 16px;
  color: #5D4C48;
    padding:5px;
}

.menu_center{
  text-align: center;
  margin: 5px auto;
}
.btn_menu{
  width:250px;
  margin:0 auto;
  position: relative;
  position: relative;
  margin: 10px auto;
  padding: 8px 17px 12px 17px;
  font-size: 16px;
  color:#fff;
  background: #69889C;
  font-weight: bold;
}
.btn_menu:hover{
  color:#fff;
}
.btn_menu::before{
  content: "";
    position: absolute;
    width: 30px;
    height: 28px;
    border: 2px solid #69889C;
    left: -16px;
    border-right: 3px #69889C;
    border-top: 3px #69889C;
    transform: rotate(45deg);
    background: #69889C;
    top: 7px;
}
.btn_menu::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 28px;
  border: 2px solid #69889C;
  right: -16px;
  border-left: 3px #69889C;
  border-bottom: 3px #69889C;
  transform: rotate(45deg);
  background: #69889C;
  top: 7px;
}
.btn_menu span::after{
  content: "";
  position: absolute;
  right: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  z-index: 5;
  top: 0;
  bottom:0;
  margin: auto;
}

.menu_book_box{
  position: relative;
  display: flex;
  justify-content: center;
}
.menu_chara{
  width:215px;
}
.menu_book_txt{
  width:265px;
  display: block;
  color:#69889C;
  margin-left: -20px;
  margin-top:100px;
  font-size:16px;
  font-weight: bold;
}
.tmub_menu{
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {

}
/* menu フィード用end */

/* novelty */
.section03{
  margin-bottom:40px;
  padding:20px;
}
.box_section03{
  background: #F9F9F8;
  padding: 40px 0px 10px;
}
.box_section03_inner{
  padding: 0px 30px;
}
.btn_box_novel{
  display: flex;
  justify-content: space-around;
  margin-bottom:45px;
}
.btn_noverty{
  background: #362E2C;
  display: block;
  position: relative;
  color: #fff;
  width: 48%;
  text-align: center;
  padding:15px 0px 35px;
  font-weight: bold;
  font-size: 20px;
}
.btn_noverty:hover{
  color:#fff;
}
.btn_noverty::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  bottom:13px;
}
.btn_noverty_en{
  color: #BD9C75;
  font-family: var(--main-font-amily);
}
.btn_noverty_title{
  font-family: var(--main-font-amily);
}
.post_title.title_cener{
  text-align: center;
  padding-bottom: 25px;
}
.list_novelty_01{
  display: flex;
}
.list_novelty{
  display: flex;
  flex-wrap: wrap;
  justify-content:normal;
  margin:10px 0px 40px 0px;
}
.list_novelty.list_coaster li{
  width:180px;
  margin: 10px 5px;
}
.list_novelty.list_coaster li img{
  max-width:100%;
}
.list_novelty.list_card{
  justify-content:left;
}
.list_novelty.list_card li{
  margin: 5px 5px;
  width: calc((100% / 6) - 10px);
}
.novel_cap_01{
  width:90%;
  margin:15px auto;
  line-height: 1.6;
}
@media screen and (max-width: 1025px) {
  .box_section03_inner {
      padding: 0px 15px;
  }
  .post_title.title_cener {
    font-size: 4.5vw;
  }
  .list_novelty.list_coaster li {
    width: calc((100% / 2) - 10px);
  }
  .list_novelty.list_card li {
    width: calc((100% / 4) - 10px);
  }
  .novel_cap_01{
    margin:0px auto 20px;
  }
}
/* novelty end*/

/* stampcard */
#novelty{
  background: #fff;
}
.box_stamp_flex{
  display: flex;
  margin:10px;
}
.feater_img{
  max-width:570px;
  margin: auto;
}
.feater_img_02{
  max-width: 250px;
}
.list_stump{
  margin-top:20px;
  justify-content: space-evenly;
}
.list_stump figure{
  width:200px;
  text-align: center;
  font-weight: bold;
}
.list_stump02{
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
.list_stump02 img{
  width: 400px;
  height: auto;

}
.bg_brown{
  background: #E6E2D9;
}
.list_armory figure{
  width: calc((100% / 4) - 20px);
  text-align: center;
  margin:5px auto 15px;
  font-weight: bold;
}
.title_stamp {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding:10px;
}
.list_lgrap{
  justify-content: left;
}
.list_lgrap li{
  width: calc((100% / 4) - 0px);
}
.img_jug{
  margin:20px auto 40px;
  max-width:570px;
}

@media screen and (max-width: 1025px) {
  #novelty{
    background: rgba(255, 255, 255, 0.1);
  }
  .box_stamp_flex{
    display: block;
  }
  .feater_img_02{
    width: 90%;
    margin: auto;
  }
  .list_stump{
    margin: 10px auto 20px;
    justify-content: space-between;
  }
  .list_stump figure{
    width: calc((100% / 3) - 8px);
  }
  .box_section03 {
    padding: 20px 0px 10px;
  }
  .title_stamp{
    font-size: 4vw;
  }
  .list_armory figure {
    width: calc((100% / 2) - 20px);
    margin: 5px auto 20px;
  }
  .list_lgrap li {
    width: calc((100% / 2) - 0px);
  }
  .list_stump02 img{
    width: 100%;
  
  }
}
/* stampcard end */
@media screen and (max-width: 1025px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  html {
    background-image: none;
  }

  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("../images/bg_sp.webp");
    background-size: cover;
  }

  a:hover {
    opacity: 1;
  }

  #container {
    width: 100%;
    margin-left:0px;
    overflow: visible;
  }

  .header_sp {
    position: relative;
  }

  .header_sp_top h1 img {
    position: absolute;
    width: 80%;
    top: 34%;
    left: 10%;
    height: auto;
  }

  #breadcrumbs_pc {
    display: none;
  }

  .gnavi {
    display: none;
  }

  .header_sp_top.open h1 img {
    display: none;
  }

  .header_top_sp {
    position: fixed;
    top: 10px;
    right: 70px;
    z-index: 999999;
  }

  .menu_open {
    display: block;
  }

  .menu_btn.open .menu_open {
    display: none;
  }

  .menu_btn.open .menu_close {
    display: block;
  }

  .menu_btn .menu_close {
    display: none;
  }

  .menu_open img,
  .menu_close img {
    width: auto;
    max-height: 45px;
    z-index: 999999;
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .gnavi_sp {
    background: rgba(57, 130, 185, 0.6);
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .gnavi_sp.open {
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }

  .gnavi_sp_ct {
    padding: 30px;
    box-sizing: border-box;
    height: 100vh;
    width: 100vw;
  }
  .top_menu_thumb{
    max-height:60%;
    height:135px;
    margin: 0 auto;
  }
  .list_menu_sp {
    text-align: left;
    margin-top: 20px;
  }

  .list_menu_sp li {
    margin-bottom: 10px;
  }

  .list_menu_sp li:last-child {
    margin-bottom: 0;
  }

  .list_menu_sp li:first-child a {
    padding-top: 0;
  }

  .list_menu_sp a {
    font-size: 24px;
    font-weight: bold;
    font-family: var(--main-font-amily);
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    box-sizing: border-box;
    letter-spacing: 4px;
  }

  .list_sns_sp li {
    width: calc((100% / 4) - 30px);
    margin-right: 20px;
  }

  .list_sns_sp li:last-child {
    margin-right: 0;
  }

  .list_sns_sp img {
    width:90%;
    height: auto;
  }

  .list_sns_sp {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .list_menu_sp_ct {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }

  .list_menu_sp_ct a {
    font-size: 18px;
    font-weight: bold;
    color: #708da0;
  }

  .list_menu_sp_ct a span {
    position: absolute;
    letter-spacing: 4px;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .content_inner {
    padding: 0 20px;
  }

  .info_crn {
    background: #FFF;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 2px 2px 4px #444;
    margin-bottom: 20px;
  }

  .header_info_ttl {
    color: #BD9C75;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .header_info_txt {
    font-weight: bold;
  }

  .section01 h2 {
    line-height: 0.6;
    text-align: center;
    margin: 0 auto 20px;
  }

  .section01 h2 span {
    margin-left: 0;
  }

  .con_txt {
    margin: 0;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 2px;
  }

  .h3_ttl01 span {
    margin-left: 0;
  }

  .h3_ttl01 {
    line-height: 0.6;
    margin-left: 0;
    text-align: center;
  }

  .h3_ttl02 {
    line-height: 0.5;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
    position: relative;
  }
  .section02{
    background: inherit;
  }
  .section02 .box_news {
    display: block;
  }

  .section02 .box_news .box_left {
    width: 100%;
    padding-left: 0;
  }

  .box_section02 {
    background: #F9F9F8;
    padding: 50px 0px;
  }
  .top_post_box {
      width: 95%;
      margin: 40px auto 35px;
  }
  .top_post_list::after {
    width: 18px;
    right: 1px;
  }
  .top_post_list::before {
    width: 11px;
    right: 3px;
  }
  .top_menu_txt {
    font-size: 14px;
  }
  .sl_div {
    max-height: 220px;
    min-height: auto;
    width: 100%;
    background: #111;
    margin: 20px auto;
  }
  .slider img {
    max-height: 220px;
    min-height: auto;
    width:auto;
    object-fit: contain;
  }
  

  .section02 .box_news .box_left .btn_news {
    width: 90%;
    margin-bottom:40px;
  }

  .section02 .box_news .box_left .btn_news a {
    font-size: 4vw;
    font-weight: normal;
  }
  .section02 .box_news .box_left .btn_news a span{
    display: block;
    width: 90%;
    text-align: center;
  }

  .section02 .box_news .box_right {
    width: 90%;
    margin: auto;
    padding-right: 0;
  }

  .reserve {
    display: block;
    padding: 30px 0 30px;
  }

  .box_reserve {
    width: 100%;
  }

  .box_reserve ul li {
    width: calc((100% /2) - 0px);
    margin-right: 20px;
  }

  .box_reserve ul li a {
    font-size: 18px;
  }

  .box_reserve ul li a span {
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .section02 .menu_ttl_box {
    display: block;
  }
  .menu_right {
      margin: 0;
      text-align: center;
  }
  .btn_menu{
    width:60%;
    margin:20px auto 40px;
  }

  .section02 .menu_ttl_box .btn_menu a {
    font-size: inherit;
  }

  .box_menu_book {
    display: block;
  }

  .menu_imgbox {
    width: 50%;
    margin: 30px auto 0;
  }

  .title_address {
    font-size: 16px;
  }

  .h4_txt01 {
    font-size: 20px;
  }

  .h4_txt02 {
    font-size: 12px;
  }

  .g_map {
    height: 240px;
    float: none;
    width: 100%;
  }

  .shop_info {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .game_logo {
    background: url("../images/bg_sp02.webp");
    padding: 40px 0 30px;
  }

  .f_menu {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-around;
  }

  .f_menu li {
    width: calc((100% / 2) - 20px);
    text-align: center;
    margin-bottom: 30px;
  }

  .f_menu li a {
    color: #FFF;
    font-size: 14px;
  }

  .f_link_sns {
    display: flex;
    justify-content: center;
  }

  .f_link_sns li {
    max-width: calc((100% / 4) - 40px);
    margin-right: 20px;
  }

  .f_link_sns li:last-child {
    margin-right: 0;
  }

  .f_link_sns li img {
    height: auto;
  }

  #breadcrumbs_sp {
    display: block;
    background: #5D4C48;
  }

  #breadcrumbs_sp ol {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px;
  }

  #breadcrumbs_sp ol li {
    display: inline-block;
  }

  #breadcrumbs_sp ol li a {
    display: block;
    color: #FFF;
    font-style: normal;
    font-size: 93%;
  }

  #breadcrumbs_sp ol li a:after {
    content: ">";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 5px;
  }

  #breadcrumbs_sp ol li:last-child {
    pointer-events: none;
    text-decoration: none;
  }

  #breadcrumbs_sp ol li:last-child a:after {
    content: none;
  }

  footer {
    margin-top: 0;
    padding: 40px 0 0;
  }

  .copyright {
    padding-top: 10px;
  }

  #totop {
    width: 20%;
    bottom: 1%;
  }

  .slick-list {
    padding: 0 !important;
  }
  .pd_txt {
    font-size: 9vw;
    padding: 50px 0px;
    font-weight: bold;
    text-align: center;
  }
  .txt_notice02{
    font-size: 6vw;
  }
  .menu_post_list{
    justify-content: space-around;
  }
  .top_menu_post {
    width: 45%;
    margin: 0px 5px;
  }
  .menu_book_box {
    position: relative;
    display: block;
    justify-content: center;
  }
  .menu_chara{
    margin: 0 auto;
  }
  .menu_book_txt {
    display: block;
    width:auto;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .slick-prev::before,.slick-next::before {
    display: none;
  }
  #gallery h2{
    text-align: center;
    margin: 0 auto 20px;
  }
  .footer {
    position: relative;
        z-index: 7;
        opacity: 1;
  }
  .box_reserve ul li {
    /*width: calc((100% /2) - 0px);*/
    width: 100%;
  }
  .g_map iframe {
    width: 100%;
    height: 240px;
  }
}

@media screen and (min-width:1025px) and (max-width:1330px) {
  .header_left .header_reserve ul li {
    width: auto;
  }

  .header_right .header_info {
    margin-top: 30%;
    margin-left: 10px;
    padding: 15px;
  }

  .header_pc {
    display: flex;
  }

  .aside_list_menu_ct {
    padding: 0 5px;
    margin-bottom:20px;
  }

  .menu_book_disc {
    right: 15%;
  }

  .menu_imgbox a img {
    width: 80%;
  }

  .menu_imgbox {
    margin-right: 20vh;
  }

  .aside_list_sns {
    flex-wrap: wrap;
  }
}

.site_policy {
  position: relative;
  text-align: center;
  padding: 10px 0 15px 0;
  z-index: 7;
}

.site_policy a{
  color: #fff;
  font-size: 12px;
}

.warning_text {
  color: #f00;
}

.txt_announce{
  color: #f00;
  margin-bottom: 10px;
}

.txt_announce a{
  display: inline-block;
  text-decoration: underline;
}

/* 多言語 */

#en .btn_menu::before, #en .btn_menu::after {
  top: 16%;
}

#en .btn_news_02::before, #en .btn_news_02::after {
  width: 49px;
  height: 49px;
}

#en .btn_news_02::before {
  left: -25px;
}

#en .btn_news_02::after {
  right: -25px;
}
/* 多言語 */
.stt-lang-select.bl {
  display: none;
}
.header_pc_right a.link_icon_lang:after,
.header_pc_right a.a_lang:after{
  content: none;
}
#en .nav_sp .list li a span.nav_sub_ttl,
#ko .nav_sp .list li a span.nav_sub_ttl,
#cn .nav_sp .list li a span.nav_sub_ttl,
#tw .nav_sp .list li a span.nav_sub_ttl {
  display: none;
}
#en {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
#ko {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#cn {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#tw {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.list_lang{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  & .link_icon_lang{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.has-sub{
  list-style: none;
}
.sub {
  position: absolute;
  left: 50%;
  top: 50px;
  display: none;
  width: 80%;
  z-index: 3;
  transform: translateX(-50%);
}
.sub > .item_lang{
  border-bottom: 1px solid #fff;
}
.sub > .item_lang > .a_lang {
  color: #fff;
  line-height: 1.75;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  padding: 6px 0;
}
.sub > .item_lang > .a_lang:hover {
  opacity: 0.8;
}
.sub > .item_lang .icon_lang{
  width: 30px;
  height: auto;
}
.header_global-nav ul.tab_lang {
  width: 155px;
  background: #0062C6;
  padding: 0;
  display: block;
}
header .tab_lang > .item_lang{
  text-align: center;
  border-bottom: 1px solid #fff;
  list-style: none;
}
.close_language_sp{
  display: none;
}
@media screen and (max-width: 768px) {
  header .list_lang{
    max-width: 65px;
    aspect-ratio: 65/54;
    position: absolute;
    background: #0062C6;
    right: 65px;
    top: 0;
    padding: 0;
  }
  header .list_lang .it.has-sub{
    position: static;
  }
  header .list_lang .it a {
    color: #fff;
    height: 100%;
    width: 40px;
}
  header .list_lang .it {
    display: flex;
    align-items: self-end;
    justify-content: center;
    max-width: 40px;
    font-size: 10px;
    font-weight: bold;
  }
  .tab_lang{
    top: 70px;
    background:rgba(57, 130, 185, 0.6);
    width: 100vw;
    margin-top: 0;
    right: 0;
    left: 0;
    transform: translateX(0);
    position: fixed;
  }
  .sub > .item_lang{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
  .sub > .item_lang > .a_lang{
    padding: 9px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: static;
    align-items: center;
    text-decoration: none;
  }
  .sub > .item_lang > .a_lang::after{
    content: none;
  }
  .header_top_sp .has-sub .icon_lang{
    width: 51px;
    height: auto;
  }
  .close_language_sp{
    display: block;
  }
}