@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
/*
Theme Name: milkhairsalon
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #212836;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #212836;
}
a:hover {
	color: #6e5d52;
}
a:active {
	color: #212836;
}
svg {
    margin-left: 10px;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212836;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;
}
.special #container {
	padding: 0;
}

h2, h3, h5 {
    font-weight: 400;
}

#main {
	margin-top: 120px;
    margin-bottom: 50px;
	display: block;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
    #main {
        margin-bottom: 50px;
		margin-top: 0;
    }
	#container {
		padding-top: 60px;
	}
	.special #container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #cecbc9;
}
#gHeader .menu-list {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
}
#gHeader .rBox .btn a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 243px;
    text-align: center;
    background: #cecbc9;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    border-radius: 38px;
    flex-direction: column;
    border: 1px solid #000;
}
#gHeader .rBox .btn .img {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
#gHeader .rBox .btn a:hover {
    background: #6e5d52;
    color: #fff;
}
#gHeader .menu-btn {
	float: right;
	width: 77px;
	height: 77px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
    position: relative;
    background-color: #cecbc9;
    border: 1px solid #000;
    box-sizing: border-box;
}
.menu-btn span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 14px);
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
}
.menu-btn span:nth-of-type(1) {
    top: 24px;
}
.menu-btn span:nth-of-type(2) {
    top: 35px;
}
.menu-btn span:nth-of-type(3) {
    top: 46px;
}
.menu-btn.on span {
    top: 35px !important;
    opacity: 0;
}
.menu-btn.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu-btn.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}
.menuBox {
    display: none;
    position: fixed;
    right: 50px;
    top: 149px;
    width: 550px;
    background: #cecbc9;
    z-index: 1000;
    height: calc(100% - 149px);
    overflow-y: auto;
    box-sizing: border-box;
}
.menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
.menuBox .naviUl li a {
    padding: 20px 30px 19px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    letter-spacing: 0.06em;
    border-bottom: 1px solid;
}
.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left top;
    background-size: 21px 11px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}
@media all and (min-width: 897px) {
    #gHeader .menu-btn:hover {
        opacity: 0.7;
    }
    .menuBox .naviUl li a:hover:before {
        right: -15px;
    }
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
        background: #fff;
	}
    #gHeader .rBox .btn {
        float: left;
        margin-right: 15px;
    }
    #gHeader .rBox .btn a {
        height: 35px;
        width: 96px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    #gHeader .rBox .btn .img {
        margin: 7px 6px 0 0;
    }
    #gHeader .menu-btn {
        float: right;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body.fixed #gHeader .rBox .btn {
        display: none;
    }
    .menu-btn span {
        left: calc(50% - 8px);
        width: 16px;
        height: 1.5px;
    }
    .menu-btn span:nth-of-type(1) {
        top: 9px;
    }
    .menu-btn span:nth-of-type(2) {
        top: 15px;
    }
    .menu-btn span:nth-of-type(3) {
        top: 21px;
    }
    .menu-btn.on span {
        top: 15px !important;
    }
    .menuBox {
        right: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
    padding: 0 20px;
	margin: 0 auto 120px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}
#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

.insta h3 {
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
}
.insta .link-btn {
    text-align: right;
}
.insta-slider {
	aspect-ratio: 1.8 / 1;
}
.insta-slider > div {
	height: 100%;
}
.insta-slider .slick-track {
	padding-top: 15px;
	height: 100%;
}
.insta-slider .slide-arrow {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: calc(50% - 20px);
    width: 20px;
    z-index: 2;
}
.insta-slider .slide-arrow.prev-arrow {
  left: 15px;
}
.insta-slider .slide-arrow.next-arrow {
  right: 15px;
}

.insta-slider .slick-track {
	display: flex;
}
.insta-slider .slick-track:before,
.insta-slider .slick-track:after {
	content: none;
}
.insta-slider .slick-slide {
	float: initial;
	height: auto;
}
.insta-slider .slick-slide > div,
.insta-slider .slick-slide > div li,
.insta-slider .slick-slide > div li img {
	height: 100%;
	width: 100%;
    object-fit: cover;
}

@media all and (max-width: 896px) {
    .insta h3 {
        font-size: clamp(1.8rem , 4.2vw , 2.5rem);
        line-height: 1.2;
    }
}

.store {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 4%;
    margin-top: 50px;
}
.store .map {
    width: 48%;
    min-height: 250px;
    min-width: 400px;
}
.store > div {
    width: 48%;
}
.store .map iframe {
    width: 100%;
    max-width: 500px;
    height: 100%;
}
.store .info {
    border-spacing: 0;
    width: 100%;
    max-width: 400px;
}
.store .info th,
.store .info td  {
    padding: 5px 10px;
    border-bottom: 1px solid #cecbc9;
}
.store .info th {
    width: 100px;
}
.store .info td {
    width: calc(100% - 100px);
}

@media all and (max-width: 896px) {
    .store .map {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
    .store .info {
        width: 100%;
        max-width: 500px;
    }
    .store .info th {
        width: 90px;
    }
    .store .info td {
        width: calc(100% - 90px);
    }
    .store > div {
        width: 100%;
        max-width: 500px;
    }
}


#gFooter  {
    padding: 20px 100px;
}
#gFooter a {
    text-align: center;
    display: block;
    margin: 5px 0;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 46px;
    bottom: 25px;
	z-index: 600;
}
.pageTop a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter  {
        padding: 22px 0;
        border-top: 1px solid #efeded;
    }
    .special #gFooter {
        border-top: none;
    }
    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
        display: none;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }
    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition: transform 1.5s, opacity 1.5s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*------------------------------------------------------------
	fadeInDown
------------------------------------------------------------*/
.fadeInDown {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition: transform 1.5s, opacity 1.5s;
}
.fadeInDown.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*------------------------------------------------------------
	fadeInLeft
