@charset "UTF-8";
/* html {
  font-size: 62.4%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
} */

.pctag {
  display: block;
}

.sptag {
  display: none;
}

.serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, serif;
}

.ttl.serif {
  font-weight: normal;
  font-family: "Amiri", "Noto Serif JP", "游明朝", YuMincho, serif;
}

.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30vh;
}
.post-password-form p + p {
  margin-top: 0.5em;
}

.shop_header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3% 30px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, serif;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}
.shop_header .shop_menu {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 1.3rem;
}
.shop_header .shop_menu li {
  min-width: 466px;
}
.shop_header .shop_menu a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #333;
}
.shop_header .shop_menu img {
  display: inline-block;
  height: 23px;
  margin-right: 10px;
}
.shop_header a {
  transition: opacity 0.3s;
}
.shop_header a:hover {
  opacity: 0.7;
}

.shop_logo {
  width: 150px;
}
.h_global_nav .h_nav_lst {
  display: flex;
  flex-wrap: wrap;
}
.h_global_nav li.h_navi_menu {
  position: relative;
}
.h_global_nav li.h_navi_menu.sp_shop_menu {
  display: none;
}
.h_global_nav li.h_navi_menu:last-child {
  border-bottom: none;
}
.h_global_nav li.h_navi_menu::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.h_global_nav li.h_navi_menu:last-child::after {
  content: none;
}
.h_global_nav li.h_navi_menu a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  text-align: center;
  color: #75a5c2;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.h_global_nav li.h_navi_menu a span.jp {
  display: block;
  padding-top: 2px;
  color: #333;
  font-size: 1.3rem;
}

.footer_wrap {
  padding-top: 100px;
  overflow: hidden;
}
.footer_wrap .faq {
  width: 60%;
  height: 420px;
  margin-left: 0;
  margin-right: auto;
  background: url(../images/common/qa_bg.jpg?190419) right 0 no-repeat;
  text-align: center;
  position: relative;
  z-index: 2;
}
.footer_wrap .faq.sub {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.footer_wrap .faq a {
  width: 260px;
  display: block;
  margin: auto;
  position: absolute;
  top: 79px;
  right: 247px;
  background: #fff;
}
.footer_wrap .faq a:hover img {
  opacity: 0.7;
}
.footer_wrap .faq a img {
  transition: opacity 0.3s;
}
.footer_wrap .link_rolland {
  display: flex;
  align-items: center;
  width: 60%;
  height: 420px;
  padding: 80px 60px 0;
  margin-left: auto;
  margin-right: 0;
  margin-top: -120px;
  background: #E3EDF3;
  transition: all 0.3s;
}
.footer_wrap .link_rolland a {
  display: block;
  max-width: 675px;
  transition: opacity 0.3s;
}
.footer_wrap .link_rolland a:hover {
  opacity: 0.7;
}
.footer_wrap .tel_area {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #75A5C2;
  background: #fff;
  color: #75a5c2;
}
.footer_wrap .tel_area p.ttl {
  text-align: center;
}
.footer_wrap .tel_area dl {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
.footer_wrap .tel_area dl dt {
  padding-right: 10px;
}
.footer_wrap .tel_area dl.tel {
  align-items: flex-end;
}
.footer_wrap .tel_area dl.tel dd {
  font-size: 3.2rem;
  line-height: 1;
}
.footer_wrap .tel_area .form_link {
  padding-top: 20px;
  text-align: center;
}
.footer_wrap .tel_area .form_link a {
  display: inline-block;
  padding: 5px 20px;
  background: #47acb7;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer_wrap .tel_area .form_link a:hover {
  opacity: 0.7;
}
.footer_wrap .caution {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e3edf3;
  color: #75a5c2;
  font-size: 1.3rem;
}
.footer_wrap .caution dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_wrap .caution dl dt {
  padding: 20px 0;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 3px solid #75a5c2;
}
.footer_wrap .caution dl dd {
  line-height: 2rem;
}
.footer_wrap .caution dl dd span {
  display: block;
  text-indent: -0.7rem;
  margin-left: 0.7rem;
}
.footer_wrap .caution p.txts {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.footer_link {
  padding-top: 30px;
  background: #75a5c2;
  color: #fff;
}
.footer_link a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  transition: opacity 0.3s;
}
.footer_link a:hover {
  opacity: 0.7;
}
.footer_link a span {
  display: block;
  margin-top: 0.2em;
  font-size: 1.3rem;
}
.footer_link .f_navi_list {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: min(94%, 1100px);
  margin-left: auto;
  margin-right: auto;
}
.footer_link .f_navi_list .l,
.footer_link .f_navi_list .r {
  display: contents;
}
.footer_link .f_navi_list .navi_group dt {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.footer_link .f_navi_list .navi_group dd {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
.footer_link .f_navi_list .navi_single {
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, serif;
}
.footer_link .f_navi_list .navi_icon + .navi_icon {
  margin-top: 1em;
}
.footer_link .f_navi_list .col2 {
  margin-top: 3em;
}

.f_btm_wrap {
  background: #75a5c2;
}
.f_btm_wrap a {
  transition: opacity 0.3s;
}
.f_btm_wrap a:hover {
  opacity: 0.7;
}

.f_btm {
  width: min(94%, 1100px);
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.f_btm .links {
  display: flex;
  gap: 20px;
}
.policy a {
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
}
.policy a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
}

address.copyright {
  text-align: left;
  color: #fff;
  font-size: 1.1rem;
}

.container {
  padding-top: 125px;
  overflow: hidden;
}
.container#subpage {
  padding-top: 145px;
}

.gotop {
  position: fixed;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.1);
  right: 10px;
  bottom: 50px;
  z-index: 10;
}
.gotop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  text-decoration: none;
  color: #555;
  font-size: 1.3rem;
  position: relative;
}
.gotop a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: 5px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
}

