html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*

font-family: 'Hind', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;

*/


/* --------------------------- */


/*  base  */


/* --------------------------- */

a {
    color: #933;
    text-decoration: none;
    transition: all 0.6s;
}

a:hover {
    color: #E0851F;
}

em {
    font-family: 'Open Sans';
    font-style: italic;
}

img,
img a {
    border: 0;
    text-decoration: none;
}

img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE*/
}

strong {
    font-weight: bold;
}

.fade_up {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 600ms;
}

.fade_up.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

body {
    animation: fadeIn 800ms ease 0s 1 normal;
    -webkit-animation: fadeIn 800ms ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/* --------------------------- */


/*  layout  */


/* --------------------------- */

body {
    background-color: #fff;
    color: #1C1C1C;
    font-family: 'Open Sans', 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
}

#wrap {
    width: 100%;
    overflow: hidden;
}

#contents {
    width: 1050px;
    margin: 0 auto;
    line-height: 1.8;
}

#wrap_contents {
    background-color: #fff;
    z-index: 1;
    width: 100%;
}

@media (max-width: 1050px) {
    #wrap_contents,
    #contents {
        width: 100%;
    }
}


/* ------ */


/*  Header  */


/* ------ */


/* sp header */


/* Toggle Button */

#nav-toggle {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    width: 30px;
    height: 25px;
    cursor: pointer;
    padding: 15px 10px 10px;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 9px;
}

#nav-toggle span:nth-child(3) {
    top: 18px;
}


/* spmenu */

#top-head,
.inner {
    width: 100%;
    padding: 0;
}

#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    display: block;
    z-index: 9;
}


/* Fixed reset */

#top-head.fixed {
    padding-top: 0;
    background: transparent;
}

#mobile-head {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    position: absolute;
    filter: drop-shadow(0 0 1px #999);
    right: 10px;
    top: 10px;
    border-radius: 40px;
    z-index: 11;
}

#top-head.bar #mobile-head,
#top-head.bar2 #mobile-head {
    background-color: rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    position: absolute;
    filter: none;
    right: 10px;
    top: 0px;
    border-radius: 40px;
    z-index: 11;
}

#top-head.bar .inner,
#top-head.bar2 .inner {
    height: 53px;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

h1.logo.top {
    width: 130px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

h1.logo.top img {
    width: 130px;
    height: 154px;
}

h1.logo {
    width: 80px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 10;
}

h1.logo img {
    width: 80px;
    height: auto;
}

h1.logo.bar,
h1.logo.bar2 {
    background-image: url(../images/footlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height: 38px;
    top: 2px;
    left: 5px;
    font-family: 'Muli', Arial, Helvetica, sans-serif;
    padding: 9px 0 0 0;
    font-size: 1.0rem;
    Font-weight: bold;
    width: 250px;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    position: fixed;
}

h1.logo.bar span,
h1.logo.bar2 span {
    font-size: 0.7rem;
    padding-bottom: 2px;
    display: block;
}

h1.logo.bar a,
h1.logo.bar2 a {
    color: #333;
    display: block;
    padding: 0 0 3px 45px;
}


/* select lang */

.lang_wrap {
    overflow: hidden;
    position: absolute;
    right: 82px;
    top: 23px;
    font-size: 0.9rem;
    display: inline-block;
    color: #333;
    text-align: center;
    cursor: pointer;
    filter: drop-shadow(0 0 1px #999);
}

.lang_wrap .lang_btn {
    display: block;
    padding: 5px 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    text-align: center;
    cursor: pointer;
}

.lang_wrap div.child {
    display: none;
    line-height: 2;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
}

.lang_wrap div.child a {
    color: #333;
    transition: all 0.5s;
    display: block;
}

.lang_wrap div.child a:hover {
    color: #bbb;
}

.lang_wrap div.child p {
    padding: 1px 0;
}

.lang_wrap div.child p.eng {
    margin-top: 6px;
}

#top-head.bar .lang_wrap,
#top-head.bar2 .lang_wrap {
    overflow: hidden;
    position: absolute;
    right: 75px;
    top: 13px;
    font-size: 0.9rem;
    display: inline-block;
    color: #333;
    text-align: center;
    cursor: pointer;
    filter: drop-shadow(0 0 1px #999);
}

#global-nav {
    position: absolute;
    top: calc(-200vh - 40px);
    width: 100%;
    max-height: 100vh;
    text-align: center;
    overflow-y: auto;
    padding: 0 0 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.9);
}

#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 40px;
    padding-bottom: 80px;
}

#global-nav ul li {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 100%;
    display: block;
    text-align: left;
}

#global-nav ul li:last-child {
    padding-bottom: 25px;
}

#global-nav ul li p {
    padding: 8px 20px 8px 20px;
    line-height: 1.3;
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 40px);
    font-size: 0.9rem;
    text-align: center;
}

