﻿@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
ol, ul {
    list-style: none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    display: inline-block;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none;
}

/* Common */
a:hover {
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.spOnly {
    display: none;
}
.ff-b{
    font-family: 'Futo Go B101', sans-serif;
}
.ff-r{
    font-family: 'Gothic Medium BBB', sans-serif;
}
img {
    vertical-align: top;
    max-width: 100%;
}
html {
    font-size:62.5%;
    scroll-behavior: smooth;
} 
body {
    font-size: 1.7rem;
    color: #00271d;
    font-family: 'Gothic Medium BBB', sans-serif;
    line-height: 1.58;
    letter-spacing: .04em;
    overflow-x: hidden;
}
@media screen and (max-width: 820px){
    body{
        line-height: 1.466;
        font-size: 1.5rem;
    }
    .spOnly {
        display: block !important;
    }
    .pcOnly {
        display: none;
    }
}
@media screen and (max-width: 640px){
    br:not(.sp-br) {
        display: none;
    }
}
.bg-wrap {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    line-height: 0;
}
.bg-wrap.fadein {
    opacity: 1 !important;
}
.yokoku1 .bg-wrap {
    background: url(../images/01/bg01.jpg);
    background-size: cover;
}
.yokoku1 #bg2.bg-wrap {
    background: url(../images/01/bg02.jpg);
    background-size: cover;
    opacity: 0;
}
.yokoku2 .bg-wrap {
    background: url(../images/02/bg01.jpg);
    background-size: cover;
}
.yokoku2 #bg2.bg-wrap {
    background: url(../images/02/bg02.jpg);
    background-size: cover;
    opacity: 0;
}
.yokoku3 .bg-wrap {
    background: url(../images/03/bg01.jpg);
    background-size: cover;
}
.yokoku3 #bg2.bg-wrap {
    background: url(../images/03/bg02.jpg);
    background-size: cover;
    opacity: 0;
}
header {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
}
header h1 {
    position: absolute;
    top: 3vh;
    left: -350px;
}
header h2 {
    text-align: right;
    padding-bottom: 15px;
}
#article header h2 {
    position: absolute;
    right: -9vw;
}
header .inner {
    max-width: 1336px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 8vh;
    bottom: 3vh;
    text-align: center;
}
header .inner > picture img {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 200px);
}
#contents_inner .yodogawa{
    padding: 110px 0;
}
#contents_inner a{
    color: #d04718;
}
#index #contents_inner {
    max-width: 1048px;
    width: 90%;
    margin: 100px auto 0;
}
#index #contents_inner .yodogawa {
    background-color: rgba(208, 71, 24, .9);
    padding: 90px 0;
    color: #fff;
}
#index #contents_inner .index {
    padding: 90px 0;
    background-color: rgba(255,255,255, .9);
}
#index #contents_inner .index .inner {
    max-width: 610px;
    width: 90%;
    margin: 0 auto;
}
#index #contents_inner .index a {
    display: block;
    padding-bottom: 110px;
}
#index #contents_inner .index a.off {
    opacity: .7;
    pointer-events: none;
}
#index #contents_inner .index .inner dl{
    position: relative;
}
#index #contents_inner .index .inner dt {
    position: absolute;
    bottom: -60px;
}
#index #contents_inner .index .inner dd {
    text-align: right;
}
#index #contents_inner .index .inner dd img {
    width: 316px;
}

#contents_inner p {
    max-width: 460px;
    margin: 0 auto;
}
#title {
    padding: 10vh 0;
}
#title .title_inner {
    background-color: rgba(255, 255, 255, .9);
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 10vh 1em;
    text-align: center;
}
#title .title_inner .text {
    max-width: 470px;
    margin: 0 auto;
    text-align: left;
    padding-top: 60px;
}

.accordion_area{
    margin-top: 30px;
}
.accordion_title {
    position: relative;
    cursor: pointer;
    font-size:1.7rem;
    color: #d04718;
    transition: all .5s ease;
    display: inline-block;
}
.accordion_title:hover {
    opacity: .8;
}
.accordion_box {
    display: none;
    padding-top: 0.5em;
    padding-bottom: 10px;
}
.accordion_box p {
    max-width: initial !important;
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: .04em;
}

