/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
    touch-action: manipulation;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}

.en{
    font-family: 'IBM Plex Sans', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}

hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 750px;
    min-height: 100vh;
    margin: auto;
    /* padding-bottom: 60px; */
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3000;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 26px;
    max-width: 750px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.2vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
li {
    list-style-type: none;
}
.fw-b {
    font-weight: 600;
}
.ta-c {
    text-align: center;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}

.link_home{
    position: relative;
    border: 1px solid #707070;
}
.link_home a{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #707070;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 5%;
    position: relative;
    text-align: center;
}

.link_home a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}

@media screen and (max-width: 750px) {
    .link_home a{
        padding: 2px 5%;
        font-size: 4.5vw;
    }
    .link_home a:after{
        width: 5px;
        height: 5px;
        right: 3%;
        margin-top: -2.5px;
    }
}



/* -----------------------------------------

	3.0 - 3day

-----------------------------------------*/

body * {
    box-sizing: border-box;
}

:root {
    --serif: 'Noto Serif JP', serif;
    --zenkaku: 'Zen Kaku Gothic Antique', sans-serif;
}

.p-container {
    width: 670px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .p-container {
        width: 89.334%;
    }
}

/* mv */
.l-mv {
    position: relative;
    margin-bottom: 188px;
}
.l-mv .p-mv__sub {
    width: max-content;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 40px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #333333;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .l-mv {
        margin-bottom: 25.067vw;
    }
    .l-mv .p-mv__sub {
        font-size: 5.333vw;
    }
}


/* anchor */
.l-anchor .p-anchor__list {
    display: flex;
    flex-direction: column;
    row-gap: 72px;
}
.l-anchor .p-anchor__list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-inline: 70px 82px;
}
.l-anchor .p-anchor__list li a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    border: 1px solid #FF0000;
    background: #000;
    z-index: -1;
}
.l-anchor .p-anchor__list .p-anchor__special a {
    height: 180px;
    font-size: 44px;
    line-height: 1.182;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: var(--zenkaku);
    color: #fff;
    background: #FF0000;
}
.l-anchor .p-anchor__list .p-anchor__special a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.269%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 23px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}
.l-anchor .p-anchor__list .p-anchor__offer a {
    height: 130px;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: var(--zenkaku);
    border: 1px solid #FF0000;
    color: #FF0000;
    background: #FDDBDB;
}
.l-anchor .p-anchor__list .p-anchor__offer a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.269%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 23px solid #FF0000;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}
@media screen and (max-width: 750px) {
    .l-anchor .p-anchor__list {
        row-gap: 9.6vw;
    }
    .l-anchor .p-anchor__list li a {
        padding-inline: 9.333vw 10.933vw;
    }
    .l-anchor .p-anchor__list li a::before {
        top: 1.6vw;
        left: 1.6vw;
        border: 0.133vw solid #FF0000;
    }
    .l-anchor .p-anchor__list .p-anchor__special a {
        height: 24vw;
        font-size: 5.867vw;
    }
    .l-anchor .p-anchor__list .p-anchor__special a::after {
        border-top: 3.067vw solid #fff;
        border-right: 1.733vw solid transparent;
        border-left: 1.733vw solid transparent;
    }
    .l-anchor .p-anchor__list .p-anchor__offer a {
        height: 17.333vw;
        font-size: 5.333vw;
        border: 0.133vw solid #FF0000;
    }
    .l-anchor .p-anchor__list .p-anchor__offer a::after {
        border-top: 3.067vw solid #FF0000;
        border-right: 1.733vw solid transparent;
        border-left: 1.733vw solid transparent;
    }
}