#global-nav ul li p span {
    font-size: 0.7rem;
    padding-left: 5px;
}

#global-nav ul li h4 {
    padding: 8px 10px 4px 10px;
    line-height: 1.4;
    text-align: center;
    display: block;
    clear: both;
    font-size: 14px;
}

#global-nav ul li h4.border_st {
    padding: 12px 10px 4px 10px;
    line-height: 1.4;
    text-align: center;
    display: block;
    clear: both;
    font-size: 0.9rem;
    border-top: 1px solid #333;
    color: #666;
    font-weight: bold;
}

#global-nav ul li h4.sp_bar_u {
    padding: 12px 10px 4px 10px;
    line-height: 1.4;
    text-align: center;
    display: block;
    clear: both;
    font-size: 0.9rem;
    border-top: 1px solid #333;
}

#global-nav ul li h4.border_none {
    border-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    padding: 0;
    color: #fff;
}

#global-nav ul li h4.lang {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#global-nav ul li h4.lang p {
    width: auto;
    padding: 8px 15px;
}

#nav-toggle {
    display: block;
}

.open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(calc(200vh + 30px));
    -webkit-transform: translateY(calc(200vh + 30px));
    transform: translateY(calc(200vh + 30px));
}

.ar_in {
    z-index: 1;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 70px;
    width: 50px;
}

.ar_in span {
    font-size: 0.8rem;
    letter-spacing: 0;
    display: block;
    font-weight: bold;
}

.ar_in i {
    animation: anime_ar 1s ease -1s infinite alternate;
    filter: drop-shadow(0 0 3px #fff);
    font-size: 28px;
}

@keyframes anime_ar {
    0% {
        opacity: .3;
        margin-top: 0;
    }
    100% {
        opacity: 1;
        margin-top: 15px;
    }
}


/* toppage */

.fullsc {
    height: 100vh;
    width: 100%;
}

.sc_content {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.sc_content_inner {
    text-align: center;
    letter-spacing: 0.15em;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.sc_content h2 {
    font-size: 3.8rem;
    font-weight: bold;
    font-family: 'Muli', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0 20px;
}

.sc_content h2 img {
    width: 80%;
}

.sc_content h2 span {
    font-size: 2.6rem;
    text-transform: none;
}

.sc_content .lead {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
}

.sc_content .lead.yokoku {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 20px;
}

a.head_mb_a {
    display: none;
}

h1.logo.bar2 a.head_mb_img {
    display: none;
}

@media (max-width: 1050px) {
    .sc_content h2 img {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 980px) {
    .sc_content h2 {
        font-size: 3.4rem;
    }
    .sc_content h2 span {
        font-size: 2.4rem;
        text-transform: none;
    }
    .sc_content .lead {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    h1.logo.bar2 a.head_mb_img {
        display: none;
    }
    a.head_mb_a {
        display: block;
    }
}

@media (max-width: 600px) {
    #top-head.bar2 .lang_wrap {
        display: none;
    }
    .sc_content h2 {
        font-size: 2.4rem;
    }
    .sc_content h2 span {
        font-size: 1.8rem;
        text-transform: none;
    }
    .sc_content .lead {
        font-size: 1rem;
    }
}

#top_about {
    width: 1050px;
    margin: 30px auto;
    line-height: 1.8;
}

#top_about p {
    padding: 0 50px;
    text-align: justify;
}

#top_about p.qt {
    font-style: italic;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}

#top_about p.right {
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
}

#top_about h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    display: none;
}

#story_navi {
    width: 1050px;
    margin: 0 auto 20px;
    line-height: 1.8;
    overflow: hidden;
}

.st_box_fb {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: start;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.st_box_fb .st_box {
    margin: 10px;
    width: 50%;
    position: relative;
    display: table;
    vertical-align: middle;
}

.st_box_fb .st_box a {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.1);
}

.st_box_fb .st_box a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.st_box_fb .st_box p.area {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.st_box_fb .st_box p.area span {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 0.85rem;
}

.st_box_fb .st_box a p.area span {
    color: #fff;
}

.st_box_fb .st_box h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.4rem;
    padding: 115px 10px 0;
    width: calc(100% - 20px);
    color: #fff;
    z-index: 1;
    text-shadow: 0 0 3px #333;
}

.st_box_fb .st_box h3.black {
    color: #333;
    text-shadow: 0 0 3px #fff;
}

.st_box_fb .st_box h3 span {
    display: block;
    font-size: 1rem;
}

.st_box_fb .st_box img {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    top: 0;
    z-index: 0;
    border-radius: 4px;
    transition: all 0.5s;
    filter: grayscale(10%);
}

