@charset "UTF-8";

/*shop detail*/

.shop-detail .shop-header {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 30px 0;
    overflow: hidden;
}

.shop-detail .shop-header figure {
    width: 26%;
    float: left;
    margin: 0 25px 0 0;
}

.shop-detail .shop-header-child {
    width: 71%;
}

.shop-detail h2.shop-name {
    font-size: 28px;
    color: #F36AB5;
    padding: 9px 0;
    font-weight: bold;
}

.shop-detail .shop-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.shop-detail .shop-data dt{
   width: 20%;
    background: #EFEFEF;
    padding: 7px;
    margin: 0 0 2px 0;
    font-size: 14px;
}

.shop-detail .shop-data dd{
    width: 78%;
    padding: 7px;
    margin: 0 0 2px 0;
    font-size: 14px;
}

.shop-detail .shop-menu {
    margin: 0 0.3rem;
}

.shop-detail .shop-menu ul {
    justify-content: space-between;
}

.shop-detail .shop-menu ul li{
    border: 1px solid #CCC;
}

.shop-detail .shop-menu ul li {
    border: 1px solid #CCC;
    width: 25%;
    border-right: none;
    display: block;
    padding: 15px;
    text-align: center;
}

.shop-detail.free .shop-menu ul li {
    width: 50%;
}

.shop-detail .shop-menu ul li:first-child{
    border-radius: 7px 0 0 7px;
}


.shop-detail .shop-menu ul li:last-child{
    border-right: 1px solid #CCC;
    border-radius: 0 7px 7px 0;
}

.shop-detail .shop-menu ul li.active{
    background: pink;
    position: relative;
    border: 1px solid pink;
}

.shop-detail .shop-menu ul li.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid pink;
    
}

.shop-detail .shop-menu ul li a{
    
}



.shop-detail .detail-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.shop-detail .detail-images li{
    width: 30%;
}

.shop-detail h4.detail-title {
    border-bottom: none;
    font-size: 30px;
    color: #F36AB5;
    padding: 15px 0 20px;
    margin: 0;
    line-height: 1.4;
}

p#point-body {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 20px 0;
}

h3 {
    margin: 40px 0 20px 0;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}


.shop-recruit dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: space-between;
        border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}


.shop-recruit dt {
    width: 20%;
    background: ivory;
    padding: 7px;
    margin: 0;
    border-bottom: 1px solid #CCC;
}

.shop-recruit dd {
    width: 80%;
    padding: 7px;
    margin: 0;
    border-bottom: 1px solid #CCC;
    line-height: 1.6;
}

.shop-recruit dd p{
    line-height: 1.6;
}


.shop-recruit ul.shop-vide {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
}

.shop-recruit ul.shop-vide li {
    width: 23%;
    border: 1px solid palegoldenrod;
    background: cornsilk;
    padding: 5px 0;
    text-align: center;
    margin: 0 2% 2% 0;
}

.gmap {
    display: flex;
    border: 1px solid #CCC;
    width: max-content;
    padding: 5px 17px 5px 10px;
}

.gmap span{
    color: cornflowerblue;
}



.shop-topics {
}

.shop-topics h3{
    width: 100%;
}

.shop-topic-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #CCC;
    padding: 15px 0;
    overflow: hidden;
}

.shop-topic-box figure {
    width: 25%;
}

.shop-topic-box figure img {
    width: 100%;
    object-fit: contain;
    height: 160px;
}

.shop-topic-box .topic-body {
    width: 72%;
    font-size: 14px;
}

.shop-topic-box .topic-body p{
    height: 75px;
    overflow: hidden;
    display: block;
    line-height: 1.4;
}

.btn-shop-topic-more a {
    display: block;
    border: 1px solid #CCC;
    width: fit-content;
    padding: 5px 15px;
    cursor: pointer;
}


.shop-topics .shop-topic-box figure {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 120px !important;
}




.contact_att {
   padding: 17px;
    text-align: center;
    width: 90%;
    margin: 50px auto;
    font-size: 22px;
    background: #FFF3F7;
    border-radius: 10px;
}

.contact_att h3{
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
    margin: 20px 0 27px 0;
}

.contact_att h3 span{
    color: #F36AB5;
}

