@charset "UTF-8";
/* インナー
------------------------------------------ */
/* フォント
------------------------------------------ */
/* z-index管理
------------------------------------------ */
/* メディアクエリ
------------------------------------------ */
/* 共通
------------------------------------------ */
body {
    background-color: #e5e5e5;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ルートフォント
------------------------------------------ */
html {
    font-size: 16px;
}
@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}
@media (min-width: 1456px) {
    html {
        font-size: 16px;
    }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: all;
    }
}

a {
    text-decoration: none;
}

.br {
    display: inline-block;
}

/* 各一覧ページ投稿がない時のテキスト
------------------------------------------ */
.no-post {
    font-size: 1.25rem;
}

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

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
    line-height: 1;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: inherit;
}

/* Make images easier to work with */
img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* フォームリセット */
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
}

/*input[type=checkbox],*/
/*input[type=radio] {*/
/*    clip: rect(0 0 0 0);*/
/*    -webkit-clip-path: inset(50%);*/
/*    border: 0;*/
/*    clip-path: inset(50%);*/
/*    height: 1px;*/
/*    margin: -1px;*/
/*    overflow: hidden;*/
/*    padding: 0;*/
/*    position: absolute;*/
/*    white-space: nowrap;*/
/*    width: 1px;*/
/*}*/

input[type=submit],
input[type=button],
label,
button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border: none;*/
    border-radius: 0;
    outline: none;
    cursor: pointer;
}
:focus-visible {
    outline: none;
}

.l-grid-layout {
    margin-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
    .l-grid-layout {
        display: flex;
        justify-content: space-between;
        margin-top: 4.625rem;
    }
}

.l-inner {
    overflow: hidden;
    padding-inline: 1.25rem;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .l-inner {
        padding-inline: 1.875rem;
    }
}

.l-main {
    background-color: #fff;
    padding-block: 3rem;
}
@media screen and (min-width: 1024px) {
    .l-main--sub-page {
        margin-inline: 0.3125rem;
        width: 67.4%;
    }
}
@media screen and (min-width: 1440px) {
    .l-main--sub-page {
        margin-inline: 0;
    }
}

.l-site-layout {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    max-width: 1456px;
    min-height: 100vh;
}
.l-site-layout__content {
    flex: 1 1 auto;
}

.c-btn {
    align-items: center;
    background-color: #F8F4E6;
    border: 2px solid #000;
    border-color: #000;
    border-radius: 4px;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: bold;
    justify-content: center;
    line-height: normal;
    max-width: 100%;
    padding: 0.875rem 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .c-btn {
        font-size: 1.125rem;
    }
}
.c-btn::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.25rem;
    margin-right: 0.75rem;
    position: absolute;
    right: 0;
    transition: all 0.2s ease;
}
@media (hover: hover) {
    .c-btn:hover {
        opacity: 0.7;
    }
    .c-btn:hover::after {
        right: -0.25rem;
    }
}

.c-card-jinjya {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
    .c-card-jinjya {
        display: grid;
        gap: 1.25rem 0.4375rem;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 1.5625rem;
    }
}
.c-card-jinjya__item {
    background-color: #FFF7CB;
    border-radius: 1px;
    display: flex;
    flex-direction: column-reverse;
    padding: 0.875rem 1.0625rem;
}
.c-card-jinjya__item:not(:first-child) {
    margin-top: 0.3125rem;
}
@media screen and (min-width: 1024px) {
    .c-card-jinjya__item:not(:first-child) {
        margin-top: 0;
    }
}
.c-card-jinjya__item-title a {
    background: #fff;
    border: 1px solid #9f9d9d;
    border-radius: 5px;
    box-shadow: 0px 4px 0px rgba(118, 117, 117, 0.39);
    color: #1967d2;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6666666667;
    margin-top: 0.3125rem;
    text-align: center;
    text-decoration: underline;
    transition: color 0.3s;
}
@media screen and (min-width: 768px) {
    .c-card-jinjya__item-title a {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .c-card-jinjya__item-title a:hover {
        color: #e53900;
    }
}
.c-card-jinjya__item-text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.625rem;
}
@media screen and (min-width: 480px) {
    .c-card-jinjya__item-text {
        font-size: 1.125rem;
        margin-top: 0.9375rem;
    }
}
.c-card-jinjya__item-link {
    margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
    .c-card-jinjya__item-link {
        margin-top: 1.25rem;
    }
}
.c-card-jinjya__item-link a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #000;
    border-color: #000;
    border-radius: 4px;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: bold;
    justify-content: center;
    line-height: normal;
    max-width: 100%;
    padding: 0.625rem 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-card-jinjya__item-link a {
        font-size: 1.125rem;
    }
}
.c-card-jinjya__item-link a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.25rem;
    margin-right: 0.75rem;
    position: absolute;
    right: 0;
    transition: all 0.2s ease;
}
@media (hover: hover) {
    .c-card-jinjya__item-link a:hover {
        opacity: 0.7;
    }
    .c-card-jinjya__item-link a:hover::after {
        right: -0.25rem;
    }
}

