@charset "UTF-8";

@media print, screen and (max-width:1199px) {

.container {
width: 100%;
overflow-x: hidden;
}

main {
width: 100%;
}

#kv {
width: 100%;
height: 450px;
padding-top: 80px;
}

#kv img {
width: 100%;
height: 100%;
object-fit: cover;
}

.wrap {
position: relative;
width: 85%;
margin: 0 auto;
padding: 40px 0 60px;
}

#mainFlex {
}

#mainPhoto {
width: 100%;
margin-bottom: 20px;
}

#mainTxt {
width: 100%;
text-align: left;
}

#mainTxt h1 {
font-size: 1.8rem;
margin-bottom: 20px;
}

.btn,
.btnG,
.btnWh {
position: relative;
background-color: transparent;
width: 120px;
font-size: 1.3rem;
text-align: left;
color: var(--txtColor);
display: block;
margin: 20px 0 0 auto;
padding: 0 0 10px 5px;
left: -30px;
cursor: pointer;
border-left: 0;
border-top: 0;
border-right: 0;
border-bottom: 1px solid var(--txtColor);
}

.btnG {
border-bottom: 1px solid var(--themeColor);
color: var(--themeColor);
}

.btnWh {
border-bottom: 1px solid #fff;
color: #fff;
}

.btn::before,
.btnG::before,
.btnWh::before {
position: absolute;
background-color: var(--txtColor);
width: 10px;
height: 1px;
content: "";
transform: rotate(35deg);
right: -1px;
bottom: 2px;
}

.btnG::before {
background-color: var(--themeColor);
}

.btnWh::before {
background-color: #fff;
}

.btn::after,
.btnG::after,
.btnWh::after {
position: absolute;
width: 40px;
height: 40px;
content: "";
border: 1px solid var(--txtColor);
border-radius: 50%;
transition: .8s;
right: -20px;
bottom: -14px;
z-index: 0;
}

.btnG::after {
border: 1px solid var(--themeColor);
}

.btnWh::after {
border: 1px solid #fff;
}

.wrapColor {
position: relative;
background: url("../img/bg.webp") no-repeat top;
background-size: cover;
width: 100%;
}

#wrapFeatures {
position: relative;
width: 100%;
color: var(--themeColor);
text-align: left;
margin: 0 auto;
}

.commonTitle {
font-family: var(--font-cormorantGaramond);
font-size: 3.6rem;
text-align: left;
margin-bottom: 20px;
line-height: 1.5;
}

.commonTitle span {
font-family: var(--font-primary);
font-size: 1.2rem;
display: block;
}

#featuresFlex {
}

.features {
width: 80%;
margin: 0 auto;
margin-bottom: 40px;
}

.features .featuresPhoto {
position: relative;
margin-bottom: 30px;
}

.featuresPhoto .number {
position: absolute;
font-family: var(--font-cormorantGaramond);
font-size: 5rem;
left: -10px;
bottom: -20px;
line-height: 1;
z-index: 1;
}

.features h3 {
font-size: 1.8rem;
}

#featuresBottom {
position: relative;
width: 100%;
margin-bottom: -30px;
}

.wrapColor2 {
position: relative;
background-color: var(--themeColor);
width: 100%;
}

.ml {
}

#menuFlex {
width: 80%;
margin: 0 auto;
border-top: 1px solid #ebe9e3;
border-bottom: 1px solid #ebe9e3;
}

.menuL,
.menuR {
font-family: var(--font-cormorantGaramond);
width: 100%;
font-size: 2.2rem;
text-align: left;
padding: 25px;
border-left: 1px solid #ebe9e3;
border-right: 1px solid #ebe9e3;
line-height: 1;
}

.menuCe {
font-family: var(--font-cormorantGaramond);
width: 100%;
font-size: 2.2rem;
text-align: left;
padding: 25px;
border: 1px solid #ebe9e3;
line-height: 1;
}

