@charset "utf-8";

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/Noto_Sans_JP/NotoSansJP-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/Noto_Sans_JP/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/Noto_Sans_JP/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/Noto_Sans_JP/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RyuminPro';
    src: url('../font/RyuminPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-XLight';
    src: url('../font/Gotham-XLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GaramondPro';
    src: url('../font/AGaramondPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
}
header{
    border-bottom: 1px solid #F1E9DC;
}
h1 p{
    height: 0px;
    overflow: hidden;
}
.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.sp,
.tb {
    display: none;
}

img#adtag {
	width:1px;
	height:1px;
}

.container {
    max-width: 1420px;
    margin: 15px auto 15px auto;
    padding-left: 60px;
    padding-right: 60px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .tb {
        display: block;
    }
    .pc {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
    .sp {
        display: block;
    }
    .sp-hide {
        display: none !important;
    }
.container {
    padding-left: 0px;
    padding-right: 0px;
}
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.f-en {
    font-family: 'Gotham-XLight';
    font-size:24px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.txt {
    font-size: 1.3rem;
    line-height: 2.1rem;
}

.bg_btn {
    background-color: #b4a690;
}

.bg_btn--gallery {
    background-color: #9c8a6f;
}

.bg_btn--btn001 {
    background-color: #5d4c32;
    color: #fff;
}
.bg_btn--btn002 {
    background-color: #c2b974;
    color: #fff;
}
.bg_btn--btn003 {
    background-color: #f5f3ed;
    color:#000;
}
.bg_btn--gray{
    background-color: #999 !important; 
    color:#777 !important;
}

/****************************************************************************************************************************************************************************************
************* header *******************
*****************************************************************************************************************************************************************************************/

.header-wrapper {
    position: relative;
    height: 80px;
    padding-left: 20px;
    z-index: 995;
    background-color: #fff;
}

.header-logo {
    flex: 1;
    padding-right: 20px;
}

.header-logo img{
	width:35.43vw;
	max-width:600px;
}
.header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 80px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: .05em;
    border: 1px solid #fff;
    border-left: none;
    padding:3px;
}
a.header-btn.bg_btn {
    letter-spacing: -0.03em;
}
div.header-btn.bg_btn {
	background-color: #999;
    color:#777 !important;
    letter-spacing: -0.03em;
}

.hamburger {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 17px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    background: #f1e9dc;
    z-index: 50;
    cursor: pointer;
}

.menu-trigger {
    position: absolute;
    left: 21.5px;
    top: 37px;
    width: 37px;
    height: 23px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all .4s;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 10px;
}

.menu-trigger span:nth-of-type(3) {
    top: 20px;
}

.menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        transform: translateY(10px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.hamburger.active .menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(10px) rotate(0);
    }
    100% {
        transform: translateY(10px) rotate(45deg);
    }
}

.hamburger.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active .menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transform: translateY(-10px) rotate(-45deg);
    }
}

.header-menu {
    position: absolute;
    left: 0;
    top: -100vh;
    width: 100%;
    max-height: 100vh;
    padding: 110px 0;
    background-color: #fff;
    z-index: 5;
    overflow-y: scroll;
    transition: all .5s linear;
}

.header-menu.active {
    top: 0;
}

.header-menu.black {
    color: #fff;
    background-color: #000;
}

.header-menu::-webkit-scrollbar {
    width: 0;
}

.header-menu .container {
    max-width: 1500px;
}

.header-menu nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}

.header-menu nav>ul {
    width: 47%;
    max-width: 330px;
}

.header-menu nav>ul>li>a,
.header-menu nav>ul>li>p {
    position: relative;
    display: block;
    padding: 30px 0 15px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: .1em;
    border-bottom: 1px solid #ccc1af;
}
.header-menu nav>ul>li>p{
    color: #ccc;
}
.header-menu.black nav>ul>li>a{
    color: #fff;
}
.header-menu.black nav>ul>li>p {
    border-bottom: 1px solid #ccc1af;
    color: #999;
}

