@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd,
ol,
ul,
li,
img,
table,
tr,
th,
td,
article,
section,
figure,
footer,
header,
menu,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 62.5%;
    vertical-align: baseline;
    list-style: none;
    color: #3C3C3C;
    text-decoration: none;
}

img {
    vertical-align: middle;
    width: 100%;
}

/*=======*/
header p,
nav,
h1,
h3 {
    font-family: 'Slackey', cursive, sans-serif;
}

footer p,
h2,
p {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

header {
    width: 100%;
    height: 100%;
    background: #DCDCD2 url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
}

header p img {
    text-align: center;
    width: 45%;
    padding: 5% 0;
}

header img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

header .sns_icon {
    overflow: hidden;
    padding: 5% 25%;
}

header .icon_box01 {
    width: 18%;
    float: left;
}

header .icon_box02 {
    width: 18%;
    float: right;
}

footer {
    background: #333333 url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
}

footer img {
    width: 100%;
}

footer p {
    color: #DCDCD2;
    padding: 3% 1% 3% 4%;
    font-size: 1.6em;
    font-size: 3.1vw;
    position: relative;
}

footer p span.up {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 10%;
    right: 4%;
}

footer p span.up a {
    font-family: "ＭＳ ゴシック", sans-serif;
    font-size: 3.7em;
    font-size: 7.3vw;
    color: #DCDCD2;
}

/*===.tel===*/
#tel {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#tel.is-fixed {
    width: 100%;
    height: auto;
    display: block;
    bottom: 0;
    background: #3C3C3C;
    position: fixed;
    z-index: 3;
    opacity: 1;
}

#tel.is-fixed a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 3% 0;
}

#tel.is-fixed a span.jap,
#tel.is-fixed a span.ing {
    color: #DCDCD2;
}

#tel.is-fixed a span.jap {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 5.5em;
    font-size: 4vw;
}

#tel.is-fixed a span.ing {
    font-family: 'Slackey', cursive, sans-serif;
    font-size: 12em;
    font-size: 5.8vw;
    padding-left: 7%;
}

.pc {
    display: none;
}

/*======
ナビゲーション
======*/
nav {
    position: relative;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    opacity: 1;
}

nav .nav_box {
    background: #3C3C3C;
}

nav .nav_box p a img {
    width: 30%;
    margin: 0 auto;
    padding-top: 5%;
    display: block;
}

nav.on .nav_box p a img {
    display: none;
}

nav .nav_box .btn_box {
    width: 9%;
    margin-top: -18.5%;
    padding: 9% 0 6% 86%;
}

nav.on .nav_box .btn_box {
    margin-top: 0;
    padding-top: 4%;
}

nav .nav_box .btn_box div {
    width: 100%;
    height: 2px;
    background: #DCDCD2;
    margin: 6px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

nav.on .nav_box .btn_box .one {
    -webkit-transform: rotate(45deg) translate(10px, 9px);
    transform: rotate(45deg) translate(10px, 9px);
}

nav.on .nav_box .btn_box .two {
    opacity: 0;
}

nav.on .nav_box .btn_box .three {
    -webkit-transform: rotate(-45deg) translate(3px, -1px);
    transform: rotate(-45deg) translate(3px, -1px);
}

nav .nav_box .nav_menu {
    position: absolute;
    top: -9999%;
    background: #3C3C3C;
    padding: 2% 0 5%;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

nav.on .nav_box .nav_menu {
    top: 50px;
}

nav .nav_menu img {
    width: 35%;
    margin: 0 auto 8%;
    display: block;
}

nav .nav_menu ul {
    overflow: hidden;
}

nav .nav_menu ul li {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding-bottom: 7%;
}

nav .nav_menu ul li img {
    width: 14%;
    margin-bottom: 0;
}

nav .nav_menu ul li a {
    color: #DCDCD2;
    font-size: 30em;
    font-size: 3.6vw;
}

nav .nav_menu ul li:nth-child(odd) {
    float: left;
}

nav .nav_menu ul li:nth-child(even) {
    float: right;
}

/*======
メインコンテンツ
======*/
article section {
    padding: 8% 8% 12%;
}

article section h1 {
    font-size: 15em;
    font-size: 7.2vw;
    margin-bottom: 10%;
}

article section h2 {
    font-size: 17em;
    font-size: 5.1vw;
    line-height: 1.8em;
    margin-bottom: 10%;
}

article section p {
    font-size: 12em;
    font-size: 3.6vw;
    line-height: 1.7em;
    margin-bottom: 10%;
}

article section img {
    width: 100%;
    height: auto;
}

article section h1:before {
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 3em;
    background: url("https://miss-jamaica.com/images/sp_icon01.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

article section#menu h1:before {
    background: url("https://miss-jamaica.com/images/sp_icon02.png") no-repeat;
    background-size: contain;
}

/*======
concept
======*/
article section#concept {
    background: #FFAF8C url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
}

/*======
menu
======*/
article section#menu {
    background: #3C3C3C url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
    color: #DCDCD2;
    padding: 0;
}

article section#menu h1 {
    padding: 8% 8% 2%;
}

