@charset "utf-8";
/* ==========================================
   iPad Pro縦向き（幅960px〜1024px）のマップ全幅化
   ※HTML構造上、Gridとdisplay:contentsが必須となります
========================================== */
@media screen and (min-width:960px) and (max-width:1024px) {
    /* 左テキストと右写真のブロックをGridにする */
    section.shop .infoBox-btw.shopmargin {
        display: grid !important;
        grid-template-columns: 57.5% 36.5% !important; /* 元のCSSの幅比率を維持 */
        justify-content: space-between !important;
        row-gap: 40px !important;
    }

    section.shop .infoBox-btw .shop-detail {
        grid-column: 1 / 2 !important;
        grid-row: 1 / 2 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* マップと写真を囲む枠を透明化（必須） */
    section.shop .infoBox-btw .map {
        display: contents !important; 
    }

    /* 写真は右上に配置 */
    section.shop .infoBox-btw .map .shopimg {
        grid-column: 2 / 3 !important;
        grid-row: 1 / 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 390px !important;
    }

    /* 地図は下部に100%でぶち抜く */
    section.shop .infoBox-btw .map .googlemap {
        grid-column: 1 / 3 !important;
        grid-row: 2 / 3 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 450px !important;
        margin-top: 0 !important;
    }
}

/* CSS Document */

  /* ==========================================
     ④ 不要になったスタッフ紹介（メンバープロファイル）を完全に消す
  ========================================== */
  section.shop .infoBox-btw .shop-detail .staff {
    display: none !important;
  }

/* 各施設のブログリンクボタン */
.blog-btn-area {
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-btn-area a.blog-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #004097; /* テーマカラーの紺色 */
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.blog-btn-area a.blog-btn:hover {
    background-color: #59BDEC; /* アクセントの水色 */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

body.bg-glay {
	background-color: #E9EFF0;
}

section.shop {
	padding-bottom: 40px;
}

section.shop .infoBox-btw {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align : center;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;
}

.shopmargin {
	padding-top: 40px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
}

section.shop .infoBox-btw .shop-detail {
	max-width: 600px;
	text-align: left;
	width: 100%;
}

section.shop .infoBox-btw .shop-detail h2 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #004097;
	letter-spacing: -1px;
}

section.shop .infoBox-btw .shop-detail p {
	line-height: 1.8em;
	font-size: 0.95rem;
	letter-spacing: -0.5px;
}

section.shop .infoBox-btw .shop-detail .inline_block p.L{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	font-size: 1.1rem;
	line-height: 1.5em;
	letter-spacing: 0.2px;
	vertical-align: middle;
}

section.shop .infoBox-btw .shop-detail .inline_block p.L.time{
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック","メイリオ","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	line-height: 1.5em;
}

section.shop .infoBox-btw .shop-detail .access_photo {
	margin-top: 15px;
}

section.shop .infoBox-btw .shop-detail .access_photo .imgP {
	width: 80%;
	height: 290px;
	display: inline-block;
	margin-right: auto;
	color: #FFFFFF;
	display: block;
	max-width: 250px;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.shop .infoBox-btw .shop-detail .access_photo .imgP .acnumber {
	text-align: center;
	background-color: #57bee7;
	position: absolute;
	bottom: 0px;
	width: 100%;
}


/*------------アクセス写真１号店------------------*/

section.shop #s01 .infoBox-btw .shop-detail .access_photo .imgP.acp01 {
	background-image: url(../../access/img/asp01.jpg);
}

section.shop #s01 .infoBox-btw .shop-detail .access_photo .imgP.acp02 {
	background-image: url(../../access/img/asp02.jpg);
	}

section.shop #s01 .infoBox-btw .shop-detail .access_photo .imgP.acp03 {
	background-image: url(../../access/img/asp03.jpg);
	background-position: 0% -18px;
	}

section.shop #s01 .infoBox-btw .shop-detail .access_photo .imgP.acp04 {
	background-image: url(../../access/img/asp04.jpg);
	}

/*------------アクセス写真2号店------------------*/

section.shop #s02 .infoBox-btw .shop-detail .access_photo .imgP.acp01 {
	background-image: url(../../access/img/02/asp01.jpg);
}

