@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    width: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding: 30px 0 0 0;
}
body {
    color: #361f18;
    background-color: #fcf7ea;
    background-image: url(../images/wet-snow.png);
    font-family: "Kiwi Maru", serif;
    font-weight: 400; 
    font-size: 1.6em;
    line-height: 1.5em;
    text-align: left;
    letter-spacing: -0.01em;
}
body a {
    text-underline-offset: 4px;
}
.header-word {
    background-color: #4c2500;
    padding: 10px 30px 10px;
}
.header-word h1 {
    margin: -4px 0;
    font-size: 1.4rem;
    color: #fcf7ea;
    text-align: right;
}
.header {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    padding-top: 10px;
}
.header-logo-link a {
    text-decoration: none;
    color: #4c2500;
    display: flex;
}
.logo-image {
    width: 30px;
}
.logo-image img {
    width: 100%;
}
.logo-name {
    font-size: 2.2rem;
}
.none {
    display: none;
}
.h2-bg-01 {
    width: 190px;
    position: absolute;
    background-image: url(../images/hasunuma-bg01-mobile.png);
    background-size: 100%;
    z-index: -100;
    left: 0;
    top: -35px;
    height: 100%;
    background-repeat: no-repeat;
}
.h2-bg-02 {
    width: 190px;
    position: absolute;
    background-image: url(../images/hasunuma-bg02-mobile.png);
    background-size: 100%;
    z-index: -100;
    right: 0;
    top: -35px;
    height: 100%;
    background-repeat: no-repeat;
}
h2 {
    font-size: 3.0rem;
    text-align: center;
    color: #63594a;
    font-weight: 400;
    ruby-position: under;
    margin: 50px auto 30px;
}
h2 .ruby {
    font-size: 2.0rem;
}
h4 {
    font-weight: 500;
}
.header-navigation-mobile {
    display: block;
}
.mobile-none {
    display: none;
}
#nav-drawer {
    text-align: right;
    padding: 28px 24px 0 0;
    position: relative;
    cursor: pointer;
}
#nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 20px;
}
#nav-open span, #nav-open span::before, #nav-open span::after {
    position: absolute;
    height: 3px;
    background-color: #361f18;
    width: 30px;
    border-radius: 5px;
    display: block;
    content: "";
}
#nav-open span::before {
    bottom: 7px;
}
#nav-open span::after {
    bottom: 14px;
}
#nav-close {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d6a156;
    z-index: 3;
    opacity: 0.8;
}
#nav-content {
    background-color: #fcf7ea;
    background-image: url(../images/wet-snow.png);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 30px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
}
#nav-content ul {
    ruby-position: under;
}
#nav-content ul li {
    margin-bottom: 30px;
}
#nav-content ul li a {
    color: #361f18;
    text-decoration: none;
}
.nav-drawer-ruby {
    text-align: left;
    margin-top: -5px;
    font-size: 1.2rem;
}
#nav-input:checked ~ #nav-close /*同レベルの同じ要素を選ぶときは〜を使う*/ {
    display: block;
}
#nav-input:checked ~ #nav-content {
    display: block;
    transform: translateX(0%);
}
.current-orange {
    color: #e48500;
}
.current-brown {
    color: #361f18;
    font-weight: 400;
}
@media (max-width: 767px) {
    .header-navigation-pc {
        display: none;
    }
    .header-word {
        padding: 8px 24px 8px;
    }
    .header-word h1 {
        font-size: 1.2rem;
    }
    .header-logo {
        padding-top: 10px;
        padding-left: 24px;
    }
}
@media (min-width: 768px) {
    .header { 
        justify-content: center;
        height: 80px;
    }
    
    .logo-name {
        font-size: 2.5rem;
    }
    #nav-drawer {
        display: none;
    }
    .header-logo-link a {
        justify-content: center;
    }
    .header-navigation-mobile {
        display: none;
    }
    .header-navigation-pc {
        background-color: #d6a156;
    }
    .header-navigation-pc ul {
        display: flex;
        padding: 15px;
        justify-content: space-around;
        max-width: 1240px;
        margin: 0 auto;
        ruby-position: under;
        align-items: center;
    }
    .header-navigation-pc ul li {
        font-weight: 300;
        font-size: 1.6rem;
        text-align: center;
    }
    .nav-pc-ruby {
        font-size: 1.2rem;
        margin-top: -8px;
        font-weight: 200;
    }
    .header-navigation-pc ul li a {
        color: #fff;
        text-decoration: none;
    }
    .header-navigation-pc ul li :hover {
        color: #361f18;
    }
    .h2-bg-01 {
        width: 400px;
        position: absolute;
        background-image: url(../images/hasunuma-bg01.png);
        background-size: 100%;
        z-index: -100;
        left: 0;
        top: -105px;
        height: 100%;
        background-repeat: no-repeat;
    }
    .h2-bg-02 {
        width: 400px;
        position: absolute;
        background-image: url(../images/hasunuma-bg02.png);
        background-size: 100%;
        z-index: -100;
        right: 0;
        top: -105px;
        height: 100%;
        background-repeat: no-repeat;
    }
    .current-brown {
        color: #361f18;
        font-weight: 400;
    }
}
@media (min-width: 1280px) {
    body {
        font-weight: 400; 
        font-size: 1.6rem;
        line-height: 1.5em;
        text-align: left;
    }
    .h2-bg-01 {
        width: 830px;
        position: absolute;
        background-image: url(../images/hasunuma-bg-01-00.png);
        background-size: 100%;
        z-index: -100;
        left: 0;
        top: -110px;
        height: 100%;
        background-repeat: no-repeat;
    }
    .h2-bg-02 {
        width: 700px;
        position: absolute;
        background-image: url(../images/hasunuma-bg02.png);
        background-size: 100%;
        z-index: -100;
        right: 0;
        top: -210px;
        height: 100%;
        background-repeat: no-repeat;
    }
    .header {
        height: 120px;
    }
    .header-logo {
        padding-top: 0px;
    }
    .header-navigation-pc ul {
        font-size: 2.5rem;
    }
    .header-navigation-pc ul li {
        font-weight: 300;
        font-size: 2.0rem;
        text-align: center;
    }
    .nav-pc-ruby {
        font-size: 1.4rem;
        margin-top: -4px;
        font-weight: 200;
    }
    .logo-image {
        width: 60px;
        height: 50px 
    }
    .logo-name {
        font-size: 5.5rem;
    }
    .header-logo-link a {
        align-items: center;
    }
    .pc-none {
        display: none;
    }
    .mobile-none {
        display: block;
    } 
    h2 {
        font-size: 5.0rem;
        text-align: center;
        color: #63594a;
        font-weight: 400;
        margin: 100px auto 130px;
    }
    h2 .ruby {
        font-size: 4.0rem;
        margin-top: 30px;
    }
}
.footer-nav {
    background-image: url(../images/footer-bg_mobile.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    object-fit: cover;
    padding: 50px 0 50px;
}
.footer-navigation {
    background-color: #d6a156;
    background-image: url(../images/hasunuma-logo-opcity.png);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    
}
.footer-navigation  ul{
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.footer-navigation  ul li {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.footer-navigation  ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-navigation  ul li a:hover {
    color: #361f18;
}
.footer-time {
    max-width: 320px;
    margin: 0 auto 30px;
}
.footer-time img {
    width: 100%;
}
.footer-access {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;

}
.footer-access p {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.0em;
    font-weight: 500;
}

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#f5caa3;
	border-radius: 0px 40px 0 40px;
    padding: 2px;
	width: 50px;
	height: 65px;
	color: #63594a;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size: 1.0rem;
    line-height: 1.2em;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #a0c09e;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 0px;
	bottom:0px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

small {
    color: #fff;
}
small p {
    padding: 15px 0;
    background-color: #d6a156;
    text-align: center;
}
@media (min-width: 768px) {
    .footer-nav {
        background-image: url(../images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
        object-fit: cover;
        padding: 70px 0 50px;
    }
    .footer-navigation ul li, .footer-access p {
        font-size: 1.6rem;
    }
    .footer-time {
        max-width: 500px;
        margin: 0 auto 50px;
    }
}
@media (min-width: 1280px) {
    .footer-nav {
        padding: 150px 0;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;
        align-items: center;
    }
    .footer-time {
        font-size: 1.8rem;
        max-width: 360px;
        margin: 0;
    }
    .footer-navigation {
        background-position: center;
    }
    .footer-navigation-list01, .footer-navigation-list02 {
        display: flex;
    }
    .footer-navigation ul {
        max-width: 1240px;
        padding: 30px;
    }
    .footer-navigation ul li {
        font-size: 1.8rem;
        padding: 0 35px;
        margin-bottom: 0;
    }
    .footer-navigation-list01 li a, .footer-navigation-list02 li a {
        text-decoration: none;
        color: #fff;
    }
    .footer-navigation ul li a ruby rt {
        display: none;
    }
    .footer-time {
        max-width: 700px;
        margin-top: 20px;
    }
    .footer-access {
        margin: 0;
    }
    .footer-access p {
        font-size: 2.0rem;
        margin: 0;
        text-align: left;
    }
}
