@charset "UTF-8";

.text_confirm {
	padding:10px 0 11px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background:#DD0000;
}

@media screen and (max-width:559px) {
.text_confirm {
	padding:5px 0 6px;
	font-size:14px;
}
}

.grecaptcha-badge {
	bottom: 460px !important;
}

@media screen and (max-width:559px) {
.grecaptcha-badge {
	visibility: hidden !important;
}
}

.post a:link,.post a:visited {
	text-decoration:underline;
	}

.post a:hover,.post a:active {
	text-decoration:none;
	}

.post strong {
	font-weight:500;
	}
	
.post em {
	font-style:italic;
	}
	
.post blockquote {
    display:block;
    -webkit-margin-before:1em;
    -webkit-margin-after:1em;
    -webkit-margin-start:40px;
    -webkit-margin-end:40px;
	}
 
.post .aligncenter {
    display:block;
    margin:0 auto;
	}
	
.post .alignright {
	float:right;
	}
	
.post .alignleft {
	float:left;
	}
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height:auto;
    max-width:100%;
	}
	
/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
    margin: 0;
    padding: 0;
    word-break: normal;
}

*,
::before,
::after {
    box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
    border-width: 0;
    background-origin: border-box;
}

:where(img, svg, video) {
    max-width: 100%;
    height: auto;
}

:where(svg):where(:not([fill])) {
    stroke: none;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
    inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
    font: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
}

:where(textarea) {
    resize: vertical;
}

@supports (resize: block) {
    :where(textarea) {
        resize: block;
    }
}

:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
}

:where(ul, ol)[role="list"] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
    cursor: pointer;
    touch-action: manipulation;
}

:where(input[type="file"]) {
    cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
    cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
    :focus-visible {
        transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    }

    :where(:not(:active)):focus-visible {
        transition-duration: 0.25s;
    }
}

:where(:not(:active)):focus-visible {
    outline-offset: 5px;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
    user-select: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
    cursor: not-allowed;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

ul {
    list-style: none;
}

/*================================================================
# html,body
================================================================ */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html {
    min-height: 100vh;
    font-size: calc(10px + 2 * (100vw - 1280px) / 400);
    -webkit-text-size-adjust: none;
}

@media screen and (min-width: 1600px) {
    html {
        font-size: calc(10px + 2 * (100vw - 1600px) / 400);
    }
}

@media screen and (max-width: 559px) {
    html {
        font-size: calc(10px + 8 * (100vw - 414px) / 649);
    }
}

body {
    min-width: 128rem;
    overflow-x: hidden;
    font-family: 'Zen Maru Gothic', '游ゴシック体', YuGothic, '游ゴシック Medium', Yu Gothic Medium, '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.618;
    color: var(--black);
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    line-break: strict;
    overflow-wrap: break-word;
    text-rendering: optimizeSpeed;
    min-block-size: 100%;
}

@media screen and (max-width: 1279px) {
    body {
        min-width: 100%;
    }
}

/*================================================================
# レイアウト
================================================================ */
.wrap {
    width: calc(100% - 10rem);
    max-width: 1012px;
    margin: auto;
}

@media screen and (max-width: 559px) {
    .wrap {
        width: calc(100% - 4.8rem);
    }
}

/*================================================================
# リスト
================================================================ */
.list-info {
    margin: 1.6rem 0 0;
}

.list-info li {
    padding-left: 1.5em;
    display: block;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', Yu Gothic Medium, '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 1.2rem;
    color: var(--black);
    text-align: left;
    text-indent: -1em;
    letter-spacing: .05em;
}

.list-info li:last-child {
    margin-bottom: 0;
}

.list-info li::before {
    width: 1em;
    margin-right: 1em;
    margin-left: -1em;
    padding: 0;
    content: "※";
    display: block;
    float: left;
    text-align: center;
}

/*================================================================
# 画像
================================================================ */
svg,
img,
iframe {
    max-width: 100%;
    border: 0;
    vertical-align: bottom;
}

@media screen and (max-width: 559px) {
    .scroll-img {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        position: relative;
    }

    .scroll-img:after {
        opacity: 0.5;
        position: absolute;
        content: "※横にスクロールしてください";
        bottom: -1.6rem;
        left: 1.6rem;
        font-size: 1.2rem;
        color: var(--black);
    }

    .scroll-img__img {
        padding: 0 1.6rem 1.6rem;
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .scroll-img__img img {
        max-width: 80rem;
    }
}

/*================================================================
# フォント・リンク設定
================================================================ */
a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

@media screen and (min-width: 560px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

em,
i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.618;
}

/*================================================================
# テーブル
================================================================ */
@media screen and (max-width: 559px) {
    .scroll-table {
        margin: 0 calc(50% - 50vw) 2.4rem;
        padding: 2.4rem;
        overflow: auto;
        white-space: nowrap;
    }

    .scroll-table:after {
        content: "※このテーブルは横にスクロールできます。";
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
        font-size: 1.4rem;
    }
}

/*================================================================
# 表示・非表示
================================================================ */
@media screen and (max-width: 559px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 560px) {
    .sp {
        display: none !important;
    }
}

/*================================================================
# gmap
================================================================ */
.gmap {
    height: 0;
    padding-bottom: 64%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 559px) {
    .gmap {
        padding-bottom: 100%;
    }
}

.gmap iframe {
    width: 100%;
    height: 100%;
    filter: brightness(90%) saturate(30%);
    position: absolute;
    top: 0;
    left: 0;
}

/*================================================================
# youtube
================================================================ */
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

/*================================================================
# data-aos
================================================================ */
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.6s;
}

[data-aos=fade-up] {
    transform: translate3d(0, 30px, 0);
}

[data-aos=fade-left] {
    transform: translate3d(30px, 0, 0);
}

[data-aos=fade-right] {
    transform: translate3d(-30px, 0, 0);
}

[data-aos=zoom-in] {
    transform: scale(.9);
}

/*================================================================
# テーマ
================================================================ */
:root {
    --white: #fff;
    --black: #2f2725;
    --primary: #f7894b;
    --secondary: #41a3a1;
    --tertiary: #0B70A3;
    --quaternary: #0B70A3;
    --red: #d52b15;
    --blue: #0c6bc1;
    --gray01: #f5f6f7;
    --gray02: #d5d5d5;
    --gray03: #b7b7b7;
    --bg01: #fff;
    --bg02: #d9edec;
    --bg03: #c7e4e3;
    --bg04: #91d1cf;
    --number: "Poppins", sans-serif;
}