/*
Theme Name: Aichi Flower Marche
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Aichi Flower Marche custom theme
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aichi
*/

.site-header-btn {
    background: #ef99a7;
    padding: 15px 20px;
    text-align: right;
}

.tabs-section {
    background: #fff;
}

.tab-content-section {
    padding: 60px 0;
}

.peach-section {
    background-color: #F3D7C8;
}

#tab_2 .peach-section {
    background-color: #ecbebc;
}

.tab-content-section.flower-marche {
    background-image: url(assets/images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 60px;
}

.tab-content-section-inner {
    border-radius: 60px;
    padding: 30px 20px;
}

.tab-content-section-inner.yellow-box {
    background: #FCD062;
    color: #231F20;
    padding-bottom: 50px;
}

.site-footer .container {
    max-width: 1700px;
}

.yellow-box .image-row {
    gap: normal;
}

.yellow-box .image-row__image img {
    max-width: 360px;
}

.button-row .btn-arrow {
    margin: 10px 0;
}

.btn-arrow.btn-green {
    background: #00A651;
}

.photo-slot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.photo-slot-item {
    display: flex;
    flex-direction: column;
}

.photo-slot-item figure {
    margin: 0 0 32px;
}

.photo-slot-item .list-noti {
    margin-top: auto;
}

.photo-slot-item .list-noti li {
    justify-content: center;
}

.social-market .image-row {
    gap: 30px;
}

.social-market .image-row .image-row__body {
    flex: 1;
}

.list-noti.large-noti, .list-noti.full-noti {
    max-width: none;
}

.text-center .list-noti.full-noti {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}

.list-noti.large-noti {
    font-size: 16px;
}

.list-noti.large-noti span {
    width: 100%;
    padding: 5px 10px;
}
@media only screen and (min-width: 575px){
    .list-noti.large-noti span{
        min-width: 114px;
        width: 114px;
    }
}

.list-noti.flex-noti {
    display: flex;
    gap: 30px;
    font-size: 16px;
    margin-bottom: 0;
}

.list-noti.flex-noti li {
    display: block;
}

.list-noti.flex-noti span {
    width: 100%;
}
@media only screen and (min-width: 575px){
    .list-noti.flex-noti span{
        min-width: 142px;
        width: 142px;
    }
}

.cta-noti {
    background: #fff;
    border: 1px solid #ec008c;
    border-radius: 10px;
    color: #ec008c;
    max-width: 415px;
    text-align: center;
    padding: 30px;
}

.small-text {
    font-size: 16px;
}

.events__item h3 {
    font-size: 18px;
    font-weight: normal;
    color: #de596c;
    margin: 0 0 32px;
}

.events__item .list-noti {
    max-width: none;
}

.events__item .list-noti li {
    gap: 10px;
    margin-bottom: 10px;
}

.events__item:last-child .list-noti {
    margin-top: 72px;
}

.events__item .row-btn {
    margin-top: auto;
}

.tabs figure {
    margin-bottom: 32px;
}

.growers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin: 60px 0 0;
}

.growers p {
    font-size: 12px;
}

.grower-item h3 {
    color: #967742;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px;
}

.large-mt {
    margin-top: 100px;
}

.large-text {
    font-size: 21px;
}

.less-width {
    max-width: 1080px;
    margin: 0 auto;
}

#header-hero picture img {
    width: 100%;
}

.page-header {
    padding: 100px 0 40px;
}

.page-header .heading-line h2 {
    font-size: 26px;
}

.page-header .heading-line h2::before, .page-header .heading-line h2::after {
    max-width: 270px;
}

.shop-list {
    margin-bottom: 60px;
}

.shop-type {
    color: #967742;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 20px;
}

.shop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 30px;
}

.shop-item {
	background: #f4f0eb;
    width: calc(50% - 15px);
}

.shop-info {
    border-top: 10px solid #fff;
    padding: 10px;
    color: #6d6e71;
}

.shop-info h3 {
    color: #d95671;
    font-size: 16px;
    font-weight: normal;
}
.shop-info p{
    font-size: 14px;
}

.partners-section, .notification, .news-section {
    background: #eaa9b0;
}

.partners-section {
    padding-top: 40px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
    .partners-section {
        padding-top: 80px;
    }

    .tab-content-section.flower-marche {
        padding-top: 90px;
    }

    .yellow-box .image-row__image {
        width: 33.33333333%;
    }

    .yellow-box .image-row__body {
        width: 66.66666667%;
    }

    .photo-slot .photo-slot-item {
        width: 45%;
    }

    .grower-item {
        width: calc(33.33% - 50px);
    }

    .tab-content-section-inner {
        padding: 50px 80px;
    }

    .tab-content-section-inner.yellow-box {
        padding-bottom: 100px;
    }

    .button-row .btn-arrow {
        margin: 0 35px;
    }

    .cta-noti {
        float: right;
    }

    .shop-list {
        margin-bottom: 120px;
    }

    .shop-grid {
        gap: 50px;
    }

    .shop-item {
        width: calc(33.33% - 35px);
    }

    .shop-type {	
        font-size: 36px;
    }

    .page-header .heading-line h2 {
        font-size: 34px;
    }

    .shop-info h3 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .shop-info p{
        font-size: 18px;
    }

    .shop-info {
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .tab-content-section.flower-marche {
        padding-top: 160px;
    }

    .list-noti.large-noti span {
        min-width: 260px;
        width: 260px;
        padding: 5px 30px;
    }

    .image-row__body.has-padding {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.shop-item{
    display: flex;
    flex-direction: column;
}
.shop-item .shop-info{
    flex-grow: 1;
}

.list-noti.list-noti--venue{
    max-width: 100%;
    margin-bottom: 60px;
}
.list-noti.list-noti--venue li{
    gap: 10px;
    justify-content: center;
}
.list-noti.list-noti--venue span{
    min-width: 0;
    padding: 3px 15px;
}

.list-noti li{
    margin-bottom: 10px;
}


.shop-categories{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 100px;
    max-width: 1200px;
}
.shop-categories a{
    position: relative;
    color: #0066B1;
    font-weight: 500;
    padding-left: 20px;
}
.shop-categories a:before{
    content: "";
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 15px solid #0066B1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px){
    .shop-categories{
        margin: 40px auto 200px;
    }
}
@media only screen and (max-width: 575px){
    .list-noti li{
        flex-wrap: wrap;
        gap: 7px;
        margin-bottom: 18px;
    }
    .list-noti span,
    .list-noti div{
        width: 100%;
    }
}

.iframe-container{
    position: relative;
    padding-bottom: 42.25%;
    margin-bottom: 30px;
}
.iframe-container iframe{
    position: absolute;
    left: 0;    
    top: 0;
    width: 100%;
    height: 100%;    
}
.container-sm{
    max-width: 800px;
    margin-inline: auto;
}
@media only screen and (max-width: 767px){
	body.single .page-content{padding:0 15px;}
}