@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Gothic&family=Zen+Kaku+Gothic+Antique:wght@300;400;900&display=swap');
* {
  -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;
  color: #1b1b1b;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
}

.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%;
}
.primary_header .row{
  max-width: none;
}
.header_inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width:100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 0;
}

.header_logo {
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin: auto;
}

.header_logo_link {
  transition: all 0.5s;
  text-decoration-line: none;
}

.header_logo_link:hover {
  opacity: 0.6;
}

.header_logo img {
  width: 100px;
  height: auto;
  vertical-align: middle;
  
}

.header_logo span {
  color: #000;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.gnav {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 1rem 0 0;
}

.gnav_wrap {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav_item {
  position: relative;
  text-align: center;
  padding: 0 1rem;
  line-height: 2;
}

.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: #008080;
}

@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;
}
.slider::before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.50);
  z-index: 1
}

.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);
  line-height: 1.5;
}

.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_bg01.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.heading2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3rem;
  color: #008080;
  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: #dbe9e9;
  border: solid 2px #008080;
  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: #008080;
}

.top_concept_wrap {
  max-width: 600px;
  margin: 0 auto;
}
ul.rinen_list{
  margin:0.5rem auto;
  list-style-position: inside;
  font-weight: bold;
}
.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;
}

.heading3_top_contents {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #1b1b1b;
  margin-top: 15px;
}

.heading3_top_contents_sm {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #008080;
  /* 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%;
}
iframe {
  display: block;
}

footer a {
  color: #000;
  text-decoration: none;
}

.footer_wrap {
  background/*-image: url(../img/footer_bg.jpg)*/:#fff;
  background-position: center;
  -webkit-background-size: 260px auto;
  background-size: 260px auto;
  padding: 40px 0 5px;
  text-align: center;
  color: #fff;
  border-top: #008080 5px solid;
}
.footer_wrap>.container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
}

.footer_wrap .footer_info{
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer_logo{
  max-width:150px;
  height: 100%;
  margin: 0 auto;
}

.footer_wrap h1{
  font-size: 1.5rem;
}
.footer_wrap .footer_info li{
  line-height: 1.7;
  padding: 5px 0px;
  list-style: none;
}

.sns_wrap {
  padding: 30px 0 10px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.footer_link {
  margin: 30px auto 0;
  width: 100%;
}

.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;
}

.footer_p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.footer_tel {
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {

  .footer_link_menu {
    margin-left: 10px;
    margin-right: 10px;
  }
.footer_wrap>.container>ul{
  width: 100%;
}

}

#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: #008080;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #008080;
  background: rgba(255, 255, 255, 0.8);
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #008080;
  border-right: solid 2px #008080;
  -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;
  }
}
.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;
}

.copy_right {
  color: #898989;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center
}

.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.2rem;
  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 #008080;
  background: #dbe9e9;
  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: 10000;
}

.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: #008080;
  -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: #008080;
  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/mv1.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;
  position: relative;
}
.heading1_wrap::after{
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0,0,0,.25);
  z-index: 1;
}
.heading1 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  z-index: 2;
}

.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 #008080;
  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: #008080;
  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: ;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: dashed 1px #008080 ;
}

.table_row_inner02 {
  padding: 20px 10px;/*
  border-bottom: solid 1px #ede9e5;*/
}

.table_item {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.table_item_left {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  font-weight:bold;
}

.table_item_left02 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight:bold;
}

.table_item_left03 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  font-weight:bold;
}

.table_list_content {
  font-size: 1.6rem;
  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.6rem;
  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;
  text-align: center;
}

@-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: auto;
  margin: 0 auto 5rem;
  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;
}

@media screen and (max-width: 767px) {
  .privacy {
    width: 100%;
    margin: 0 auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
  }
}

/*-------------------------
  会社概要
---------------------------*/

.ceo-detail_wrap {
  padding: 80px 0;
}
.ceo-detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.ceo-detail>*{
  max-width: 50%;
}
.ceo-detail img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.ceo-detail h3{
  font-size: 2rem;
}

.ceo-detail p {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
  .ceo-detail {
    display: block;
    margin-bottom: 60px;
  }

  .ceo-detail>* {
    width: 100%;
  }
}
/*-------------------------
  予約バナー
---------------------------*/
.float {
  position: fixed;
  z-index: 999;
}

.float a {
  background: #008080;
  color: #fff;
  display: block;
  padding: 20px 15px;
  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: 60px;
    line-height: 60px;
  }

  .float a {
    padding: 0;
  }
}

/*-------------------------
  contact
---------------------------*/
.Form {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: auto;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  min-height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    min-height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/*-------------------------
  policy
---------------------------*/
.ttl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-left: solid 10px #008080;
  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 #008080;
  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: 350px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  height: 350px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#loopslider ul li {
  width: 250px;
  height: 350px;
  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: 0 auto 80px;
  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;
  }
}

