@charset "UTF-8";
/* CSS Document */
.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/* pc sp */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.tac {
  text-align: center !important;
}

.l-container--tiny {
  max-width: 810px;
  margin: 0 auto;
}

/**************** title ****************/
h2 {
  padding: 15px;
  margin: 60px 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 300;
  background: #eee;
}

.sub-title {
  padding: 30px 0 50px;
  font-size: 2.8rem;
  text-align: center;
}

.child-title {
  padding: 30px 0 50px;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h2 {
    padding: 8px;
  }
  .sub-title {
    font-size: 2.0rem;
    padding: 30px 0 0;
  }
}

/**************** btn ****************/
ul.btn {
  display: flex;
}

ul.btn li {
  width: 100%;
  margin-right: 10px;
}

ul.btn li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  ul.btn {
    flex-wrap: wrap;
  }
  ul.btn li {
    flex: 0 0 47.1%;
    max-width: 47.1%;
  }
}

.btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 510px;
  padding: 15px 10px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid #bfbfbf;
  text-align: center;
  box-sizing: border-box;
}

.btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 9px;
  margin-top: -5px;
  background: url(../images/i_arrow.png) center center/100% auto no-repeat;
}

.btn.internal a:after {
  transform: rotate(90deg);
}

.btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .btn a {
    max-width: 320px;
    padding: 15px;
    margin: 50px auto 0;
  }
  ul.btn li a {
    margin: 10px auto 0;
  }
}

/**************** description ****************/
.description {
  padding-top: 30px;
  font-size: 1.4rem;
  text-align: center;
}

.description::after {
  content: url("../images/arrow.png");
  display: block;
  margin: 40px;
  text-align: center;
}

.description.last::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .description {
    font-size: 1.6rem;
  }
}

/**************** other ****************/
.box {
  padding-bottom: 100px;
}

.box.last {
  padding-bottom: 0;
}

.number {
  display: block;
  padding: 15px;
  margin: 40px auto 0;
  width: 36px;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .box img {
    max-width: 150px;
    margin: 40px auto 0;
  }
}

/*****************コンテンツ用CSS************************/
/**googleフォント指定**/
main {
  font-family: 'Noto Sans JP', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  letter-spacing: 0.1em;
}

/**オンマウス処理**/
.onmouse {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

/**フォントサイズ--レスポンシブ可変対応型**/
.f30 {
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .f30 {
    font-size: 5.2vw !important;
  }
}

.f28 {
  font-size: 28px !important;
}

@media (max-width: 768px) {
  .f28 {
    font-size: 4.8vw !important;
  }
}

.f24 {
  font-size: 24px !important;
}

@media (max-width: 768px) {
  .f24 {
    font-size: 4.6vw !important;
  }
}

.f22 {
  font-size: 22px !important;
}

@media (max-width: 768px) {
  .f22 {
    font-size: 4.0vw !important;
  }
}

.f20 {
  font-size: 20px !important;
}

@media (max-width: 768px) {
  .f20 {
    font-size: 3.8vw !important;
  }
}

.f18 {
  font-size: 18px !important;
  line-height: 140%;
}

@media (max-width: 768px) {
  .f18 {
    font-size: 3.8vw !important;
  }
}

.f16 {
  font-size: 16px !important;
  line-height: 140%;
}

@media (max-width: 768px) {
  .f16 {
    font-size: 3.9vw !important;
  }
}

.f14 {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .f14 {
    font-size: 3.8vw !important;
  }
}

.f14s {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .f14s {
    font-size: 3.6vw !important;
  }
}

.f12 {
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .f12 {
    font-size: 2.8vw !important;
  }
}

.f10 {
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .f10 {
    font-size: 2.4vw !important;
  }
}

/***リンクボタンアイコン追加****/
.link {
  text-align: right;
  margin-top: 20px;
}

.link a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 18px;
}

.link a {
  display: inline-block;
  position: relative;
  text-align: right;
  font-weight: 600;
  padding-right: 1.25em;
}

/***リンクボタンアイコン追加****/
.link2 {
  text-align: right;
  margin-top: 20px;
}

.link2 a::after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 24px;
}

.link2 a {
  display: inline-block;
  position: relative;
  text-align: right;
  font-weight: 600;
  padding-right: 1.25em;
}

