/******************************************* ファーストビュー ******************************************/
section.first-view
{
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    height: 470px;
    margin: auto;
    max-width: 1280px;
    padding-bottom: 90px;
    position: relative;
    text-align: center;
    width: 100%;
}
section.first-view .slide
{
    height: 100%;
    /*
    1280がmax
    左右に60pxのpadding
    タイトル幅が300
    全体1280のとき、写真幅は920
    */
    width: calc(100% - 60px - 300px);
}
section.first-view .slide > div
{
    position: relative;
}
section.first-view .slide .photo
{
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 470px;
    justify-content: center;
    position: relative;
    width: 100%;
}
section.first-view .slide img
{
    bottom: 40px;
    position: absolute;
    right: 0;
}
section.first-view .contents
{
    box-sizing: border-box;
    margin: 70px 40px 0 60px; 
    position: relative;
    text-align: left;
    width: 360px;
}
section.first-view .contents > img
{
    margin-bottom: 10px;
    width: 100%;
}
section.first-view .term-title,
section.first-view .term-value
{
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
section.first-view .term-title
{
    background: #f4f2ed;
    padding: 1px;
}
section.first-view .term-value
{
    padding: 4px;
}


section.first-view .contents > .description
{
    font-weight: 700;
    position: absolute;
    top: 230px;
}
section.first-view .contents > .description .term
{
    font-size: 0.8em;
    letter-spacing: 1px;
    padding: 10px 0 0 40px;
    position: relative;
}

section.first-view .welcome
{
    bottom: 0;
    left: 130px;
    position: absolute;
}





/******************************************* 共通 ******************************************/
section.makino,
section.walking,
section.sakawa,
section.ochi,
section.loop-bus,
section.area-events,
section.app,
section.katsurahama,
section.tabihiroba,
section.traffic,
section.kaimaku
{
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    margin: 60px auto 0;
}
section.makino > h2
{
    margin: 0;
    padding: 0;
    text-align: center;
}
section.makino > h2 span
{
    display: none;
}
section.makino .contents-wrapper,
section.walking .contents-wrapper,
section.sakawa .contents-wrapper,
section.ochi .contents-wrapper,
section.loop-bus .contents-wrapper,
section.area-events .contents-wrapper,
section.app .contents-wrapper,
section.katsurahama .contents-wrapper,
section.tabihiroba .contents-wrapper,
section.traffic .contents-wrapper,
section.kaimaku .contents-wrapper
{
    box-sizing: border-box;
    margin: 40px auto 0;
    max-width: 880px; /* 実質760px */
    min-width: 880px;
    padding: 0 60px;
}

section.makino .shop-and-cafe .link,
section.makino .information .link
section.walking .link,
section.sakawa .link,
section.ochi .link,
section.loop-bus .link,
section.area-events .link,
section.app .link,
section.katsurahama .link,
section.tabihiroba .link,
section.traffic .link
{
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
section.makino .shop-and-cafe .link a,
section.makino .information .link a,
section.walking .link a,
section.sakawa .link a,
section.ochi .link a,
section.loop-bus .link a,
section.area-events .link a,
section.app .link a,
section.katsurahama .link a,
section.tabihiroba .link a,
section.traffic .link a
{
    align-items: center;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #000;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    width: fit-content;
}
section.makino .shop-and-cafe .link a:hover,
section.makino .information .link a:hover,
section.walking .link a:hover,
section.sakawa .link a:hover,
section.ochi .link a:hover,
section.loop-bus .link a:hover,
section.area-events .link a:hover,
section.app .link a:hover,
section.katsurahama .link a:hover,
section.tabihiroba .link a:hover,
section.traffic .link a:hover
{
    opacity: 0.7;
}
section.makino .shop-and-cafe .link a img,
section.makino .information .link a img,
section.walking .link a img,
section.sakawa .link a img,
section.ochi .link a img,
section.loop-bus .link a img,
section.area-events .link a img,
section.app .link a img,
section.katsurahama .link a img,
section.tabihiroba .link a img,
section.traffic .link a img
{
    margin-left: 30px;
    width: 25px;
}







/******************************************* 高知県立牧野植物園 ******************************************/
section.makino .contents-wrapper
{
    margin: 20px auto 0;
}
section.makino .contents > h3
{
    border: 3px solid #2e693a;
    box-sizing: border-box;
    color: #2e693a;
    font-size: 2em;
    margin: 20px 0 0 0;
    padding: 30px;
    text-align: center;
}
/**
* ラン展
**/
section.makino .orchidshow
{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}
section.makino .orchidshow > *
{
    flex-grow: 0;
    flex-shrink: 0;
    width: calc((100% - 40px) / 2);
}
section.makino .orchidshow .subtitle
{
    color: #2e693a;
    font-size: 1.4em;
    font-weight: 700;
}
section.makino .orchidshow .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1.5;
    margin: 40px 0 0 0;
}
section.makino .orchidshow .shuttle-bus
{
    background: #2e693a;
    color: #fff;
    cursor: pointer;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 5px;
}
/**
* SHOP & CAFE
**/
section.makino .shop-and-cafe
{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}
section.makino .shop-and-cafe li
{
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    width: calc((100% - 80px) / 3);
}
section.makino .shop-and-cafe li > img
{
    width: 100%;
}
section.makino .shop-and-cafe li > h3
{
    color: #2e693a;
    font-size: 1.4em;
    margin: 10px 0 0 0;
    padding: 0;
}
section.makino .shop-and-cafe li > div
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1.5;
    margin: 10px 0 0 0;
    padding: 0;
}
section.makino .shop-and-cafe li:last-child
{
    align-self: flex-end;
}
/**
* 企画展
**/
section.makino .exhibition
{
    border-top: 2px dashed #2e693a;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
}
section.makino .exhibition li
{
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    width: calc((100% - 40px) / 2);
}
section.makino .exhibition .subtitle
{
    color: #2e693a;
    font-size: 1.4em;
    font-weight: 700;
}
section.makino .exhibition .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
/**
* 基本情報
**/
section.makino .information
{
    border-top: 2px dashed #2e693a;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
}
section.makino .information li
{
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
section.makino .information li:first-of-type
{
    width: 40%;
}
section.makino .information li:last-of-type
{
    width: calc(60% - 40px);
}
section.makino .information .subtitle
{
    align-items: center;
    display: flex;
    font-size: 1.4em;
    font-weight: 700;
}
section.makino .information .subtitle > a
{
    display: inline-block;
    margin-left: 20px;
    width: 20px;
}
section.makino .information img
{
    width: 100%;
}
section.makino .information .address,
section.makino .information .time,
section.makino .information .photo,
section.makino .information .bus
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
section.makino .information .bus
{
    display: flex;
    justify-content: space-between;
}
section.makino .information .bus > *
{
    flex-grow: 0;
    flex-shrink: 0;
    width: calc((100% - 10px) / 2);
}
section.makino .information .link
{
    margin: 10px 0 0 0;
    text-align: left;
}
section.makino .information .link a
{
    margin: 0;
}
/**
* 竹林寺
**/
section.makino .chikurinji
{
    border-top: 2px solid #2e693a;
    box-sizing: border-box;
    margin: 40px 0 0 0;
    padding: 60px 0 0 0;
}
section.makino .chikurinji ul
{
    align-items: center;
    background: #f4efe3;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 20px;
}
section.makino .chikurinji li
{
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
section.makino .chikurinji li:first-of-type
{
    color: #2e693a;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    width: 30%;
}
section.makino .chikurinji li:last-of-type
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1.5;
    width: 70%;
}







/******************************************* ウォーキングイベント ******************************************/
section.walking
{
}
section.walking .contents > h3
{
    background: #9dc138;
    color: #fff;
    font-size: 1.6em;
    margin: 0;
    padding: 5px 40px;
    text-align: left;
}
section.walking .contents > h4
{
    color: #d25286;
    font-size: 1.6em;
    margin: 10px 0 0 0;
    padding: 0;
}
section.walking .contents > ul
{
    display: flex;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
section.walking .contents > ul li
{
    margin: 0 40px 20px 0;
    width: calc((100% - (40px * 2)) / 3);
}
section.walking .contents > ul li:nth-of-type(3n)
{
    margin: 0 0 20px 0;
}
section.walking .contents > ul li .date
{
    color: #2e693a;
    display: block;
    font-size: 1.6em;
    font-weight: 700;
}
section.walking .contents > ul li > img
{
    margin: 10px 0 0 0;
    width: 100%;
}
section.walking .contents > ul li .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
section.walking .contents > ul li .link
{
    margin: 10px 0 0 0;
}
section.walking .contents > ul li .link a
{
    font-size: 0.8em;
    letter-spacing: -1px;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
    width: 100%;
}







/******************************************* 佐川町 ******************************************/
section.sakawa .contents > h3
{
    background: #ffeef8;
    border: 3px solid #7f3230;
    box-sizing: border-box;
    color: #7f3230;
    font-size: 2em;
    margin: 20px 0 0 0;
    padding: 30px;
    text-align: center;
}
section.sakawa .contents .kyoukai
{
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    justify-content: space-between;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
section.sakawa .contents .kyoukai h4,
section.sakawa .contents .renewal,
section.sakawa .contents .spots .name,
section.sakawa .contents .events .name
{
    color: #7f3230;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0;
}
section.sakawa .contents .kyoukai h4
{
    margin: 0 0 10px 0;
}
section.sakawa .contents .renewal
{
    text-align: center;
    text-decoration: underline;
}
section.sakawa .contents .spots,
section.sakawa .contents .events
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.sakawa .contents .spots li,
section.sakawa .contents .events li
{
    margin: 0 40px 20px 0;
    width: calc((100% - (40px * 2)) / 3);
}
section.sakawa .contents .spots li:nth-of-type(3n),
section.sakawa .contents .events li:nth-of-type(3n)
{
    margin: 0 0 20px 0;
}
section.sakawa .contents .spots .name,
section.sakawa .contents .events .name
{
    align-items: center;
    display: flex;
    height: calc(1.6em * 1.1 * 2);
    line-height: 1.1;
}
section.sakawa .contents .spots .name:nth-of-type(1),
section.sakawa .contents .spots .name:nth-of-type(2),
section.sakawa .contents .spots .name:nth-of-type(3)
{
    height: calc(1.6em * 2);
}
section.sakawa .contents .spots img,
section.sakawa .contents .events img
{
    width: 100%;
}
section.sakawa .contents .spots .description,
section.sakawa .contents .events .description
{
    margin: 10px 0 0 0;
}







/******************************************* 越知町 ******************************************/
section.ochi .contents > h3
{
    background: #eef7c2;
    border: 3px solid #526f3e;
    box-sizing: border-box;
    color: #526f3e;
    font-size: 2em;
    margin: 20px 0 0 0;
    padding: 30px;
    text-align: center;
}
section.ochi .contents .kyoukai
{
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    justify-content: space-between;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
section.ochi .contents .kyoukai h4,
section.ochi .contents .renewal,
section.ochi .contents .spots .name,
section.ochi .contents .events .name
{
    color: #526f3e;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0;
}
section.ochi .contents .kyoukai h4
{
    margin: 0 0 10px 0;
}
section.ochi .contents .renewal
{
    text-align: center;
    text-decoration: underline;
}
section.ochi .contents .spots,
section.ochi .contents .events
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.ochi .contents .spots
{
    margin: 40px 0 0 0;
}
section.ochi .contents .spots li
{
    margin: 0 40px 0 0;
    width: calc((100% - 40px) / 2);
}
section.ochi .contents .spots li:last-of-type
{
    margin: 0;
}
section.ochi .contents .events li
{
    margin: 0 35px 20px 0;
    width: calc((100% - (35px * 2)) / 3);
}
section.ochi .contents .events li:nth-of-type(3n)
{
    margin: 0 0 20px 0;
}
section.ochi .contents .spots .name,
section.ochi .contents .events .name
{
    align-items: center;
    display: flex;
}
section.ochi .contents .events .name
{
    font-size: 1.4em;
    letter-spacing: -1px;
}
section.ochi .contents .spots img,
section.ochi .contents .events img
{
    width: 100%;
}
section.ochi .contents .spots .description,
section.ochi .contents .events .description
{
    margin: 10px 0 0 0;
}
section.ochi .contents .spots .caption
{
    background: #fceecc;
    padding: 10px;
}







/******************************************* ループバス ******************************************/
section.loop-bus .contents
{
    background: #eff7f8;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px 40px 40px 40px;
    text-align: center;
}
section.loop-bus img.subtitle
{
    margin: 20px auto 0;
    width: 90%;
}
section.loop-bus .description
{
    font-size: 1.2em;
}
section.loop-bus img.route
{
    margin: 20px auto 0;
    width: 70%;
}
section.loop-bus .business-time
{
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    justify-content: center;
    list-style: none;
    margin: 40px auto 0;
    padding: 0;
}
section.loop-bus .business-time dt,
section.loop-bus .business-time dd
{
    margin: 0;
    padding: 0;
    text-align: left;
}
section.loop-bus .link-wrapper
{
    margin: 10px 0 0 0;
    text-align: right;
}
section.loop-bus .link
{
    display: inline-block;
    margin: 0;
    width: auto;
}
section.loop-bus .link a
{
    background: #fff;
}
section.loop-bus .benefits
{
    align-items: center;
    background: #fff;
    color: #3fa9f5;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    justify-content: center;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 10px;
}
section.loop-bus .benefits dt
{
    font-size: 2em;
}
section.loop-bus .benefits dd
{
    background-image: url('../images/pre_event/loopbus_illust.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 130px 70px;
    padding: 0 50px 0 0;
    text-align: left;
}







/******************************************* エリアイベント ******************************************/
section.area-events
{
}
section.area-events .contents > h3
{
    background: #5e6d4d;
    color: #fff;
    font-size: 1.6em;
    margin: 0;
    padding: 5px 40px;
    position: relative;
    text-align: left;
}
section.area-events .contents > h3:after
{
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 1em 10px 1em 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;

}
section.area-events .contents > h3 a
{
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}
section.area-events .contents > .link-wrapper.sp
{
    display: none;
}
section.area-events .contents > ul
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}
section.area-events .contents > ul > li
{
    margin: 0 40px 40px 0;
    padding: 0;
    width: calc((100% - 80px) / 3);
}
section.area-events .contents > ul > li:nth-of-type(1),
section.area-events .contents > ul > li:nth-of-type(2)
{
    width: calc((100% - 40px) / 2);
}
section.area-events .contents > ul > li:nth-of-type(2),
section.area-events .contents > ul > li:nth-of-type(3n+2)
{
    margin: 0 0 40px 0;
}
section.area-events .contents > ul > li > img,
section.area-events .contents > ul > li:last-of-type img
{
    width: 100%;
}
section.area-events .contents > ul > li > img
{
    margin: 10px 0 0 0;
}
section.area-events .name
{
    color: #2e693a;
    font-size: 1.4em;
    font-weight: 700;
}
section.area-events .city,
section.area-events .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 0.9em;
}
section.area-events .link
{
    margin: 20px 0 0 0;
}
section.area-events .link a
{
    margin: 0;
}







/******************************************* アプリ ******************************************/
section.app .contents
{
    background: #db9995;
    padding: 0 20px 20px 20px;
}
section.app .contents > h3
{
    align-items: center;
    display: flex;
    font-size: 1.4em;
    height: 50px;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
}
section.app .contents ul
{
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.app .contents li
{
    width: calc((100% - 40px) / 2);
}
section.app .contents li:first-of-type
{
    margin: 0 40px 0 0;
    padding: 20px 0 20px 0;
}
section.app .contents li:last-of-type
{
    padding: 20px 20px 20px 0;
}
section.app .contents li > img
{
    width: 100%;
}
section.app .contents li h4
{
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
section.app .contents li .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 0.9em;
    margin: 10px 0 0 0;
}
section.app .link
{
    margin: 20px 0 0 0;
}
section.app .link a
{
    border: none;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    justify-content: flex-end;
    width: 100%;
}
section.app .link a img
{
    margin-left: 10px;
}







/******************************************* 桂浜・旅広場 ******************************************/
section.katsurahama,
section.tabihiroba
{
    margin: 60px 0 0 0;
}
section.katsurahama .contents-wrapper,
section.tabihiroba .contents-wrapper
{
    margin: 25px auto 0;
}
section.katsurahama .contents,
section.tabihiroba .contents
{
}
section.katsurahama > h2,
section.tabihiroba > h2
{
    background: #97cbf1;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8em;
    margin: 0 auto;
    max-width: 760px;
    padding: 10px;
    text-align: center;
}
section.katsurahama .contents ul,
section.tabihiroba .contents ul
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.katsurahama .contents li,
section.tabihiroba .contents li 
{
    margin: 0 40px 25px 0;
    padding: 0;
    width: calc((100% - 40px) / 2);
}
section.tabihiroba .contents li:nth-of-type(3),
section.tabihiroba .contents li:nth-of-type(4),
section.tabihiroba .contents li:nth-of-type(5)
{
    margin: 0 40px 25px 0;
    width: calc((100% - 80px) / 3);
}
section.katsurahama .contents li:nth-of-type(2n),
section.tabihiroba .contents li:nth-of-type(2),
section.tabihiroba .contents li:nth-of-type(5)
{
    margin: 0 0 25px 0;
}
section.katsurahama .contents li > img,
section.tabihiroba .contents li > img
{
    width: 100%;
}
section.tabihiroba .contents li:nth-of-type(5) > img
{
    margin: 0 0 0 10%;
    width: 80%;
}
section.katsurahama .contents h4,
section.tabihiroba .contents h4
{
    color: #4199c3;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    text-align: left;
}
section.katsurahama .contents .description,
section.tabihiroba .contents .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 0.9em;
    margin: 10px 0 0 0;
}
section.katsurahama .contents li:nth-of-type(2) .description,
section.tabihiroba .contents li:nth-of-type(2) .description
{
    margin: 0;
}
section.katsurahama .contents .link-wrapper,
section.tabihiroba .contents .link-wrapper
{
    margin: 10px 0 0 0;
    text-align: right;
}
section.katsurahama .contents .link,
section.tabihiroba .contents .link
{
    display: inline-block;
    margin-top: 0;
    width: auto;
}







/******************************************* 交通情報 ******************************************/
section.traffic .contents
{
    background: #d9eae9;
    padding: 0 20px 20px 20px;
}
section.traffic .contents > h3
{
    align-items: center;
    display: flex;
    font-size: 1.4em;
    height: 50px;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
}
section.traffic .contents ul
{
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.traffic .contents li
{
    background: #fff;
    margin: 0 20px 0 0;
    padding: 20px;
    position: relative;
    text-align: center;
    width: calc((100% - 20px) / 2);
}
section.traffic .contents li:last-of-type
{
    margin: 0;
}
section.traffic .contents li > img
{
    margin: auto;
    width: 100%;
}
section.traffic .contents li:last-of-type > img
{
    width: 181px;
}
section.traffic .contents li h4
{
    font-size: 1.4em;
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0;
}
section.traffic .contents li h5
{
    background: #d9eae9;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1em;
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 2px 10px;
    text-align: center;
}
section.traffic .contents li h5:first-of-type
{
    letter-spacing: -1px;
}
section.traffic .contents li .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    /*font-size: 0.9em;*/
    font-weight: 700;
    text-align: left;
    margin: 10px 0 0 0;
}
section.traffic .link
{
    margin: 20px 0 0 0;
}
section.traffic li:last-of-type .link
{
    bottom: 20px;
    right: 20px;
    position: absolute;
}
section.traffic .link a
{
    border: none;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    justify-content: flex-end;
    padding: 0;
    width: 100%;
}
section.traffic .link a img
{
    margin-left: 10px;
}







/******************************************* 開幕 ******************************************/
section.kaimaku .contents-wrapper
{
}
section.kaimaku .contents
{
    border: 1px solid #ca4947;
    box-sizing: border-box;
    padding: 25px 55px;
    position: relative;
}
section.kaimaku .contents::after,
section.kaimaku .contents::before
{
    background-image: url('../images/pre_event/frame.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 12px;
    position: absolute;
    width: 106px;
}
section.kaimaku .contents::after
{
    bottom: -6px;
    right: 5px;
}
section.kaimaku .contents::before
{
    left: 5px;
    top: -6px;
}
section.kaimaku ul.logos
{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.kaimaku ul.logos li
{
    margin: 0;
    padding: 0;
    text-align: left;
}
section.kaimaku ul.logos li:first-of-type
{
    margin: 0 30px 0 0;
    width: 45%;
}
section.kaimaku ul.logos li:last-of-type
{
    width: 55%;
}
section.kaimaku ul.logos li img
{
    max-width: 100%;
}
section.kaimaku ul.logos li:first-of-type img
{
    width: 273px;
}
section.kaimaku ul.logos li:last-of-type img
{
    width: 299px;
}
section.kaimaku .description
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 700;
    margin: 20px 0 0 0;
}
section.kaimaku h3
{
    color: #5db1ba;
    font-size: 2.4em;
    margin: 20px 0 0 0;
    padding: 0;
}
section.kaimaku .event
{
    background-image: url('../images/pre_event/sakura.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 229px 90px;
    font-size: 1.8em;
    font-weight: 700;
    margin: 10px 0 0 0;
}