------------------------------------------------------------*/
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: transform 1.5s, opacity 1.5s;
}
.fadeInLeft.on {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*------------------------------------------------------------
	fadeInRight
------------------------------------------------------------*/
.fadeInRight {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: transform 1.5s, opacity 1.5s;
}
.fadeInRight.on {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*------------------------------------------------------------
	link-btn
------------------------------------------------------------*/

.link-btn a {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
}
.link-btn a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
}
.link-btn a span:before {
    position: absolute;
    content: "";
    background: url(img/common/icon02.png)repeat-x right;
    background-size: 40px;
    width: 80px;
    height: 20px;
    top: 0;
    right: 0px;
    transition: 0.5s;
}
.link-btn a:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #cecbc9 33%, #fff 34%, #fff 66%, #cecbc9 67%);
    width: 300%;
    height: 1.5px;
    bottom: 0;
    right: 0;
    transition: 0.8s;
}

@media all and (min-width: 897px) {
    .link-btn a:hover:after  {
        right: -200%;
    }
    .link-btn a:hover span:before {
        right: -40px;
    }
}


/*------------------------------------------------------------
	section
------------------------------------------------------------*/

section {
    margin: 120px 0;
}

@media all and (max-width: 896px) {
    section {
        margin: 60px 0;
    }
}

/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/

.mainVisual {
	width: calc(100% - 40px);
    height: auto;
    margin: 20px auto;
}
.mainVisual img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 3%;
}
.top-content img {
    width: 53%;
    object-fit: cover;
	object-position: 90% 0;
    padding: 10px;
    box-sizing: border-box;
    background: repeating-linear-gradient(-45deg, #c4c4c4, #c4c4c4 1px, #ffffff 2px, #ffffff 5px);
}
.top-content .top-content-txt {
    width: 44%;
    margin: 50px 0;
}
.top-content .top-content-txt h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.top-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 5%;
}
.top-links .linkbox {
    width: 30%;
    position: relative;
    overflow: hidden;
}
.top-links .linkbox:nth-child(2) {
    margin-top: 50px;
}
.top-links .linkbox:nth-child(3) {
    margin-top: 100px;
}
.top-links .linkbox .link-photo {
    height: auto;
    aspect-ratio: 1 / 1.8;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: repeating-linear-gradient(-45deg, #c4c4c4, #c4c4c4 1px, #ffffff 2px, #ffffff 5px);
}
.top-links .linkbox .link-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.top-links .linkbox h2 {
    position: absolute;
    top: 10px;
    right: 10px;
    transform-origin: right top;
    transform: rotate(90deg) translatex(100%);
    font-size: 5rem;
    line-height: 50px;
}


.top-links p {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}
.top-links p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
}
.top-links p span:before {
    position: absolute;
    content: "";
    background: url(img/common/icon02.png)repeat-x right;
    background-size: 40px;
    width: 80px;
    height: 20px;
    top: 0;
    right: 0px;
    transition: 0.8s;
}
.top-links p:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #cecbc9 33%, #fff 34%, #fff 66%, #cecbc9 67%);
    width: 300%;
    height: 1.5px;
    bottom: 0;
    right: 0;
    transition: 0.8s;
}

