@media only screen and (max-width:736px) {
  .pc {
    display: none !important
  }
}
@media print, screen and (min-width:737px) {
  .sp {
    display: none !important
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  list-style-type: none
}
body {
  line-height: 1;
  word-wrap: break-word;
  word-break: break-all
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: themeColor01;
  color: themeColor04;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
input, textarea, select, button {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", sans-serif
}
input:placeholder-shown, textarea:placeholder-shown, select:placeholder-shown, button:placeholder-shown {
  color: text03
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, button::-webkit-input-placeholder {
  color: text03
}
* {
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  background: #fff
}
body {
  font-size: 1.8rem;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: .03em;
  -webkit-text-size-adjust: 100%;
  min-width: 1220px;
  color: #262626;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", sans-serif
}
@media only screen and (max-width:736px) {
  body {
    font-size: 1.4em;
    min-width: 100%
  }
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: Meiryo, "メイリオ", sans-serif
  }
}
a {
  text-decoration: underline
}
a:hover {
  text-decoration: none
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  pointer-events: none;
  max-width: 100%
}
.common-inner {
  width: 1190px;
  margin: 0 auto;
  position: relative
}
@media only screen and (max-width:736px) {
  .common-inner {
    width: 100%;
    padding: 0 10px
  }
}
@media only screen and (max-width:736px) {
  .movie .common-inner {
    padding: 0 20px
  }
}
.top-header {
  box-shadow: 0 4px 13px rgba(104, 95, 95, 0.18);
  padding: 18px 0 17px;
  position: relative;
  z-index: 2
}
@media only screen and (max-width:736px) {
  .top-header {
    padding: 10px 0
  }
}
.top-header .header-inner {
  width: 1190px;
  margin: 0 auto
}
@media only screen and (max-width:736px) {
  .top-header .header-inner {
    width: 100%
  }
}
.top-header .contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}
.top-header .header-logo {
  padding-right: 20px;
  display: flex;
  align-items: center
}
@media only screen and (max-width:736px) {
  .top-header .header-logo {
    padding: 0 15px
  }
}
.top-header .header-logo img {
  vertical-align: middle;
  width: 70px
}
@media only screen and (max-width:736px) {
  .top-header .header-logo img {
    width: 30px
  }
}
.top-header .header-logo img + img {
  margin: 0 30px;
  height: 50px;
  width: auto
}
@media only screen and (max-width:736px) {
  .top-header .header-logo img + img {
    margin-left: 20px;
    width: 98px;
    height: auto
  }
}
@media only screen and (max-width:736px) {
  .top-header .logo-30th img {
    width: 95px;
    height: auto
  }
}
.float-bnr {
  position: fixed;
  right: 15px;
  top: 40%;
  z-index: 3;
  transition: opacity .3s;
  cursor: pointer
}
.float-bnr:hover {
  opacity: .7
}
@media only screen and (max-width:736px) {
  .float-bnr {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: calc(100% - 20px);
    background: #e26d9f;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    top: auto;
    right: 10px;
    bottom: 10px
  }
  .float-bnr p {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .float-bnr p::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 31px;
    background: url("../images/img_pc@2x.png") no-repeat;
    background-size: cover
  }
  .float-bnr p::after {
    content: "";
    width: 10px;
    height: 15px;
    background: url("../images/icon_arrow_white.svg") no-repeat;
    background-size: 10px 15px;
    margin-left: 15px
  }
  .float-bnr img {
    width: auto;
    height: 60px
  }
}
.top-section {
  background: url("../images/bg_main_automn.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0 48px
}
@media only screen and (max-width:736px) {
  .top-section {
    padding: 30px 0 25px;
    background: url("../images/bg_main_momiji_sp.png") center top no-repeat, url("../images/bg_main_automn_sp.png") center top no-repeat;
    background-size: 100%, cover;
    overflow: hidden
  }
}
.top-section.movie {
  padding-bottom: 200px;
  overflow: hidden
}
@media only screen and (max-width:736px) {
  .top-section.movie {
    padding: 40px 0 95px
  }
}
.top-section.movie .top-title {
  margin-bottom: 50px
}
@media only screen and (max-width:736px) {
  .top-section.movie .top-title {
    margin-bottom: 23px
  }
}
@media only screen and (max-width:736px) {
  .top-section.movie .top-title img {
    width: auto;
    height: auto
  }
}
.top-section.movie--02 {
  background: url("../images/bg_movie02_pc.jpg") center top;
  background-size: auto
}
@media only screen and (max-width:736px) {
  .top-section.movie--02 {
    background: url("../images/bg_movie02_sp.jpg") center top no-repeat;
    background-size: cover
  }
}
.top-section::before {
  top: -5px
}
@media only screen and (max-width:736px) {
  .top-section::before {
    top: 0
  }
}
.top-section::after {
  bottom: -3px
}
.top-section .deco-left-flag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0
}
@media only screen and (max-width:736px) {
  .top-section .deco-left-flag img {
    width: 98px
  }
}
.top-section p.note {
  font-size: 1.2rem
}
.top-section .deco-right-flag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}
@media only screen and (max-width:736px) {
  .top-section .deco-right-flag img {
    width: 98px
  }
}
.top-section .top-title {
  text-align: center
}
@media print, screen and (min-width:737px) {
  .top-section .top-title .title img {
    width: auto
  }
}
@media only screen and (max-width:736px) {
  .top-section .top-title .title {
    margin: 0 6px
  }
  .top-section .top-title .title img {
    width: 100%;
    height: auto
  }
}
.top-section .deco-charactor-left, .top-section .deco-charactor-right {
  position: absolute;
  z-index: 2
}
.top-section .deco-charactor-left {
  left: -8px;
  top: 98px
}
@media only screen and (max-width:736px) {
  .top-section .deco-charactor-left {
    left: 50%;
    top: calc(25vw + 25px);
    transform: translateX(-178px)
  }
  .top-section .deco-charactor-left img {
    height: 108px;
    width: auto
  }
}
.top-section .deco-charactor-right {
  right: -19px;
  top: 106px
}
@media only screen and (max-width:736px) {
  .top-section .deco-charactor-right {
    right: 50%;
    top: calc(25vw + 25px);
    transform: translateX(170px)
  }
  .top-section .deco-charactor-right img {
    height: 110px;
    width: auto
  }
}
.top-section .icon-note {
  position: absolute;
  left: 8px;
  top: 125px
}
@media only screen and (max-width:736px) {
  .top-section .icon-note {
    display: none
  }
}
.top-section .icon-dragonfly1 {
  position: absolute;
  left: -56px;
  top: 334px
}
@media only screen and (max-width:736px) {
  .top-section .icon-dragonfly1 {
    display: none
  }
}
.top-section .icon-dragonfly2 {
  position: absolute;
  right: 270px;
  top: 220px
}
@media only screen and (max-width:736px) {
  .top-section .icon-dragonfly2 {
    display: none
  }
}
.top-section .home-text {
  text-align: center;
  margin: 20px 0 25px
}
@media only screen and (max-width:736px) {
  .top-section .home-text {
    margin: 15px 0 20px
  }
  .top-section .home-text img {
    width: 143px
  }
}
.top-section .description {
  font-size: 2rem;
  color: #a84536;
  text-align: center;
  margin: 40px auto 60px
}
@media only screen and (max-width:736px) {
  .top-section .description {
    margin: 18px 0 30px;
    font-size: 1.5rem;
    line-height: 1.6
  }
}
.top-section .description span {
  font-size: 1rem;
  vertical-align: text-top
}
@media only screen and (max-width:736px) {
  .top-section .description span {
    font-size: .9rem
  }
}
.top-section .description b {
  color: #dd428b
}
.top-section .benefit-block {
  background: url("../images/bg_stripe02.png");
  position: relative;
  padding: 12px;
  margin: 30px auto 0;
  border-radius: 10px;
  width: 1000px
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block {
    background-size: 14px;
    padding: 8px;
    margin: 30px 0 20px;
    border-radius: 5px;
    width: 100%
  }
}
.top-section .benefit-block .title {
  text-align: center;
  position: absolute;
  top: -25px;
  left: auto;
  width: 100%
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .title {
    top: -12px
  }
}
.top-section .benefit-block .title span {
  display: inline-block;
  background: #e84964;
  color: #fff;
  font-size: 4.1rem;
  border-radius: 5px;
  padding: 0 30px;
  letter-spacing: .15em;
  line-height: 1.6
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .title span {
    font-size: 2.2rem;
    padding: 0 15px
  }
}
.top-section .benefit-block .inner {
  background: #fff;
  padding: 60px 40px 20px;
  border-radius: 10px;
  text-align: center
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner {
    padding: 30px 12px 15px;
    border-radius: 5px
  }
}
@media print, screen and (min-width:737px) {
  .top-section .benefit-block .inner .detail-block {
    padding-left: 250px;
    position: relative
  }
}
.top-section .benefit-block .inner .lead {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner .lead {
    font-size: 1.6rem;
    line-height: 1.5
  }
}
.top-section .benefit-block .inner .title02 {
  color: #dd428b;
  font-size: 4.2rem;
  letter-spacing: 0
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner .title02 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-top: 4px
  }
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner .flex-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 5px
  }
}
@media print, screen and (min-width:737px) {
  .top-section .benefit-block .inner .flex-box img {
    position: absolute;
    top: -40px;
    left: 0
  }
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner .flex-box img {
    width: 127px;
    height: auto;
    flex-shrink: 0
  }
}
.top-section .benefit-block .inner .flex-box .text {
  text-align: left;
  margin-bottom: 16px;
  font-size: 1.6rem
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner .flex-box .text {
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 1.7
  }
}
.top-section .benefit-block .inner .btn-movie {
  background: url("../images/icon_movie.svg") no-repeat left 30px center, #e97136;
  background-size: 43px;
  color: #fff;
  border: none;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 4px;
  width: 340px;
  height: 70px;
  padding-left: 50px;
  transition: opacity .3s;
  cursor: pointer
}
@media print, screen and (min-width:737px) {
  .top-section .benefit-block .inner .btn-movie:hover {
    opacity: .7
  }
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner .btn-movie {
    margin-top: 20px;
    width: 260px;
    height: 50px;
    padding-left: 44px;
    font-size: 1.6rem;
    background-size: 30px
  }
}
.top-section .benefit-block .inner .notice {
  margin-top: 26px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6
}
@media only screen and (max-width:736px) {
  .top-section .benefit-block .inner .notice {
    font-size: 1.2rem;
    margin-top: 20px
  }
}
.top-section .benefit-block .inner .notice li {
  text-indent: -1em;
  padding-left: 1em
}
.top-section .plan-list-block .title {
  text-align: center
}
@media print, screen and (min-width:737px) {
  .top-section .plan-list-block .title img {
    margin-left: -50px
  }
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .title {
    margin: 0 2px 0 -3px
  }
  .top-section .plan-list-block .title img {
    width: calc(100% + 10px)
  }
}
.top-section .plan-list-block .plan-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0 20px
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list {
    justify-content: center;
    margin: 10px -10px 15px
  }
}
.top-section .plan-list-block .plan-list li {
  width: 380px;
  background: #fff;
  border-radius: 10px
}
@media print, screen and (min-width:737px) {
  .top-section .plan-list-block .plan-list li {
    box-shadow: 5px 6px 0 #f6c1c6
  }
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li {
    width: 110px;
    height: 80px;
    background: transparent;
    margin: 0 4px
  }
}
.top-section .plan-list-block .plan-list li:first-child .top-block {
  background: #59adbd
}
@media print, screen and (min-width:737px) {
  .top-section .plan-list-block .plan-list li:first-child .top-block::after {
    background: url("../images/img_plan01_back01.svg") center center no-repeat;
    background-size: 60px 60px
  }
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li:first-child .top-block {
    background: url("../images/img_text_plan01_sp.png") center bottom no-repeat;
    background-size: 110px 79px
  }
}
.top-section .plan-list-block .plan-list li:nth-child(2) .top-block {
  background: #e26d9f
}
@media print, screen and (min-width:737px) {
  .top-section .plan-list-block .plan-list li:nth-child(2) .top-block::after {
    background: url("../images/img_plan01_back02.svg") center center no-repeat;
    background-size: 46px 53px
  }
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li:nth-child(2) .top-block {
    background: url("../images/img_text_plan02_sp.png") center bottom no-repeat;
    background-size: 110px 78px
  }
}
.top-section .plan-list-block .plan-list li:last-child .top-block {
  background: #a2c05d
}
@media print, screen and (min-width:737px) {
  .top-section .plan-list-block .plan-list li:last-child .top-block::after {
    background: url("../images/img_plan01_back03.svg") center center no-repeat;
    background-size: 53px 44px
  }
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li:last-child .top-block {
    background: url("../images/img_text_plan03_sp.png") center top no-repeat;
    background-size: 110px 80px;
    padding-top: 10px
  }
}
.top-section .plan-list-block .plan-list li .top-block {
  position: relative;
  padding-left: 120px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  line-height: 1.4
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li .top-block {
    padding-left: 0;
    font-size: 1.3rem;
    height: 80px;
    justify-content: center;
    padding-top: 15px;
    text-align: center;
    line-height: 1.3
  }
}
.top-section .plan-list-block .plan-list li .top-block::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%)
}
.top-section .plan-list-block .plan-list li .top-block .num {
  position: absolute;
  left: 20px;
  top: -20px
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li .top-block .num {
    display: none
  }
}
.top-section .plan-list-block .plan-list li .top-block span {
  font-size: 1.8rem;
  vertical-align: baseline
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li .top-block span {
    font-size: 1rem
  }
}
.top-section .plan-list-block .plan-list li .top-block span.sp-size {
  font-size: 2.2rem
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li .top-block span.sp-size {
    font-size: 1rem
  }
}
.top-section .plan-list-block .plan-list li .bottom-block {
  padding: 14px 14px
}
@media print, screen and (min-width:737px) {
  .top-section .plan-list-block .plan-list li .bottom-block {
    font-size: 1.7rem
  }
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .plan-list li .bottom-block {
    display: none
  }
}
.top-section .plan-list-block .notice {
  font-size: 1.4rem
}
@media only screen and (max-width:736px) {
  .top-section .plan-list-block .notice {
    font-size: 1.2rem;
    line-height: 1.4
  }
}
.top-section .plan-list-block .notice .font-bold {
  font-weight: bold
}
.inquiry-section {
  padding: 55px 0 75px
}
@media only screen and (max-width:736px) {
  .inquiry-section {
    padding: 30px 0 40px
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section.bottom-section {
    padding: 30px 0 10px
  }
}
.inquiry-section.bottom-section h2 {
  margin-bottom: 10px
}
@media only screen and (max-width:736px) {
  .inquiry-section.bottom-section h2 {
    margin-bottom: 0
  }
}
.inquiry-section.bottom-section .inquiry-block {
  background: none;
  justify-content: center
}
@media only screen and (max-width:736px) {
  .inquiry-section.bottom-section .inquiry-block {
    padding: 30px 0
  }
}
@media print, screen and (min-width:737px) {
  .inquiry-section.bottom-section .inquiry-block .inqiury-button-block {
    width: 468px
  }
}
.inquiry-section.bottom-section .inquiry-block .tel-block {
  margin: 0 45px
}
@media print, screen and (min-width:737px) {
  .inquiry-section.bottom-section .inquiry-block .tel-block a {
    pointer-events: none
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section.bottom-section .inquiry-block .tel-block {
    margin: 0
  }
  .inquiry-section.bottom-section .inquiry-block .tel-block a.sp {
    display: block
  }
}
.inquiry-section h2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: normal;
  margin-bottom: 40px
}
@media only screen and (max-width:736px) {
  .inquiry-section h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 20px
  }
}
.inquiry-section h2:first-letter {
  color: #e97136
}
.inquiry-section .inquiry-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 47px 30px 34px;
  background: #fffbca;
  max-width: 1100px;
  margin: 0 auto
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block {
    display: block;
    padding: 20px 10px
  }
}
.inquiry-section .inquiry-block .pick-up-service {
  position: relative;
  width: 600px
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .pick-up-service {
    width: 100%
  }
}
.inquiry-section .inquiry-block .pick-up-service .period-of-time {
  text-align: center
}
.inquiry-section .inquiry-block .pick-up-service .period-of-time img {
  margin-top: -15px
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .pick-up-service .period-of-time img {
    margin-top: -10px;
    width: 255px
  }
}
.inquiry-section .inquiry-block .pick-up-service .pickup-flex-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px
}
.inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .img {
  margin: 0 25px 0 10px
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .img {
    margin: 0 15px 0 0
  }
  .inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .img img {
    width: 76px
  }
}
.inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text {
  letter-spacing: 0
}
@media print, screen and (min-width:737px) {
  .inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text {
    margin-top: -10px
  }
}
@media print, screen and (min-width:737px) {
  .inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text .label {
    margin-bottom: 7px
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text .label {
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    width: 115px
  }
}
.inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text h3 {
  color: #e26d9f;
  font-size: 2.8rem;
  line-height: 1.4
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text h3 {
    font-size: 1.85rem
  }
}
.inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text h3 span {
  font-size: 1.5rem;
  vertical-align: super
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text h3 span {
    font-size: 1rem
  }
}
.inquiry-section .inquiry-block .pick-up-service .pickup-flex-block .text p {
  color: #825c51;
  line-height: 1.5
}
.inquiry-section .inquiry-block .pick-up-service .notice {
  font-size: 1.4rem;
  letter-spacing: 0;
  background: #fff;
  padding: 10px;
  line-height: 1.7
}
@media print, screen and (min-width:737px) {
  .inquiry-section .inquiry-block .pick-up-service .notice {
    width: 560px
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .pick-up-service .notice {
    font-size: 1.2rem
  }
}
.inquiry-section .inquiry-block .inqiury-button-block {
  width: 418px
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .inqiury-button-block {
    width: 100%;
    margin-top: 20px
  }
}
.inquiry-section .inquiry-block .inqiury-button-block p {
  font-size: 2.8rem;
  font-weight: bold;
  color: #e26d9f;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: .025em
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .inqiury-button-block p {
    font-size: 2rem
  }
}
.inquiry-section .inquiry-block .inqiury-button-block > img {
  margin-bottom: 20px
}
.inquiry-section .inquiry-block .inqiury-button-block a.btn-down {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  background: #59adbd;
  background-size: 10px 15px;
  text-decoration: none;
  font-size: 2.2rem;
  border-radius: 4px;
  transition: .3s;
  position: relative
}
.inquiry-section .inquiry-block .inqiury-button-block a.btn-down::after {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 12px);
  transform: rotate(90deg);
  width: 14px;
  height: 22px;
  background: url("../images/icon_arrow_white.svg") no-repeat;
  background-size: contain
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .inqiury-button-block a.btn-down::after {
    width: 12px;
    height: 20spx
  }
}
@media print, screen and (min-width:737px) {
  .inquiry-section .inquiry-block .inqiury-button-block a.btn-down:hover {
    opacity: .7
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .inqiury-button-block a.btn-down {
    font-size: 1.8rem;
    margin-top: 20px
  }
}
.inquiry-section .inquiry-block .inqiury-button-block a.inquiry-button {
  color: #fff;
  display: flex;
  padding: 20px;
  width: 100%;
  align-items: center;
  background: #e26d9f;
  text-decoration: none;
  font-size: 2.2rem;
  border-radius: 4px;
  transition: .3s
}
@media print, screen and (min-width:737px) {
  .inquiry-section .inquiry-block .inqiury-button-block a.inquiry-button:hover {
    opacity: .7
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .inqiury-button-block a.inquiry-button {
    font-size: 1.6rem;
    justify-content: center
  }
}
.inquiry-section .inquiry-block .inqiury-button-block a.inquiry-button img {
  margin-right: 15px
}
@media only screen and (max-width:736px) {
  .inquiry-section .inquiry-block .inqiury-button-block a.inquiry-button img {
    width: 40px
  }
}
.inquiry-section--btns {
  padding: 80px 0
}
@media only screen and (max-width:736px) {
  .inquiry-section--btns {
    padding: 40px 0
  }
}
.inquiry-section--btns .inquiry-block {
  background: none;
  padding: 0
}
@media print, screen and (min-width:737px) {
  .inquiry-section--btns .inquiry-block {
    width: 980px
  }
}
@media print, screen and (min-width:737px) {
  .inquiry-section--btns .inquiry-block .inqiury-button-block {
    display: flex;
    gap: 40px
  }
}
.inquiry-section--btns .inquiry-block .inqiury-button-block a.inquiry-button {
  display: block;
  background: url("../images/icon_arrow_white.svg") no-repeat right 30px center, #e26d9f;
  background-size: 13px 21px;
  text-align: center;
  padding: 25px 50px 25px 25px
}
@media print, screen and (min-width:737px) {
  .inquiry-section--btns .inquiry-block .inqiury-button-block a.inquiry-button {
    flex-shrink: 0;
    width: 470px
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section--btns .inquiry-block .inqiury-button-block a.inquiry-button {
    padding: 16px;
    background-size: 11px 14px;
    background-position: right 22px center
  }
}
@media print, screen and (min-width:737px) {
  .inquiry-section--btns .inquiry-block .inqiury-button-block a.btn-down {
    flex-shrink: 0;
    width: 470px;
    padding: 25px
  }
}
@media only screen and (max-width:736px) {
  .inquiry-section--btns .inquiry-block .inqiury-button-block a.btn-down {
    padding: 14px
  }
}
.period-lead {
  padding: 0 35px;
  margin: 20px auto 0;
  display: block
}
.period-of-time {
  background: #fff;
  text-align: center;
  padding: 43px 0 30px;
  width: 680px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  color: #a84536;
  font-weight: bold;
  font-size: 2.1rem;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}
@media only screen and (max-width:736px) {
  .period-of-time {
    display: block;
    width: 190px;
    margin-top: 25px;
    line-height: 1.4;
    font-size: 1.3rem;
    padding: 20px 0 12px;
    border-radius: 5px
  }
}
.period-of-time span {
  font-size: 3rem;
  vertical-align: baseline
}
@media only screen and (max-width:736px) {
  .period-of-time span {
    font-size: 1.8rem;
    vertical-align: -2px
  }
}
.period-of-time .lead {
  position: absolute;
  top: -20px
}
.period-of-time .title {
  margin-right: 15px;
  font-size: 1.8rem;
  color: #fff;
  background: #a84536;
  border-radius: 20px;
  padding: 6px 18px;
  line-height: 1
}
@media only screen and (max-width:736px) {
  .period-of-time .title {
    font-size: 1.3rem;
    padding: 3px 15px;
    margin: 0;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%)
  }
}
.period-of-time .title2 {
  color: #fff;
  background: #e97136;
  border-radius: 20px;
  padding: 6px 18px;
  line-height: 1;
  position: absolute;
  bottom: -20px;
  left: 70%;
  transform: translateX(-0%)
}
@media only screen and (max-width:736px) {
  .period-of-time .title2 {
    color: #fff;
    font-size: 0.8rem;
    padding: 3px 10px;
    margin: 2;
    position: absolute;
    bottom: -9px;
    left: 55%;
    transform: translateX(-0%)
  }
  .period-of-time .title img {
    width: 68px
  }
}
@media print, screen and (min-width:737px) {
  .period-of-time .marker {
    line-height: 1.3;
    background: linear-gradient(transparent 70%, #fff461 70%)
  }
}
.period-of-time.movie {
  display: inline-flex;
  padding: 0;
  align-items: stretch;
  width: auto;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 2rem;
  border: 1px solid #a84536
}
@media only screen and (max-width:736px) {
  .period-of-time.movie {
    width: 100%;
    display: block;
    border-radius: 2.5px;
    font-size: 1.3rem;
    padding: 18px 0 8px
  }
  .period-of-time.movie span {
    font-size: 1.8rem
  }
}
.period-of-time.movie .title {
  background: #a84536;
  color: #fff;
  padding: 10px 20px;
  font-size: 2rem;
  border-radius: 5px 0 0 5px
}
@media print, screen and (min-width:737px) {
  .period-of-time.movie .title {
    position: static;
    transform: none;
    margin-right: 0;
    display: flex;
    align-items: center
  }
}
@media only screen and (max-width:736px) {
  .period-of-time.movie .title {
    border-radius: 25px;
    font-size: 1.5rem;
    padding: 4px 15px;
    top: -12px
  }
}
.period-of-time.movie p {
  padding: 0 28px
}
@media only screen and (max-width:736px) {
  .period-of-time.movie p {
    padding: 0
  }
}
.period-of-time.movie p span {
  font-size: 2.7rem
}
@media only screen and (max-width:736px) {
  .period-of-time.movie p span {
    font-size: 1.8rem;
    vertical-align: baseline
  }
}
.plan-detail-section {
  background: #fcdfbe;
  padding: 45px 0 65px
}
@media only screen and (max-width:736px) {
  .plan-detail-section {
    padding: 30px 0 35px
  }
}
.plan-detail-section .notice {
  margin-top: 30px;
  font-size: 1.4rem
}
@media only screen and (max-width:736px) {
  .plan-detail-section .notice {
    margin-top: 20px;
    font-size: 1.2rem
  }
}
.plan-detail-section .title {
  text-align: center;
  margin-bottom: 30px
}
@media only screen and (max-width:736px) {
  .plan-detail-section .title {
    margin: 0 2px 20px -3px
  }
  .plan-detail-section .title img {
    width: calc(100% + 10px)
  }
}
.plan-detail-section .plan-detail-list .plan-block {
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 6px 0 #f6d2c1;
  padding: 35px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
.plan-detail-section .plan-detail-list .plan-block + .plan-block {
  margin-top: 40px
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block + .plan-block {
    margin-top: 20px
  }
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block {
    padding: 25px 20px 30px;
    display: block
  }
}
.plan-detail-section .plan-detail-list .plan-block .plan-description {
  flex: 1
}
.plan-detail-section .plan-detail-list .plan-block .plan-description h3 {
  font-size: 3.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.2
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .plan-description h3 {
    font-size: 2.2rem
  }
}
.plan-detail-section .plan-detail-list .plan-block .plan-description h3 span {
  font-size: 2.6rem;
  vertical-align: baseline
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .plan-description h3 span {
    font-size: 1.6rem
  }
}
.plan-detail-section .plan-detail-list .plan-block .plan-description h3 img {
  vertical-align: middle;
  margin-right: 20px
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .plan-description h3 img {
    width: 55px;
    margin-right: 15px
  }
}
.plan-detail-section .plan-detail-list .plan-block .plan-description > p {
  margin: 15px 0 20px
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .plan-description > p {
    margin: 15px 0
  }
}
.plan-detail-section .plan-detail-list .plan-block .plan-description .report {
  text-align: center
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .plan-description > img {
    width: 100%
  }
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block:not(:last-child) .plan-description > img {
    padding-right: 30px
  }
}
.plan-detail-section .plan-detail-list .plan-block .plan-images {
  width: 555px;
  margin-left: 30px
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .plan-images {
    width: 100%;
    margin-left: 0;
    margin-top: 25px
  }
}
.plan-detail-section .plan-detail-list .plan-block .plan-images .notice-block {
  margin-top: 15px;
  background: #f5f5f5;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px;
  margin-bottom: 0
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .plan-images .notice-block {
    margin-top: 20px
  }
}
.plan-detail-section .plan-detail-list .plan-block .report-block {
  background: #f7ffe6;
  margin-top: 15px;
  padding: 15px 20px;
  display: flex;
  align-items: center
}
@media print, screen and (min-width:737px) {
  .plan-detail-section .plan-detail-list .plan-block .report-block {
    float: left;
    width: calc(100% - 585px)
  }
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .report-block {
    width: 100%;
    display: block
  }
}
@media print, screen and (min-width:737px) {
  .plan-detail-section .plan-detail-list .plan-block .report-block img {
    margin: -3px 12px 0 -47px
  }
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .report-block img {
    display: block;
    margin: 0 auto 15px
  }
}
.plan-detail-section .plan-detail-list .plan-block .report-block .appeal {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: normal
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .report-block .appeal {
    font-size: 1.4rem
  }
}
.plan-detail-section .plan-detail-list .plan-block .report-block p {
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 1.6;
  margin-top: 3px
}
@media only screen and (max-width:736px) {
  .plan-detail-section .plan-detail-list .plan-block .report-block p {
    font-size: 1.2rem
  }
}
.notice-block {
  padding-top: 20px;
  font-size: 1.4rem
}
@media only screen and (max-width:736px) {
  .notice-block {
    font-size: 1.2rem;
    margin-bottom: 30px
  }
}
.home-link {
  background: #fff2dc;
  padding: 75px 0 90px
}
@media only screen and (max-width:736px) {
  .home-link {
    padding: 25px 0 60px
  }
}
.home-link h2 {
  text-align: center;
  font-weight: normal;
  font-size: 4.8rem;
  margin-bottom: 65px
}
.home-link h2:first-letter {
  color: #e97136
}
@media only screen and (max-width:736px) {
  .home-link h2 {
    font-size: 2.8rem;
    margin-bottom: 25px
  }
}
.home-link .button-link a {
  width: 400px;
  text-decoration: none;
  padding: 21px 0;
  font-size: 2rem;
  border: 1px solid #e26d9f;
  border-radius: 4px;
  display: block;
  margin: 40px auto 0;
  background: #fff;
  text-align: center;
  color: #e26d9f;
  position: relative;
  transition: .3s
}
@media only screen and (max-width:736px) {
  .home-link .button-link a {
    width: 100%;
    padding: 15px 0;
    font-size: 1.6rem;
    margin: 20px 0
  }
}
.home-link .button-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../images/icon_arrow.svg") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
  right: 15px;
  transition: right .2s
}
@media only screen and (max-width:736px) {
  .home-link .button-link a::after {
    width: 7px;
    height: 11px;
    right: 12px
  }
}
@media print, screen and (min-width:737px) {
  .home-link .button-link a:hover {
    background: #fbe1e4
  }
  .home-link .button-link a:hover::after {
    right: 8px
  }
}
.common-title {
  position: relative;
  display: block;
  padding: 50px 0
}
@media only screen and (max-width:736px) {
  .common-title {
    padding: 30px 0 20px
  }
}
.common-title.flex {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
@media only screen and (max-width:736px) {
  .common-title.flex {
    justify-content: space-between
  }
}
.common-title .accent {
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  width: 100%;
  width: calc(100% + 15px);
  height: 3px;
  background: linear-gradient(to right, #e26d9f 9%, #fff 9%)
}
@media only screen and (max-width:736px) {
  .common-title .accent {
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #e26d9f 15%, #fff 15%)
  }
}
.common-title .title {
  color: text01;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.6
}
.common-title .title:first-letter {
  color: #e26d9f
}
@media only screen and (max-width:736px) {
  .common-title .title {
    line-height: 1.4;
    font-size: 2.1rem
  }
}
.common-title02 {
  padding-left: 60px;
  font-weight: normal;
  position: relative
}
@media only screen and (max-width:736px) {
  .common-title02 {
    font-size: 1.3rem
  }
}
.common-title02::before {
  content: "";
  background: #e26d9f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  border-radius: 1px
}
.common-title03 {
  color: #fff;
  background: #e26d9f;
  letter-spacing: .05em;
  padding: 16px 10px 16px 35px;
  position: relative
}
@media only screen and (max-width:736px) {
  .common-title03 {
    font-size: 1.3rem
  }
}
@media only screen and (max-width:736px) {
  .common-title03 span {
    font-size: 1.6rem
  }
}
.common-title03::before {
  content: "";
  background: url("../images/icon_pin.svg") left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 18px
}
@media print, screen and (min-width:737px) {
  .search-common-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff url("../images/home_search_japan.png") center center no-repeat;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 80px
  }
}
@media only screen and (max-width:736px) {
  .search-common-block {
    margin: 0 -10px 40px
  }
}
.search-common-block .area-block {
  display: flex;
  flex-direction: column
}
.search-common-block .area-block:nth-child(1) {
  max-width: 274px;
  margin-left: 200px;
  margin-right: 70px;
  order: 2
}
.search-common-block .area-block:nth-child(2) {
  max-width: 411px;
  margin-top: 60px;
  order: 4
}
.search-common-block .area-block:nth-child(3) {
  width: 411px;
  order: 1
}
.search-common-block .area-block:nth-child(4) {
  width: 274px;
  margin-top: 60px;
  margin-left: 110px;
  order: 3
}
.search-common-block .search-common-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem
}
@media only screen and (max-width:736px) {
  .search-common-block .search-common-list {
    font-size: 1.3rem;
    background: #fff
  }
}
@media print, screen and (min-width:737px) {
  .search-common-block .search-common-list li {
    margin-top: 14px;
    margin-right: 14px
  }
}
@media only screen and (max-width:736px) {
  .search-common-block .search-common-list li {
    width: calc(100% / 3);
    border-bottom: 1px solid #f2f1ef
  }
  .search-common-block .search-common-list li:not(:nth-child(3n)) {
    border-right: 1px solid #f2f1ef
  }
}
.search-common-block .search-common-list li a {
  display: block;
  width: 123px;
  padding: 4px 5px;
  font-size: 1.8rem;
  color: #e26d9f;
  text-align: center;
  text-decoration: none;
  background: #fff;
  position: relative;
  transition: background .2s
}
@media print, screen and (min-width:737px) {
  .search-common-block .search-common-list li a {
    border: 1px solid #e26d9f;
    border-radius: 5px
  }
}
@media only screen and (max-width:736px) {
  .search-common-block .search-common-list li a {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 20px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4
  }
  .search-common-block .search-common-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../images/icon_arrow.svg") center center no-repeat;
    background-size: contain;
    width: 13px;
    height: 20px;
    right: 15px;
    transition: right .2s
  }
}
@media print, screen and (min-width:737px) {
  .search-common-block .search-common-list li a:hover {
    background: #fbe1e4
  }
}
@media only screen and (max-width:736px) and (max-width:736px) {
  .search-common-block .search-common-list li a::after {
    width: 7px;
    height: 11px;
    right: 12px
  }
}
.series-list {
  display: flex;
  justify-content: space-between
}
@media only screen and (max-width:736px) {
  .series-list {
    flex-wrap: wrap
  }
}
@media only screen and (max-width:736px) {
  .series-list li {
    width: calc(100% / 2 - 5px)
  }
  .series-list li:nth-child(n+3) {
    margin-top: 10px
  }
}
.series-list li a {
  width: 190px;
  display: flex;
  height: 108px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  transition: .2s;
  padding-right: 15px
}
@media only screen and (max-width:736px) {
  .series-list li a {
    width: 100%;
    height: 80px
  }
}
.series-list li a.aria {
  background: #3e4972
}
.series-list li a.gg {
  background: #34a584
}
.series-list li a.bonsejour {
  background: #148cc2
}
.series-list li a.kurara {
  background: #ee9c52
}
.series-list li a.madoka {
  background: #dd577a
}
.series-list li a.cocochi {
  background: #94492f
}
.series-list li a.lire {
  background: #694b3b
}
.series-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../images/icon_arrow_white.svg") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
  right: 10px;
  transition: right .2s
}
@media only screen and (max-width:736px) {
  .series-list li a::after {
    width: 7px;
    height: 11px;
    right: 8px
  }
}
@media print, screen and (min-width:737px) {
  .series-list li a:hover {
    opacity: .7
  }
  .series-list li a:hover::after {
    right: 5px
  }
}
.movie-section {
  margin-top: -200px;
  position: relative;
  z-index: 2
}
@media print, screen and (min-width:737px) {
  .movie-section {
    text-align: center
  }
}
@media only screen and (max-width:736px) {
  .movie-section {
    margin-top: -95px
  }
  .movie-section iframe {
    width: 100%;
    height: calc((100vw - 40px) / 0.5625)
  }
}
.movie-section .youtube .youtube-sp-thumb {
  text-align: center
}
.movie-section .youtube .youtube-sp-thumb img {
  max-width: 100%
}
@media print, screen and (min-width:737px) {
  .movie-section .youtube .youtube-sp-thumb {
    display: none
  }
}
.movie-section p.description {
  font-size: 1.4rem;
  margin-top: 25px;
  line-height: 2.3;
  color: #333
}
@media only screen and (max-width:736px) {
  .movie-section p.description {
    line-height: 1.8;
    text-align: center
  }
}
.bottom-button-link {
  margin: 55px 0 70px
}
@media only screen and (max-width:736px) {
  .bottom-button-link {
    margin: 30px 0
  }
}
.bottom-button-link .title {
  font-size: 2.8rem;
  color: #e26d9f;
  font-weight: bold;
  text-align: center
}
.bottom-button-link .title span {
  display: block;
  text-align: center;
  margin-bottom: 15px
}
@media only screen and (max-width:736px) {
  .bottom-button-link .title {
    font-size: 1.9rem
  }
  .bottom-button-link .title span {
    display: block;
    padding: 10px 0;
    margin-bottom: 0
  }
}
.bottom-button-link .description {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px
}
@media only screen and (max-width:736px) {
  .bottom-button-link .description {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 15px
  }
}
.bottom-button-link .button-link-inner {
  margin-top: 60px
}
@media print, screen and (min-width:737px) {
  .bottom-button-link .button-link-inner {
    display: flex;
    justify-content: center;
    align-items: center
  }
}
@media only screen and (max-width:736px) {
  .bottom-button-link .button-link-inner {
    margin-top: 30px
  }
}
.bottom-button-link .button-link-inner .inquiry-button, .bottom-button-link .button-link-inner .home-button {
  color: #fff;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  background: #e26d9f;
  text-decoration: none;
  font-size: 2.2rem;
  border-radius: 4px;
  transition: .3s
}
@media print, screen and (min-width:737px) {
  .bottom-button-link .button-link-inner .inquiry-button, .bottom-button-link .button-link-inner .home-button {
    width: 470px;
    margin: 0 15px
  }
  .bottom-button-link .button-link-inner .inquiry-button:hover, .bottom-button-link .button-link-inner .home-button:hover {
    opacity: .7
  }
}
@media only screen and (max-width:736px) {
  .bottom-button-link .button-link-inner .inquiry-button, .bottom-button-link .button-link-inner .home-button {
    font-size: 1.5rem;
    padding: 15px 20px;
    height: 60px
  }
}
.bottom-button-link .button-link-inner .inquiry-button img, .bottom-button-link .button-link-inner .home-button img {
  margin-right: 20px
}
@media only screen and (max-width:736px) {
  .bottom-button-link .button-link-inner .inquiry-button img, .bottom-button-link .button-link-inner .home-button img {
    width: 33px
  }
}
.bottom-button-link .button-link-inner .home-button {
  background: #e97136;
  height: 92px
}
@media only screen and (max-width:736px) {
  .bottom-button-link .button-link-inner .home-button {
    height: 60px;
    margin-top: 15px
  }
}
.youtube-modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  opacity: 0;
  z-index: -1;
  transition: opacity .5s, z-index 0s .5s;
  visibility: hidden
}
@media print, screen and (min-width:737px) {
  .youtube-modal-wrap {
    display: none
  }
  .youtube-modal-wrap.top {
    display: block
  }
}
.youtube-modal-wrap.show {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  transition: opacity .5s, z-index 0s
}
.youtube-modal-wrap .modal-close-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: -45px;
  cursor: pointer
}
.youtube-modal-wrap .modal-close-btn::before, .youtube-modal-wrap .modal-close-btn::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%
}
.youtube-modal-wrap .modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg)
}
.youtube-modal-wrap .modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}
.youtube-modal-wrap .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
@media only screen and (max-width:736px) {
  .youtube-modal-wrap .inner {
    width: calc(100% - 75px);
    height: auto
  }
}
@media only screen and (max-width:736px) {
  .youtube-modal-wrap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16
  }
}
.banner-box a {
  display: block;
  margin: auto
}
@media print, screen and (min-width:737px) {
  .banner-box a {
    width: 855px;
    transition: .3s
  }
  .banner-box a:hover {
    opacity: .7
  }
}
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 23px;
  background: rgba(154, 156, 161, 0.9);
  width: 75px;
  height: 75px;
  border-radius: 5px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center
}
@media print, screen and (min-width:737px) {
  .pagetop {
    transition: opacity .3s
  }
  .pagetop:hover {
    opacity: .7
  }
}
@media only screen and (max-width:736px) {
  .pagetop {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    right: 15px;
    bottom: 82px
  }
}
.pagetop img {
  width: 38px;
  height: 22px;
  margin-top: -4px
}
@media only screen and (max-width:736px) {
  .pagetop img {
    width: 20px
  }
}
footer {
  background: #5d5d5d;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px 0
}
@media only screen and (max-width:736px) {
  footer {
    padding: 15px 0;
    margin-bottom: 80px;
    font-size: 1rem
  }
}
.home-tab-switch {
  padding: 55px 40px;
  background: #fff
}
@media only screen and (max-width:736px) {
  .home-tab-switch {
    padding: 25px 15px
  }
}
.home-tab-switch .home-prefectures ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px
}
.home-tab-switch .home-prefectures ul li {
  padding: 0 20px;
  font-size: 1.6rem;
  margin: 0 5px 20px 5px;
  position: relative
}
@media only screen and (max-width:736px) {
  .home-tab-switch .home-prefectures ul li {
    padding: 0 7px;
    margin: 0 5px 10px 5px
  }
}
.home-tab-switch .home-prefectures ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%)
}
.home-tab-switch .home-prefectures ul li:last-child::after {
  display: none
}
.home-tab-switch .home-prefectures ul li:hover {
  cursor: pointer
}
.home-tab-switch .home-prefectures ul li.prefectures-current {
  background: #ffeff1
}
.home-tab-switch .prefectures-home-list .prefectures-inner-tab {
  display: none
}
.home-tab-switch .prefectures-home-list .prefectures-inner-tab.area-current {
  display: block
}
.home-tab-switch .prefectures-home-list .prefectures-inner-tab ul.area-tab {
  padding: 40px 0 30px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c9c9c9
}
@media only screen and (max-width:736px) {
  .home-tab-switch .prefectures-home-list .prefectures-inner-tab ul.area-tab {
    padding: 20px 0;
    gap: 8px
  }
}
.home-tab-switch .prefectures-home-list .prefectures-inner-tab ul.area-tab li {
  border: 1px solid #e26d9f;
  border-radius: 4px;
  color: #e26d9f;
  font-size: 1.6rem;
  padding: 10px 0;
  text-align: center;
  width: 130px;
  margin: 0 8px 10px 0
}
@media only screen and (max-width:736px) {
  .home-tab-switch .prefectures-home-list .prefectures-inner-tab ul.area-tab li {
    margin: 0;
    width: calc((100% - 16px) / 3)
  }
}
.home-tab-switch .prefectures-home-list .prefectures-inner-tab ul.area-tab li:hover {
  cursor: pointer
}
.home-tab-switch .prefectures-home-list .prefectures-inner-tab ul.area-tab li.current {
  background: #ffeff1
}
.home-tab-switch .area-tab-content .area-tab-content-inner {
  display: none
}
.home-tab-switch .area-tab-content .area-tab-content-inner.current {
  display: block
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 50px;
  margin-top: 40px
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list {
    gap: 20px 0;
    margin-top: 20px
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list button {
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  background: #e97136;
  font-size: 2rem;
  position: relative;
  border: none;
  border-radius: 4px;
  transition: .3s;
  cursor: pointer
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list button {
    width: 100%
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list button:hover {
  opacity: .7
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  transform: rotate(90deg);
  width: 14px;
  height: 22px;
  background: url("../images/icon_arrow_white.svg") no-repeat;
  background-size: contain
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information {
  width: 530px
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9
  }
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information:last-child {
    padding-bottom: 0;
    border: none
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information.hide {
  display: none
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information a.name {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #000
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information a.name {
    font-size: 2.2rem
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details {
  margin-top: 13px
}
@media print, screen and (min-width:737px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details {
    display: flex;
    justify-content: space-between
  }
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details {
    gap: 20px
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .picture {
  width: 210px;
  height: 146px;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  overflow: hidden
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .picture {
    width: 90px;
    height: 84px;
    float: left;
    margin-right: 10px
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .picture img {
  width: auto;
  height: 100%;
  max-width: none
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text {
  width: 300px
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text {
    width: auto
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text .address {
  font-size: 1.8rem;
  line-height: 1.4
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text .address {
    font-size: 1.6rem
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text .access {
  margin: 6px 0 13px;
  font-size: 1.4rem;
  line-height: 1.5
}
@media only screen and (max-width:736px) {
  .home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text .access {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-bottom: 18px;
    min-height: 3.5em
  }
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 60px;
  width: 100%;
  padding-right: 10px;
  background: url("../images/icon_arrow_white.svg") no-repeat right 18px center, #e26d9f;
  background-size: 10px 15px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: .3s
}
.home-tab-switch .area-tab-content .area-tab-content-inner .facility-list .facility-information .details .text .btn:hover {
  opacity: .7
}