.header-menu nav>ul>li>a .f-en,
.header-menu nav>ul>li>p .f-en {
    font-size: 2.6rem;
    letter-spacing: -.035em;
}

.header-menu nav>ul>li>a .f-en {
    color: #615239;
}

.header-menu nav>ul>li>p .f-en {
    color: #ccc;
}
.header-menu.black nav>ul>li>p .f-en {
    color: #999;
}
.header-menu nav>ul>li>p.active .f-en {
    color: #000;
}
.header-menu.black nav>ul>li>p.active .f-en {
    color: #fff;
}
.header-menu nav .f-en {
    color: #615239;
}

.header-menu.black nav {
    color: #333;
}
.header-menu.black nav a .f-en,
.header-menu.black nav a {
    color: #fff;
}

.header-menu nav>ul>li.has-child>p {
    padding-right: 35px;
    cursor: pointer;
}
.header-menu nav>ul>li.has-child>p.active {
    color: #000;
}
.header-menu.black nav>ul>li.has-child>p.active {
    color: #fff;
}

.header-menu nav>ul>li.has-child>p::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 0;
    width: 25px;
    background: url(../images/common/icn_plus_black.png) no-repeat center / auto;
}

.header-menu nav>ul>li.has-child>p.sub-open::after {
    background: url(../images/common/icn_minus_black.png) no-repeat center / auto;
}
.header-menu.black nav>ul>li.has-child>p::after {
    background: url(../images/common/icn_plus.png) no-repeat center / auto;
}
.header-menu.black nav>ul>li.has-child>p.sub-open::after {
    background: url(../images/common/icn_minus.png) no-repeat center / auto;
}

.header-menu nav>ul>li .sub-menu {
    display: none;
    padding-left: 12%;
    border-bottom: 1px solid #ccc1af;
}

.header-menu nav>ul>li .sub-menu a {
    display: block;
    padding: 18px 0;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: .1em;
    border-bottom: 1px solid #ccc1af;
}
.header-menu nav>ul>li .sub-menu a.finish {
    border-bottom:none;
}
.header-menu-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 45%;
    padding-top: 25px;
}

.header-menu-btn {
    width: 57%;
    max-width: 370px;
}

.header-menu-btn li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: .1em;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 20px center;

}
.header-menu-btn li p,
.header-menu-btn li a{
    width: 100%;
    height: 100%;
    padding: 10px;
    display: grid;
    align-items: center;
}
.header-menu-btn a::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    width: 32px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-menu-btn li.btn001 {
    background-color: #5d4c32;
    color: #fff;
}
.header-menu-btn li.btn002 {
    background-color: #c2b974;
    color: #fff;
}
.header-menu-btn li.btn003 {
    background-color: #f5f3ed;
    color:#000;
}

.header-menu-other {
    width: 38%;
}

.header-menu-other ul li {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding-left: 22px;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: .1em;
}
.header-menu.black .header-menu-other ul li a {
    color:#fff;
}
.header-menu .header-menu-other ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 10px;
    height: 2px;
    background-color: #000;
}
.header-menu.black .header-menu-other ul li a::before {
    background-color: #fff;
}
.header-menu .header-menu-other ul li p {
    color:#ccc;
}
.header-menu.black .header-menu-other ul li p {
    color:#333;
}
.header-menu .header-menu-other ul li p::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 10px;
    height: 2px;
    background-color: #ccc;
}
.header-menu.black .header-menu-other ul li p::before {
    background-color: #333;
}
.header-sns {
    display: flex;
    align-items: center;
    padding: 5px 0 0 5px;
}

.header-sns a {
    display: block;
    margin-left: 20px;
    line-height: 0;
}