article section#menu .menu_item {
    padding: 8% 8% 5%;
}

article section#menu p.txt {
    padding: 8% 8% 12%;
    margin-bottom: 0;
}

article section#menu p.txt01 {
    padding: 8% 0% 12%;
    margin-bottom: 0;
}

article section#menu h1,
article section#menu h3,
article section#menu li,
article section#menu p,
article section#menu span {
    color: #DCDCD2;
}

article section#menu li,
article section#menu p,
article section#menu span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#menu h3 {
    font-size: 23em;
    font-size: 7vw;
    text-align: center;
}

article section#menu ul li span {
    font-size: 50em;
    font-size: 3.7vw;
    font-weight: bold;
}

article section#menu ul ul {
    font-size: 1.6em;
    font-size: 6vw;
    margin-left: 10%;
}

article section#menu ul.box {
    margin-bottom: 6%;
}

article section#menu ul.dot li {
    list-style-type: disc;
}

article section#menu ul.dot li p,
article section#menu ul.decN li p {
    font-weight: bold;
    margin-bottom: 0;
}

article section#menu p.txt {
    font-weight: normal;
    margin-bottom: 0;
    padding: 8% 8% 4%;
}

article section#menu .menu-link {
    display: block;
    text-align: left;
    color: #FFE66E;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 12em;
    font-size: 3.6vw;
    padding: 0 8% 12%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#menu .menu-link::after {
    content: '';
    background: url(https://miss-jamaica.com/images/link-ico.png) no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    display: inline-block;
}

.flex {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    width: 100%;
}

hr.tab-r-line {
    position: relative;
    top: calc(50% - 1px);
    margin: 0 10px;
    border: none;
    border-top: dotted 2px #DCDCD2;
}

.tab-reader-box2 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

/*===スライダー===*/
.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 30vh;
    margin: 0 30em;
}

.slick-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 30vh;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    /*opacity: .5;*/
}

/*.slick-active {
      opacity: .5;
    }*/

.slick-current {
    opacity: 1;
}

.prev-arrow,
.next-arrow {
    font-family: "ＭＳ ゴシック";
    font-size: 15em;
    font-size: 4vw;
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 1px solid #fff;
    padding: 1% 2%;
}

.prev-arrow {
    left: 5%;
}

.next-arrow {
    right: 5%;
}

.prev-arrow:active,
.next-arrow:active {
    background: #3C3C3C;
    opacity: .5;
}

/*======
blog
======*/
article section#blog {
    background: #78B978 url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
}

article section#blog .blog_box ul {
    margin-bottom: 7%;
}

article section#blog .blog_box ul li {
    margin-bottom: 10%;
}

article section#blog .blog_box ul li span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: block;
    margin-bottom: 2%;
}

article section#blog .blog_box ul li span.date {
    font-size: 43em;
    font-size: 3.2vw;
    font-weight: bold;
}

article section#blog .blog_box ul li span.title {
    font-size: 65em;
    font-size: 4.7vw;
    font-weight: bold;
}

article section#blog .blog_box ul li span.text {
    font-size: 50em;
    font-size: 3.6vw;
}

article section#blog .blog_box ul li span.text b {
    font-weight: bold;
}

article section#blog p.blog_more {
    font-size: 22em;
    font-size: 6.3vw;
    text-align: center;
}