/*-------------------------
  policy
---------------------------*/

.policy_wrap p{
  font-size: 1.5rem;
  padding-bottom: 20px;
  line-height: 2.8rem;
  padding-left: 2rem;
}

/*-------------------------
  gallery
---------------------------*/
.gallery{
  background-color: #dbe9e9;
  padding: 60px 0;
}
.gallery p {
  margin: 20px 0 30px 0;
  text-align: center;
}

.gallery p span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.gallery .btn{
  background-color: #fff;
}
.gallery .btn:hover {
  color: #fff;
  background: #008080;
}

.gallery a {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .gallery a {
    margin: 20px auto 0;
  }
}

/*-------------------------
  products
---------------------------*/

/* ポップアップスタイル */
.popup {
  display: block; /* 最初から表示する */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-align: center;
}
/* オーバーレイスタイル */
/* ポップアップスタイル */
.popup {
  display: block; /* 最初から表示する */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
/* オーバーレイスタイル */
.overlay {
  display: block; /* 最初から表示する */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup .popupbuttonwrap {
  display: flex;
  justify-content: space-around;
  margin: 2rem auto 0;
  max-width: 200px;
}
.popup .popupbuttonwrap button{
  text-align: center;
  padding: 1rem 15px;
  background: #dbe9e9;
  border: solid 2px #008080;
  border-radius: 10px;
  cursor:pointer;
}

.products_wrap {
  padding: 80px 0;
}
.products_inner {
  margin: 0 auto;
}

ul.products_ul {
  display: flex;
  align-items: flex-start;
  list-style: none;
  flex-wrap: wrap;
  padding: 0 .5rem;
}
ul.products_ul li{
  width: 24%;
  text-align: center;
  border: solid 1px #008080;
  padding: 0;
  background: #dbe9e9;
  margin-bottom: 5%;
  margin-right: 1%;
  margin-left: 0;
}
ul.products_ul li a{
  text-decoration: none;
}
ul.products_ul li img{
  object-fit: cover;
  width:100%;
  min-height: 150px;
}
ul.products_ul li h3{
  padding:1rem .5rem 1rem;
  box-sizing: border-box;
  color: #008080;
}
ul.products_ul li p{
  padding: .25rem ;
  box-sizing: border-box;
  text-align:left;
  min-height: 4rem;
  display: none;
}

ul.products_ul li p.ta_right{
  text-align:right;
}
a.official{
  position: relative;
}
a.official::after{
  content: "公式サイトへ移動する >>";
  color: #fff;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 45%;
  left: 0;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 1080px) {
  ul.products_ul li{
    width: 32%;
    margin: 0 1% 5% 0;
    }
  }
@media screen and (max-width: 767px) {
  
ul.products_ul li{
  width: 100%;
    margin: 0 auto 5%;
  }
  ul.products_ul li p{
    min-height: 0;
  }
  a.official::after{
    font-size: 2rem;
  }
}

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:50px 20px;
}

.sort-btn li{
	background:#eee;
list-style:none;
	border-radius:10px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#ccc;	
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
	justify-content: space-between;
}
	
.sort-btn li{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  z-index: 1;
list-style:none;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}
/* その場で */
.products_ul .item{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.item a.item_link{
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
/*-------------------------
  menu
---------------------------*/

@media screen and (min-width: 768px) {

}


.top-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-menu-wrap:nth-child(odd){
    flex-direction: row-reverse;
  }
.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;
    margin-bottom: 60px;
  }

  .top-menu-wrap>* {
    width: 100%;
  }
}

.top-access .btn {
  margin: 0 auto;
}

.menu-category {
  display: flex;
  margin-bottom: 40px;
}

.menu-category li {
  margin: 0 5px;
  border: solid 1px #666;
  list-style: none;
}

.menu-category li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
}

.menu-category li.current {
  border: solid 1px #008080;
}

.menu-category li.current a {
  background-color: #dbe9e9;
  color: #008080;
}

@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;
  }
}

/* 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%;
  }
}

input[type="submit"] {
  transition: all 0.3s;
}

input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .gallery p+div {
    margin: 0 20px;
  }
}

.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;
}
.ai-center{
  align-items: center!important
}
.ta_center {
  text-align: center!important;
}

.ta_center_pc {
  text-align: center!important;
}

.ta_right {
  text-align: right!important;
}

.dn {
  display: none!important;
}

.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;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}


.txt24 {
  font-size: 2.4rem;
}

.txt18_wh {
  color: #fff;
  font-size: 1.8rem;
}
.bgc-g{
  background-color: #dbe9e9;
}
.ceo_font{
  font-family:"Sawarabi Gothic";
  font-weight: 500;
  font-style: normal;
}/*
#mfp_loading,#mfp_loading_screen,#mfp_overlay_background,#mfp_overlay,#mfp_phase_confirm,#mailformpro>#mfp_hidden input{
  display: none!important
}*/