.sp-menu {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 1400 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
    .header-menu nav>ul>li>a, 
    .header-menu nav>ul>li>p {
        font-size: 1.3vw;
    }
    .header-menu nav>ul>li>a .f-en, 
    .header-menu nav>ul>li>p .f-en {
        font-size: 18px;
    }
    .header-menu nav>ul>li .sub-menu a {
        font-size: 1.28vw;
    }
    .header-menu-btn li {
        padding: 5px;
        font-size: 1.3vw;
    }
    .header-menu-btn a::before {
        left: 8%;
        width: 13%;
    }
    .header-menu-other ul li a {
        font-size: 1.8rem;
    }
    .header-menu-btn li p,
    .header-menu-btn li a{
		    padding: 10px;
    }

}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 1200 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    .header-btn {
        width: 13vw;
        font-size: 1.4166vw;
    }
    .header-menu nav>ul>li>a .f-en, 
    .header-menu nav>ul>li>p .f-en {
        font-size: 16px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 1024 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    body.nav-open {
        overflow: hidden;
    }
    .header-menu nav {
        width: 47%;
    }
    .header-menu nav>ul,
    .header-menu-btn,
    .header-menu-other {
        width: 100%;
    }
    .header-menu nav>ul {
        max-width: none;
    }
    .header-menu nav>ul>li>a, 
    .header-menu nav>ul>li>p,
    .header-menu-other ul li a {
        font-size: 2rem;
    }
    .header-menu nav>ul>li>a .f-en, 
    .header-menu nav>ul>li>p .f-en {
        font-size: 3rem;
    }
    .header-menu nav>ul>li .sub-menu a {
        font-size: 2.3rem;
    }
    .header-menu-right {
        width: 48%;
        max-width: 370px;
    }
    .header-menu-btn {
        margin-bottom: 40px;
    }
    .header-menu-btn li {
        padding: 5px;
        font-size: 2rem;
    }
    .header-menu-btn a::before {
        left: 7%;
        width: 32px;
    }
    .header-menu-other ul li a {
        font-size: 2rem;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .header-wrapper {
        height: 110px;
    }
    .header-btn {
        display: none;
    }
    .header-logo img{
	    width:100%;
    }
    .hamburger {
        padding-top: 12px;
    }
    .header-menu {
        padding-top: 140px;
    }
    .header-menu nav>ul>li>a, 
    .header-menu nav>ul>li>p {
        font-size: 2.13vw;
    }
    .header-menu nav>ul>li>a .f-en, 
    .header-menu nav>ul>li>p .f-en {
        font-size: 3.46vw;
    }
    .header-menu nav>ul>li .sub-menu a {
        font-size: 2.4vw;
    }
    .header-menu-btn a {
        font-size: 2.6vw;
    }
    .header-menu-btn a::before {
        width: 11%;
    }
    .header-menu-other ul li a {
        font-size: 2.4vw;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* header 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
    .header-wrapper {
        height: 70px;
    }
    .hamburger {
        width: 70px;
        height: 70px;
        padding-top: 10px;
        font-size: 1rem;
    }
    .menu-trigger {
        left: 16.5px;
        top: 30px;
    }
    .header-menu {
        display: none;
    }
    .sp-menu {
        position: fixed;
        left: 0;
        top: -100vh;
        display: block;
        width: 100%;
        height: 100vh;
        padding: 100px 0 20vw;
        background-color: rgba(255, 255, 255, 1);
        z-index: 990;
        overflow-y: scroll;
        transition: all .5s linear;
    }
    .sp-menu.active {
        top: 0;
    }
    .sp-menu.sp-toggle {
    }
    .sp-menu nav ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        border-top: 1px solid #b99a31;
    }
    .sp-menu nav ul li {
        width: 50%;
        height:14.8437vw;
        border-bottom: 1px solid #b99a31;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 3.75vw;
        font-weight: 300;
        letter-spacing: .05em;
        color:#c7c6c6;
        line-height: 1.2;
        padding: 20px 10px;
    }
    .sp-menu nav ul li:nth-of-type(2n+1) {
        border-right: 1px solid #b99a31;
    }
    /*
    .sp-menu nav ul li:last-child {
            border-bottom: none;
        }
    */
    .sp-menu nav ul li a {
        color:#000;
    }
    .sp-menu-sns {
        padding: 10vw 0;
    }
    .sp-menu-sns a {
        display: block;
        margin: 0 20px;
        line-height: 0;
    }
    #information-sec{
    	margin-top:100px!important;
    }
    #contents-sec{
    	margin-top:100px!important;
    }
}


