* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body,
body input,
body textarea,
body button {
  -webkit-text-size-adjust: 100%;
  font-family: "Lato", "Noto Sans Japanese", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,
    "メイリオ", Meiryo, sans-serif;
}

body {
  position: relative;
  font-size: 1.4rem;
  color: #1b1b1b;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
}

body p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
}

a {
  color: inherit;
}

.container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.container_header {
  padding: 0 50px;
  margin: 0 auto;
}

.row {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
}

.primary_header {
  width: 100%;
  height: 180px;
}

.header_inner {
  height: 100%;
}

.header_logo {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.header_logo img {
  max-width: 100px;
  height: auto;
}

.header_logo_link {
  display: block;
  transition: all 0.5s;
}

.header_logo_link:hover {
  opacity: 0.6;
}

.gnav {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.gnav_wrap {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav_item {
  position: relative;
  text-align: center;
}

.gnav_item:not(:last-child) {
  margin-right: 3vw;
}

.gmenu {
  text-decoration: none;
  color: #1b1b1b;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.gmenu:hover {
  opacity: 0.6;
}

.gmenu_sm {
  display: block;
  font-size: 1vw;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #da1209;
  margin-top: -0.5vw;
}

@media screen and (min-width: 1201px) {
  .gmenu {
    font-size: 15px;
  }

  .gmenu_sm {
    font-size: 12px;
  }

  .gnav_item:not(:last-child) {
    margin-right: 30px;
  }
}

.google_translate {
  position: absolute;
  right: 0;
  top: 20px;
}

.main {
  width: 100%;
  height: 540px;
  position: relative;
}

#main-slider {
  width: 100%;
  height: 540px;
  overflow: hidden;
  position: relative;
}

.slider {
  width: 100%;
  height: 540px;
  position: absolute;
  top: 0;
  left: 0;
}

.slider img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.main_copy {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.6);
}

.main_copy img {
  max-width: 100%;
  height: auto;
}

.top_concept,
.top_contents,
.top_social {
  padding: 80px 0;
}

.top_image01 {
  width: 100%;
  height: 300px;
  background-image: url(../img/top_img001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.top_image02 {
  width: 100%;
  height: 300px;
  background-image: url(../img/top_img007.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.heading2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3rem;
  color: #da1209;
  margin-bottom: 40px;
  position: relative;
}

.btn {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #1b1b1b;
  width: 240px;
  padding: 15px 0;
  background: #ffebea;
  border: solid 2px #da1209;
  border-radius: 100px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.5s;
}

.btn:hover {
  color: #fff;
  background: #da1209;
}

.top_concept_wrap {
  max-width: 700px;
  margin: 0 auto;
}

.top_concept_img {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.top_concept_img img {
  width: 100%;
  height: auto;
}

.top_concept_img01 {
  position: absolute;
  top: -30px;
  left: 0;
}

.top_concept_img02 {
  position: absolute;
  top: -30px;
  right: 0;
}

.top_concept_img01 img,
.top_concept_img02 img {
  max-width: 100%;
  height: auto;
}

.top_contents_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top_contents_box {
  text-decoration: none;
  display: block;
  width: 24%;
  transition: all 0.5s;
}

.top_contents_box:hover {
  opacity: 0.6;
}

.top_contents_box_img {
  text-align: center;
}

.top_contents_box_img img {
  max-width: 100%;
  height: auto;
}

.top_policy {
  background-image: url(../img/top_policy.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.heading3_top_contents {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}

.heading3_top_contents_sm {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #da1209;
  /* margin-top: -4px; */
}

.top_social_insta {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.insta_item {
  position: relative;
  padding-top: 25%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.insta_item img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.jc_center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ta_center {
  text-align: center;
}

.ta_center_pc {
  text-align: center;
}

.dn {
  display: none;
}

.txt_wh {
  color: #fff;
}

.txt18 {
  font-size: 1.8rem;
}

.txt18_900 {
  font-size: 1.8rem;
  font-weight: 900;
}

.txt18_med {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
}

.txt30 {
  font-size: 3rem;
}

.txt48 {
  font-size: 4.8rem;
}

.txt12 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

iframe {
  display: block;
}

footer a {
  color: #000;
}

.footer_wrap {
  background-image: url(../img/footer_bg.jpg);
  background-position: center;
  -webkit-background-size: 260px auto;
  background-size: 260px auto;
  padding: 40px 0 20px;
  text-align: center;
}

.footer_p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.txt24 {
  font-size: 2.4rem;
}

.txt18_wh {
  color: #fff;
  font-size: 1.8rem;
}

.footer_tel {
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}

.sns_wrap {
  padding: 30px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns_icon {
  margin-right: 10px;
}

.sns_icon:last-child {
  margin-right: 0;
}

.sns_link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sns_link:hover {
  opacity: 0.5;
}

.footer_link {
  margin-top: 20px;
  margin: 20px 50px;
}

.footer_link_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_link_menu {
  margin: 0 15px 10px;
}

.fmenu {
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.fmenu:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {

  .footer_link_menu {
    margin-left: 10px;
    margin-right: 10px;
  }

}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #da1209;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #da1209;
  background: rgba(255, 255, 255, 0.8);
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #da1209;
  border-right: solid 2px #da1209;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  #page-top a {
    line-height: 55px;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
  }

  #page-top a::before {
    content: "";
    width: 4px;
    height: 4px;
    top: 8px;
  }
}

.copy_right {
  color: #898989;
  font-size: 1.2rem;
  font-weight: 400;
}

.gnav_inner_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav_inner_sp.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header_nav_wrap_sp {
  text-align: center;
}

.header_nav_list_sp:not(:last-child) {
  margin-bottom: 20px;
}

.gmenu_sp {
  text-decoration: none;
  font-size: 1.4rem;
  color: #1b1b1b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.icon_menu_txt {
  display: none;
}

.icon_menu {
  content: "";
  display: block;
  border: solid 2px #da1209;
  background: #ffebea;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* position: relative; */
  /* position: absolute; */
  position: fixed;
  right: 15px;
  top: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

.menu_border_box {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border {
  display: block;
  width: 14px;
  height: 2px;
  background: #da1209;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu_border:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.menu_border:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
  margin-top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
  display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
  margin-top: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fixed {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.anchor_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}

.anchor {
  flex: 0 0 33.3%;
  padding: 0 10px;
}

.mr40 {
  margin-right: 40px;
}

.anchor_link {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  padding: 20px 0;
  background: #da1209;
  border-radius: 6px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.anchor_link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.anchor_link:hover {
  opacity: 0.7;
}

.anchor_link:hover::after {
  bottom: 8px;
}

.heading1_wrap {
  width: 100%;
  height: 300px;
  background-image: url(../img/h1_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.heading1 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
}

.heading1_sm {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-top: 15px;
}

.heading3 {
  color: #1b1b1b;
  font-size: 1.8rem;
  text-align: left;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
  font-weight: 600;
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-bottom: solid 2px #ede9e0;
}

.heading3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 3px #da1209;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading4 {
  font-size: 1.6rem;
  color: #1b1b1b;
  font-weight: 600;
  line-height: 2.8rem;
  padding-left: 16px;
  margin-bottom: 20px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.heading4::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #da1209;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lawer_sec {
  padding: 80px 0;
}

.contact {
  padding: 60px 0 0 !important;
}

.lawer_content_wrap {
  margin-bottom: 60px;
}

.lawer_content_inner {
  margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
  margin-bottom: 0;
}

.lawer_content_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.lawer_content_flex01_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  padding: 0 15px;
}

.lawer_content_flex01_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  padding: 0 15px;
}

.lawer_content_flex01_left img {
  max-width: 100%;
  height: auto;
}

.table {
  width: 100%;
}

.table,
.table_row_inner {
  list-style: none;
}

.table_row_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px #ede9e5;
}

.table_row_inner02 {
  padding: 20px 10px;
  border-bottom: solid 1px #ede9e5;
}

.table_item_left {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.table_item_left02 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.table_tel_link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
}

.table_item_right {
  font-size: 1.8rem;
  color: #1b1b1b;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: right;
}

.table_item_left03_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: left;
}

.table_list_content_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  text-align: left;
}

.table_tel_link_wh {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.txt12_grey {
  font-size: 1.2rem;
  color: #1b1b1b;
  font-weight: 500;
  line-height: 1.8rem;
  padding-left: 10px;
}

.txt22_grey_bold {
  font-size: 2.2rem;
  color: #1b1b1b;
  font-weight: 700;
}

.db {
  display: block;
}

.gallery_content_sec {
  display: flex;
  flex-wrap: wrap;
}

.gallery_content_sec_item {
  width: 25%;
  padding: .75%;
}

.gallery_content_sec_item a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 67%;
  overflow: hidden;
}

.gallery_content_sec_item img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery_content_sec_item span {
  display: block;
  margin-top: .5em;
  padding: 0 .5em;
  font-size: 1.4rem;
  line-height: 1.5;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slick-slide.moving {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.bt.delighter {
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

.bt.delighter.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.fade_t {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.1s;
  transition: 1s 0.1s;
}

.fade_t02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}

.fade_t03 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.privacy {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #000000;
  padding: 20px;
  height: 500px;
  overflow: auto;
}

.privacy-takeout {
  margin: 100px auto;
  border: 2px solid #000000;
  padding: 20px;
}

.privacy span,
.privacy-takeout span {
  font-weight: bold;
}

p.privacy_notes {
  padding: 30px 0 10px;
}

/*-------------------------
  予約バナー
---------------------------*/
.float {
  position: fixed;
  z-index: 999;
}

.float a {
  background: #da1209;
  color: #fff;
  display: block;
  padding: 20px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .float {
    right: 0;
    top: 45%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: translateY(-50%);
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 767px) {
  .float {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 55px;
    line-height: 55px;
  }

  .float a {
    padding: 0;
  }
}

/*-------------------------
  contact
---------------------------*/
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.CMS-FORM-GROUP label {
  width: 25%;
  text-align: left;
  color: #000;
  font-size: 14px;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
  width: 75%;
  padding: 15px;
  border: #ccc solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.CMS-FORM-GROUP textarea {
  height: 120px;
}

.CMS-FORM-GROUP input[type="submit"] {
  background: #da1209;
  border: none;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .CMS-FORM-GROUP {
    display: block;
  }

  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }

  .CMS-FORM-GROUP input[type="submit"] {
    width: 60%;
    margin: 0 auto;
  }
}

/*-------------------------
  policy
---------------------------*/
.ttl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1.5em;
  padding: .5em 0;
  position: relative;
  font-weight: bold;
}

.ttl:after {
  border-bottom: solid 3px #da1209;
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.lawer_content_wrap>.policy-wrap:not(:last-of-type) {
  margin-bottom: 60px;
}

.policy-img {
  width: 70%;
  margin: 0 auto 20px auto;
}

.policy-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .policy-img {
    width: 100%;
  }
}

/*-------------------------
  news
---------------------------*/
.top-news {
  padding: 80px 0 10px;
}

.top-news h2 {
  text-align: center;
}

/*-------------------------
  slider
---------------------------*/
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 240px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#loopslider ul li {
  width: 400px;
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

#loopslider img {
  width: 100%;
  height: auto;
}

/*-------------------------
  sns
---------------------------*/
.top_sns_share {
  display: flex;
  max-width: 980px;
  margin: 80px auto;
  text-align: center;
}

.top_sns_share_list {
  width: 30%;
  margin: 0 auto;
}

.top_sns_share_list iframe {
  margin: 0 auto;
}

.top_sns_share h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.top_sns_share_list > a img {
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .top_sns_share {
    display: block;
    margin-bottom: 60px;
  }

  .top_sns_share_list {
    width: 100%;
  }

  .top_sns_share h2 {
    font-size: 2.4rem;
  }
}

.top_sns_share .sns_instagram {
  width: 100%;
  max-width: 900px;
}

.CMS-INSTAGRAM-LIST {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.CMS-INSTAGRAM-LIST>a {
  display: block;
  width: 33%;
  margin-bottom: .5%;
}

.CMS-INSTAGRAM-LIST img {
  display: block;
  width: 100%;
  height: auto;
}

/*-------------------------
  movie
---------------------------*/
.movie {
  padding: 0 0 80px 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.movie video {
  width: 800px;
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .movie video {
    width: 300px;
  }
}

/*-------------------------
  gallery
---------------------------*/
.gallery p {
  margin: 20px 0 30px 0;
  text-align: center;
}

.gallery p span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.gallery a {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .gallery a {
    margin: 20px auto 0;
  }
}

/*-------------------------
  menu
---------------------------*/

@media screen and (min-width: 768px) {

  .top_contents_wrap>.top-menu-wrap:nth-of-type(2),
  .top_contents_wrap>.top-menu-wrap:nth-of-type(4) {
    flex-direction: row-reverse;
  }
}

.top-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.top-menu-wrap:last-of-type {
  margin-bottom: 0;
}

.top-menu-wrap img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.top-menu-wrap a {
  margin: 0 auto;
}

.top-menu-wrap>* {
  width: 48%;
}

.top-menu-wrap p {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.top-menu-wrap p span {
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-menu-wrap {
    display: block;
  }

  .top-menu-wrap>* {
    width: 100%;
  }
}

.top-access .btn {
  margin: 0 auto;
}

.menu-category {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.menu-category li {
  margin: 0 5px;
  border: solid 1px #666;
  list-style: none;
}

.menu-category li a {
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  color: #000;
}

.menu-category li.current {
  border: solid 1px #da1209;
}

.menu-category li.current a {
  color: #da1209;
}

@media screen and (max-width: 767px) {
  .menu-category {
    flex-wrap: wrap;
  }

  .menu-category li {
    margin: 0 1%;
    margin-bottom: 2%;
    width: 48%;
  }

  .menu-category li a {
    padding: 15px 10px 15px 20px;
  }
}

/*姉妹店*/

.access_stores {
  margin-top: 100px;
}

.access_stores h3 {
  position: relative;
  margin: 60px 0 20px;
  font-size: 2rem;
  font-weight: 500;
  padding: .5em 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.access_stores h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 30%;
  height: 3px;
  background: #da1209;
}

.access_stores .store_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.access_stores .store_left {
  width: 35%;
}

.access_stores .store_right {
  width: 60%;
}

.access_stores .store_img {
  margin-bottom: 20px;
}

.access_stores .store_img img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.access_stores .btn {
  margin: 0 auto;
}

@media screen and (max-width: 676px) {
  .access_stores {
    margin-top: 80px;
  }

  .access_stores .store_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .access_stores .store_right {
    width: 100%;
  }

  .access_stores .store_img img {
    margin-top: 0;
  }
}

/*姉妹店*/

/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
  max-width: 960px;
  margin: 50px auto 40px;
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cms_reservation__calendar {
  margin: auto;
}

.CSS.cms_reservation__calendar-options {
  width: 100%;
}

.CMS-RESERVATION-CALENDAR button {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .cms_reservation__calendar-date-list {
    width: 49% !important;
  }

  .cms_reservation__calendar-options {
    width: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  .CMS-RESERVATION-CALENDAR {
    width: 100%;
    margin: 50px auto 40px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 374px) {
  .cms_reservation__calendar-date-list--cell {
    padding: 10px 1px !important;
  }

  .cms_reservation__calendar-date-list--date {
    font-size: 0.7em !important;
  }

  .js-resty-reservation-select-date {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* iPhone12用 */
@media only screen and (max-width: 450px) and (-webkit-device-pixel-ratio: 3) {
  .cms_reservation__calendar-date-list--cell {
    padding: 10px 2px !important;
  }

  .cms_reservation__calendar-date-list--date {
    font-size: 1em !important;
  }

  .js-resty-reservation-select-date {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* iPhone11用 */
@media only screen and (max-width: 380px) {
  .cms_reservation__calendar-date-list--cell {
    padding: 10px 1px !important;
  }

  .cms_reservation__calendar-date-list--date {
    font-size: 0.8em !important;
  }

  .js-resty-reservation-select-date {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.movie video {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .movie video {
    width: 100%;
  }
}

.CMS-FORM-GROUP input[type="submit"] {
  transition: all 0.3s;
}

.CMS-FORM-GROUP input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .gallery p+div {
    margin: 0 20px;
  }
}

#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 240px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  /*	width: 100%;*/
  height: 360px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#loopslider ul li {
  width: 360px;
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 200px;
  }

  #loopslider ul {
    height: 200px;
  }

  #loopslider ul li {
    width: 300px;
    height: 200px;
  }
}

.thanx_txt {
  display: flex;
  justify-content: center;
}