@media all and (min-width: 897px) {
    .top-links .linkbox:nth-child(2) {
        transition-delay: 0.3s;
    }
    .top-links .linkbox:nth-child(3) {
        transition-delay: 0.6s;
    }
    .top-links a:hover .link-photo img {
        transform: scale(1.08);
    }
    .top-links a:hover span:before {
        right: -40px;
    }
    .top-links a:hover p:after {
        right: -200%;
    }
}


@media all and (max-width: 896px) {
    .top-content {
        gap: 20px 3%;
    }
    .top-content img {
        width: 49%;
    }
    .top-content .top-content-txt {
        width: 48%;
    }
    .top-content .top-content-txt h3 {
        font-size: 2rem;
    }
    .top-links {
        gap: 20px 2%;
    }
    .top-links .linkbox {
        width: 32%;
    }
    .top-links .linkbox h2 {
        font-size: 4rem;
        line-height: 40px;
    }
}

.mobile {
    display: none;
}

@media all and (max-width: 600px) {
    .cp {
        display: none;
    }
    .mobile {
        display: flex;
    }
    .top-content img {
        width: 100%;
    }
    .top-content .top-content-txt {
        width: 100%;
        margin: 0;
    }
	.top-content .top-content-txt h3 {
		margin-bottom: 0;
	}
    .top-links .linkbox {
        width: calc( 100% + 48px );
        margin-left: -24px;
    }
    .top-links .linkbox .link-photo {
        aspect-ratio: 2.3 / 1;
    }
    .top-links .linkbox:nth-child(2) {
        margin: 0;
        margin-right: -24px;
        text-align: right;
    }
    .top-links .linkbox:nth-child(3) {
        margin-top: 0;
    }
}


/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    margin: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/page/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
	padding-top: 26%;
	position: relative;
}
.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 13px;
    }
    .comVisual .headLine05 {
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	salon サロンについて
------------------------------------------------------------*/

.salonPage .toptxt {
    font-size: 3rem;
    text-align: center;
}
.salonPage .salon {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}
.salonPage .salonbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 4%;
}
.salonPage .salonbox:nth-child(2n) {
    flex-direction: row-reverse;
}
.salonPage .salonbox img {
    width: 49%;
    object-fit: cover;
    padding: 10px;
    box-sizing: border-box;
    background: repeating-linear-gradient(-45deg, #c4c4c4, #c4c4c4 1px, #ffffff 2px, #ffffff 5px);
}
.salonPage .salonbox .salon-txt {
    width: 47%;
    margin: 50px 0;
}
.salonPage .salonbox .salon-txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

@media all and (max-width: 896px) {
    .salonPage .salon {
        gap: 40px 0;
    }
    .salonPage .toptxt {
        font-size: clamp(1.8rem , 4.2vw , 2.5rem);
    }
    .salonPage .salonbox img {
        width: 100%;
    }
    .salonPage .salonbox .salon-txt {
        width: 100%;
        margin: 0;
    }
    .salonPage .salonbox .salon-txt h3 {
        font-size: 1.8rem;
    }
}



/*------------------------------------------------------------
	menu メニュー
------------------------------------------------------------*/

.menu h3 {
    text-align: center;
    background: #cecbc9;
    padding: 10px 0;
    border-right: none;
    border-left: none;
    font-size: 3rem;
    font-weight: 800;
    border: 1px solid #000;
}
.menu-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4%;
    align-items: baseline;
}
.menu .menu-wrap table {
    width: 100%;
    margin-top: 30px;
    border: 1px solid;
    table-layout: fixed;
    border-spacing: 0px;
}
.menu .menu-wrap table + table:has(caption) {
    margin-top: 50px;
}
.menu .menu-wrap table:has(td:nth-child(2):last-child) {
    width: 48%;
}
.menu .menu-wrap table td span {
    display: block;
    font-size: 1.4rem;
}
.menu .menu-wrap table caption {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.menu .menu-wrap table tr + tr td {
    border-top: 1px solid #cecbc9;
}
.menu .menu-wrap table tr:has(th) {
    background: #e8e8e8;
}
.menu .menu-wrap table th,
.menu .menu-wrap table td {
    padding: 10px;
    box-sizing: border-box;
}
.menu .menu-wrap table th {
    text-align: center;
}
.menu .menu-wrap table th + th {
    border-left: 1px solid #fff;
}
.menu .menu-wrap table td {
    text-align: center;
}
.menu .menu-wrap table td + td {
    border-left: 1px solid #cecbc9;
}
.menu .menu-wrap table th.none {
    padding: 0;
}

.menu .menu-wrap table td.none {
    background: #f2f2f2;
}

.menulist {
    display: none;
}
.menulist.is-active {
    display: block;
}

.menu-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 2.5%;
    margin-bottom: -50px;
}
.menu-tab li {
    width: 18%;
    background: #cecbc9;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50px;
}
.menu-tab li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}