@media (max-width: 1050px) {
    #top_about,
    #story_navi {
        width: 100%;
    }
    .st_box_fb {
        width: calc(100% - 40px);
        margin: 10px auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    #top_about p {
        padding: 0 20px;
        text-align: justify;
    }
    .st_box_fb {
        margin-bottom: 0;
    }
    .st_box_fb .st_box {
        width: 100%;
        height: 200px;
        margin: 10px 20px;
    }
    .st_box_fb {
        flex-wrap: wrap;
        height: auto;
        width: 100%;
    }
    .st_box_fb .st_box a {
        height: 200px;
        width: 100%;
    }
    .st_box_fb .st_box h3 {
        padding: 65px 10px 0;
        width: calc(100% - 20px);
    }
    .st_box_fb .st_box img {
        height: 200px;
    }
}


/* entry */

.entry h3 {
    padding: 30px 0 0px;
    font-size: 1.4rem;
    font-weight: bold;
}

@media (max-width: 1050px) {
    .entry {
        width: calc(100% -40px);
        margin: 0 20px;
    }
    .entry h3 {
        font-size: 1.2rem;
    }
}


/* storypage */

.sc_content.page {
    align-items: flex-start;
    justify-content: flex-start;
    background-size: cover;
    background-position: center center;
}

.sc_content.page h2 {
    text-align: left;
    font-size: 3.6rem;
    padding: 0;
}

.sc_content.page .lead {
    text-align: left;
    font-size: 2.8rem;
    padding: 0;
    padding-left: 5px;
}

.sc_content.page .mini_map {
    margin: 20px 0 0;
}

.sc_content.page .mini_map img {
    width: 270px;
    height: auto;
}

.sc_content.page .sc_content_inner {
    padding-top: 150px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 980px) {
    .sc_content.page h2 {
        font-size: 2.8rem;
    }
    .sc_content.page .lead {
        font-size: 1.8rem;
    }
}

@media (max-width: 600px) {
    .sc_content.page h2 {
        font-size: 2.0rem;
    }
    .sc_content.page .lead {
        font-size: 1.4rem;
    }
    .sc_content.page .mini_map img {
        width: 220px;
        height: auto;
    }
}

.story_num {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    padding-left: 3px;
}

#wrap_story {
    background-color: #42401A;
    padding: 30px 0 30px;
}

.story_box {
    width: 1050px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 1.8;
    color: #60562F;
    display: flex;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}

.story_box .img_wrap {
    margin: 50px 20px 10px 40px;
}

.story_box .img_wrap img {
    width: 420px;
    height: 600px;
    object-fit: cover;
}

.story_box .text_wrap {
    margin: 50px 40px 30px 20px;
    text-align: justify;
}

.story_box .text_wrap p {
    padding-bottom: 1em;
}

.story_box .text_wrap h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 3px solid #60562F;
}

.story_box .text_wrap h3 span {
    font-size: 1.1rem;
    display: block;
}

.wrap_btn {
    width: 1050px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 10px solid #fff;
}

.wrap_btn ul {
    width: 100%;
    display: table;
    padding-bottom: 30px;
}

.wrap_btn ul li {
    display: table-cell;
    font-size: 0.9rem;
}

.wrap_btn ul li.right {
    text-align: right;
}

.wrap_btn ul li a {
    padding: 10px 30px;
    font-weight: bold;
    color: #866328;
    transition: all 0.5s;
}

.wrap_btn ul li a span {
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #866328;
    color: #866328;
    margin: 0 4px;
    border-radius: 15px;
    font-size: 0.8rem;
    transition: all 0.5s;
}

.wrap_btn ul li a span:hover {
    color: #999;
}

.wrap_btn ul li a:hover {
    color: #999;
}

@media (max-width: 1050px) {
    #wrap_story {
        background-color: #fff;
        padding: 30px 0 30px;
    }
    .story_box {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .story_box .img_wrap {
        margin: 20px 40px 10px 40px;
    }
    .story_box .img_wrap img {
        width: 420px;
        height: 600px;
        object-fit: cover;
    }
    .story_box .text_wrap {
        margin: 10px 40px 20px 40px;
        text-align: justify;
    }
    .wrap_btn {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
    }
    .wrap_btn ul {
        width: 100%;
    }
    .wrap_btn ul li {
        line-height: 2;
        display: block;
    }
    .wrap_btn ul li a {
        display: block;
        padding: 10px 20px;
    }
}

@media (max-width: 600px) {
    .story_box {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .story_box .img_wrap {
        margin: 20px 20px 10px 20px;
    }
    .story_box .img_wrap img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .story_box .text_wrap {
        margin: 10px 20px 20px 20px;
    }
    .wrap_btn {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
    }
    .wrap_btn ul {
        width: 100%;
    }
    .wrap_btn ul li {
        line-height: 2;
        display: block;
    }
    .wrap_btn ul li a {
        display: block;
    }
}

h2.cp_h2 {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    padding: 30px 0 20px;
}

.culture_list {
    width: 100%;
}

.culture_list li {
    padding-bottom: 50px;
}

.culture_list li .img {
    width: 30%;
    float: left;
}

.culture_list li:nth-child(odd) .img {
    float: right;
}

.culture_list li .img img {
    width: 100%;
    height: auto;
}

.culture_list li .text {
    width: 67%;
    float: left;
    text-align: justify;
    padding-right: 3%;
    padding-top: 10px;
}

.culture_list li:nth-child(even) .text {
    padding-right: 0%;
    padding-left: 3%;
}

.culture_list li .text h4 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 5px;
}

