@charset "UTF-8";

@import url(../css/font-awesome.min.css);
.sbi-critical-notice,
.grecaptcha-badge {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  background: #fff;
  height: 100%;
  color: #000;
  width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: relative;
}

#wrap {
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

#main:not(.index-page) {
  padding-top: 74px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  #main {
    padding-top: 50px;
  }
  #main:not(.index-page) {
    padding-top: 50px;
  }
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  font-size: inherit;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

hr {
  display: none;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:link {
  color: #545454;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #545454;
  text-decoration: none;
  outline: none;
  opacity: 0.8;
}

a:visited {
  color: inherit;
}

#Question,
#Flow,
#Day,
#Night,
#Twilight,
#Studio,
#Wedding,
#Afterparty,
#Hawaii,
#Paris,
#Shanghai,
#Italy,
#wpp02,
#wpp03,
#wpp04,
#premium {
  padding-top: 70px;
  margin-top: -70px;
}


ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #fff;
  cursor: help;
}

.contents-wrap {
  margin: 0;
  /* padding: 0 70px; */
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .contents-wrap {
    /* padding: 0 13px; */
  }
}
.contents-wrap li img {
  background-color: transparent;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.contents-wrap a img {
  background-color: transparent;
}

.contents-wrap a:hover img {
  background-color: transparent;
  text-decoration: none;
}

.contents-wrap p {
  line-height: 1.7;
  margin: 0;
  word-break: break-all;
}

.contents-wrap li {
  line-height: 1.6;
}

::selection {
  background-color: #00A0E9;
  color: #FFF;
  /* Safari */
}

::-moz-selection {
  background-color: #00A0E9;
  color: #FFF;
  /* Firefox */
}

/*----------------------------------------------------
  ******Crearfix******
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
/*----------------------------------------------------
  ******br clear******
----------------------------------------------------*/
br.clear_noie,
div.clear_noie {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}

br.clear_all {
  clear: both;
  line-height: 0px;
}

/*----------------------------------------------------
  ******pageH1******
----------------------------------------------------*/
#pageH1 {
  box-sizing: border-box;
  padding: 10px 20px 10px 220px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  #pageH1 {
    display: none;
  }
}

#mv #pageH1 {
  left: 200px;
  padding-right: 80px;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 10px 60px 10px 20px;
  z-index: 100;
  width: auto;
}

.contents-wrap #pageH1 {
  padding: 10px 20px;
}

#pageH1 h1 {
  display: inline-block;
  font-size: 85%;
}

#pageH1 .titleTag {
  font-size: 85%;
  float: left;
}

#pageH1 .bread,
#breadChumbs {
  float: right;
}

#pageH1 .bread a,
#breadChumbs a {
  text-decoration: underline !important;
}

/*----------------------------------------------------
  Header
----------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
  user-select: none;
}
header .h-container {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 94px;
  padding: 0 20px 0 64px;
  box-sizing: border-box;
  transition:
    height .5s ease-out .2s,
    box-shadow .5s ease-out .2s,
    background-color .5s ease-out .2s;
}
@media screen and (max-width: 680px) {
  header .h-container {
    align-items: center;
    height: 50px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  }
}
/* スクロール位置トップの時 */
@media screen and (min-width: 681px) {
  header.scrolled .h-container {
    height: 74px;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  }
  .scrolled .hamburger-btn {
    height: 100%;
    padding-bottom: 5px;
  }
  .scrolled .logo-wrap {
    padding-bottom: 5px;
  }
}

/* ロゴ */
.h-container .logo-wrap {
  transition: padding .5s ease-out .2s;
}
@media screen and (max-width: 680px) {
  .h-container .logo-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-container .logo-wrap img {
    width: 100px;
    height: auto;
  }
}

.h-container .btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

/* レビューサイトリンク */
.h-container .review-link {
  /*display: none;*/
  margin-left: auto;
}
.h-container .review-link img {
  max-height: 100%;
}
@media screen and (max-width: 680px) {
  .h-container .review-link {
    display: block;
  }
}