section.shop #s02 .infoBox-btw .shop-detail .access_photo .imgP.acp02 {
	background-image: url(../../access/img/02/asp02.jpg);
	}

section.shop #s02 .infoBox-btw .shop-detail .access_photo .imgP.acp03 {
	background-image: url(../../access/img/02/asp03.jpg);
	background-position: 0% -18px;
	}

section.shop #s02 .infoBox-btw .shop-detail .access_photo .imgP.acp04 {
	background-image: url(../../access/img/02/asp04.jpg);
	}

/*------------アクセス写真3号店------------------*/

section.shop #s03 .infoBox-btw .shop-detail .access_photo .imgP.acp01 {
	background-image: url(../../access/img/03/asp01.jpg);
}

section.shop #s03 .infoBox-btw .shop-detail .access_photo .imgP.acp02 {
	background-image: url(../../access/img/03/asp02.jpg);
	}

section.shop #s03 .infoBox-btw .shop-detail .access_photo .imgP.acp03 {
	background-image: url(../../access/img/03/asp03.jpg);
	background-position: 0% -18px;
	}

section.shop #s03 .infoBox-btw .shop-detail .access_photo .imgP.acp04 {
	background-image: url(../../access/img/03/asp04.jpg);
	}


/*------------アクセス写真4号店------------------*/

section.shop #s04 .infoBox-btw .shop-detail .access_photo .imgP.acp01 {
	background-image: url(../../access/img/04/asp01.jpg);
}

section.shop #s04 .infoBox-btw .shop-detail .access_photo .imgP.acp02 {
	background-image: url(../../access/img/04/asp02.jpg);
	}

section.shop #s04 .infoBox-btw .shop-detail .access_photo .imgP.acp03 {
	background-image: url(../../access/img/04/asp03.jpg);
	background-position: 0% -18px;
	}

section.shop #s04 .infoBox-btw .shop-detail .access_photo .imgP.acp04 {
	background-image: url(../../access/img/04/asp04.jpg);
	}





.rltb-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #FFFFFF;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

section.shop .infoBox-btw .shop-detail h3 {
	margin-top: 30px;
	font-weight: 600;
	color: #59BDEC;
	display: inline-block;
	margin-bottom: 10px;
}

section.shop .infoBox-btw .shop-detail h3 .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	vertical-align: -4px;
	line-height: 0px;
}

section.shop .infoBox-btw .shop-detail h3 .icon.s001 {	
	background-image: url(../../access/img/icon001.svg);
	
}

section.shop .infoBox-btw .shop-detail h3 .icon.s002 {
	background-image: url(../../access/img/icon002.svg);
	}

section.shop .infoBox-btw .shop-detail h3 .icon.s003 {
	background-image: url(../../access/img/icon003.svg);
	}


section.shop .infoBox-btw .shop-detail .cap {
	font-size: 0.9rem;
	letter-spacing: 1px;
	font-weight: 500;
	vertical-align: 2px;
	display: block;
}

section.shop .infoBox-btw .shop-detail .cap.sat {

}

section.shop .infoBox-btw .shop-detail p.time .cap {
    display: none;
}