.culture_list li .text h4 span {
    display: block;
    font-size: 1.1rem;
}

.culture_list li .text h5 {
    font-weight: bold;
    font-size: 0.9rem;
    padding-bottom: 5px;
}

.culture_list li .text h5 span.ds,
.culture_list li .text p.lc span {
    font-size: 0.7rem;
    border: 1px solid #999;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.culture_list li .text p.lc {
    font-weight: bold;
    font-size: 0.9rem;
    padding-top: 5px;
    color: #866328;
    display: inline-block;
    margin-right: 10px;
}

.culture_list li .text p.lc span {
    color: #fff;
    background-color: #866328;
    border: 0px solid #999;
    display: none;
}

.culture_list li .text p.lc:first-child span {
    display: inline;
}

@media (max-width: 1050px) {
    h2.cp_h2 {
        font-size: 1.9rem;
        padding: 20px 0 20px;
    }
    .culture_list {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .culture_list li {
        padding-bottom: 50px;
    }
    .culture_list li .text {
        width: 67%;
        float: left;
    }
    .culture_list li .img {
        width: 30%;
        float: left;
    }
}

@media (max-width: 600px) {
    .culture_list li .img {
        width: 100%;
        float: none;
        text-align: center;
    }
    .culture_list li:nth-child(odd) .img {
        float: none;
        text-align: center;
    }
    .culture_list li .img img {
        width: 100%;
        text-align: center;
    }
    .culture_list li .text {
        width: 100%;
        float: none;
        text-align: justify;
        padding-right: 0;
    }
    .culture_list li:nth-child(even) .text {
        padding-right: 0;
        padding-left: 0;
    }
    .culture_list li .text h4 {
        text-align: left;
    }
    .culture_list li .text h4 span {
        display: block;
        font-size: 1.1rem;
    }
    .culture_list li .text h5 {
        text-align: left;
        line-height: 1.9;
    }
}


/* Access　*/

h2.plane_back {
    padding: 90px 0 40px;
    margin: 0 0 30px;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Muli';
    text-align: center;
    width: 100%;
    background-color: #F1EFEB;
    color: #514F1E;
}

.map img {
    width: 100%;
}

#pl_wrap {
    width: 100%;
    justify-content: center;
    align-items: start;
    margin: 50px 0;
}

#pl_wrap .plane {}

#pl_wrap .plane h3,
.shinkansen h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #514F1E;
}

#pl_wrap .plane h3 span,
.shinkansen h3 span {
    display: inline-block;
    background-color: #514F1E;
    color: #fff;
    border-radius: 5px;
    padding: 0 7px;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 8px;
    vertical-align: middle;
}

#pl_wrap .plane .midashi {
    display: flex;
    width: 100%;
    background-color: #ddd;
    text-align: center;
}

#pl_wrap .plane .midashi dt {
    width: 50%;
}

#pl_wrap .plane .midashi dd {
    width: 25%;
    border-left: 2px solid #fff;
}

#pl_wrap .plane .nakami {
    display: flex;
    width: 100%;
    padding: 10px 0 10px;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 0.9rem;
}

#pl_wrap .plane .nakami dt {
    width: calc(50% - 100px);
    text-align: left;
    padding-left: 100px;
}

#pl_wrap .plane .nakami dd {
    width: 25%;
}

@media (max-width: 1050px) {
    h2.plane_back {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    #pl_wrap {
        width: calc(100% - 40px);
        justify-content: center;
        align-items: start;
        margin: 50px 20px;
    }
    #pl_wrap .plane .nakami dt {
        width: 50%;
        text-align: left;
        padding-left: 0;
    }
    #pl_wrap .plane .nakami,
    #pl_wrap .plane .midashi {
        min-width: 980px;
    }
    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }
}

.shinkansen {
    text-align: left;
    margin: 30px 0 0;
}

.shinkansen ul li {
    float: left;
    display: flex;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
    height: 72px;
    width: 6em;
    justify-content: center;
    align-items: center;
}

.shinkansen ul li:nth-child(odd) {
    border: 1px solid #333;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    width: 8em;
}

.shinkansen ul li:nth-child(even) {
    margin: 0 10px;
    font-size: 0.9rem;
    background-image: url(../images/arr.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    padding-top: 10px;
}

.shinkansen ul li:nth-child(2) {
    width: 8em;
}

.shinkansen p {
    font-size: 0.9rem;
}

@media (max-width: 1050px) {
    .shinkansen ul {
        width: calc(100% - 40px);
    }
    .shinkansen ul {
        min-width: 1050px;
    }
    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }
}