/****************************************************************************************************************************************************************************************
***************** footer *************
*****************************************************************************************************************************************************************************************/

.footer-menu {
    margin-bottom: 25px;
    font-weight: 300;
    letter-spacing: .2em;
    color: #000;
    border-top: 1px solid #f1e9dc;
    border-bottom: 1px solid #f1e9dc;
}

.footer-menu .container{
    max-width: 930px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu ul li {
    display: block;
    padding: 0 10px;
    margin: 10px 0;
    line-height: 1;
    border-left: 1px solid #767676;
    color: #c7c6c6;
    letter-spacing: -0.01em;
    font-size:14px;
}
.footer-menu ul li br {
    display: none;
}
.footer-menu ul li a {
    color: #000;
    text-decoration: underline ;
}
.footer-menu ul li a:hover {
    text-decoration: none ;
}
.footer-menu ul li a.current {
    text-decoration: none;
	font-weight:bolder;
}
.footer-recommend__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.footer-recommend__menu li {
    display: block;
    margin-bottom: 10px;
    padding: 0 5px;
    line-height: 1;
    font-size: 1.2rem;
    color: #333;
    border-right: 1px solid #767676;
}

.footer-recommend__menu li:last-child {
    border-right: none;
}

/* �������ߕ��� */
.footer-recommend__ttl {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: .2em;
}

.footer-recommend__slide {
    max-width: 895px;
    margin: 60px auto 0;
}

.footer-recommend__slide .slick-dots li {
    width: 10px;
    height: 10px;
}

.footer-recommend__slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #707070;
}
.footer-recommend__slide .slick-prev, .footer-recommend__slide .slick-next{
	top: 33%;
}

.footer-recommend__slide .slick-dots li.slick-active button {
    background-color: rgba(80, 50, 30, 1);
}

.footer-recommend__slide .slick-dots li button:before {
    display: none;
}

.footer-recommend__slide .slick-slide .cont {
    max-width: 240px;
    margin: 0 auto;
}

.footer-recommend__slide img {
    margin: 0 auto;
}

.footer-recommend__slide dl {
    padding: 0 10px;
    font-size: 1.4rem;
}

.footer-recommend__slide dl dt {
    margin: 15px 0 10px;
    font-size: 1.7rem;
    text-decoration: underline;
}
.footer-recommend__slide dl dd p{
    font-size: 14px;
    line-height: 1.4;
    padding-left: 4em;
    text-indent: -4em;
}
/*//�������ߕ��� */

.footer-logo {
    margin-top: 260px;
    padding: 25px 0;
    background-color: #fefcf7;
    border-top: 1px solid #f1e9dc;
    border-bottom: 1px solid #f1e9dc;
}

.footer-logo ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

.footer-logo ul li {
    width: 30.33%;
    margin: 0 1.5%;
    padding: 15px 0;
}

.footer-logo ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 10px;
    line-height: 0;
    background-color: #fff;
    border: 1px solid #f1e9dc;
}

.footer-wrapper {
    padding: 25px 15px;
    font-size: 1.2rem;
    letter-spacing: .05em;
}

.footer-wrapper__logo {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
}
.footer-wrapper__logo img{
	width:137px;
}

.footer-wrapper__logo_jv {
    display: flex;
    justify-content: flex-end;
}
.footer-wrapper__logo_jv li{
	width:137px;
	margin:10px;
}


.footer-wrapper nav ul {
    display: flex;
    flex-wrap: wrap;
    padding-right: 160px;
}

.footer-wrapper nav ul li {
    margin: 0 25px 15px 0;
}

.footer-wrapper nav ul li a i {
    margin-right: 7px;
}

.footer-wrapper p {
    clear:both;
}

.copyright {
    color: #767676;
}

.float-btn {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 3;
}

.float-btn:hover {
	opacity:1;
}

.float-btn p,
.float-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 150px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .05em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-bottom: 1px solid #fff;
}