.menuL a,
.menuR a,
.menuCe a {
position: relative;
color: var(--txtColor);
padding-right: 30px;
}

.menuL a span::before,
.menuR a span::before,
.menuCe a span::before {
position: absolute;
background-color: var(--themeColor);
width: 22px;
height: 1px;
content: "";
right: 0px;
bottom: 10px;
}

.menuL a span::after,
.menuR a span::after,
.menuCe a span::after {
position: absolute;
background-color: var(--txtColor);
width: 5px;
height: 1px;
content: "";
transform: rotate(35deg);
right: -1px;
bottom: 11px;
}

.menuL .circle,
.menuR .circle,
.menuCe .circle {
position: absolute;
width: 24px;
height: 24px;
border: 1px solid var(--themeColor);
border-radius: 50%;
transition: .3s;
right: -12px;
bottom: 2px;
z-index: 0;
}

.menuL img,
.menuR img,
.menuCe img {
margin-top: 12px;
}

#menuFlexBottom {
margin-top: 20px;
padding: 25px;
border: 1px solid #ebe9e3;
}

#menuBottom {
width: 100%;
text-align: left;
line-height: 1.7;
}

#menuBottom h3 {
font-family: var(--font-cormorantGaramond);
font-size: 2.2rem;
}

#menuBottom h3 span {
font-family: var(--font-primary);
font-size: 1.2rem;
font-weight: 600;
display: block;
margin: 10px auto;
}

#menuBottom p {
margin-bottom: 0;
}

#menuPhoto {
width: 100%;
margin-bottom: 20px;
}

.btnS {
position: relative;
background-color: transparent;
width: 100px;
font-size: 1.3rem;
text-align: left;
color: var(--txtColor);
display: block;
margin: 15px 0 0 auto;
padding: 0 0 10px 5px;
left: -30px;
cursor: pointer;
border-left: 0;
border-top: 0;
border-right: 0;
border-bottom: 1px solid var(--txtColor);
}

.btnS::before {
position: absolute;
background-color: var(--txtColor);
width: 8px;
height: 1px;
content: "";
transform: rotate(35deg);
right: -1px;
bottom: 1px;
}

.btnS::after {
position: absolute;
width: 39px;
height: 39px;
content: "";
border: 1px solid var(--txtColor);
border-radius: 50%;
transition: .8s;
right: -20px;
bottom: -13px;
z-index: 0;
}

.btnS:hover::after {
width: 50px;
height: 50px;
right: -26px;
bottom: -17px;
}

.wrapStaff {
position: relative;
width: 88%;
text-align: center;
margin: 0 auto;
padding: 60px 0 0;
}

.commonTitleCe,
.commonTitleCeB,
.commonTitleCeWh {
font-family: var(--font-cormorantGaramond);
font-size: 3.6rem;
color: var(--themeColor);
text-align: center;
margin-bottom: 30px;
line-height: 1.5;
}

.commonTitleCeB {
color: var(--txtColor);
line-height: .8em;
}

.commonTitleCeWh {
color: #fff;
}

.commonTitleCe span,
.commonTitleCeB span,
.commonTitleCeWh span {
font-family: var(--font-primary);
font-size: 1.2rem;
display: block;
}

.commonTitleCeB span {
margin-top: 8px;
}

#staffFlex {
display: flex;
justify-content: space-between;
}

.staff {
width: 46%;
text-align: left;
color: var(--themeColor);
margin-bottom: 10px;
}

.staff:nth-of-type(2) {
margin-top: 38px;
}

.staff h3 {
font-family: var(--font-cormorantGaramond);
font-size: 1.2rem;
margin: 18px 0 10px;
line-height: 1.5;
}

.staff h3 span {
font-family: var(--font-primary);
font-size: 1.6rem;
display: block;
}

.staffInstaFlex {
display: flex;
justify-content: flex-start;
align-items: center;
}

.staffInstaIcon {
width: 18px;
margin-right: 5px;
}