.towns {
    margin: 30px auto 30px;
}

.towns ul {
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.towns ul li {
    align-items: start;
    line-height: 1.2;
}

.towns ul li .title_box {
    background-color: #817C30;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 160px;
    height: 120px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.towns ul li .title_box h4 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.wrap_towns {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.wrap_towns .icon {
    font-size: 1.8rem;
    width: 70px;
    color: #817C30;
    line-height: 1.1;
    text-align: center;
}

.wrap_towns .text {
    width: calc(100% - 70px);
}

.wrap_towns .text p {
    line-height: 1.8;
    font-size: 0.9rem;
}

.wrap_towns .text span {
    padding: 1px 8px;
    margin-right: 10px;
    font-size: 0.85rem;
    border: 1px solid #333;
    border-radius: 5px;
    display: inlie-block;
}

.wrap_towns .text i {
    padding: 0 8px;
}

@media (max-width: 1050px) {
    .towns ul {
        width: calc(100% - 40px);
        margin: 0 20px 20px;
    }
    .towns ul {
        display: block;
    }
    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }
    .wrap_towns .icon {
        font-size: 1.6rem;
        width: 40px;
        color: #817C30;
        line-height: 1.1;
        text-align: center;
    }
    .wrap_towns .text p {
        width: 100%;
    }
}


/* area_article */

.fullsc.area {
    height: 80vh;
}

.sc_content.area {
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: 0 0 5px #000;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.sc_content.area .mini_map {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.sc_content.area .mini_map p {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.sc_content.area .mini_map img {
    width: 280px;
}

@media (max-width: 768px) {
    .fullsc.area {
        margin-top: 50px;
    }
    .fullsc.area .sc_content.area.travelogue {
        height: 80vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .fullsc.area .sc_content.area {
        height: 80vh;
        width: 100%;
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        text-shadow: 0 0 5px #000;
        position: relative;
        background-size: cover;
        background-position: center center;
    }
    .fullsc.area .sc_content.area .sc_content_inner {
        padding-top: 20px;
    }
    .sc_content.area .mini_map img {
        width: 200px;
    }
}

.feature_text {
    width: 100%;
    margin: 0 auto;
}

.feature_text img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.feature_text img.notrim {
    width: 100%;
    height: auto;
}

.feature_text .img {
    position: relative;
}

.feature_text .img .photo_credit_add {
    width: 100%;
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 0 1px #333;
}

.feature_text p {
    margin: 0 auto;
    Width: 80%;
    text-align: justify;
}

.location_area {
    text-align: center;
    margin-bottom: 30px;
}

.location_area p {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.location_area p span {
    padding: 2px 10px;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 5px;
}

.feature_text .text {
    line-height: 1.8;
    padding: 35px 0 50px;
}

.feature_text .text p {
    padding: 0;
    font-size: 17px;
    line-height: 2;
}

.feature_text .text a {
    background-color: #F4EDB5;
    padding: 0 2px;
}

.feature_text .text a::after {
    content: '\f0c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    padding-left: 4px;
}

.feature_text .mini_map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto 0;
    width: 100%;
}

.feature_text .mini_map .mini_map_in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature_text .mini_map img {
    width: 220px;
    height: auto;
    object-fit: contain;
}

.feature_text .mini_map p {
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    text-align: center;
    width: 230px;
}

.feature_text .mini_map p.area .more,
.feature_text .text .more {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #999;
    border-radius: 30px;
    padding: 6px 0;
    width: 120px;
    margin: 5px auto 0 auto;
}

.feature_text .text .more {
    margin: 25px auto 0;
    width: 180px;
    height: 35px;
    font-size: 0.9rem;
    padding: 8px 0;
    line-height: 1.3;
}

.feature_text .mini_map p.area .more a,
.feature_text .text .more a {
    color: #fff;
    transition: all 0.5s;
    width: 100%;
    background: none;
}

.feature_text .mini_map p.area .more a::after,
.feature_text .text .more a::after {
    content: '';
    display: none;
    height: 0;
    font-size: 0;
}

.feature_text .mini_map p.area .more a:hover,
.feature_text .text .more a:hover {
    color: #333;
}

.feature_text .mini_map p.area .more span,
.feature_text .text .more span {
    display: block;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .feature_text p {
        margin: 0 auto;
        Width: 90%;
        text-align: justify;
    }
    .feature_text .mini_map {
        display: block;
        margin: 35px auto 0;
        width: 100%;
    }
    .feature_text .mini_map .mini_map_in {
        display: block;
        text-align: center;
    }
    .feature_text img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 20px;
    }
}


/* area_bnner */

h2.area_h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.wrap_area_bn {
    width: 85%;
    max-width: 1100px;
    margin: 20px auto;
    text-align: center;
}

.wrap_area_bn h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 15px;
    text-shadow: 0 0 7px #000;
}

.wrap_area_bn h3 span {
    font-size: 0.9rem;
    display: block;
    margin-top: 5px;
}

.wrap_area_bn p {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
}

.wrap_area_bn .tg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-radius: 5px;
}