/***リンクボタンアイコン追加****/
.link3 {
  text-align: right;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .link3 {
    margin-top: 30px;
  }
}

.link3 a::after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 24px;
}

.link3 a {
  display: inline-block;
  position: relative;
  text-align: right;
  font-weight: 600;
  padding-right: 1.25em;
}

/***リンクボタンアイコン追加****/
.link4 {
  text-align: right;
  margin-top: 20px;
}

.link4 a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 18px;
}

.link4 a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  text-align: right;
  color: #6B6563;
  padding-right: 1.25em;
  font-weight: 500;
}

/***リンクボタンアイコン追加****/
.link5 {
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}

@media (max-width: 980px) {
  .link5 {
    bottom: 0.5vw;
  }
}

@media (max-width: 768px) {
  .link5 {
    bottom: 2vw;
    line-height: 100%;
    font-size: 3vw;
  }
}

.link5 span::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.link5 span {
  display: inline-block;
  position: relative;
  text-align: right;
  color: #6B6563;
  padding-right: 1.0em;
  font-weight: 500;
}

/***リンクボタンアイコン追加****/
.link6 {
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 2.5%;
  width: 95%;
}

@media (max-width: 980px) {
  .link6 {
    bottom: 0.5vw;
  }
}

@media (max-width: 768px) {
  .link6 {
    bottom: 2vw;
    line-height: 100%;
  }
}

.link6 a {
  display: inline-block;
  position: relative;
  color: #6B6563;
  font-weight: 500;
}

.link6 a.bana03_bt1 {
  width: 47.5%;
  max-width: 123px;
  margin-right: 1.0%;
}

@media (max-width: 768px) {
  .link6 a.bana03_bt1 {
    width: 45.5%;
  }
}

.link6 a.bana03_bt2 {
  width: 47.5%;
  max-width: 123px;
}

#first_contena {
  width: 100%;
  margin: 0 auto;
}

#first_contena .main-title {
  width: 100%;
  background-image: url(../images/main_back_pc.jpg);
  height: 750px;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  #first_contena .main-title {
    width: 100%;
    height: calc(100vh - 48px);
    background-image: url(../images/main_back_sp.jpg);
  }
}

#first_contena .main-title span {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1028px;
  height: 750px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #first_contena .main-title span {
    height: 100%;
  }
}

#first_contena .main-title span figure.title01 {
  width: 67.6%;
  position: absolute;
  top: 5%;
  left: 0;
}

@media (max-width: 768px) {
  #first_contena .main-title span figure.title01 {
    width: 100%;
    top: 15%;
    left: 0;
  }
}

#first_contena .main-title span figure.openday {
  width: 41.8%;
  position: absolute;
  right: 0%;
  bottom: 7.5%;
}

@media (max-width: 768px) {
  #first_contena .main-title span figure.openday {
    width: 75%;
  }
}

#first_contena nav {
  width: 100%;
  margin-top: 10px;
  background-image: url(../images/nav_back_pc.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  #first_contena nav {
    width: 100%;
    margin: 6px auto 0 auto;
    background-image: url(../images/nav_back_sp.png);
  }
}

#first_contena nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #first_contena nav ul {
    /*border-bottom:2px solid #552905;*/
  }
}

#first_contena nav ul li {
  padding: 15px 0;
  width: 16.666%;
  /*border-bottom:2px solid #552905;*/
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #first_contena nav ul li {
    width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
}

#first_contena nav ul li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 16px 1.25em;
  line-height: 100%;
  transition: all .4s ease-out;
  letter-spacing: -0.05em;
  position: relative;
  line-height: 120%;
}

#first_contena nav ul li a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #first_contena nav ul li a::after {
    font-size: 4.6vw !important;
    right: 0.75em;
  }
}

#first_contena nav ul li a.noborder {
  border-right: 0px solid #fff;
}

@media (max-width: 768px) {
  #first_contena nav ul li a.noborder {
    padding: 6px 0;
  }
}

#first_contena nav ul li a.lastborder {
  border-left: 1px solid #fff;
}

@media (max-width: 980px) {
  #first_contena nav ul li a {
    font-size: 2vw !important;
  }
}

@media (max-width: 768px) {
  #first_contena nav ul li a {
    padding: 12px 0;
    font-size: 3.6vw !important;
  }
}

