@charset "UTF-8";
/*---------------------------------------------------------
	Template:sw
	Theme Name:sw_child
	Theme URI: http://【hoge.jp】/
	Description: 【suworks】ホームページテンプレートです。
	Author: SUWO!RKS
	Author URI: http://su-works.jp/
	Version: 1.0
---------------------------------------------------------*/


#gnavi li a {}

.entry th,
.entry thead th {
    background: none;
    border-top: none;
}

.entry td {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #eee;
}


.widget_my_widget21 .post_cate {
    background-color: none;
    color: #df4376;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px;
    margin-right: 0.5em;
    font-size: 70%;
    line-height: 1.2;
    border: 1px solid #df4376;
}

.entry ol.ol_circle li {
    font-size: 18px;
    padding-left: 40px;
}

.entry ol.ol_circle li:before {
    height: 30px;
    width: 30px;
    top: 4px;
    font-weight: bold;
    background-color: #f49c1f;
}

.entry .faq_list dt {
    font-size: 18px;
}

.entry .faq_list dt {
    border-top: 1px solid #eee;
}

.entry .faq_list dt::before {
    content: "Q";
    color: #f49c1f;
    left: 10px;
    top: 17px;
    font-size: 2.2rem;
}

.entry .faq_list dt::after {
    color: #df4376;
}

.entry .faq_list dd::before {
    color: #f49c1f;
    top: -2px;
    left: 15px;
}

.contact_in .mailarea .mail a {
    margin: 0;
    font-size: 85%;
    border-radius: 30px;
}



/******************************
     お問合せ
******************************/
/* お問い合わせ(.contact) */
/* お問合せ2カラム(.contact_row) */
/* お問合せ3カラム(.contact_row) */
.entry .contact_row {
    margin: 40px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
}

.entry .contact_row {
    max-width: 880px;
    margin: 0 auto;
    /* flex-wrap: wrap; */
    padding: 20px 0;
}

.entry .contact_row .lead {
    width: 100%;
    font-size: 30px;
}

.event_box{
	position:relative;
}

.entry .event_box:before {
	content: '';
	position: absolute;
    background: url(img/sp.png) no-repeat center center / contain;
    width: 105px;
    height: 100px;
    position: absolute;
    top: -1em;
    left: 0;
    top: -35px;
    left: -28px;
    display: flex;
    line-height: 1.4;
    background: #df4376;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    text-align: center;
    word-break: keep-all;
    align-items: center;
    justify-content: center;
}

.entry .event_box.event_sp:before {
	content:'春';
    background: url(img/sp.png) no-repeat center center / contain;
}

.entry .event_box.event_su:before  {
	content:'夏';
    background: url(img/su.png) no-repeat center center / contain;
}

.entry .event_box.event_au:before  {
	content:'秋';
    background: url(img/au.png) no-repeat center center / contain;
}

.entry .event_box.event_wi:before  {
	content:'冬';
    background: url(img/wi.png) no-repeat center center / contain;
}


@media screen and (max-width: 680px) {
	.entry .contact_row {
		flex-wrap: wrap;
	}
    .entry .contact_row .lead {
        font-size: 24px;
    }

    .entry .contact_row .contact_col {
        width: 100%;
        position: relative;
        border-right: none;
    }

	 .entry .contact_row .contact_col:nth-of-type(n+2){
		 margin-top: 40px
	 }

    .entry .contact_row .contact_col:nth-of-type(n+2):before {
        content: '';
        position: absolute;
        top: -20px;
        left: 10%;
        width: 80%;
        height: 1px;
        background: #f49c1f;
        display: block;
    }
}


.intro p {
    text-align: center;
    font-size: 24px;
}

.intro .widget_pageContent {
    position: relative;
}

.intro .widget_pageContent:before {
    content: '';
    background: url(img/bird1.png) no-repeat center center / contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.intro .widget_pageContent:after {
    content: '';
    background: url(img/bird2.png) no-repeat center center / contain;
    width: 130px;
    height: 202px;
    position: absolute;
    top: -70px;
    right: 0;
}

@media screen and (max-width: 680px) {
    .intro p {
        font-size: 16px;
    }

    .intro .widget_pageContent:before {
        width: 60px;
        height: 60px;
        top: 25%;
        transform: inherit;
    }

    .intro .widget_pageContent:after {
        width: 80px;
        height: 124px;
        top: 0;
    }
}

/* Point Section */
.point-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.point-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
}

.point-row:nth-child(even) {
    flex-direction: row-reverse;
}

.point-text {
    flex: 1;
}

.point-row .point-text h3 {
    color: #df4376;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
    /* Ensure left alignment as per design/default */
    margin: 0;
    padding: 0;
}

.point-text p {
    font-size: 20px;
    line-height: 1.5;
}

.point-image {
    flex: 1.4;
}

.point-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .point-row {
        flex-direction: column-reverse;
        margin-bottom: 40px;
        gap: 20px;
    }

    .point-row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .point-row .point-text h3 {
        font-size: 24px;
        text-align: center;
    }

    .point-text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    .point-row {
        gap: 10px;
    }
}

.entry .event_wrap .panelex_link {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.entry .event_wrap .panelex_link .panelex_link-in {
    width: auto;
}

.entry .event_wrap .panelex_link .panelex_link-in .sta {
    background: url(img/sp.png) no-repeat center center / contain;
    width: 105px;
    height: 100px;

}

.entry .event_wrap .panelex_link .panelex_link-in:nth-child(2) .sta {
    background: url(img/su.png) no-repeat center center / contain;
}

.entry .event_wrap .panelex_link .panelex_link-in:nth-child(3) .sta {
    background: url(img/au.png) no-repeat center center / contain;
}

.entry .event_wrap .panelex_link .panelex_link-in:nth-child(4) .sta {
    background: url(img/wi.png) no-repeat center center / contain;
}

@media screen and (max-width: 680px) {
    .entry .event_wrap .panelex_link .panelex_link-in .ex {
        text-align: center;
    }
}

.footer_contact {
    background: url(img/bg_contact.png) no-repeat center center / cover;
    padding: 0 20px;
}

.footer_contact h2{
	margin: 0 auto 30px;
}

.footer_contact .contact_row {
    max-width: 880px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 0;
}

.footer_contact .contact_row .lead {
    width: 100%;
    font-size: 30px;
}

.footer_contact.entry .contact_row .contact_col {
    width: 50%;
}

@media screen and (max-width: 680px) {
    .footer_contact .contact_row .lead {
        font-size: 24px;
    }

    .footer_contact.entry .contact_row .contact_col {
        width: 100%;
        position: relative;
    }

	 .footer_contact.entry .contact_row .contact_col:nth-of-type(n+2){
		 margin-top: 40px
	 }

    .footer_contact.entry .contact_row .contact_col:nth-of-type(n+2):before {
        content: '';
        position: absolute;
        top: -20px;
        left: 10%;
        width: 80%;
        height: 1px;
        background: #f49c1f;
        display: block;
    }
}