html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    width: 100%;
    box-sizing: border-box;
    }
body {
    color: #333; /* RGB */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 2.4rem;
    text-align: center;
    margin: 0;
    overflow: visible;
}
body.active{
    overflow: hidden;/* ハンバーガーメニュー出現中、はみ出した要素を切る */
}
.body-container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}
main{
    overflow: hidden;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
a:hover {
    opacity: 0.6;
    cursor: pointer;
}
.fadeUpTrigger{
    opacity: 0;
    }

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

@media(max-width:1040px) {
    .sp {
        display: block !important;
    }
    img.sp, br.sp { display:inline !important; }

    .pc {
        display: none !important;
    }
    img.pc, br.pc { display:none !important; }
}

img {/* imgにできてしまう余白を処理 */
    vertical-align: top;
}
li {
    text-decoration: none;
    list-style: none;
}
a {
    border: none;
    padding: 0;
    text-decoration: none;
    color: #ffffff;
    transition: .3s;
}

.opposite {
    flex-direction: row-reverse;/* classにoppositeのある要素の流れを逆にする */
}
.section-title {
    font-size: 3rem;
    text-align: left;
    line-height: 1.2;
}
.section-title span {
    font-size: 1.6rem;
    color: #7c7c3e;
    font-weight: 700;
}
.title-underline {
    border-bottom: 2px solid #7c7c3e;
    display: inline-block;
    padding-bottom: 40px;
}
@media(max-width:1040px) {
    .section-title {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1;
    }
    .section-title span {
        font-size: 1.2rem;
    }
    .title-underline {
        border: none;
        display: inline-block;
        padding-bottom: 0px;
    }
}
/* 共通header */
.header {
    height: 100px;
    background-image: url(../images/texture.jpg);
    position: relative;
}
.logo {
    position: absolute;
    top: 8px;
    width: 165px;
    height: auto;
    z-index: 100;
}
.header_inquiry {
    text-align: left;
    margin: 0 25px 0 30px;
}
.header_inquiry dd {
    margin: 0;
}
.header_inquiry-button {
        color: #ffffff;
        font-weight: 600;
        background-color: #cc6600;
        max-height: 60px;
        padding: 18px 35px;
        margin-top: 20px;
        border-radius: 5px;
}
.header_container {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}
.header_inquiry_tel-number {
        font-size: 2.2rem;
        padding-left: 25px;
        margin: 6px 0 8px;
        background-image: url(../images/header-phonemark.svg);
        background-position: 0px 3px;
        background-repeat: no-repeat;
}
.business-hour {
        font-size: 1.5rem;
}
.regularly-holiday {
        font-size: 1.4rem;
}
.business-hour, .regularly-holiday {
        display: inline;
        color: #ffffff;
        font-size: 1.2rem;
        background-color: #999999;
        padding: 2px 6px 4px;
        margin-left: 25px;
        margin-right: 8px;
}
.header_inquiry dd {
        display: inline;
        flex: 1;
}
.header_wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: 1040px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.header_nav {
        flex: 1;
        padding-top: 38px;
}
.header_nav_inquiry, .header_nav_top {
    display: none;
}
.header_nav ul {
        margin: 0;
        
}
.header_nav_content-list li {
        display: inline-block;
        
}
.header_nav_content-list li a {
    margin-left: 30px;
    color: #333;
}

.hamburger {
    display: none;
}
@media(max-width:1040px) {
    .header {
        height: 65px;
    }
    
    .logo {
        position: absolute;
        top: -3px;
        left: 25px;
        width: 110px;
        z-index: 15;
    }
    .header_inquiry {
        display: none;
    }
    .header_inquiry_tel-number {
        margin-bottom: 15px;
    }
    .header_inquiry-button {
        margin: 10px 90px 0 0;
        max-height: 45px;
        padding: 10px 12px 10px 31px;
        font-size: 1.4rem;
        background-image: url(/images/header-phonemark-green.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 9px 13px;
        background-color: rgba(255, 0, 0, 0);
        border: 1px solid #999;
        color: #7c7c3e;

    }
    .header_container {
        max-width: 1040px;
        height: 65px;
    }
    .header__hamburger {
        width: 48px;
        height: 100%;
        position: absolute;
        right: 0px;
    }
    /* ↓↓↓ハンバーガーメニューをクリック時のナビゲーションメニューの見た目↓↓↓ */
    .header_nav {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 0;
        width: 85%;
        height: 100vh;
        transform: translateX(100%); 
        background-color: #fff; /*クリック時のナビゲーションメニュー背景色*/
        transition: ease .4s; /*クリック時のナビゲーションメニュー出現を遅延*/
        z-index: 10;
        visibility: hidden;
    }
    
    .header_nav.active {
        transform: translateX(20%);/* 水平移動 */
        box-shadow: -2.5rem 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
        display: block;
        visibility: visible;
    }
    .header_nav_content-list {
        width: 60%;
        padding: 0;
        position: absolute;
        top: 52%;/* ナビゲーションメニューを１画面のどの位置まで出すか */
        left: 40%;
        transform: translate(-50%,-50%);
    }
    .header_nav_content-list li {
        border-bottom: 1px solid #ccc;
        padding: 0 0 15px 20px;
    }
    .header_nav_content-list li:last-child {
        border: none;
        padding-left: 0;
    }
    .header_inquiry.sp {
        margin: 0;
    }
    .header_inquiry.sp dd {
        font-size: 1.4rem;
        color: #333;
    }
    .header_inquiry.sp dl {
        margin: 0 10px 0 0 ;
    }
    .header_nav_inquiry, .header_nav_top {
        display: block;
        visibility: visible;
    }
    .hamburger {
        display: block;
    }
    .hamburger.active span:nth-child(1) {
        top: 5px;
        transform: rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        top: -13px;
        transform: rotate(-45deg);
    }
    .hamburger {
        background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
        border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
        z-index: 9999;
        right: 25px;
        top: 0;
        cursor: pointer;
    }
    .hamburger span {
        width: 100%;
        height: 1px;
        background-color: #7c7c3e;
        position: relative;
        transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
        display: block;
    }
    .hamburger span:nth-child(1) {
        top: 0;
    }
    .hamburger span:nth-child(2) {
        margin: 8px 0;
    }
    .hamburger span:nth-child(3) {
        top: 0;
    }
      /* ナビのリンク */
    .header_nav_content-list li {
        color: black;
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .header_nav_content-list:last-child a {
        margin: 0;
        padding: 0;
    }
    .header_nav_inquiry {
        display: block;
    }
}
.page-title {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 3rem;
    position: relative;
    width: 235px;
    border-bottom: 6px solid #cc6600;
    margin: 80px auto 100px;
}
.page-title::before{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 33.3%;
    height: 6px;
    background: #cccccc;
}
.page-title::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 33.3%;
    height: 6px;
    background: #cccccc;
}
@media(max-width:1040px) {
    .page-title {
        padding-bottom: 7px;
        font-size: 2.2rem;
        width: 170px;
        border-bottom: 4px solid #cc6600;
        margin: 40px auto;
    }
    .page-title::before{
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 33.3%;
        height: 4px;
        background: #cccccc;
    }
    .page-title::after{
        content: '';
        position: absolute;
        right: 0;
        bottom: -4px;
        width: 33.3%;
        height: 4px;
        background: #cccccc;
    }
}

    /* to-inquiryと共通footer */
.section-to-inquiry_container {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    max-width: 800px;
    margin: 0 auto 80px;
    padding: 50px 0;
    box-shadow: 10px 10px 0px 0 #cccccc;
}
.section-to-inquiry_container h2 {
    display: inline;
}
.section-to-inquiry_title {
    font-weight: 700;
}
.section-to-inquiry_description {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 15px 0 20px;
    margin-top: 0;
}
.section-to-inquiry_tel-number {
    display: inline;
    font-size: 3.6rem;
    font-weight: 800;
    padding-left: 50px;
    background-image: url(../images/header-phonemark.svg);
    background-position: 0px 8px;
    background-size: 45px;
    background-repeat: no-repeat;
}
.section-to-inquiry_detail-list {
    margin-top: 10px;
}
.section-to-inquiry_detail-list br {
    display: none;
}
.section-to-inquiry_regularly-holiday {
    margin-left: 25px;
}
.section-to-inquiry_tel-number small {
    font-size: 3rem;
    font-weight: 800;
    padding-right: 10px;
}
.section-to-inquiry_container dt, .section-to-inquiry_container dd {
    display: inline;
}
.section-to-inquiry_container dt {
    background-color: #333333;
    padding: 2px 6px 3px;
    color: #ffffff;
    font-size: 1.4rem;
}
.section-to-inquiry_container dd {
    padding-left: 10px;
    margin-left: 0px;
}
.section-to-inquiry_inquiry-button {
    display: block;
    font-weight: 600;
    background-color: #cc6600;
    height: 60px;
    padding: 17px 35px;
    margin: 20px auto 0;
    border-radius: 5px;
    max-width: 280px;
    position: relative;
}
.section-to-inquiry_inquiry-button::after{
    content:"";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/arrow@2x.png);
    background-size: contain;
    position: absolute;
    right: 27px;
    top: 25px;
}
.section-to-inquiry {
    padding-bottom: 140px;
}
.tel-link {
    color: #333;
}
@media(max-width:600px) {
    .section-to-inquiry_description {
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 1.8;
        padding: 15px 0 20px;
    }
}

@media(max-width:1040px) {
    .section-to-inquiry {
        padding-bottom: 35px;
    }
    .section-to-inquiry_container {
        border: 1px solid #cccccc;
        max-width: 500px;
        margin: 0 auto 60px;
        padding: 40px 20px;
        box-shadow: 10px 10px 0px 0 #cccccc;
    }
    .section-to-inquiry_description {
        max-width: 400px;
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 1.8;
        padding: 15px 0 20px;
    }
    .section-to-inquiry_description br {
        display: none;
    }
    .section-to-inquiry_detail-list br {
        display: inline;
    }
    .section-to-inquiry_detail-list {
        text-align: left;
        margin: 0 auto;
        max-width: 200px;
        line-height: 1.8;
    }
    .section-to-inquiry_tel-number {
        display: inline-block;
        margin: 0 0 10px 0;
        font-size: 2.4rem;
        padding-left: 30px;
        background-position: -2px 0px;
        background-size: 30px;
    }
    .section-to-inquiry_tel-number small {
        font-size: 1.8rem;
        padding-right: 5px;
    }
    .section-to-inquiry_regularly-holiday {
        margin-left: 0px;
    }
    .tel-link {
        border-bottom: 1px solid #333;
    }
}
@media(max-width:600px) {
    .section-to-inquiry_container {
        margin: 0 25px 60px;
    }
}
.section_description {
    margin-bottom: 70px;
    line-height: 1.8;
}
@media(max-width:500px) {
    .section_description {
        margin: 0 25px 65px 25px;
        text-align: left;
    }
    .section-description_br {
        display: none;
    }
}

.footer {
    height: 200px;
    background-color: #f2f2f2;
}
.footer_container {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
}
.footer_nav_content-list {
    display: flex;
    gap: 50px;
    padding-top: 20px;
}
.footer_logo img {
    width: 165px;
    padding-top: 40px;
}

.footer_nav_content-list li a {
    color: #333333;
}
.copyright {
    margin-top: 50px;
}
@media(max-width:1040px) {
    .footer {
        padding: 0 25px;
        height: 100%;
    }
    .footer_nav_content-list {
        display: block;
    }
    .footer_nav_content-list li {
        text-align: left;
        padding-bottom: 35px;
    }
    .footer_logo img {
        width: 120px;
        height: auto;
        padding-top: 40px;
    }
    .copyright {
        font-size: 1.2rem;
        margin: 0;
        padding-bottom: 10px;
    }
}