#first_contena nav ul li a:hover {
  opacity: 0.5;
}

#first_contena nav ul li a i {
  font-size: 24px;
  display: inline-block;
  margin-left: 8px;
}

@media (max-width: 768px) {
  #first_contena nav ul li a i {
    font-size: 5vw;
    vertical-align: -1px;
  }
}

#first_contena nav ul li:first-child a {
  border-left: 1px solid #fff;
}

@media (max-width: 768px) {
  #first_contena nav ul li:nth-child(2n) a {
    border-right: 0px;
  }
}

@media (max-width: 768px) {
  #first_contena nav ul li:nth-child(5), #first_contena nav ul li:nth-child(6) {
    border-bottom: 0px solid #552905;
  }
}

#about_ginzaplus {
  width: 100%;
  padding: 75px 0 50px 0;
}

@media (max-width: 768px) {
  #about_ginzaplus {
    padding: 40px 0 20px 0;
  }
}

#about_ginzaplus .section__in {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}

#about_ginzaplus .plus_text {
  line-height: 200%;
  margin: 0px auto 80px auto;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 768px) {
  #about_ginzaplus .plus_text {
    margin: 0px auto 40px auto;
    font-size: 4vw !important;
    letter-spacing: 0;
  }
}

#about_ginzaplus figure.shopp {
  width: 100%;
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  #about_ginzaplus figure.shopp {
    margin-bottom: 40px;
  }
}

#about_ginzaplus figure.shopp figcaption {
  width: 92%;
  padding: 0 40px;
  font-size: 20px;
  line-height: 175%;
  padding-top: 40px;
}

@media (max-width: 768px) {
  #about_ginzaplus figure.shopp figcaption {
    width: 100%;
    font-size: 3.6vw !important;
    padding: 10px 0px 0 0;
  }
}

#section__tabs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#section__tabs .listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #section__tabs .listbox {
    margin-bottom: 25px;
  }
}

#section__tabs .listbox .side_side {
  width: 2%;
  border-bottom: 1px solid #E5E5E5;
}

#section__tabs .listbox .side_center {
  width: 2%;
  border-bottom: 1px solid #E5E5E5;
}

#section__tabs .listbox .tab_shopping {
  width: 47%;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  background-color: #fff;
  text-align: center;
  padding: 25px 0 24px;
}

@media (max-width: 768px) {
  #section__tabs .listbox .tab_shopping {
    padding: 12px 0 18px;
  }
}

#section__tabs .listbox .tab_shopping.active {
  background-color: #E5E5E5;
  transition: all .4s ease-out;
}

#section__tabs .listbox .tab_shopping.active:hover {
  cursor: pointer;
  opacity: 0.6;
}

#section__tabs .listbox .tab_reserv {
  width: 47%;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  background-color: #fff;
  text-align: center;
  padding: 22px 0 28px 0;
}

@media (max-width: 768px) {
  #section__tabs .listbox .tab_reserv {
    padding: 12px 0 18px;
  }
}

#section__tabs .listbox .tab_reserv.active {
  background-color: #E5E5E5;
  transition: all .4s ease-out;
}

#section__tabs .listbox .tab_reserv.active:hover {
  cursor: pointer;
  opacity: 0.6;
}

#section__tabs .listbox .text01 {
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 21px;
  background: transparent;
  margin: 0px 0 8px 0;
  line-height: 140%;
}

@media (max-width: 768px) {
  #section__tabs .listbox .text01 {
    font-size: 4.2vw;
  }
}

#section__tabs .listbox .tabin01 {
  width: 96px;
  margin: 0 auto;
  line-height: 0;
}

@media (max-width: 768px) {
  #section__tabs .listbox .tabin01 {
    width: 32.5%;
  }
}

#section__tabs .listbox .tabin02 {
  width: 280px;
  margin: 0 auto;
  line-height: 0;
}

@media (max-width: 768px) {
  #section__tabs .listbox .tabin02 {
    width: 90%;
  }
}

.tabs02 {
  display: none;
}

.toriyose {
  width: 90%;
  max-width: 816px;
  margin: 0 auto;
}

.shop__in {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .shop__in {
    margin-bottom: 40px;
  }
}