@media all and (min-width: 897px) {
    .menu-tab li:nth-child(2) {
        transition-delay: 0.2s;
    }
    .menu-tab li:nth-child(3) {
        transition-delay: 0.4s;
    }
    .menu-tab li:nth-child(4) {
        transition-delay: 0.6s;
    }
    .menu-tab li:nth-child(5) {
        transition-delay: 0.8s;
    }
}

@media all and (max-width: 896px) {
    .menu-tab li {
        width: 24%;
        min-width: 140px;
    }
    #menu-content {
        margin-top: 100px;
    }
    .menu h3 {
        font-size: 2.4rem;
    }
    .menu .menu-wrap table {
        font-size: clamp(1.2rem , 1.8vw , 1.4rem);
    }
    .menu .menu-wrap table td span {
        font-size: clamp(1.1rem , 1.5vw , 1.4rem);
    }
    .menu .menu-wrap table th,
    .menu .menu-wrap table td {
        padding: 5px;
    }
    .menu .menu-wrap table:has(td:nth-child(2):last-child) {
        width: 100%;
        max-width: 500px;
    }
}

/*------------------------------------------------------------
	wedding ウェディング
------------------------------------------------------------*/

.weddingPage .toptxt {
    font-size: 3rem;
    text-align: center;
}
.weddingPage .wedding {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}
.weddingPage .weddingbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 4%;
}
.weddingPage .weddingbox:nth-child(2n) {
    flex-direction: row-reverse;
}
.weddingPage .weddingbox img {
    width: 49%;
    max-height: 500px;
    object-fit: cover;
    object-position: 50% 20%;
    padding: 10px;
    box-sizing: border-box;
    background: repeating-linear-gradient(-45deg, #c4c4c4, #c4c4c4 1px, #ffffff 2px, #ffffff 5px);
}
.weddingPage .weddingbox .wedding-txt {
    width: 47%;
    margin: 50px 0;
}
.weddingPage .weddingbox .wedding-txt h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.weddingPage .weddingbox svg {
    font-size: 2rem;
}

@media all and (max-width: 896px) {
    .weddingPage .toptxt {
        font-size: clamp(1.7rem , 4vw , 2.5rem);
    }
    .weddingPage .wedding {
        gap: 40px 0;
    }
    .weddingPage .weddingbox img {
        width: 100%;
    }
    .weddingPage .weddingbox .wedding-txt {
        width: 100%;
        margin: 0;
    }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #212836;
	text-align: center;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #212836;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #212836;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    }
}
@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
}
.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}



#particles-js {
    position: fixed;
    height: 100dvh;
    width: 100vw;
    z-index: -1;
    pointer-events: none;
}