@charset 'utf-8';
:root {
	font-size: 14px;
}
body {
    margin: 0;
    padding: 0;
}
.m-plus-1p-regular {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#container{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
}
#wrapper {
	width: 90%;
	margin: 0 auto;
}
header {
    background-color: rgba(215, 183, 237);
    display: flex;
}
main{
    background-color: #ffffff;
	display: flex;
	justify-content: center;
}
footer{
    background-color: rgba(21, 17, 15);
    opacity: 0.5;
}
header .head-logo-main img{
    width: 100vw;
    aspect-ratio: 32/10;
}
p.head-logo-sub {
	margin-top: 25px;
}
.head-logo-sub img {
	width: 35vw;
	aspect-ratio: 64/37;
	display: block;
	margin: 0 auto;
}
h1 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
	border-bottom: 3px solid #eeb033;
	border-left: 10px solid #eeb033;
	box-sizing: content-box;
	padding-left: 10px;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.5rem;
	margin-top: 50px;
	margin-bottom: 25px;
	font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
	border-bottom: 3px solid #eeb033;
	border-left: 10px solid #eeb033;
	box-sizing: content-box;
	padding-left: 10px;
	padding-bottom: 5px;
}
p {
	margin-top: 10px;
	font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}
li {
	font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}
figure {
	margin: 0 auto;
	margin-bottom: 50px;
}
#img1 {
	display: block;
	margin: 0 auto;
	width: 40vw;
}
figcaption {
	text-align: center;
}
.customer_voice_png {
	text-align: center;
}
.salon_feature_png {
	text-align: center;
}
.customer_safe_png {
	text-align: center;
}
.png_spacer {
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.news_ul > li{
    list-style: none;
    padding-left: 20px;
    padding-top: 5px;
}
ul.item_list {
	padding-left: 30px;
	padding-right: 10px;
}
ul.item_list li {
	padding-top: 15px;
	list-style-type: none!important;
	text-indent: -1.0rem;
}
#menu-btn{
    position: fixed;
    top: 10px;
    right: 20px;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(240, 206, 105, 0.7);
    border: 2px solid #086e23;
    border-radius: 5px;
}
#menu-btn span,
#menu-btn span::before,
#menu-btn span::after{
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 3px;
    background-color: #086e23;
    position: absolute;
    transition: all 0.5s;
}
#menu-btn span:before{
    bottom: 10px;
}
#menu-btn span::after{
    top: 10px;
}
#menu-btn-check:checked ~ #menu-btn span{
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ #menu-btn span::before{
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ #menu-btn span::after{
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check:checked ~ #menu-content{
    left: 0;
}
#menu-btn-check{
    display: none;
}
#menu-content{
    width: 40vw;
    position: fixed;
    top: 0;
    left: 150vw;
    z-index: 80;
    backdrop-filter: blur(15px);
    transition: all 0.5s;
    border-right: 3px solid GREEN;
    border-bottom: 3px solid GREEN;
    border-bottom-right-radius: 10px;
}
.menu-content-title{
    display: flex;
    justify-content: center;
}
#menu-content div img{
    display: block;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}
#menu-content div p.outline{
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 28px;
    color          : #ffffff;
    letter-spacing : 4px;
    text-shadow    : 
       2px  2px 7px #7f4600,
      -2px  2px 7px #7f4600,
       2px -2px 7px #7f4600,
      -2px -2px 7px #7f4600,
       2px  0px 7px #7f4600,
       0px  2px 7px #7f4600,
      -2px  0px 7px #7f4600,
       0px -2px 7px #7f4600;
}
#menu-content div p.sawarabi-mincho-regular{
    font-family: "Sawarabi Mincho", Serif;
    font-weight: 400;
    font-style: normal;
}
#menu-content ul{
    padding: 10px 10px 0 10px;
}
#menu-content ul li{
    border-bottom: 2px solid #137305;
    background-color: YELLOW;
    list-style: none;
}
#menu-content ul li a.sp-menu-btn{
    display: block;
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    box-sizing: border-box;
    color: #165c05;
    text-decoration: none;
    padding: 20px 15px 10px 65px;
    position: relative;
    font-size: 18px;
    background-color: #f0ce69;
    
    background-position: left 16px center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    overflow-wrap: break-word;
    &.home{
        background-image: url("../home.png");
    }
    &.about{
        background-image: url("../sp_about.png");
    }
    &.menu{
        background-image: url("../sp_menu.png");
    }
    &.reservation{
        background-image: url("../sp_reservation.png");
    }
    &.inquiry{
        background-image: url("../sp_inquiry.png");
    }
    &.access{
        background-image: url("../sp_access.png");
    }
    &.faq{
        background-image: url("../sp_faq.png");
    }
    &.customers{
        background-image: url("../sp_customers.png");
    }
    &.coupon{
        background-image: url("../coupon.png");
    }
    &.campeign{
        background-image: url("../campeign.png");
    }
}
#menu-content ul li a::after{
    content: "";
    position: absolute;
    top: 20px;
    right: 11px;
    display: inline-block;
    border-style: solid;
    border-width: 10px 0 14px 20px;
    border-color: transparent transparent transparent #70d121;
}

h3 {
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 7px;
	background-color: #f2ce85;
}
h3.nth {
	margin-top: 7px;
}

.license_logo {
	margin: 15px;
	width: 20%;
}
.license_text {
	width: 80%;
}
.license_text p {
	text-indent: 1.0rem;
	
}
.license_img {
	width: 35vw;
	margin-top: 15px;
}

#sp-fixed-menu{
    position: fixed;
    width: 97vw;
    bottom: 0;
    z-index: 99;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}
#sp-fixed-menu ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 98vw;
    box-sizing: border-box;
	margin-bottom: 10px;
}
#sp-fixed-menu li{
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 5px;
    font-size: 14px;
    border: 3px solid #eeb033;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #f0e5c0;
}
#sp-fixed-menu li a{
    color: #165c05;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
}
footer{
    width: 98vw;
    background-color: #ab550a;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
	margin-top: 50px;
}
footer #footer-cnt-1{
    margin: 0 auto;
    width: 90vw;
    margin-top: 10px;
}
.footer-title{
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 3px solid #edb10c;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
}
footer ul{
    list-style: none;
}
.footer-items{
    color: #ffffff;
}
.footer-items li{
    margin-top: 5px;
}
.footer-items li a{
    text-decoration: none;
    color: #ffffff;
}