.wrap_area_bn .tg h3 {
    font-size: 2rem;
    text-shadow: 0 0 3px #000;
}

.wrap_area_bn div {
    background-size: cover;
    background-position: center center;
}

.wrap_area_bn a {
    color: #fff;
    display: flex;
    height: 150px;
    width: 100%;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.15);
}

.wrap_area_bn a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.wrap_area_bn ul {
    margin-top: 20px;
    display: flex;
}

.wrap_area_bn ul li {
    width: 50%;
}

.wrap_area_bn ul li div {
    height: 150px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_area_bn ul li:first-child {
    margin-right: 10px;
}

.wrap_area_bn ul li:last-child {
    margin-left: 10px;
}

@media (max-width: 980px) {
    .wrap_area_bn {
        width: calc(100% - 40px);
    }
}

@media (max-width: 768px) {
    .wrap_area_bn .tg {
        margin-bottom: 20px;
    }
    .wrap_area_bn ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .wrap_area_bn ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrap_area_bn ul li:first-child {
        margin-right: 0;
    }
    .wrap_area_bn ul li:last-child {
        margin-left: 0;
    }
    .wrap_area_bn .tg h3 {
        font-size: 1.6rem;
        text-shadow: 0 0 3px #000;
    }
}


/* sightseeing */

.att_wrap {
    background-color: #F1EFEB;
    padding: 70px 0 20px;
}

.att_main {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
}

p.post_type {
    font-size: 0.85rem;
    padding: 0;
    margin: 10px 0 0;
    font-weight: bold;
    color: #666;
}

p.news_date {
    font-size: 1.2rem;
    padding: 0;
    margin: 10px 0 0;
    font-weight: bold;
    color: #666;
}

.wrap_att_main {
    padding: 10px 30px 20px;
}

.att_main h2 {
    font-size: 2rem;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.3;
    color: #666;
}

.att_main h2.news {
    padding: 0 0 10px;
}

.att_main h3.dates {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 5px 0 15px 0;
    font-weight: bold;
    color: #666;
}

.att_main h3 span {
    border-radius: 4px;
    background-color: #999;
    color: #fff;
    font-size: 1.15rem;
    padding: 2px 15px;
    margin-right: 10px;
}

.att_main h4 {
    font-size: 0.8rem;
    padding: 5px 0 10px;
    font-weight: bold;
    color: #666;
}

.att_main .sub_title_wrap {
    display: flex;
    justify-content: start;
    width: 100%;
}

p.location {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 3px 10px;
    text-align: right;
    color: #866328;
}

p.location span {
    border-radius: 4px;
    background-color: #866328;
    color: #fff;
    font-size: 0.6rem;
    padding: 2px 10px;
    margin-right: 7px;
}

.att_main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}

.att_article {
    display: flex;
    width: 1100px;
    margin: 40px auto 10px;
    line-height: 1.6;
    font-size: 1rem;
    color: #666;
}

.att_article .text_box {
    width: 63%;
    margin: 0 20px 30px 30px;
    text-align: justify;
}

.att_article .img_box {
    width: 37%;
    margin: 0 30px 30px 20px;
}

.att_article .img_box .img {
    margin-bottom: 15px;
}

.att_article .img_box img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.att_article .img_box .hp {
    margin-bottom: 15px;
}

.att_article .img_box a {
    color: #fff;
    background-color: #933;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 7px 0;
    display: block;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    border-radius: 4px;
    position: relative;
}

.att_article .img_box h4.classification {
    background-color: #eee;
    text-align: center;
    color: #666;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px 0;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.google-map {
    margin-top: 0;
    margin-bottom: 10px;
}

.google-map iframe {
    width: 100%;
}

.fa-external-link-alt {
    font-size: 0.65rem;
    position: absolute;
    right: 10px;
    top: 7px;
}

.att_article .img_box a:hover {
    background-color: #CC7757;
}

.detail {}

.att_article h2 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    background-color: #bbb;
    padding: 5px 0 5px 10px;
    margin: 15px 0 10px;
    border-radius: 4px;
}

.att_article .text_box dl {
    display: flex;
    text-align: left;
    padding-bottom: 10px;
    font-size: 0.85rem;
}

.att_article .text_box img {
    margin: 0 0 10px;
    width: 100%;
    border-radius: 4px;
}

.att_article .text_box dl dt {
    font-weight: bold;
    padding-left: 8px;
    width: 25%;
    text-align: left;
    white-space: nowrap;
}