/* ハンバーガーボタン */
.h-container .hamburger-btn {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 74px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color .2s ease, height .5s ease-out .2s, padding .5s ease-out .2s;
}
.h-container .hamburger-btn .view-sp {
  display: none;
}
.h-container .hamburger-btn:hover {
  background-color: rgba(255, 255, 255, .3);
}
.h-container .hamburger-btn:has( + .active):hover {
  background-color: rgba(201, 201, 201, .3);
}
@media screen and (max-width: 680px) {
  .h-container .hamburger-btn {
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .h-container .hamburger-btn:hover {
    background-color: rgba(201, 201, 201, .3);
  }
  .h-container .hamburger-btn .view-sp {
    display: block;
  }
  .h-container .hamburger-btn .view-pc {
    display: none;
  }
}

/* ハンバーガーメニュー */
.h-container .hamburger-menu {
  position: fixed;
  z-index: 11;
  inset: 0 0 0 auto;
  width: 315px;
  background: #fff;
  transform: translateX(110%);
  opacity: 0;
  transition: transform .4s ease-in-out, opacity .4s ease .1s;
  box-shadow: -5px 0px 5px #cb778d3b;
  overflow-y: auto;
  padding-bottom: 10px;
}
.h-container .hamburger-menu.active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 680px) {
  .h-container .hamburger-menu {
    padding-top: 50px;
  }
}

/* > ロゴ */
.hamburger-menu .sub-logo-wrap {
  padding: 37px 0 10px 20px;
  margin-bottom: 20px;
}
.hamburger-menu .sub-logo-wrap a {
  display: inline-flex;
  flex-direction: column;
}
.hamburger-menu .sub-logo-wrap a p {
  font-size: 13px;
  color: #797979;
}
@media screen and (max-width: 680px) {
  .hamburger-menu .sub-logo-wrap {
    display: none;
  }
}

/* > メニュー */
.side-menu-wrap .link-item,
.side-menu-wrap .toggle-header {
  width: 100%;
  height: 42px;
}
.side-menu-wrap .link-item a {
  width: 100%;
  height: 100%;
}
.side-menu-wrap .toggle-header,
.side-menu-wrap .link-item a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  transition: background-color .2s ease;
  cursor: pointer;
}
.side-menu-wrap .toggle-header:hover,
.side-menu-wrap > div a:hover {
  background-color: #eee;
  opacity: 1;
}
.side-menu-wrap .toggle-item {
  transition: background-color .2s ease;
  border-bottom: 1px solid #ddd;
}
.side-menu-wrap .toggle-header {
  position: relative;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #EEECE6;
}
.side-menu-wrap .toggle-header .toggle-header-title {
  font-family: 'cormorant-garamond', serif;
  font-size: 18px;
  font-weight: 600;
  width: 165px;
}
.side-menu-wrap .toggle-header .toggle-header-rubi {
  color: #707070;
  font-size: 10px;
  letter-spacing: .02em;
}
.side-menu-wrap .toggle-header::after {
  content: '';
  position: absolute;
  right: 13px;
  width: 13px;
  aspect-ratio: 18/11;
  background-image: url(../img/commons/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 5px;
  transform: rotateZ(180deg);
  transition: transform .2s ease;
}
.toggle-item.open-ac .toggle-header::after {
  transform: rotateZ(0);
}
.toggle-item .toggle-body {
  display: none;
}
.toggle-item .toggle-body li a {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .toggle-item .toggle-body li a {
    font-size: 12px;
  }
  .side-menu-wrap .toggle-header .toggle-header-title {
    font-size: 18px;
  }
  .side-menu-wrap .toggle-header {
    height: 45px;
  }
}

/* > その他リンク */
.circle-menu-wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.circle-menu-wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #6d6d6d;
}
.banner-menu-wrap {
  margin-top: 15px;
  padding: 0 5px;
}
@media screen and (max-width: 680px) {
  .circle-menu-wrap {
    margin-top: 20px;
    gap: 5px;
  }
  .banner-menu-wrap {
    margin-top: 10px;
  }
}

/*----------------------------------------------------
  ******contents******
----------------------------------------------------*/
.contents-wrap {
  margin: 0;
}

.mvPageFlex {
  width: 100%;
  margin: 0 auto;
}

.mvPageFlex .slides li {
  width: 100%;
  text-align: center;
}

.flex-control-nav,
.flex-direction-nav {
  display: none !important;
}

/*----------------------------------------------------
  gallery
----------------------------------------------------*/
#gallery {
  clear: both;
  padding: 35px 70px 0;
}
@media screen and (max-width: 680px) {
  #gallery {
    padding: 0 13px;
  }
}
#gallery .secTitle {
  margin-bottom: 0 !important;
}

