@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
.font_josefin {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

.fee_font {
  font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
  font-weight: 500;
}

.font_anton {
  font-family: "Anton", sans-serif;
  font-weight: 500;
}

.font_parisienne {
  font-family: "Parisienne", cursive;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: capitalize;
  text-transform: lowercase !important;
}

.font_parisienne:first-letter {
  text-transform: uppercase !important;
}

.font_kaisei {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
}

.font_maru {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
}

/* PC
----------------------------------*/
#sp-nav,
.sp_nav,
#sp_btn {
  display: none;
}

#nav-toggle {
  display: none;
}

@media all and (max-width: 896px) {
  #nav-toggle {
    display: block;
  }
}

/* nav-toggle */
#nav-toggle {
  position: fixed;
  top: 6px;
  right: 6px;
  height: 53px;
  cursor: pointer;
  background: rgba(211, 176, 155, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid #fff;
}

#nav-toggle > div {
  position: relative;
  width: 30px;
}

#nav-toggle > div > p {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 21px;
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle {
  background: rgba(211, 176, 155, 0);
  border: 1px solid #aaa;
}

.open #nav-toggle p {
  display: none;
}

.open #nav-toggle span {
  background: #aaa;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#sp-nav {
  background-color: rgba(254, 254, 254, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#sp-nav ul.globalNav {
  width: 90%;
  margin: 0 auto;
}

#sp-nav ul.globalNav > li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  margin-bottom: 3px;
  width: 100%;
  height: auto;
  text-align: left;
}

#sp-nav ul.globalNav > li a {
  display: block;
  color: #555;
  background-color: rgba(238, 238, 238, 0.6);
  text-align: left;
  line-height: 1.2;
  padding: 10px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-weight: 600;
  border-bottom: 0px solid #ccc;
  font-size: 1.1rem;
  position: relative;
}

#sp-nav ul.globalNav > li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#sp-nav ul.globalNav > li a span {
  display: block;
  color: #D3B09B;
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: lowercase !important;
  color: #555 !important;
}

#sp-nav ul.globalNav > li a span:first-letter {
  text-transform: uppercase !important;
  color: #D3B09B !important;
}

#sp-nav ul.globalNav > li a:hover {
  color: #666;
}

#sp-nav ul.globalNav > li .dropdown {
  display: none;
  margin-bottom: 20px;
  /* content: "+";
			position: absolute;
			width: 50px;
			height: 100%;
			top:0;
			right: 0;
			background-color: $base_color;
			color: #fff;
			font-size: 1.8rem;
			z-index: 1000;
			cursor: pointer; */
  /* 			display: grid;
          place-items: center;
 */
}

#sp-nav ul.globalNav > li .dropdown .dropdown-li {
  display: block;
  border-right: 0;
  margin-bottom: 3px;
  border-bottom: 1px solid #eee;
  color: #888;
}

#sp-nav ul.globalNav > li .dropdown .dropdown-li.active {
  display: block;
}

#sp-nav ul.globalNav > li .dropdown .dropdown-li a {
  display: block;
  padding: 12px 10px;
  text-align: left;
  color: #888;
  font-size: 1rem;
  border-bottom: 0px solid #aaa;
  background: rgba(255, 255, 255, 0.8);
}

#sp-nav ul.globalNav > li .dropdown .dropdown-li a:hover {
  background: rgba(170, 170, 170, 0.4);
}

#sp-nav ul.globalNav > li .dropdown .dropdown-li.foot_only {
  display: none;
}

#sp-nav .sp-nav_wrap {
  padding: 50px 0;
}

#sp-nav .head_tel {
  margin: 10px auto;
  width: 90%;
  border: 1px solid #ddd;
  padding: 5px 0 0;
}

#sp-nav .head_mail {
  width: 90%;
  margin: 0 auto;
}

#sp-nav #menu_btn_close {
  opacity: 1;
  visibility: visible;
  text-align: center;
  font-weight: bold;
  color: #888;
  font-size: 1.1rem;
  text-align: center;
  margin: 20px auto 0;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50px;
  padding: 4px 30px;
  display: none;
}

#sp-nav #menu_btn_close i {
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 900;
}

#sp-nav .logo_sp {
  text-align: center;
  margin-bottom: 30px;
}

#sp-nav .logo_sp img {
  width: 150px;
  height: auto;
}