.float-btn a:last-of-type {
    border-bottom: none;
}

.fixed-btn {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 1400 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
    .footer-logo {
        margin-top: 140px;
    }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 1000 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
    .footer-recommend__slide .slick-prev {
        left: -10px;
    }
    .footer-recommend__slide .slick-next {
        right: -10px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .footer-logo ul li a {
        height: 80px;
    }
    .float-btn{
    	display:none !important;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* footer 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
    .footer-recommend__menu{
    	display:none;
    }
    .footer {
        margin-bottom: 20vw;
    }
    .footer-menu {
        padding: 0;
        margin-bottom: 70px;
    }
    .footer-menu .container {
        padding: 0;
        margin:0;
    }
    .footer-menu ul {
        justify-content: flex-start;
    }
    .footer-menu ul li {
        width: 50%;
        padding: 20px 10px;
        border-bottom: 1px solid #f1e9dc;
        border-left: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 3.75vw;
        letter-spacing: .05em;
        line-height: 1.2;
        margin:0 0;
    }
    /*
    .footer-menu ul li:nth-child(2n+1) {
        border-right: 1px solid #f1e9dc;
    }
    */
    .footer-menu ul li:nth-of-type(2n+1) {
        border-right: 1px solid #f1e9dc;
    }
    .footer-menu ul li:last-child {
        border-bottom: none;
    }
    .footer-menu ul li a {
		text-decoration: none;
    }
.footer-menu ul li br {
    display: block;
}
    .footer-recommend__slide {
        margin-top: 30px;
        margin: 30px 30px 0 30px;
    }
    .footer-recommend__slide .slick-prev{
        left: -25px;
    }
    .footer-recommend__slide .slick-next{
        right:-25px;
    }
    .footer-logo ul li {
        width: 97%;
        padding: 12px 0;
    }
    .footer-logo ul li a {
        height: 24vw;
    }
    .footer-wrapper nav ul {
        padding-right: 0;
    }
    .footer-wrapper nav ul li {
        width: 100%;
        margin: 0 0 1em;
    }
    .footer-wrapper nav ul li a {
        display: block;
        font-size: 3.2vw;
    }
    .footer-wrapper__logo {
        position: relative;
        right: 0;
        margin-top: 10vw;
        text-align: center;
    }
    .footer-wrapper__logo img{
    	width:135px;
    }
    .footer-wrapper__logo_jv {
        width:95%;
        margin-top: 10vw;
        display:flex;
        justify-content:center;
        flex-wrap: wrap;
    }
    .footer-wrapper__logo_jv li{
    	width:130px;
    }

    .copyright {
        margin-top: 1.2em;
        text-align: center;
        font-size: 2.66vw;
    }
    .float-btn {
        display: none;
    }
    .fixed-btn {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        z-index: 999;
    }
    .fixed-btn a,
    .fixed-btn div.fixed-btn__tel,
    .fixed-btn div.fixed-btn__map,
    .fixed-btn div.fixed-btn__btn001,
    .fixed-btn div.fixed-btn__btn002,
    .fixed-btn div.fixed-btn__btn003,
    .fixed-btn div.fixed-btn__mail,
    .fixed-btn .hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        height: 20vw;
        text-align: center;
        font-size: 3.2vw;
    }
    .fixed-btn a {
        background-color: #fff;
        border: 1px solid #868076;
        border-right: none;
    }
    .fixed-btn a.fixed-btn__btn001,
    .fixed-btn a.fixed-btn__btn002,
    .fixed-btn a.fixed-btn__btn003 {
        color: #fff;
        background-color: #9d7a41;
    }
    .fixed-btn a.fixed-btn__mail {
        color: #fff;
        background-color: #c59b57;
    }
    .fixed-btn div img,
    .fixed-btn a img {
        max-width: 7vw;
    }
    .fixed-btn div.fixed-btn__tel,
    .fixed-btn div.fixed-btn__map,
    .fixed-btn div.fixed-btn__btn001,
    .fixed-btn div.fixed-btn__btn002,
    .fixed-btn div.fixed-btn__btn003,
    .fixed-btn div.fixed-btn__mail {
        color: #fff;
        background-color: #cdcdcd;
    }

    .fixed-btn .hamburger .menu-trigger {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 10%;
    }

	#spfraijo{
		position: fixed;
		bottom: 0;
		z-index: 10;
		display:flex;
		justify-content: space-between;
		background: #FFF;
		width:100%;
	}

	#spfraijo span,
	#spfraijo a{
		display:block;
		width:calc(50% - 1px);
		box-sizing: border-box;
		padding:10px 0;
		background: #7C2E2E;
		text-align: center;
    	color: #fff;
	}

	#spfraijo span img,
	#spfraijo a img{
		display:block;
		width:80%;
		max-width: 230px;
		margin: 0 auto;
	}

	#spfraijo span img{
		opacity: 0.4;
	}

}