section.shop .infoBox-btw .map {
	display: inline-block;
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

section.shop .infoBox-btw .map .shopimg {
	width: 100%;
	height: 400px;
	display: block;
	background-color: #e9eef1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

section.shop .infoBox-btw .map .shopimg.shop01 {
	background-image: url(../../access/img/shop_img.jpg);
}

section.shop .infoBox-btw .map .shopimg.shop02 {
	background-image: url(../../access/img/02/shop_img.jpg);
}

section.shop .infoBox-btw .map .shopimg.shop03 {
	background-image: url(../../access/img/03/shop_img.jpg);
}

section.shop .infoBox-btw .map .shopimg.shop04 {
	background-image: url(../../access/img/04/shop_img.jpg);
}




section.shop .infoBox-btw .map .googlemap {
	width: auto;
	display: block;
	height: 300px;
	margin-top: 20px;
}


/* スタッフ紹介 */

section.shop .infoBox-btw .shop-detail .staff {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px;
	border: 2px solid #004097;
	margin-top: 20px;
	height: auto;
	padding-right: 1%;
	color: #004097;
	font-weight: 500;
	margin-bottom: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
}


section.shop .infoBox-btw .shop-detail .staff table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

section.shop .infoBox-btw .shop-detail .staff table tr {

	}

section.shop .infoBox-btw .shop-detail .staff table tr th {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	background-image: url(../../access/img/account_circle_black_24dp.svg);
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9rem;
	border-top: 1px dashed #004097;
	
	}

section.shop .infoBox-btw .shop-detail .staff table tr td {
	letter-spacing: -0.7px;
	padding-left: 6px;
	border-top-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9rem;
	border-top: 1px dashed #004097;
	
	}

section.shop .infoBox-btw .shop-detail .staff table tr:last-child th
{
border-bottom: 1px dashed #004097;
}

section.shop .infoBox-btw .shop-detail .staff table tr:last-child td
{
border-bottom: 1px dashed #004097;
}

/*


section.shop .infoBox-btw .shop-detail .staff ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}

section.shop .infoBox-btw .shop-detail .staff ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	border-top: 1px dashed #004097;	
	font-size: 0.9rem;
	width: 100%;
}




section.shop .infoBox-btw .shop-detail .staff ul li.director {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	background-image: url(../../access/img/account_circle_black_24dp.svg);
	padding-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 5px;
}

section.shop .infoBox-btw .shop-detail .staff ul li.last {	
	border-bottom: 1px dashed #004097;
	}


section.shop .infoBox-btw .shop-detail .staff ul li.Number {
	letter-spacing: -0.7px;
	padding-left: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top-style: none;
	padding-top: 1px;
}


section.shop .infoBox-btw .shop-detail .staff ul li.director.pattern02 {


}

section.shop .infoBox-btw .shop-detail .staff ul li.Number.pattern02 {

}



*/





section.shop .infoBox-btw .shop-detail .staff p {
	line-height: 1.4em;
	font-size: 0.95rem;
	padding-left: 2em;
	text-indent: -1em;
	padding-right: 2em;
}



section.shop .infoBox-btw .shop-detail .staff h3 {
	font-weight: 400;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 20px;
	color: #004097;
	padding-left: 20px;
}

section.shop .infoBox-btw .shop-detail .staff h3 .jp {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: 3px;
	display: inline-block;
}

section.shop .infoBox-btw .shop-detail .staff-box {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;
	margin-bottom: 30px;
	}

section.shop .infoBox-btw .shop-detail .staff-box .photo {
	max-width: 250px;
	height: 150px;
	width: 90%;
	background-color: #C4C4C4;
	margin-left: auto;
	margin-right: auto;
}

section.shop .infoBox-btw .shop-detail .staff-box .detail {
	font-size: 0.95rem;
	line-height: 1.8em;
	max-width: 360px;
	height: auto;
	width: 90%;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

section.shop .infoBox-btw .shop-detail .staff-box .detail .label {
	margin-bottom: 10px;

}

section.shop .infoBox-btw .shop-detail .staff-box .detail .label .director {
	margin-left: 20px;
	font-size: 1rem;
	font-weight: 600;
}

section.shop .infoBox-btw .shop-detail .staff-box .detail p {
	font-size: 0.85rem;
	line-height: 1.6em;
	letter-spacing: -0.8px;
}


/* 店舗写真 */

section.shop .infoBox-btw .shop-photo {
	height: 150px;
	max-width: 250px;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*------------内装写真１号店------------------*/


section.shop #s01 .infoBox-btw .shop-photo.p01 {
	background-image: url(../../access/img/sp001.jpg);
}

section.shop #s01 .infoBox-btw .shop-photo.p02 {
	background-image: url(../../access/img/sp002.jpg);
	}

section.shop #s01 .infoBox-btw .shop-photo.p03 {
	background-image: url(../../access/img/sp003.jpg);
	}


/*------------内装写真２号店------------------*/


section.shop #s02 .infoBox-btw .shop-photo.p01 {
	background-image: url(../../access/img/02/sp001.jpg);
}

section.shop #s02 .infoBox-btw .shop-photo.p02 {
	background-image: url(../../access/img/02/sp002.jpg);
	}

section.shop #s02 .infoBox-btw .shop-photo.p03 {
	background-image: url(../../access/img/02/sp003.jpg);
	}

/*------------内装写真３号店------------------*/