.contact_att_tel a {
    display: flex;
    font-size: 30px;
    font-weight: bold;
    color: #F36AB5;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 62%, #f7f7f7 99%);
    background: -webkit-linear-gradient(top, #ffffff 62%,#f7f7f7 99%);
    background: linear-gradient(to bottom, #ffffff 62%,#f7f7f7 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    width: max-content;
    margin: 0 auto;
}

.contact_att_time {
    margin: 20px 0 7px;
    font-size: 16px;
}



.contact-select {
    width: 94%;
    margin: 0 auto;
}

.contact-select ul {
    justify-content: space-around;
    margin: 20px 0;
}

.contact-select li {
    width: 45%;
    text-align: center;
    margin: 0 0 20px 0;
}

.contact-select li p{
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
}

.contact-select li a {
    display: flex;
    align-items: center;
    justify-content: center;
     background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 62%, #f7f7f7 99%);
    background: -webkit-linear-gradient(top, #ffffff 62%,#f7f7f7 99%);
    background: linear-gradient(to bottom, #ffffff 62%,#f7f7f7 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
    padding: 15px 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: bold;
    border: 1px solid #FFF;
}

.contact-select li.contact_mail a{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
    }


.contact-select li a img{
    width: 27px;
    height: auto;
    margin: 0 10px 0 0;
}



.contact-form {
    width: 90%;
    margin: 60px auto 0;
    background: floralwhite;
    padding: 40px;
}

.form-group label {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 9px 0;
}

.form-check label{
    margin: 0;
}

input::placeholder {
  color: #EEE;
}


.form-group label span {
    background: red;
    color: #FFF;
    font-size: 13px;
    padding: 6px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

button.btn-contact {
    border: none;
    padding: 15px;
    width: 200px;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
    background: #F36AB4;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}


aside.side-detail .shop-name {
    font-size: 24px;
    padding: 0 0 10px 0;
    color: #F36AB4;
}

aside.shop-detail-side h5 {
    font-size: 15px;
    padding: 11px 0 0px 0;
    font-weight: bold;
    align-items: center;
    display: flex;
    margin: 10px 0 4px;
}

aside.shop-detail-side .email h5 span {
    color: #FFBE73;
}

aside.shop-detail-side .phone h5 span {
    color: #00C5E7;
}

aside.shop-detail-side .form h5 span {
    color: #FFE545;
}

aside.shop-detail-side h5 img {
    width: 26px;
    margin: 0 7px 0 0;
}

.side-contact a {
     color: #666;
    font-weight: bold;
    word-break: break-all;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 62%, #f7f7f7 99%);
    background: -webkit-linear-gradient(top, #ffffff 62%,#f7f7f7 99%);
    background: linear-gradient(to bottom, #ffffff 62%,#f7f7f7 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
    border: 1px solid #FFF;
    display: block;
    padding: 10px;
    border-radius: 7px;
    font-size: 16px;
    margin: 9px 0;
}
    
.side-nav {
    border-top: 1px solid #CCC;
    padding: 21px 0 0 0;
}


div#btn-keep {
    position: fixed;
    right: 0;
    top: 300px;
    background: pink;
    width: 50px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    writing-mode: vertical-rl;
    padding: 10px;
    border-radius: 7px 0 0 7px;
}

div#btn-keep p{
color: #FFF;
        cursor: pointer;
}

div#btn-keep p span{
    transform: rotate(-90deg);
}



/*interview*/


.inter-head .name {
    font-size: 24px;
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    margin: 0 0 15px 0;
    color: #F36AB5;
    font-weight: bold;
}

.inter-head .name span{
    font-size: 16px;
    color: #666;
}

.inter-head dl {
    display: flex;
    align-items: center;
    font-size: 15px;
}


.inter-head dl dt{
       background: cornsilk;
    padding: 7px;
    margin: 0 10px 0 0;
    
}

.inter-head dl dd{
    padding: 7px;
    margin: 0 10px 0 0;
}

.shop-inter-box {
    padding: 15px 0;
    border-top: 1px dashed #CCC;
    display: flex;
    justify-content: space-between;
}

.shop-inter-box figure{
    width: 30%;
}

.shop-inter-box dl{
    width: 68%;
}

.shop-inter-box dl dt {
    padding: 0.5rem 1rem;
    color: burlywood;
}

.shop-inter-box dl dd {
    padding: 0.5rem 1rem;
    border-bottom: 1px dashed #EFEFEF;
}


@media screen and (max-width: 767px) {
/*=====================================スマホ縦=====================================*/ 
    .detail-side-menu{
        display: none;
    }
    
    h3 {
    margin: 20px 0 10px 0;
}
    h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
    
    .shop-detail .shop-header {
    display: block;
    justify-content: space-between;
    border: 1px solid #CCC;
    padding: 15px;
    margin: 10px 5px;
}
    .shop-detail .shop-header figure {
        width: 20%;
    border: 1px solid #CCC;
    padding: 3px;
        margin: 0 10px 0 0;
}
    .shop-detail .shop-header span {
    display: block;
}
    .shop-detail .shop-header span.station {
    padding: 8px 0 0;
}
    
    .shop-detail h2.shop-name {
    font-size: 22px;
    color: #F36AB5;
    padding: 9px 0;
    width: 100%;
    clear: both;
    font-weight: bold;
}
    .shop-detail .shop-data {
    margin: 10px 0 0 0;
    width: 100%;
    clear: both;
    padding: 10px 0 0 0;
}
    
    .shop-detail .shop-data dt {
    width: 20%;
    background: #EFEFEF;
    padding: 5px;
    margin: 0 0 2px 0;
    font-size: 12px;
    text-align: center;
}
    .shop-detail .shop-data dd {
    width: 78%;
    padding: 5px;
    margin: 0 0 2px 0;
    font-size: 12px;
}
    .shop-detail .shop-menu ul li {
    border: 1px solid #CCC;
    width: 25%;
    border-right: none;
    display: block;
    padding: 11px 0;
    text-align: center;
    font-size: 12px;
}
    
    p#point-body {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0 10px 0;
}
    
    div#btn-keep {
    position: fixed;
    right: 0;
    top: auto;
    background: pink;
    width: 4rem;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    writing-mode: vertical-rl;
    padding: 0.5rem;
    border-radius: 7px 0 0 7px;
    text-align: end;
    bottom: 130px;
}
    div#btn-keep p {
    color: #FFF;
    cursor: pointer;
    display: flex;
	margin-right:1rem;
}
    
    
.shop-detail .detail-images {
    font-size: 12px;
}    
    
    
    .shop-detail h4.detail-title {
    border-bottom: none;
    font-size: 20px;
    color: #F36AB5;
    padding: 6px 0 10px;
    margin: 0;
    line-height: 1.2;
}
	.shop-detail .detail-images li {
		width:100%;
		padding-bottom:1rem;
	}
    
    .shop-recruit dt {
    width: 100%;
}
    
    .shop-recruit dd {
    width: 100%;
}
    
    .shop-recruit ul.shop-vide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
}
    
    .shop-recruit ul.shop-vide li {
    width: 49%;
    border: 1px solid palegoldenrod;
    background: cornsilk;
    padding: 5px 0;
    text-align: center;
    margin: 0 0 5px 0;
}
    
    
    
    .contact_att {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
}
    .contact_att h3 {
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
    margin: 15px 0 18px 0;
    font-size: 22px;
    line-height: 1.4;
}
    .contact_att_time {
    margin: 20px 0 7px;
    font-size: 14px;
}
    
    
    
    .contact-select li {
    width: 100%;
    margin: 0 0 10px 0;
}
    
    
    
    
    .contact-form {
    width: 100%;
    margin: 30px auto 0;
    background: floralwhite;
    padding: 23px;
}
    .form-group label {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 9px 0;
}
    
    .small, small {
    font-size: 12px;
    font-weight: 400;
}
    .form-group label span {
    background: red;
    color: #FFF;
    font-size: 12px;
    padding: 4px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}
    .form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 11px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .3rem;
}
    
    
    /*interview*/
    
    
    .inter-head dl {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
	margin: 0 0.3rem;
}
    .inter-head dl dt {
    background: cornsilk;
    padding: 7px;
    margin: 0 0 2px 0;
    width: 30%;
    box-sizing: border-box;
}
    .inter-head dl dd {
    padding: 7px;
    margin: 0 0 2px 0;
    width: 68%;
    box-sizing: border-box;
}
    .shop-inter-box {
    display: block;
}
    .shop-inter-box figure {
    width: 70%;
    margin: 0 auto 10px;
}
    .shop-inter-box dl {
    width: 100%;
}
    
}

