@charset 'UTF-8';

/* CSS Document */

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
    transition: .25s;
}

a:hover {
    opacity: .7;
}

p {
    line-height: 2;
}

main {
    width: 100%;
    display: block;
    background-color: #f8f8f8;
}


/*---// common ---*/

section .inner__box,
nav>ul {
    width: 992px;
    margin: 0 auto;
}

nav>ul,
section .flex__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
}

nav>ul>li {
    width: calc(100% / 4 - 30px);
    box-sizing: border-box;
}

section .flex__box>.box__of_img,
section .flex__box>.box__of_details {
    width: calc(100% / 2 - 10px);
}

section ul.flex__box>li {
    width: calc(100% / 3 - 10px);
}

section h2:not(.main_ttl) {
    background-color: #0099d6;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
}

section h3 {
    color: #333;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    border-bottom: solid 3px #acc1c8;
    position: relative;
}

section h3::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #0099d6;
    bottom: -3px;
    width: 20%;
}

section .button--more__link {
    width: 50%;
    margin: 30px auto 0;
}

section .button--more__link a {
    display: block;
    background: url(../cmn_img/aro02.png) no-repeat 97% 50%;
    background-size: 8px 10px;
    padding: 10px;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    color: #0099d6;
    box-sizing: border-box;
    border: 2px solid #0099d6;
}

section .button--more__link a:not(:last-child) {
    margin-bottom: 20px;
}

section .button--more__link a:hover {
    border: 2px solid #acc1c8;
}


/*--- common //---*/


/*---// section.mv__wrapper ---*/

section.mv__wrapper {
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.mv__wrapper.jan {
    background-image: url(../cmn_img/jan/pc_mv_jan.jpg);
}

section.mv__wrapper.feb {
    background-image: url(../cmn_img/feb/pc_mv_feb.jpg);
}

section.mv__wrapper.mar {
    background-image: url(../cmn_img/mar/pc_mv_mar.jpg);
}

section.mv__wrapper.apr {
    background-image: url(../cmn_img/apr/pc_mv_apr.jpg);
}

section.mv__wrapper.may {
    background-image: url(../cmn_img/may/pc_mv_may.jpg);
}

section.mv__wrapper.jun {
    background-image: url(../cmn_img/jun/pc_mv_jun.jpg);
}

section.mv__wrapper.jul {
    background-image: url(../cmn_img/jul/pc_mv_jul.jpg);
}

section.mv__wrapper.aug {
    background-image: url(../cmn_img/aug/pc_mv_aug.jpg);
}

section.mv__wrapper.sep {
    background-image: url(../cmn_img/sep/pc_mv_sep.jpg);
}

section.mv__wrapper.oct {
    background-image: url(../cmn_img/oct/pc_mv_oct.jpg);
}

section.mv__wrapper.nov {
    background-image: url(../cmn_img/nov/pc_mv_nov.jpg);
}

section.mv__wrapper.dec {
    background-image: url(../cmn_img/dec/pc_mv_dec.jpg);
}

section.mv__wrapper>h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    border: 5px solid #fff;
    padding: 30px 132px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    line-height: normal;
}

section.info__text--box {}

section.info__text--box p {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 30px 0;
}


/*--- section.mv__wrapper //---*/


/*---// nav ---*/

nav>ul>li>a {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    display: block;
    text-align: center;
    border-top: solid 2px #acc1c8;
    border-bottom: solid 2px #acc1c8;
    padding: 10px 0;
}

nav>ul>li>a::after {
    display: block;
    content: "";
    background: url(../cmn_img/aro01.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 11px;
    margin: auto;
}

nav>ul.navigation>li>a>span {
    display: block;
    font-size: 12px;
    color: #90b8cc;
}

nav>ul>li>a:hover,
section .button--more__link a:hover {
    opacity: 1;
    background-color: #acc1c8;
    color: #fff;
}


/*--- nav //---*/


/*---// section info__weather--box ---*/

section.info__weather--box {
    padding: 60px 0;
}

section.info__weather--box .box__of_details>p {
    margin-bottom: 10px;
}

table.average__temperature {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
}

table.average__temperature tr {
    border: #333 solid 1px;
}

table.average__temperature tr.average_ttl>th {
    padding: 5px 0;
}

table.average__temperature th {
    border-right: #333 solid 1px;
}

table.average__temperature th.temperature_oka {
    background-color: #ffe4dc;
}

table.average__temperature th.temperature_tyo {
    background-color: #dbecb4;
}

table.average__temperature th.temperature_spk {
    background-color: #e0d0f0;
}

table.average__temperature td {
    text-align: center;
    padding: 8px;
}


/*--- section info__weather--box //---*/


/*---// section info__event--box ---*/

section.info__event--box,
section.info__clothes--box,
section.info__expenses--box,
section.info__tour--box,
section.info__month--box{
    padding: 0 0 60px;
}

ul.box__of_event {
    margin-top: 30px;
}

ul.box__of_event .event_img {
    margin: 20px auto 10px;
}


/*--- section info__event--box //---*/

@media all and (-ms-high-contrast: none) {
    section.mv__wrapper>h2 {
        padding: 30px 132px 15px;
    }
    section h2:not(.main_ttl) {
        padding: 10px 10px 5px 20px;
    }
    table.average__temperature td {
        padding: 8px 8px 3px 8px;
    }
    table.average__temperature tr.average_ttl>th {
        padding: 5px 0 0;
    }
    section .button--more__link a {
        padding: 10px 0 5px;
    }
}


/* month list */

.month__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.month__list>li {
    width: calc(95% / 6);
    margin-bottom: 5px;
}

.month__list>li span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #777;
    line-height: 40px;
}

.month__list>li span a {
    display: block;
    color: #0099d6;
    background: #fff;
    border: 2px solid #0099d6;
    position: relative;
    opacity: 1;
}

.month__list>li span a:hover,
.month__list>li span a.current
{
    background: #0099d6;
    color: #fff;
}

.month__list>li span a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    font-size: 65%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
}

/*北海道から追加*/
section ul.flex__box>li.flex02{
    width: calc(100% / 2 - 10px);
}

/*下部バナー*/
/*---// section banner-box ---*/
section.banner{
	padding: 0 0 60px;
	}

.section__container{
	width: 992px;
	margin: 0 auto;
    display: flex;
	justify-content: center;
}

@media only screen and (orientation: landscape) and (min-width: 829px),
only screen and (orientation: portrait) and (min-width: 741px) {
.only-sp{
    display: none;
}}