


/**************** 見出し *********************/
.detail
{
    margin: 50px auto 0;
    max-width: 1220px;
    padding: 0 30px;
    width: 100%;
}
.detail > h2
{
    margin-top: 80px;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
    text-align: center;
}
.detail > h2.flower span
{
    color: #e84030;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    white-space: pre;
    word-break: keep-all;
}
.detail > h2 span:first-of-type
{
    color: #000;
    font-size: 1.6em;
    transform: translateX(-50%) translateY(-100%);
}
.detail a
{
    text-decoration: none;
    color: #000;
}





/**************** 共通 *********************/
section.spot
{
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    border-radius: 20px;
}





/**************** フラワーカレンダー（日付） *********************/

section.flower-calendar h2
{
    text-align: left;
    background-color: rgb(244,242,237);
    margin: 0;
    font-size: 100px;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
    color: rgb(46, 105, 58);
    padding-left: 90px;
    position: relative;
    border-top: 10px solid rgb(46, 105, 58);
}
section.flower-calendar h2 span
{
    font-size: 24px;
    padding-left: 5px;
}
section.flower-calendar h2 span.month
{
    font-size: 50px;
}
section.flower-calendar h2 > a
{
    color: rgb(46, 105, 58);
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0 8px;
    position: relative;
}
section.flower-calendar h2 > a.disabled
{
    color: #ccc;
    pointer-events: none;
}
section.flower-calendar h2 > a::after
{
    border-style: solid;
    content: '';
    display: inline-block;
    font-size: 18px;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
section.flower-calendar h2 > a.prev::after
{
    border-color: transparent rgb(46, 105, 58) transparent transparent;
    border-width: 10px 20px 10px 0;
    left: -20px;
}
section.flower-calendar h2 > a.prev.disabled::after
{
    border-color: transparent #ccc transparent transparent;
    pointer-events: none;
}
section.flower-calendar h2 > a.next::after
{
    border-color: transparent transparent transparent rgb(46, 105, 58);
    border-width: 10px 0 10px 20px;
    right: -20px;
}
section.flower-calendar h2 > a.next.disabled::after
{
    border-color: transparent transparent transparent #ccc;
    pointer-events: none;
}






/**************** フラワーカレンダー（概要） *********************/
section.none
{
    display: none;
}



section.flower-calendar .items-wrapper
{
    display: flex;
    justify-content: center;
    border: 5px solid rgb(244,242,237);
    background-color: rgb(244,242,237);
    border-radius: 0 0 5px 5px;
}





section.flower-calendar div.map img
{
    width: 50%;
    border: none;
    margin: 0;
    padding-top: 30px;
}
section.flower-calendar div.map
{
    text-align: center;
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    border-radius: 5px;
    position: relative;
}
section.flower-calendar .slide-items div.map::before
 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(255, 255, 255);
    border-width: 15px;
    margin: auto;
    content: "";
}
section.flower-calendar .slide-items  div.map h3
{
    color: #313131;
    font-size: 24px;
    letter-spacing: 4px;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 20px 10px;
    text-align: center;
    margin: 0;
    /* width: 100%; */
}
section.flower-calendar .slide-items div.map h3::before
 {
    position: relative;
    top: 91px;
    left: 40px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(255, 255, 255);
    border-width: 15px;
    margin: auto;
    content: "";
}
section.flower-calendar div.slide-items div.map h3 > div
{
    font-size: 14px;
    letter-spacing: 0px;
/*    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;*/
}





section.flower-calendar div.slide-items
{
    /* width: 365px; */
    /*width: 32%;*/
    width: calc(100% / 3);
    max-width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    /*
    padding-bottom: 40px;
    border: 10px solid rgb(244,242,237);
    */
    box-sizing: border-box;
    padding: 0 10px 40px 10px;
    flex-grow: 0;
    flex-shrink: 0;
}
section.flower-calendar div.slide-items:nth-of-type(2)
{
    border-left: 1px dashed #666;
    border-right: 1px dashed #666;
}
section.flower-calendar div.slide-items div.location img
{
    display: block;
    width: 80%;
    height: auto;
    object-fit: cover;
    border: 10px solid #fff;
    margin: 0 auto;
    margin-top: 20px;
}
section.flower-calendar div.slide-items p
{
    width: 85%;
    margin: auto;
    text-align: left;
}
section.flower-calendar .slide-items a 
{
    /* cursor: pointer; */
    pointer-events: none;
}
section.flower-calendar .slide-items p a 
{
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}
section.flower-calendar .slide-items a:hover
{
    border-bottom: 1px solid #4b4b4b;
}
section.flower-calendar .slide-items span
{
    color: #fff;
    background: rgb(255,154,204);
    padding: 3px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}
@media screen and (max-width: 820px) 
{
    section.flower-calendar .slide-items div.map h3::before
    {
        top: 87px;
    }
    section.flower-calendar div.slide-items div.map h3 > div
    {
        font-size: 11px;
        letter-spacing: -1px;
    }
}






/**************** バナー *********************/
section.banner
{
    box-sizing: border-box;
    max-width: 1160px;
    padding: 0 40px;
    width: 100%;
    margin: 100px auto 0;
}
section.banner .contents-wrapper
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
section.banner .contents-wrapper > *
{
    margin: 40px 40px 0 0;
    width: calc((100% - 40px) / 2);
}
section.banner .contents-wrapper > * img
{
    width: 100%;
}
section.banner .contents-wrapper > *:nth-child(2n)
{
    margin-right:0;
}
section.banner h2
{
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 2.6em;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
}




footer{
    margin-top: 100px;
}


