@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F2F2EF;
	color: #010000;
}

h1,h2,h3,h4,h5,h6,p,li,a{
	font-size: clamp(14px, 1.6vw, 16px);
	font-weight: normal; 
	margin: 0;
	line-height: 1.6;
}
body {
    background-color: #F2F2EF;
    background-image:
        repeating-linear-gradient(
            0deg,
            #E3E3E3 0,
            #E3E3E3 1px,
            transparent 1px,
            transparent 40px
        ),
        repeating-linear-gradient(
            90deg,
            #E3E3E3 0,
            #E3E3E3 1px,
            transparent 1px,
            transparent 40px
        );
}

/* ---------- common ---------- */
.mg_b1{
	margin-bottom: 60px;
}
.mg_b2{
	margin-bottom: 40px;
}
.mg_t1{
	margin-top: 40px;
}
.col_60{
	flex-direction: column;
	gap: 60px;
}
.col_40{
	flex-direction: column;
	gap: 40px;
}
.col_30{
	flex-direction: column;
	gap: 30px;
}
.imgdeco1{
    border: 11px solid #fff;
    box-sizing: border-box;
}
.img_cut {
    --cut: clamp(70px, 9vw, 130px);

    clip-path: polygon(
        var(--cut) 0,
        100% 0,
        100% calc(100% - var(--cut)),
        calc(100% - var(--cut)) 100%,
        0 100%,
        0 var(--cut)
    );
}
.reserve_bt {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.reserve_bt .fv_reserve {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background-color: #E8E114;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reserve_bt .fv_reserve p {
    writing-mode: vertical-rl;
    letter-spacing: 0.14em;
    font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    color: #222;
	padding: 22px 15px;
}
.reserve_bt .fv_reserve p span{
    color: #222!important;
  transform: rotate(90deg);
    display: inline-block;
}
.fv_side_text {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.fv_side_text p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 13px;
    letter-spacing: 0.16em;
    font-family: "Cormorant Infant", sans-serif;
    color: #222;
}
/* --
.circle_txt {
    position: absolute;
    left: 7%;
    bottom: -20%;
    width: clamp(150px, 14vw, 210px);
    height: clamp(95px, 8vw, 125px);
    background-color: #E6D832;
    border-radius: 58% 42% 48% 52% / 52% 48% 52% 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.circle_txt::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -36px;
    width: clamp(70px, 6vw, 95px);
    height: clamp(48px, 4.5vw, 68px);
    background-color: #E6D832;
    border-radius: 50%;
    z-index: 1;
}
.circle_txt::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -42px;
    width: clamp(14px, 1.4vw, 20px);
    height: clamp(14px, 1.4vw, 20px);
    background-color: #E6D832;
    border-radius: 50%;
    z-index: 1;
}
.circle_txt p {
    font-size: clamp(12px, 0.85vw, 15px);
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-weight: 600;
}
 */
.titlebox0 {
    position: relative;
    z-index: 5;
    width: max-content;
    max-width: none;
    flex-direction: column;
    gap: 20px;
    transform: translateX(15px);
	margin-bottom: 80px;
}
.titlebox0 .top_txtbox{
	flex-direction: column;
	gap: 0px;
}
.titlebox0 .top_txtbox img:nth-of-type(2){
	margin-left: 50px;
}
.titlebox0 .top_txtbox img{
	height: clamp(26px, 7vw, 92px);
}
.titlebox1{
	flex-direction: column;
	gap: 5px;
}
.titlebox1 p {
    border-bottom: none;
    padding-bottom: 5px;
    background-image: repeating-linear-gradient(
        to right,
        #262626 0,
        #262626 3px,
        transparent 3px,
        transparent 5px
    );
    background-repeat: repeat-x;
    background-size: auto 1px;
    background-position: left bottom;
}
.titlebox1_w h2{
	color: #fff;
}
.titlebox1_w p {
    color: #fff;
	background-image: repeating-linear-gradient(
        to right,
        #fff 0,
        #fff 3px,
        transparent 3px,
        transparent 5px
    );
}
.titlebox2{
	flex-direction: column;
	gap: 0px;
}
.txt_cabin_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.txt_cabin {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin: 0;
    font-family: "Cabin", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(34px, 5.2vw, 70px);
    line-height: 0.95;
    letter-spacing: 0.02em;
    color: #000;
    z-index: 1;
}
.txt_cabin::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.08em;
    width: 100%;
    height: 0.13em;
    background-color: #E6D832;
    z-index: -1;
}
.txt_cabin:nth-of-type(2) {
    margin-left: clamp(70px, 10vw, 150px);
    margin-top: -0.06em;
}