#gallery .secTitle h1 {
  color: #707070;
}


#gallery .location {
  margin: 40px 0;
  text-align: center;
  color: #292929;
  font-size: 20px;
}

.galleryUL {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
@media screen and (max-width: 680px) {
  .galleryUL {
    grid-template-columns: 1fr;
    row-gap: 13px;
  }
}
.galleryUL h1 {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  font-weight: normal !important;
  font-style: italic;
  font-size: 300%;
  line-height: 1.0;
}

.galleryUL li h2 {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal !important;
  font-style: italic;
  font-size: 400%;
  line-height: 1.0;
  position: absolute;
  top: 10%;
  left: 2%;
}

.galleryUL li.li01 h2,
.galleryUL li.li04 h2,
.galleryUL li.li05 h2,
.galleryUL li.li07 h2,
.galleryUL li.li10 h2 {
  color: #9c1c4b;
}

.galleryUL li.li02 h2,
.galleryUL li.li03 h2,
.galleryUL li.li06 h2,
.galleryUL li.li08 h2,
.galleryUL li.li09 h2 {
  color: #fff;
}

.galleryUL li a {
  display: block;
  box-sizing: border-box;
  padding-top: 50%;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.galleryUL li a:hover {
  opacity: 0.7;
}

.galleryUL li.li01 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP20-e1526377870404.jpg);
}

.galleryUL li.li02 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP21.jpg);
}

.galleryUL li.li03 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP22-e1526893481691.jpg);
}

.galleryUL li.li04 a {
  background-image: url(http://24to.biz/wp-content/uploads/2022/04/24to-57-1-scaled.jpg);
}

.galleryUL li.li05 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP25-e1526893374118.jpg);
}

.galleryUL li.li06 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP23-e1526893444493.jpg);
}

.galleryUL li.li07 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP27-e1526893286644.jpg);
}

.galleryUL li.li08 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP28.jpg);
}

.galleryUL li.li09 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP29-e1526893187128.jpg);
}

.galleryUL li.li10 a {
  background-image: url(http://24to.biz/wp-content/uploads/2018/05/TOP30-e1526893153819.jpg);
}

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

  .galleryUL li {
    float: none;
    width: 100%;
  }

  .galleryUL li h2 {
    font-size: 200%;
    margin-bottom: 10%;
  }

  #gallery .location {
    margin: 15px 0 30px;
    text-align: center;
    font-size: 120%;
  }

  .galleryUL li a {
    box-sizing: border-box;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .galleryUL li a:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------
  blog
----------------------------------------------------*/
section#blog {
  margin: 60px 0;
}

#blogUL {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 1.5%;
  max-width: 1200px;
  margin: 0 auto 40px;
}

#blogUL li {
  position: relative;
}

#blogUL li a {
  color: #545454;
}

#blogUL li a p.category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  background: #9c1c4b;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
  font-family: "pt-serif", serif;
  font-style: normal;
  font-weight: 400;
}

#blogUL li .title {
  font-size: 14px;
  margin-bottom: 3px;
}

#blog .linkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#blog .linkBtn a {
  display: block;
  position: relative;
  font-size: 16px;
}

#blog .linkBtn a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #9c1c4b, #fff);
  background: -webkit-linear-gradient(to right, #9c1c4b, #fff);
  background: linear-gradient(to right, #9c1c4b, #fff);
  width: 115%;
}

@media screen and (max-width: 768px) {
  #blogUL {
    grid-template-columns: 1fr 1fr;
    gap: 20px 2%;
    width: 95%;
    margin-bottom: 40px;
  }
  #blogUL li .title {
    font-size: 14px;
    line-height: 1.5;
  }
  #blogUL li a p.category {
    font-size: 14px;
    padding: 6px 12px;
  }
}
/*----------------------------------------------------
  insta
----------------------------------------------------*/
section#insta {
  position: relative;
  margin-top: 40px;
  background: #F4EFEF;
  border-radius: 0 120px 0 120px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 20px;
}
@media screen and (max-width: 680px) {
  section#insta {
    border-radius: 0 60px 0 60px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
section#insta .bg-text {
  position: absolute;
  right: 3vw;
  top: 1vw;
  max-width: 30vw;
}
@media screen and (max-width: 680px) {
  section#insta .bg-text {
    right: 13px;
    top: 188px;
    max-width: 200px;
  }
}
section#insta .secTitle {
  padding-bottom: 20px;
}
section#insta .secTitle .head1 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.6em;
  margin: 25px 0;
}
@media screen and (max-width: 680px) {
  section#insta .secTitle {
    padding-bottom: 60px;
  }
  section#insta .secTitle img {
    width: 60px;
  }
  section#insta .secTitle .head1 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.instaBox {
  padding: 20px 0;
  width: 100%;
}
.instaBox .insta_inner2 {
  padding-bottom: 50px 0;
  position: relative;
}
.instaBox .border {
  border: 0.5px solid #606060;
}
.instaBox .insta_title {
  width: auto;
  height: 18px;
}
.instaBox .insta_title img {
  height: 100%;
  width: auto;
}
.insta_inner1 {
  margin-bottom: 20px;
}
.insta_inner1, .insta_inner2 {
  background: #FBF9FA;
  border-radius: 50px;
  padding: 40px 10% 0;
}