article section#blog p.blog_more:after {
    content: "▲";
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0.7em;
    font-size: 4.5vw;
    margin-left: 1%;
}

/*======
access
======*/
article section#access {
    background: #FFE66E url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
    padding: 0 0 2%;
    text-align: center;
}

article section#access h1 {
    display: none;
}

article section#access iframe {
    width: 100%;
}

article section#access img {
    width: 44%;
    margin: 10% 0 5%;
}

article section#access p a {
    font-size: 12em;
    font-size: 3.6vw;
}

/*======
other
======*/
article section#other {
    background: #fff url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
}

article section#other h4 {
    text-align: center;
    margin: 3% 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#other h4 span.small {
    font-size: 60em;
    font-size: 4.5vw;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#other h4 span.big {
    font-size: 85em;
    font-size: 6vw;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#other p {
    font-size: 12em;
    font-size: 3.6vw;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#other p.link_btn a {
    display: block;
    font-size: 12em;
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
    color: #F0E9E0;
    width: 75%;
    margin: 0 auto;
    padding: 5%;
    background: #353431;
    border-radius: 25px;
}

/*======
event
======*/

article section#event {
    background: url("https://miss-jamaica.com/images/bg_tex.png");
    background-blend-mode: multiply;
    background-size: cover;
    word-break: break-all;
}

article section#event .inner {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#event .inner p {
    margin-bottom: 0;
    text-align: justify;
}

article section#event .inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

article section#event .inner h3 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

article section#event .inner .event-image {
    width: 25vw;
    height: 35vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

article section#event .inner .event-image:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

article section#event .inner .event-info {
    width: 55vw;
    margin-left: 4vw;
}

article section#event .inner .event-txt_lr {
    font-size: 4.7222vw;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

article section#event .inner .event-txt_md {
    font-size: 3.333vw;
    letter-spacing: 0.08em;
    font-weight: bold;
}

article section#event .inner .event-txt_sm {
    font-size: 3.055vw;
    letter-spacing: 0.02em;
    font-weight: normal;
}

