@charset "UTF-8";

/*--------------------------default*/
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

/*==============================All*/
body {
    margin: 0;
    padding: 0;
    color: #444;
    font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2rem;
    -webkit-text-size-adjust: 100%;
    background: #f3f3e3;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

figure {
    margin: 0;
    padding: 0;
}

/* スペーサー */
.space_05 {
    margin: 0.5em auto;
}

.space_1 {
    margin: 1em auto;
}

.space_15 {
    margin: 1.5em auto;
}

.space_2 {
    margin: 2em auto;
}

.space_3 {
    margin: 3em auto;
}

.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding-bottom: 50px;
}

main {
    display: block;
    text-align: center;
}

/* TOPに戻るボタン */
#pageTop a {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.9;
    color: #fff;
    background: #13d78d;
    font-size: 32px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}

/* アンカーポイント */
.anchor {
    display: block;
    padding-top: 60px;
    margin-top: 0px;
}

/* scroll_up ｜下から上にふわっと表示 */
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1;
}

/* 期間限定表示・非表示 */
.timerHidden {
    display: none;
}

.timerVisible {
    display: block;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 520px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/*---------------------------ヘッダー*/

header {
    margin: 0 auto;
}



/*---------------------------フッター（メイン下）*/

.footer {
    margin-top: 2em;
}

.tgl {
    text-align: center;
    line-height: 1.2em;
    font-size: 1.6rem;
}

.tgl a {
    margin: 1em 0 0 0;
    display: inline-block;
    padding: 0.55em 2.2em;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background: #296d66;
    position: relative;
}

.tel {
    margin: 0.5em auto 0;
    text-align: center;
    font-size: 1.6em;
    color: #296d66;
    line-height: 1.5em;
}

.tel a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: '\f3cd';
    margin: 0 0.2em 0 0.6em;
}

.tel a::after {
    content: "（コールセンター）";
    font-size: 0.6em;
    margin-left: -5px;
}

.tel p {
    font-size: 0.65em;
    line-height: 2rem;
}

.corporate-name {
    margin-top: 2em;
    font-size: 1.5rem;
    font-weight: bold;
}

.corporate-name p {
    letter-spacing: 1px;
    margin-left: 1px;
}

/*-----------------------------メイン*/

.kv {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 600px;
}

.button:hover {
    opacity: 0.8;
}

.button:active {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
    border-bottom: none;
}

.link_button {
    display: inline-block;
    position: relative;
    margin: 2rem auto;
    padding: 0.5em 3em;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    color: #FFF;
    background-image: linear-gradient(45deg, #0f46ae 0%, #1f58c6 100%);
    background: -moz-linear-gradient(45deg, #0f46ae 0%, #1f58c6 100%);
    background: -webkit-linear-gradient(45deg, #0f46ae 0%, #1f58c6 100%);
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.link_button::after {
    position: absolute;
    top: 9px;
    right: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: '\f105';
}

.link_button:hover {
    background-image: linear-gradient(45deg, #266edf 0%, #1e85df 100%);
    background: -moz-linear-gradient(45deg, #266edf 0%, #1e85df 100%);
    background: -webkit-linear-gradient(45deg, #266edf 0%, #1e85df 100%);
}

.infobox-r {
    margin: 1em auto;
    border: double 5px #d5525e;
    padding: 0.5em 1em;
    width: 75%;
    text-align: left;
}

.infobox-b {
    margin: 1em auto;
    border: double 5px #50638e;
    padding: 0.5em 1em;
    width: 75%;
    text-align: left;
}

div.contents {
    width: 90%;
    margin: 2rem auto;
    max-width: 500px;
}

.half {
    width: 49.5%;
}

.annotation {
    margin: 1rem 1.5rem;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.65rem;
}

.mapinfobox {
    margin: 1.5em auto 2em;
    width: 11.5em;
    text-align: center;
    border-bottom: solid 2px #104767;
    color: #104767;
    cursor: pointer;
}

.mapinfobox p { 
    padding: 0.5em 0 0.25em 0.1em;
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.reception-period {
    margin: 1em auto;
    font-feature-settings: "palt";
}

.reception-period span {
    font-weight: bold;
}

/* モーダル　ここから */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 450px;
    padding: 10px 15px;
    background-color: #fff;
}

.modalContents {
    margin: 1.5em auto;
    padding: 0 0.5em;
    letter-spacing: 1.5px;
}

.modalContents h2 {
    text-align: center;
}

.modalContents h3 {
    margin: 1.5em 0.5em 0.25em;
    border-bottom: 2px solid #ccc;
}

.modalContents p {
    margin: 0 1.5em;
}

.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    cursor: pointer;
    font-size: 1.8em;
}

.modalimg {
    width: 100%;
    max-width: 1000px;
}

/* モーダル　ここまで */

/* 動画（YouTube） */
.movie-title {
    width: 90%;
    margin: 2em auto -0.8em;
    padding: 0.75em 0.1em 0.75em 0;
    border-radius: 5px;
    background: red;
    color: white;
    line-height: 1.25em;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.movie {
    width: 85%;
    margin: 2.5rem auto;
    position: relative;
    padding-bottom: 55%;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==============================スマホ*/

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

    /* 動画（YouTube） */
    .movie-title {
        font-size: 1.1em;
    }

}