.shop__in .textbox {
  width: 55%;
  font-weight: 600;
  text-align: center;
  font-size: 17px;
  position: absolute;
  line-height: 160%;
  z-index: 20;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

@media (max-width: 980px) {
  .shop__in .textbox {
    font-size: 1.6vw;
  }
}

@media (max-width: 768px) {
  .shop__in .textbox {
    font-size: 3.6vw;
    position: relative;
    line-height: 160%;
    z-index: 20;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    width: 90%;
    margin: 20px auto 0 auto;
    font-weight: 500;
  }
}

.shop__in .textbox p {
  font-size: 12px;
}

@media (max-width: 980px) {
  .shop__in .textbox p {
    font-size: 1.0vw;
  }
}

@media (max-width: 768px) {
  .shop__in .textbox p {
    font-size: 3.2vw;
    line-height: 140%;
    font-weight: 400;
  }
}

.reserv_in .text01 {
  text-align: center;
  line-height: 210%;
  margin-bottom: 75px;
  padding-top: 40px;
}

.reserv_in .servlist {
  width: 90%;
  max-width: 430px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto 0 auto;
}

.reserv_in .servlist li {
  width: 48%;
}

@media (max-width: 768px) {
  .reserv_in .servlist li {
    width: 100%;
    margin-bottom: 4vw;
  }
}

@media (max-width: 768px) {
  .reserv_in .servlist {
    width: 76%;
  }
}

.reserv_in h2.ginzah2 {
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 21px;
  background: transparent;
  margin: 75px 0 10px 0;
  line-height: 140%;
}

@media (max-width: 768px) {
  .reserv_in h2.ginzah2 {
    font-size: 4.6vw;
  }
}

.reserv_in p.h2_sub2 {
  width: 50%;
  max-width: 150px;
  margin: 0 auto 40px auto;
  text-align: center;
  line-height: 100%;
}

@media (max-width: 768px) {
  .reserv_in p.h2_sub2 {
    margin: 0 auto 30px auto;
  }
}

.reserv_in .personal {
  width: 80%;
  max-width: 418px;
  margin: 100px auto;
}

@media (max-width: 768px) {
  .reserv_in .personal {
    max-width: 600px;
    margin: 40px auto;
  }
}

.reserv_in .personal_text {
  text-align: center;
  line-height: 250%;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .reserv_in .personal_text {
    line-height: 180%;
    font-size: 3.8vw !important;
    margin-bottom: 15px;
  }
}

.reserv_in .personal_text span {
  color: #B19147;
  font-weight: 600;
}

.reserv_in .botan {
  width: 80%;
  max-width: 521px;
  margin: 75px auto 75px auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (max-width: 768px) {
  .reserv_in .botan {
    margin: 30px auto 50px auto;
  }
}

.reserv_in .botan:hover {
  opacity: 0.7;
}

.reserv_in .botan a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.reserv_in .botan a figure {
  position: relative;
}

.reserv_in .botan a span {
  display: inline;
  position: absolute;
  font-size: 24px;
  letter-spacing: 0.1em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 768px) {
  .reserv_in .botan a span {
    font-size: 4vw;
  }
}

.reserv_in .botan a span::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 115%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (max-width: 768px) {
  .reserv_in .botan a span::after {
    font-size: 5vw;
  }
}

.reserv_in .botan a:hover > span::after {
  left: 120%;
}

.reserv_in .personal_text_atention {
  text-align: center;
  color: #000;
  font-weight: 500;
}

.reserv_in ul.service_box {
  width: 70%;
  max-width: 860px;
  margin: 0 auto 45px auto;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
}

@media (max-width: 768px) {
  .reserv_in ul.service_box {
    flex-wrap: wrap;
    margin: 0 auto 30px auto;
  }
}

.reserv_in ul.service_box li.item {
  width: 24.8%;
}

@media (max-width: 768px) {
  .reserv_in ul.service_box li.item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.reserv_in ul.service_box li.item figure {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .reserv_in ul.service_box li.item figure {
    margin-bottom: 20px;
  }
}

.reserv_in ul.service_box li.item p {
  text-align: center;
  line-height: 125%;
}

.reserv_in ul.service_box li.yaji {
  width: 12.8%;
}

@media (max-width: 768px) {
  .reserv_in ul.service_box li.yaji {
    width: 100%;
    margin-bottom: 10px;
  }
}

#recommend {
  color: #000;
}

#recommend h2.ginzah2 {
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 21px;
  background: transparent;
  margin: 75px 0 10px 0;
  line-height: 100%;
}

@media (max-width: 768px) {
  #recommend h2.ginzah2 {
    font-size: 4.6vw;
  }
}