.c-card-omamori {
    display: flex;
    gap: 0.4375rem;
    margin-top: 0.4375rem;
    overflow-x: scroll;
}
@media screen and (min-width: 768px) {
    .c-card-omamori {
        margin-top: 1.5625rem;
    }
}
.c-card-omamori--no-scroll {
    display: grid;
    gap: 0.4375rem;
    grid-template-columns: repeat(3, 1fr);
    margin-right: 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .c-card-omamori--no-scroll {
        grid-template-columns: repeat(6, 1fr);
    }
}
.c-card-omamori--no-scroll .c-card-omamori__item {
    flex-shrink: 1;
    width: auto;
}
.c-card-omamori__item {
    flex-shrink: 0;
    width: 31.948052%;
}
@media screen and (min-width: 768px) {
    .c-card-omamori__item {
        width: 14rem;
    }
}
.c-card-omamori__item-body {
    padding-inline: 0.25rem;
}
.c-card-omamori__item-link {
    background-color: #FFF7CC;
    border: 1px solid #FCEEA1;
    border-radius: 1px;
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0.4375rem;
    text-align: center;
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
    .c-card-omamori__item-link {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .c-card-omamori__item-link:hover {
        opacity: 0.7;
    }
}
.c-card-omamori__item-title {
    border-bottom: 2px solid #FFC107;
    font-size: 0.75rem;
    font-weight: 700;
    padding-block: 0.25rem 0.375rem;
}
@media screen and (min-width: 768px) {
    .c-card-omamori__item-title {
        font-size: 1.125rem;
        padding-block: 0.625rem 0.375rem;
    }
}
.c-card-omamori__item-cat {
    border-bottom: 2px solid #FFC107;
    padding-block: 0.25rem 0.375rem;
}
.c-card-omamori__item-text {
    line-height: 1.4166666667;
    margin-top: 0.375rem;
    text-align: left;
}
.c-card-omamori__item-price {
    color: #E60033;
    font-weight: 700;
    margin-top: 0.625rem;
}

/* ファイルを選択
------------------------------------------ */
.c-file-select {
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
    .c-file-select {
        margin-bottom: 1.5625rem;
    }
}

.c-file-select__button-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.c-file-select__button {
    display: block;
    background-color: #F8F4E6;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.875rem 1.25rem;
    width: 300px;
    margin: 10px 0;
    text-align: center;
}
.c-file-select__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
    .c-file-select__text {
        font-size: 1.125rem;
    }
}
.c-file-select__field {
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    margin-top: 0.5em;
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
    .c-file-select__field {
        font-size: 1.625rem;
    }
}
@media (hover: hover) {
    .c-file-select__field:hover {
        opacity: 0.7;
    }
}

/* ファイルアップロード
------------------------------------------ */
.c-file-upload {
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
    .c-file-upload {
        margin-bottom: 1.5625rem;
    }
}
.c-file-upload__field {
    background-color: #f5f8fa;
    border: 1px solid #ddd !important;
    color: #333;
    cursor: pointer;
    margin: 0;
    padding: 0.75rem;
    transition: all 0.3s;
    width: 100%;
}
@media (hover: hover) {
    .c-file-upload__field:hover {
        opacity: 0.7;
    }
}

.c-goriyakubetu-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
    .c-goriyakubetu-list {
        margin-top: 1.5625rem;
    }
}
.c-goriyakubetu-list__item a {
    transition: all 0.3s;
}
@media (hover: hover) {
    .c-goriyakubetu-list__item a:hover {
        opacity: 0.7;
    }
}