/* 基本のスタイル */
.anim {
  opacity: 0;
}

.anim.delighter {
  transition: all 0.6s ease-out;
  transform: translateY(50px);
  opacity: 0;
}
.anim.delighter.started {
  transform: none;
  opacity: 1;
}

.anim-side-bg.delighter {
  transition: all 0.6s ease-out;
  background-position: 100px center;
  opacity: 0;
}
.anim-side-bg.delighter.started {
  background-position: 0 center;
  opacity: 1;
}

.anim-slide-l.delighter {
  transition: all 0.6s ease-out;
  transform: translateX(-20%);
  opacity: 0;
}
.anim-slide-l.delighter.started {
  transform: none;
  opacity: 1;
}

.anim-slide-r.delighter {
  transition: all 0.6s ease-out;
  transform: translateX(20%);
  opacity: 0;
}
.anim-slide-r.delighter.started {
  transform: none;
  opacity: 1;
}

.anim-panel.delighter {
  transition: all 0.6s ease-out;
  transform: rotateX(90deg);
  opacity: 0;
}
.anim-panel.delighter.started {
  transform: none;
  opacity: 1;
}
@media print {
  body {
    width: 1500px;
  }
  .shop_header {
    position: static;
  }
  .container {
    overflow: visible;
    padding-top: 0;
  }
  .gotop {
    display: none;
  }
  .anim.delighter {
    transform: none;
    opacity: 1;
  }
  .anim-side-bg.delighter {
    transform: none;
    opacity: 1;
  }
  .anim-slide-l.delighter {
    transform: none;
    opacity: 1;
  }
  .anim-slide-r.delighter {
    transform: none;
    opacity: 1;
  }
  .anim-panel.delighter {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  body {
    margin: 0;
  }
  .base_w {
    width: 94%;
  }
  .shop_header {
    display: block;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
  }
  .shop_header .shop_menu {
    padding-top: 10px;
    justify-content: center;
  }
  .shop_logo {
    width: 100%;
    height: 70px;
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shop_logo p {
    margin-bottom: 0;
  }
  .shop_logo p.logo {
    width: 150px;
    padding-top: 10px;
    padding-left: 20px;
  }
  .shop_logo p.sp_navi_btn {
    width: 70px;
    height: 70px;
    background: #75a5c2;
    position: relative;
  }
  .shop_logo p.sp_navi_btn span {
    display: block;
    width: 34px;
    height: 3px;
    margin: auto;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.3s;
  }
  .shop_logo p.sp_navi_btn span:nth-of-type(1) {
    top: calc(36% - 2px);
  }
  .shop_logo p.sp_navi_btn span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  .shop_logo p.sp_navi_btn span:nth-of-type(3) {
    top: calc(64% - 2px);
  }
  .shop_logo p.sp_navi_btn.open span:nth-of-type(1) {
    top: calc(50% - 2px);
    transform: rotate(405deg);
  }
  .shop_logo p.sp_navi_btn.open span:nth-of-type(2) {
    opacity: 0;
  }
  .shop_logo p.sp_navi_btn.open span:nth-of-type(3) {
    top: calc(50% - 2px);
    transform: rotate(-405deg);
  }
  .h_global_nav {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    margin-bottom: 0;
  }
  .h_global_nav .h_nav_lst {
    row-gap: 8px;
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .h_global_nav li.h_navi_menu {
    width: 24%;
  }
  .h_global_nav li.h_navi_menu:nth-of-type(4n)::after {
    content: none;
  }
  .footer_wrap .faq {
    width: 90%;
    margin-bottom: 0;
  }
  .footer_wrap .link_rolland {
    width: 90%;
  }
  .footer_link .f_navi_list {
    flex-direction: column;
  }
  .footer_link .f_navi_list .l,
  .footer_link .f_navi_list .r {
    display: flex;
    justify-content: center;
    gap: 2em;
    width: 100%;
  }
  .footer_link .f_navi_list .f_navi_col {
    display: contents;
  }
  .footer_link .f_navi_list .navi_group.company {
    order: 2;
  }
  .footer_link .f_navi_list .navi_icon + .navi_icon {
    margin-top: 0;
  }
  .footer_link .f_navi_list .navi_lp_group {
    order: 1;
  }
  .footer_link .f_navi_list .col2 {
    margin-top: 0;
  }
  .container {
    padding-top: 105px;
  }
  .container#subpage {
    padding-top: 125px;
  }
}
@media screen and (max-width: 740px) {
  body {
    margin: 0;
  }
  .pctag {
    display: none;
  }
  .sptag {
    display: block;
  }
  .shop_header .shop_menu {
    display: none;
  }
  .shop_header .shop_menu li {
    min-width: 0;
  }
  .h_global_nav .h_nav_lst {
    row-gap: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
  }
  .h_global_nav li.h_navi_menu {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .h_global_nav li.h_navi_menu.sp_shop_menu {
    display: block;
    padding: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
  .h_global_nav li.h_navi_menu.sp_shop_menu span {
    display: block;
    text-align: center;
  }
  .h_global_nav li.h_navi_menu.sp_shop_menu a {
    padding: 0;
    font-size: 1.3rem;
    color: #333;
  }
  .h_global_nav li.h_navi_menu::after {
    content: none;
  }
  .h_global_nav li.h_navi_menu a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .layout_container {
    width: 100%;
    padding-top: 80px;
  }
  .footer_wrap {
    padding-top: 60px;
    border-top: none;
    overflow: hidden;
  }
  .footer_wrap .faq {
    width: 100%;
    background: none;
    height: auto;
  }
  .footer_wrap .faq.sub {
    width: 100%;
    margin-bottom: 0;
    background: none;
    height: auto;
  }
  .footer_wrap .faq a {
    width: 100%;
    position: static;
  }
  .footer_wrap .link_rolland {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20px 0;
    background: #fff;
  }
  .footer_wrap .link_rolland a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_wrap .tel_area {
    margin-top: 0;
    padding: 30px 3%;
  }
  .footer_wrap .tel_area dl.tel dd a {
    text-decoration: none;
    color: #75A5C2;
  }
  .footer_wrap .tel_area .form_link a {
    padding: 5px 10px;
  }
  .footer_wrap .caution {
    padding: 20px 3%;
  }
  .footer_wrap .caution dl {
    display: block;
    text-align: center;
  }
  .footer_wrap .caution dl dt {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 3px solid #75a5c2;
    border-right: none;
  }
  .footer_wrap .caution dl dd {
    padding-top: 10px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .footer_wrap .caution dl dd span br {
    display: none;
  }
  .footer_link {
    padding-bottom: 30px;
  }
  .footer_link a {
    text-align: left;
  }
  .footer_link .f_navi_list {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
  }
  .footer_link .f_navi_list .l,
  .footer_link .f_navi_list .r {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1em;
  }
  .footer_link .f_navi_list .navi_group dd {
    margin-top: 1.5em;
  }
  .footer_link .f_navi_list .navi_group dd a::before {
    content: "- ";
  }
  .footer_link .f_navi_list .navi_lp_group {
    margin-top: 0.5em;
  }
  .footer_link .f_navi_list .navi_lp_group .navi_single + .navi_single {
    margin-top: 1em;
  }
  .f_btm {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .policy {
    padding-left: 3%;
    padding-right: 3%;
  }
  .policy a {
    font-size: 1.3rem;
  }
  address.copyright {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
  }
  .container {
    padding-top: 80px;
    overflow: hidden;
  }
  .container#subpage {
    padding-top: 90px;
    overflow: hidden;
  }
  .gotop {
    width: 60px;
    height: 60px;
  }
  .gotop a {
    font-size: 1.2rem;
  }
  .gotop a::before {
    width: 15px;
    height: 15px;
    top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .footer_wrap .link_rolland {
    width: 80%;
  }
}