section.shop #s03 .infoBox-btw .shop-photo.p01 {
	background-image: url(../../access/img/03/sp001.jpg);
}

section.shop #s03 .infoBox-btw .shop-photo.p02 {
	background-image: url(../../access/img/03/sp002.jpg);
	}

section.shop #s03 .infoBox-btw .shop-photo.p03 {
	background-image: url(../../access/img/03/sp003.jpg);
	}

/*------------内装写真４号店------------------*/


section.shop #s04 .infoBox-btw .shop-photo.p01 {
	background-image: url(../../access/img/04/sp001.jpg);
}

section.shop #s04 .infoBox-btw .shop-photo.p02 {
	background-image: url(../../access/img/04/sp002.jpg);
	}

section.shop #s04 .infoBox-btw .shop-photo.p03 {
	background-image: url(../../access/img/04/sp003.jpg);
	}


/* 求人のご案内 */

#s03 {
	margin-top: -50px;
	padding-top: 50px;
}

section.joboffer {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 10px;
}

section.joboffer .detail {
	max-width: 500px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #004097;
	border-radius: 10px;
	
}

section.joboffer .detail h2 {
	height: 56px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #004097;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 50px;
	border: 2px solid #004097;
	margin-left: -2px;
	margin-top: -2px;
}


section.joboffer .detail .infoBox-btw {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;	
	padding-left: 5.5%;
	padding-right: 5.5%;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

section.joboffer .detail .infoBox-btw .Contents {
	margin-left: auto;
	margin-right: auto;
	
}


section.joboffer .detail .infoBox-btw .Contents h3 {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 14px;
}

section.joboffer .detail .infoBox-btw .Contents p {
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
}

section.joboffer .detail .infoBox-btw .Contents p a {
	color: #000000;
}


section.joboffer .detail .infoBox-btw .Contents p.title {}

section.joboffer .detail .infoBox-btw .Contents p.text_s {
	font-size: 0.9rem;
	font-weight: normal;
}

section.joboffer .detail .infoBox-btw .Contents .Box {
	text-align: left;
	margin-bottom: 20px;
	font-size: 1.6rem;
}


section.joboffer .detail p {	
	margin-top: 30px;
	margin-bottom: 30px;
}

section.joboffer .detail .label {
	color: #004097;	
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
	margin-right: 30px;
	display: inline-block;
}

section.joboffer .detail .label a {
	color: #000000;
}

section.joboffer .detail .infoBox-btw .banner{
	max-width: 320px;
	height: 140px;
	display: block;
	width: 90%;
	font-size: 1rem !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: 95% 8%;
	background-size: 15px auto;
	background-image: url(../img/open_in_new_white_24dp.svg);
	background-color: #32abb3;
}

section.joboffer .detail .infoBox-btw .banner:hover{
	background-color: #6FE7EF;
}

section.joboffer .detail .infoBox-btw .banner a{
	max-width: 320px;
	height: 130px;
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: center;
	line-height: 130px;
	}






@media screen and (min-width:576px) and (max-width:959px) {
section.shop .infoBox-btw .shop-detail {
	max-width: 700px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
section.shop .infoBox-btw .shop-detail .access_photo .imgP {
	width: 80%;
	height: 290px;
	display: inline-block;
	margin-right: 30px;
	background-color: #C4C4C4;
	color: #FFFFFF;
	display: inline-block;
	max-width: 250px;
}
section.shop .infoBox-btw .shop-detail .access_photo {
	margin-top: 15px;
	text-align: center;
}
section.shop .infoBox-btw .map .googlemap {
	width: auto;
	display: block;
	height: 400px;
	margin-top: 40px;
}
/* 店舗写真 */

section.shop .infoBox-btw .shop-photo {
	height: 150px;
	max-width: 200px;
	background-color: #C4C4C4;
	display: inline-block;
	width: 90%;
	margin-right: 8px;
	margin-left: 8px;
}
/* 求人のご案内 */

section.joboffer {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 10px;
}
section.joboffer .detail {
	max-width: 600px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #004097;
	border-radius: 10px;
	
}
section.joboffer .detail p {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
section.joboffer .detail .infoBox-btw .Contents p {
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: left;
}
section.joboffer .detail .label {
	color: #004097;
	font-size: 1.2rem;
	width: 20%;
	text-align: center;
	margin-right: 30px;
	display: inline-block;
}
section.shop .infoBox-btw .shop-detail .inline_block p.L {
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.5em;
}
/* スタッフ紹介 */

section.shop .infoBox-btw .shop-detail .staff {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px;
	padding-left: 30px;
	border: 2px solid #004097;
	margin-top: 20px;
	height: auto;
	padding-right: 1%;
	color: #004097;
	font-weight: 500;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
section.shop .infoBox-btw .shop-detail .staff h3 {
	font-weight: 400;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 20px;
	color: #004097;
	padding-left: 1px;
}
section.shop .infoBox-btw .shop-detail .staff ul {
	width: auto;
	}
section.shop .infoBox-btw .shop-detail .staff ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	border-top: 1px dashed #004097;
	width: 57%;





	font-size: 0.rem;
	font-size: 90.rem;
	font-size: 0.95rem;
}
section.shop .infoBox-btw .shop-detail .staff ul li.director {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	background-image: url(../../access/img/account_circle_black_24dp.svg);
	padding-left: 24px;
	width: 38%;
	padding-bottom: auto;
}
section.shop .infoBox-btw .shop-detail .staff ul li.Number {
	padding-top: 10px;
	border-top: 1px dashed #004097;
}
section.shop .infoBox-btw .shop-detail .staff p {
	line-height: 1.4em;
	font-size: 0.95rem;
	padding-left: 1em;
	text-indent: -1em;
}
section.shop .infoBox-btw .shop-detail .cap {
	font-size: 0.9rem;
	letter-spacing: 1px;
	font-weight: 500;
	vertical-align: 2px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
section.shop .infoBox-btw .shop-detail .cap.sat {
	margin-left: 5.2em;

}
section.shop .infoBox-btw .shop-detail .staff ul li.director.pattern02 {
	width: 48%;
	max-width: 430px;
	padding-bottom: 10px;



}
section.shop .infoBox-btw .shop-detail .staff ul li.Number.pattern02 {
	width: 50%;


}
section.shop .infoBox-btw .shop-detail .staff table tr th {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	background-image: url(../../access/img/account_circle_black_24dp.svg);
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	}























}


@media screen and (min-width:960px) and (max-width:1024px) {
	
section.shop {
	padding-bottom: 0;
}

section.shop .infoBox-btw {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;	
}

.shopmargin {
	padding-top: 60px;
	padding-right: 2%;
	padding-bottom: 60px;
	padding-left: 2%;
}

section.shop .infoBox-btw .shop-detail {
	max-width: 600px;
	text-align: left;
	width: 57.5%;
	padding-right: 40px;
}

section.shop .infoBox-btw .shop-detail h2 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #004097;
}

section.shop .infoBox-btw .shop-detail p {
	line-height: 1.8em;
	font-size: 0.95rem;
	letter-spacing: -0.5px;
}

section.shop .infoBox-btw .shop-detail .inline_block p.L{
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.5em;
	vertical-align: middle;
}

section.shop .infoBox-btw .shop-detail .access_photo {
	margin-top: 15px;
}

section.shop .infoBox-btw .shop-detail .access_photo .imgP {
	width: 120px;
	height: 150px;
	display: inline-block;
	margin-right: 10px;
	background-color: #C4C4C4;
	color: #FFFFFF;
	display: inline-block;
}

.rltb-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #FFFFFF;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

section.shop .infoBox-btw .shop-detail h3 {
	margin-top: 30px;
	font-weight: 600;
	color: #59BDEC;
	display: inline-block;
	margin-bottom: 10px;
}

section.shop .infoBox-btw .shop-detail h3 .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	vertical-align: -4px;
	line-height: 0px;
}

section.shop .infoBox-btw .shop-detail h3 .icon.s001 {	
	background-image: url(../../access/img/icon001.svg);
	
}

section.shop .infoBox-btw .shop-detail h3 .icon.s002 {
	background-image: url(../../access/img/icon002.svg);
	}

section.shop .infoBox-btw .shop-detail h3 .icon.s003 {
	background-image: url(../../access/img/icon003.svg);
	}


section.shop .infoBox-btw .shop-detail .cap {
	display: inline;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-right: 10px;
}



section.shop .infoBox-btw .map {
	max-width: 470px;
	display: inline-block;
	width: 36.5%;
}

section.shop .infoBox-btw .map .shopimg {
	width: auto;
	height: 390px;
	max-width: 470px;
	display: block;
	background-color: #C4C4C4;
}

section.shop .infoBox-btw .map .googlemap {
	width: 100%;
	max-width: 500px;
	display: block;
	height: 580px;
	margin-top: 40px;
}


/* スタッフ紹介 */

section.shop .infoBox-btw .shop-detail .staff {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px;
	padding-left: 17px;
	border: 2px solid #004097;
	margin-top: 20px;
	padding-right: 0.5%;
	margin-bottom: 1px;
	height: auto;
	padding-bottom: 20px;
}

section.shop .infoBox-btw .shop-detail .staff h3 {
	color: #004097;
	font-weight: 400;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-left: 1px;
}

section.shop .infoBox-btw .shop-detail .staff h3 .jp {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: 3px;
	display: inline-block;
	margin-left: 20px;
}

section.shop .infoBox-btw .shop-detail .staff-box {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;
	margin-bottom: 30px;
	}

section.shop .infoBox-btw .shop-detail .staff-box .photo {
	max-width: 150px;
	height: 100px;
	max-height: 100px;
	width: 150px;
	background-color: #C4C4C4;
}

section.shop .infoBox-btw .shop-detail .staff-box .detail {
	font-size: 0.95rem;
	line-height: 1.8em;
	max-width: 360px;
	height: auto;
	width: 67%;
	vertical-align: top;
}

section.shop .infoBox-btw .shop-detail .staff-box .detail .label {
	margin-bottom: 10px;

}

section.shop .infoBox-btw .shop-detail .staff-box .detail .label .director {
	margin-left: 20px;
	font-size: 1rem;
	font-weight: 600;
}

section.shop .infoBox-btw .shop-detail .staff-box .detail p {
	font-size: 0.85rem;
	line-height: 1.6em;
	letter-spacing: -0.8px;
}


/* 店舗写真 */

section.shop .infoBox-btw .shop-photo {
	height: 230px;
	max-width: 350px;
	background-color: #C4C4C4;
	display: block;
	width: 32.1%;
}




/* 求人のご案内 */

section.joboffer {
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 10px;
}

section.joboffer .detail {
	max-width: 900px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #004097;
	border-radius: 10px;
	
}

section.joboffer .detail h2 {
	height: 56px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #004097;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 50px;
}


section.joboffer .detail .infoBox-btw {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;	
	padding-left: 5.5%;
	padding-right: 5.5%;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

section.joboffer .detail .infoBox-btw .Contents {
	
}


section.joboffer .detail .infoBox-btw .Contents h3 {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 14px;
}

section.joboffer .detail .infoBox-btw .Contents p {
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
}

section.joboffer .detail .infoBox-btw .Contents p a {
	color: #000000;
}


section.joboffer .detail .infoBox-btw .Contents p.title {}

section.joboffer .detail .infoBox-btw .Contents p.text_s {
	font-size: 0.9rem;
	font-weight: normal;
}

section.joboffer .detail .infoBox-btw .Contents .Box {
	text-align: left;
	margin-bottom: 20px;
	font-size: 1.6rem;
}


section.joboffer .detail p {
	margin-top: 30px;
	margin-bottom: 30px;
}

section.joboffer .detail .label {
	color: #004097;
	max-width: 90px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	width: 40%;
	text-align: center;
	border-right: 1px solid #004097;
	border-left: 1px solid #004097;
	margin-right: 30px;
	display: inline-block;
}

section.joboffer .detail .label a {
	color: #000000;
}

section.joboffer .detail .infoBox-btw .banner{
	max-width: 330px;
	height: 145px;
	display: block;
	width: 36.6%;
	font-size: 1rem !important;
	margin-top: 1px;
}
/* 店舗写真 */

.shopphoto {
	padding-left: 13px;
	padding-right: 18px;


}
section.shop .infoBox-btw .shop-detail .staff ul {
	width: 100%;

	}
section.shop .infoBox-btw .shop-detail .staff ul li.director {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	background-image: url(../../access/img/account_circle_black_24dp.svg);
	padding-left: 24px;
	width: 38%;
	max-width: 210px;
	padding-bottom: 10px;
}
section.shop .infoBox-btw .shop-detail .staff ul li.Number {

}
section.shop .infoBox-btw .shop-detail .staff ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	border-top: 1px dashed #004097;







	font-size: 0.rem;
	font-size: 90.rem;
	font-size: 0.95rem;
}
section.shop .infoBox-btw .shop-detail .staff ul li.Number {
	width: 59%;
	border-top: 1px dashed #004097;
	padding-top: 10px;
	max-width: 440px;

}
section.shop .infoBox-btw .shop-detail .staff p {
	line-height: 1.4em;
	font-size: 0.95rem;
	padding-left: 1em;
	text-indent: -1em;
}
section.shop .infoBox-btw .shop-detail .staff ul li.director.pattern02 {
	width: 48%;
	max-width: 430px;



}
section.shop .infoBox-btw .shop-detail .staff ul li.Number.pattern02 {
	width: 51.5%;
	max-width: 270px;


}











	
}

@media screen and (min-width:1025px) {
	
section.shop {
    padding-bottom: 70px;
  }

  /* 4つの施設ブロック共通のヘッダー位置調整 */
  #s01, #s02, #s03, #s04 {
    margin-top: -150px;
    padding-top: 150px;
    display: block;
  }

  #s01 {
    z-index: 1;
  }

  /* ==========================================
     ① 親要素をFlexから「Gridレイアウト」に変更
  ========================================== */
  section.shop .infoBox-btw {
    box-sizing: border-box;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
    display: grid;
    grid-template-columns: 54% 42%; /* 左テキスト枠：54%、右写真枠：42% */
    justify-content: space-between;
    row-gap: 40px; /* テキスト・写真と、下のマップとの間の隙間 */
  }

  .shopmargin {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* ==========================================
     ② 左側のテキスト情報エリアの配置
  ========================================== */
  section.shop .infoBox-btw .shop-detail {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100%;
    max-width: 100%;
    display: block; /* Flexを解除 */
  }

  section.shop .infoBox-btw .shop-detail h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #004097;
  }

  section.shop .infoBox-btw .shop-detail p {
    line-height: 1.8em;
    font-size: 0.95rem;
    letter-spacing: -0.5px;
  }

  section.shop .infoBox-btw .shop-detail .inline_block p.L{
    font-weight: 600;
    line-height: 1.5em;
  }

  section.shop .infoBox-btw .shop-detail .access_photo {
    margin-top: 15px;
  }

  section.shop .infoBox-btw .shop-detail .access_photo .imgP {
    width: 22%;
    height: 170px;
    display: inline-block;
    margin-right: 10px;
    color: #FFFFFF;
    margin-bottom: 0;
    max-width: 130px;
  }

  .rltb-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  section.shop .infoBox-btw .shop-detail h3 {
    margin-top: 30px;
    font-weight: 600;
    color: #59BDEC;
    display: inline-block;
    margin-bottom: 10px;
  }

  section.shop .infoBox-btw .shop-detail h3 .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    vertical-align: -4px;
    line-height: 0px;
  }

  section.shop .infoBox-btw .shop-detail h3 .icon.s001 {  
    background-image: url(../../access/img/icon001.svg);
  }

  section.shop .infoBox-btw .shop-detail h3 .icon.s002 {
    background-image: url(../../access/img/icon002.svg);
  }

  section.shop .infoBox-btw .shop-detail h3 .icon.s003 {
    background-image: url(../../access/img/icon003.svg);
  }

  section.shop .infoBox-btw .shop-detail .cap {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline;
  }

  /* ==========================================
     ③ マップと写真を囲む外枠を「幻（魔法）」化する
     これを行うことで、中の写真とマップをGridの支配下に直接置けます
  ========================================== */
  section.shop .infoBox-btw .map {
    display: contents; 
  }

  /* 右上：施設写真の配置設定 */
  section.shop .infoBox-btw .map .shopimg {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    height: 500px;
    max-width: 100%;
    display: block;
  }

  /* 下部：Googleマップを横幅いっぱいにぶち抜く設定 */
  section.shop .infoBox-btw .map .googlemap {
    grid-column: 1 / 3; /* 1列目から3列目まで（全幅）ぶち抜き */
    grid-row: 2 / 3;    /* 2行目に配置 */
    width: 100%;
    max-width: 100%;
    display: block;
    height: 450px;      /* 横長で見やすいように高さを調整 */
    margin-top: 0;
  }

  /* 以下、内装写真などの既存設定（変更なし） */
  .shopphoto {
    padding-left: 32px;
    padding-right: 32px;
  }

  section.shop .infoBox-btw .shop-photo {
    height: 230px;
    max-width: 350px;
    display: block;
    width: 32.1%;
    margin-bottom: 0;
  }

