@charset "UTF-8";

/*==================================================
 メインビジュアル
================================================== */
.header-main-visual {
	padding: 45px 0 35px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.header-main-visual {
		padding: 0 5px;
	}
}

.line {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}

/*==================================================
 店舗検索
================================================== */

.search-section {
	width: 1060px;
	height: 500px;
	margin: 40px auto 80px;
	position: relative;
}

.shop-section {
	width: 1060px;
	margin: 40px auto 80px;
	position: relative;
}

.serch-main-texts {
	margin: 0 0 75px;
	font-size: 16px;
	position: relative;
	z-index: 20;
	pointer-events : none;
}

.serch-title {
	margin: 0 0 24px;
	padding: 0 0 0 7px;
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4px;
	border-left: 6px solid #00a0e9;
}

@media screen and (max-width: 768px) {
	.search-section {
		width: auto;
		height: auto;
		margin: 0 0 20px;
	}

	.shop-section {
		width: auto;
		height: auto;
		margin: 0 0 20px;
	}

	.serch-main-texts {
		margin: 0 0 20px;
	}
}

/* 加盟店一覧
-------------------------------------------------- */
.accession-list-wrap {
	position: relative;
	z-index: 20;
}

.accession-list-wrap dt {
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 4px;
}

.accession-list-wrap dd {
	max-height: 280px;
	padding: 5px;
	background: #f8f8f8;
	overflow-y: scroll;
	margin-left: 0;
}

.accession-list-wrap li {
	display: inline-block;
	margin-left: 20px;
	width: 18%;
}

.accession-list-wrap dd a {
	color: #000;
	font-size: 12px;
}

.accession-list-wrap dd a:hover {
	color: #00a0e9;
}

@media screen and (max-width: 768px) {
	.accession-list-wrap {
		width: auto;
		margin: 0 0 20px;
	}

	.accession-list-wrap li {
		width: 46%;
		margin-left: 10px;
	}
}

/* マップ
-------------------------------------------------- */
.search-title {
	margin-top: 50px;
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	font-size: 23px;
}

.search-title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0091d7;
	border-radius: 2px;
}

.search-map-wrap {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	font-size: 14px;
}

.search-map {
	width: 100%;
	min-height: 500px;
	background: url(../images/top/map_bg.png) right 270px top no-repeat;
	position: relative;
}

@media screen and (max-width: 768px) {
	.search-map-wrap {
		position: relative;
	}

	.search-map {
		background: none;
		min-height: 0;
	}
}

/* 県一覧
------------------------- */
.map-area-list {
	padding: 0 0 1px;
	overflow: hidden;
	position: absolute;
}

.map-area-list dt {
	margin: 0 0 5px;
	padding: 0 5px 0 0;
	font-size: 115%;
	font-weight: bold;
}

.map-area-list dd {
	margin: 0 5px 0 0;
	line-height: 17px;
	float: left;
}

.map-area-list dd a{
	padding: 1px;
	color: #00b7ee;
	display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.map-area-list dd a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
  background-color: #00a0e9;
}

.area-list-hokkaido {top: 10px;left: 420px;}/* 北海道 */
.area-list-hokkaido dt {text-align: right;}
.area-list-touhoku {width: 115px;top: 79px;left: 470px;}/* 東北 */
.area-list-hokuriku {width: 60px;top: 171px;left: 392px;}/* 北陸 */
.area-list-tyugoku {width: 120px;top: 143px;left: 200px;}/* 中国 */
.area-list-kyusyu {width: 130px;top: 265px;left: 140px;}/* 九州 */
.area-list-okinawa {width: 130px;top: 420px;left: 140px;}/* 沖縄 */
.area-list-kanto {width: 190px;top: 165px;left: 790px;}/* 関東 */
.area-list-kousinetu {width: 190px;top: 280px;left: 790px;}/* 甲信越 */
.area-list-toukai {width: 120px;top: 335px;left: 805px;}/* 東海 */
.area-list-kansai {width: 130px;top: 385px;left: 600px;}/* 関西 */
.area-list-sikoku {width: 130px;top: 450px;left: 470px;}/* 四国 */

@media screen and (max-width: 768px) {
	dl.map-area-list {
		width: auto;
		text-align: left;
		overflow: hidden;
		position: static;
	}

	dl.map-area-list dt {
		margin: 0;
		text-align: center;
		color: #fff;
		line-height: 35px;
		background: #00a0e9;
	}

	dl.map-area-list dd {
		width: calc(100% / 3);
		margin: 0;
		padding: 0 5px;
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px dotted #cfcfcf;
		float: left;
		box-sizing: border-box;
	}

	dl.map-area-list dd:nth-of-type(3n) {
		border-right: none;
	}

	dl.map-area-list dd a {
		line-height: 35px;
		display: block;
	}
}

/*==================================================
 AJOCとは
================================================== */
.about-section {
	background: url(../images/top/about_bg.jpg) center top;
	box-sizing: border-box;
}

.about-inner {
	padding: 80px 0;
	background: url(../images/top/about_parallax_bg.png) top 0 center;
}

@media screen and (max-width: 768px) {
	.about-section {
		height: auto;
	}

	.about-inner {
		padding: 20px;
	}
}

/* タイトル
------------------------- */
.about-title {
	font-size: 23px;
	position: relative;
	margin-bottom: 3em;
	text-align: center;
}

.about-title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0091d7;
	border-radius: 2px;
}

