/*
Theme Name: 桐原葡萄農園
Template: businesspress
*/

/* リセット */
* {
    box-sizing: border-box;
}

ul, li, dl, dt, dd, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    border: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-text-size-adjust: none;
}



/*====================================================================================================*/
/* 共通 */
* {
    font-size: 16px;
    color: #444444;
}

@media screen and (max-width: 782px) {
    * {
        font-size: 13px;
    }
}
p {
    line-height: 1.75em;
}

.site-header {
    border-bottom: none;
    margin-bottom: 4rem;
}

@media screen and (max-width: 782px) {
    .site-header {
        margin-bottom: 2rem;
    }
}

body.home .site-header {
    margin-bottom: 3rem;
}

@media screen and (max-width: 782px) {
    .site-logo {
        width: 85%;
    }
}

h2.wp-block-heading {
    color: #813d9d;
    font-size: 2.3rem;
    margin-bottom: 0.75em;
}


@media screen and (max-width: 782px) {
    h2.wp-block-heading {
        font-size: 1.5em;
    }
}

h2.wp-block-heading br {
    display: none;
}

h2.wp-block-heading br::before {
    content: " ";
}

@media screen and (max-width: 474px) {
    h2.wp-block-heading br {
        display: inherit;
    }

    h2.wp-block-heading br::before {
        content: "";
    }
}

h2.wp-block-heading.heading {
    margin-bottom: 0.25rem;
}

@media screen and (max-width: 782px) {
    h2.wp-block-heading.heading {
        font-size: 1.45em;
        margin-bottom: 0.5em;
    }
}
.main-navigation .menu {
    display: flex;
    align-items: center;
    gap: 2em;
}

@media screen and (max-width: 979px) {
    .main-navigation .menu {
        flex-direction: column;
        align-items: baseline;
        gap: 1em;
    }
}

.main-navigation .menu li {
    display: inherit;
}

.main-navigation .menu li a {
    padding: 0;
}

@media screen and (min-width: 980px) {
    .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
        color: #813d9d;
        border-bottom: 3px solid #813d9d;
        line-height: 1.75em;
    }
}
.insta a::before {
	display: none;
}
.fa-instagram {
	font-size: 24px;
	vertical-align: text-bottom;
}
@media screen and (max-width: 979px) {
	.fa-instagram {
		position: relative;
	}
	.fa-instagram::after {
		content: "Instagram";
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-60%);
	}
}
.main-header {
    margin: 0;
    padding: 0 1em;
}

.jumbotron {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.jumbotron::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    filter: blur(4px);
    z-index: -1;
    background-size: cover;
}