.staffInsta {
font-family: var(--font-cormorantGaramond);
font-size: 1.5rem;
}

#indexBottomPhoto img {
width: 100%;
margin-top: 60px;
}

.wrapColor3 {
position: relative;
background-color: var(--themeColor);
width: 100%;
padding:  30px 0 60px;
}

#wrapRecruit {
position: relative;
width: 88%;
text-align: left;
color: #fff;
margin: 0 auto;
}

#recruitL {
width: 100%;
}

#recruitPhoto {
width: 100%;
margin: 30px auto;
margin-top: 60px;
}

#instaTitle {
font-family: var(--font-cormorantGaramond);
font-size: 3.5rem;
color: #fff;
text-align: center;
margin-bottom: 30px;
}

.wrapInsta {
width: 88%;
margin: 0 auto;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.instaView {
width: 94%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.instaView li {
width: 50%;
border-right: 1px solid #fff;
overflow: hidden;
}

.instaView li span  {
display: none;
}

.instaView li:nth-of-type(1),
.instaView li:nth-of-type(3) {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.instaView li:nth-of-type(5) {
border-left: 1px solid #fff;
}

.instaView li:nth-of-type(2),
.instaView li:nth-of-type(4) {
border-bottom: 1px solid #fff;
}

#pleaseFollowMe {
font-family: var(--font-cormorantGaramond);
max-width: 88%;
font-size: 1.6rem;
text-align: right;
margin: 20px auto;
vertical-align: middle;
line-height: 1;
}

#pleaseFollowMe a {
color: #fff;
}

#pleaseFollowMe img {
margin-right: 5px;
}

/**/

#kvCo {
width: 100%;
padding-top: 80px;
}

.contentsTitle,
.contentsTitleS {
font-family: var(--font-cormorantGaramond);
font-size: 5rem;
text-align: left;
margin-bottom: 50px;
line-height: 1.5;
}

.contentsTitle span,
.contentsTitleS span {
font-size: 1.3rem;
display: block;
}

.wrapCo {
position: relative;
width: 88%;
text-align: justify;
margin: 0 auto;
padding: 40px 0 60px;
}

#breadcrumbs {
position: absolute;
font-family: var(--font-cormorantGaramond);
font-size: 1.2rem;
color: var(--themeColor);
display: flex;
justify-content: flex-start;
line-height: 1;
transform: rotate(90deg);
right: -50px;
top: 100px;
}

.breadcrumbsArrow {
position: relative;
background-color: var(--txtColor);
width: 20px;
height: 1px;
margin: 0 10px;
top: 8px;
}

.breadcrumbsArrow::after {
position: absolute;
background-color: var(--txtColor);
width: 5px;
height: 1px;
content: "";
transform: rotate(35deg);
right: -1px;
bottom: 1px;
}

#shopPhoto {
width: 88%;
margin: 0 auto;
}

#conceptFlex {
width: 100%;
font-size: 1.3rem;
text-align: left;
color: #fff;
margin: 30px auto;
margin-bottom: -60px;
}

#conceptR h3 {
font-size: 1.8rem;
margin-bottom: 30px;
}

#conceptR p {
margin-bottom: 0;
}

#visionFlex {
width: 88%;
margin: 0 auto;
}

#visionPhoto {
width: 100%;
margin-bottom: 20px;
}

#visionR {
width: 100%;
text-align: left;
}

#visionR p {
margin-bottom: 0;
}

#wrapRelax {
width: 100%;
color: var(--themeColor);
text-align: justify;
margin: 0 auto;
}

#wrapRelax h3 {
font-size: 1.8rem;
margin-bottom: 25px;
}

#relaxPhoto01 {
margin-bottom: 10px;
}

#relaxPhoto02 {
margin-bottom: 30px;
}