/****************************************************************************************************************************************************************************************
***************** common *************
*****************************************************************************************************************************************************************************************/

/************** slide **************/

.slick-list,
.slick-track {
    display: flex;
}

.slick-prev,
.slick-next {
    width: 19px;
    height: 37px;
    background: url(../images/common/arw_slide.png) no-repeat center / contain !important;
}

.slick-prev {
    transform: translateY(-50%) rotate(180deg);
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

/************** caption **************/
.caption {
    max-width: 1310px;
    margin: 70px auto 65px auto;
    padding-left: 15px;
    padding-right: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10px;
    line-height: 1.8rem;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* caption entry 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {
    .caption {
        max-width: 90%;
        margin: 70px auto 65px auto;
    }
}

/************** entry **************/

.entry {
    text-align: center;
    padding: 130px 0 95px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .05em;
    background-color: #534d44;
}

.entry h2 {
    text-align: center;
    font-size: 3rem;
}

.entry-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-top: 15px;
}

.entry-btn--1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.entry-btn--2,
.entry-btn--4 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.entry-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-top: 15px;
    padding: 5px;
    font-size: 2.8rem;
    color: #000;
    background-color: #fff;
    line-height:1.2;
}
.entry-btn p.entry-btn-p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-top: 15px;
    padding: 5px;
    font-size: 2.8rem;
    color: #999;
    background-color: #fff;
    line-height:1.2;
}
.entry-btn--1 a {
    width: 100%;
}

.entry-btn--3 a {
    width: 31%;
}
.entry-btn--3 p.entry-btn-p {
    width: 31%;
}
.entry-btn--2 a,
.entry-btn--4 a {
    width: 48%;
}
.entry-btn--2 p.entry-btn-p,
.entry-btn--4 p.entry-btn-p {
    width: 48%;
}
.entry-corona a {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
}

.entry-corona a i {
    margin-right: 15px;
    font-size: 50%;
    vertical-align: 5px;
}

.entry-tel {
    margin-top: 40px;
    font-size: 1.4rem;
}

.entry-tel__num span {
    font-size: 4.8rem;
}

.entry-tel__num img {
    margin-right: 15px;
    vertical-align: 3px;
}

.entry-tel__mail {
    font-size: 1.6rem;
}

.entry-tel__mail i {
    margin-right: 12px;
}

.entry-info {
    margin-top: 20px;
    font-size: 1.2rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* common entry 768 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .entry-btn a {
        font-size: 2.1vw;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* common entry 639 */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 639px) {

	.entry-btn--2 p.entry-btn-p,
	.entry-btn--3 p.entry-btn-p,
	.entry-btn--4 p.entry-btn-p {
	    width: 100%;
        height: 20vw;
		font-size: 5.6vw;
	}

    .entry-btn a {
        width: 100% !important;
        height: 20vw;
        font-size: 5.6vw;
    }
    .entry-corona a {
        font-size: 4vw;
    }
    .entry-tel__num span {
        font-size: 9.6vw;
    }
    .entry-tel,
    .entry-tel__mail {
        font-size: 3.2vw;
        display: block;
    }
    .entry-info {
        font-size: 2.6vw;
    }
}