.c-heading-bg-gray {
    background-color: #F5F6F7;
    border: 1px solid #909192;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
    .c-heading-bg-gray {
        font-size: 1.5rem;
        margin-bottom: 1.5625rem;
    }
}
.c-heading-bg-gray:not(:first-child) {
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .c-heading-bg-gray:not(:first-child) {
        margin-top: 1.5625rem;
    }
}
section > .c-heading-bg-gray {
    margin-top: 0;
}
.c-heading-bg-gray--text-large {
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .c-heading-bg-gray--text-large {
        font-size: 1.625rem;
    }
}
.c-heading-bg-gray--text-center {
    text-align: center;
}
.c-heading-bg-gray--link a {
    color: #1967d2;
    display: block;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    transition: color 0.3s;
}
.c-heading-bg-gray--link a::after {
    background: url(../images/heading-bg-gray-arrow.png) no-repeat center center/contain;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
@media screen and (min-width: 768px) {
    .c-heading-bg-gray--link a::after {
        height: 20px;
        width: 20px;
    }
}
@media (hover: hover) {
    .c-heading-bg-gray--link a:hover {
        color: #e53900;
    }
}
.c-heading-bg-gray--sidebar {
    font-size: 1.3125rem;
    padding: 0.75rem;
}

.c-heading-border-left {
    background: linear-gradient(#bebebe 0%, #fff 52.15%, #fff 100%);
    border: 1px solid #888;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0.9375rem;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .c-heading-border-left {
        font-size: 1.375rem;
        margin-bottom: 1.5625rem;
    }
}
.c-heading-border-left:not(:first-child) {
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .c-heading-border-left:not(:first-child) {
        margin-top: 1.5625rem;
    }
}
.c-heading-border-left::before {
    background-color: #888;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.c-page-top {
    bottom: 10px;
    display: none;
    position: fixed;
    right: 10px;
    z-index: 99999;
}

.c-page-top__button {
    align-items: center;
    background-color: #eee;
    border-radius: 5px;
    border-width: 0;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

.c-section-heading {
    background: url(../images/title-bg.png) no-repeat center center/100% 100%;
    font-size: 18px;
    font-weight: 700;
    margin-top: 2rem;
    padding-block: 7.52941176vw 2.88235294vw;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .c-section-heading {
        font-size: 2.5rem;
        padding-block: 6.52941176vw 1.88235294vw;
    }
}

.c-paypal-btn {
    text-align: center;
    margin-top: 2rem;
}
.c-paypal-btn span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    text-align: center;
}
.c-paypal-btn a {
    background-color: #0095d9;
    border-radius: 99px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    padding: 0.875rem 2.8125rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
    .c-paypal-btn a:hover {
        opacity: 0.7;
    }
}

.c-quote {
    background-color: #fafbfc;
    border: 1px solid #ddd;
    line-height: 1.8;
    margin-top: 1rem;
    padding: 1.4em 1.8em;
    position: relative;
}
@media screen and (min-width: 768px) {
    .c-quote {
        margin-top: 1.5625rem;
    }
}
.c-quote p {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .c-quote p {
        font-size: 1.125rem;
        margin-top: 1.5625rem;
    }
}
.c-quote span {
    display: block;
    font-size: 0.7em;
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .c-quote span {
        margin-top: 1.5625rem;
    }
}
.c-quote span a {
    color: #1967d2;
    text-decoration: underline;
    transition: color 0.3s;
}
@media (hover: hover) {
    .c-quote span a:hover {
        color: #e53900;
    }
}
.c-quote::before, .c-quote::after {
    color: #C8C8C8;
    font-family: serif;
    font-size: 300%;
    position: absolute;
}
.c-quote::before {
    content: "“";
    left: 10px;
    line-height: 1.1;
    top: 0;
}
.c-quote::after {
    bottom: 0px;
    content: "”";
    line-height: 0;
    right: 10px;
}

/* セレクトボックス
------------------------------------------ */
.c-select-box__field {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: inherit;
    font-size: 0.75rem;
    line-height: 1.8;
    transition: all 0.3s;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-select-box__field {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .c-select-box__field:hover {
        opacity: 0.7;
    }
}

.c-sidebar {
    display: none;
}
@media screen and (min-width: 1024px) {
    .c-sidebar {
        background-color: #fff;
        display: block;
        height: 100%;
        margin-inline: 0.3125rem;
        width: 30%;
    }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
    .c-sidebar {
        margin-inline: 0;
    }
}
.c-sidebar__inner {
    padding: 1.25rem;
}
.c-sidebar__title {
    margin-block: 1rem;
}
.c-sidebar__item a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 0.625rem 0.25rem;
    transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
    .c-sidebar__item a:hover {
        background-color: #f5f8fa;
    }
}

.c-sub-page__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .c-sub-page__title {
        font-size: 1.625rem;
    }
}
.c-sub-page__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .c-sub-page__text {
        font-size: 1.125rem;
        margin-top: 1.5625rem;
    }
}
.c-sub-page__text a {
    color: #1967d2;
    text-decoration: underline;
    transition: color 0.3s;
}
@media (hover: hover) {
    .c-sub-page__text a:hover {
        color: #e53900;
    }
}
.c-sub-page__text:not(:first-child) {
    margin-block: 1rem;
}
@media screen and (min-width: 768px) {
    .c-sub-page__text:not(:first-child) {
        margin-block: 1.5625rem;
    }
}
.c-sub-page__text--box-shadow {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.33);
    padding: 0.625rem;
}
@media screen and (min-width: 768px) {
    .c-sub-page__text--box-shadow {
        padding: 1.25rem;
    }
}
.c-sub-page__info {
    background: #f3fafe;
    border: 1px solid #bde4fc;
    border-radius: 4px;
    margin-top: 1rem;
    padding: 1.75rem 0.375rem 0.375rem;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .c-sub-page__info {
        margin-top: 1.5625rem;
        padding: 1.25rem 1.25rem 1.25rem 4.5rem;
    }
}
.c-sub-page__info::before {
    color: #87cefa;
    content: "\f05a";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 50%;
    line-height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    position: absolute;
    text-align: center;
    top: 0.7em;
}
@media screen and (min-width: 1024px) {
    .c-sub-page__info::before {
        border-right: 1px solid #bde4fc;
        font-size: 34px;
        left: 10px;
        line-height: 1em;
        margin-left: 0;
        padding-right: 0.15em;
        top: 50%;
        width: 44px;
    }
}
.c-sub-page__info-link {
    color: #1967d2;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6666666667;
    text-decoration: underline;
    transition: color 0.3s;
}
@media screen and (min-width: 768px) {
    .c-sub-page__info-link {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .c-sub-page__info-link:hover {
        color: #e53900;
    }
}
@media screen and (min-width: 1024px) {
    .c-sub-page__image {
        margin-inline: auto;
        max-width: 700px;
    }
}
.c-sub-page__table {
    border-collapse: collapse;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-sub-page__table {
        font-size: 1.125rem;
        margin-inline: auto;
        width: 80%;
    }
}
.c-sub-page__table th,
.c-sub-page__table td {
    border: 1px solid #000;
    padding: 0.1875rem 0.3125rem;
}
.c-sub-page__table th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    width: 32%;
}
@media screen and (min-width: 768px) {
    .c-sub-page__table th {
        vertical-align: middle;
    }
}
.c-sub-page__table td {
    width: 68%;
}
.c-sub-page__table td a {
    color: #1967d2;
    text-decoration: underline;
    transition: color 0.3s;
}
@media screen and (min-width: 768px) {
    .c-sub-page__table td a {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .c-sub-page__table td a:hover {
        color: #e53900;
    }
}
.c-sub-page__table-map {
    width: 100%;
}
.c-sub-page__table-map iframe {
    aspect-ratio: 247/186;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-sub-page__table-map iframe {
        aspect-ratio: 600/450;
    }
}
.c-sub-page__order-list {
    font-size: 0.75rem;
    line-height: 1.8;
    list-style: decimal;
    margin: 0.2em;
    padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
    .c-sub-page__order-list {
        font-size: 1.125rem;
        padding-left: 2.5rem;
    }
}
.c-sub-page__unorder-list {
    font-size: 0.75rem;
    line-height: 1.8;
    list-style: disc;
    margin: 0.2em;
    padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
    .c-sub-page__unorder-list {
        font-size: 1.125rem;
        padding-left: 2.5rem;
    }
}

.c-footer {
    background-color: #fff;
    margin-top: 1.25rem;
    padding: 0.5rem;
}
.c-footer__body {
    margin-top: 1.25rem;
    padding: 0.5rem;
}
.c-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-footer__item {
    display: flex;
    flex: 1 1 auto;
    width: 46%;
}
@media screen and (min-width: 768px) {
    .c-footer__item {
        border-left: 1px solid #ddd;
        display: block;
        flex: none;
        width: auto;
    }
    .c-footer__item:last-child {
        border-right: 1px solid #ddd;
    }
}
.c-footer__item a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-footer__item a {
        padding-inline: 0.625rem;
    }
}
@media (hover: hover) {
    .c-footer__item a:hover {
        background-color: #f5f8fa;
        color: #333;
    }
}
.c-footer__copy {
    display: block;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 0.5rem;
    text-align: center;
}