body.about .jumbotron::before {
    background-image: url(https://kirihara-grape.jp/images/heading-bg_about.jpg);
}

body.grapes .jumbotron::before {
    background-image: url(https://kirihara-grape.jp/images/heading-bg_grapes.jpg);
}

body.order .jumbotron::before {
    background-image: url(https://kirihara-grape.jp/images/heading-bg_order.jpg);
}

body.contact .jumbotron::before, body.contact-confirm .jumbotron::before, body.thanks .jumbotron::before {
    background-image: url(https://kirihara-grape.jp/images/heading-bg_contact2.jpg);
}
body.single-post .jumbotron::before,body.category-news .jumbotron::before {
    background-image: url(https://kirihara-grape.jp/images/heading-bg_news.jpg);
}

.jumbotron-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

.jumbotron-content {
    padding: 60px;
}

@media screen and (max-width: 782px) {
    .jumbotron-content {
        padding: 20px;
    }
}

.jumbotron-title {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.subheader {
    text-transform: capitalize;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
}


@media screen and (max-width: 782px) {
    .subheader {
        font-size: 1.25rem;
        margin: 0;
    }
}

#content {
    max-width: 1000px;
}

body.home #content {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.wp-block-group {
    max-width: 1000px;
    margin: 0 auto 3em;
}

.wp-block-button a:hover {
    background-color: #c09ece;
}

.foot-contact-banner {
    border: 4px solid #813d9d;
    padding: 2em;
    text-align: center;
}

.foot-contact-banner {
    width: 100%;
    max-width: 900px;
    border: 8px solid #813d9d;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}

.foot-contact-banner .wp-block-group {
    margin: 0 auto;
}

.foot-contact-banner h2.head-s {
    font-size: 1.75rem;
    background: linear-gradient(transparent 70%, #c09ece 70%);
    line-height: 1.25em;
    margin: 0 auto;
}

@media screen and (max-width: 979px) {
    .foot-contact-banner h2.head-s {
        font-size: 1.5em;
    }
}

.footer-widget-area {
    border-top: none;
    padding: 0;
}

.contact-links {
    width: 100%;
    margin-bottom: 0;
}

@media screen and (max-width: 782px) {
    .contact-links {
        gap: 1.5em;
    }
}

.contact-links .tel-link {
    color: #813d9d;
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1em;
}

@media screen and (max-width: 782px) {
    .contact-links .tel-link, .contact-links .tel-link a {
        font-size: 2.5rem;
    }
}

.foot-contact-banner .txt {
    margin-bottom: 0.75rem;
}

@media screen and (max-width: 782px) {
    .foot-contact-banner .txt {
        text-align: justify;
    }

    .foot-contact-banner .txt br {
        display: none;
    }
}

.foot-contact-banner .form-link a {
    font-size: 1.5em;
    text-decoration: none;
}

.back-to-top {
    background: #b64a96;
}

.back-to-top:hover {
    background: #c09ece;
}

.back-to-top:before {
    color: #ffffff;
}

.site-bottom {
    padding: 2em 0;
}

.site-info {
    clear: none;
    float: none;
    text-align: center;
    margin: 0;
}

.site-copyright, .site-credit {
    color: #666666;
    margin: 0;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 782px) {
    .sp-only {
        display: block;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.recaptcha-notice {
    font-size: 12px;
    color: #666;
    margin-bottom: 1.25em;
    line-height: 1.5;
}
.recaptcha-notice a {
    text-decoration: underline;
}


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

.main-header-content {
    padding: 0;
}

.drawer-opened .drawer-navigation {
    background-color: #eee5f3;
    width: 80%;
}

.drawer-navigation a,
.fa-instagram::after {
    font-size: 1.35rem;
	color: #444444;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
}
.drawer-navigation .current-menu-item a {
    color: #813d9d;
    border-bottom: 2px solid;
}


/*====================================================================================================*/
/* トップページ */
@media screen and (max-width: 782px) {
    .top-msg {
        padding: 0 2em;
    }
}

.top-msg h2.wp-block-heading.heading {
    font-size: 2.6rem;
    margin-bottom: 1em;
}

.top-msg .txt {
    font-size: 1em;
    line-height: 2em;
}

@media screen and (max-width: 782px) {
    .top-msg .txt {
        font-size: 1.2rem;
        text-align: justify;
    }
    .top-msg .txt br {
        display: none;
    }
}

.introduction {
    background: #eadfef;
    padding: 3em 1em;
    max-width: 100%;
}

@media screen and (max-width: 782px) {
    .introduction {
        padding: 2em 1.5em;
    }
}

.introduction .wp-block-group__inner-container {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 782px) {
    .introduction .intro_item .wp-block-column .wp-block-group.wp-block-group-is-layout-flex {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1em;
    }

    .introduction .intro_item .wp-block-column .wp-block-group.wp-block-group-is-layout-flex figure.img {
        flex: 1;
    }

    .introduction .intro_item .wp-block-column .wp-block-group.wp-block-group-is-layout-flex .wp-block-group {
        flex: 2;
    }
}

.wp-block-group.news {
    max-width: 800px;
}

@media screen and (max-width: 782px) {
    .wp-block-group.news {
        margin: 0 auto;
        padding: 1.5em;
    }
}

.introduction h2.wp-block-heading.heading, .news h2.wp-block-heading.heading {
    margin-bottom: 1em;
}

.introduction h2.heading::before, .news h2.heading::before {
    display: block;
    color: #c09ece;
    font-size: 0.65em;
    content: attr(data-eng);
    text-transform: capitalize;
}

.introduction .intro_item .img {
    border: 10px solid #ffffff;
    box-shadow: 0 0 10px #cccccc;
}

@media screen and (max-width: 782px) {
    .introduction .intro_item .img {
        border: 6px solid #ffffff;
    }
}

.introduction .intro_item .heading {
    color: #813d9d;
    text-align: center;
    margin-bottom: 0.25em
}

@media screen and (max-width: 782px) {
    .introduction .intro_item .heading {
        text-align: left;
    }
}

.introduction .intro_item .heading::before {
    width: 100%;
    background: linear-gradient(transparent 70%, #c09ece 70%);
}

.introduction .intro_item .txt {
    font-size: 0.875em;
    line-height: 1.75em;
}

.news .news_list li {
    border-bottom: 1px dashed #666666;
    padding: 0.5em 0.5em 0.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .news_list li .news_date {
    margin-right: 2em;
}

@media screen and (max-width: 782px) {
    .news .news_list li .news_date {
        margin-right: 1em;
    }
}

.news .news_list li a {
    color: #666666;
    text-decoration: none;
}

.news .news_list li .news_date, .news .news_list li a {
    font-size: 1.3rem;
}

@media screen and (max-width: 782px) {
    .news .news_list li .news_date, .news .news_list li a {
        font-size: 1.15rem;
    }
}


/*====================================================================================================*/
/* 私たちのこと */

.commitment {
}

.commitment .commit-block {
    margin-bottom: 5em;
}

.commitment .commit-block:nth-child(odd) {
    flex-direction: row-reverse;
}

.commitment .commit_img {
}

.commitment h3.commit_head {
    font-size: 1.75rem;
    margin-bottom: 0;
    background: linear-gradient(transparent 70%, #c09ece 70%);
    padding: 0 0.125em;
}

.commitment .commit_txt {
    line-height: 1.75em;
    margin: 0 auto;
    padding: 0;
}

.owner {
    margin-bottom: 1.5em;
}

.owner .name {
    font-size: 1.5em;
    font-weight: bold;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率4:3 */
}
 
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*====================================================================================================*/
/* ぶどうのこと */
.variety {

}

.variety .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}

.variety .wp-block-group.is-layout-grid .item .wp-block-group.kking {
    margin-bottom: 1.5em;
}

/*.variety .wp-block-group.is-layout-grid .item:nth-last-child(2) {
    grid-column: 2;
}

.variety .wp-block-group.is-layout-grid .item:last-child {
    grid-column: 2;
}*/

.variety .wp-block-group.is-layout-grid .item .wp-block-image {
    position: relative;
}

.variety .wp-block-group.is-layout-grid .item .wp-block-image.img.season01::before {
    content: "９月から１０月";
    margin: 0;
    padding: 0.25em 0.5em;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    background-color: #a0be50;
    position: absolute;
    top: 0;
    left: 0;
}

.variety .wp-block-group.is-layout-grid .item .wp-block-image.img.season02::before {
    content: "８月から９月";
    margin: 0;
    padding: 0.25em 0.5em;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    background-color: #813d9d;
    position: absolute;
    top: 0;
    left: 0;
}

.variety .wp-block-group.is-layout-grid .item .wp-block-image.img.season03::before {
    content: "９月から１０月";
    margin: 0;
    padding: 0.25em 0.5em;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    background-color: #c83c50;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 782px) {
    .variety .wp-block-group.is-layout-grid .item .wp-block-image.img.season01::before, .variety .wp-block-group.is-layout-grid .item .wp-block-image.img.season02::before, .variety .wp-block-group.is-layout-grid .item .wp-block-image.img.season03::before {
        font-size: 0.75em;
        padding: 0.25em;
    }
}

.variety .wp-block-group.is-layout-grid .item .heading.purple {
    color: #813d9d;
}

.variety .wp-block-group.is-layout-grid .item .heading.green {
    color: #a0be50;
}

.variety .wp-block-group.is-layout-grid .item .heading.green {
    color: #a0be50;
}

.variety .wp-block-group.is-layout-grid .item .heading.withimg {
    margin: 0 auto;
    padding: 0 3.25em;
}

@media screen and (max-width: 600px) {
    .variety .wp-block-group.is-layout-grid .item .heading.withimg {
        padding: 0;
    }
}

.variety .wp-block-group.is-layout-grid .item .heading.withimg::before, .variety .wp-block-group.is-layout-grid .item .heading.withimg::after {
    position: absolute;
    top: calc(50% - 1px);
    width: 50px;
    height: 2px;
    content: '';
}

@media screen and (max-width: 600px) {
    .variety .wp-block-group.is-layout-grid .item .heading.withimg::before, .variety .wp-block-group.is-layout-grid .item .heading.withimg::after {
        position: inherit;
        top: 0;
    }
}

.variety .wp-block-group.is-layout-grid .item .purple.withimg::before, .variety .wp-block-group.is-layout-grid .item .purple.withimg::after {
    border-top: solid 2px #813d9d;
    border-bottom: solid 2px #813d9d;
}

.variety .wp-block-group.is-layout-grid .item .green.withimg::before, .variety .wp-block-group.is-layout-grid .item .green.withimg::after {
    border-top: solid 2px #a0be50;
    border-bottom: solid 2px #a0be50;
}

@media screen and (max-width: 600px) {
    .variety .wp-block-group.is-layout-grid .item .purple.withimg::before, .variety .wp-block-group.is-layout-grid .item .purple.withimg::after, .variety .wp-block-group.is-layout-grid .item .green.withimg::before, .variety .wp-block-group.is-layout-grid .item .green.withimg::after {
        border-top: none;
        border-bottom: none;
    }
}

.variety .wp-block-group.is-layout-grid .item .heading.withimg::before {
    left: 0;
}

.variety .wp-block-group.is-layout-grid .item .heading.withimg::after {
    right: 0;
}

.wp-block-group h3 {
    text-align: center;
    margin: 0 auto;
}
.wp-block-group .wp-block-buttons {
    margin: 0 auto;
}

/*==================================================*/

/* 以下葡萄画像が無いver. */
.variety .wp-block-group.is-layout-grid .item .wp-block-heading {
    position: relative;
}

.variety .wp-block-group.is-layout-grid .item .wp-block-heading.season02 {
    color: #813d9d;
    padding-left: 5em;
}

.variety .wp-block-group.is-layout-grid .item .wp-block-heading.season03 {
    color: #c83c50;
    padding-left: 5.75em;
}

@media screen and (max-width: 782px) {
    .variety .wp-block-group.is-layout-grid .item .wp-block-heading.season02, .variety .wp-block-group.is-layout-grid .item .wp-block-heading.season03 {
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
}

.variety .wp-block-group.is-layout-grid .item .wp-block-heading.season02::before {
    content: "８月から９月";
    margin: 0;
    margin-right: 0.5em;
    padding: 0.25em 0.5em;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    background-color: #813d9d;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.variety .wp-block-group.is-layout-grid .item .wp-block-heading.season03::before {
    content: "９月から１０月";
    margin: 0;
    margin-right: 0.5em;
    padding: 0.25em 0.5em;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    background-color: #c83c50;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 782px) {
    .variety .wp-block-group.is-layout-grid .item .wp-block-heading.season02::before, .variety .wp-block-group.is-layout-grid .item .wp-block-heading.season03::before {
        font-size: 0.75em;
        position: inherit;
        top: 0;
        transform: none;
        display: block;
        margin-right: 0;
        padding: 0.25em;
    }
}

/*==================================================*/

.variety .wp-block-group.is-layout-grid .item .txt {
    text-align: justify;
}

@media screen and (max-width: 782px) {
    .variety .wp-block-group.is-layout-grid .item .txt {
        line-height: 1.5em;
        font-size: 0.9em;
    }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    text-align: center;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th:nth-child(odd), .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td:nth-child(odd) {
    background-color: #f0f0f1;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    font-weight: bold;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th.no_border {
    border: none;
    background-color: transparent;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th.g-name {
    text-align: left;
}

@media screen and (max-width: 782px) {
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th.g-name {
        text-align: center;
        line-height: 1.25em;
    }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th.g-name img {
    margin-right: 0.5em;
}

@media screen and (max-width: 782px) {
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th.g-name img {
        margin-right: 0;
        margin-bottom: 0.25em;
    }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th.g-name br {
    display: none;
}

@media screen and (max-width: 782px) {
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th.g-name br {
        display: inherit;
    }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table td {
    width: 7.75%
}

@media screen and (max-width: 782px) {
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
        padding: 0.125em;
    }
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table table tr td:nth-child(2n + 4) {
    background-color: #f0f0f0;
}

@media screen and (max-width: 782px) {
    .pione-j .wp-block-columns {
        align-items: center;
    }
    .pione-j .img {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }
}

.pione-j .txt {
    margin-bottom: 1em;
    text-align: justify;
}

@media screen and (max-width: 782px) {
    .pione-j .wp-block-button .link-button {
        margin: 0 auto;
    }
}



/*====================================================================================================*/
/* 販売のこと */

.howtoorder .jump-link {
    justify-content: space-around;
}

.wq--body #wq-option-detail-8-4-wrapper>.wq--label>.wq--main>.wq--prices>.wq--price {
	display: none;
}
.seles-stop-comment {
	text-align: center;
	color: red;
}
@media screen and (max-width: 782px) {
    .howtoorder .jump-link {
        gap: 1em;
    }
}

.howtoorder .wp-block-buttons .wp-block-button {
    width: 100%;
}

.howtoorder .wp-block-buttons .wp-block-button a {
    display: block;
}

.howtoorder .wp-block-buttons .wp-block-button a::before, .howtoorder .wp-block-buttons .wp-block-button a::after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: relative;
}

.howtoorder .wp-block-buttons .wp-block-button a::before {
    right: 0.25em;
}

.howtoorder .wp-block-buttons .wp-block-button a::after {
    left: 0.25em;
}

.precautions {
    border: 6px solid #813d9d;
    margin: 0 auto 2em;
    padding: 2em;
}

.precautions h3.wp-block-heading {
    color: #813d9d;
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 0.5em;
}

.precautions ul {
    list-style: none;
}

.precautions ul li {
    margin-left: 0.125em;
    margin-bottom: 0.5em;
    line-height: 1.5em;
}

.precautions ul li:last-child {
    margin-bottom: 0;
}

.precautions ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    margin-right: 0.5em;
    font-weight: 900;
}

.wq-Form .wq-Attributes .wq-TextArea, .wq-Form .wq-Attributes .wq-TextInput {
    background-color: #f0f0f0;
    border: none;
}

.wq-Form .wq-TextArea, .wq-Form .wq-TextInput::placeholder {
    color: #666666;
}

.netorder .wq-Form .wq-Attributes {
    margin-bottom: 1em;
}

.wq-Form .wq-Attributes .wq-Control {
    margin-bottom: 0 !important;
    align-items: stretch;
}

.wq-Form .wq-Attributes .wq-Control .wq--header, .wq-Form .wq-Attributes .wq-Control .wq--body {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    padding: 1em;
}

.wq-Form .wq-Attributes .wq-Control:last-child .wq--header, .wq-Form .wq-Attributes .wq-Control:last-child .wq--body {
    border-bottom: 1px solid #666666;
}

.wq-Form .wq-Attributes .wq-Control .wq--header {
    background-color: #eee5f3;
    align-items: center;
    width: 20%;
}

@media screen and (max-width: 782px) {
    .wq-Form .wq-Attributes .wq-Control .wq--header {
        width: 100%;
        border-right: 1px solid #666666;
        margin-bottom: 0;
    }
}

.wq-Form .wq-Attributes .wq-Control .wq--header:last-child {
    border: none;
    background-color: transparent;
}

.wq-Form .wq-Attributes .wq-Control .wq--header .wq--required {
    padding: 0 0.5em;
    background-color: #eb4266;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
}

.wq-Form .wq-Attributes .wq-Control .wq--body {
    border-right: 1px solid #666666;
}

.wq-Form .wq-Attributes .wq-Control .wq--body .wq-InputGroup #wq-text-name-1-0::before {
    content: "姓";
}

.wq-Form .wq-TextInput {
    font-size: 14px;
}

.wq-Form .wq-HNavigator>.wq--items>:not(:last-child) {
    margin-bottom: 0;
}

.wq-Form .wq-Selector {
    border: none !important;
}

.wq-Form .wq-Selector .wq--head, .wq-Form .wq-Selector .wq--body {
    border: 1px solid #666666;
}

.wq-Form .wq-Selector .wq--head {
    background-color: #eee5f3;
    border-bottom: none;
}
.wq-Form .wq--items .wq-Selector>.wq--body {
    justify-content: space-around;
}

@media screen and (max-width: 500px) {
    .wq-Form .wq--items .wq-Selector>.wq--body {
        justify-content: flex-start;
    }
}

.wq-Form #wq-selector-detail-8 .wq--body .wq-Option .wq--label .wq--media {
    display: none;
}

.wq-lct-enabled {
    color: #eb4266;
    font-size: 1.55em;
}

.wq-Form>:not(:last-child) {
    margin-bottom: 1em;
}

.wq-Form .wq-Monitor {
    margin-bottom: 3em;
}

.wq-Form .wq-Control .wq--header.wq-content-empty {
    display: none;
}

.wq-Form #wq-action .wq--body .wq-InputGroup {
    justify-content: center;
}

.wq-Form #wq-action .wq--body .wq-InputGroup button {
    background-color: #813d9d;
    border: none;
}

.wq-Form #wq-action .wq--body .wq-InputGroup button:hover {
    background-color: #813d9d;
    opacity: 0.75;
}

@media screen and (min-width: 783px) {
    .wq-Form .wq--body .wq-Option {
        width: 225px;
    }
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--main>.wq--name {
    margin-bottom: 0.5em;
    line-height: 1.25em;
    font-weight: bold;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--main>.wq--note {
    color: #787878;
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 0.5em;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--main>.wq--note .limited {
    color: #ffffff;
    font-size: 14px;
    background-color: #ff2244;
    vertical-align: middle;
    padding: 0.25em 0.5em 0.4em;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-1,
.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-2 {
    display: block;
    height: auto;
    line-height: 1em;
    position: absolute;
    text-align: center;
    top: 0.5em;
    left: 0.5em;
    -webkit-transform: none;
    transform: none;
    width: 65px;
    padding: 0.5em;
    border-radius: 1em;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-1 {
    background-color: #eb9742;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-2 {
    background-color: #eb4266;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-1 span,
.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-2 span {
    color: #ffffff;
    font-weight: bold;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-1 span {
    font-size: 13px;
    line-height: 0.9em;
}

.wq-Form .wq--body .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-2 span {
    font-size: 12px;
    line-height: 1em;
}
#root .wq-Form .wq-Selector>.wq--head>.wq--main {
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
#root .wq-Form .wq-Selector>.wq--head>.wq--main>.wq--note {
    font-size: 12px;
}
#root .wq-Form .wq-Option>.wq-type-checkbox+label:after {
    display: none;
}
.wq-Form .wq-Option>#wq-option-detail-8-4,
.wq-Form .wq-Option>#wq-option-detail-8-5 {
    visibility: collapse;
}
/*====================================================================================================*/
/* お問い合わせ */
.txt_top {
    text-align: justify;
}

#cf-tbl table {
    margin: 0 0 1em;
}

#cf-tbl table th, #cf-tbl table td {
    border: 1px solid #666666;
    vertical-align: middle;
}

#cf-tbl table th {
    background-color: #eee5f3;
    width: 25%;
}

@media screen and (max-width: 782px) {
    #cf-tbl table th, #cf-tbl table td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    #cf-tbl table tr:last-child td {
        border-bottom: 1px solid #666666;
    }
}

#cf-tbl table th .required {
    color: #ffffff;
    font-size: 0.75em;
    background-color: #eb4266;
    margin-left: 0.5em;
    padding: 0.25em 0.5em;
}

#cf-tbl table input[type="text"], #cf-tbl input[type="email"], #cf-tbl input[type="tel"], #cf-tbl textarea {
    background-color: #f0f0f0;
    border: 0;
    margin-top: 0;
    padding: 0.5em;
    width: 25%;
    color: #333333;
}

@media screen and (max-width: 782px) {
    #cf-tbl table input[type="text"] {
        width: 35%;
    }
}

#cf-tbl table input.email, #cf-tbl table input.p-extended-address {
    width: 90%;
}

#cf-tbl textarea {
    width: 100%;
}

#cf-tbl table input.tel {
    width: 50%;
}

#cf-tbl table input.p-postal-code {
    width: 15%;
}

@media screen and (max-width: 782px) {
    #cf-tbl table input.tel {
        width: 75%;
    }
}

