html {
    overflow-x: hidden;
}

body {
    font-family: 'Noto Serif JP', serif;
    background: #fff;
    font-size: 18px;
    line-height: 1.6;
    color: #141414;
}

.wrap {
    overflow: hidden;
}


a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #FDA403;
}

a:hover {
    text-decoration: none;
    color: rgba(253, 164, 3, 0.6);
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.45;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}



.insta {
    margin: 5rem auto 1rem;
}

.insta .btn {
    max-width: 340px;

    padding: 0;
}

.insta .btn a {
    display: block;
    position: relative;
    padding: 15px 15px;
    border: solid 1px #231f20;
    color: #231f20;
    font-size: 1.2rem;
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s;
}

.text-primary {
    color: #FDA403 !important;
}

.site-navbar-light {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0.8
}

@media screen and (max-width: 991px) {
    .site-navbar-light {
        top: 0;
        position: relative;
    }
}

#site-nav ul {
    width: 100%
}

.navbar-nav li {
    width: 20%
}

@media screen and (max-width:991px) {
    .navbar-nav li {
        width: 100%;
    }
}

.site-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .site-navbar-light .navbar-nav > .nav-item > .nav-link {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .2em;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    .site-navbar-light .navbar-nav > .nav-item > .nav-link {
        text-align: left;
    }
}

@media screen and (max-width: 960px) {
    .site-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width:991px) {
    .site-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 0px;
    }
}

.site-navbar-light .navbar-nav > .nav-item.site-cta a {
    color: #fff;
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 960px) {
    .site-navbar-light .navbar-nav > .nav-item.site-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
    .site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
        display: none;
    }
}

.site-navbar-light .navbar-toggler {
    border: none;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.site-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    border: none;
}

@media screen and (max-width: 768px) {
    .site-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        border: none;
    }
}

@media screen and (max-width: 576px) {
    .site-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: none;
    }
}