.wrapSkill {
width: 100%;
margin: 0 auto;
margin-bottom: 30px;
padding: 30px;
border-top: 1px solid #ebe9e3;
border-bottom: 1px solid #ebe9e3;
}

.wrapSkill:last-child {
margin-bottom: 0;
}

.skillPhoto {
position: relative;
width: 100%;
margin-bottom: 20px;
}

.skillPhoto .number {
position: absolute;
font-family: var(--font-cormorantGaramond);
font-size: 5rem;
left: -12px;
top: -30px;
line-height: 1;
z-index: 1;
}

.skillR {
width: 100%;
text-align: justify;
}

.skillR h3 {
font-size: 1.8rem;
margin-bottom: 20px;
line-height: 1.5;
}

.skillR p {
margin-bottom: 0;
}

#wrapMessage {
position: relative;
width: 100%;
margin: 0 auto;
padding: 10px 0 0;
}

#messageFlex {
width: 88%;
text-align: justify;
color: #fff;
margin: 0 auto;
}

#messagePhoto {
width: 100%;
margin-bottom: 20px;
}

#messageR {
width: 100%;
}

#messageR h3 {
font-size: 1.8rem;
margin-bottom: 20px;
}

#messageR p {
margin-bottom: 0;
}

/**/

.wrapStaffCo {
width: 100%;
margin: 0 auto;
margin-bottom: 30px;
border-top: 1px solid #ebe9e3;
border-bottom: 1px solid #ebe9e3;
}

.staffInner {
width: 88%;
margin: 0 auto;
padding: 20px;
border-left: 1px solid #ebe9e3;
border-right: 1px solid #ebe9e3;
}

.staffPhotoCo {
width: 100%;
margin-bottom: 20px;
}

.staffDetail {
width: 100%;
font-size: 1.3rem;
text-align: justify;
}

.staffNameFlex {
padding-bottom: 15px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}

.staffDetail .name {
font-family: var(--font-cormorantGaramond);
font-size: 1.2rem;
line-height: 1.5;
}

.staffDetail .name span {
font-family: var(--font-primary);
font-size: 1.6rem;
display: block;
}

.staffDetail .staffNameFlex a {
color: var(--txtColor);
}

.staffDetail dt {
float: left;
padding: 15px 0;
}

.staffDetail dd {
padding: 15px 0 15px 105px;
border-top: 1px solid #ebe9e3;
}

/**/

#recruitTxt {
width: 100%;
margin: 0 auto;
}

#wrapColorFlow {
position: relative;
background: url("../img/bg_day.webp") no-repeat top;
background-size: cover;
width: 100%;
}



#wrapFlow {
position: relative;
width: 88%;
text-align: justify;
color: var(--themeColor);
margin: 0 auto;
padding: 60px 0;
}

.flowTxt {
margin-bottom: 30px;
}

.flowFlex {
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #dce8dc;
}

.flowFlex:first-of-type {
border-top: 1px solid #dce8dc;
}

.flowInner {
width: 96%;
margin: 0 auto;
border-left: 1px solid #dce8dc;
border-right: 1px solid #dce8dc;
}

.flowTitle {
width: 100%;
font-size: 1.5rem;
text-align: center;
padding: 20px;
white-space: nowrap;
line-height: 1;
}

.flowPhoto {
width: 100%;
padding: 8px 20px;
}

.flowR {
width: 100%;
font-size: 1.2rem;
padding: 20px 20px 10px;
line-height: 1.7;
letter-spacing: .02em;
}

#offDays {
background-color: var(--themeColor);
width: 96%;
text-align: center;
color: #fff;
margin: 0 auto;
margin-top: 40px;
padding: 30px 20px;
}

#offDaysFlex {
width: 100%;
margin: 30px auto;
margin-bottom: 60px;
}

#offDaysFlex div {
width: 100%;
}

.tab-container {
width: 100%;
margin-top: 30px;
border-bottom: 1px solid #ebe9e3;
}

