@charset "utf-8";

/**
common setting
**/

body{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: #333;
    position: relative;
}
a:hover{
    opacity: .8;
}
.serif{
    font-family: 'EB Garamond', serif;
}
.commonSize{
    width: 100%;
}
@media (min-width:1366px) {
    .commonSize {
        width: 1366px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.commonInner{
    margin: 0px 10px;
}
@media (min-width:767px) {
    .commonInner{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }   
}
@media (min-width:1366px) {
    .commonInner{
        width: 1366px;
    }
}
.txtGold{
    color: #ccc59b;
}


@media (max-width:450px) {
    .isHideSp {
        display: none;
    }
}
@media (min-width:450px) {
    .isHidePc {
        display: none;
    }
}

.marginTop05{
    margin-top: .5rem;
}
.marginTop1{
    margin-top: 1rem;
}
.marginTop15{
    margin-top: 1.5rem;
}
.marginTop2{
    margin-top: 2rem;
}
.marginTop25{
    margin-top: 2.5rem;
}
.marginTop3{
    margin-top: 3rem;
}
.marginTop35{
    margin-top: 3.5rem;
}
.marginTop4{
    margin-top: 4rem;
}


/**
ローダー
**/
.loaderWrapper{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #ABAAAF;
    z-index: 9999;
    transition: opacity 1.5s;
}
.loaderWrapper .loaderInner{
    height: 100%;
    width: 100%;
    position: relative;
}
.loaderWrapper .loaderBox{
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
}
.loaderWrapper .loaderTxt{
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 2.5rem;
    margin-left: 15px;
}
.loaderWrapper .loader {
    margin: 0px auto;
    font-size: 12px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    /* text-indent: -9999em; */
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.fadeout {
    animation : fadeOut 1s;
    animation-fill-mode: both;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}




.topBtn{
    position: fixed;
    bottom: 2rem;
    right: 10px;
    text-align: center;
    z-index: 5;
    opacity: 0;
    transition: opacity 1.5s;
}
.topBtn .topBtn__link{
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc59b;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    font-size: .9rem;
    display: inline-block;
    line-height: 25px;
    font-weight: bold;
}
.topBtn .topBtn__link::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e5d8";
    display: block;
    font-size: 1.7rem;
    position: relative;
    top: 5px;
}



/**
header style
**/
.header .headerWrapper{
    /* margin-top: 10px; */
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 9;
    width: 100%;
    padding-top: 10px;
    box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.2);
}
@media (min-width:1366px) {
    .header .headerWrapper{
        position: static;
        box-shadow: none;
    }
}

.header .headerInner{
    margin: 0px 10px;
}
@media (min-width:767px) {
    .header .headerInner{
        margin: 0px 16px;
    }
}

.header .headerBlock{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
@media (min-width:767px) {
    .header .headerBlock{
        align-items: center;
        margin-bottom: 0px;
    }
}


.header .titleBlock{
    display: flex;
    flex-direction: column-reverse;
}
.header .titleBlock__link{
    color: #000;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
}
.header .titleBlock .titleBlock__title{
    font-size: 2.5rem;
    text-shadow:1px 1px 1px rgba(0,0,0,33%);
    color: #000;
    margin: 0px;
}
@media (min-width:767px) {
    .header .titleBlock .titleBlock__title{
        font-size: 3rem;
    }
}

.header .titleBlock .titleBlock__txt{
    font-size: .6rem;
    margin-bottom: -10px;
    font-weight: bold;
}

@media (min-width:767px) {
    .header .titleBlock .titleBlock__txt{
        font-size: .7rem;
    }
}

.header .navBlock{
    display: flex;
    position: relative;
    right: 62px;
}
@media (min-width:767px) {
    .header .navBlock{
        right: 79px;
    }
}
@media (min-width:1366px) {
    .header .navBlock{
        right: 0;
    }
}

.header .navBlock .navBlock__web{
    width: 60px;
    height: 55px;
    background-color: #C75467;
    text-align: center;
    position: relative;
    margin-right: 5px;
}
@media (min-width:767px) {
    .header .navBlock .navBlock__web{
        width: 65px;
        height: 60px;
        margin-right: 12px;
    }
}
.header .navBlock .navBlock__cvLink{
    text-decoration: none;
    color: #fff;
    font-size: .8rem;
    line-height: 28px;
    letter-spacing: 1px;
    display: inline-block;
    height: 100%;
    text-align: center;
}
@media (min-width:767px) {
    .header .navBlock .navBlock__cvLink{
        font-size: .8rem;
        line-height: 31px;
        width: 100%;
    }
}



.header .navBlock .navBlock__cvLink::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\ebcc";
    display: block;
    font-size: 2.1rem;
    font-weight: 200;
    position: relative;
    top: 5px;
}
@media (min-width:767px) {
    .header .navBlock .navBlock__cvLink::before{
        font-size: 2.3rem;
    }
}
.header .navBlock .navBlock__snsLink{
    display: inline-block;
}
.header .navBlock .navBlock__snsImg{
    max-height: 55px;
    width: auto;
    display: inline-block;
}
@media (min-width:767px) {
    .header .navBlock .navBlock__snsImg{
        max-height: 60px;
    }
}

@media (min-width:1366px) {
    .globalNav{
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        margin-top: 1rem;
        margin-bottom: 1rem;

    }
}


.globalNavWrapper{
    overflow: auto;
    position: fixed;
    right: -200px;
    width: 200px;
    padding-top: 76px;
    top: 0;
    height: 100%;
    color: #333;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 12;
}
@media (min-width:767px) {
    .globalNavWrapper{
        width: 230px;
        right: -230px;
    }
}
@media (min-width:1366px) {
    .globalNavWrapper{
        position: static;
        width: 100%;
        padding-top: 0px;
        /* transition: none; */
    }
}

.globalNav .globalNavList {
	list-style: none;
	margin-left: 0;
}
@media (min-width:1366px) {
    .globalNav .globalNavList {
        display: flex;
        justify-content: space-between;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
.globalNav .globalNavList .globalNavList__item {
	position: relative;
}
.globalNav .globalNavList__link {
	color: #333;
	text-decoration: none;
	padding: .5rem 10px;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
    font-size: .8rem;
    display: block;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #dfd9aa;
    position: relative;
}
@media (min-width:767px) {
    .globalNav .globalNavList__link {
        font-size: 1rem;
    }
}
@media (min-width:1366px) {
    .globalNav .globalNavList__link {
        font-size: 1.1rem;
        text-align: center;
        border: none;
        /* width: 100px; */
        padding: .5rem 0rem;
    }
}

.globalNav .globalNavList__linkJa{
    display: block;
    font-size: .6rem;
    color: #949593;
}
@media (min-width:767px) {
    .globalNav .globalNavList__linkJa{
        font-size: .7rem;
    }
}
@media (min-width:1366px) {
    .globalNav .globalNavList__linkJa{
        text-align: center;
    }
}
.globalNav .globalNavList__link::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e409";
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    top: 10px;
}
@media (min-width:1366px) {
    .globalNav .globalNavList__link::after{
        display: none;
    }
}

/* nav-toggle */
.navToggle {
    display: block;
	position: fixed;
	top: 14px;
	right: 10px;
    border: 1px solid #333;
    height: 50px;
    width: 55px;
    z-index: 13;
}
@media (min-width:767px) {
    .navToggle {
        height: 60px;
        width: 65px;
        top: 11px;
        right: 16px;
    }
}
@media (min-width:1366px) {
    .navToggle {
        display: none;
    }
}
.navToggle .navToggleLine {
	position: relative;
	width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
@media (min-width:767px) {
    .navToggle .navToggleLine {
        width: 34px;
    }
    
}
.navToggle .navToggleLine__item {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
/* @media (min-width:1365px) {
    .navToggle .navToggleLine__item {
        transition: none;
    }
} */

.navToggle .navToggleLine__item:nth-child(1) {
	top: 4px;
}
@media (min-width:767px) {
    .navToggle .navToggleLine__item:nth-child(1) {
        top: 6px;
    }
}
.navToggle .navToggleLine__item:nth-child(2) {
	top: 13px;
}
@media (min-width:767px) {
    .navToggle .navToggleLine__item:nth-child(2) {
        top: 18px;
    }
}
.navToggle .navToggleLine__item:nth-child(3) {
	top: 24px;
}
@media (min-width:767px) {
    .navToggle .navToggleLine__item:nth-child(3) {
        top: 31px;
    }
}
#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 9;
}





/* nav open */
.open {
    overflow: hidden;
}
.open #overlay {
    display: block;
}

/* .navToggle close */
.open .navToggle .navToggleLine__item:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width:767px) {
    .open .navToggle .navToggleLine__item:nth-child(1) {
        top: 18px;
    }
}
.open .navToggle .navToggleLine__item:nth-child(2) {
    width: 0;
    left: 50%;
}
.open .navToggle .navToggleLine__item:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width:767px) {
    .open .navToggle .navToggleLine__item:nth-child(3) {
        top: 18px;
    }
}