/* special */
.l-special {
    margin-top: 14px;
    padding-top: 114px;
}
.l-special .p-special__head {
    font-size: 50px;
    line-height: 1.04;
    letter-spacing: 0.05em;
    font-weight: 900;
    font-family: var(--zenkaku);
    color: #FF0000;
    text-align: center;
}
.l-special .p-special__item {
    margin-top: 250px;
}
.l-special .p-special__item:first-of-type {
    margin-top: 100px;
}
.l-special .p-special__item .p-special__title {
    display: flex;
    align-items: center;
    padding-left: 46px;
    height: 170px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-family: var(--serif);
    color: #333333;
    border-left: 40px solid #FF0000;
}
.l-special .p-special__item .p-special__title.w-220 {
    height: 220px;
}
.l-special .p-special__item figure:nth-of-type(2) {
    margin-top: 50px;
}
.l-special .p-special__item .p-special__list {
    margin-top: 40px;
}
.l-special .p-special__item .p-special__list dt {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.533;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: var(--zenkaku);
    color: #333333;
}
.l-special .p-special__item .p-special__list dd {
    margin-top: 10px;
    font-size: 38px;
    line-height: 1.211;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FF0000;
}
.l-special .p-special__item .p-special__list dd span {
    font-size: 28px;
    line-height: 1.643;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FF0000;
}
.l-special .p-special__item .p-special__place {
    margin-top: 30px;
    font-size: 27px;
    line-height: 1.185;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #333333;
}
@media screen and (max-width: 750px) {
    .l-special {
        margin-top: 1.867vw;
        padding-top: 15.2vw;
    }
    .l-special .p-special__head {
        font-size: 6.667vw;
    }
    .l-special .p-special__item {
        margin-top: 26.667vw;
    }
    .l-special .p-special__item:first-of-type {
        margin-top: 13.333vw;
    }
    .l-special .p-special__item .p-special__title {
        padding-left: 6.133vw;
        height: 22.667vw;
        font-size: 4.8vw;
        border-left: 5.333vw solid #FF0000;
    }
    .l-special .p-special__item .p-special__title.w-220 {
        height: 29.334vw;
    }
    .l-special .p-special__item figure:nth-of-type(2) {
        margin-top: 6.667vw;
    }
    .l-special .p-special__item .p-special__list {
        margin-top: 5.333vw;
    }
    .l-special .p-special__item .p-special__list dt {
        margin-top: 4vw;
        font-size: 4vw;
    }
    .l-special .p-special__item .p-special__list dd {
        margin-top: 1.333vw;
        font-size: 5.067vw;
    }
    .l-special .p-special__item .p-special__list dd span {
        font-size: 3.733vw;
    }
    .l-special .p-special__item .p-special__place {
        margin-top: 4vw;
        font-size: 3.6vw;
    }
}


/* offer */
.l-offer {
    margin-top: 126px;
    padding: 110px 0 40px;
    background: #FDDBDB;
}
.l-offer .p-offer__head {
    font-size: 50px;
    line-height: 1.04;
    letter-spacing: 0.05em;
    font-weight: 900;
    font-family: var(--zenkaku);
    color: #FF0000;
    text-align: center;
}
.l-offer .p-offer__item {
    margin-top: 150px;
}
.l-offer .p-offer__item:first-of-type {
    margin-top: 100px;
}
.l-offer .p-offer__item .p-offer__title {
    display: flex;
    align-items: center;
    padding-left: 46px;
    height: 170px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-family: var(--serif);
    color: #333333;
    border-left: 40px solid #FF0000;
}
.l-offer .p-offer__item .p-offer__title.w-220 {
    height: 220px;
}
.l-offer .p-offer__item figure:nth-of-type(2) {
    margin-top: 50px;
}
.l-offer .p-offer__item .p-offer__list {
    margin-top: 40px;
}
.l-offer .p-offer__item .p-offer__list dt {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.533;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: var(--zenkaku);
    color: #333333;
}
.l-offer .p-offer__item .p-offer__list dd {
    margin-top: 10px;
    font-size: 38px;
    line-height: 1.211;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FF0000;
}
.l-offer .p-offer__item .p-offer__list dd span {
    font-size: 28px;
    line-height: 1.643;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FF0000;
}
.l-offer .p-offer__item .p-offer__place {
    margin-top: 30px;
    font-size: 27px;
    line-height: 1.185;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #333333;
}
.p-announce__list {
    margin: 96px auto 0;
    width: max-content;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #333333;
}
@media screen and (max-width: 750px) {
    .l-offer {
        margin-top: 16.8vw;
        padding: 14.667vw 0 5.333vw;
    }
    .l-offer .p-offer__head {
        font-size: 6.667vw;
    }
    .l-offer .p-offer__item {
        margin-top: 20vw;
    }
    .l-offer .p-offer__item:first-of-type {
        margin-top: 13.333vw;
    }
    .l-offer .p-offer__item .p-offer__title {
        padding-left: 6.133vw;
        height: 22.667vw;
        font-size: 4.8vw;
        border-left: 5.333vw solid #FF0000;
    }
    .l-offer .p-offer__item .p-offer__title.w-220 {
        height: 29.334vw;
    }
    .l-offer .p-offer__item figure:nth-of-type(2) {
        margin-top: 6.667vw;
    }
    .l-offer .p-offer__item .p-offer__list {
        margin-top: 5.333vw;
    }
    .l-offer .p-offer__item .p-offer__list dt {
        margin-top: 4vw;
        font-size: 4vw;
    }
    .l-offer .p-offer__item .p-offer__list dd {
        margin-top: 1.333vw;
        font-size: 5.067vw;
    }
    .l-offer .p-offer__item .p-offer__list dd span {
        font-size: 3.733vw;
    }
    .l-offer .p-offer__item .p-offer__place {
        margin-top: 4vw;
        font-size: 3.6vw;
    }
    .p-announce__list {
        margin: 12.8vw auto 0;
        font-size: 2.933vw;
    }
}