#contents_inner .article{
    max-width: 1200px;
    margin: 0 auto;
    padding: 130px 0 100px;
    background-color: rgba(255, 255, 255, .9);
}
#contents_inner .article.nav {
    margin: 0 auto 20vh;
    padding: 90px 0;
}
#contents_inner .article dl {
    max-width: 540px;
    margin: 0 auto;
    padding-bottom: 2em;
}
#contents_inner .article dt {
    font-weight: bold;
}
#contents_inner .article div.img{
    max-width: 870px;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 2.5em;
}
#contents_inner .article div.img2 {
    max-width: 570px;
}
#contents_inner .column{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 120px;
    background: rgba(245,178,22,.9);
}
#contents_inner .column div.img {
    max-width: 871px;
    margin: 0 auto;
    padding-bottom: 60px;
}
#contents_inner .column .text {
    max-width: 490px;
    margin: 0 auto;
}
#contents_inner .column h3 {
    font-size: 2.6rem;
    padding-bottom: 1em;
}
#contents_inner small{
    font-size: 1.2rem;
    line-height: 1.5;
    display: inline-block;
}
#contents_inner .article sup{
    font-size: 60%;
}
#contents_inner .article p.date{
    text-align: center;
    line-height: 2;
    padding-top: 2.5em;
}

#contents_inner .article .article_nav {
    margin: 40px 0 0;
}
#contents_inner .article .article_nav h2{
    text-align: center;
    padding: 5em 0 3em;
}
#contents_inner .article .article_nav ul{
    max-width: 500px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5em;
}
#contents_inner .article .article_nav ul li h3{
    font-size: 1.5rem;
    font-feature-settings: "palt";
    padding: 1em 0 0.5em;
}
#contents_inner .article .article_nav ul li span{
    font-size: 1.3rem;
    display: block;
}
#contents_inner .article .article_nav ul li a{
    color: #fff;
}

#contents_inner .disabled {
    visibility: hidden;
}
.popup {
    background-color: rgba(0,39,29,.9);
    text-align: center;
    color: #fff;
    font-size: 2rem;
    letter-spacing: .06em;
    line-height: 1.5;
    padding: 65px 0;
}
#article .popup {
    margin-bottom: 65px;
}
.popup p {
    padding: 25px 0 !important;
}

@media (min-width: 1500px){
    header h1 {
        left: -300px;
    }
}
@media (min-width: 1240px){
    #article header .inner {
        max-width: 1000px;
    }
}
@media screen and (min-width: 821px){
    #article header .inner {
        top: 16vh;
        width: 80%;
    }     
}
@media screen and (min-width: 641px){
    #contents_inner .article dl {
        display: flex;
    }
    #contents_inner .article dt {
        width: 20%;
    }
    #contents_inner .article dd {
        width: 80%;
        white-space: nowrap;
    }   
}
@media screen and (max-width: 820px){
    header {
        width: 100vw;
        height: auto;
        position: initial;
    }
    header .inner {
        width: auto;
        height: auto;
        position: initial;
        top: 0;
    }
    #index header .inner {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    header .inner > picture img {
        width: auto;
        object-fit: initial;
        height: auto;
        max-height: 100vh;
    }
    header h1 {
        left: -6vw;
        width: 70vw;
    }
    header h2 {
        width: 12vw;
        position: absolute;
        bottom: 1.3vh;
        bottom: calc(var(--vh, 1vh) * 1.3);
        right: 19vw;
    }
    header h1 img, header h2 img {
        width: 100%;
    }
    #title {
        padding: 8vh 5vw;
    }
    #contents_inner .article {
        padding: 40px 5vw;
    }
    #contents_inner .yodogawa {
        padding: 40px 5%;
    }
    #contents_inner .yodogawa > img {
        width: 100%;
    }
    .accordion_area {
        margin-top: 20px;
    }
    #contents_inner .article p {
        padding: 0 5% 25px;
    }
    #contents_inner .article .last {
        padding-bottom: 4em !important;
    }
    #contents_inner .article div {
        padding-bottom: 25px;
    }
    #contents_inner .article div.img {
        width: 100%;
    }
    #contents_inner .article div.img2 {
        width: 85%;
    }
    #contents_inner .article .article_nav{
        padding: 0 5% 40px;
        margin: 0;
    }
    #contents_inner .article .article_nav ul {
        padding-bottom: 0;
    }
    #contents_inner .article .article_nav ul li img{
        height: 80px;
    }
    #contents_inner .article div.title {
        padding-top: 40px;
    }
    #contents_inner .article p.date {
        padding: 25px 5%;
    }
}
@media screen and (max-width: 640px){
    .bg-wrap {
        background: url(../images/bg_sp.jpg);
        background-size: cover;
        background-position: center center;
        position: fixed;
        bottom: 0;
    }
    .yokoku1 .bg-wrap {
        background: url(../images/01/bg01_sp.jpg);
        background-size: cover;
    }
    .yokoku1 #bg2.bg-wrap {
        background: url(../images/01/bg02_sp.jpg);
        background-size: cover;
    }
    .yokoku2 .bg-wrap {
        background: url(../images/02/bg01_sp.jpg);
        background-size: cover;
    }
    .yokoku2 #bg2.bg-wrap {
        background: url(../images/02/bg02_sp.jpg);
        background-size: cover;
    }
    .yokoku3 .bg-wrap {
        background: url(../images/03/bg01_sp.jpg);
        background-size: cover;
    }
    .yokoku3 #bg2.bg-wrap {
        background: url(../images/03/bg02_sp.jpg);
        background-size: cover;
    }
    header h1 {
        left: -27vw;
        width: 96.8vw;
    }
    header h2 {
        width: 15.4vw;
        right: 9vw;
    }
    #index #contents_inner {
        margin: 60px auto 0;
    }
    #index #contents_inner .yodogawa {
        margin: 0 auto;
        padding: 40px 0;
    }
    #contents_inner p {
        padding: 0 1em;
    }
    #index #contents_inner .index {
        margin: 0 auto;
        padding: 45px 0;
    }
    #index #contents_inner .index .inner dt {
        position: relative;
        bottom: auto;
        padding-bottom: 10px;
    }
    #index #contents_inner .index a {
        padding-bottom: 40px;
    }
    #title .title_inner {
        padding: 5vh 1em;
        text-align: left;
    }
    #title .title_inner .text {
        padding-top: 30px;
        font-size: 1.6rem;
    }
    #contents_inner .accordion_box p {
        padding: 0;
    }
    #contents_inner .column {
        padding: 30px 0 60px;
    }
    #contents_inner .column div.img {
        padding-bottom: 20px;
    }
    #contents_inner .column h3 {
        font-size: 2rem;
    }
    #contents_inner .column .text {
        padding: 0 1em;
    }
    #contents_inner .article.nav {
        margin: 0 auto 40vh;
        padding: 45px 0 0;
    }
    .popup {
        padding: 40px 0;
        font-size: 1.8rem;
    }
    .popup h3 {
        width: 40vw;
        margin: 0 auto;
    }
    .popup p {
        padding: 20px 1em !important;
    }
    #article .popup {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 0;
    }
}