.tab-container ul {
text-align: center;
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #ebe9e3;
border-bottom: 1px solid #ebe9e3;
}

.tab-container ul li {
width: 100%;
font-size: 1.4rem;
padding: 10px 10px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
border-left: 1px solid #ebe9e3;
border-right: 1px solid #ebe9e3;
}

.tab-container ul li:last-child {
border-right: 1px solid #ebe9e3;
}

.tab-container ul li.selected {
background-color: var(--txtColor);
color: #fff;
}

.tab-container ul li:not(.selected):hover {
background-color: var(--txtColor);
color: #fff;
}

.tab-container .tab-content {
width: 92%;
margin: 0 auto;
text-align: justify;
display: none;
padding: 10px 30px;
border-left: 1px solid #ebe9e3;
border-right: 1px solid #ebe9e3;
}

.tab-container .tab-content.selected {
display: block;
}

.tab-container .tab-content dt {
padding: 20px 0 0;
}

.tab-container .tab-content dd {
padding: 0 0 20px;
border-bottom: 1px solid #ebe9e3;
}

.tab-container .tab-content dd:last-of-type {
border-bottom: 0;
}

#wrapContact {
position: relative;
width: 88%;
color: #fff;
text-align: center;
margin: 0 auto;
padding: 10px 0 0;
}

.contactFlex {
text-align: left;
margin: 20px auto;
}

.contactL {
width: 100%;
padding: 13px 0;
}

.contactL .required {
background-color: #fff;
width: 38px;
height: 20px;
font-size: 1.1rem;
text-align: center;
color: var(--txtColor);
margin-right: 10px;
display: inline-block;
letter-spacing: 0;
line-height: 18px;
}

.contactR {
width: 100%;
}

.paTb {
}

.contactR input {
background-color: #fff;
font-family: var(--font-primary);
width: 100%;
height: 50px;
font-size: 1.2rem;
padding: 10px;
border: 1px solid #fff;
}

.contactR .inputS {
font-family: var(--font-primary);
width: 60px;
font-size: 1.2rem;
}

.contactR .birth {
margin: 0 10px;
}

.contactSFlex {
display: flex;
justify-content: flex-start;
align-items: center;
}

input[type="radio"] {
position: relative;
background-color: var(--themeColor);
width: 20px;
height: 20px;
margin-left: 0;
margin-right: 5px;
padding: 0;
border: 1px solid #d0d0d0;
border-radius: 50%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
top: .3em;
}

input[type="radio"]:checked:before {
position: absolute;
background: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 12px;
border-radius: 50%;
content: '';
}

.wpcf7-list-item-label {
padding-right: 10px;
}

span.wpcf7-list-item {
margin-left: 0px;
margin-right: 10px;
display: block;
}

.checkWrap {
text-align: center;
display: table;
margin: 30px auto;
}

.checkWrap a {
color: #fff;
text-decoration: underline;
}

.checkWrap label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}

.checkWrap input[type="checkbox"] {
margin: 0;
padding: 0;
background: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: flex;
flex-wrap: wrap;
border: none;
}

.checkWrap label::before,
.checkWrap label:has(:checked)::after {
content: '';
}

.checkWrap label::before {
position: relative;
background-color: #fff;
width: 20px;
height: 20px;
margin-right: 8px;
border: 1px solid #d8ddd8;
top: 1px;
}

.checkWrap label:has(:checked)::before {
background-color: #fff;
}

.checkWrap label:has(:checked)::after {
position: absolute;
top: 6px;
left: 6px;
transform: rotate(45deg);
width: 8px;
height: 12px;
border: solid var(--txtColor);
border-width: 0 2px 2px 0;
}

textarea {
background-color: #fff;
font-family: var(--font-primary);
width: 100%;
height: 250px;
font-size: 1.2rem;
padding: 10px;
border: 1px solid #fff;
}