.site-navbar-light.scrolled .navbar-toggler {
    border: none;
    border: none !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.site-navbar-light.scrolled .nav-link {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

.site-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.site-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.site-navbar-light.scrolled .navbar-brand {
    color: #ffffff;
}

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.site-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.site-cover .site-heading {
    font-size: 75px;
    line-height: 1.34;
    color: rgba(11, 36, 62, 0.76);
    padding-top: 1%
}

@media screen and (max-width: 1300px) {
    .site-cover .site-heading {
        font-size: 40px;
        line-height: 1.3;
        margin-top: 5rem
    }
}

@media screen and (max-width: 768px) {
    .site-cover .site-heading {
        font-size: 22px;
        line-height: 1.3;
        margin-top: 0rem
    }

    .top {
        margin-top: 6rem !important
    }
}

.site-cover .site-subheading,
.site-cover p {
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .site-cover .btn {
        border: 1px solid red;
    }
}

.site-cover a {
    position: relative;
    color: #000000;
}

.site-cover a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    content: " ";
}

.site-cover.overlay {
    position: relative;
}

.site-cover.overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.site-cover .site-vh-100 {
    height: 100vh !important;
}

@media screen and (max-width: 1300px) {
    .site-cover .site-vh-100 {
        height: 80vh !important;
    }
}

@media screen and (max-width: 1000px) {
    .site-cover .site-vh-100 {
        height: 60vh !important;
    }
}

@media screen and (max-width: 750px) {
    .site-cover .site-vh-100 {
        height: 50vh !important;
    }
}

@media screen and (max-width: 550px) {
    .site-cover .site-vh-100 {
        height: 40vh !important;
    }
}


.site-vh-75 {
    height: 75vh !important;
}

@media screen and (max-width: 1500px) {
    .site-vh-75 {
        height: 60vh !important;
    }
}

@media screen and (max-width: 1300px) {
    .site-vh-75 {
        height: 45vh !important;
    }
}

@media screen and (max-width: 1000px) {
    .site-vh-75 {
        height: 38vh !important;
    }
}

@media screen and (max-width: 700px) {
    .site-vh-75 {
        height: 30vh !important;
    }
}

@media screen and (max-width: 500px) {
    .site-vh-75 {
        height: 0vh !important;
    }
}

.site-vh-50 {
    margin-top: 6rem;
}

.site-slant {
    position: relative;
    overflow: hidden;
}

.site-slant:after {
    width: 120%;
    height: 200px;
    left: -10%;
    background: #f2f2f2;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    content: "";
    position: absolute;
    bottom: -100px;
}

@media screen and (max-width: 960px) {
    .site-slant:after {
        bottom: -150px;
    }
}

@media screen and (max-width: 768px) {
    .site-slant:after {
        bottom: -170px;
    }
}

.site-slant.site-slant-white:after {
    background: #fff;
}

.site-slant.site-slant-dark:after {
    background: #263135;
}

.site-uppercase {
    font-size: 30px;
}

.menu-item {
    margin-bottom: 30px;
}

.menu-item img {
    width: 100px;
    border-radius: 50%;
}

.menu-item .menu-price {
    font-family: "Playfair Display", serif;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .display-4 {
        font-size: 25px;
        font-weight: 600
    }

    .display-3 {
        font-size: 20px;
        font-weight: 600
    }
}

@media screen and (max-width: 480px) {
    .display-4 {
        font-size: 16px;
    }

    .display-3 {
        font-size: 16px;
    }

    .lead,
    p {
        font-size: 14px;
    }
}

.text-black {
    color: #000 !important;
}

.bg-light {
    background: #darken fafafa, 4% !important;
}

.site-custom-gutters {
    margin-left: -10px;
    margin-right: -10px;
}

.site-custom-gutters [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.site-custom-gutters [class*=col-] .site-thumbnail {
    display: block;
    margin-bottom: 5px;
}

.btn {
    border-radius: 4px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-family: "Playfair Display", serif;
}

.btn.btn-lg {
    font-size: 16px !important;
    padding: 13px 40px !important;
}

.btn.btn-sm {
    padding: 10px 20px;
    font-size: 12px;
}

.btn.btn-primary {
    border-radius: 0px;
}

.btn.btn-secondary {
    border: 2px solid #ccc;
    background: none;
    border-radius: 0px;
    color: #999999;
}

.btn.btn-secondary:hover {
    background: #FDA403;
    color: #fff;
}

.btn:before {
    display: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary {
    background: #FDA403;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    border-color: #cb8402;
    background: #cb8402;
}

.btn.btn-outline-white {
    border-color: rgba(0, 0, 0, 0.8);
    background: rgba(74, 74, 74, 0.29);
    border-radius: 0px;
    border-width: 2px;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #000000;
}

.form-control {
    border: none;
    height: 55px !important;
    background: #e6e6e6 !important;
    color: #000 !important;
    font-size: 18px;
    border-radius: 0px;
}

textarea.form-control {
    height: inherit !important;
}

.site-vh-100 {
    height: 50vh;
}

@media screen and (max-width: 960px) {
    .site-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

@media screen and (max-width: 768px) {
    .site-vh-100 {
        height: inherit;
        padding-top: 0em;
        padding-bottom: 5em;
    }
}

.site-vh-75 {
    height: 75vh;
}

@media screen and (max-width: 960px) {
    .site-vh-75 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.site-tab-nav {
    padding: 0;
    margin: 0;
    display: inline-block !important;
}

@media screen and (max-width: 576px) {
    .site-tab-nav {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.site-tab-nav li {
    padding: 0;
    margin: 5px 10px;
    display: inline-block !important;
    width: 45%
}

@media screen and (max-width: 576px) {
    .site-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important;
        margin: 5px 0px;
    }
}

.site-tab-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    color: #797979;
    border: 2px solid #989898;
    border-radius: 0 !important;
}

.site-tab-nav li a.active {
    background: none !important;
    color: black !important;
    border: 2px solid #000;
}

.site-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #FDA403 !important;
}

.site-section .site-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #d4d4d4;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.site-section .site-primary-title {
    margin-top: 0;
    margin-bottom: 30px;
}

#section-about {
    padding: 8em 0;
}

@media screen and (max-width: 768px) {
    #section-about {
        padding: 2em 0;
    }
}

#section-about .img {
    position: relative;
    right: 0;
}