/* open */
.open {
  overflow-x: hidden;
  overflow-y: scroll;
}

.open #sp-nav {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: display 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: display 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: display 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: display 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.open #menu_btn_close {
  opacity: 1;
  display: inline-block !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/* SP
----------------------------------*/
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 980;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #sp_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 480px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
  }
  #sp_btn ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(254, 254, 254, 0.7);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  #sp_btn ul li {
    width: calc(100% / 5);
    margin: 0;
    padding: 8px 0 4px;
    text-align: center;
    line-height: 1.2;
    position: relative;
  }
  #sp_btn ul li span {
    display: block;
    font-size: 0.9rem;
    color: #333;
  }
  #sp_btn ul li i {
    font-size: 1.6rem;
    font-family: "Font Awesome 5 Free";
    display: block;
    color: #D3B09B;
    font-weight: 600;
    margin-bottom: 3px;
  }
  #sp_btn ul li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #sp_btn.type1 ul:before {
    background: rgba(211, 176, 155, 0.7);
  }
  #sp_btn.type1 ul li span,
  #sp_btn.type1 ul li i {
    color: #fff;
  }
  .bnr li {
    width: 100%;
    float: none;
  }
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  /* navi */
  #header_nav {
    display: none;
  }
  #flash {
    width: 100%;
    height: auto;
  }
  /* footer_navi */
  .footer_navi {
    display: none;
  }
  /* footer */
  /* contents */
  .single,
  .single03 {
    max-width: initial;
    width: 95%;
    padding: 40px 10px;
  }
  .single02 {
    padding: 0px 0;
    width: calc(100% - 20px);
  }
  /* concept-wrap */
  .concept-wrap {
    margin: 30px 0;
    padding: 30px 0;
  }
  .concept-wrap .bg-back,
  .concept-wrap .figure {
    width: 100%;
  }
  .concept-wrap .concept-inner {
    margin: 0 auto !important;
  }
  .concept-wrap .concept-inner .in-wrap {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .concept-wrap .concept-inner .in-wrap .concept-box {
    width: 100%;
    padding: 5%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .concept-wrap .concept-inner .in-wrap .concept-box .conts-ttl {
    font-size: 2rem;
  }
  /* bg */
  .bg_top_bnr .inner,
  .bg_contact .inner {
    padding: 30px 0;
  }
  /* page_title_box */
  .page_title_box {
    padding: 90px 0 0;
  }
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  /* sp_nav */
  #container {
    z-index: 900;
  }
  .blogBox {
    width: 48%;
    margin: 0 2.5% 15px 0;
  }
  .blogBox:nth-child(2n) {
    margin-right: 0;
  }
  .blogBox figure {
    height: 140px;
  }
  .flex-child2 {
    width: 100%;
    margin: 0 auto 10px;
  }
  .flex-child2.column1 {
    width: 100%;
  }
  .rsingle,
  .lsingle {
    float: none;
    width: 100%;
  }
  /* single */
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .vd_frame {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .vd_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
  html {
    font-size: 2.825vw;
  }
  body {
    font-size: 1.2rem;
  }
  .tbl_scroll {
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl_scroll::-webkit-scrollbar-piece {
    background: #eee;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  /* visual */
  .visual .inner .ballon_parent {
    width: 100%;
  }
  .visual .inner .ballon_parent li img {
    width: 45%;
  }
  /* footer */
  #l-footer {
    text-align: center;
  }
  #l-footer .inner .copyright {
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .lsingle {
    margin-bottom: 20px;
  }
  /* mtitle */
  /* snip */
  .snip_parent {
    padding: 40px 0;
  }
  .snip_parent .snip figcaption > div.two h3 {
    font-size: 1.6rem;
  }
  .snip_parent .snip figcaption > div.two h3 span {
    font-size: 1.2rem;
  }
  /* ggmap */
  .ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
  }
  /* pickup */
  .pickup .detail_box {
    padding: 10px;
  }
  .pickup .detail_box .bnr_tel {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* page_title_box */
  .page_title_box .page_title {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
  /* sp_menu */
  .btn__box {
    width: 100%;
    -webkit-perspective: 200px;
    perspective: 200px;
  }
  .btn__box a {
    width: 100%;
  }
  .btn__box:after {
    width: 100%;
    width: 100%;
  }
  #wrapper {
    overflow-y: hidden;
  }
}
/*# sourceMappingURL=smartphone.css.map */