.open .globalNavWrapper  {
    -webkit-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}
@media (min-width:767px) {
    .open .globalNavWrapper  {
        -webkit-transform: translate3d(-230px,0,0);
        transform: translate3d(-230px,0,0);
    }
}


/* main{
    padding-top: 60px;;
} */

/**
サブタイトル
**/
.subTitleBlock{
    text-align: center;
}
.subTitleBlock .subTitleBlock__title{
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
@media (min-width:767px) {
    .subTitleBlock .subTitleBlock__title{
        font-size: 2rem;
    }
}
.subTitleBlock .subTitleBlock__txt{
    font-size: 1rem;
}
@media (min-width:767px) {
    .subTitleBlock .subTitleBlock__txt{
        font-size: 1.2rem;
    }
}


/**
横並び交互のflex
**/
.alternate{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1.5rem;
}
@media (min-width:600px) {
    .alternate{
        margin-top: 2rem;
        flex-direction: row;
        justify-content: space-between;
    }
    .alternate .alternate__content{
        width: 48%;
    }
    .alternate .alternate__image{
        width: 48%;
    }
}
@media (min-width:1366px) {
    .alternate{
        margin-top: 3rem;
    }
}
.alternate .alternate__txtWrapper{
    margin-bottom: 1.5rem;
}
.alternate .alternate__txt{
    margin-top: 1.5rem;
    font-size: .9rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
}
@media (min-width:600px) {
    .alternate .alternate__txt:first-child{
        margin-top: 0px;
    }
}
@media (min-width:767px) {
    .alternate .alternate__txt{
        font-size: 1rem;
        line-height: 1.8rem;
    }
}
@media (min-width:1366px) {
    .alternate .alternate__txt{
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

.alternate .alternate__image{
    position: relative;
}

.alternate .alternate__image img{
    width: 95%;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.alternateSection:nth-child(odd) .alternate__image img{
    margin-left: auto;
    margin-right: 0px;
    display: block;
}

.alternate .alternate__back{
    height: 92%;
    position: absolute;
    top: 10%;
    width: 100%;
}
@media (min-width:767px) {
    .alternate .alternate__back{
        height: 85%;
    }
}
.alternate .alternate__back.alternate__back--gray{
    background-color: #f3f3f3;
}

.alternate .alternate__back.alternate__back--beige{
    background-color: #faf8ed;
}



/**
moreBtn style
**/
.moreBtn{
    text-align: right;
}
.moreBtn .moreBtn__link{
    padding: .6rem 1.6rem;
    border: 1px solid #333;
    text-decoration: none;
    color: #333;
    display: inline-block;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: .9rem;
}
@media (min-width:767px) {
    .moreBtn .moreBtn__link{
        font-size: 1rem;
        padding: .8rem 1.6rem;
    }
}
@media (min-width:1366px) {
    .moreBtn .moreBtn__link{
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }
}
.moreBtn .moreBtn__link::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e409";
    display: inline-block;
    font-size: 1.2rem;
    position: absolute;
    right: 2px;
    top: 8px;
}
@media (min-width:767px) {
    .moreBtn .moreBtn__link::after{
        top: 10px;
    }
}
@media (min-width:1366px) {
    .moreBtn .moreBtn__link::after{
        top: 16px;
    }
}
.moreBtn .moreBtn__link:hover{
    opacity: .7;
}


/**
moreTxt style
**/
.moreTxt{
    text-align: right;
}
.moreTxt .moreTxt__link{
    text-decoration: none;
    color: #333;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
@media (min-width:767px) {
    .moreTxt .moreTxt__link{
        font-size: 1.1rem;
    }
}
@media (min-width:1366px) {
    .moreTxt .moreTxt__link{
        font-size: 1.3rem;
    }
}
.moreTxt .moreTxt__link::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e409";
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    top: 4px;
}
@media (min-width:1366px) {
    .moreTxt .moreTxt__link::after{
        font-size: 1.6rem;
        top: 6px;
    }
}


/**
swiper style
**/
.swiper-wrapper{
    box-sizing: border-box;
}
.swiper-pagination-bullet-active{
    background-color: #333;
    border: 1px solid #ccc59b;
}
.swiper-pagination{
    position: static;
}
.swiper-pagination .swiper-pagination-progressbar-fill{
    background-color: #dfd9aa;
}


/* .accordion:not([open]) {
    margin-bottom: .5rem;
} */
.accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    color: #333;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    font-family: 'Material Symbols Outlined' !important;
    content: "\e145";
    position: absolute;
    right: 0;
    transition: transform .3s;
    font-size: 1.4rem;
    color: #22a8d1;
}
@media (min-width:1366px) {
    .accordion summary::after {
        font-size: 1.8rem;
    }
}
.accordion[open] summary::after {
    transform: rotate(45deg);
}
.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
    margin-bottom: .5rem;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
}

/**
footer style
**/
.footer .reserve{
    margin-top: 4rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-image: url(../img/reserve_bk.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
@media (min-width:767px) {
    .footer .reserve{
        padding-top: 9rem;
        padding-bottom: 5rem;
    }
}
@media (min-width:1366px) {
    .footer .reserve{
        background-size: cover;
        padding-top: 11rem;
    }
}
.footer .reserve .reserveContent{
    margin-top: 1.5rem;
}
@media (min-width:1366px) {
    .footer .reserve .reserveContent{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
.footer .reserve .reserveList{
}
.footer .reserve .reserveList .reserveList__item{
    text-align: center;
    background-color: #fff;
    list-style: none;
}
.footer .reserve .reserveList .reserveList__item:not(:last-child){
    margin-bottom: 1rem;
}
@media (min-width:767px) {
    .footer .reserve .reserveList .reserveList__item:not(:last-child){
        margin-bottom: 1.2rem;
    }
}
.footer .reserve .reserveList .reserveList__item .reserveList__link{
    text-decoration: none;
    color: #333;
    display: block;
    border: 1px solid #333;
    padding: 1rem 0rem;
    font-size: 1rem;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    position: relative;
}
@media (min-width:767px) {
    .footer .reserve .reserveList .reserveList__item .reserveList__link{
        font-size: 1.1rem;
    }
}
@media (min-width:1366px) {
    .footer .reserve .reserveList .reserveList__item .reserveList__link{
        font-size: 1.3rem;
        padding: 1.7rem;
    }
}
.footer .reserve .reserveList .reserveList__item .reserveList__link::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e409";
    display: inline-block;
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    top: 33%;
}

@media (min-width:1366px) {
    .footer .reserve .reserveList .reserveList__item .reserveList__link::after{
        font-size: 1.6rem;
        top: 35%;
    }
}


.footer .reserve .reserveList .reserveList__item .reserveList__link .web::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e89e";
    display: inline-block;
    margin-right: .3rem;
    position: relative;
    top: 2px;
}
.footer .reserve .reserveList .reserveList__item .reserveList__link .telNum::before{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e61d";
    display: inline-block;
    margin-right: .3rem;
    position: relative;
    top: 2px;
}
.footer .reserve .reserveList .reserveList__item .reserveList__link .telMes{
    font-size: .8rem;
}
@media (min-width:767px) {
    .footer .reserve .reserveList .reserveList__item .reserveList__link .telMes{
        font-size: 1rem;
    }
}
@media (min-width:1366px) {
    .footer .reserve .reserveList .reserveList__item .telNum{
        font-size: 1.6rem;
        letter-spacing: 2px;
    }
    .footer .reserve .reserveList .reserveList__item .reserveList__link .telMes{
        font-size: 1rem;

    }
}
.footer .footerSection{
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: #4d4d4d;
}
@media (min-width:1366px) {
    .footer .footerSection{
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}
.footer .footerTitle{
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
}
.footer .footerTitle .footerTitle__txt{
    font-size: 2.7rem;
}
@media (min-width:767px) {
    .footer .footerTitle .footerTitle__txt{
        font-size: 3.2rem;
    }
}
@media (min-width:1366px) {
    .footer .footerTitle .footerTitle__txt{
        font-size: 3.6rem;
    }
}
.footer .footerTitle .footerTitle__link{
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
.footer .footerTitle .footerTitle__txtSub{
    font-size: .6rem;
    margin-bottom: -10px;
}
@media (min-width:767px) {
    .footer .footerTitle .footerTitle__txtSub{
        font-size: .7rem;
    }   
}
@media (min-width:1366px) {
    .footer .footerTitle .footerTitle__txtSub{
        font-size: .8rem;
    }   
}
.footer .footerInfo{
    color: #fff;
    margin-bottom: .5rem;
}
.footer .footerInfo .footerInfo__txt{
    font-size: .8rem;
}
@media (min-width:767px) {
    .footer .footerInfo .footerInfo__txt{
        font-size: .9rem;
    }
}
@media (min-width:1366px) {
    .footer .footerInfo .footerInfo__txt{
        font-size: 1rem;
    }
}
.footer .footerInfo .footerInfo__txt:nth-child(1){
    margin-bottom: .5rem;
}
.footer .footerInfo .footerInfo__link{
    color: #fff;
    text-decoration: none;
}
.footer .footerSns .footerSns__title{
    color: #fff;
    font-size: .9rem;
    font-weight: normal;
}
.footer .footerSns .snsList{
    display: flex;
    list-style: none;
    margin: .5rem 0rem;
}
.footer .footerSns .snsList .snsList__item:not(:last-child){
    margin-right: .5rem;
}
.footer .footerSns .snsList .snsList__item .snsList__img--line{
    width: 60px;
    height: 60px;
}

.footer .footerNav{
    margin-bottom: .8rem;
}
.footer .footerNav .footerNavList{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
@media (min-width:767px) {
    .footer .footerNav .footerNavList{
        width: 50%;
    }
}
.footer .footerNav .footerNavList .footerNavList__item{
    width: 34%;
}
@media (min-width:767px) {
    .footer .footerNav .footerNavList .footerNavList__item{
        width: 50%;
    }
}
.footer .footerNav .footerNavList .footerNavList__link{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: .8rem;
}
@media (min-width:1366px) {
    .footer .footerNav .footerNavList .footerNavList__link{
        font-size: 1rem;
    }
}
@media (min-width:767px) {
    .footer .footerContent{
        display: flex;
        justify-content: space-between;
    }

    .footer .footerContent .footerContent__txt{
        width: 48%;
    }
}
@media (min-width:767px) {
    .footer .footerContent__access{
        width: 48%;
    }
}

.footer .footerContent__access iframe{
    width: 100%;
    height: 300px;
}
@media (min-width:767px) {
    .footer .footerContent__access iframe{
        height: 100%;
    }
}
.footer .copyright{
    text-align: center;
    background-color: #000;
    padding-bottom: .4rem;
}
.footer .copyright .copyright__txt{
    color: #fff;
    font-size: .6rem;
}
@media (min-width:767px) {
    .footer .copyright .copyright__txt{
        font-size: .9rem;
        padding: .5rem 0rem;
        display: inline-block;
    }
}

/**
ページャー
**/
ul.page-numbers{
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.page-numbers li{
    border: 1px solid #ccc;
    margin: .5rem 5px 0px 5px;
    border-radius: 5px;
}
.page-numbers li a,
.page-numbers li span{
    padding: 3px 10px 6px 10px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: .9rem;
}
@media (min-width:1366px) {
    .page-numbers li a,
    .page-numbers li span{
        padding: 6px 16px 9px 16px;
        font-size: 1rem;
    }
}
.page-numbers li .current{
    background-color: #ccc59b;
    color: #fff;
}

/**
パンくず
**/
/* .breadcrumb{
    padding: .5rem 0rem;
    margin: 0px 10px;
}
@media (min-width:767px) {
    .breadcrumb{
        margin: 0px 16px;
    }
}
@media (min-width:1366px) {
    .breadcrumb{
        width: 1366px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .5rem;
        margin-top: -.5rem;
    }
}
.breadcrumb .breadcrumbList{
    display: flex;
    list-style: none;
    justify-content: end;
    align-items: center;
}
.breadcrumb .breadcrumbList .breadcrumbList__item{
    font-size: .8rem;
}
@media (min-width:767px) {
    .breadcrumb .breadcrumbList .breadcrumbList__item{
        font-size: .9rem;
    }
}
.breadcrumb .breadcrumbList .breadcrumbList__item:not(:last-child){
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.breadcrumb .breadcrumbList .breadcrumbList__item:not(:last-child)::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e5cc";
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.breadcrumb .breadcrumbList .breadcrumbList__link{
    text-decoration: none;
    color: #1a0dab;
    font-size: .8rem;
}
@media (min-width:767px) {
    .breadcrumb .breadcrumbList .breadcrumbList__link{
        font-size: .9rem;
    }
} */



#breadcrumb{
	padding-top: 10px;
	position: relative;
}
.breadcrumbList{
	display: flex;
	list-style: none;
	overflow: hidden;
	z-index: -3;
	gap: 0.2rem;
	white-space: nowrap;
	overflow-x: scroll;
	padding-bottom: 10px;
}
@media (min-width:450px){
	.breadcrumbList{
		box-sizing: border-box;
		overflow-x: auto;
		white-space: normal;
		display: block;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}
.breadcrumbList .breadcrumbList__item{
	position: relative;
	border-radius: 0.2rem;
	font-weight: bold;
	color: #333;
	padding: .3rem 1.5rem;
	font-size: .8rem;
	font-weight: normal;
}
@media (min-width:450px){
	.breadcrumbList .breadcrumbList__item{
		padding: 0;
		font-size: .8rem;
		display: inline;
	}
}
.breadcrumbList .breadcrumbList__item::before,
.breadcrumbList .breadcrumbList__item::after {
	position: absolute;
	left: -1.3rem;
	width: 100%;
	height: 50%;
	background: #EEEEEE;
	content: '';
}
.breadcrumbList .breadcrumbList__item:last-child::before,
.breadcrumbList .breadcrumbList__item:last-child::after {
	width: 100%;
}
@media (min-width:450px){
	.breadcrumbList .breadcrumbList__item::before,
	.breadcrumbList .breadcrumbList__item::after {
		display: none;
	}
}
@media (min-width:450px){
	.breadcrumbList .breadcrumbList__item:not(:last-child)::after {
		content: '»';
		display: inline-block;
		position: static;
		background: none;
		height: auto;
		width: auto;
		transform: none;
		margin-left: 8px;
		margin-right: 8px;
	}
}
.breadcrumbList .breadcrumbList__item:before {
	top: 0;
	transform: skew(45deg);
}
.breadcrumbList .breadcrumbList__item:after {
	top: 50%;
	transform: skew(-45deg);
}
.breadcrumbList .breadcrumbList__item:not(:first-child) a{
	right: 20px;
}
.breadcrumbList .breadcrumbList__item:first-child {
	padding-right: 3rem;
}
@media (min-width:450px){
	.breadcrumbList .breadcrumbList__item:first-child {
		padding-right: 0rem;
	}
}
.breadcrumbList .breadcrumbList__item:last-child{
	padding-left: 0;
}
.breadcrumbList .breadcrumbList__item:last-child .breadcrumbList__inner{
	color: #333;
	position: relative;
	z-index: 1;
}

@media (max-width:450px){
	.breadcrumbList .breadcrumbList__item:last-child .breadcrumbList__inner{
		padding-right: .5rem;
	}
}

.breadcrumbList .breadcrumbList__item a {
	text-decoration: none;
	color: #14c;
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	font-weight: normal;
}

@media (min-width:450px){
	.breadcrumbList .breadcrumbList__item a {
		display: inline-block;
	}
}

@media (min-width:450px){
	.breadcrumbList .breadcrumbList__item:not(:first-child) a{
		right: 0;
	}
}

.breadcrumbList .breadcrumbList__item a:hover {
	opacity: .8;
}