.c-header {
    background-color: #fff;
    box-shadow: 0 0 5px darkgrey;
    font-size: 1.1875rem;
    height: 5.125rem;
    left: 0;
    margin: auto;
    max-width: 1456px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
    width: 100%;
    z-index: 20;
}
.c-header__inner {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: space-between;
}
.c-header__logo img {
    margin-inline: auto;
    max-height: 3.75rem;
    width: auto;
}

@media screen and (min-width: 768px) {
    .c-header__logo img {
        max-height: 4.75rem;
    }
}

.c-header-serch {
    height: 3.125rem;
    width: 4.375rem;
    display: flex;
}
.c-header-serch__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    width: 100%;
}
.c-header-serch__icon::before {
    content: "\f002";
    display: block;
}
.c-header-serch__text {
    display: block;
    font-size: 0.625rem;
}
.c-header-serch__wrap {
    left: 50%;
    max-width: 600px;
    opacity: 0;
    position: fixed;
    top: 40%;
    transform: translateY(900%) translateX(-50%);
    transition: 0.3s ease-in-out;
    width: 90%;
    z-index: 99;
}
.c-header-serch__box {
    margin: 1em 0 2em;
    position: relative;
}
.c-header-serch__box input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    padding: 0.6875rem;
    width: 100%;
}
.c-header-serch__submit {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #ddd;
    cursor: pointer;
    font-size: 20px;
    padding: 0 8px;
    position: absolute;
    right: 3px;
    top: calc(50% - 12px);
}
.c-header-serch__submit-icon:before {
    content: "\f002";
}
.c-header-serch #search-menu-close {
    background: black;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: 0.3s ease-in-out;
    width: 100%;
    z-index: 99;
}
.c-header-serch #search-menu-input:checked ~ #search-menu-close {
    display: block;
    opacity: 0.5;
}
.c-header-serch #search-menu-input:checked ~ #search-menu-content {
    opacity: 1;
    transform: translateY(0%) translateX(-50%);
    transition: 0.3s ease-in-out;
}

.c-hamburger {
    align-items: center;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 3.125rem;
    justify-content: space-evenly;
    padding: 0;
    position: relative;
    width: 4.375rem;
    z-index: 25;
}
.c-hamburger__border::before {
    content: "\f0c9";
    display: block;
}
.c-hamburger__text {
    display: block;
    font-size: 0.625rem;
}

.c-sp-nav {
    background: #fff;
    height: 100vh;
    left: 0;
    max-width: 200px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.3s;
    width: 100%;
    z-index: 35;
}
@media screen and (min-width: 768px) {
    .c-sp-nav {
        max-width: 300px;
    }
}
.c-sp-nav.is-show {
    transform: translateX(0);
}
.c-sp-nav__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 30;
}
.c-sp-nav__overlay.is-active {
    opacity: 1;
    visibility: visible;
}
.c-sp-nav__list {
    padding-inline: 1em;
}
.c-sp-nav__item a {
    color: #333;
    display: block;
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 0.375rem;
}
@media screen and (min-width: 768px) {
    .c-sp-nav__item a {
        font-size: 1.125rem;
    }
}
.c-sp-nav__close {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-right: 0.9375rem;
    text-align: right;
    width: 100%;
}
.c-sp-nav__close-icon::before {
    content: "\f00d";
}
.c-error-message {
    color: red;
    margin-top: 5px;
}

.c-alert {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
}

.c-alert--success {
    background: #6fb06f;
    color: #fff;
}