.att_article .text_box dl dd {
    text-align: left;
    width: 75%;
}

img.event_photo {
    border-radius: 4px;
    margin-bottom: 10px;
}

.att_sns {
    margin: 0 0 30px;
}

.category a {
    background-color: #eee;
    color: #333;
    font-size: 0.8rem;
    padding: 5px 20px;
    margin-right: 5px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    transiton: all 0.5s;
}

.category a:hover {
    background-color: #933;
    color: #fff;
}

@media (max-width: 1100px) {
    .att_main {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .att_article {
        width: 100%;
        margin: 40px auto 10px;
    }
}

@media (max-width: 768px) {
    .att_article .text_box dl {
        display: block;
    }
    .att_article {
        display: block;
        width: 100%;
        margin: 40px auto 10px;
    }
    .att_main .sub_title_wrap {
        display: block;
    }
    p.location {
        text-align: left;
        padding: 5px 3px 10px 0;
    }
    .wrap_att_main {
        padding: 10px 10px 10px;
    }
    .att_main img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center center;
        border-radius: 4px;
    }
    .att_article .text_box dl dt {
        padding-left: 0px;
    }
    .att_article .text_box {
        width: calc(100% - 30px);
        margin: 0 15px 30px 15px;
        text-align: justify;
    }
    .att_article .img_box {
        width: calc(100% - 70px);
        margin: 0 35px 30px 35px;
    }
    .att_article .text_box img {
        margin: 0 0 10px;
        width: 100%;
        border-radius: 4px;
    }
    .category {
        text-align: left;
    }
}


/** finder related **/

.finder_wrap {
    width: 1100px;
    margin: 50px auto 80px;
}

.finder_wrap.trip {
    width: 1100px;
    margin: 0 auto 30px;
}

.finder_wrap ul {
    margin: 20px 0;
}

.finder_wrap ul li {
    display: inline-block;
    width: 260px;
    height: 310px;
    overflow: hidden;
    margin: 5px 5.5px 10px 5.5px;
    background-color: #fff;
    vertical-align: top;
    line-height: 1;
}

.finder_wrap ul li img {
    vertical-align: top;
}

.finder_wrap ul li.event {
    height: auto;
    margin-bottom: 30px;
}

.finder_wrap ul li.event.archive {
    height: 320px;
}

.finder_wrap ul.news {
    display: flex;
    flex-direction: column;
}

.finder_wrap ul.news li {
    display: block;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1rem;
    margin-left: 10%;
}

.finder_wrap ul.news li .thum a {
    display: flex;
    flex-direction: row;
    /* justify-content:center; */
    align-items: center;
}

.finder_wrap ul.news li .thum a:hover {
    opacity: 0.6;
}

.finder_wrap ul.news li .thum .news_area {
    border-radius: 4px;
    color: #866328;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 4px 0 4px;
    line-height: 1;
    margin: 0 7px;
    text-align: center;
    width: 100px;
    border: 1px solid #866328;
}

.finder_wrap ul li a {
    color: #333;
}

.finder_wrap ul li a:hover {}

.finder_wrap ul li img {
    width: 260px;
    height: 180px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}

.finder_wrap ul li h3,
.finder_wrap ul li h5 {
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: bold;
    padding: 5px 0;
}

.finder_wrap ul li h4.dates {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 4px;
}

.finder_wrap ul li h4.dates span {
    border-radius: 4px;
    background-color: #999;
    color: #fff;
    font-size: 0.6rem;
    padding: 2px 9px;
    margin-right: 7px;
}

.finder_wrap .location {
    text-align: left;
    position: relative;
    padding: 5px 0;
}

p.contents {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 0 8px;
    text-align: left;
    color: #933;
}

p.contents span {
    border-radius: 4px;
    background-color: #933;
    color: #fff;
    font-size: 0.6rem;
    padding: 2px 9px;
    margin-right: 7px;
}

.more_btn {
    text-align: center;
}

.more_btn a {
    border-radius: 24px;
    background-color: #933;
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 40px;
    margin: 10px auto;
    transition: all 0.5s;
    font-weight: bold;
}

.more_btn a:hover {
    color: #999;
}