/* ==========================================
     ① 元のFlexレイアウトを復活（下の3枚写真用）
  ========================================== */
  section.shop .infoBox-btw {
    box-sizing: border-box;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* ここをflexに戻すことで下の3枚写真が直ります */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /* ==========================================
     ①-2 上部の「情報とマップのブロック」【だけ】をGridにする
  ========================================== */
  section.shop .infoBox-btw.shopmargin {
    display: grid;
    grid-template-columns: 54% 46%;
    justify-content: space-between;
    row-gap: 40px; /* テキスト・写真と、下のマップとの間の隙間 */
  }


/* 求人のご案内 */

section.joboffer {
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 10px;
}

section.joboffer .detail {
	max-width: 900px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #004097;
	border-radius: 10px;
	
}

section.joboffer .detail h2 {
	height: 56px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #004097;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 50px;
}


section.joboffer .detail .infoBox-btw {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;	
	padding-left: 5.5%;
	padding-right: 5.5%;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

section.joboffer .detail .infoBox-btw .Contents {
	
}


section.joboffer .detail .infoBox-btw .Contents h3 {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 14px;
}

section.joboffer .detail .infoBox-btw .Contents p {
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
	font-size: 1.6rem;
}

section.joboffer .detail .infoBox-btw .Contents p a {
	color: #000000;
}


section.joboffer .detail .infoBox-btw .Contents p.title {}

section.joboffer .detail .infoBox-btw .Contents p.text_s {
	font-size: 0.9rem;
	font-weight: normal;
}

section.joboffer .detail .infoBox-btw .Contents .Box {
	text-align: left;
	margin-bottom: 20px;
	font-size: 1.6rem;
}


section.joboffer .detail p {
	margin-top: 30px;
	margin-bottom: 30px;
}

section.joboffer .detail .label {
	color: #004097;
	max-width: 90px;	
	font-size: 1.2rem;
	width: 40%;
	text-align: center;
	border-right: 1px solid #004097;
	border-left: 1px solid #004097;
	margin-right: 30px;
	display: inline-block;
}

section.joboffer .detail .label a {
	color: #000000;
}

section.joboffer .detail .infoBox-btw .banner{
	max-width: 320px;
	height: 130px;
	display: block;
	width: 35.6%;
	font-size: 1rem !important;
	margin-top: 0;
}
section.shop .infoBox-btw .shop-detail .staff ul {
	width: 100%;
	}
section.shop .infoBox-btw .shop-detail .staff ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	border-top: 1px dashed #004097;







	font-size: 0.rem;
	font-size: 90.rem;
	font-size: 0.9rem;
}
section.shop .infoBox-btw .shop-detail .staff ul li.director {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	background-image: url(../../access/img/account_circle_black_24dp.svg);
	padding-left: 24px;
	width: 40%;
}
section.shop .infoBox-btw .shop-detail .staff ul li.Number {
	width: 59%;
	border-top: 1px dashed #004097;
	padding-top: 10px;
}
section.shop .infoBox-btw .shop-detail .staff p {
	line-height: 1.4em;
	font-size: 0.95rem;
	padding-left: 1em;
	text-indent: -1em;
	padding-right: 1em;
}
section.shop .infoBox-btw .shop-detail .cap.sat {
	margin-left: 5.2em;


}
section.shop .infoBox-btw .shop-detail .staff ul li.director.pattern02 {
	width: 49%;
	padding-bottom: 10px;



}
section.shop .infoBox-btw .shop-detail .staff ul li.Number.pattern02 {
	width: 50%;
	padding-left: 5px;


}








	
}