@media screen and (max-width: 768px) {
	.about-title {
		margin: 0 0 40px;
	}
}

/* テキスト
------------------------- */
.about-text {
	margin: 0 0 60px;
	line-height: 1.6;
	font-size: 15px;
	text-align: center;
	letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
	.about-text {
		margin: 0 5px 20px;
		font-size: 14px;
		text-align: left;
	}
}

/* MORE
------------------------- */
.about-more-btn {
	text-align: center;
}


/*==================================================
 メガネについて
================================================== */
.glasses-section {
	margin: 0 0 96px;
	padding: 104px 0 0;
}

@media screen and (max-width: 768px) {
	.glasses-section {
		margin: 0 0 20px;
		padding: 20px 0;
	}
}

/* 見出し
------------------------- */
.glasses-title {
	margin: 0 0 70px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.glasses-title {
		margin: 0 0 20px;
	}
}

/* リスト
------------------------- */
.glasses-list {
	font-size: 0;
	letter-spacing: 0;
}

.glasses-list li {
	width: calc(100% / 3);
	vertical-align: top;
	display: inline-block;
	position: relative;
}

.glasses-list a {
	display: block;
}

.glasses-list .glasses-item-text {
	width: 100%;
	padding: 33px 0 32px;
	text-align: center;
	background: rgba(255,255,255,.6);
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.glasses-list li {
		width: 50%;
	}
	#recruit ul.unit-menu-recruit li {
	width: 100%;
}
}


#recruit {
	margin: 30px 0 0 0;
}
#recruit ul.unit-menu-recruit {
	top: 20px;
	padding: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
#recruit ul.unit-menu-recruit li {
	width: 374px;
}
}

.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}

ul.unit-menu-recruit {
	position: relative;
}
ul.unit-menu-recruit li {
	display: inline-block;
}
ul.unit-menu-recruit li .block {
	margin: 0 20px 20px 20px;
	padding: 0 0 30px 0;
	border-top: 4px solid #0091d7;
	background-color: #ffffff;
}
ul.unit-menu-recruit li .block .head {
	padding: 20px 0 0px 0;
	text-align: center;
}
ul.unit-menu-recruit li .block .head .en {
	border-radius: 15px;
    color: #fff;
    background: #0091d7;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 5px;
    margin: 20px 25px;
    padding: 5px 0;
}
ul.unit-menu-recruit li .block .head .jp {
	margin: 8px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
}
ul.unit-menu-recruit li .block .btn {
	margin: 10px auto 0;
	width: 240px;
}
ul.unit-menu-recruit li:hover {
	transition:opacity .5s 0s ease;
	opacity: 0.5;
}




/*ボタン*/

/*============================================================
	ボタン
*/
.btn-primary {
	display: block;
	position: relative;
	padding: 18px 0 18px 35px;
	background-color: #0091d7;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #ffffff;
}

/* ホバー */
.page-wide .os-other a.btn-primary {
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.page-wide .os-other a.btn-primary:hover {
	background-color: #ee8800;
}
.page-wide .os-other a.btn-primary i {
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.page-wide .os-other a.btn-primary:hover i {
	width: 34px;
}



/*==================================================
 春風亭昇太
================================================== */
.syota-section {
	margin: 0 0 104px;
}

.syota-inner {
	width: 1200px;
	height: 462px;
	margin: 0 auto 100px;
	padding: 40px 20px 0 60px;
	background: url(../images/top/syota_bg.jpg) top right no-repeat;
	background-size: 50%;
	box-sizing: border-box;
}

.syota-title {
	margin: 0 0 41px;
}

.syota-text {
	margin: 0 0 40px;
	line-height: 36px;
	font-size: 21px;
}

@media screen and (max-width: 768px) {
	.syota-inner {
		width: auto;
		height: auto;
		margin: 0 0 15px;
		padding: 0;
		text-align: center;
		background: none;
	}

	.syota-title,
	.syota-text {
		margin: 0 0 15px;
	}
	.syota-title img {
		width: 100%;
	}
	.syota-bnr img {
		width: 100%;
	}
}

/* バナーリスト
-------------------------------------------------- */
.syota-bnr-list {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.syota-bnr-list li {
	display: inline-block;
    width: 20%;
    margin: 0 50px 0 0;
    float: left;
}

.syota-bnr-list li:nth-last-child(1) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.syota-bnr-list {
		width: auto;
	}

	.syota-bnr-list li {
		width: 48%;
		margin: 0 1%;
	}
}
/* eyeglass-section
-------------------------------------------------- */
.eyeglass-section{
	text-align: center;
	padding-top:90px;
	padding-bottom:70px;
}
.eyeglass-section .txt{
	width: 760px;
	margin:0 auto !important;
}
.eyeglass-section .txt br.sp{
	display: none;
}
.eyeglass-section .txt a{
	display: block;
	background: #0091d7;
	font-weight: 600;
	font-size: 26px;
	padding-top:20px;
	padding-bottom:20px;
	border-radius: 15rem;
	color: #fff;
	transition: .3s;
}

.eyeglass-section .txt a:hover{
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.eyeglass-section{
		padding-top:50px;
		padding-bottom:20px;
	}
	.eyeglass-section .txt{
		width: 100%;
	}
	.eyeglass-section .txt a{
		font-size: 16px;
		border-radius: 0;
	}
.eyeglass-section .txt br.sp{
	display: block;
}
}