@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
}

body:before,
body:after{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body:before {
    background-color: #F6EFE3;
    z-index: -999;
}

body:after {
    background: url(/system_panel/uploads/images/bg_deco.png)repeat;
    background-size: contain;
    z-index: -99;
}

.pageHight {
    z-index: -9999;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 100%;
    height: 90px !important;
}

.paddingWr01 {
    padding: 0 15px;
}

.reduction {
    transition: all .5s;
}

.reduction:hover {
    transform: scale(0.8);
    transition: all .5s;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.fontB {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.fontC {
  font-family: "Yeseva One", serif;
  font-weight: 400;
}

.fontD {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.inLink,.blockLink a {
    text-decoration: underline;
    color: #5C8453;
}

.inLink:hover,.blockLink a:hover {
    text-decoration: unset;
    color: #5C8453;
}

.zMinus97 {
    z-index: -97;
}

.zMinus98 {
    z-index: -98;
}

.facialPickItemLinkTextBox a {
    text-decoration: underline;
    color: #5C8453;
}

.facialPickItemLinkTextBox a:hover {
    text-decoration: unset;
    color: #5C8453;
}

.facialAboutLeft {
    aspect-ratio: 580 / 680;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn {
    max-width: 231px;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.08em;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    gap: 20px;
    border: 1px solid;
    border-radius: 33px;
    transition: all .5s;
}

.comBtn:after {
    content: "";
    width: 21px;
    height: 8px;
    display: block;
    transition: all .5s;
}

.comBtn.comBtnGreen {
    border-color: #AAA9A3;
    color: #616664;
}

.comBtn.comBtnGreen:hover {
    background-color: #5C8453;
    color: #F6EFE3;
    border-color: #5C8453;
}

.comBtn.comBtnGreen:after {
    background: url(/system_panel/uploads/images/btn_arrow_green.svg)no-repeat;
    background-size: 100%;
}

.comBtn.comBtnGreen:hover:after {
    filter: brightness(0) invert(1);
}

.comBtn.comBtnWhite {
    border-color: #B7B2AA;
    color: #F6EFE3;
}

.comBtn.comBtnWhite:hover {
    border-color: #E5BF74;
    color: #F6EFE3;
    background-color: #E5BF74;
}

.comBtn.comBtnWhite:after {
    background: url(/system_panel/uploads/images/btn_arrow_white.svg)no-repeat;
    background-size: 100%;
}

.comBtn.comBtnWhite:hover:after {
    filter: brightness(0) invert(1);
}

.reserveBtn {
    max-width: 250px;
    height: 65px;
    width: 100%;
    border-radius: 33px;
    background-color: #5C8453;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    padding-top: 3px;
    text-align: center;
}

.reserveBtnJa {
    color: #fff;
    opacity: 0.65;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: -4px;
}

.reserveBtnEn {
    font-size: 25px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.reserveBtn:hover {
    background-color: #90a98a;
}


.titEn01 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.4em;
}

.subTitDecoSet {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.subTitDecoSet:before {
    content: "";
    background: url(/system_panel/uploads/images/text_deco01.svg)no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-position: center;
    display: block;
}

.subTitDecoSet p {
    flex: 1;
}

.titJa01 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.42em;
}

.titEn02 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.15em;
}

.titEn03 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.15em;
}

.titEn04 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.15em;
}

.text01 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2em;
}


.comBgGradation {
    background: #DCEBDD;
    position: relative;
    background-image: 
        url(/system_panel/uploads/images/bg_deco.png), 
        linear-gradient(201deg, rgba(220, 235, 221, 1) 0%, rgba(242, 227, 180, 1) 100%);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
}

.comBgGradation:before,.comBgGradation:after {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}

.comBgGradation:before {
    top: 0;
    background: url(/system_panel/uploads/images/nami_deco_down.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.comBgGradation:after {
    bottom: 0;
    background: url(/system_panel/uploads/images/nami_deco_up.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.comBgGradation>div {
    position: relative;
    z-index: 3;
}

.inTitEn01 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 1.15em;
    margin-bottom: 5px;
}

.inTitJa01 {
    font-size: 18px;
    letter-spacing: 0.05em;
}

.inTitJa40 {
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.45em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #F6EFE3;
}

.colorGreen {
    color: #5C8453;
}

.textOpacity65 {
    opacity: 0.65;
}

/*--背景カラー---*/

.bgBrownColor {
    position: relative;
}

.bgBrownColor:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.8;
    background-color: #F6EFE3;
    z-index: 1;
}

.bgBrownColor>div {
    position: relative;
    z-index: 2;
}

/*-- inCover -----------------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    padding: 0 15px;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.incoverBox {
    max-width: 1520px;
    width: 100%;
    color: #F6EFE3;
    margin: auto;
    position: relative;
    z-index: 9;
    text-align: center;
}

.inCoverTitle {
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1.15em;
}

.inCoverSubTitle {
    font-size: 16px;
    letter-spacing: 0.05em;
}


/*-- ****** -----------------------------------------------------------------*/
/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbsWrap {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: inherit;
	padding: 15px 0 0;
}

.breadcrumbsInner {
	max-width: 1550px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbsLink {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbsArrow {
	margin: 0 10px;
}

.breadcrumbsLink:hover {
	text-decoration: none;
	color: inherit;
}
/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}

.hBoxWr {
    padding: 15px
		2.6% 15px;
}

.hBox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hPcLogo {
    max-width: 140px;
    width: 100%;
    display: block;
    margin: 0 auto 0 0;
}

.hContentsBox {
    max-width: 270px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 20px;
}

.hSnsLink {
    margin: 0 0 0 20px !important;
}

.hNavWr {
    flex: 1;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.hNavLink {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #616664;
    transition: all .5s;
}

.hNavLink:hover {
    color: #5C8453;
}

.hNavDropBox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hNavBtnBar {
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 0 0 10px;
}

.hNavBtnBarItem01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #616664;
	top: 50%;
	transform: rotate(0deg);
}

.hNavBtnBarItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #616664;
	top: 50%;
	transform: rotate(90deg);
	transition: .5s;
}

.hNavDropBox:hover .hNavBtnBarItem02 {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.hNavBoxLinksWrap {
    background-color: #5C8453;
    color: #F6EFE3;
    left: 50%;
    position: absolute;
    visibility: hidden;
    width: 220px;
    transform: translateX(-50%);
    top: 30px;
    margin: auto;
    border-radius: 10px;
    padding: 20px 20px 18px;
    z-index: 100;
    opacity: 0;
    transition: all .5s;
}

.hNavDropBox:hover .hNavBoxLinksWrap {
    visibility: visible;
    opacity: 1;
}

.hDropNavLink {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #F6EFE3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    transition: all .5s;
}

.hDropNavLink:after {
    transition: all .5s;
}

.hDropNavLink:hover:after {
    transition: all .5s;
    transform: translateX(5px);
}

.hDropNavLink>p {
    color: #F6EFE3;
    transition: all .5s;
}

.hDropNavLink:hover>p {
    opacity: 0.8;
}

.hNavDropMainNav {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #616664;
}

.hDropNavLink:after {
    content: "";
    width: 6px;
    height: 8px;
    display: block;
    background: url(/system_panel/uploads/images/h_arrow.svg)no-repeat;
    background-size: 100%;
    background-position: center;
}

.hNavBoxLinks .hDropNavLink:first-child {
    margin-top: 0;
}

.hNavWrPc {
    display: none !important;
}

.hNavWrSp {
    display: none !important;
}

.reserveBtn.hReserveBtn {
    max-width: 160px;
    height: 50px;
    display: none;
}

.reserveBtn.hReserveBtn .reserveBtnJa {
    font-size: 12px;
}

.reserveBtn.hReserveBtn .reserveBtnEn {
    font-size: 20px;
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -100px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    background: #F6EFE3;
    background-image: url(/system_panel/uploads/images/bg_deco.png);
    background-position: left top;
    background-size: contain;
    background-repeat: repeat;
}

.header.clone .hBoxWr {
    padding: 15px 2.6%;
}

/*--sp---*/

.hWrap {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	background: #fff;
}

.hWrap {
    display: block;
}

.hConte {
	display: none;
}

.hLogo {
    max-width: 100px;
    width: 100%;
}

.hLogoLink {
    display: block;
}

.hArea {
	padding: 10px 15px;
	width: 100%;
	display: flex;
	justify-content: center;
}

/*スマホ時のナビ*/

.spNavBlock {
    flex: 1;
    display: flex;
}

.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #5C8453;
}

.spNavConte-l {
	border-right: 1px solid #fff;
	width: 50%;
	border-top: 1px solid #FFF;
}


.spNavConte-m {
	width: 33.3%;
	background: #485053;
}

.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}


.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem {
    background: #333;
}

.spHamBox {
	padding: 12px 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 0;
	right:0;
	cursor: pointer;
	z-index: 99999999;
	border-top: 1px solid #FFF;
	background: #5C8453;
}


.spHamBox .spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spHamBox .spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open.spHamBox .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(12px) rotate(225deg);
}

.open.spHamBox .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open.spHamBox .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-12px) rotate(-225deg);
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-6px) rotate(45deg);
}