/* footer */
footer .foot_common_link a {
    font-family: 'Midashi Go MB1', sans-serif;
    color: #00271d !important;
}
#index footer .foot_common_link a {
    color: #ffffff !important;
}
@media (min-width: 641px){
    footer {
        text-align: center;
        position: relative;
        padding: 0;
    }
    #index footer {
        padding: 120px 0;
    }
    footer .foot_index {
        padding-bottom: 50px;
    }
    footer .foot_link ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .foot_link ul li {
        margin-left: 15px;
        margin-right: 15px;
    }
    footer .foot_link ul li img {
        width: auto;
        height: 28.05px;
    }
    footer .foot_common_link {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    footer .foot_common_link ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .foot_common_link ul li {
        position: relative;
        font-size: 12px;
    }
    footer .foot_common_link ul li:after {
        content: '／';
        margin: 0 .25em;
        color: #00271d;
    }
    #index footer .foot_common_link ul li:after {
        color: #ffffff;
    }
    footer .foot_common_link ul li:last-of-type:after {
        content: none;
    }
    footer .copyright {
        width: 71.62px;
        height: 7.52px;
        margin: 0 auto;
    }
    footer img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        font-family: "object-fit: contain; object-position: center;";
    }
}
@media screen and (max-width: 640px){
    footer {
        text-align: center;
        padding-top: 14.6666666667vw;
        padding-bottom: 14.6666666667vw;
        position: relative;
        z-index: 90;
    }
    footer img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        font-family: "object-fit: contain; object-position: center;";
    }
    footer .foot_index {
        margin-bottom: 10.6666666667vw;
    }
    footer .foot_index img{
        width: 134px;
    }
    footer .foot_link {
        margin-bottom: 10.6666666667vw;
    }
    footer .foot_link ul {
        margin-bottom: -2.6666666667vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    footer .foot_link ul li {
        margin: 0 1.3333333333vw;
        margin-bottom: 2.6666666667vw;
    }
    footer .foot_link ul li.tw {
        width: 18.8834666667vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.fb {
        width: 22.2437866667vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.mail {
        width: 21.772vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.store {
        width: 27.9206933333vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.home {
        width: 28.6557066667vw;
        height: 6.06888vw;
    }
    footer .foot_common_link {
        margin-bottom: 9.3333333333vw;
    }
    footer .foot_common_link ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .foot_common_link ul li {
        position: relative;
        font-size: 2.6666666667vw;
        line-height: 1.6827em;
    }
    footer .copyright {
        width: 17.2914133333vw;
        height: 1.8056266667vw;
        margin: 0 auto;
    }
}