@media screen and (max-width: 768px) {
    #section-about .img {
        position: relative;
        right: inherit;
    }

    #section-about .img img {
        max-width: 100%;
    }
}

#section-offer {
    padding: 5em 0;
}

.site-section {
    padding: 7em 0;
}

.site-bg-dark {
    background: #0b243e;
}

.site-footer {
    font-size: 16px;
}

.site-footer .site-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.site-footer .site-footer-widget h2 {
    font-weight: normal;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.3);
}

.site-footer a {
    color: rgb(255, 255, 255);
}

.site-footer a:hover {
    color: #FDA403;
}

.site-footer .site-heading {
    font-size: 24px;
}

.site-footer .site-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.site-pricing-popular {
    position: relative;
}

.site-pricing-popular .popular-text {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -16px;
    right: 0;
    background: #FDA403;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: .1em;
}

.site-pricing h2 {
    font-size: 17px;
    text-transform: uppercase;
}

.site-pricing .site-price-per {
    font-size: 70px;
}

.site-pricing .site-price-per sup {
    font-size: 20px;
    top: -1.5em;
}

.site-pricing .site-price-per strong {
    color: #000;
}

.site-pricing .site-price-per span {
    font-size: 20px;
}

.site-pricing ul li {
    margin-bottom: 10px;
}

.site-footer-social li {
    list-style: none;
    margin: 0 5px 10px 5px;
    display: inline-block;
}

.site-footer-social li a {
    height: 90px;
    width: 90px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10%;
    position: relative;
}

.site-footer-social li a span {
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav > li {
    display: inline-block;
}

.footer-small-nav > li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
    color: #FDA403;
}

.media .site-icon {
    width: 100px;
}

.media .site-icon span {
    color: #FDA403;
}

.site-media {
    background: #fff;
    border-radius: 0px;
}

.site-media.text-center .site-icon {
    margin: 0 auto;
}

.site-overflow-hidden {
    overflow: hidden;
}

.padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
}

.site-owl {
    position: relative;
    z-index: 1;
}

.site-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-owl .owl-nav .owl-prev,
.site-owl .owl-nav .owl-next {
    position: absolute;
    font-size: 30px;
    background: #FDA403;
    color: #fff;
    padding: 10px;
    line-height: 0;
}

.site-owl .owl-nav .owl-prev {
    left: 0;
}

.site-owl .owl-nav .owl-next {
    right: 0;
}

.site-owl .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.site-owl .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.site-owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 7px;
}

.site-owl .owl-dots .owl-dot.active span {
    background: #FDA403;
}

.site-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

#map {
    height: 400px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #map {
        height: 300px;
    }
}

#reservationModal .close {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}

#reservationModal .close:active,
#reservationModal .close:focus {
    outline: none !important;
}

#reservationModal .close span {
    font-size: 30px;
}

#reservationModal .close small {
    font-size: 16px;
    position: relative;
    top: -2px;
    right: 10px;
}

#reservationModal .modal-content {
    border-radius: 0;
}

#reservationModal .modal-content label {
    color: #000;
}

#reservationModal .modal-content .modal-body {
    padding: 0;
}

#reservationModal .modal-content .bg-image,
#reservationModal .modal-content .site-cover {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

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

    #reservationModal .modal-content .bg-image,
    #reservationModal .modal-content .site-cover {
        height: 200px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.site-counter .site-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #FDA403;
}

.site-counter .site-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #b3b3b3;
}

#site-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#site-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#site-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#site-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#site-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/*テーブル ta1
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
    width: 100%;
    margin: 0 0% 20px;
}