@media screen and (max-width: 680px) {
  .instaBox .insta_title {
    height: 15px;
  }
  .insta_inner1, .insta_inner2 {
    border-radius: 25px;
    padding: 20px 18px 0;
  }
}

#sb_instagram .sb_instagram_header {
  box-sizing: border-box;
}
.insta_inner1 #sb_instagram #sbi_load .sbi_follow_btn {
  position: absolute;
  top: 30px;
  left: 350px;
  bottom: 0;
  margin: 0;
}

.insta_inner2 #sb_instagram #sbi_load .sbi_follow_btn,
.insta_inner3 #sb_instagram #sbi_load .sbi_follow_btn {
  position: absolute;
  top: 80px;
  left: 280px;
  bottom: 0;
  margin: 0;
}

#sb_instagram .sbi_follow_btn {
  display: block;
  text-align: start !important;
}

#sb_instagram #sbi_load .sbi_btn_text {
  font-size: 130%;
}

#sb_instagram #sbi_load .sbi_btn_text:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #9c1c4b, #fff);
  background: -webkit-linear-gradient(to right, #9c1c4b, #fff);
  background: linear-gradient(to right, #9c1c4b, #fff);
  margin: 0 auto;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.instagram-media {
  position: static !important;
}


@media screen and (max-width: 480px) {
  .instaBox {
    padding: 0;
  }

  .insta_inner1 #sb_instagram #sbi_load .sbi_follow_btn {
    left: 73%;
  }

  .insta_inner2 #sb_instagram #sbi_load .sbi_follow_btn,
  .insta_inner3 #sb_instagram #sbi_load .sbi_follow_btn {
    left: 63%;
  }
}

.sb_instagram_header {
  display: flex;
}

/*----------------------------------------------------
  ******action******
----------------------------------------------------*/
#action {
  padding: 50px 0;
  text-align: center;
}

#action .actionArea {}

#action .actionArea .inr {
  margin: 10px 50px;
  padding: 40px;
  text-align: center;
  font-family: "pt-serif", serif;
  font-style: normal;
  font-weight: 400;
}

#action .actionArea .inr img {
  width: 200px;
}

#action h2 {
  font-family: "A-OTF Futo Min A101 Pr6N";
  font-size: 200%;
  margin: 50px auto;
}

#action .border {
  border: 0.5px solid #707070;
  width: 80%;
  margin: 0 auto;
  width: 70%;
}

#action .mess {
  font-size: 120%;
  padding: 55px 0;
  width: 55%;
  margin: 0 auto;
  line-height: 1.8;
}

#action .tel img {
  font-size: 120%;
  padding: 55px 0 40px;
  width: 250px !important;
}

#action .actionFt {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  padding-top: 45px;
}

#action .actionFt > p {
  width: auto;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#action .actionFt > p a img {
  width: auto;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#action .actionArea table {
  text-align: left;
}

#action .actionArea table th {
  width: 20%;
}

#action .btn {
  margin: 50px auto 0;
  width: 55%;
}

#action .btn a {
  display: inline-block;
  width: 30%;
  margin: 5px 10px;
}