/*** 以下モーダル用CSS ***/
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modal:not(:target) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.modal:target {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.modal .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.modal-wrapper {
    width: 100%;
    max-width: 650px;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-contents {
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.modal-content {
    margin: 40px 30px;
}

.modal-content img {
    width: 100%;
    height: auto;
}

.modal-close {
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
}

/*======
    ここからPC版
======*/
@media screen and (min-width: 768px) {
    #wrapper {
        width: 100%;
    }

    .pc {
        display: block;
    }

    .sp,
    .sp.sns_icon {
        display: none;
    }

    /*===ヘッダ===*/
    header img {
        width: 90%;
        padding-bottom: 5%;
    }

    header li.top a img {
        width: 70%;
        padding: 0;
    }

    header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2.5% 14%;
    }

    header ul li {
        padding: 0 4%;
    }

    header ul li.item {
        margin-top: 3%;
    }

    header ul li a {
        font-family: 'Slackey', cursive;
        font-size: 16px;
        font-size: 1.5vw;
    }

    header ul li a:hover {
        color: #FFE66E;
    }

    header .sns_icon {
        float: right;
        margin: -5.8% 5% 0 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /*header .sns_icon .icon_box{
        width: 24%;
        height: 24%;
        width: 43%;
        height: 43%;
    }*/
    /*	header .sns_icon .icon_box:first-child{
        margin-left: 10%;
    }*/
    header .sns_icon .icon_box:last-child {
        margin-left: 2vw;
    }

    header .sns_icon img {
        width: 2.3vw;
        height: auto;
        padding: 0;
    }

    /*===ナビゲーション===*/
    nav {
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    nav.is-fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        opacity: 1;
    }

    nav .nav_box {
        background: #3C3C3C;
    }

    nav .nav_box li a img {
        width: 50%;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1% 14%;
    }

    nav ul li {
        padding: 0 4%;
    }

    nav ul li.item {
        margin-top: 1%;
    }

    nav ul li a {
        font-family: 'Slackey', cursive;
        font-size: 16px;
        font-size: 1.5vw;
        color: #DCDCD2;
    }

    nav ul li a:hover {
        color: #FFE66E;
    }

    nav .sns_icon {
        width: 0;
        height: 0;
        opacity: 0;
    }

    nav.is-fixed .sns_icon {
        float: right;
        width: auto;
        height: auto;
        margin: -4% 5% 0 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
    }

    /*nav .sns_icon .icon_box{
        width: 24%;
        height: 24%;
        width: 43%;
        height: 43%;
    }*/
    nav .sns_icon img {
        width: 2vw;
        height: auto;
        padding: 0;
    }

    nav .sns_icon .icon_box:last-child {
        margin-left: 2vw;
    }

    /*nav.is-fixed .sns_icon img{
        width: 100%;
        height: 100%;
        padding: 0;
    }*/
    /*===フッタ===*/
    footer img {
        width: 100%;
    }

    footer p {
        font-size: 10px;
        font-size: 1vw;
        padding: 0.6% 2%;
    }

    footer p span.up {
        margin-left: 75%;
        vertical-align: middle;
    }

    footer p span.up a {
        font-size: 4em;
        font-size: 2.5vw;
    }

    /*===*/
    article section {
        padding: 3% 3% 7%;
    }

    article section h1 {
        font-size: 27px;
        font-size: 2.3vw;
        margin-bottom: 5%;
    }

    article section h2 {
        font-size: 20px;
        font-size: 1.5vw;
        line-height: 1.6em;
        margin-bottom: 6%;
    }

    article section p {
        font-size: 16px;
        font-size: 1vw;
        font-weight: bold;
        line-height: 2.3em;
        margin-bottom: 5%;
    }

    article section h1:before {
        width: 3em;
        height: 3.5em;
    }

    /*======
    concept
    ======*/
    article section#concept {
        overflow: hidden;
    }

    article section#concept .concept_txt {
        float: left;
    }

    article section#concept .concept_img {
        width: 40%;
        display: block;
        float: right;
        margin: 5% 2% 0 0;
    }

    article section#concept h2,
    article section#concept p {
        width: 100%;
        margin-left: 25%;
    }

    /*======
    menu
    ======*/
    article section#menu {
        padding: 3% 3% 7%;
    }

    article section#menu .menu_img {
        text-align: center;
        margin-bottom: 5%;
    }

    article section#menu .menu_img img {
        width: 25%;
        margin-right: 0.5%;
    }

    article section#menu .menu_item {
        width: 77%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0%;
    }

    article section#menu .food {
        width: 45%;
        float: left;
    }

    article section#menu .drink {
        width: 45%;
        float: right;
    }

    article section#menu h3 {
        font-size: 25px;
        font-size: 1.5vw;
        margin-bottom: 8%;
    }

    article section#menu ul {
        margin-bottom: 5%;
    }

    article section#menu ul {
        font-size: 23px;
        font-size: 1.8vw;
    }

    article section#menu ul ul {
        font-size: 23px;
        font-size: 1.9vw;
        margin-left: 11%;
    }

    article section#menu ul li span {
        font-size: 12px;
        font-size: 1.2vw;
        margin-top: -5%;
    }

    article section#menu p {
        margin-top: 10%;
        padding: 0%;
        font-size: 15px;
        font-size: 1.2vw;
        line-height: 1.3em;
        ;
    }

    article section#menu h1 {
        padding: 0%;
    }

    .flex {
        line-height: 3.8em;
    }

    article section#menu ul.dot li p,
    article section#menu ul.decN li p {
        font-weight: bold;
        margin-top: 0;
    }

    article section#menu p.txt {
        font-weight: normal;
        margin-top: 0;
        padding: 8% 0 0;
    }

    article section#menu .menu-link {
        display: block;
        text-align: right;
        color: #FFE66E;
        font-size: 1.24vw;
        text-decoration: underline;
        font-weight: bold;
        letter-spacing: 0.08em;
        padding: 0;
    }

    article section#menu .menu-link::after {
        width: 1.5vw;
        height: 1.5vw;
    }

    /*======
    blog
    ======*/
    .bg_img img {
        width: 100%;
    }

    /*article section#blog{
        position: relative;
    }
    article section#blog .blog_img img{
        width: 43%;
        text-align: right;
        position: absolute;
        top: -8.5%;
        right: 5%;
    } */
    article section#blog .blog_box {
        width: 45%;
    }

    article section#blog .blog_box ul {
        margin-bottom: 7%;
    }

    article section#blog .blog_box ul li {
        margin-bottom: 5%;
    }

    article section#blog .blog_box ul li a:hover {
        text-decoration: underline;
        border-style: 1px dotted #3C3C3C;
    }

    article section#blog .blog_box ul li span {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        display: block;
        margin-bottom: 0.5%;
    }

    article section#blog .blog_box ul li span.date {
        font-size: 10px;
        font-size: 0.9vw;
        font-weight: bold;
    }

    article section#blog .blog_box ul li span.title {
        font-size: 17px;
        font-size: 1.5vw;
        font-weight: bold;
    }

    article section#blog .blog_box ul li span.text {
        font-size: 12px;
        font-size: 1.1vw;
    }

    article section#blog .blog_box ul li span.text b {
        font-weight: bold;
    }

    article section#blog {
        overflow: hidden;
    }

    article section#blog .blog_box {
        float: left;
    }

    article section#blog .blog_img {
        width: 48%;
        display: block;
        float: right;
        margin: 3% 2% 0 0;
    }

    article section#blog p.blog_more {
        font-size: 20px;
        font-size: 2vw;
        margin-bottom: 0;
    }

    article section#blog p.blog_more:after {
        font-size: 15px;
        font-size: 1.3vw;
        margin-left: 3px;
    }

    /*======
    access
    ======*/
    article section#access {
        overflow: hidden;
        padding: 0;
    }

    article section#access iframe {
        width: 50%;
        float: left;
    }

    article section#access .access_cont {
        width: 50%;
        margin-top: 4.1%;
        float: right;
    }

    article section#access img {
        width: 33%;
    }

    article section#access p {
        font-size: 12px;
        font-size: 1.1vw;
    }

    article section#access p a {
        font-size: 12px;
        font-size: 1.1vw;
    }

    /*======
    other
    ======*/
    article section#other h4 {
        text-align: left;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

    article section#other h4 span.small {
        font-size: 16px;
        font-size: 1.6vw;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

    article section#other h4 span.big {
        font-size: 22px;
        font-size: 3vw;
        margin-left: 3%;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

    article section#other .other_container {
        overflow: hidden;
        padding: 0;
        width: 80%;
        margin: 0 auto 3%;
    }

    article section#other .other_container .box01 {
        float: left;
        width: 35%;
    }

    article section#other .other_container .box02 {
        float: left;
        width: 50%;
        margin-left: 5%;
    }

    article section#other img {
        width: 100%;
    }

    article section#other p {
        font-size: 12px;
        font-size: 1.1vw;
        line-height: 1.3em;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

    article section#other p.link_btn a {
        display: inline-block;
        font-size: 12px;
        font-size: 1.1vw;
        font-weight: bold;
        text-align: center;
        width: 44%;
        padding: 2%;
        border: 1px solid #353431;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    article section#other p.link_btn a:hover {
        color: #353431;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #353431;
    }

    /*======
event
======*/


    article section#event .inner li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 2.77vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    article section#event .inner p {
        margin-bottom: 0;
        text-align: justify;
    }


    article section#event .inner h3 {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

    article section#event .inner .event-image {
        width: 9.72vw;
        height: 13.7499vw;
    }

    article section#event .inner .event-image:hover {
        position: relative;
    }

    a.p:hover {
        position: relative;
        text-decoration: none;
    }

    a.p span {
        display: none;
        position: absolute;
        top: 1em;
        left: 0;
    }

    a.p:hover span {
        border: none;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        width: 300px;
    }

    article section#event .inner .event-info {
        margin-left: 30px;
    }

    article section#event .inner .event-txt_lr {
        font-size: 1.666vw;
        letter-spacing: 0.08em;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
    }

    article section#event .inner .event-txt_md {
        font-size: 1.111vw;
        letter-spacing: 0.08em;
        font-weight: bold;
        line-height: 1.71;
    }

    article section#event .inner .event-txt_sm {
        font-size: 0.97vw;
        letter-spacing: 0.02em;
        font-weight: normal;
        line-height: 1.71;
    }

}