#cf-tbl table input.p-postal-code {
    margin-bottom: 0.5em;
}

#cf-tbl table input[type="submit"] {
    background-color: #813d9d;
    color: #fff;
    font-size: 1em;
}

#cf-tbl table .wpcf7-not-valid-tip {
    color: #eb4266;
    font-size: 0.85rem;
    font-weight: bold;
    display: inline;
    margin-left: 0.5em;
}

.privacy {
    margin-bottom: 1em;
}

.privacy .p_txt {
    margin-bottom: 0.5em;
}

.privacy-policy {
    width: 100%;
    height: 300px;
    margin: 0 auto 0.5em;
    overflow-y: scroll;
    border: 1px solid #999999;
    padding: 2em 2.5em;
}

.privacy-policy .pp-block {
    margin: 0 auto 1.5em;
    padding: 0;
}

.privacy-policy .pp-block:last-child {
    margin: 0 auto;
}

.privacy-policy h3.head {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto 1em;
}

.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-submit {
    display: block;
    margin: 0 auto;
}

.wpcf7-form .wpcf7-submit, #c4197e7 input[type="submit"] {
    color: #ffffff;
    background-color: #813d9d;
}

.wpcf7-form .wpcf7-submit:hover, #c4197e7 input[type="submit"]:hover {
    opacity: 0.75;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #813d9d;
}