#recommend p.h2_sub {
  width: 50%;
  max-width: 150px;
  margin: 0 auto 65px auto;
  text-align: center;
  line-height: 100%;
}

@media (max-width: 768px) {
  #recommend p.h2_sub {
    margin: 0 auto 30px auto;
  }
}

#recommend .ec_area {
  text-align: center;
  margin-bottom: 100px;
}

#serch_box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  #serch_box {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

#serch_box h2.ginzah2 {
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 21px;
  background: transparent;
  margin: 75px 0 10px 0;
  line-height: 100%;
}

@media (max-width: 768px) {
  #serch_box h2.ginzah2 {
    font-size: 4.6vw;
  }
}

#serch_box p.h2_sub {
  width: 50%;
  max-width: 178px;
  margin: 0 auto 60px auto;
  text-align: center;
  line-height: 100%;
}

@media (max-width: 768px) {
  #serch_box p.h2_sub {
    width: 40%;
    margin: 0 auto 30px auto;
  }
}

#serch_box ul.linklistbox {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#serch_box ul.linklistbox li {
  width: 32.5%;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 768px) {
  #serch_box ul.linklistbox li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}

#serch_box ul.linklistbox li a {
  width: 100%;
  border: 1px solid #4D4D4D;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 100%;
  position: relative;
  text-align: center;
  color: #595959;
}

#serch_box ul.linklistbox li a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 125%;
}

@media (max-width: 768px) {
  #serch_box ul.linklistbox li a::after {
    font-size: 90%;
    right: 0.5em;
  }
}

#serch_box ul.linklistbox li a span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1.25em 0;
}

@media (max-width: 768px) {
  #serch_box ul.linklistbox li a span {
    padding: 0.75em 0;
    font-size: 3.2vw !important;
  }
}

#access_box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  #access_box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#access_box h2.ginzah2 {
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 21px;
  background: transparent;
  margin: 75px 0 10px 0;
  line-height: 100%;
}

@media (max-width: 768px) {
  #access_box h2.ginzah2 {
    font-size: 4.6vw;
  }
}

#access_box p.h2_sub {
  width: 30%;
  max-width: 78px;
  margin: 0 auto 60px auto;
  text-align: center;
  line-height: 100%;
}

@media (max-width: 768px) {
  #access_box p.h2_sub {
    width: 17.5%;
    margin: 0 auto 30px auto;
  }
}

#access_box .section__in {
  width: 90%;
  max-width: 975px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 70px auto;
  align-items: center;
}

@media (max-width: 768px) {
  #access_box .section__in {
    margin: 0 auto 25px auto;
  }
}

#access_box .section__in .photo {
  width: 46.15%;
}

@media (max-width: 768px) {
  #access_box .section__in .photo {
    width: 100%;
    margin-bottom: 25px;
  }
}

#access_box .section__in .text {
  width: 43%;
}

@media (max-width: 768px) {
  #access_box .section__in .text {
    width: 100%;
  }
}

#access_box .section__in h5 {
  color: #B1935F;
  margin-bottom: 8px;
}

#access_box .section__in .text01 {
  line-height: 140%;
  margin-bottom: 10px;
}

#access_box .section__in .text02 {
  line-height: 140%;
  margin-bottom: 30px;
}

#access_box .section__in .text03 {
  line-height: 140%;
}

#access_box .maps_zu {
  width: 90%;
  max-width: 740px;
  margin: 0 auto 0 auto;
}

#news_box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  #news_box {
    padding-top: 30px;
  }
}

#news_box h2.ginzah2 {
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 21px;
  background: transparent;
  margin: 75px 0 10px 0;
  line-height: 100%;
}

@media (max-width: 768px) {
  #news_box h2.ginzah2 {
    font-size: 4.6vw;
  }
}

#news_box p.h2_sub {
  width: 30%;
  max-width: 136px;
  margin: 0 auto 60px auto;
  text-align: center;
  line-height: 100%;
}

@media (max-width: 768px) {
  #news_box p.h2_sub {
    width: 57.5%;
    margin: 0 auto 30px auto;
  }
}

