@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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, sub, sup, 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-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    color      : #231815;
    vertical-align: baseline;
    background: transparent;
    box-sizing:  border-box;
}
html,body {
    scroll-behavior: smooth;
}
html {
    font-size: 62.5%;
}
body {
    line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #490e0e;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border    : 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
img {
    vertical-align: top;
}
.clearfix:after {
    content: url(/images/clearfix.gif);
    display: block;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

.u-min {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.pc-view {
    display: block;
}
.sp-view {
    display: none;
}
@media screen and (max-width: 768px){
    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
}
:root {
    --black: #231815;
}

/*-------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------*/

/* LAYOUT
--------------------------- */
.l-header {
    height: 100px;
}
    .header__right {
        display    : flex;
        align-items: center;
    }
.header__inner{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
}
.header__row{
    width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
/* OBJECT
--------------------------- */
.header__tel {
    font-size  : 3.4rem;
    font-weight: normal;
    margin: 0 12px 0 0;
}
.header__holiday {
    font-size: 1.2rem;
    line-height: 1.3
}
.header-menu {
    width: 60px;
    height: 60px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    position: fixed;
    top     : 0;
    right   : 0;
    z-index : 101;
    cursor: pointer;
    transition: .5s ease;
}
.header-menu.is-active {
    transform: rotate(360deg);
}
    .header-menu__cover {
        width: 30px;
        height: 25px;
        position: relative;
    }
        .header-menu__line {
            width: 100%;
            height: 3px;
            background-color: #231815;
            position: absolute;
            top     : 0;
            left    : 0;
            bottom: 0;
            margin: auto;
            transition: .5s ease;
        }
        .header-menu__line.-item1 {
            top: -21px;
        }
        .header-menu__line.-item3 {
            bottom: -21px;
        }
        .is-active .header-menu__line.-item1 {
            top: 0;
            transform: rotate(45deg);
        }
        .is-active .header-menu__line.-item2 {
            display: none;
        }
        .is-active .header-menu__line.-item3 {
            bottom: 0;
            transform: rotate(-45deg);
        }

@media screen and (max-width: 768px){
    .l-header {
        width: auto;
        height: auto;
        padding: 10px;
    }
    .header__right {
        display: none;
    }
    .header__logo img {
        width: 105px;
    }
    .header__inner{
        position: unset;
    }
    .header__row{
        height: auto;
    }
}
.header_holiday-link:hover {
    opacity: 0.8;
}

.l-header{
    overflow: hidden;
}

/*-------------------------------------------------------------------------
navgation
-------------------------------------------------------------------------*/

.nav {
    border-top   : 1px solid #231815;
    border-bottom: 1px solid #231815;
    margin: 0 0 50px;
}
    .nav-list {
        width: 950px;
        margin: auto;
        display: flex;
    }
        .nav-list__items {
            width: 25%;
            text-align: center;
        }
        .nav-list__items:first-child { text-align: left;}
        .nav-list__items:last-child  { text-align: right;}

            .nav-list__link {
                display: block;
                height: 53px;
                line-height: 53px;
                font-size  : 1.6rem;
                font-weight: bold;
                color      : #231815;
                text-decoration: none;
            }
            .nav-list__link:first-letter {
                font-size: 1.4rem;
                margin: 0 3px 0 0;
            }

@media screen and (max-width: 768px){
    .nav {
        position: fixed;
        top     : 60px;
        right   : 0;
        z-index : 100;
        border: none;
    }
    .nav.is-active {
        visibility: visible;
    }
    .nav-list {
        width: 100%;
        display: block;
    }
    .nav-list__items {
        width: auto;
        margin: 0 0 10px;
        box-shadow: 6px 5px 0px rgba(0,0,0,0.3);
        text-align: left;
        transform: translateX(100%);
        transition-duration       : .3s;
        transition-timing-function: ease;
    }
    .nav-list__items:last-child {
        text-align: left;
    }
    .is-active .nav-list__items {
        transform: translateX(0);
    }
    .nav-list__link {
        height: auto;
        line-height: normal;
        background: #fff;
        padding: 10px;
    }
}

/*-------------------------------------------------------------------------
CONTENTS
-------------------------------------------------------------------------*/

.l-contents {
    width: 950px;
    margin: auto;
    padding: 0 0 50px;
}
@media screen and (max-width: 768px){
    .l-contents {
        width: auto;
        padding: 15px;
    }
}

/*-------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------*/

.l-footer {
    min-width: 950px;
    background-color: #e6e6e6;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .l-footer {
        min-width: auto;
        height: auto;
        line-height: normal;
        padding: 10px;
        font-size: 1rem;
        margin-bottom: 15vw
    }
    .l-footer small {
        font-size: 1.3rem;
    }
}

/*-------------------------------------------------------------------------
フロートバナー
-------------------------------------------------------------------------*/
.float-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: transform 0.3s ease;
}
.hidden {
    transform: translateY(100%);
}

.banner-link {
    display: flex;
    text-decoration: none;
    color: #333;
}

.banner-image {
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.banner-content {
    flex-grow: 1;
}

.banner-heading {
    font-size: 18px;
    margin: 0 0 5px;
}

.banner-text {
    margin: 0;
}