.ta1,
.ta1 td,
.ta1 th {
    border: 1px solid #656565;
    padding: 10px;
    word-break: break-all;
    color: #000
}

/*ta1の左側ボックス*/
.ta1 th {
    width: 100px;
    text-align: center;
    background: rgba(196, 195, 201, 0.92)
}

.ta1 td {
    background: #fff
}

@media screen and (max-width: 400px) {
    .ta1 th {
        width: 88px;
    }

    .ta1,
    .ta1 td,
    .ta1 th {
        padding: 5px;
        font-size: 13px
    }
}

/*テーブル ta2
---------------------------------------------------------------------------*/
.ta2 {
    width: 100%;
    margin: 0 0% 20px;
}

.ta2,
.ta2 td,
.ta2 th {
    border: 1px solid #656565;
    padding: 10px;
    word-break: break-all;
    color: #2c2c2c;
    font-size: 19px
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
    width: auto;
    text-align: center;
    font-weight: 600;
}

/*ta1の左側ボックス*/
.ta2 th {
    width: 28%;
    /*幅*/
    text-align: center;
    /*センタリング*/
    font-weight: bold;
    background: #d4d4d4
}

.ta2 td {
    text-align: right;
    width: 70%;
    font-weight: 600;
}

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

    .ta2,
    .ta2 td,
    .ta2 th {
        padding: 5px;
        font-size: 14px
    }
}

.ggmap {
    position: relative;
    padding-bottom: 47.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 1rem
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1200px) {
    .ggmap {
        position: relative;
        padding-bottom: 64%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-top: 1rem
    }
}

@media screen and (max-width:991px) {
    .ggmap {
        position: relative;
        padding-bottom: 102%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-top: 1rem
    }
}

@media screen and (max-width:768px) {
    .ggmap {
        position: relative;
        padding-bottom: 80%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-top: 1rem
    }
}

@media screen and (min-width: 768px) {
    .sp_br {
        display: none;
    }
}

div#news dl dt {
    font-weight: bold;
    float: left;
}

div#news dl dd {
    float: left;
    margin-left: 30px;
}

div#news dl {
    overflow: hidden;
    padding-left: 20px;
    border-bottom: solid 1px #121212;
    margin-bottom: 1rem;
}

div#news {
    margin-bottom: 10rem;
    max-height: 15rem;
    overflow: scroll;
    color: #1d1d1d;
}

.mb1 {
    margin-bottom: 5rem
}


/*listブロック
---------------------------------------------------------------------------*/
/*ブロック１個あたりの設定*/
.list {
    overflow: hidden;
    width: 48%;
    /*幅*/
    float: left;
    /*左に回り込み*/
    margin: 0 1% 20px 1%;
    /*上、右、下、左へのボックスの外側に空けるスペース*/
    border: 2px solid #c6a363;
    padding: 0%;
    background-color: #ebe6d9
}

.list img {
    width: 100%
}