#news_box .section__in {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0px auto;
  align-items: center;
  position: relative;
  padding-bottom: 200px;
}

@media (max-width: 768px) {
  #news_box .section__in {
    margin: 0 auto 0px auto;
    padding-bottom: 24vw;
  }
}

#news_box .section__in figure {
  width: 100%;
  margin-bottom: 50px;
}

#news_box .section__in .topbackbt {
  width: 80px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 768px) {
  #news_box .section__in .topbackbt {
    width: 10vw;
    position: absolute;
    bottom: 5vw;
    right: 0vw;
  }
}

#news_box .text01 {
  text-align: center;
  line-height: 210%;
  width: 100%;
}

#otoku {
  color: #000;
}

#otoku h2.ginzah2 {
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 21px;
  background: transparent;
  margin: 150px auto 65px auto;
  line-height: 100%;
}

@media (max-width: 768px) {
  #otoku h2.ginzah2 {
    font-size: 4.6vw;
    margin: 75px auto 30px auto;
  }
}

#otoku .linecontena {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 60px auto;
  border: 1px solid #13AD26;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  #otoku .linecontena {
    padding-bottom: 40px;
    margin: 0 auto 30px auto;
  }
}

#otoku .linecontena h3 {
  text-align: center;
  line-height: 100%;
  padding: 24px 0;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #13AD26;
}

#otoku .linecontena p.nomaltext {
  width: 90%;
  margin: 60px auto 40px auto;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}

@media (max-width: 768px) {
  #otoku .linecontena p.nomaltext {
    margin: 30px auto 40px auto;
  }
}

#otoku .flexbox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#otoku .flexbox .qrcode {
  width: 50%;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  #otoku .flexbox .qrcode {
    width: 100%;
    margin-bottom: 30px;
  }
}

#otoku .flexbox .qrcode::after {
  content: "もしくは";
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

@media (max-width: 768px) {
  #otoku .flexbox .qrcode::after {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 30px;
    right: 0auto;
    top: auto;
    transform: translate(0%, 0%);
  }
}

#otoku .flexbox .linefrend {
  width: 50%;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  #otoku .flexbox .linefrend {
    width: 100%;
  }
}

#otoku .flexbox h4 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
}

#otoku .flexbox .imgwaku1 {
  width: 85%;
  max-width: 254px;
  margin: 0 auto;
  min-height: 288px;
}

@media (max-width: 768px) {
  #otoku .flexbox .imgwaku1 {
    min-height: 50px;
  }
}

#otoku .flexbox .imgwaku1 .qrline {
  width: 82%;
  display: inline-block;
}

#otoku .flexbox .imgwaku1 .friendline {
  width: 62%;
  display: inline-block;
  margin-top: 8px;
}

@media (max-width: 768px) {
  #otoku .flexbox .imgwaku1 .friendline {
    width: 76%;
    margin: 25px auto;
  }
}

#otoku .flexbox .imgwaku2 {
  width: 85%;
  max-width: 201px;
  margin: 0 auto;
  min-height: 288px;
}

@media (max-width: 768px) {
  #otoku .flexbox .imgwaku2 {
    min-height: 50px;
  }
}

#otoku .flexbox p {
  text-align: center;
  line-height: 140%;
  margin-top: 16px;
}

#bana_contena {
  width: 100%;
  padding: 60px 0;
  background-color: #DCDDDD;
}

@media (max-width: 768px) {
  #bana_contena {
    padding: 5vw 0 3vw 0;
  }
}

#bana_contena ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#bana_contena ul li {
  width: 23.75%;
  position: relative;
}

@media (max-width: 768px) {
  #bana_contena ul li {
    width: 49%;
    margin-bottom: 2vw;
  }
}

#last_cv {
  position: fixed;
  width: 100%;
  bottom: -200px;
  left: 0;
  background-color: #F0F0F0;
  padding: 26px 0 40px 0;
  z-index: 999;
  transition: all .6s ease-out;
}

#last_cv.active {
  bottom: 0px;
}

@media (max-width: 768px) {
  #last_cv {
    padding: 10px 0 8px 0;
    bottom: -50vw;
  }
}

#last_cv #topbackbt {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 50px;
  width: 52px;
  transition: all .4s ease-out;
  z-index: 99;
}