.animation1 {
    --animation-delay: 0.3s;
}

.animation1:has(.animation1_line) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.55;
}

.animation1 br {
    display: none;
}

.animation1_line {
    display: inline-block;
    line-height: 1.55;
}

.animation1 .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(0.45em);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
    transition-delay: var(--delay);
}

.animation1.is-active .char {
    opacity: 1;
    transform: translateY(0);
}
.footer_info{
    background-image: repeating-linear-gradient(
        to right,
        #262626 0,
        #262626 3px,
        transparent 3px,
        transparent 5px
    );
    background-repeat: repeat-x;
    background-size: auto 1px;
    background-position: left top;
}
.footer_info .box_wrap{
	gap: 60px;
}
.footer_info .box_wrap .imgbox{
	width: calc(50% - 30px);
}
.footer_info .box_wrap .txtbox{
	width: calc(50% - 30px);
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.footer_info .box_wrap .txtbox .txtitem{
	flex-direction: column;
	gap: 10px;
	padding-bottom: 20px;
	 background-image: repeating-linear-gradient(
        to right,
        #262626 0,
        #262626 3px,
        transparent 3px,
        transparent 5px
    );
    background-repeat: repeat-x;
    background-size: auto 1px;
    background-position: left bottom;
	align-items: flex-start;
	width: 100%;
}
.pagelinks_wrap .pagelinks{
	padding: 50px 30px;
	border-radius: 20px;
}
.pagelinks_wrap .pagelinks .leftbox {
    position: relative;
    width: 25%;
    padding-right: clamp(25px, 3vw, 45px);
}

.pagelinks_wrap .pagelinks .leftbox::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70px;
    transform: translateY(-50%);
    background-image: repeating-linear-gradient(
        to bottom,
        #262626 0,
        #262626 3px,
        transparent 3px,
        transparent 5px
    );
}
.pagelinks_wrap .pagelinks .rightbox {
    width: 75%;
	gap: 10px;
	justify-content: flex-start;
	padding-left: clamp(20px, 3vw, 40px);
}
.pagelinks_wrap .pagelinks .rightbox a > div,
.pagelinks_wrap .pagelinks .rightbox div > div{
    min-width: 120px;
    padding: 5px 18px;
    border: 1px solid #262626;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
	cursor: pointer;
}
/* ---------- more ---------- */
.more > a{
	width: 250px;
	gap: 20px;
	border-radius: 200px;
	padding: 15px 30px;
	background-color: #262626;
	overflow: hidden;
	box-sizing: border-box;
}
.more a > div p{
	color: #fff;
	font-family: "Cormorant Infant",  sans-serif;
	font-weight: 600;
}
.more2 > a{
	background-color: #fff;
	border: #010000 2px solid;
}
.more2 a > div p{
	color: #262626;
}
.more_w > a{
	background-color: #fff;
}
.more_w a > div p{
	color: #262626;
}
.more_wrap{
	gap: 20px;
}
/* ---------- header ---------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
    padding: 10px 40px;
    overflow: visible;
    background-color: #F2F2EF;
}
.header .logo {
    position: absolute;
    left: 40px;
    top: 15px;
    width: clamp(100px, 16vw, 210px);
    z-index: 10;
}
.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}
.header .head_menu {
    gap: 30px;
    margin-left: auto;
    align-items: center;
}
.header .head_menu .ul {
    gap: 22px;
}
.header .head_menu .ul .li p {
    font-weight: bold;
	font-family: "Cormorant Infant",  sans-serif;
	letter-spacing: 0.15em;
}
.header .head_menu .translate_bt {
    width: 18px;
    height: 18px;
    align-items: center;
}
.header .head_menu .translate_bt a {
    width: 100%;
    height: auto;
}
.header .head_menu .translate_bt img {
    width: 100%;
}
.header .head_menu .line {
    height: 20px;
    width: 1px;
}
.header .menu-bt {
    display: block;
    position: relative;
    width: 60px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    background-color: #222;
    border-radius: 200px;
	z-index: 999;
}
.header .menu-bt .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
}
.header .menu-bt .line > div {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    transition: ease 0.3s;
}
.header .menu-bt .line > div:nth-of-type(1) {
    top: 0;
}
.header .menu-bt .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.header .menu-bt .line > div:nth-of-type(3) {
    bottom: 0;
}
.header .menu-bt.active .line > div:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.header .menu-bt.active .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
}
.header .menu-bt.active .line > div:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}


.menu-wrap.burgermenu_d::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #6B7D88;
    opacity: 0.9;
}
.menu-wrap.burgermenu_d .ul .menu_box a {
    border-bottom: 1.5px solid #fff;
}
.menu-wrap.burgermenu_d .ul .menu_box a p.en {
    font-weight: 700;
	font-family: "Cormorant Infant", "serif";
	letter-spacing: 0.15em;
}
/* ---------- pagetitle ---------- */
.pagetitle {
    position: relative;
    width: 100%;
    height: clamp(330px, 38vw, 520px);
    margin-top: 70px;
    background-color: #F2F2EF;
    overflow: hidden;
}