@media (max-width: 1050px) {
    .finder_wrap {
        width: 100%;
        margin: 50px auto 80px;
        text-align: center;
    }
    .finder_wrap.trip {
        width: 100%;
        margin: 20px auto 30px;
    }
    .finder_wrap ul {
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }
    .finder_wrap ul.news {
        margin: 0 20px;
    }
    .finder_wrap ul.news li {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .finder_wrap ul.news li a {
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .finder_wrap ul li h3 {
        white-space: nowrap;
        flex-basis: 85px;
    }
    .finder_wrap ul li h5 {
        flex-basis: 100%;
        flex-shrink: 1;
    }
    .finder_wrap ul.news li .thum .news_area {
        flex-basis: 105px;
        white-space: nowrap;
    }
    .finder_wrap ul li {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .finder_wrap ul li {
        width: 100%;
        height: auto;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 40px;
    }
    .finder_wrap ul li img {
        width: 100%;
        height: 240px;
    }
}


/* pager */

.pager {
    text-align: center;
}

a.page-numbers,
.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
}

.pager .current {
    background: rgba(0, 0, 0, 1);
    border: solid 1px rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}


/* trip finder */

ul.cate_list {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

ul.cate_list h3 {
    font-size: 1rem;
    line-height: 1;
    width: 65px;
    font-weight: bold;
    text-align: center;
}

ul.cate_list li {
    display: inline-block;
    height: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

button {
    background-color: #eee;
    color: #333;
    font-size: 0.8rem;
    padding: 5px 20px;
    margin-right: 5px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button.mixitup-control-active {
    background-color: #933;
    color: #fff;
}

@media (max-width: 600px) {
    ul.cate_list h3 {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    button {
        margin-bottom: 8px;
    }
    ul.cate_list li {
        width: calc(90% - 20px);
        margin-left: 10px;
    }
}


/* footer */

#bread_wrap {
    width: 100%;
    background-color: #F6F6F6;
}

#bread_wrap .bread {
    width: 1050px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 20px;
    padding: 15px;
}

#bread_wrap.ag .bread {
    margin-top: 0px;
}

#bread_wrap .bread a {
    color: #333;
}

#bread_wrap .bread span {
    padding: 0 8px;
}

footer {
    background-color: #eee;
}

footer .footwrap {
    width: 1050px;
    margin: 0 auto;
    line-height: 1.4;
    padding: 20px 0 30px;
}

footer .footwrap a {
    color: #333;
    transition: all 0.3s;
}

footer .footwrap a:hover {
    color: #8F4747;
}

footer .footwrap .footlogo {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 10px;
    font-weight: bold;
}

footer .footwrap .footlogo span {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
}

footer .footwrap ul {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    font-size: 0.85rem;
    line-height: 1.6;
}

footer .footwrap ul li h4 {
    font-size: 0.85rem;
    line-height: 1.6;
    font-weight: bold;
}

footer .footwrap ul li.logo img {
    margin-right: 80px;
    margin-top: 10px;
    width: 100px;
    height: auto;
}

footer .footwrap ul li:last-child {
    margin-left: 50px;
}

@media (max-width: 1050px) {
    #bread_wrap .bread {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 15px 0;
    }
    footer .footwrap {
        width: 100%;
        margin: 0 auto;
        line-height: 1.4;
        padding: 20px 0 30px;
    }
}

@media (max-width: 980px) {
    footer .footwrap ul li:nth-child(1) img {
        margin-right: 10px;
    }
    footer .footwrap ul li:nth-child(2) {
        display: none;
    }
    footer .footwrap ul li:nth-child(3) {
        margin-left: 10px;
    }
}

p.copyright {
    padding: 5px 0 7px;
    line-height: 1.3;
    width: 100%;
    font-size: 0.7rem;
    color: #777;
    text-align: center;
}


/* sns */

.sns_btn {
    padding: 15px 0;
}

.sns_btn ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_btn ul li {
    border-right: 7px solid #fff;
    border-radius: 4px;
}

.sns_btn ul li:last-child {
    border-right: 0;
}

.sns_btn ul li img {
    object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    filter: grayscale(40%);
}


/* totop */

.page-top {
    margin: 0;
    padding: 0;
    display: none;
}

.page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.move-page-top {
    display: block;
    width: 71px;
    height: 71px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.move-page-top:hover {
    opacity: 0.85;
    cursor: pointer;
}

.move-page-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* --------------------------- */


/*  module  */


/* --------------------------- */

.pb30 {
    padding-bottom: 30px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.fb-like-box {
    background: #fff;
}

.mini {
    font-size: 85%;
    color: #57290D;
    padding-left: 6px;
}

.mini_ls {
    clear: both;
    font-size: 85%;
    color: #57290D;
    padding-top: 10px;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.nonebg {
    background-image: none !important;
}


/* youtube in */

.youtube_wrap {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.youtube_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* lazyload */

.lazyload {
    opacity: 0;
    transition: all 1s;
}

.lazyloading {
    opacity: 1;
    transition: opacity 500ms;
    background: #f7f7f7 url(loader.gif) no-repeat center;
}

.lazyloaded {
    opacity: 1 !important;
    transition: opacity 3500ms;
}


/* cookie */

#cookie-law-info-bar span {
    font-size: 13px !important;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 13px;
    border-radius: 4px;
    margin: 10px 5px 0 5px;
}

.cli-plugin-button,
.cli-plugin-button:visited {
    padding: 5px 16px 5px !important;
}