#action .btn a img {
  width: 100%;
}

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

  /*----------------------------------------------------
  ******action******
----------------------------------------------------*/
  #action {
    background: none;
    padding: 0;
  }

  #action .actionArea {
    width: 90%;
    margin: 40px auto 60px;
    box-sizing: border-box;
  }

  #action .actionArea .tel {
    display: none;
  }

  #action .actionArea .inr {
    border: none;
    margin: 0px;
    padding: 0;
  }

  #action .border {
    width: auto;
  }

  #action .actionArea table {
    margin: 0;
  }

  #action .actionArea tr {
    padding-bottom: 10px;
  }

  #action h2 {
    font-size: 160%;
    margin-bottom: 43px;
  }

  #action .actionFt {
    flex-direction: column;
    row-gap: 40px;
    padding-bottom: 45px;
  }

  #action h1 {
    font-size: 160%;
    margin-bottom: 15px;
  }

  #action .mess {
    font-size: 110%;
    margin-bottom: 20px;
    width: auto;
  }

  #action .btn {
    width: 100%;
    margin: 50px auto 0;
  }

  #action .btn a {
    width: 46%;
    margin: 5px;
  }
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/

/*----------------------------------------------------
  footer - Footer Tenpo
----------------------------------------------------*/
footer .tenpo-wrap {
  background: #e0e0e0;
  padding: 100px 20px;
  margin-top: 40px;
}
.tenpo-wrap .inner-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .tenpo-wrap {
    padding: 40px 20px;
  }
  .tenpo-wrap .inner-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.tenpo-wrap .left-wrap {
  width: 100%;
  max-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .tenpo-wrap .left-wrap {
    max-width: 280px;
  }
}
.tenpo-wrap .sns-wrap {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .map-wrap {
    width: 100%;
  }
  .map-wrap a img {
    width: 100%;
  }
}

.tenpo-wrap .right-wrap {
  width: 100%;
  max-width: 667px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tenpo-wrap .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.tenpo-wrap .nav-wrap a {
  transition: background-color .2s ease;
}
.tenpo-wrap .nav-wrap a:hover {
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .tenpo-wrap .nav-wrap {
    max-width: 280px;
    justify-content: space-between;
    margin: 0 auto 20px;
  }
  .tenpo-wrap .nav-wrap a {
    width: 47%;
  }
}

.tenpo-wrap .message-wrap .message-head {
  font-family: "Times", "Times New Roman", "Minion Web", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "HG明朝E", Meiryo, メイリオ, serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tenpo-wrap .message-wrap .view-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .tenpo-wrap .message-wrap .message-head {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  .tenpo-wrap .message-wrap .view-sp {
    display: initial;
  }
}
.tenpo-wrap .message-wrap .message-body {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .tenpo-wrap .message-wrap .message-body {
    display: none;
  }
}
.tenpo-wrap .info-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .tenpo-wrap .info-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.tenpo-wrap .info-wrap .address {
  text-align: left;
}
.tenpo-wrap .info-wrap .address th {
  padding-right: 2em;
  vertical-align: top;
}
.tenpo-wrap .info-wrap .address .map-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 111px;
  height: 27px;
  margin: 10px 0;
  color: #971B4C;
  font-size: 12px;
  border: 1px solid #971B4C;
  border-radius: 9999px;
  stroke: #971B4C;
  transition: color .2s ease, background-color .2s ease, stroke .2s ease;
}
.tenpo-wrap .info-wrap .address .map-btn:hover {
  color: #fff;
  background: #971B4C;
  stroke: #fff;
}

@media screen and (max-width: 767px) {
  .tenpo-wrap .info-wrap .address tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .tenpo-wrap .info-wrap .address tfoot tr {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
  footer - Footer Menu
----------------------------------------------------*/
footer .view-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .view-sp {
    display: initial;
  }
}

footer .menu-bg {
  box-sizing: border-box;
  padding: 50px 5% 0;
  background: #EEECE6;
}
@media screen and (max-width: 767px) {
  footer .menu-bg {
    padding: 25px 13px;
  }
}

footer .menu-inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 20px 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  footer .menu-inner-wrap {
    padding: 10px 0 30px;
  }
}

footer .menu-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1015px;
}
@media screen and (max-width: 767px) {
  footer .menu-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer .menu-col {
    width: 100%;
  }
  footer .menu-col:not(:first-of-type) {
    margin-top: 10px;
  }
}

footer .menu-wrap .menu-header {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  footer .menu-wrap .menu-header {
    padding-left: 0;
  }
}