/*h4（見出し）タグの設定*/
.list h4 {
    color: #242b4b;
    font-size: 120%;
    text-align: center;
    height: 3.5em;
    background-color: #decfb3;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

.list h5 {
    text-align: center;
    font-size: 30px;

}

/*p（段落）タグの設定*/
.list p {
    padding: 15px 30px !important;
    line-height: 1.5;
    color: #151515;
    /*文字色*/
    height: 6em;
    /*高さ。1.5emを１行分とカウントして下さい。6emなら４行です。*/
    overflow: hidden;
    /*高さを超えた場合に非表示にする*/
}

@media screen and (max-width:1200px) {
    .list {
        overflow: hidden;
        width: 48%;
        /*幅*/
        float: left;
        /*左に回り込み*/
        margin: 0 1% 20px 1%;
        /*上、右、下、左へのボックスの外側に空けるスペース*/
        border: 2px solid #c6a363;
        padding: 0%;
        background-color: #ebe6d9
    }


    /*h4（見出し）タグの設定*/
    .list h4 {
        color: #242b4b;
        font-size: 18px;
        text-align: center;
        height: 5rem;
        background-color: #decfb3;
        padding: 0 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        /* 縦方向中央揃え（Safari用） */
        align-items: center;
        /* 縦方向中央揃え */
        -webkit-justify-content: center;
        /* 横方向中央揃え（Safari用） */
        justify-content: center;
        /* 横方向中央揃え */
    }

    .list h5 {
        text-align: center;
        font-size: 30px;

    }

    /*p（段落）タグの設定*/
    .list p {
        padding: 15px 30px !important;
        line-height: 1.5;
        color: #151515;
        /*文字色*/
        height: 6em;
        /*高さ。1.5emを１行分とカウントして下さい。6emなら４行です。*/
        overflow: hidden;
        /*高さを超えた場合に非表示にする*/
    }
}


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

    /*listブロック
---------------------------------------------------------------------------*/
    /*ブロック１個あたりの設定*/
    .list {
        width: auto;
        float: none;
        margin-left: 0;
    }

    .list h4 {
        font-size: 18px;
        text-align: center;
        height: auto;
        background-color: #decfb3;
        padding: 5px 15px;
    }

    .list h5 {
        text-align: center;
        font-size: 25px;
        padding-top: 1rem
    }

    .list p {
        height: auto;
    }

}

/*よく頂く質問
---------------------------------------------------------------------------*/
/*外側ブロック*/
.faq {
    padding: 0px 20px;
    /*上下、左右への余白*/
}

/*質問*/
.faq dt {
    color: #242b4b;
    /*文字色*/
    font-weight: bold;
    /*太字にする設定*/
    padding-left: 30px;
    /*背景アイコンに重ならないよう左に余白を作る*/
    background: url(../images/faq_q.png) no-repeat left top / 30px;
    /*「Q」アイコン*/
}

/*回答*/
.faq dd {
    padding-left: 30px;
    /*背景アイコンに重ならないよう左に余白を作る*/
    margin-bottom: 20px;
    /*ボックスの下側（外側）に空けるスペース*/
    padding-bottom: 20px;
    /*ボックス内の下側に空けるスペース*/
    border-bottom: 1px solid #ccc;
    /*下線の幅、線種、色*/
    background: url(../images/faq_a.png) no-repeat left top / 30px;
    /*「A」アイコン*/
}

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

    /*よく頂く質問
---------------------------------------------------------------------------*/
    .faq dt,
    .faq dd {
        background-size: 25px;
        font-size: 14px
    }
}

.mt1 {
    margin-top: 5rem
}

.mb1 {
    margin-bottom: 7rem !important;
}

.title1 {
    text-align: center;
    display: inline-block;
    border-bottom: solid 4px #2418b1;
    padding-bottom: 1rem;
}


.title2 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 17%;
    text-align: center;
}

.title2:before,
.title2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10%;
    height: 3px;
    border-top: 2px solid #2418b1;
}

.title2:before {
    left: 0;
}

.title2:after {
    right: 0;
}

.title3 {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #2418b1;
    text-align: left
}

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

    .display-2 {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-3 {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

    .display-4 {
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 2;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .display-1 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-2 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-3 {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

    .display-4 {
        font-size: 15px;
        font-weight: 400;
        line-height: 2;
        text-align: center;
    }

    .mb1 {
        margin-bottom: 2rem !important;
    }

    .title2 {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0 15%;
        text-align: center;
    }

    .title2:before,
    .title2:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 10%;
        height: 3px;
        border-top: 2px solid #2418b1;
    }

    .title2:before {
        left: 0;
    }

    .title2:after {
        right: 0;
    }

    p {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .sp_br {
        display: none;
    }
}

.box1 {
    border: solid 2px #161060;
    padding-top: 5px
}

@media screen and (max-width: 768px) {
    .box1 {
        border: solid 1px #161060;
        padding: 10px 12px 0;
    }
}

/*-- pc.sp切り替え  --*/
.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}