.c-alert--error {
    background: #b06f71;
    color: #fff;
}

body.is-fixed {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
}

.p-goriyakubetu-section {
    margin-top: 1.875rem;
}

.p-kingazo1__mv {
    margin: 1.25rem auto 0;
    max-width: 306px;
}
.p-kingazo1__link {
    margin-top: 1.5625rem;
    text-align: right;
}
.p-kingazo1__link a {
    color: #1967d2;
    display: inline-block;
    font-size: 0.75rem;
    text-decoration: underline;
    transition: color 0.3s;
}
@media screen and (min-width: 768px) {
    .p-kingazo1__link a {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .p-kingazo1__link a:hover {
        color: #e53900;
    }
}

.p-kingazo1-box {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.29);
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-block: 0.625rem 1.25rem;
    padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
    .p-kingazo1-box {
        font-size: 1.125rem;
    }
}
.p-kingazo1-box__text {
    letter-spacing: 0.12em;
}
.p-kingazo1-box__category {
    border-bottom: 3px solid #CECDCD;
    margin-top: 1.25rem;
    padding-bottom: 0.1875rem;
}
.p-kingazo1-box__category a {
    color: #1967d2;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.3s;
}
@media screen and (min-width: 768px) {
    .p-kingazo1-box__category a {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .p-kingazo1-box__category a:hover {
        color: #e53900;
    }
}
.p-kingazo1-box__price {
    border-bottom: 1px solid #CECDCD;
    margin-top: 0.625rem;
    padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
    .p-kingazo1-box__price {
        font-size: 0.75rem;
    }
}
.p-kingazo1-box__price span {
    color: #e53900;
    font-size: 1.125rem;
}
.p-kingazo1-box__stock {
    margin-top: 0.625rem;
}

.p-kinun {
    padding-top: 2rem !important;
}

.p-kinun__link {
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .p-kinun__link {
        margin-top: 1.5625rem;
    }
}

.p-top-menu__list {
    display: grid;
    gap: 0.4375rem;
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
    .p-top-menu__list {
        gap: 1.5rem;
        grid-template-columns: repeat(5, 1fr);
    }
}
.p-top-menu__item a {
    background-color: #6b6b6b;
    border-bottom: 5px solid #393939;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    padding: 0.4375rem 0.8125rem;
    position: relative;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .p-top-menu__item a {
        font-size: 1.3125rem;
        padding: 0.625rem;
    }
}
.p-top-menu__item a::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    margin-right: 0.75rem;
    position: absolute;
    right: 0.1px;
    top: 37%;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
    width: 7px;
}
@media screen and (min-width: 768px) {
    .p-top-menu__item a::after {
        height: 9px;
        width: 9px;
    }
}
@media (hover: hover) {
    .p-top-menu__item a:hover {
        background: #c0c0c0;
        border-bottom: 2px solid #393939;
        color: #fff;
        margin-top: 3px;
        opacity: 0.7;
    }
    .p-top-menu__item a:hover::after {
        right: -4px;
    }
}

.p-top-mv {
    margin-top: 5.125rem;
}

.p-top-news {
    font-size: 0.75rem;
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .p-top-news {
        font-size: 1.125rem;
    }
}
.p-top-news__list {
    margin-top: 1.5625rem;
}
.p-top-news__item {
    border-bottom: 2px solid #eee;
    padding-bottom: 1rem;
}
.p-top-news__item:not(:first-child) {
    margin-top: 1rem;
}
.p-top-news__item-wrap {
    line-height: 1.8;
}
.p-top-news__item-date {
    color: #abb8c3;
}
.p-top-news__item-content {
    margin-top: 1rem;
}

.p-top-section {
    margin-top: 0.9375rem;
}
.p-top-section__text {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.6666666667;
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .p-top-section__text {
        font-size: 1.125rem;
        margin-top: 1.5625rem;
    }
}
.p-top-section__text:not(:first-child) {
    margin-block: 1rem;
}
@media screen and (min-width: 768px) {
    .p-top-section__text:not(:first-child) {
        margin-block: 1.5625rem;
    }
}
.p-top-section__link {
    margin-top: 1rem;
}
@media screen and (min-width: 768px) {
    .p-top-section__link {
        margin-top: 1.5625rem;
    }
}
.p-top-section__more {
    margin-top: 1.5625rem;
    text-align: right;
}
.p-top-section__more a {
    color: #1967d2;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6666666667;
    text-decoration: underline;
    transition: color 0.3s;
}
@media screen and (min-width: 768px) {
    .p-top-section__more a {
        font-size: 1.125rem;
    }
}
@media (hover: hover) {
    .p-top-section__more a:hover {
        color: #e53900;
    }
}

/* PCファースト
------------------------------------------ */
/* スマホファースト
------------------------------------------ */
.u-desktop-only {
    display: none;
}
@media screen and (min-width: 768px) {
    .u-desktop-only {
        display: block;
    }
}

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

/* 非表示
------------------------------------------ */
.u-display-none {
    display: none;
}

.u-font-weight-bold {
    font-weight: 700;
}

/**
 * 上下マージン
 */
.u-mb-sp-16 {
    margin-bottom: 16px;
}

.u-mt-sp-16 {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .u-mb-pc-16 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .u-mt-pc-16 {
        margin-top: 16px;
    }
}

.u-mb-sp-25 {
    margin-bottom: 25px;
}