.wpcf7-submit {
background-color: var(--themeColor);
font-family: var(--font-primary);
width: 100%;
height: 75px;
font-size: 1.6rem;
color: #fff;
padding-bottom: 5px;
cursor: pointer;
border: 1px solid #fff;
transition: .3s;
}

.wpcf7-submit:hover {
background-color: #fff;
color: var(--themeColor);
}

/**/

.wrapAccessCo {
width: 100%;
margin: 0 auto;
border-top: 1px solid #ebe9e3;
border-bottom: 1px solid #ebe9e3;
}

.accessInner {
width: 93%;
text-align: left;
margin: 0 auto;
padding: 10px 30px;
border-left: 1px solid #ebe9e3;
border-right: 1px solid #ebe9e3;
}

.accessInner dt {
float: left;
padding: 20px 0;
}

.accessInner dd {
padding: 20px 0 20px 70px;
border-bottom: 1px solid #ebe9e3;
}

.accessInner dd:last-child {
border-bottom: 0;
}

.googleMap {
position: relative;
width: 93%;
height: 350px;
margin: 30px auto;
}

.googleMap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#googleMapBottom {
width: 93%;
font-size: 1.2rem;
color: var(--themeColor);
text-align: justify;
margin: 0 auto;
}

#googleMapBottom h2 {
font-size: 1.5rem;
margin-bottom: 10px;
}

/**/

#wrapCoPrivacy {
position: relative;
width: 88%;
text-align: justify;
margin: 0 auto;
margin-top: 60px;
padding: 40px 0 60px;
}

#wrapPrivacyPolicy {
width: 100%;
margin: 0 auto;
}

#wrapPrivacyPolicy h2 {
font-size: 1.8rem;
margin-bottom: 20px;
}

#wrapPrivacyPolicy h3 {
font-size: 1.5rem;
margin-bottom: 5px;
}

#wrapPrivacyPolicy ol {
position: relative;
margin-left: 26px;
margin-bottom: 32px;
list-style-type: none;
}

#wrapPrivacyPolicy li {
font-size: 1.2rem;
}

#wrapPrivacyPolicy li::before {
position: absolute;
right: calc(100% + 1rem);
content: "(" counter(list-item) ")";
white-space: nowrap;
}

/**/

footer {
position: relative;
width: 100%;
text-align: left;
padding: 60px 30px;
}

#footerL {
width: 100%;
text-align: center;
}

#footerLogo {
width: 110px;
margin: 0 auto;
margin-bottom: 30px;
}

#snsFooterWrap {
width: 96px;
margin: 30px auto;
display: flex;
justify-content: space-between;
align-items: center;
}

#snsFooterWrap li img {
width: auto;
height: 20px;
}

#copyRight {
font-family: var(--font-cormorantGaramond);
font-size: 1.5rem;
}

#footerR {
width: 90%;
margin: 0 auto;
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}

#footerNav ul {
position: relative;
display: table;
}

#footerNav ul li {
text-align: left;
margin-bottom: 15px;
}

#footerNav ul li a {
position: relative;
font-family: var(--font-cormorantGaramond);
font-size: 1.6rem;
font-weight: 500;
text-decoration: none;
color: var(--themeColor);
display: table;
margin: 0;
padding: 0;
line-height: 1.5;
}

#footerR .btnNav {
display: block;
}

#pagetop {
position: fixed;
width: 30px;
height: 60px;
display: block;
border-right: 1px solid var(--themeColor);
z-index: 100;
right: 20px;
bottom: -80px;
}

#pagetop::before {
position: absolute;
background-color: var(--themeColor);
width: 10px;
height: 1px;
content: "";
transform: rotate(-55deg);
right: -.15em;
top: 3px;
}

#pagetop::after {
position: absolute;
width: 39px;
height: 39px;
content: "";
border: 1px solid var(--themeColor);
border-radius: 50%;
transition: .8s;
right: -13px;
top: -20px;
z-index: 0;
}

.orderBox { 
display: flex;
flex-direction: column;
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }

}