.spNavBtnBarItem {
	width: 100%;
	height: 2px;
	right: 0;
	background: #FFF;
	border-radius: 3px;
	position: absolute;
	transition: ease .5s;
}

.spNavMainBtn {
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    z-index: 99999;
    background: #161616;
    width: 70px;
    height: 70px;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 98;
    transition: ease .5s;
    background: #F6EFE3;
    background-image: url(/system_panel/uploads/images/bg_deco.png);
    background-position: left top;
    background-size: contain;
    background-repeat: repeat;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
}

.spMenuConte {
    padding: 120px 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
}

.hSpNavBox {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuBx {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.hSpNavBox {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spMenuLink:before {
    content: "";
    background: url(/system_panel/uploads/images/text_deco01.svg)no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-position: center;
    display: block;
    margin-right: 15px;
}

.spMenuLink {
    display: flex;
    align-items: center;
    color: #616664;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.footer {
    position: relative;
    color: #F6EFE3;
}

.footer:before,.footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.footer:before {
    background-color: #5C8453;
    z-index: -999;
}

.footer:after {
    background: url(/system_panel/uploads/images/bg_deco.png)repeat;
    background-size: contain;
    z-index: -99;
}

.fReserveBtn {
    max-width: 200px;
    height: 50px;
    width: 100%;
    border-radius: 33px;
    background-color: #F6EFE3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.fReserveJa {
    color: #5C8453;
    opacity: 0.65;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: -7px;
}

.fReserveEn {
    font-size: 20px;
    color: #5C8453;
    letter-spacing: 0.08em;
    line-height: 1.4em;
}

.fReserveBtn:hover {
    background-color: #EDE2CF;
}

.copyright {
    opacity: 0.8;
}

.fNavLinkSubLink {
    opacity: 0.65;
}

.fNavLink:before {
    content: "";
    background: url(/system_panel/uploads/images/text_deco01.svg)no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-position: center;
    display: block;
    margin-right: 15px;
}

.fNavWr {
    gap: 15px;
}

/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/



/*----*/

.subTitDecoSetCenter>p {
    flex: unset;
}

.subTitDecoSetCenter {
    justify-content: center;
}

/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.formTd {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.contTable {
    border: 1px solid #ccc;
}

.requiredText {
    color: #862833;
    font-size: 20px;
    margin-top: -10px;
}

.labelText01 {
    margin: 0;
}

.formInput {
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #D2CCBE;
    background-color: #F9F6F0;
    border-radius: 5px;
}

.row.formRow {
    margin-top: 30px;
}

.entryBoxWr .container-fluid {
    padding: 0 !important;
}

::placeholder {
    opacity: 0.3;
}

.formTextArea {
    padding: 15px 25px;
    border: 1px solid #D2CCBE;
    background-color: #F9F6F0;
    border-radius: 5px;
    width: 100%;
    min-height: 200px;
}

.zipInput {
    padding: 15px 20px;
    border: 1px solid #D2CCBE;
    background-color: #F9F6F0;
    border-radius: 5px;
    width: 40% !important;
}

.radioArea {
    gap: 5px 10px;
    display: flex;
    flex-wrap: wrap;
}

.formRadio {
    margin-right: 5px;
}

.labelText02 {
    margin-bottom: 0;
}

.addTd .addArea {
    margin-top: 15px;
}

.addTd .addArea:first-child {
    margin-top: 0;
}

.fileArea {
    margin-top: 30px;
}

.historyTextArea {
    margin-top: 20px;
}

.formBtn {
    background-color: #5C8453;
    border: 1px solid #5C8453;
    border-radius: 33px;
    max-width: 200px;
    width: 100%;
    height: 65px;
    color: #fff;
    transition: all .5s;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formBtn:hover {
    opacity: 0.8;
}

.formSend {
    margin: 40px auto 0;
}

.privacyBox {
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #D2CCBE;
    background-color: #F9F6F0;
    border-radius: 5px;
}

/*-----------------------------------------------------------
プライバシーポリシー
-----------------------------------------------------------*/

.privacy-box {
	background: #ECEBE9;
	width: 100%;
	height: 280px;
	padding: 20px 3%;
	overflow: auto;
}

.privacy-lead {
	font-size: 12px;
}

.privacy-block {
	font-size: 14px;
	margin: 20px 0 0;
}

.privacy-item {
	margin: 10px 0 0;
}

.privacy-title {
	display: inline-block;
	font-weight: 500;
	padding: 0 0 5px;
	border-bottom: solid 1px #7D736E;
}

.privacy-text {
	margin: 10px 0 0;
}

.privacy-list {
	margin: 5px 0 0;
}

.privacy-list-item {
	display: flex;
}

.privacy-sub-title {
    display: flex;
}

.privacy-list-deco {
	max-width: 25px;
	width: 100%;
	margin: 0 3px 0 0;
	text-align: center;
}

.privacy-text-box {
	width: 100%;
}

.privacy-list-link {
    color: inherit;
    text-decoration: underline;
}

.privacy-list-link:hover {
    color: inherit;
    text-decoration: none;
}

.privacy-counter {
    margin: 10px 0 0;
}

.privacy-counter-tel-box {
    display: flex;
    align-items: center;
}

.privacy-info {
    margin: 10px 0 0;
}

.privacyBlock {
    margin-top: 20px;
}

.privacyListItem {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.privacySubTitle {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.privacyTitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.privacyText {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.privacyLead {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.privacyItem {
    margin-top: 15px;
}

.privacyListDeco {
    min-width: 30px;
}

.privacyCounterTelBox {
    display: flex;
    align-items: center;
}

.privacyInfo {
    margin-top: 15px;
}



/*----*/

.compBaseTr {
    border-bottom: 1px solid #D7D3C9;
    padding-bottom: 15px;
    margin-top: 16px;
}

.compBaseTh {
    font-size: 18px;
    letter-spacing: 0.05em;
}

.compBaseTd {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.667em;
    margin-top: 5px;
}

/*----*/

.comBannerItemWr {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    display: grid;
}

.comBannerItemLink {
    max-width: 645px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comBannerItemImgBox {
    transition: .5s;
    padding-top: 46.51%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.comBannerItemImgBox>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comBannerItemImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.comBannerItemLink.comBannerGradation .comBannerItemImgBox:before {
    background: #D70D1B;
    background: linear-gradient(90deg, rgba(215, 13, 27, 1) 0%, rgba(238, 111, 10, 1) 70%, rgba(244, 149, 36, 1) 100%);
    opacity: 0.6;
}

.comBannerItemTitBox {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px 0 15px;
    z-index: 3;
}

.comBannerItemTit {
    font-size: 20px;
    letter-spacing: 0.04em;
}

.comBannerItemLink .comBannerItemImgBox>img {
    transition: .5s;
}

.comBannerItemLink:hover .comBannerItemImgBox>img {
    transform: scale(1.1);
    transition: .5s;
}

/*---about--*/

.philosophyText {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2em;
}

.aboutDecoBig01 {
    object-fit: cover;
    height: 50%;
}

.salonDecoBig01 {
    object-fit: cover;
    height: 82%;
}

.messageDecoBig01 {
    object-fit: cover;
    height: 69%;
}

.inFlexTit01 {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.286em;
}

.aboutNumber {
    font-size: 30px !important;
}

/*--hair---*/

.pageBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    position: relative;
    gap: 10px;
    border: 1px solid;
    border-radius: 33px;
    transition: all .5s;
    padding: 18px 20px;
}

.pageBtn:after {
    content: "";
    width: 8px;
    height: 15px;
    display: block;
}

.pageBtn {
    border-color: #AAA9A3;
    color: #616664;
}

.pageBtn:hover {
    background-color: #5C8453;
    color: #F6EFE3;
    border-color: #5C8453;
}

.pageBtn:after {
    background: url(/system_panel/uploads/images/page_arrow.svg)no-repeat;
    background-size: 100%;
}

.pageBtn:hover:after {
    filter: brightness(0) invert(1);
}

.hairPageBtnWr {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    display: grid;
}

.hairMenuTit {
    font-size: 50px;
    line-height: 1.013em;
}

.hairMenuSubTit {
    font-size: 18px;
    letter-spacing: 0.05em;
}

.hairMenuGridWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.hairMenuGridItemBoxWr {
    display: contents;
}

.hairOtherGridItemRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    margin-top: 13px;
}

.hairOtherGridItemTh {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    letter-spacing: 0.08em;
}

.hairOtherGridItemTh:after {
    content: "";
    flex: 1;
    height: 1px;
    display: block;
    border-bottom: 1px dotted;
    opacity: 0.3;
}

.hairOtherGridItemTd {
    font-size: 16px;
    letter-spacing: 0.08em;
}

.hairOtherGridWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.inProductsWr {
    padding: 65px 15px 55px;
    position: relative;
    border-radius: 30px 0 0 30px;
    background-color: #862833;
    overflow: hidden;
}

.inProductsWr:before {
    content: "";
    background: #D70D1B;
    background: linear-gradient(90deg, rgba(215, 13, 27, 1) 40%, rgba(238, 111, 10, 1) 80%, rgba(244, 149, 36, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.salonLightImgWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.salonLightImgItem>a {
    display: block;
    padding-top: 69.57%;
    width: 100%;
    position: relative;
}

.salonLightImgItem>a>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.staffLinkBox a {
    color: #F6EFE3;
    text-decoration: underline;
}

.staffLinkBox a:hover {
    text-decoration: unset;
}

/* ---------- ぺージャーここから ---------- */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  gap: 10px;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  height: 50px;
  width:100%;
  max-width: 50px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  font-size: 20px;
  letter-spacing: 0.05em;
  border: 1px solid #5c845300;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.webgene-pagination > ul > li.selected > a{
  color: #F0E6D5;
  background: #5C8453;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #F0E6D5;
    background-color: #5C8453;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 100%;
  width: 100%;
  color: #616664;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #5C8453;
  text-decoration: none;
}

.next > a {
    font-size: 0;
    padding-top: 0 !important;
    background-color: #F0E6D5 !important;
}

.prev > a{
    font-size: 0;
    padding-top: 0 !important;
    background-color: #F0E6D5 !important;
}

.next > a:before {
    content: "";
    background: url(/system_panel/uploads/images/next-icon01.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 8px;
}

.prev > a:before {
    content: "";
    background: url(/system_panel/uploads/images/prev-icon01.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 8px;
}

.webgene-pagination > ul > .prev > a:hover,
.webgene-pagination > ul > .next > a:hover{
  background-color: #5C8453 !important;
}

.webgene-pagination > ul > .prev > a:hover:before,
.webgene-pagination > ul > .next > a:hover:before{
    filter: brightness(0) invert(1);
}


/*-----*/

.hairDecoBg01 {
    position: absolute;
    top: 4%;
    left: 0;
}

.hairDecoBg02 {
    position: absolute;
    top: 25%;
    right: 0;
}

.hairDecoBg03 {
    position: absolute;
    top: 43%;
    left: 0;
}

.hairDecoBg04 {
    position: absolute;
    bottom: 29%;
    right: 0;
}

.hairDecoBg05 {
    position: absolute;
    bottom: 10%;
    left: 0;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(1) {
  order: 1;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(2) {
  order: 4;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(3) {
  order: 2;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(4) {
  order: 3;
}

.hairMenuGridItemBox {
    order: 100; 
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .titJa01 {
    font-size: 25px;
}

.inFlexTit01 {
    font-size: 18px;
}

.comBannerItemTit {
    font-size: 25px;
}

.inCoverTitle {
    font-size: 35px;
}

.inCoverSubTitle {
    font-size: 18px;
}
  
.messageBr02>br {
    display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.titEn03 {
    font-size: 50px;
}

.titEn02 {
    font-size: 50px;
}

.titEn04 {
    font-size: 40px;
}

.inTitJa40 {
    font-size: 25px;
}

.inFlexTit01 {
    font-size: 20px;
}

.aboutNumber {
    font-size: 40px !important;
}

.comBannerItemTit {
    font-size: 30px;
}

.inCoverTitle {
    font-size: 40px;
}

.inCoverSubTitle {
    font-size: 20px;
}

.hairPageBtnWr {
    grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titEn04 {
    font-size: 30px;
}

.titEn03 {
    font-size: 60px;
}

.titEn02 {
    font-size: 60px;
}

.reserveBtn.hReserveBtn {
    display: flex;
}

.hNavWrSp {
    display: flex !important;
}

.hBoxWr {
    padding: 50px 15px 15px;
}

.header.clone .hBoxWr {
    padding: 21px 2.6%;
}
  
.spNav {
    display: none;
}

.inTitJa40 {
    font-size: 30px;
}

.inFlexTit01 {
    font-size: 16px;
}

.aboutNumber {
    font-size: 40px !important;
}

.comBannerItemWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.comBannerItemTit {
    font-size: 20px;
}

.inTitEn01 {
    font-size: 50px;
}

.incover {
    height: 350px;
}

.hairPageBtnWr {
    grid-template-columns: repeat(3, 1fr);
}

.hairMenuTit {
    font-size: 40px;
}

.hairMenuSubTit {
    font-size: 14px;
}

.hairMenuGridWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
}

.hairOtherGridWr {
    grid-template-columns: repeat(2, 1fr);
}
  
.inProductsWr {
    padding: 131px 30px 110px;
    border-radius: 280px 0 0 280px;
}
  
.inProductsWr:before {
    width: 50%;
}

.compBaseTh {
    font-size: 20px;
}

.compBaseTd {
    font-size: 18px;
    margin-top: 0;
}

.compBaseTr {
    margin-top: 32px;
}

.formTh {
    margin-bottom: 0;
}

.zipInput {
    padding: 15px 20px;
    width: 180px !important;
}

.radioArea {
    gap: 5px 40px;
}

.pageHight {
    height: 130px !important;
}

.salonLightImgWr {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(1) {
  order: 1;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(2) {
  order: 2;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(3) {
  order: 3;
}
.hairMenuGridWr .hairMenuGridItemBox:nth-child(4) {
  order: 4;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.philosophyText {
    font-size: 20px;
}

.inFlexTit01 {
    font-size: 20px;
}

.aboutNumber {
    font-size: 50px !important;
}

.hairMenuTit {
    font-size: 55px;
}

.hairMenuSubTit {
    font-size: 18px;
}

.hNavWr {
    gap: 15px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titEn01 {
    font-size: 18px;
}

.text01 {
    font-size: 16px;
}

.fReserveBtn {
    max-width: 250px;
    height: 65px;
}

.fReserveJa {
    font-size: 15px;
}

.fReserveEn {
    font-size: 25px;
}

.titEn04 {
    font-size: 40px;
}

.titEn03 {
    font-size: 80px;
}

.titEn02 {
    font-size: 80px;
}

.inTitJa40 {
    font-size: 35px;
}

.comBannerItemTit {
    font-size: 30px;
}

.inCoverTitle {
    font-size: 60px;
}

.hairOtherGridItemTh {
    font-size: 20px;
}

.hairOtherGridItemTd {
    font-size: 20px;
}

.formTh {
    font-size: 20px;
}

.formTd {
	font-size: 18px;
}

.salonLightImgWr {
    gap: 30px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavDropMainNav {
    font-size: 14px;
}
	
.hNavLink {
    font-size: 14px;
}
	
.titEn01 {
    font-size: 20px;
}
    
.text01 {
    font-size: 20px;
}

.titJa01 {
    font-size: 35px;
}

.titEn04 {
    font-size: 50px;
}
  
.hNavWrPc {
    display: flex !important;
}

.hNavWrSp {
    display: none !important;
}

.hNavWr {
    flex: 1;
    margin: 0 0 0 20px;
}

.philosophyText {
    font-size: 25px;
}

.inTitJa40 {
    font-size: 40px;
}

.inFlexTit01 {
    font-size: 25px;
}

.aboutNumber {
    font-size: 70px !important;
}

.comBannerItemTit {
    font-size: 40px;
}

.inTitEn01 {
    font-size: 60px;
}

.inCoverTitle {
    font-size: 80px;
}

.incover {
    height: 450px;
}

.hairPageBtnWr {
    gap: 30px;
}

.pageBtn {
    font-size: 18px;
    padding: 18px 40px;
}

.hairMenuGridWr {
    gap: 80px 100px;
}

.hairOtherGridWr {
    gap: 100px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titJa01 {
    font-size: 40px;
}

.titEn03 {
    font-size: 100px;
}

.hairMenuTit {
    font-size: 80px;
}

.hairMenuSubTit {
    font-size: 20px;
}

.hNavDropMainNav {
    font-size: 18px;
}
	
.hNavLink {
    font-size: 18px;
}
  
.messageBr>br {
    display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titJa01 {
    font-size: 50px;
}

.hContentsBox {
    max-width: 370px;
    margin: 0 0 0 25px;
}

.hSnsLink {
    margin: 0 0 0 25px !important;
}

.reserveBtn.hReserveBtn {
    max-width: 250px;
    height: 65px;
}

.reserveBtn.hReserveBtn .reserveBtnJa {
    font-size: 15px;
}

.reserveBtn.hReserveBtn .reserveBtnEn {
    font-size: 25px;
}

.inFlexTit01 {
    font-size: 35px;
}

.aboutNumber {
    font-size: 100px !important;
}

.hNavDropMainNav {
    font-size: 18px;
}
	
.hNavLink {
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1800px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavWr {
    margin: 0 0 0 30px;
    gap: 25px;
}

.hBoxWr {
    padding: 50px 5.21% 15px;
}

.hPcLogo {
    max-width: 180px;
}

.hNavLink {
    font-size: 20px;
}

.hNavDropMainNav {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */