@charset 'utf-8';
/************************************************************
					hover用
************************************************************/
@media screen and (min-width: 1000px) and (max-width: 1499px) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: .7;
  }
  #inner-links ul li:hover {
    background-size: 115% auto;
  }
  .point .tab-label:hover {
    background-color: var(--middle-gray);
    color: var(--white);
  }
  #hotel .hotel-container a:hover {
    background: var(--light-blue);
  }
  .question-container ul li h4:hover {
    background-color: var(--blue);
  }
}
@media screen and (min-width: 1500px) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: .7;
  }
  #inner-links ul li:hover {
    background-size: auto 110%;
  }
  .point .tab-label:hover {
    background-color: var(--middle-gray);
    color: var(--white);
  }
  #hotel .hotel-container a:hover {
    background: var(--light-blue);
  }
  .question-container ul li h4:hover {
    background-color: var(--blue);
  }
}
/************************************************************
					max1500px
************************************************************/
@media screen and (max-width: 1500px) {
  /*-----------------------------------------------------------------------inner-links*/
  #inner-links ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 400px;
    justify-items: center;
    align-items: center;
  }
  #inner-links ul .li01, #inner-links ul .li02, #inner-links ul .li03, #inner-links ul .li04, #inner-links ul .li05, #inner-links ul .li06 {
    background-size: 100% auto;
  }
  #inner-links ul .li06 {
    background-position: top;
  }
  /*-----------------------------------------------------------------------charm*/
  #charm .container {
    padding: 6em 3em;
  }
  /*-----------------------------------------------------------------------hotel common*/
  #hotel .tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1em;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto 2em;
  }
  #hotel .tab-buttons label {
    width: calc(100% / 2);
    height: 80px;
  }
  #hotel .tab-content .grid {
    display: block;
  }
  #hotel .slide-container {
    height: auto;
  }
  #hotel .slide-container .swiper {
    width: 100%;
    height: auto;
  }
  #hotel .swiper img {
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  #hotel .hotel-container {
    padding: 3em 3em 4em 3em;
    height: auto;
  }
  /*-----------------------------------------------------------------------other*/
  .question-container ul {
    padding: 3em 2em 1em;
  }
}
/************************************************************
					max1000px
************************************************************/
@media screen and (max-width: 1000px) {
  /*-----------------------------------------------------------------------common*/
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  /*-----------------------------------------------------------------------menu-links*/
  .menu {
    position: fixed;
    top: 85px;
  }
  .fixed-menu {
    top: 10px;
  }
  .menu-links {
    max-width: 600px;
    width: 90%;
  }
  #menu ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: .3em;
    width: 100%;
    justify-items: center;
    align-items: center;
  }
  .menu-dark ul li {
    background: var(--gold-opa);
  }
  .menu-dark ul li a {
    color: var(--white);
  }
  #menu .li01 {
    display: none;
  }
  .menu li a {
    font-size: 1.125rem;
  }
  /*-----------------------------------------------------------------------top-v*/
  #top-v .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
  }
  #top-v h2 {
    font-size: 1.75rem;
    padding: .3em 1em;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  /*-----------------------------------------------------------------------catch*/
  #catch section {
    height: 750px;
  }
  #catch .deco .beach {
    left: -50px;
  }
  /*-----------------------------------------------------------------------about*/
  #about section {
    padding: 4em;
    height: 600px;
  }
  /*-----------------------------------------------------------------------charm*/
  #charm .container {
    padding: 6em 2em 4em;
  }
  .fit-people {
    margin-top: 8em;
  }
  .fit-people .person li .title {
    font-size: 1.125rem;
    margin: 1.5em 0 1.5em 10px;
    padding: .7em;
  }
  /*-----------------------------------------------------------------------hotel common*/
  .hotel-contents .title {
    padding: 11em 0 4em;
  }
  #hotel .tab-buttons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: .5em;
    margin: 0 auto 1em;
  }
  #hotel .tab-buttons label {
    width: calc((100% - 4em) / 2);
    height: 90px;
  }
  #hotel .hotel-container h7 {
    margin-top: 1em;
  }
  /*-----------------------------------------------------------------------abroad*/
  .cancun {
    margin-top: 5em;
  }
  /*-----------------------------------------------------------------------japan*/
  #japan .title .icon {
    position: absolute;
    top: -120px;
    left: 500px;
    right: 0;
  }
  /*-----------------------------------------------------------------------special*/
  #special .hotel-contents .title {
    padding-top: 7em;
  }
  #special .title .icon {
    position: absolute;
    top: -120px;
    left: 540px;
    right: 0;
  }
  /*-----------------------------------------------------------------------other*/
  .other-container {
    padding: 3em 0 5em;
  }
  .attention .attention-wrapper {
    width: 90%;
  }
  .attention .title {
    padding: 4em 0 2em;
  }
  #question .title {
    padding: 4em 0 2em;
  }
  .question-container ul li {
    margin-bottom: 1.5em;
  }
  .video .title {
    padding: 4em 0 2em;
  }
  iframe {
    width: 510px;
    height: 315px;
  }
  /*-----------------------------------------------------------------------contact*/
  #contact .contact-container {
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  #contact h2 {
    text-align: center;
  }
  #contact ul h3 {
    margin-bottom: .3em;
  }
}
/************************************************************
					タブレット対応
************************************************************/
@media screen and (max-width:768px) {
  /*-----------------------------------------------------------------------common*/
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-----------------------------------------------------------------------menu-links*/
  /*-----------------------------------------------------------------------top-v*/
  #top-v .wrapper {
    height: 85vh;
  }
  #top-v .swiper {
    height: 85vh;
  }
  #top-v .slide img {
    height: 85vh;
  }
  #top-v h1 {
    font-size: 3.25rem;
  }
  .font-rough {
    font-size: 2.25rem;
  }
  #top-v h2 {
    font-size: 1.5rem;
  }
  /*-----------------------------------------------------------------------inner-links*/
  #inner-links ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
    height: 450px;
  }
  /*-----------------------------------------------------------------------catch*/
  #catch section {
    height: 600px;
  }
  #catch .container {
    padding: 1em 0 3em;
  }
  #catch p {
    font-size: 1.75rem;
  }
  #catch p .large {
    font-size: 2.25rem;
  }
  #catch .icon {
    display: block;
    position: absolute;
    top: -3px;
    left: 172px;
    width: 40px;
  }
  #catch .deco {
    margin: 1em 0 0;
  }
  #catch .deco .beach {
    left: -50px;
  }
  #catch .deco .plane {
    top: 120px;
  }
  /*-----------------------------------------------------------------------about*/
  #about section {
    padding: 2em 2em;
    height: 500px;
  }
  #about section .container {
    padding: 2em 2em;
  }
  #about h3 {
    font-size: 3.5rem;
    margin-bottom: -.2em;
  }
  #about h2 {
    font-size: 2rem;
    margin-bottom: .5em;
  }
  #about p {
    font-size: 1.125rem;
  }
  /*-----------------------------------------------------------------------charm*/
  #charm .container {
    padding: 4em 1em 4em;
  }
  .point h2 {
    font-size: 2rem;
  }
  .point h2 .icon {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 95px;
  }
  .point .tab-content {
    padding: 2em 3em 1.5em;
  }
  .point .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: .5em;
    justify-items: center;
    align-items: center;
  }
  .point .grid div:nth-child(1) {
    order: 2;
  }
  .point .tab-content h3 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .point .tab-content h3 span {
    display: block;
    font-size: 2.5rem;
    margin-right: .5em;
  }
  .point .tab-content h3 .sub-title {
    margin-top: .5em;
  }
  .point .tab-content p {
    max-width: 800px;
    font-size: 1.125rem;
  }
  .fit-people {
    margin-top: 6em;
  }
  .fit-people h2 {
    font-size: 2rem;
  }
  .fit-people .person {
    display: block;
    width: 90%;
  }
  .fit-people .person li {
    margin-bottom: 1em;
  }
  .fit-people .person .attribute {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: .5em;
  }
  .fit-people .person li:nth-child(2) .attribute {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    column-gap: 1.5em;
  }
  .fit-people .person li .title {
    padding: 1em;
  }
  .fit-people .person li:nth-child(1) .attribute .title, .fit-people .person li:nth-child(3) .attribute .title {
    order: 2;
  }
  .fit-people .person li .title::before {
    content: "";
    position: absolute;
    top: 35%;
    left: -1.5%;
    bottom: 65%;
    border: 12px solid transparent;
    border-right: 12px solid var(--white);
    z-index: 3;
  }
  .fit-people .person li .title::after {
    content: "";
    position: absolute;
    top: 32%;
    left: -3%;
    bottom: 68%;
    border: 13px solid transparent;
    border-right: 13px solid var(--blue);
    z-index: 1;
  }
  .fit-people .person li:nth-child(2) .title::before {
    content: "";
    position: absolute;
    top: 35%;
    left: auto;
    right: -22.5px;
    bottom: 65%;
    border: 12px solid transparent;
    border-left: 12px solid var(--white);
    z-index: 3;
  }
  .fit-people .person li:nth-child(2) .title::after {
    content: "";
    position: absolute;
    top: 32%;
    left: auto;
    right: -26.5px;
    bottom: 68%;
    border: 13px solid transparent;
    border-left: 13px solid var(--blue);
    z-index: 1;
  }
  .fit-people .person li .text-area {
    max-width: 800px;
    margin-top: .5em;
    padding: 1em;
  }
  /*-----------------------------------------------------------------------hotel common*/
  .hotel-contents .title {
    padding: 8em 0 4em;
  }
  .hotel-contents .title h2 {
    width: 400px;
  }
  #hotel .hotel-container {
    padding: 2em 2em 3em 2em;
    height: auto;
  }
  #hotel .hotel-container h5 {
    font-size: 1.75rem;
  }
  #hotel .hotel-container h6 {
    font-size: 1.125rem;
  }
  #hotel .hotel-container h7 {
    font-size: 1.5rem;
    margin-top: 1em;
  }
  #hotel .hotel-container h7 span {
    top: -6px;
    left: 265px;
    width: 25px;
  }
  #hotel .hotel-container li {
    font-size: 1.125rem;
    padding-bottom: .3em;
    margin-bottom: .8em;
  }
  #hotel .hotel-container li span {
    font-size: 1.25rem;
    margin-right: .2em;
  }
  #hotel .hotel-container a {
    font-size: 1.25rem;
    padding: .5em 2em;
  }
  /*-----------------------------------------------------------------------abroad*/
  #abroad .title .icon {
    position: absolute;
    top: -100px;
    left: 350px;
    right: 0;
  }
  #abroad .title .icon img {
    width: 120px;
  }
  #hotel h4 {
    font-size: 2.5rem;
    margin-bottom: -.2em;
  }
  #hotel h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .cancun {
    margin-top: 4em;
  }
  /*-----------------------------------------------------------------------cruise*/
  #cruise .title .icon {
    position: absolute;
    top: -110px;
    left: 0;
    right: 400px;
  }
  #cruise .title .icon img {
    width: 120px;
  }
  #cruise .hotel-container h7 span {
    left: 290px;
  }
  /*-----------------------------------------------------------------------japan*/
  #japan .title .icon {
    position: absolute;
    top: -80px;
    left: 410px;
    right: 0;
  }
  #japan .title .icon img {
    width: 120px;
  }
  /*-----------------------------------------------------------------------special*/
  #special .hotel-contents .title {
    padding-top: 4em;
  }
  #special .editing p {
    font-size: 1.25rem;
    padding: .3em 1em;
  }
  #special .title .icon {
    position: absolute;
    top: -160px;
    left: 320px;
    right: 0;
  }
  #special .title .icon img {
    width: 200px;
  }
  #special .text {
    font-size: 1.125rem;
  }
  #special .hotel-container h7 span {
    left: 360px;
  }
  /*-----------------------------------------------------------------------other*/
  .other-container {
    padding: 3em 0 5em;
  }
  .other-container .title h3 {
    font-size: 1.5rem;
  }
  .other-container .title h2 {
    font-size: 2rem;
    margin-top: .5em;
  }
  .other-container .title h2 .icon {
    display: block;
    position: absolute;
    top: -2px;
    left: 320px;
    right: 0;
  }
  .other-container .title h2 .icon img {
    width: 25px;
  }
  #question .title h2 {
    font-size: 2rem;
    margin-top: .5em;
  }
  .question-container ul {
    padding: 2em 1.5em .5em;
  }
  .question-container ul li {
    margin-bottom: 1em;
  }
  .question-container ul li h4 {
    font-size: 1.25rem;
    padding: .3em 1em .3em .5em;
  }
  /*-----------------------------------------------------------------------contact*/
  #contact h2 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  #contact ul {}
  #contact .number {
    display: block;
    margin-bottom: .5em;
  }
  /*-------------------------------------------------上に戻るボタン */
  .pagetop {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 36px;
    bottom: 36px;
    border: solid 2px var(--white);
  }
  .pagetop__arrow {
    height: 12px;
    width: 12px;
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
  }
}
/************************************************************
						スマホ対応
************************************************************/
@media screen and (max-width:599px) {
  /*-----------------------------------------------------------------------common*/
  .all-container {
    font-size: 1rem;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 14px;
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    border-radius: 3px;
  }
  .swiper-button-next::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    border-radius: 3px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  /*-----------------------------------------------------------------------menu-links*/
  .menu {
    position: fixed;
    top: 55px;
  }
  .fixed-menu {
    top: 5px;
  }
  .menu-links {
    max-width: 600px;
    width: 95%;
  }
  .menu li a {
    font-size: .825rem;
  }
  /*-----------------------------------------------------------------------top-v*/
  #top-v .wrapper {
    height: 75vh;
  }
  #top-v .swiper {
    height: 75vh;
  }
  #top-v .slide img {
    height: 75vh;
  }
  #top-v .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
  }
  #top-v h1 {
    font-size: 2rem;
  }
  .font-rough {
    font-size: 1.5rem;
  }
  #top-v .icon {
    position: absolute;
    top: -10px;
    left: 0;
    right: 200px;
  }
  #top-v .icon img {
    width: 30px;
  }
  #top-v h2 {
    font-size: 1rem;
  }
  #top-v .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  /*-----------------------------------------------------------------------inner-links*/
  #inner-links ul .li01, #inner-links ul .li02, #inner-links ul .li03, #inner-links ul .li04, #inner-links ul .li05, #inner-links ul .li06 {
    background-size: cover;
  }
  #inner-links ul li a .list {
    font-size: .875rem;
    margin-top: .3em;
    padding: 0 .5em;
  }
  #inner-links ul li a p {
    font-size: 1.125rem;
  }
  /*-----------------------------------------------------------------------catch*/
  #catch section {
    height: 500px;
    align-items: flex-start;
  }
  #catch .container {
    padding: 3em 0 3em;
  }
  #catch p {
    font-size: 1rem;
  }
  #catch p .large {
    font-size: 1.5rem;
  }
  #catch .icon {
    position: absolute;
    top: -2px;
    left: 102px;
    width: 25px;
  }
  #catch .deco {
    display: block;
  }
  #catch .deco .plane {
    position: absolute;
    top: 200px;
    width: 65vw;
  }
  #catch .deco .beach {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 70vw;
  }
  /*-----------------------------------------------------------------------about*/
  #about section {
    padding: 2em 1em;
    height: 350px;
  }
  #about section .container {
    padding: 1.5em 1.5em;
    border-radius: var(--radius-10);
  }
  #about h3 {
    font-size: 2.25rem;
    margin-bottom: -.2em;
  }
  #about h2 {
    font-size: 1.35rem;
    margin-bottom: .5em;
  }
  #about p {
    font-size: .825rem;
  }
  /*-----------------------------------------------------------------------charm*/
  #charm .container {
    padding: 3em 1em 3em;
  }
  .point h2 {
    font-size: 1.5rem;
    margin-bottom: .5em;
  }
  .point h2 .large {
    font-size: 2.5rem;
    margin: 0 .1em;
  }
  .point h2 .icon {
    position: absolute;
    top: 44px;
    left: 0;
    right: 62px;
  }
  .point h2 .icon img {
    width: 25px;
  }
  .point .tab-content {
    padding: 2em 1.5em 1.5em;
    border-radius: var(--radius-10);
  }
  .point .tab-content h3 span {
    font-size: 1.5rem;
    margin-right: .5em;
  }
  .point .tab-content h3 .sub-title {
    font-size: 1.25rem;
    margin-right: 0;
  }
  .point .tab-content h3 .sub-title {
    margin-top: .2em;
  }
  .point .tab-area img {
    width: 160px;
  }
  .point .tab-content p {
    font-size: .825rem;
  }
  .point .tab-label-area {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    grid-column-gap: .5em;
    margin: .5em auto 2em;
    padding: 0 1em;
  }
  .point .tab-label {
    width: 40px;
    height: 40px;
  }
  .fit-people h2 {
    font-size: 1.5rem;
  }
  .fit-people .person img {
    width: 120px;
  }
  .fit-people .person li .title {
    font-size: .825rem;
    margin: 1.5em 0 1.5em 10px;
    padding: 1em;
    min-width: 180px;
    border-radius: var(--radius-10);
  }
  .fit-people .person li .title::before {
    top: 37%;
  }
  .fit-people .person li:nth-child(2) .title::before {
    top: 37%;
  }
  .fit-people .person li:nth-child(3) .title::before {
    top: 36%;
  }
  .fit-people .person li .text-area {
    margin-top: .5em;
    padding: 1em;
    border-radius: var(--radius-10);
  }
  /*-----------------------------------------------------------------------hotel common*/
  .hotel-contents .title h2 {
    width: 300px;
  }
  #hotel h4 {
    font-size: 1.75rem;
    margin-bottom: -.2em;
  }
  #hotel h3 {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  #hotel .tab-buttons {
    column-gap: .5em;
    width: 100%;
  }
  #hotel .tab-buttons label {
    font-size: .825rem;
    height: 70px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  #all-container .swiper-button-next {
    position: absolute;
    right: 10px;
  }
  #all-container .swiper-button-prev {
    position: absolute;
    left: 10px;
  }
  #hotel .hotel-container {
    padding: 2em 1.5em 3em 1.5em;
    height: auto;
  }
  #hotel .hotel-container h5 {
    font-size: 1.25rem;
  }
  #hotel .hotel-container h6 {
    font-size: 1rem;
  }
  #hotel .hotel-container h7 {
    font-size: 1.25rem;
    margin-top: .8em;
  }
  #hotel .hotel-container h7 span {
    top: -4px;
    left: 220px;
    width: 20px;
  }
  #hotel .hotel-container li {
    font-size: 1rem;
    padding-bottom: .3em;
    margin-bottom: .5em;
  }
  #hotel .hotel-container li span {
    font-size: 1rem;
    margin-right: .2em;
  }
  #hotel .hotel-container a {
    font-size: 1.125rem;
    padding: .5em 2em;
  }
  /*-----------------------------------------------------------------------abroad*/
  #abroad .title .icon {
    position: absolute;
    top: -60px;
    left: 240px;
    right: 0;
  }
  #abroad .title .icon img {
    width: 80px;
  }
  /*-----------------------------------------------------------------------cruise*/
  #cruise .title .icon {
    position: absolute;
    top: -90px;
    left: 0;
    right: 250px;
  }
  #cruise .title .icon img {
    width: 90px;
  }
  #cruise .hotel-container h7 span {
    left: 240px;
  }
  /*-----------------------------------------------------------------------japan*/
  #japan .title .icon {
    position: absolute;
    top: -90px;
    left: 230px;
    right: 0;
  }
  #japan .title .icon img {
    width: 80px;
  }
  /*-----------------------------------------------------------------------special*/
  #special .editing p {
    font-size: 1.125rem;
    padding: .3em 1em;
  }
  #special .title .icon {
    position: absolute;
    top: -90px;
    left: 220px;
    right: 0;
  }
  #special .title .icon img {
    width: 120px;
  }
  #special .text {
    font-size: 1rem;
    margin-top: 2em;
  }
  #special .hotel-container h7 span {
    left: 300px;
  }
  /*-----------------------------------------------------------------------other*/
  .other-container {
    padding: 2em 0 5em;
  }
  .other-container .title {
    padding: 2em 0 3em;
  }
  .other-container .title h3 {
    font-size: 1.125rem;
  }
  .other-container .title h2 {
    font-size: 1.5rem;
    margin-top: .5em;
  }
  .other-container .title h2 .icon {
    position: absolute;
    top: -2px;
    left: 240px;
    right: 0;
  }
  .other-container .title h2 .icon img {
    width: 20px;
  }
  #question .title {
    padding: 2em 0 2em;
  }
  #question .title h2 {
    font-size: 1.5rem;
    margin-top: .5em;
  }
  .question-container ul li h4 {
    font-size: 1.125rem;
    padding: .3em 1em .7em .5em;
  }
  .question-container ul li h4 span {
    position: relative;
    top: 2px;
    margin-right: .3em;
    font-size: 1.125rem;
    line-height: var(--line-height-narrow);
  }
  #question .material-symbols-outlined {
    line-height: var(--line-height-narrow);
  }
  .accordion-checkbox:checked ~ .accordion-content {
    padding: 1em 1em 1em .8em;
  }
  .question-container ul li p span {
    position: relative;
    top: 2px;
    font-size: 1.125rem;
  }
  .other-container .title {
    padding: 2.5em 0 2em;
  }
  .other-container .title h2 {
    font-size: 1.25rem;
    margin-top: .5em;
  }
  .attention .attention-wrapper li h3 {
    font-size: 1rem;
    margin-bottom: .5em;
  }
  .other-container .title h2 {
    font-size: 1.5rem;
    margin-top: .5em;
  }
  .other-container iframe {
    width: 320px;
    height: 180px;
  }
  /*-----------------------------------------------------------------------contact*/
  #contact section {
    padding: 3em 0;
  }
  #contact h2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  #contact ul {
    font-size: 1rem;
  }
  #contact ul h3 {
    font-size: 1.125rem;
    margin-bottom: .1em;
  }
  #contact .number {
    font-size: 1rem;
  }
  #contact .time {
    display: block;
  }
  /*-------------------------------------------------上に戻るボタン */
  .pagetop {
    right: 16px;
    bottom: 36px;
  }
}