#home{
    background: linear-gradient(to bottom, #f9dad9 0%,#ffffff 17%);
}


/*店舗のご案内*/

.shop {
    padding: 15% 0%;
}

.shop .first_cont {
    max-width: 800px;
    margin: 0% auto 10%;
}

.shop .first_text {
    line-height: 2 !important;
}

.shop .shop_list {
    display: flex;
    justify-content: space-between;
    margin: 10% auto;
}

.shop .shop_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ffff;
    box-shadow: #e95383ad 0px 0px 9px 0px;
    box-sizing: border-box;
    width: 30%;
    padding: 2% 1%;
}

.shop .shop_list figure {
    width: 95%;
}

.shop .shop_list figcaption {
    text-align: center;
    background: #e95383;
    line-height: 2;
    border-radius: 30px;
    color: #fff;
    letter-spacing: normal;
    font-weight: bold;
    margin: -10% auto 5%;
    position: relative;
}

.shop .main_cont{
	
}

.info_wrap:nth-child(odd){
	width: 100%;
	background: #fff3f3;
}

.shop .shop_info {
    max-width: 800px;
    margin: 0% auto;
    padding: 10% 0;
}

.shop h3 {
    color: #e95383;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0 auto 5%;
    position: relative;
    padding: 0 0 0 2rem;
    width: fit-content;
}

.shop h3::before {
    content: "";
    background: #e95383;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.shop .shop_box {
    display: flex;
    margin: 5% auto 0;
    gap: 5%;
}

.shop .box_left {
    width: 50%;
}

.shop .box_right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_info{
	
}

.shop_info figure{
	border-radius: 15px;
	overflow: hidden;
}

.shop h4 {
    font-weight: bold;
    font-size: 1.4rem;
}

.shop table {
    margin:10px 0;
	
	
}

.shop tr{
	
}

.shop tr:nth-child(odd){
    background: #fffbe9;
}

.shop tr:nth-child(even){
        background: aliceblue;
}

.shop th {
    width: 55%;
}

.c-purple{
    color: #9e0443;
}

.shop td{
	    font-size: 1.1rem;
}

.shop .tel_fax {
display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 10px;
}

.shop .tel_fax li {
    letter-spacing: 1px;
    font-weight: 500;
    /* width: 40%; */
}

.shop_address {
    margin: 5% 0;
    display: block;
    letter-spacing: normal;
    font-size: 0.9rem;
}

.shop .link_box {
    border: unset;
    padding: 0;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    /*margin: 10% 0 0;*/
}