.pagetitle .imgbox {
    position: relative;
    width: calc(100% - 60px);
    height: 100%;
    margin-left: 30px;
    overflow: hidden;
}

.pagetitle .imgbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(144, 102, 69, 0.1);
    z-index: 2;
    pointer-events: none;
}
.pagetitle .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.pagetitle .txtbox {
    position: absolute;
    left: clamp(50px, 7vw, 100px);
    bottom: clamp(25px, 5vw, 75px);
    z-index: 5;
}
.pagetitle .txtbox h1 {
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 16px;
    background-color: #fff;
}
/* ---------- footer ---------- */
.footer_contact {
    align-items: flex-start;
}
.footer_contact .leftbox,
.footer_contact .rightbox {
    width: 50%;
}
.footer_contact .leftbox {
    position: relative;
    padding-right: clamp(80px, 8vw, 160px);
}
.footer_contact .rightbox {
    padding-left: clamp(80px, 8vw, 160px);
}
.footer_contact .leftbox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(
        to bottom,
        #262626 0,
        #262626 3px,
        transparent 3px,
        transparent 5px
    );
}

.footer{
	background-color: #333333;
	color: #fff;
	justify-content: space-between;
}
.footer .leftbox{
	width: 28%;
}
.footer .leftbox .logo{
	width: clamp(150px, 15vw, 190px);
}
.footer .leftbox .logo img {
    width: 100%;
    height: auto;
    display: block;
}
.footer .rightbox{
	width: 65%;
    gap: clamp(45px, 6vw, 90px);
    justify-content: flex-end;
}
.footer .rightbox .ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footer .rightbox .ul .li {
    position: relative;
}
.footer .rightbox .ul .li a p{
	color: #fff;
}
.footer .rightbox .ul .li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.footer .rightbox .ul .li a::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #fff;
    display: block;
    flex-shrink: 0;
}
.copyright {
    margin: 0;
    padding: 0 clamp(40px, 8vw, 120px) clamp(35px, 5vw, 55px);
    background-color: #333333;
    color: #fff;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.1em;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Cormorant Infant",  sans-serif;
	font-size: clamp(28px, 3.4vw, 44px);
	letter-spacing: 0.15em;
    font-weight: 600;
}
.en_title2{
	font-family: "Cormorant Infant",  sans-serif;
	font-size: clamp(24px, 2.6vw, 34px);
	letter-spacing: 0.15em;
    font-weight: 600;
}
.en_title3{
	font-family: "Cormorant Infant",  sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	letter-spacing: 0.15em;
    font-weight: 600;
}
.default_title{ 
	font-size: clamp(24px, 3.6vw, 46px);
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: clamp(22px, 2.6vw, 34px);
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: clamp(18px, 2.1vw, 26px);
	letter-spacing: 0.05em;
}
.default_txt {
	font-size: clamp(16px, 1.4vw, 20px);
	letter-spacing: 0.05em;
}
.default_txt2 {
	font-size: clamp(15px, 1.25vw, 18px);
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}



