@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
object, embed {
    vertical-align: top;
}
legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
img, abbr, acronym, fieldset {
    border: 0;
}
body {
    font: 14px/1.9 "Yu Mincho", "inherit", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
    background-color:#fff5e1;
    background-size: cover;
    ;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, .active {
    text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
    outline: 0;
}
/*コロナ対策*/
.taisaku_box {
    text-align: center;
    width: 100%;
    margin: 20px auto 0;
}
.taisaku_box a img {
    width: 15%;
    cursor: pointer;
    margin: 0 5%;
}
.taisaku_box a img:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}
/*----------------------------------------------------------*/
/* サイドバー
------------------------------------------------------------*/
/*----------------------------------------------------------*/
/* ヘッダー
------------------------------------------------------------*/
#mainnav a {
    color: #fff;
    font-family: "Yu Mincho", "inherit", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* フッター
------------------------------------------------------------*/
#footer {
    clear: both;
    padding: 5% 1%;
    text-align: center;
    font-size: 18px;
}
section h2 {
    font-size: 16px;
    margin: 55px auto;
}
/* 共通
------------------------------------------------------------*/
h1, h2 {
    font-family: "Yu Mincho", "inherit", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
img {
    max-width: 100%;
    height: auto;
}
section {
    clear: both;
}
section h2 {
    width: 60%;
    margin: 90px auto 40px;
    font-familiy: "Yu Mincho";
    font-weight: normal;
    text-align: center;
}
section h2 span {
    border-bottom: 3px solid #490000;
}
section h3 {
    margin: 50px auto 30px;
    font-weight: normal;
    text-align: center;
}
.inner {
    width: 80%;
    margin: 5% auto;
}

.innerS {
    width: 100%;
    margin: 0;
    padding: 0;
}
.inner {
    width: 80%;
    padding: 20px 0 20px;
    text-align: center;
}
.innerS dl {
    clear: both;
    padding: 0;
    margin: 5% 10%;
    height: 300px;
    overflow: auto;
    text-align: left;
    width: 80%;
    border: 3px solid #490000;
    background: #490000;
    color: #fff;
}
#news {
    width: 100%;
}
#news h2 {
    margin-top: 20px;
}
#news strong {
    font-size: 14px;
    padding: 2% 0 0 2%;
}
#news dt {
    width: 100%;
    line-height: inherit;
}
#news dd {
    width: 95%;
    font-size: 14px;
    padding: 0 0 2% 3%;
    border-bottom: dotted #fff5e1 2px;
}
#recommended .inner, #concept .inner {
    border-bottom: 1px solid #fff5e1;
}
/* Concept

#concept {
    padding-bottom: 0 !important;
}
.article {
    clear: both;
}
.article img {
    width: 100%;
    margin: 15px 5px;
}
.article p {
    margin-bottom: 5px;
}------------------------------------------------------------*/



/* menu
------------------------------------------------------------*/
.col4 .img {
    margin: 0 auto;
}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
a.btn_09 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    margin: auto;
    padding: 1rem 4rem;
    font-family: "Yu Mincho";
    font-weight: bold;
    border: 2px solid #490000;
    background: #490000;
    color: #fff;
    transition: 0.5s;
}
a.btn_09:hover {
    color: #490000;
    background: #fff;
}
/* photogallery
------------------------------------------------------------*/
#gallery {
    overflow: hidden;
    text-align: center;
}
#gallery li.full {
    width: 100%;
}
#gallery img {
    display: block;
    width: 100%;
    height: auto;
}
/* Information
------------------------------------------------------------*/
#information p {
    padding-bottom: 5px;
}
.col2 li {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
#map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.yajirusi_top a {
    color: #fff;
}
.sns_icon img {
    width: 50px;
    margin: 10px;
}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 900px) {
    body {
         font-size: 14px;
        width: 100%;
    }
    #wrapper {
        width: 100%;
        text-align: center;
    }
    #sidebar {
        width: 20%;
        position: fixed;
        top: 0;
        right: 0;
        background: #490000;
        height: 100%;
        border-left-width: thick;
        border-left-style: solid;
        border-left-color: #fff;
    }
    #content {
        width: 80%;
    }
    a#menu {
        display: none;
    }
    .panel {
        display: block !important;
    }
    #sidebar h1 {
        padding: 20% 20% 0px;
        width: 60%;
        ;
    }
    #mainnav ul {
        padding: 5% 10% 0 10%;
    }
    #mainnav li {
        font-size: 17.5px;
        padding: 3% 0;
    }
    /* Recommended
	-----------------*/
     .col4 {
        text-align: center;
        margin: 5% 10%;
    }
    .col4 strong {
        text-align: center;
    }
       .col4 li {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        }
    .col5 {
        text-align: center;
        margin: 5% 10%;
    }
    .col5 strong {
        text-align: center;
    }
       /* .col5 li {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        } -----------------*/
    #map iframe {
        width: 96% !important;
        left: 2%;
    }
    .col2 li {
        width: 60%;
        vertical-align: top;
    }
    .col2 li:first-child {
        width: 35%;
        padding-top: 5%;
        padding-right: 4%;
    }
}
@media only screen and (max-width: 899px) {
    .innerS dl {
        padding: 0;
        margin: 0 auto 2% auto;
        width: 90%;
        height: 250px;
    }
    #news dd {
        max-width: 100%;
    }
    .article img {
        float: none;
        display: block;
        margin: 10px 0px;
    }
    #sidebar {
        position: fixed;
        width: 100%;
        z-index: 500;
    }
    #sidebarWrap {
        width: 100%;
        height: 60px;
        background: #490000;
        border-bottom: 1px solid #333;
    }
    #sidebar h1 {
        text-align: center;
        padding-top: 13px;
    }
    #sidebar h1 img {
        width: auto !important;
        max-height: 40px;
    }
    a#menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
    }
    #menuBtn {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #fff;
        transition: .2s;
    }
    #menuBtn:before, #menuBtn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #fff;
        transition: .3s;
    }
    #menuBtn:before {
        margin-top: -7px;
    }
    #menuBtn:after {
        margin-top: 5px;
    }
    a#menu .close {
        background: transparent;
    }
    a#menu .close:before, a#menu .close:after {
        margin-top: 0;
    }
    a#menu .close:before {
        transform: rotate(-45deg);
    }
    a#menu .close:after {
        transform: rotate(-135deg);
    }
    .panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: -10px;
        z-index: 100;
    }
    #mainnav {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: right;
    }
    #mainnav ul {
        width: 100%;
        height: 260px;
        overflow: auto;
        border-bottom: 1px solid #490000;
        background: #490000;
        text-align: left;
    }
    #mainnav li a {
        position: relative;
        display: block;
        padding: 5px 25px;
        border-bottom: 1px solid #ccc;
        color: #fff;
        font-weight: 400;
    }
    #mainnav li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #gallery img {
        padding-top: 60px;
    }
    section h2 {
        margin: 55px auto;
    }
    .col4 li {
        margin: 0 auto 10px;
        display: block;
        text-align: center;
    }
    .col4 li {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    section h2 {
        margin: 50px auto 30px;
    }
    #footer {
        font-size: 14px;
    }
    /*コロナ対策*/
    .taisaku_box a img {
        width: 30%;
        margin: 2% 2% 0;
    }
    /*----------------------------------------------------------*/
}