#c4197e7 input[type="submit"]:hover {
    background-color: #666666;
}

.nxtstp {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-left: 48px;
}

.nxtstp .wpcf7-previous {
    margin-left: 1em;
    background: #666666;
}

.nxtstp .wpcf7-spinner {
    margin: 0 24px 0 0;
}



/*====================================================================================================*/
/* プライバシーポリシー */



/*====================================================================================================*/
/* お知らせ一覧 */
.wp-block-group.news {
    margin: 0 auto 2em;
}
.post-full .entry-content::before,
.post-full .entry-content::after {
    display: none;
}
.post-clickable .entry-content {
    position: relative;
}
.post-clickable .entry-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.post-clickable .entry-header {
    display: none;
}
.post-clickable .archive-img {
    width: 35%;
    transition: 0.3s;
    cursor: pointer;
}
.post-clickable .archive-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.post-clickable .archive-text-box {
    width: 60%;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}
.post-clickable .archive-text-box .calender-day {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.post-clickable .archive-text-box .entry-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.post-clickable .detail-button {
    position: absolute;
    z-index: 20;
    display: inline-block;
    right: 0;
    bottom: 0;
    color: #813d9d;
    text-decoration: underline;
    transition: 0.3s;
}
.pagination {
    text-align: center;
}
.post-full .hentry {
    margin-bottom: 4rem;
}
.post-full:after,
.post-summary:after {
    border: unset;
}
.post-clickable {
	position: relative;
    z-index: 0;
}
.post-clickable .full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
/* PCのみ */
@media screen and (min-width: 783px) {
    .post-clickable .archive-img:hover,
    .post-clickable .archive-text-box:hover,
    .detail-button:hover {
        opacity: .7;
    }
}
/* スマホのみ */
@media screen and (max-width: 782px) {
    .post-clickable .archive-img {
        width: 37%;
    }
    .post-clickable .archive-text-box .calender-day {
        gap: 4px;
    }
    .post-full .archive-text-box .calender-day .entry-meta {
        margin-top: 0.4rem;
    }
    .post-clickable .archive-text-box .entry-title {
        font-size: 1.4rem;
        margin-bottom: 0.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pagination .page-numbers {
        display: inline-block;
        padding: 2px 10px;
        margin-right: 2px;
    }
}
@media screen and (max-width: 600px) {
    .post-clickable .archive-img img{
        height: 140px;
        aspect-ratio: auto;
    }
}
/*====================================================================================================*/
/* お知らせ */
.no-sidebar .entry-header {
    margin-bottom: 2rem;
}
.entry-header .cat-links {
    display: none;
}
.entry-header .calender-day {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}
.post-navigation {
    display: none;
}
.post-navigation_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.post-navigation_1 a {
    text-decoration: none;
}
.has-text-align-center a {
    color: #813d9d;
    border: 1px solid #813d9d;
    padding: 6px 24px;
    border-radius: 999px;
}
/* PCのみ */
@media screen and (min-width: 783px) {
    .has-text-align-center a:hover {
        color: #fff;
        background-color: #813d9d;
        opacity: 1;
    }
}
/* スマホのみ */
@media screen and (max-width: 782px) {
    .entry-header .calender-day {
        gap: 4px;
    }
    .post-navigation_1 a:hover {
        text-decoration: underline;
    }
}