.shop .link_box a{
	border-radius: 50px;
	padding: 3% 1%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.shop .link_box a::after {
    content: "";
    background: url(img/icon_arrow.svg);
    width: 0.9rem;
    height: 0.9rem;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 0 5px;
}

.shop .link_box a:nth-child(1) {
    background: #65be9e;
    margin: 0 0 2%;
}

.shop .link_box a:nth-child(2) {
    background: #df5e91;
}

.shop .link_box:after{
	content: unset;
}

.n2-active, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:HOVER, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:FOCUS{
	background:deeppink!important;
}

.nextend-arrow img {
    width: 32px;
    background: hotpink!important;
    border-radius: 5px!important;
}

.map {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
}

.map iframe{
	
}

/*採用情報*/

.recruit{
    background: #f2f9fc;
}

.recruit h2{
	text-align: center;
}

.recruit .first_cont {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.recruit .first_box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.recruit .first_box figure{
    width: 35%;
}

.recruit .first_text{
    width: 35%;
    line-height: 2.2!important;
	position: relative;
	z-index: 2;
}

.first_p{
	color: #e95383;
	position: relative;
}

.first_cont>.first_p {
    display: block;
    text-align: center;
    margin: 0 0 10%;
    font-size: 2rem;
}

.first_text .first_p {
    display: block;
    margin: 0 0 5%;
    font-size: 1.5rem;
}

.g-b-c {
    content: "";
    background: linear-gradient(to right, #f2c2ba 0%, #f8eb90 99%);
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    -ms-filter: blur(6px);
    filter: blur(30px);
    opacity: 0.5;
    top: -5%;
    z-index: 0;
    left: -8%;
	position: absolute;
}

.g-b-c.p1{
    right: 15%;
    left: unset;
    top: 5%;
    filter: blur(15px);
    width: 12rem;
    height: 12rem;
}

.first_box .g-b-c.p2 {
    right: 0;
    left: 0;
    top: unset;
    bottom: 0;
    filter: blur(15px);
    width: 9rem;
    height: 9rem;
    opacity: 0.5;
}

.first_box .g-b-c.p3 {
    right: 0;
    left: 12%;
    top: unset;
    bottom: 4%;
    filter: blur(15px);
    width: 5rem;
    height: 5rem;
    opacity: 0.5;
}

.recruit .main_cont{
    margin: 10% auto;
}

.recruit h2 {
    text-align: center;
    color: unset;
    font-size: 2rem;
    position: relative;
    margin: 0 auto 10%;
    width: fit-content;
}

.recruit h2::after {
    content: "";
    background: #e95383;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -45%;
    top: 135%;
}

.recruit_list_box {
    width: 98%;
    margin: 0 auto 10%;
    max-width: 1000px;
    background: #fff;
    padding: 7% 0px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #e95383;
}

.recruit_list_box>span {
    display: block;
    text-align: center;
    color: #56be9b;
    font-size: 1.5rem;
    margin: 0 auto 5%;
}

.recruit_list_box table {
    margin: 0 auto;
    width: 80%;
}

.recruit_list_box tr {
    border-bottom: dashed 1px;
}

.recruit_list_box th {
    color: #e95383;
    width: 30%;
    text-align: left;
    padding: 10px 5px 10px 2rem;
}

.recruit_list_box td{
	
}

.recruit_list_box .more_btn{
    text-align: center;
    margin: 7% auto 0;
}

.recruit_list_box .more_btn a{
    background: #e877b2;
    color: #fff;
    padding: 2% 4%;
    font-size: 1.2rem;
    border-radius: 50px;
}

/*企業情報*/

.company{
    padding: 10% 0% 0%;
}

.company .first_cont {
    margin: 10% auto;
    max-width: 650px;
    width: 90%;
    background: #fff;
    padding: 5% 5%;
    border-radius: 35px;
    box-shadow: 0px 0px 12px 1px #e3657c6e;
    box-sizing: border-box;
}

.company .first_cont figure{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    margin: -35% auto 10%;
}

.company .first_text{
    padding: 0 !important;
}

.company .main_cont {
    background: #dff9ff;
    padding: 10% 0;
}

.company .main_cont figure{
    max-width: 400px;
    margin: 10% auto 0;
    width: 80%;
}

.company h3 {
    text-align: center;
    font-size: 2rem;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.company h3::after {
    content: "";
    background: #e95383;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -45%;
    top: 135%;
}

.company table {
    width: 98%;
    margin: 10% auto;
    max-width: 700px;
}

.company tr {
    border-bottom: solid 1px;
}

.company th {
    color: #e95383;
    width: 30%;
    text-align: left;
    padding: 10px 5px 10px 2rem;
}

.company td{
	
}

.company .s_title {
    width: 5rem;
    display: inline-block;
    font-weight: unset;
    margin: 0;
}

/*お問い合わせ*/

#page_content_left {
	margin: 8% auto 10%;
}

#page_content_left .first_text{
    display: block;
    margin: 0 auto 5%;
    text-align: center;
}

.contact {
    margin: 0% auto 20%;
    width: 95%;
    max-width: 700px;
    background: #fff;
    padding: 4%;
    border-radius: 30px;
    box-shadow: #e95383ad 0px 0px 9px 0px;
    box-sizing: border-box;
}

.contact h2 {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: normal;
    margin: 0% auto 3%;
}

.contact_tell {
    margin: 0 auto 10%;
}

.contact_tell p {
    text-align: center !important;
    padding: 0px !important;
}

.contact_tell .tell {
    color: #60be9d;
    font-weight: bold;
    font-size: 170%;
    padding: 0 2%;
    display: block;
}

.contact_tell .recepttime{
	
}

.contact_mail{
	
}

.contact_mail p {
    text-align: center !important;
    padding: 0px !important;
}

.contact_mail a{
	
}


/*お知らせ*/
.topic_wrap{
    background: #dff9ff;
    padding: 5% 0 6%;
}

.topic_cont{
    margin: 0 auto;
    max-width: 800px;
    background: #fff;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 20px;
}

.topic_cont .page_title {
    text-align: center;
    color: #e95383;
    font-size: 1.3rem;
}

#page .wp-pagenavi{
    text-align: justify;
    padding: 30px;
    max-width: 900px;
    margin: auto;	
}
#page .wp-pagenavi a, .wp-pagenavi span{
    background: #e95383;
    border: none;
    color: #fff;
    border-radius: 80px;
    min-width: 21px;
    text-align: center;
    display: inline-block;
    font-size: 1rem;	
}