.u-mt-sp-25 {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .u-mb-pc-25 {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 768px) {
    .u-mt-pc-25 {
        margin-top: 25px;
    }
}

.u-mb-sp-60 {
    margin-bottom: 60px;
}

.u-mt-sp-60 {
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .u-mb-pc-60 {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .u-mt-pc-60 {
        margin-top: 60px;
    }
}

.u-mb-sp-80 {
    margin-bottom: 80px;
}

.u-mt-sp-80 {
    margin-top: 80px;
}

@media screen and (min-width: 768px) {
    .u-mb-pc-80 {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .u-mt-pc-80 {
        margin-top: 80px;
    }
}

/* 左右マージン
------------------------------------------ */
.u-margin-inline-auto {
    margin-inline: auto;
}

.u-max-width-400 {
    max-width: 25rem;
}

@media screen and (min-width: 768px) {
    #paypal-button-container {
        margin: 0 auto;
        width: 500px;
    }
}

.temple-map-wrapper {
    display: flex;
    justify-content: center;
}
#temple-map {
    position: relative;
    width: 770px;
    border: 1px solid whitesmoke;
    box-shadow: 0px 0px 10px 5px whitesmoke;
    padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
    #temple-map {
        width: 100%;
        padding-top: 150px;
        padding-bottom: 200px;
    }
}
#temple-map .map-container {
    display: flex;
    justify-content: center;
}
#temple-map .map-container img {
    width: 750px;
    max-width: none;
}
@media screen and (max-width: 767px) {
    #temple-map .map-container img {
        width: 100%;
    }
}
#temple-map .map-buttons {
    position: absolute;
    background-color: #EB6101;
    padding: 2px;
    font-size: 14px;
}
#temple-map .map-buttons .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}
#temple-map .map-buttons button, #temple-map .map-buttons .empty-cell {
    text-align: center;
    width: 55px;
    background-color: white;
    color: #EB6101;
    border: #EB6101 solid 1px;
    padding: 5px;
    transition-duration: 0.4s;
    border-radius: 4px;
}
#temple-map .map-buttons .empty-cell {
    background-color: #FF7717;
}
#temple-map .map-buttons button:hover {
    background-color: #EB6101;
    color: white;
}
#temple-map .map-buttons button.active {
    background-color: #FF7717;
    color: white;
}
#temple-map .group1 {
    width: 50px;
    top: 10%;
    left: 3%;
}
@media screen and (max-width: 767px) {
    #temple-map .map-container img {
        top: 10%;
        left: 5%;
    }
}
#temple-map .group2 {
    width: 115px;
    top: 30%;
    left: 25%;
}
@media screen and (max-width: 767px) {
    #temple-map .group2 {
        top: 10%;
        left: 25%;
    }
}
#temple-map .group2::before {
    content: "近阪";
    position: absolute;
    width: 40px;
    display: block;
    top: -24px;
    left: 0px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}
#temple-map .group3 {
    width: 115px;
    top: 20%;
    left: 45%;
}
@media screen and (max-width: 767px) {
    #temple-map .group3 {
        top: 10%;
        left: 63%;
    }
}
#temple-map .group3::before {
    content: "甲信越-北陸";
    position: absolute;
    width: 100px;
    display: block;
    top: -24px;
    left: 0px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}
#temple-map .group4 {
    width: 58px;
    top: 5%;
    left: 90%;
}
@media screen and (max-width: 767px) {
    #temple-map .group4 {
        top: 20%;
        left: 3%;
    }
}
#temple-map .group5 {
    width: 115px;
    top: 45%;
    left: 80%;
}
@media screen and (max-width: 767px) {
    #temple-map .group5 {
        top: 40%;
        left: 3%;
    }
}
#temple-map .group5::before {
    content: "東北";
    position: absolute;
    width: 40px;
    display: block;
    top: -24px;
    left: 0px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}
#temple-map .group6 {
    width: 115px;
    top: 75%;
    left: 80%;
}
@media screen and (max-width: 767px) {
    #temple-map .group6 {
        top: 34%;
        left: 59%;
    }
}
#temple-map .group6::before {
    content: "關東";
    position: absolute;
    width: 40px;
    display: block;
    top: -24px;
    left: 0px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}
#temple-map .group7 {
    width: 115px;
    top: 85%;
    left: 59%;
}
#temple-map .group7::before {
    content: "東海";
    position: absolute;
    width: 40px;
    display: block;
    top: 33px;
    left: -40px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}
@media screen and (max-width: 767px) {
    #temple-map .group7 {
        top: 63%;
        left: 3%;
    }
    #temple-map .group7::before {
        top: -20px;
        left: 0px;
    }
}
#temple-map .group8 {
    width: 115px;
    top: 85%;
    left: 30%;
}
#temple-map .group8::before {
    content: "四国";
    position: absolute;
    width: 40px;
    display: block;
    top: 33px;
    left: -40px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}
@media screen and (max-width: 767px) {
    #temple-map .group8 {
        top: 60%;
        left: 60%;
    }
    #temple-map .group8::before {
        top: -20px;
        left: 0px;
    }
}
#temple-map .group9 {
    width: 115px;
    top: 75%;
    left: 3%;
}
@media screen and (max-width: 767px) {
    #temple-map .group9 {
        top: 80%;
        left: 60%;
    }
}
#temple-map .group9::before {
    content: "九州";
    position: absolute;
    width: 40px;
    display: block;
    top: -24px;
    left: 0px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}