.font-co{
	font-family: "Cormorant Infant",  sans-serif;
}
.font-serif{
	font-family: "Zen Old Mincho",  sans-serif;
}

/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_l{
	padding: 0px 0px 0 80px;
}
.pd_wrap_r{
	padding: 0px 80px 0 0px;
}
.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #6B7D88}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #808080}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #6B7D88}
.bg-color2{background-color: #EBE6D3}
.bg-color3{background-color: #F2F2EF}
.bg-color4{background-color: #C1CDD5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 60px;
	}
	.pd_wrap_r{
		padding: 0px 60px 0 0px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.imgdeco1{
		border: 8px solid #fff;
		box-sizing: border-box;
	}
	.pagelinks_wrap .pagelinks {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 40px 30px;
    }
    .pagelinks_wrap .pagelinks .leftbox {
        width: 100%;
        padding-right: 0;
        padding-bottom: 22px;
    }
    .pagelinks_wrap .pagelinks .leftbox::after {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        transform: none;
        background-image: repeating-linear-gradient(
            to right,
            #262626 0,
            #262626 3px,
            transparent 3px,
            transparent 5px
        );
    }
    .pagelinks_wrap .pagelinks .rightbox {
        width: 100%;
        padding-left: 0;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .pagelinks_wrap .pagelinks .rightbox a > div {
        min-width: 120px;
        padding: 6px 18px;
    }
/* ---------- header ---------- */
	.header {
		height: 60px;
		padding: 5px 30px;
	}
	.header .menu-bt {
		width: 50px;
	}
	.header .head_menu .ul {
		display: none;
	}
/* ---------- footer ---------- */
	.footer_contact {
        flex-direction: column;
        gap: 60px;
    }

    .footer_contact .leftbox,
    .footer_contact .rightbox {
        width: 100%;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .footer_contact .leftbox {
        padding-bottom: 60px;
    }

    .footer_contact .leftbox::after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: min(100%, 520px);
        height: 1px;
        background-image: repeating-linear-gradient(
            to right,
            #262626 0,
            #262626 3px,
            transparent 3px,
            transparent 5px
        );
    }
    .footer_contact .more_wrap {
        justify-content: center;
    }
	.footer .rightbox{
		display: none;
	}
	.footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .footer .leftbox {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer .leftbox .logo {
        width: clamp(150px, 35vw, 210px);
        margin: 0 auto;
    }
    .copyright {
        text-align: center;
        padding: 0 20px 45px;
    }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 50px;
	}
	.pd_wrap_r{
		padding: 0px 50px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.col_60{
		gap: 40px;
	}
	.col_40{
		gap: 30px;
	}
	.col_30{
		gap: 20px;
	}
/* ---------- header ---------- */
	
/* ---------- footer ---------- */
	.footer_info .box_wrap {
		gap: 40px;
		flex-direction: column;
	}
	.footer_info .box_wrap .imgbox {
		width: 70%;
	}
	.footer_info .box_wrap .txtbox {
		width: 70%;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 20px;
	}
	.pd_wrap_r{
		padding: 0px 20px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
	.sp_br span{
		display: inline-block;
	}
	.more {
		margin: 0 auto;
	}
	.pagelinks_wrap .pagelinks {
		border-radius: 10px;
		padding: 30px 20px;
	}
	.pagelinks_wrap .pagelinks .rightbox a > div {
        min-width: 120px;
        padding: 4px 10px;
    }
	.pagetitle .txtbox h1 {
		padding: 2px 16px;
	}
/* ---------- header ---------- */
	.header .menu-bt {
		width: 45px;
	}
	.header .menu-bt .line {
		width: 25px;
		height: 18px;
	}
    .header {
        height: 60px;
        padding: 5px 20px;
    }
	.header .logo {
		left: 20px;
		top: 10px;
	}
/* ---------- footer ---------- */
	.footer_info .box_wrap .imgbox {
		width: 90%;
	}
	.footer_info .box_wrap .txtbox {
		width: 90%;
	}
	.footer_info .box_wrap .txtbox .txtitem {
		padding-bottom: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

/* ---------- 追加 ---------- */
/* ---------- salon_gallery ---------- */
.salon_gallery {
  position: relative;
}

.salon_gallery .salon_gallery__inner {
  margin: 0 auto;
}

.salon_gallery .salon_gallery__top {
  display: flex;
  align-items: flex-start;
  gap: clamp(34px, 5vw, 58px);

      margin-bottom: 0;
}

.salon_gallery .salon_gallery__left,
.salon_gallery .salon_gallery__right {
  width: calc((100% - clamp(34px, 5vw, 58px)) / 2);
  display: flex;
  flex-direction: column;
}

.salon_gallery .salon_gallery__left {
  gap: clamp(34px, 5vw, 56px);
}

.salon_gallery .salon_gallery__right {
  gap: clamp(44px, 6vw, 72px);
}

.salon_gallery .salon_gallery__head .en_title {
  color: #6B7D88;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  letter-spacing: .08em;
}

.salon_gallery .salon_gallery__head > p:not(.salon_gallery__lead) {
  color: #6B7D88;
  margin-top: 8px;
}

.salon_gallery .salon_gallery__lead {
  margin-top: clamp(28px, 4vw, 42px);
  color: #222;
}

.salon_gallery .salon_gallery__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.salon_gallery .salon_gallery__text {
  width: min(100%, 320px);
  margin: 0 0 0 auto;
  color: #222;
}

.salon_gallery .salon_gallery__img--bottom {
  width: 100%;
}

/* ---------- 768px ---------- */
@media screen and (max-width: 768px) {
  .salon_gallery .salon_gallery__top {
    flex-direction: column;
    gap: 34px;
  }

  .salon_gallery .salon_gallery__left,
  .salon_gallery .salon_gallery__right {
    width: 100%;
    gap: 28px;
  }

  .salon_gallery .salon_gallery__head {
    order: 2;
  }

  .salon_gallery .salon_gallery__img--middle {
    order: 1;
  }

  .salon_gallery .salon_gallery__img--top {
    order: 1;
  }

  .salon_gallery .salon_gallery__text {
    order: 2;
    width: 100%;
    margin: 0;
  }
}

.pagetitle2 {
  position: relative;
  width: 100%;
  min-height: clamp(220px, 26vw, 300px);
  padding: clamp(46px, 6vw, 72px) clamp(32px, 8vw, 100px);
  background: #6B7D88;
  box-sizing: border-box;
  overflow: hidden;
}


.pagetitle2 .txtbox {
  position: relative;
  z-index: 2;
  margin-top: clamp(90px, 6vw, 120px);
}

.pagetitle2 .en_title {
  /*
  color: #010000;
  */
  color: #fff;
  font-size: clamp(48px, 8vw, 86px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.pagetitle2 .txtbox p {
  margin-top: clamp(18px, 2vw, 24px);
  /*
  color: #010000;
  */
  color: #fff;
  letter-spacing: .12em;
}


/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .pagetitle2 {
    min-height: 210px;
    padding: 42px 24px;
  }

  .pagetitle2 .txtbox {
    margin-top: 48px;
  }

  .pagetitle2 .en_title {
    font-size: clamp(40px, 13vw, 58px);
  }

  .pagetitle2 .txtbox::after {
    top: 100px;
    padding: 18px 12px;
    font-size: 12px;
  }
}