/*privacy */

.privacy {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.privacy h3 {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: normal;
    margin: 5% 0 3%;
}

.privacy p{
	padding: 0!important;
}

.privacy ul {
    display: block;
    list-style: armenian;
    font-size: 0.9rem;
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 25px 0;
}

.privacy ul li{
   display:block;
}

@media(width<=768px){
	
.recruit {
    padding: 15% 5%;
}

.recruit .first_box {
    flex-direction: column-reverse;
}
	
.recruit .first_text {
    width: 100%;
    line-height: 1.8 !important;
    margin: 10% auto 0;
}
	
.first_text .first_p {
    text-align: center;
    font-size: 1.2rem;
}

.first_cont>.first_p {
    font-size: 1.2rem;
	letter-spacing: normal;
}

.first_box .g-b-c.p2 {
    left: -10%;
    bottom: -5%;
}
	
.first_box .g-b-c.p3 {
    transform: rotate(300deg);
    left: 25%;
    bottom: -2%;
	display: none;
}
	
.recruit h2 {
    font-size: 1.5rem;
	margin: 0 auto 20%;
}
	
.recruit .recruit_list_box {
    margin: 10% auto 0%;
    padding: 15% 0%;
    box-shadow: 0px 0px 10px #e953834f;
    box-sizing: border-box;
}
	
.recruit_list_box table {
    width: 85%;
}

.recruit_list_box tr {
    display: flex;
    flex-direction: column;
}

.recruit_list_box th {
    width: 30%;
    padding: 5% 0 0;
}

.recruit_list_box td {
    padding: 0 0 5%;
	font-size: 0.9rem !important;
}

.recruit .first_cont {
    padding: 15% 10%;
}
	

.page_cont {
    padding: 25% 0 5%;
}
		
.page_cont>section,.page_cont>article {
    padding: 0% 5% 10%;
}
	

.shop .shop_list {
    flex-direction: column;
}
	
.shop .shop_list {
    flex-direction: column;
    align-items: center;
}
	
.shop .shop_list a {
    width: 70%;
    margin: 5%;
}
	
.shop .main_cont {
    padding: 0;
}
	
.shop .shop_info {
    padding: 10% 5%;
}
	
.shop .box_left {
    width: 100%;
}
	
.shop .box_right {
    width: 100%;
}

.shop h3 {
    font-size: 1.3rem;
    line-height: 20.8px;
}

.shop h4 {
    font-size: 1.2rem;
}

.shop .shop_info {
    padding: 20% 8%;
}

.shop .link_box a {
    font-size: 0.7rem;
    gap: 3%;
}

.shop_address {
    margin: 0% 0 5% 0;
}

.company h3{
    font-size: 1.3rem;
}

.company table {
    width: 85%;
}

.company .first_cont {
    margin: 30% auto;
	border-radius: 15px;
}

.company .first_cont figure {
    width: 55%;
    margin: -35% auto 10%;
}

.company .main_cont figure{
    width: 50%;
    margin: 15% auto;
}

.company tr {
	display: flex;
    flex-direction: column;
}

.company th {
    padding: 3% 0 1% 3%;
}

.company td {
    padding: 1% 0 3% 3%;
}

.recruit .main_cont {
    margin: 10% auto 0;
}
	
.contact {
    margin: 15% auto;
    width: 95%;
}

.contact h2 {
    font-size: 1.5rem;
}

.contact_tell .tell {
    font-size: 135%;
}

.topic_wrap {
    background: #dff9ff;
    padding: 35% 3%;
}

}

@media (450px <= width <= 768px) {

.shop .shop_info{
    max-width: 600px;
}

.shop .tel_fax {
    justify-content: left;
    gap: 5rem;
}

.shop .link_box {
    margin: 5% auto;
}


















}