footer .menu-wrap h3 {
  font-family: 'cormorant-garamond', serif;
  color: #9ea1a5;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  footer .menu-wrap h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

footer .menu-wrap ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3px;
  padding: 0 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
footer .menu-wrap li {
  box-sizing: border-box;
  width: 20%;
  min-width: 195px;
}
footer .menu-wrap li a {
  font-size: 13px;
  line-height: 2;
  letter-spacing: .02em;
  padding: 3px;
  border-radius: 3px;
}
footer .menu-wrap li a:hover {
  background: #eee;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  footer .menu-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
  }
  footer .menu-wrap li {
    width: 50%;
    min-width: auto;
    margin: 0;
    border: 1px solid #ddd;
    margin-top: -1px;
  }
  footer .menu-wrap li:nth-of-type(even) {
    border-left: none;
  }
  footer .menu-wrap li a {
    font-size: 10px;
    font-weight: 500;
    color: #5f5f5f;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    padding: 0;
  }
}

.menu-col .menu-col-child:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .menu-col .menu-col-child:not(:last-of-type) {
    margin-bottom: 10px;
  }

}

/*----------------------------------------------------
  footer - FixedMenu
----------------------------------------------------*/
.fixed-menu {
  display: none;
  position: fixed;
  z-index: 5;
  inset: auto 0 0;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .fixed-menu {
    display: block;
  }
}

.fixed-menu .menu-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.fixed-menu .menu-wrap .menu-item {
  box-sizing: border-box;
  border-right: 1px solid #000;
}
.fixed-menu .menu-wrap .menu-item:not(:last-of-type) {
  border-right: 1px solid #000;
}
.fixed-menu .menu-wrap .menu-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  height: 50px;
  font-size: 11px;
  font-weight: 500;
}
.fixed-menu .line-wrap {
  overflow: hidden;
  background: #fff;
}
.fixed-menu .line-wrap a {
  background: linear-gradient(to right, #fff 50%, #31ae36 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-menu .line-wrap a img {
  width: 375px;
  max-width: none;
}
@media screen and (max-width: 480px) {
  .fixed-menu .line-wrap a {
    justify-content: flex-start;
  }
}

/*----------------------------------------------------
  footer - copyright
----------------------------------------------------*/
footer .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #EEECE6;
  color: #292929;
  text-align: center;
  padding-top: 20px;
}
footer .copy small {
  padding-bottom: 20px;
}
footer .copy a {
  color: #aaa8ff;
}
@media screen and (max-width: 680px) {
  footer .copy {
    padding-top: 0;
    padding-bottom: 100px;
  }
  footer .copy span {
    display: block;
  }
}

/*----------------------------------------------------
  loadIMG
----------------------------------------------------*/
#loadIMG {
  display: none;
  background: url(../img/loading.gif) no-repeat center center;
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}


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

  /*----------------------------------------------------
  ******contents******
----------------------------------------------------*/
  .contents-wrap {
    margin: 0 0 0 0;
  }

  /*----------------------------------------------------
  ******pageH1******
----------------------------------------------------*/
  #pageH1 {
    font-size: 8px;
    padding: 10px 10px;
  }

  #mv #pageH1 {
    padding: 10px 10px !important;
    width: 100%;
    left: 0px;
    top: 56px;
  }

  #mv #pageH1 {
    position: relative;
    top: 0;
  }

  .mvPageFlex {
    /*margin-top: 29px;*/
  }
}

/*----------------------------------------------------
  Instagram エラー表示修正
----------------------------------------------------*/
.instagram-media {
  position: static !important;
}

/*----------------------------------------------------
  campany
----------------------------------------------------*/
#campany {
  margin: 10px 20px;
  width: 100%;
}


/*-----------------------------------------------
  LINE
----------------------------------------------------*/
#line {
  margin: 20px auto;
  text-align: center;
  max-width: 500px;
}

#line img {
  width: 100%;
}

/*----------------------------------------------------
  top scroll btn
----------------------------------------------------*/
.btn-to-top {
  position: fixed;
  bottom: 20px;
  right: 70px;
  z-index: 7;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  pointer-events: all;
  transition: opacity .2s ease;
}
.btn-to-top:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.btn-to-top:hover {
  opacity: .8;
}

@media only screen and (max-width: 680px) {
  .btn-to-top {
    bottom: 110px;
    right: 20px;
    width: 50px;
  }
}