#temple-map .group10 {
    width: 115px;
    top: 45%;
    left: 3%;
}
@media screen and (max-width: 767px) {
    #temple-map .group10 {
        top: 80%;
        left: 3%;
    }
}
#temple-map .group10::before {
    content: "中国";
    position: absolute;
    width: 40px;
    display: block;
    top: -24px;
    left: 0px;
    padding: 5px;
    background-color: #EB6101;
    color: white;
}

#product .slider-wrapper, #products .slider-wrapper {
    display: flex;
    justify-content: center;
}
#product .slider, #products .slider {
    width: 450px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #product .slider, #products .slider{
        width: 70%;
    }
}
#product .slider button::before, #products .slider button::before{
    color: black
}

.form-buttons {
    vertical-align: middle;
}
form input {
    margin: 0;
    color: #555;
}
form input.input_text {
    margin: 2px 0;
    padding: 10px;
    height: 16px;
    border: 1px solid #DDD;
    line-height: 1.5em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(200, 200, 200, 0.2) inset;
    box-shadow: 1px 1px 1px 0 rgba(200, 200, 200, 0.2) inset;
}
form textarea.textarea {
    margin: 2px 0;
    padding: 10px;
    border: 1px solid #DDD;
    line-height: 1.5em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(200, 200, 200, 0.2) inset;
    box-shadow: 1px 1px 1px 0 rgba(200, 200, 200, 0.2) inset;
}
form .multiline textarea.textarea {
    height: 200px;
}
form input.input_text:hover, form textarea.textarea:hover, form input.input_text:focus, form textarea.textarea:focus {
    background-color: #FAFAFA;
    border: 1px solid #C5C5C5;
}
form input.input_text[disabled], form input.input_text[disabled]:hover {
    background-color: #EEE;
    border: 1px solid #DDD;
}
form select {
    margin: 1px 0;
    padding: 0 10px;
    height: 36px;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
form select option {
    padding: 5px;
}
form input.input_check {
    margin: 10px 0px;
}
form label.check_label {
    display: inline-block;
    margin: 15px 25px 0 5px;
    vertical-align: top;
    cursor: pointer;
}
.radio_button input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: pointer;
}
.radio_button input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #EB6101;
    border-radius: 12px;
}
.cb_button input[type="checkbox"] {
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 4px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: pointer;
}
.cb_button input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #EB6101;
    border-radius: 4px;
}
form input.size-l, form textarea.size-l {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
}
form input.size_m {
    width: 150px;
}
form input.size_s {
    width: 80px;
}
form input.size_ss {
    width: 40px;
}
.form-scroll-cont {
    margin: 10px 0 5px;
    padding: 10px;
    border: 2px solid #EEE;
    background-color: #FAFAFA;
    width: 400px;
    height: 80px;
    overflow-y: scroll;
}
.form-scroll-cont h4, .form-scroll-cont p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2em;
}
form label.error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #F22333;
}
form span.must {
    margin-left: 10px;
    font-size: 12px;
    color: #CC0000;
}
#confirm-form .form-input-set p {
    line-height: 1.5em;
}
.form-submit-set {
    padding-top: 20px;
    text-align: center;
}
.form-input-set .form-fieldset {
    display: table;
    width: 100%;
    table-layout: fixed;
    *overflow: auto;
}
.form-input-set .form-legend {
    display: table-cell;
    margin-bottom: 1px;
    padding: 20px 10px;
    width: 45%;
    vertical-align: top;
    *clear: left;
    *float: left;
    white-space: nowrap;
}
.form-input-set .form-legend p {
    padding-left: 75px;
    position: relative;
}
.form-input-set .form-legend p .must {
    position: absolute;
    left: 0;
    top: -4px;
}
@media screen and (max-width: 767px) {
    .form-input-set .form-legend p .must {
        top: 0;
    }
}
#confirm_form .form-input-set .form-cont {
    padding: 20px 10px;
}
.form-input-set .form-cont {
    display: table-cell;
    padding: 6px;
    vertical-align: top;
    *float: left;
}
.form-input-set .form-cont p {
    line-height: 1.6em;
}
.form-caption {
    padding-top: 5px;
    color: #888;
}
.form-set01 .form-input-set {
    border-bottom: 1px solid #ddd;
}
.form-set01 .form-legend {
    border-top: 1px solid #ddd;
    border-bottom: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f4f4f6;
}
.form-set01 .form-cont {
    border-top: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ddd;
}
.form-set02 .form-input-set {
    border-top: 2px solid #ddd;
}
.form-set02 .form-legend {
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}
.form-set02 .form-cont {
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    position: relative;
}
.form-set02 .form-cont label.error {
    position: absolute;
    top: -10px;
    right: 0px;
    padding: 5px 15px;
    background: #c00;
    color: #fff;
}
.checkboxtext-left {
    float: left;
    width: 200px;
}
.checkboxtext-right {
    float: left;
    width: 200px;
}
.input_wrap {
    display: inline-block;
}
.form-vetrical .input_wrap {
    display: block;
}
@media screen and (max-width: 767px) {
    .form-input-set .form-fieldset {
        display: block;
    }
    .form-input-set .form-fieldset p {
        padding-left: 0;
    }
    .form-set02 .form-legend {
        padding-bottom: 5px;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: none;
        font-size: 13px;
    }
    .form-set02 .form-legend p {
        padding-left: 63px;
        font-weight: bold;
    }
    .form-set02 .form-legend p .must {
        margin: 0;
        left: 0;
        top: -2px;
    }
    .form-set02 .form-legend p .must .tx-icon {
        margin-right: 0;
    }
    .form-set02 .form-cont {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    .form-set02 .form-cont label.error {
        position: absolute;
        top: -10px;
        right: 0px;
        padding: 5px;
        background: #c00;
        color: #fff;
    }
    form input.input-text {
        height: 40px;
    }
    form input.size-l, form textarea.size-l {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
    }
    form input.size-m, form textarea.size-m {
        height: 20px;
    }
}input.error, textarea.error {
     background: #FCEFF0 !important;
     border: 1px solid #F22333 !important;
 }

.tx-icon {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    background: #222;
    color: #FFF;
    vertical-align: middle;
}
.block, .area {
    margin-bottom: 50px;
}
.heading06 {
    position: relative;
    padding: 0.75em 5px;
    line-height: 1.2;
    border-top: solid 2px #ccc;
    border-bottom: dotted 1px gray;
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .heading06 {
        font-size: 1.2rem;
    }
}
.form-group {
    box-shadow: 0px 0px 5px 2px grey;
    padding: 30px;
}
.part {
    margin-bottom: 20px;
}
.access a {
    margin-right: 10px;
}
.justify-center {
    justify-content: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-submit-set {
    padding-top: 20px;
    text-align: center;
}
.form-buttons {
    vertical-align: middle;
}
input.button {
    border: none;
    display: inline-block;
}
a.button, input.button {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    background-color: #eb7501;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 1.0em;
}
.form-buttons input.button, .form-buttons a.button {
    margin: 0 5px;
    vertical-align: bottom;
    min-width: 300px;
}
.form-buttons input.button:disabled, .form-buttons input.button:disabled:hover {
    background: lightgray;
    border: 1px solid lightgray;
    cursor: not-allowed !important;
    color: #222;
}
.image-previewer {
    height: 280px!important;
    width: 280px;
    display: flex;
    border-radius: 10px;
    border: 1px solid lightgrey;
}
.container img {
    max-width: 100%;
    height: auto;
}
.form-buttons input {
    cursor: pointer!important;
}
a.button.bc-ghost, input.button.bc-ghost {
    color: #222;
    background-color: transparent;
    border: 1px solid #222;
}
.form-buttons input.button, .form-buttons a.button {
    margin: 0 5px;
    vertical-align: bottom;
    min-width: 300px;
}
.access a {
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .part {
        margin-bottom: 10px;
    }
    .block, .area {
        padding: 0 10px;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.cover {
    padding: 20px;
    border: 1px solid #ddd;
}
.center {
    text-align: center;
}
.recaptcha-wrapper {
    height: 70px;
    width: 300px;
    overflow: hidden;
    background-color: #F9F9F9;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    height: 70px;
    position: relative;
    margin-top: 17px;
    border: 1px solid #d3d3d3;
    color: #000;
}
.recaptcha-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.g-recaptcha {
    width: 41px;
    /* border: 1px solid red; */
    height: 38px;
    overflow: hidden;
    float: left;
    margin-top: 16px;
    margin-left: 6px;
}
.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    left: 50px;
    top: 26px;
    position: absolute;
    color: black;
}
.recaptcha-info {
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 32px;
    background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
    background-repeat: no-repeat;
}
.rc-anchor-logo-text {
    color: #9b9b9b;
    cursor: default;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 37px;
}
.rc-anchor-pt {
    color: #9b9b9b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 8px;
    font-weight: 400;
    right: 10px;
    top: 53px;
    position: absolute;
}
.rc-anchor-pt a:link {
    color: #9b9b9b;
    text-decoration: none;
}
.information {
    margin-left: 0;
    display: flex;
    font-size: 1.9rem!important;
    padding: 5px;
}
table {
    width: 100%;
}
.information table td {
    border: 1px solid #666;
    font-size: 19px;
    padding: 12px;
}
.information tr>td:first-child {
    background-color: #DDD;
}

.profile-img-container {
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.profile-img-container img {
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    table th, table td {
        font-size: 12px !important;
    }
    .information tr>td {
        width: 100%;
    }
    .profile-img-container {
        margin: 20px auto;
    }
}

ul.normal {
    padding: 0 0 0 20px;
}
ul.normal li {
    margin: 0 0 0em 3px;
    list-style-type: disc;
    padding: 0;
    width: 100%;
    line-height: 2.0;
}

#map {
    position: relative;
}
#map img{
    max-width: none;
    width: 80%;
}
.map-container {
    display: flex;
    justify-content: center;
}
.map-button {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: white;
    width: 400px;
}
@media screen and (max-width: 1000px) {
    .map-button {
        width: 90%;
        top: 91%;
        margin-bottom: 10px!important;
    }
}
@media screen and (max-width: 1000px) {
    .map-container img {
        width: 100%;
        bottom: 10px;
    }
}
#map {
    width: 65vh;
    height: 500px;
    float: right;
}
@media screen and (max-width: 767px) {
    #map {
        width: 90vw;
        height: 300px;
    }
}

a:hover {
    color: inherit !important;
}