@media (max-width: 768px) {
  #last_cv #topbackbt {
    bottom: calc(100% + 8px);
    right: 8px;
    width: 36px;
  }
}

#last_cv #topbackbt.active {
  opacity: 0;
}

#last_cv #topbackbt:hover {
  cursor: pointer;
}

#last_cv .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #last_cv .section__in {
    width: 80%;
    flex-wrap: wrap;
  }
}

#last_cv .section__in div {
  width: 48%;
}

@media (max-width: 768px) {
  #last_cv .section__in div {
    width: 100%;
    margin: 6px auto;
  }
}

#last_cv .textimg {
  width: 100%;
  text-align: center;
  margin: 0 auto 5px auto;
  color: #000;
  font-weight: 600;
}

@media (max-width: 768px) {
  #last_cv .textimg {
    line-height: 100%;
    margin: 0 auto 8px auto;
  }
}

a.botan_cv1 {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  margin: 0px auto 0 auto;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-color: #E56566;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  a.botan_cv1 {
    padding: 3vw 0 3.2vw 0;
    line-height: 100%;
    margin-bottom: 1.5vw;
    font-size: 3.4vw;
    height: auto;
  }
}

a.botan_cv1 p.wakuins {
  display: block;
  width: 100%;
  text-align: center;
}

a.botan_cv1 p.wakuins .f22 {
  line-height: 100%;
  display: block;
}

a.botan_cv1 p.wakuins .f20 {
  line-height: 100%;
  display: block;
}

a.botan_cv1 p.wakuins .f10 {
  line-height: 100%;
  display: block;
  padding-top: 5px;
}

a.botan_cv1 .icon {
  display: inline-block;
  width: 24px;
  margin-left: 10px;
  vertical-align: -3px;
}

@media (max-width: 768px) {
  a.botan_cv1 .icon {
    width: 16px;
    margin-left: 5px;
    vertical-align: -0px;
  }
}

a.botan_cv1::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

@media (max-width: 768px) {
  a.botan_cv1::after {
    font-size: 20px;
  }
}

a.botan_cv1.nolinks::after {
  content: none;
}

a.botan_cv2, span.botan_cv2 {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  background-color: #A18F71;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  a.botan_cv2, span.botan_cv2 {
    height: auto;
    padding: 2vw 0 2.2vw 0;
    line-height: 100%;
    margin-bottom: 1.5vw;
    font-size: 3.4vw;
  }
}

a.botan_cv2 p.wakuins, span.botan_cv2 p.wakuins {
  display: block;
  width: 100%;
  text-align: center;
}

a.botan_cv2 p.wakuins .f22, span.botan_cv2 p.wakuins .f22 {
  line-height: 100%;
  display: block;
}

a.botan_cv2 p.wakuins .f20, span.botan_cv2 p.wakuins .f20 {
  line-height: 100%;
  display: block;
}

a.botan_cv2 p.wakuins .f10, span.botan_cv2 p.wakuins .f10 {
  line-height: 100%;
  display: block;
  padding-top: 5px;
}

a.botan_cv2 .icon, span.botan_cv2 .icon {
  display: inline-block;
  width: 24px;
  margin-left: 10px;
  vertical-align: -3px;
}

@media (max-width: 768px) {
  a.botan_cv2 .icon, span.botan_cv2 .icon {
    width: 16px;
    margin-left: 5px;
    vertical-align: -0px;
  }
}

a.botan_cv2::after, span.botan_cv2::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

@media (max-width: 768px) {
  a.botan_cv2::after, span.botan_cv2::after {
    font-size: 20px;
  }
}

a.botan_cv2.nolinks::after, span.botan_cv2.nolinks::after {
  content: none;
}

footer {
  padding-bottom: 180px;
}

@media (max-width: 768px) {
  footer {
    padding-bottom: 48vw;
  }
}

.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 30px);
}

.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 0px);
}

.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.delay1 {
  transition-delay: 0s;
}

.delay2 {
  transition-delay: 0.3s;
}

@media (max-width: 768px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.6s;
}

@media (max-width: 768px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.9s;
}

@media (max-width: 768px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 1.2s;
}

@media (max-width: 768px) {
  .delay5 {
    transition-delay: 0s;
  }
}
/*# sourceMappingURL=base.css.map */