/*
Theme Name: 賢威8.0（子テーマ-test） 
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー		
Author URI: https://web-rider.jp/
Description: 賢威8.0 子テーマです。		
Version: 8.0.0.0
Template: keni80_wp_standard_all_202006241305
*/

/* 共通 */
body {
	background-color:#fff !important;
	font-family: 'Jost','Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	color:#2a2929;
}
h2 {
	font-size: 30px !important;
    background: none !important;
    color: #2279ee !important;
    margin: 70px 50px !important;
    text-align: center;
	line-height: 24px;
}
h2 a {
	text-decoration:none;
}
.top-recruit h2 a {
	background:none !important;
}
h2 span {
	font-size: 13px !important;
    color: #a9a9a9 !important;
	font-weight:700;
}
h2 img {
	display:inline-block;
	vertical-align:middle;
}
@media screen and (max-width:767px) {
	h2 {
		 margin: 40px 10px !important;
		font-size:24px !important;
	}
	h2 span {
		font-size:10px !important;
	}
	h2.privacy {
		line-height:34px;
	}
}
.keni-main .keni-section_wrap {
	padding:0;
}
.keni-container {
	padding-top:0 !important;
	position:relative;
}
.col1 .keni-section_wrap {
	max-width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
.col1 .archive_title_wrap {
	max-width: 1100px !important;
}
#singlepage {
	max-width:1000px;
	margin:50px auto 0;
	width:96%;
}
@media screen and (max-width:767px) {
	#singlepage {
		margin:10px auto 0;
	}
}
.keni-section h1 {
	background:none !important;
	font-size:20px !important;
}
.col1 .keni-sub {
	max-width: 1000px;
    margin: 0 auto;
}
#singlepage .keni-main {
	font-size:14px !important;
}
.keni-main .keni-section .sub-section_title, .keni-sub .widget > .keni-section .sub-section_title, .keni-footer .widget > .keni-section .sub-section_title, .keni-sub .widget > .keni-section .cast-box_sub_title, .keni-footer .widget > .keni-section .cast-box_sub_title {
	margin-top:0 !important;
}
.keni-section .sub-section_title {
	background-color: #2e75d9 !important;
	padding: 15px !important;
    margin: 0 !important;
}
.widget_recent_entries .keni-section > ul, .widget_recent_comments .keni-section > ul, .widget_archive .keni-section > ul, .widget_categories .keni-section > ul, .widget_pages .keni-section > ul, .widget_nav_menu .keni-section ul, .widget_rss .keni-section > ul, .widget_meta .keni-section > ul {
	margin:0 0 0 !important;
	padding:0 !important;
}
.widget_recent_entries .keni-section ul li {
	padding:13px 10px 13px 28px !important;
}
.breadcrumbs {
	font-size: 12px;
    border-top: 1px solid #d0d0d0;
    padding: 10px;
}
.page-top {
	background:none !important;
}

/* ヘッダー */
.keni-header_wrap {
	background-image:none !important;
    z-index: 200;
	width:100%;
	height: 107px;
	padding-top:0 !important;
	background: rgba(255,255,255,0.85) !important;
}
.keni-header_wrap.is-fixed {
	position:fixed;
	top: 0;
	z-index:200;
}
#single-main-v .keni-header_wrap {
	position:static !important;
	transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
	margin:0 auto;
}
.fixed {
	z-index:200 !important;
	background-color:#fff !important;
	box-sizing:border-box;
	padding:0 2% !important;
}

@media screen and (max-width:1000px) {
	.keni-header_wrap {
		height:90px;
		top: -15px;
		left:0;
	}
	.keni-header_wrap.is-fixed {
		background-color:#fff !important;
	}
	#second-main-v .keni-header_wrap {
		top:0;
		left:0;
	}
}
@media screen and (max-width:767px) {
	.keni-header {
		padding:0 !important;
	}
	.keni-header_wrap {
		width:100%;
		position: absolute;
		background:none !important;
		height:66px;
		top: 0;
	}
	.keni-header_wrap.is-fixed {
		background-color:#fff !important;
		width:100%;
		padding:0;
	}
	.fixed {
		padding:0 !important;
	}
}
.col1 .keni-header_outer {
	display: inline-block !important;
    width: 160px !important;
}
@media screen and (max-width:1100px) {
	.col1 .keni-header_outer {
		width:120px !important;
	}
}
.keni-header .site-title, .keni-header_col1 .site-title {
	max-width:160px !important;
	padding:0 !important;
}
.keni-header_col1 .site-title a img {
	margin:24px 40px;
}
@media screen and (max-width:1100px) {
		.keni-header_col1 .site-title a img {
			margin: 32px 10px;
		}
}
@media screen and (max-width:1100px) {
		.keni-header_col1 .site-title a img {
			margin: 23px 10px;
		}
}
@media screen and (max-width:767px) {
	.keni-header_col1 .site-title a img {
		margin:10px ;
	}
}
.keni-gnav_wrap {
	display: inline-block !important;
    vertical-align: top !important;
	background:none !important;
	width : 80% ;
	width : -webkit-calc(100% - 400px) ;
	width : calc(100% - 400px) ;
}
@media screen and (max-width:1300px) {
	.keni-gnav_wrap {
		width : 80% ;
		width : -webkit-calc(100% - 300px) ;
		width : calc(100% - 300px) ;
	}
}
@media screen and (max-width:1200px) {
	.keni-gnav_wrap {
		width : 80% ;
		width : -webkit-calc(100% - 230px) ;
		width : calc(100% - 230px) ;
	}
}
@media screen and (max-width:1000px) {
	.keni-gnav_wrap {
		width : 80% ;
		width : -webkit-calc(100% - 170px) ;
		width : calc(100% - 170px) ;
	}
}
.keni-gnav_wrap {
	float:right;
}
.keni-gnav_cont {
	background:none !important;
}
@media screen and (max-width:767px) {
	.keni-gnav_inner {
		overflow-y: visible !important;
		width: 100% !important;
	}
	.keni-gnav_cont {
		    background: rgba(255,255,255,0.85) !important;
	}
}
.keni-gnav_inner ul {
	font-weight:bold;
	width:100%;
}
@media screen and (max-width:1100px) {
	.keni-gnav_inner ul {
		text-align: right;
	}
}
@media screen and (max-width:767px) {
	.keni-gnav_inner ul {
		margin-top:12px;
	}
}
.keni-gnav_inner li {
	font-size:16px !important;
}
.keni-gnav_inner li a {
	padding: 35px 17px 25px !important;
	border:none !important;
	text-align:center;
}
@media screen and (max-width:1100px) {
	.keni-gnav_inner li {
		font-size:14px !important;
	}
	.keni-gnav_inner li a {
		padding: 33px 11px 33px !important;
	}
}
@media screen and (max-width:1000px) {
	.keni-gnav_inner li a {
		padding: 32px 7px 23px !important;
		font-size: 12px;
	}
}
@media screen and (max-width:767px) {
	.keni-gnav_inner li a {
		padding:15px 10px !important;
		font-size:14px;
	}
}
.keni-gnav_inner li a span {
	font-size:11px !important;
	color:#a9a9a9 !important;
	font-weight:700;
}
@media screen and (max-width:767px) {
	.keni-gnav_inner li a span {
		display:inline-block;
		margin-left:10px;
	}
}
.keni-gnav_inner li.nav-recruit {
	background-color:#2e75d9;
}
.keni-gnav_inner li.nav-recruit a {
	color:#fff;
}
.keni-gnav_inner li.nav-recruit a span {
	color:#fff !important;
}
#click-space {
	background:none !important;
}
.keni-gnav_btn {
	background:none !important;
	color:#1249a1 !important;
	font-weight: bold;
}
.keni-gnav_btn_icon-open {
	background-color:#1249a1 !important;
}
.keni-gnav_btn_icon-open::before, .keni-gnav_btn_icon-open::after {
	background-color:#1249a1 !important;
}
.search-box {
	max-width:100% !important;
}
.header-btn-list {
	position:fixed;
	right:0;
	top:196px;
	width:44px;
	z-index:100;
}
@media screen and (max-width:767px) {
	.header-btn-list {
		display:none;
	}
}
.header-btn-list .recruit {
	width:100%;
	background-color:#2e75d9;
	color:#fff;
	font-size:14px;
	box-sizing:border-box;
	padding: 37px 11px 45px;
    display: block;
    text-decoration: none;
    font-weight: bold;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: relative;
    z-index: 300;
	margin-bottom:20px;
}
.header-btn-list .recruit:after {
	display:inline-block;
	content:'';
	background-image:url(./images/header-btn-icon.png);
	background-size: 22px 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.header-btn-list .au {
	width:100%;
	background-color:#ff803d;
	color:#fff;
	font-size:14px;
	box-sizing:border-box;
	padding: 37px 11px 45px;
    display: block;
    text-decoration: none;
    font-weight: bold;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: relative;
    z-index: 300;
	margin-bottom:20px;
}
.header-btn-list .au:before {
	display:inline-block;
	content:'';
	background-image:url(./images/header-btn-au.png);
	background-size: 37px 31px;
    width: 37px;
    height: 31px;
    position: absolute;
    top: 3px;
    right: 3px;
}
.header-btn-list .au:after {
	display:inline-block;
	content:'';
	background-image:url(./images/header-btn-icon.png);
	background-size: 22px 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.header-btn-list .uq {
	width:100%;
	background-color:#4cadff;
	color:#fff;
	font-size:14px;
	box-sizing:border-box;
	padding: 37px 11px 45px;
    display: block;
    text-decoration: none;
    font-weight: bold;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: relative;
    z-index: 300;
	margin-bottom:20px;
}
.header-btn-list .uq:before {
	display:inline-block;
	content:'';
	background-image:url(./images/header-btn-uq.png);
	background-size: 37px 31px;
    width: 37px;
    height: 31px;
    position: absolute;
    top: 3px;
    right: 3px;
}
.header-btn-list .uq:after {
	display:inline-block;
	content:'';
	background-image:url(./images/header-btn-icon.png);
	background-size: 22px 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.sp-menu {
	display:none !important;
}
@media screen and (max-width:767px) {
	.sp-menu {
		display:block !important;
	}
}
/* メインビジュアル */
#main-v {
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	height: auto;
	display:flex;
	overflow: hidden;
	background-color:#fff;
}
#main-v::before {
	content:''; 
	display:block; 
	padding-top:54%;
}
@media screen and (max-width:767px) {
	#main-v {
		overflow:visible;
	}
	#main-v::before {
		padding-top:86%;
	}
}
#viewer01 {
    margin: 0 auto;
    width: 13.615%;
    text-align: left;
	position:absolute;
	left:0;
	top:15.469%;
	z-index:0;
}
@media screen and (max-width:767px) {
	#viewer01 {
		display:none;
	}
}
#viewer01 img {
    top: 0;
    left: 0;
    position: absolute;
}
#viewer02 {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:33.307%;
}
#viewer02-sp {
	display:none;
}
@media screen and (max-width:767px) {
	#viewer02 {
		display:none;
	}
	#viewer02-sp {
		display:block;
		position:absolute;
		width:29.2%;
		z-index:10;
		top:0;
		left:0;
	}
	#viewer02-sp img {
		top: 0;
		left: 0;
		position: absolute;
	}
}
#viewer03 {
    margin: 0 auto;
    width: 37.307%;
    text-align: left;
	position:absolute;
	left:17.230%;
	top:0;
	z-index:0;
}
#viewer03 img {
    top: 0;
    left: 0;
    position: absolute;
}
#viewer03-sp {
	display:none;
}
@media screen and (max-width:767px) {
	#viewer03 {
		display:none;
	}
	#viewer03-sp {
		display:block;
		position:absolute;
		width:58.5%;
		top:0;
		left:4.26%;
		z-index:0;
	}
	#viewer03-sp img {
		top: 0;
		left: 0;
		position: absolute;
	}
}
#viewer04 {
    margin: 0 auto;
    width: 21%;
    text-align: left;
	position:absolute;
	left:44%;
	top:0;
	z-index:0;
}
#viewer04 img {
    top: 0;
    left: 0;
    position: absolute;
}
#viewer04-sp {
	display:none;
}
@media screen and (max-width:767px) {
	#viewer04 {
		display:none;
	}
	#viewer04-sp {
		display:block;
		position:absolute;
		width:32.8%;
		top:0;
		left:46.26%;
		z-index:0;
	}
	#viewer04-sp img {
		top: 0;
		left: 0;
		position: absolute;
	}
}
#viewer05 {
    margin: 0 auto;
    width: 36.92%;
    text-align: left;
	position:absolute;
	right:14.692%;
	top:0;
	z-index:0;
}
#viewer05 img {
    top: 0;
    left: 0;
    position: absolute;
}
#viewer05-sp {
	display:none;
}
@media screen and (max-width:767px) {
	#viewer05 {
		display:none;
	}
	#viewer05-sp {
		display:block;
		position:absolute;
		width:46.13%;
		top:0;
		right:0;
		z-index:20;
	}
	#viewer05-sp img {
		top: 0;
		left: 0;
		position: absolute;
	}
}
#viewer06 {
	position:absolute;
	top:0;
	right:10.769%;
	z-index:11;
	width:20%;
}
@media screen and (max-width:767px) {
	#viewer06 {
		display:none;
	}
}
#viewer07 {
    margin: 0 auto;
    width: 21%;
    text-align: left;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
@media screen and (max-width:767px) {
	#viewer07 {
		display:none;
	}
}
#viewer07 img {
    top: 0;
    left: 0;
    position: absolute;
}
#viewer08 {
    margin: 0 auto;
    width: 27.538%;
    text-align: left;
	position:absolute;
	right:0;
	top:60.817%;
	z-index:0;
}
@media screen and (max-width:767px) {
	#viewer08 {
		display:none;
	}
}
#viewer08 img {
    top: 0;
    left: 0;
    position: absolute;
}
#viewer09 {
	position:absolute;
	top:71.441%;
	right:0;
	z-index:11;
	width:5.692%;
}
#viewer09-sp {
	display:none;
}
@media screen and (max-width:767px) {
	#viewer09 {
		display:none;
	}
	#viewer09-sp {
		display:block;
		position:absolute;
		width:14.33%;
		right:0;
		top:41.94%;
	}
	#viewer09-sp img {
		top: 0;
		left: 0;
		position: absolute;
	}
}

.main-v-title {
    z-index: 100;
	position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width:1100px;
	width:96%;
	top: 70%;
    left: 50%;
}
.main-v-title .inner {
	text-align:center;
	display:inline-block;
	color:#fff;
	line-height:50px;
	font-weight:700;
}
.main-v-title .inner .title01 {
	font-size:48px;
	text-shadow: 2px 3px 2px rgba(0,0,0,0.3);
}
.main-v-title .inner .title02 {
	font-size:26px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.main-v-title .inner .title03 {
	font-size:14px;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
@media screen and (max-width:1000px) {
	.main-v-title .inner .title01 {
		font-size:38px;
	}
	.main-v-title .inner .title02 {
		font-size:20px;
	}
	.main-v-title .inner .title03 {
		font-size:13px;
	}
}
@media screen and (max-width:767px) {
	.main-v-title .inner {
		text-align:left;
		line-height:30px;
	}
	.main-v-title .inner .title01 {
		font-size:24px;
		text-shadow: 1px 3px 2px rgba(0,0,0,0.3);
	}
	.main-v-title .inner .title02 {
		font-size:13px;
		text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	}
	.main-v-title .inner .title03 {
		font-size:10px;
	}
}
	

/* トップページ */
.top-bnr {
	max-width:600px;
	width:96%;
	margin:40px auto 130px;
}
@media screen and (max-width:767px) {
	.top-bnr {
		margin:30px auto 70px;
	}
}
.top-news {
	width:96%;
	max-width:1100px;
	margin:0 auto 130px;
}
@media screen and (max-width:767px) {
	.top-news {
		margin:0 auto 70px;
	}
}
.top-news ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	max-width:900px;
}
.top-news ul li {
	font-size:16px;
	margin:0;
}
@media screen and (max-width:767px) {
	.top-news ul li {
		padding: 5px 10px;
		line-height: 24px;
		font-size:14px;
	}
}
.top-news ul li:nth-child(odd) {
	background-color:#f6fafe;
}
.top-news ul li .day {
	width:140px;
	display:inline-block;
	vertical-align:middle;
	text-align: center;
	padding:20px;
	color:#2279ee;
	background: -webkit-linear-gradient(0deg, #51aeff, #2279ee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:767px) {
	.top-news ul li .day {
		display:block;
		padding:10px 0 5px;
		text-align:left;
	}
}
.top-news ul li a {
	text-decoration:none;
	color:#2a2929;
}
.top-news ul li a span {
	color:#f54134;
	background: -webkit-linear-gradient(0deg, #f54134, #c91002);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top-news ul li .top-icon {
	height:18px;
	width:auto;
	vertical-align:-4px;
	margin-right:5px;
}
.top-news-more {
	width:96%;
	padding:0;
	margin:0 auto 0;
	max-width:900px;
	text-align:right;
}
.top-news-more a {
	color:#2a2929;
}
.top-pickup {
	width:96%;
	max-width:1200px;
	margin:0 auto 130px;
}
@media screen and (max-width:768px) {
	.top-pickup {
		margin:0 auto 70px;
	}
}
.top-pickup-more {
	padding:0;
	margin:20px auto 0;
	width:96%;
	max-width:1200px;
	text-align:right;
	font-size:13px;
}
.top-pickup-more a {
	color:#2a2929;
}
.top-pickup ul.pickup {
	padding:0;
	margin:0 auto;
	list-style:none;
	font-size:0px;
	letter-spacing:-1rem;
	text-align:center;
}
.top-pickup ul.pickup li {
	display:inline-block;
	letter-spacing:normal;
	font-size:14px;
	width:18.8%;
	margin-right:1.5%;
	vertical-align:top;
	background:none;
	text-align:left;
}
@media screen and (max-width:768px) {
	.top-pickup ul.pickup li {
		width:100%;
		margin:0 auto 10px;
		font-size:13px;
	}
}
.top-pickup ul.pickup li:last-child {
	margin-right:0;
}
@media screen and (max-width:768px) {
	.top-pickup ul.pickup li {
		margin:0 auto 10px;
	}
}
.top-pickup ul.pickup li:nth-child(odd) {
	background:none;
}
.top-pickup ul.pickup li .thumbnail {
	width:100%;
	margin-bottom: 5px;
}
@media screen and (max-width:768px) {
	.top-pickup ul.pickup li .thumbnail {
		width:30%;
		margin-right:3%;
		display:inline-block;
		vertical-align:top;
	}
}
.top-pickup ul.pickup li .thumbnail img {
  border-radius: 5px;
}
@media screen and (max-width:768px) {
	.top-pickup ul.pickup li .inner {
		width:65%;
		display:inline-block;
	}
}
.top-pickup ul.pickup li .title {
	line-height: 16px;
    font-size: 13px;
}
.top-pickup ul.pickup li .top-icon {
	height:18px;
	width:auto;
	vertical-align:-4px;
	margin-right:5px;
}
.top-pickup ul.pickup li a {
	text-decoration:none;
	color:#2a2929;
}
.top-shop {
    position: relative;
	background-color:#ecf1f7;
	padding:1px 0;
}
.top-shop:before{
	content: "";
	position: absolute;
	z-index:-1;
	height: 400px;
	width: 300%;
	background: #ecf1f7;
	top: -30px;
	left: -100%;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.top-shop:after{
	content: "";
	position: absolute;
	z-index:-1;
	height: 400px;
	width: 300%;
	background: #ecf1f7;
	bottom: -90px;
	left: -100%;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
@media screen and (max-width:767px) {
	.top-shop:before{
		top: -15px;
	}
	.top-shop:after{
		bottom:-60px;
	}
}
.top-shop .shop-bg-conts {
	position:relative;
}
.top-shop .inner {
	box-sizing:border-box;
	width: 100%;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0;
	color: #fff;
	text-align: center;
}
.top-shop .inner .shop-bg {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
@media screen and (max-width:767px) {
	.top-shop .inner .shop-bg {
		height:220px;
	}
}
.top-shop .inner .shop-bg .sliding {
    background: url(./images/top-shop-bg.png) repeat-x;
	height: 400px;
	width: 3384px;
	background-position: 0 0;
    -webkit-animation: bgroop 60s linear infinite;
    animation: bgroop 60s linear infinite;
}
@media screen and (max-width:767px) {
	.top-shop .inner .shop-bg .sliding {
		height:220px;
		background-size: auto 220px;
	}
}
 
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1600px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1600px 0;
    }
}
.top-shop .inner .shop-bg .sliding .inner {
	width: 100%;
    position: absolute;
    padding: 100px;
    text-align: center;
	font-weight:700;
	font-size:14px;
}
@media screen and (max-width:767px) {
	.top-shop .inner .shop-bg .sliding .inner {
		padding:66px 10px;
	}
}
.top-shop .inner .shop-bg .sliding .inner .btn {
	background-color:#4cadff;
	width:334px;
	height:42px;
	color:#fff;
	text-decoration:none;
	display:block;
	margin: 15px auto;
	display: block;
    box-shadow: none;
    border-radius: 0;
	padding: 11px 150px 11px 10px;
	box-sizing:border-box;
	position:relative;
}
.top-shop .inner .shop-bg .sliding .inner .btn:after {
	content:'';
	border-top:1px solid #fff;
	width:140px;
	height:1px;
	display:inline-block;
	position: absolute;
    right: 0;
    top: 21px;
}
@media screen and (max-width:767px) {
	.top-shop .inner .shop-bg .sliding .inner .btn {
		width:80%;
		padding: 11px 80px 11px 10px;
	}
	.top-shop .inner .shop-bg .sliding .inner .btn:after {
		width:70px;
	}
}
.top-recruit {
	margin-top:160px;
}
@media screen and (max-width:767px) {
	.top-recruit {
		margin-top:120px;
	}
}
.top-recruit a {
	display:block;
	width:100%;
	height: auto;
	background-color:#2e75d9;
	padding: 24px 0;
	text-decoration:none;
}
.top-recruit .top-recruit-btn {
	max-width:1130px;
	width:96%;
	margin:0 auto;
	padding:0;
	background-color:#2e75d9;
	height: auto;
	list-style:none;
	font-size:0;
	position:relative;
}
.top-recruit .top-recruit-btn li {
	display:inline-block;
	vertical-align: top;
}
.top-recruit .top-recruit-btn .img01 {
	position:relative;
	width:23.27%;
	margin-right:2.1%;
	padding-top:60px;
}
@media screen and (max-width:767px) {
	.top-recruit .top-recruit-btn .img01 {
		padding-top:0;
	}
}
.top-recruit .top-recruit-btn .img02 {
	position:relative;
	width:23.27%;
	margin-right:2.1%;
}
@media screen and (max-width:767px) {
	.top-recruit .top-recruit-btn .img02 {
		padding-top:20px;
	}
}
.top-recruit .top-recruit-btn .img03 {
	position:relative;
	width:23.27%;
	margin-right:2.1%;
}
@media screen and (max-width:767px) {
	.top-recruit .top-recruit-btn .img03 {
		padding-top:0;
	}
}
.top-recruit .top-recruit-btn .img04 {
	position:relative;
	width:23.27%;
	padding-top:60px;
}
@media screen and (max-width:767px) {
	.top-recruit .top-recruit-btn .img04 {
		padding-top:20px;
	}
}
.top-recruit .top-recruit-btn .title {
	background-color:#000000;
	font-size:18px;
	color:#fff;
	width:370px;
	padding:15px;
	text-align:center;
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-185px;
}
@media screen and (max-width:767px) {
	.top-recruit .top-recruit-btn .title {
		position: static;
		margin: 10px auto;
		width: 80%;
		padding: 5px;
	}
}
.top-recruit .top-recruit-btn .sub-title {
	font-size:14px;
	color:#fff;
	width:510px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-250px;
}
@media screen and (max-width:767px) {
	.top-recruit .top-recruit-btn .sub-title {
		width: 90%;
		margin: 0 auto;
		position: static;
		line-height: 20px;
	}
}

.top-event {
    position: relative;
	background-color:#ecf1f7;
	padding:1px 0;
}
.top-event:before{
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background: #ecf1f7;
	bottom: -90px;
	left: -100%;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
@media screen and (max-width:767px) {
	.top-event:before{
		height:200px;
		bottom:-50px;
	}
}
.top-event .list-conts {
	position:relative;
}
.top-event .list-conts .swiper-container {
	padding:3px 5px 0;
}
.top-event .list-conts .swiper-slide {
	font-size:14px;
	display:inline-block;
	width:322px;
	background-color:#fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	margin-right:20px;
}
.top-event .list-conts .swiper-slide:hover {
	position:relative;
	top: -3px;
	left:-3px;
	box-shadow: 3px 3px #4cadff;
}
@media screen and (max-width:767px) {
	.top-event .list-conts .swiper-slide {
		width:50%;
		margin-right:10px;
	}
}
.top-event .list-conts .swiper-slide .event-list {
	width:100%;
	height:100%;
	display:block;
}
.top-event .list-conts .swiper-slide .conts {
	padding:20px;
}
@media screen and (max-width:767px) {
	.top-event .list-conts .swiper-slide .conts {
		padding:10px;
		line-height:20px;
	}
}
.top-event .list-conts .swiper-slide .conts a {
	text-decoration:none;
}
.top-event .list-conts .swiper-slide .conts .title {
	color:#2a2929;
	font-weight:700;
}
.top-event .list-conts .swiper-slide .conts .date {
	color: #2279ee;
    background: -webkit-linear-gradient(0deg, #51aeff, #2279ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display:inline-block;
	margin-right:15px;
	font-size:12px;
}
@media screen and (max-width:767px) {
	.top-event .list-conts .swiper-slide .conts .date {
		margin-right:8px;
		font-size:11px;
	}
}
.top-event .list-conts .swiper-slide .conts .category {
	display:inline-block;
	font-size:12px;
}
@media screen and (max-width:767px) {
	.top-event .list-conts .swiper-slide .conts .category {
		font-size:11px;
	}
}
.top-event .list-conts .swiper-slide .conts .category a {
	color:#2a2929;
}
.swiper-button-next, .swiper-button-prev {
	top: -45px;
	margin-top: 0;
}
.swiper-button-prev {
	left: 47%;
}
.swiper-button-next {
	right:47%;
}
.swiper-button-prev:after {
	content:'';
	background-image:url(./images/top-event-prev.png);
	display:inline-block;
	width:11px;
	height:23px;
	background-size:11px 23px;
}
.swiper-button-next:after {
	content:'';
	background-image:url(./images/top-event-next.png);
	display:inline-block;
	width:11px;
	height:23px;
	background-size:11px 23px;
}
.top-contact {
	margin:200px auto 0;
}
@media screen and (max-width:767px) {
	.top-contact {
		margin:120px auto 0;
	}
}
.top-contact a {
	background-color:#4cadff;
	width:334px;
	height:42px;
	color:#fff;
	text-decoration:none;
	display:block;
	margin: 15px auto;
	display: block;
    box-shadow: none;
    border-radius: 0;
	padding: 7px 150px 7px 10px;
	box-sizing:border-box;
	position:relative;
	font-size: 14px;
    text-align: center;
	font-weight:700;
}
.top-contact a:after {
	content:'';
	border-top:1px solid #fff;
	width:140px;
	height:1px;
	display:inline-block;
	position: absolute;
    right: 0;
    top: 21px;
}
@media screen and (max-width:767px) {
	.top-contact a {
		width:80%;
		padding: 11px 80px 11px 10px;
		line-height:20px;
	}
	.top-contact a:after {
		width:70px;
	}
}
.top-banner {
	width: 96%;
    max-width: 1200px;
    margin: 40px auto 20px;
	font-size:0;
	letter-spacing:-1rem;
}
.top-banner a {
	display:inline-block;
	width:31%;
	margin-right:3.5%;
}
.top-banner a:last-child {
	margin-right:0;
}
@media screen and (max-width:768px) {
	.top-banner a {
		margin:10px auto 0;
		width:100%;
	}
	.top-banner a:last-child {
		margin:10px auto 0;
	}
}
.keni-footer_wrap {
	background-color:#d0d0d0 !important;
}
.keni-footer_outer {
	max-width: 1100px !important;
	padding:38px 0 !important;
}
@media screen and (max-width:767px) {
	.keni-footer_outer {
		padding:20px 0 !important;
	}
}
.keni-footer .keni-footer-cont01 {
	width:310px;
	text-align:center;
	float:left;
	font-size:12px;
}
.keni-footer .keni-footer-cont01 .logo {
	width:128px;
	margin:0 auto 20px;
}
.keni-footer .keni-footer-cont02 {
	text-align:center;
	float:left;
	font-size:12px;
	width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
   width : -webkit-calc(100% - 380px) ;
   width : calc(100% - 380px) ;
}
.keni-footer .keni-footer-cont03 {
	float:left;
	width:70px;
}
.keni-footer .keni-footer-cont03 img {
	margin-top:5px;
}
@media screen and (max-width:767px) {
	.keni-footer .keni-footer-cont01 {
		width:calc(100% - 70px);
		width : -webkit-calc(100% - 70px) ;
	}
	.keni-footer .keni-footer-cont01 .logo {
		display:inline-block;
		vertical-align:middle;
		width:110px !important;
		margin:0 20px 0 0;
	}
	.keni-footer .keni-footer-cont01 .access {
		display:inline-block;
		vertical-align:middle;
		line-height: 20px;
		text-align:left;
	}
	.keni-footer .keni-footer-cont02 {
		display:none;
	}
	.keni-footer .keni-footer-cont03 {
		width:45px;
	}
	.keni-footer .keni-footer-cont03 img {
		margin-top:0;
	}
}
.keni-footer .keni-footer-cont02 ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
}
.keni-footer .keni-footer-cont02 ul li{
	display:inline-block;
	vertical-align:top;
}
.keni-footer .keni-footer-cont02 ul li ul {
	margin-right:50px;
}
.keni-footer .keni-footer-cont02 ul li:last-child ul {
	margin-right:0;
}
.keni-footer .keni-footer-cont02 ul li ul li {
	display:block;
}
.keni-footer .keni-footer-cont02 ul li ul li a {
	display:block;
	width:100%;
	text-decoration:none;
	color:#262626;
}
.keni-footer-panel ul {
	border:none !important;
}
.keni-footer-panel .recruit {
	background-color:#2e75d9;
}
.keni-footer-panel .uq {
	background-color:#4cadff;
	position:relative;
}
.keni-footer-panel .uq a {
	padding-left:15px !important
}
.keni-footer-panel .uq:before {
	display:inline-block;
	content:'';
	background-image:url(./images/header-btn-uq.png);
	background-size: 31px 23px;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 9px;
    left: 5px;
}
.keni-footer-panel .au {
	background-color:#ff803d;
	position:relative;
}
.keni-footer-panel .au a {
	padding-left:15px !important
}
.keni-footer-panel .au:before {
	display:inline-block;
	content:'';
	background-image:url(./images/header-btn-au.png);
	background-size: 31px 23px;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 9px;
    left: 5px;
}
.keni-footer-panel li a {
	font-size: 14px;
    padding: 10px 0 !important;
	color:#fff !important;
}
.keni-copyright_wrap {
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:16px;
	font-size:10px;
	border:none !important;
}

.sp {
    display: none;
}

@media screen and (max-width:767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* 2階層目 */
#second-main-v {
	width:100%;
	margin:0;
	padding:0;
	height: auto;
	background-color:#fff;
}
@media screen and (max-width:767px) {
	#second-main-v {
		overflow:visible;
	}
}

#second-main-v .shop {
	width:100%;
	height:380px;
	background-image:url(./images/shop-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .shop {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .shop {
		background-image:url(./images/shop-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .agent {
	width:100%;
	height:380px;
	background-image:url(./images/agent-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .agent {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .agent {
		background-image:url(./images/agent-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .corp {
	width:100%;
	height:380px;
	background-image:url(./images/corp-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .corp {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .corp {
		background-image:url(./images/corp-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .company {
	width:100%;
	height:380px;
	background-image:url(./images/company-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .company {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .company {
		background-image:url(./images/company-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .event {
	width:100%;
	height:380px;
	background-image:url(./images/event-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .event {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .event {
		background-image:url(./images/event-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .privacy {
	width:100%;
	height:380px;
	background-image:url(./images/privacy-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .privacy {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .privacy {
		background-image:url(./images/privacy-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .soli-policy {
	width:100%;
	height:380px;
	background-image:url(./images/soli-policy-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .soli-policy {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .soli-policy {
		background-image:url(./images/soli-policy-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .contactform {
	width:100%;
	height:380px;
	background-image:url(./images/contactform-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .contactform {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .contactform {
		background-image:url(./images/contactform-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
#second-main-v .contact {
	width:100%;
	height:380px;
	background-image:url(./images/contact-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .contact {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .contact {
		background-image:url(./images/contact-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}

#second-main-v .magazine {
	width:100%;
	height:380px;
	background-image:url(./images/magazine-header-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	#second-main-v .magazine {
		height:300px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v .magazine {
		background-image:url(./images/magazine-header-bg-sp.png);
		background-size:100% auto;
		width:100%;
		height:auto;
	}
}
		
#second-main-v h1 {
	text-align: center;
	padding-top:175px;
	color:#fff;
	font-size:36px;
	line-height: 26px;
	font-weight:700;
}
#second-main-v h1 span {
	font-size:14px;
}
@media screen and (max-width:1000px) {
	#second-main-v h1 {
		font-size:30px;
		padding-top: 135px;
	}
}
@media screen and (max-width:767px) {
	#second-main-v h1 {
		font-size:24px;
		padding-top: 100px;
		min-height: 230px;
	}
}
/* 代理店様支援業務 */
.agent-conts01 {
	text-align:center;
	max-width:96%:
}
.agent-conts01 ul {
	display:inline-block;
	list-style:none;	
	padding:0;
	margin:0 0 70px;
}
.agent-conts01 ul li {
	text-align:left;
	font-size:16px;
	background-image:url(./images/agent-list-icon.png);
	background-repeat:no-repeat;
	background-position: 0 9px;
    background-size: 11px 11px;
    padding-left: 20px;
}
@media screen and (max-width:767px) {
	.agent-conts01 ul li {
		font-size:14px;
	}
}
.agent-conts01 .contact {
	max-width:1100px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#787878;
}
.agent-conts01 .contact .title {
	font-weight:bold;
	font-size:20px;
	color:#2a2929;
	margin-bottom:20px;
}
.agent-conts01 .contact .inner {
	margin-top:10px;
}
.agent-conts01 .contact .inner .web {
	float:left;
	width:50%;
	font-size:11px;
	color:#787878;
}
@media screen and (max-width:767px) {
	.agent-conts01 .contact .inner .web {
		float:none;
		width:100%;
		margin-bottom:50px;
	}
}
.agent-conts01 .contact .inner .web .title {
	color:#4cadff;
	font-weight:700;
	margin-bottom:50px;
	font-size:18px;
}
@media screen and (max-width:767px) {
	.agent-conts01 .contact .inner .web .title {
		margin-bottom:30px;
	}
}
.agent-conts01 .contact .inner .web .btn {
	background-color:#4cadff;
	font-weight:700;
	display:block;
	max-width:376px;
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
	color:#fff;
	height:84px;
	padding:32px 0;
	box-shadow:none;
	border-radius:0;
	line-height: 24px;
}
.agent-conts01 .contact .inner .web .btn:before {
	content:'';
	background-image:url(./images/agent-web-icon.png);
	background-repeat:no-repeat;
    background-size: 20px 16px;
	display:inline-block;
	width:20px;
	height:16px;
	vertical-align: -3px;
    margin-right: 10px;
}
.agent-conts01 .contact .inner .tel {
	float:left;
	width:50%;
	font-size:11px;
	color:#787878;
}
@media screen and (max-width:767px) {
	.agent-conts01 .contact .inner .tel {
		float:none;
		width:100%;
	}
}
.agent-conts01 .contact .inner .tel .title {
	color:#4cadff;
	font-weight:700;
	margin-bottom:50px;
}
@media screen and (max-width:767px) {
	.agent-conts01 .contact .inner .tel .title {
		margin-bottom:30px;
	}
}
.agent-conts01 .contact .inner .tel .btn {
	color:#4cadff;
	font-weight:700;
	display:block;
	max-width:376px;
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
	height:84px;
	padding:20px 0;
	box-shadow:none;
	background:none;
	line-height: 24px;
	color:#2a2929;
	font-size:24px;
}
.agent-conts01 .contact .inner .tel .btn:before {
	content:'';
	background-image:url(./images/agent-tell-icon.png);
	background-repeat:no-repeat;
	background-size:47px 47px;
	display:inline-block;
	width:47px;
	height:47px;
	vertical-align: -16px;
    margin-right: 10px;
}
/* 法人のお客様 */
.corp-conts01 {
	text-align:left;
	font-size:14px;
	width:96%;
	max-width:900px;
	margin:70px auto;
}
.corp-conts02 {
	background: linear-gradient(#f7f7f7, #e2e2e2);
	padding: 50px 0;
}
.corp-conts02 .inner {
	background-color:#fff;
	max-width:1100px;
	margin:0 auto;
	width:96%;
	text-align:center;
	font-size:14px;
	padding:70px 0;
}
.corp-conts02 .inner .content {
	display:inline-block;
	margin:0 auto;
	text-align:left;
}
@media screen and (max-width:767px) {
	.corp-conts02 .inner {
		width:90%;
		padding:40px 15px 2px;
	}
}
.corp-conts02 .inner  .needs {
	font-size:0;
	width:96%;
	margin:0 auto 50px;
}
.corp-conts02 .inner  .needs .list {
	display:inline-block;
	width:32%;
	box-sizing:border-box;
	padding:0 10px;
	vertical-align:middle;
	font-size:14px;
}
@media screen and (max-width:767px) {
	.corp-conts02 .inner  .needs {
		margin:0 auto 0;
		display:flex;
		justify-content: space-between;
		width: 100%;
	}
	.corp-conts02 .inner  .needs .list {
		width: 46%;
		margin-bottom: 0;
		font-size: 14px;
		padding:0;
	}
}
.corp-conts02 .inner  .needs .list img {
	margin-bottom:14px;
}
.corp-conts02 .inner  .needs .list .text {
	display:inline-block;
	text-align:left;
}
.corp-conts03 {
	width:96%;
	margin:0 auto;
}
.corp-conts03 .btn {
	display: block;
    max-width: 670px;
    width: 80%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #4cadff;
	margin:0 auto 70px;
    height: 80px;
    position: relative;
    line-height: 80px;
	text-align: center;
    padding: 2px;
    border-radius: 0;
    box-shadow: none;
}
.corp-conts03 .btn:after {
    position: absolute;
    right: 16px;
    content: '';
    display: inline-block;
    background: url(./images/corp-btn-icon.png) no-repeat;
    background-size: 12px 20px;
    width: 12px;
    height: 40px;
    top: 29px;
}
@media screen and (max-width:767px) {
	.corp-conts03 .btn {
		width:90%;
		font-size:14px;
		margin: 40px auto;
		height: 70px;
		line-height: 70px;
	}
	.corp-conts03 .btn:after {
		background-size: 8px 18px;
		width: 8px;
		height: 18px;
		top: 27px;
	}
}
.corp-conts03 .btn2 {
	display: block;
    max-width: 670px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #4cadff;
	margin:40px auto 40px;
    height: 80px;
    position: relative;
    line-height: 80px;
	text-align: center;
    padding: 2px;
    border-radius: 0;
    box-shadow: none;
	text-decoration:none;
}
.corp-conts03 .btn2:after {
    position: absolute;
    right: 16px;
    content: '';
    display: inline-block;
    background: url(./images/corp-btn-icon.png) no-repeat;
    background-size: 12px 20px;
    width: 12px;
    height: 40px;
    top: 29px;
}
@media screen and (max-width:768px) {
	.corp-conts03 .btn2 {
		width:90%;
		font-size:14px;
		margin: 40px auto;
		height: 70px;
		line-height: 70px;
	}
	.corp-conts03 .btn2:after {
		background-size: 8px 18px;
		width: 8px;
		height: 18px;
		top: 27px;
	}
}
@media screen and (max-width:767px) {
	.corp-conts03 .inner {
		width:96%;
		margin:0 auto;
	}
}
.corp-conts03 .inner .info {
    font-size: 0;
	width: 900px;
    margin: 0 auto 60px;
}
@media screen and (max-width:767px) {
	.corp-conts03 .inner .info {
		width:100%;
	}
}
.corp-conts03 .inner .info .access {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    line-height: 28px;
}
.corp-conts03 .inner .info .access .title {
	font-weight: 700;
    color: #059acc;
    font-size: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width:767px) {
	.corp-conts03 .inner .info .access {
		width:100%;
		float:none;
		margin-bottom:40px;
	}
}
.corp-conts03 .inner .info .access .tell {
	text-align:center;
	padding-right:50px;
}
.corp-conts03 .inner .info .access .tell a {
	text-decoration:none;
	color:#2a2929;
	position: relative;
	margin: 0;
	display:block;
	font-size: 24px;
    font-weight: 700;
    color: #059acc;
}
.corp-conts03 .inner .info .access .tell a:before {
	content:'';
    display: inline-block;
    background: url(./images/corp-tell-icon.png) no-repeat;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
	margin-right: 15px;
    vertical-align: -14px;
}
@media screen and (max-width:767px) {
	.corp-conts03 .inner .info .access .tell {
		padding-right:0;
	}
	.corp-conts03 .inner .info .access .tell a {
		width:90%;
		font-size:20px;
		margin: 40px auto 0;
		height: 45px;
		line-height: 45px;
	}
	.corp-conts03 .inner .info .access .tell a:before {
		background-size: 38px 38px;
		width: 38px;
		height: 38px;
		margin-right: 15px;
		vertical-align: -11px;
	}
}
.corp-conts03 .inner .info .map {
    position: relative;
    padding-bottom: 22.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 50%;
    display: inline-block;
    margin-right: 0;
}
@media screen and (max-width:767px) {
	.corp-conts03 .inner .info .map {
		width:100%;
		float:none;
		margin:0 auto 50px;
	}
}
.corp-conts03 .inner .info .map iframe, .corp-conts03 .inner .info .map object, .corp-conts03 .inner .info .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 会社情報 */
.company-conts01 {
	max-width:1100px;
	margin:0 auto;
	font-size:15px;
	width:96%;
}
.company-conts01 .inner {
	width:350px;
	float:right;
	margin:0 0 20px 20px;
}
@media screen and (max-width:767px) {
	.company-conts01 {
		font-size:14px;
	}
	.company-conts01 .inner {
		width:100%;
		float:none;
		margin:0 0 20px;
	}
}
.company-conts02 {
	background-color:#f7f7f6;
	height:265px;
}
@media screen and (max-width:767px) {
	.company-conts02 {
		height:auto;
	}
}
.company-conts02 .inner {
	max-width:700px;
	margin:0 auto;
	width:96%;
}
.company-conts03 {
	max-width:900px;
	margin:0 auto;
	font-size:14px;
	width:96%;
}
.company-conts03 .philosophy01 {
	text-align:center;
	margin-bottom:60px;
}
.company-conts03 .philosophy01 .innner01 {
	width:550px;
	margin:0 auto;
	font-size:19px;
	text-align:center;
	font-weight:700;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width:767px) {
	.company-conts03 .philosophy01 {
		margin-bottom:0;
	}
	.company-conts03 .philosophy01 .innner01 {
		width:90%;
		text-align:left;
		font-size:17px;
	}
}
.company-conts03 .philosophy01 .innner01 .title {
	background-color:#4cadff;
	color:#fff;
	font-size:18px;
	text-align:center;
	width:360px;
	padding:20px;
	margin:0 auto 30px;
	font-family:'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width:767px) {
	.company-conts03 .philosophy01 .innner01 .title {
		font-size:16px;
		padding:15px 0;
		width:100%;
		text-align:center;
	}
}
.company-conts03 .philosophy02 {
	text-align:center;
}
.company-conts03 .philosophy02 .innner01 {
	width:360px;
	margin:0 auto;
	font-size:14px;
	text-align:left;
	float:left;
}
@media screen and (max-width:767px) {
	.company-conts03 .philosophy02 .innner01 {
		width:90%;
		float:none;
	}
}
.company-conts03 .philosophy02 .innner01 .title {
	background-color:#4cadff;
	color:#fff;
	font-size:18px;
	text-align:center;
	width:100%;
	padding:20px;
	margin-bottom:30px;
}
@media screen and (max-width:767px) {
	.company-conts03 .philosophy02 .innner01 .title {
		font-size:16px;
		padding:10px 0;
	}
}
.company-conts03 .philosophy02 .innner02 {
	width:360px;
	margin:0 auto;
	font-size:14px;
	text-align:left;
	float:right;
}
@media screen and (max-width:767px) {
	.company-conts03 .philosophy02 .innner02 {
		width:90%;
		float:none;
		margin-bottom:60px;
	}
}
.company-conts03 .philosophy02 .innner02 .title {
	background-color:#4cadff;
	color:#fff;
	font-size:18px;
	text-align:center;
	width:100%;
	padding:20px;
	margin-bottom:30px;
}
@media screen and (max-width:767px) {
	.company-conts03 .philosophy02 .innner02 .title {
		font-size:16px;
		padding:10px 0;
	}
}
.company-conts04 {
    position: relative;
	background-color:#ecf1f7;
	padding:1px 0;
	margin:50px 0;
}
.company-conts04:before{
	content: "";
	position: absolute;
	z-index:0;
	height: 400px;
	width: 300%;
	background: #ecf1f7;
	top: -20px;
	left: -100%;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.company-conts04:after{
	content: "";
	position: absolute;
	z-index:0;
	height: 400px;
	width: 300%;
	background: #ecf1f7;
	bottom: -20px;
	left: -100%;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
@media screen and (max-width:767px) {
	.company-conts04:before{
		top: -15px;
	}
	.company-conts04:after{
		bottom:-60px;
	}
}
.company-conts04 .inner {
	max-width:900px;
	width:96%;
	margin:0 auto;
	font-size:14px;
	position: relative;
    z-index: 1;
}
.company-conts04 .inner .shop {
	margin-bottom:50px;
}
.company-conts04 .inner .shop .au {
	width:33.33%;
	float:left;
	text-align:center;
	box-sizing:border-box;
	padding:0 15px;
}
@media screen and (max-width:768px) {
	.company-conts04 .inner .shop .au {
		width:100%;
		float:none;
	}
}
.company-conts04 .inner .shop .au:first-child {
	padding-left:0;
}
.company-conts04 .inner .shop .au:last-child{
	padding-right:0;
}
.company-conts04 .inner .shop .au .img {
	width:147px;
	margin:0 auto 30px;
}
.company-conts04 .inner .shop .au .title {
	font-weight:700;
	margin-bottom:30px;
}
.company-conts04 .inner .shop .au .conts {
	text-align:center;
}
.company-conts04 .inner .shop .au .conts .container {
	display:inline-block;
	text-align:left;
}
.company-conts04 .inner .shop .uq {
	width:50%;
	float:left;
	text-align:center;
}
@media screen and (max-width:767px) {
	.company-conts04 .inner .shop .uq {
		width:100%;
		float:none;
	}
}
.company-conts04 .inner .shop .uq .img {
	width:147px;
	margin:0 auto 30px;
}
.company-conts04 .inner .shop .uq .title {
	font-weight:700;
	margin-bottom:30px;
}
.company-conts04 .inner .shop .uq .conts {
	text-align:center;
}
.company-conts04 .inner .shop .uq .conts .container {
	display:inline-block;
	text-align:left;
}
.company-conts05 {
	max-width:900px;
	width:96%;
	margin:100px auto;
	font-size:14px;
}
.company-conts06 {
    position: relative;
	background-color:#ecf1f7;
	padding:1px 0;
}
.company-conts06:before{
	content: "";
	position: absolute;
	z-index:0;
	height: 400px;
	width: 300%;
	background: #ecf1f7;
	top: -30px;
	left: -100%;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.company-conts06:after{
	content: "";
	position: absolute;
	z-index:0;
	height: 400px;
	width: 300%;
	background: #ecf1f7;
	bottom: -90px;
	left: -100%;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
@media screen and (max-width:767px) {
	.company-conts06:before{
		top: -15px;
	}
	.company-conts06:after{
		bottom:-60px;
	}
}
.company-conts06 .inner {
	max-width:700px;
	width:96%;
	margin:0 auto;
	font-size:14px;
	position:relative;
	z-index:1;
}
.company-conts06 .inner table {
	border-top:1px solid #00a0e9;
}
.company-conts06 .inner table tr {
	border-bottom:1px solid #00a0e9;
}
.company-conts06 .inner table tr:nth-child(odd) th {
	background: #fff;
}
.company-conts06 .inner table tr:nth-child(even) th {
	background: #ecf1f7;
}
.company-conts06 .inner table tr:nth-child(odd) td {
	background: #fff;
}
.company-conts06 .inner table tr th{
	width:230px;
	border:none;
	padding:15px 0;
	text-align:center;
	font-weight:normal;
}
@media screen and (max-width:767px) {
	.company-conts06 .inner table tr th{
		width:130px;
	}
}
.company-conts06 .inner table td {
	border:none;
	padding:15px 0;
	text-align:center;
}
.company-conts07 {
	max-width:900px;
	width:96%;
	margin:100px auto 100px;
	font-size:14px;
}
.company-conts07 table {
	border-left:2px solid #00a0e9;
}
.company-conts07 table th {
	position:relative;
	border:none;
	background-color:#fff;
	font-weight:700;
	color:#00a0e9;
	padding:15px 5px 15px 25px;
	text-align:center;
}
@media screen and (max-width:767px) {
	.company-conts07 table th {
		padding:15px 5px 15px 15px;
		width: 105px;
	}
}
.company-conts07 table tr:first-child th {
	padding-top:0;
}
.company-conts07 table tr:last-child th {
	padding-bottom:0;
}
.company-conts07 table td {
	border:none;
	padding:15px 5px 15px 50px;
	text-align:left;
}
@media screen and (max-width:767px) {
	.company-conts07 table td {
		padding:15px 5px 15px 10px;
	}
}
.company-conts07 table tr:first-child td {
	padding-top:0;
}
.company-conts07 table tr:last-child td {
	padding-bottom:0;
}
.company-conts07 table th:before {
	display:inline-block;
	content:'';
	background-image:url(./images/company-history-icon.png);
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: -13px;
}
.company-conts07 table tr td p:last-child {
	margin-bottom:0;
}
.company-conts07 table tr:last-child td p:last-child {
	margin-bottom:0;
}
@media screen and (max-width:767px) {
	.company-conts07 table th:before {
		background-image:url(./images/company-history-icon.png);
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
		left: -10px;
	}
}
.company-conts07 table tr:first-child th:before {
	top:0;
}
.company-conts08 {
	width:96%;
	max-width:1100px;
	margin:100px auto;
	font-size:14px;
}
.company-conts09 {
	width:96%;
	max-width:1100px;
	margin:200px auto 0;
	font-size:14px;
}
.company-logo_list {
	display:flex;
	align-items:center;
	margin:40px auto 40px;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width:600px;
}
.company-logo_list >div {
	width:46%;
}
@media screen and (max-width:767px) {
	.company-logo_list {
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.company-logo_list >div {
		width:46%;
	}
}
/* 店舗情報 */
.shop-conts01 {
	width:96%;
	max-width:1100px;
	margin:70px auto;
	font-size:0;
	text-align:center;
	letter-spacing: -1em;
}
.shop-conts01 .inner01 {
	display:inline-block;
	font-size:14px;
	letter-spacing: normal;
	text-align:left;
	vertical-align:top;
}
@media screen and (max-width:767px) {
	.shop-conts01 .inner01 {
		margin:0 auto;
		width:100%;
	}
}
.shop-conts01 .inner01 .title {
	text-align:center;
	font-weight:700;
	color:#4cadff;
	display: flex;
	align-items: center;
	width: 300px;
    margin: 0 auto 20px;
}
.shop-conts01 .inner01 .title:before, .shop-conts01 .inner01 .title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #4cadff;
	display: block;
}
.shop-conts01 .inner01 .title:before {
	margin-right: .4em;
}
.shop-conts01 .inner01 .title:after {
	margin-left: .4em;
}
.shop-conts01 .inner01 p {
	margin-bottom:15px;
}
.shop-conts01 .inner02 {
	display:inline-block;
	font-size:14px;
	letter-spacing: normal;
	width:29%;
	text-align:left;
}
@media screen and (max-width:767px) {
	.shop-conts01 .inner02 {
		margin:0 auto;
		width:100%;
	}
}
.twitter-timeline {
	border-radius: 5px !important;
    border: 2px solid #f0f4f6 !important;
	margin-bottom:15px !important;
}
.shop-conts02 {
	width:96%;
	max-width:1100px;
	margin:70px auto;
	font-size:14px;
	text-align:center;
}
.shop-conts02 .title {
	color: #2279ee;
    background: -webkit-linear-gradient(0deg, #51aeff, #2279ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:18px;
	font-weight:700;
	margin-bottom:35px;
}
.shop-conts02 .inner {
	display:inline-block;
	text-align:left;
}
.shop-conts02 .inner .title02 {
	text-align:left;
	font-weight:700;
    margin: 40px auto 20px;
}
.shop-conts02 .post_col-3 {
	width: 33.33333%;
	float: left;
	margin-bottom: 2em;
}
.shop-conts02 .post_col-3 .q_button {
	color: #fff!important;
	min-width: 200px;
    max-width: 90%;
	display: inline-block;
    vertical-align: middle;
    padding: .6em 1.3em .5em;
    font-weight: 700;
    font-size: 100%;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-align: center;
}
.shop-conts02 .post_col-3 .bt_red {
	background: #ff851b;
}
.shop-conts02 .post_col-3 .bt_green {
	background:#4cadff;
}
.shop-conts03 {
	width:96%;
	max-width:1100px;
	margin:70px auto;
	font-size:14px;
	text-align:center;
}
.shop-conts03 .shop-list ul {
	font-size:0;
	letter-spacing: -1em;
	margin:0;
	padding:0;
	text-align:left;
}
.shop-conts03 .shop-list ul li {
	display:inline-block;
	letter-spacing: normal;
	font-size:14px;
	width:32%;
	margin-right:2%;
	box-sizing:border-box;
	padding:20px;
	text-align:left;
	position: relative;
	overflow: hidden;
	z-index:1;
	border:3px solid #ff803d;
	border-radius:3px;
	line-height:24px;
	vertical-align:top;
	margin-bottom:40px;
	background-image:url(./images/au-shop-list-bg02.png);
	background-position:bottom left;
	background-size:contain;
}
@media screen and (max-width:767px) {
	.shop-conts03 .shop-list ul li {
		margin:0 auto 40px;
		width:100%;
	}
}
/*.shop-conts03 .shop-list ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 80px;
	height: 290px;
	background-size:80px 290px;
	background-image:url(./images/au-shop-list-bg.png);
	z-index: 0;
	display:inline-block;
}
.shop-conts03 .shop-list ul li.dairi:after {
	content:none;
}*/
.shop-conts03 .shop-list ul li .inner {
	position:relative;
	z-index:10;
}
.shop-conts03 .shop-list ul li:nth-of-type(3n) {
	margin-right:0;
}
.shop-conts03 .shop-list ul li h3 {
	font-weight:700;
	font-size:16px;
	margin:0 0 10px;
	color:#333333;
	border:none;
}
.shop-conts03 .shop-list ul li .access {
	margin-bottom:5px;
	min-height:94.55px;
}
.shop-conts03 .shop-list ul li .sup {
	margin-bottom:10px;
	min-height:24.24px;
}
@media screen and (max-width:767px) {
	.shop-conts03 .shop-list ul li .sup {
		min-height:auto;
	}
}
.shop-conts03 .shop-list ul li .sup .repair {
	font-size:12px;
	display:inline-block;
	margin-right:10px;
	font-weight:700;
}
.shop-conts03 .shop-list ul li .sup .insurance {
	color:#fc9855;
	font-size:12px;
	display:inline-block;
	font-weight:700;
}
.shop-conts03 .shop-list ul li .img {
	position:relative;
}
.shop-conts03 .shop-list ul li .img .btn {
	position:absolute;
	bottom:15px;
	right:0;
	display:block;
	background-color:#ff803d;
	color:#fff;
	width:58%;
	box-sizing:border-box;
	padding: 11px 30px 11px 15px;
	border-radius:0;
	box-shadow:none;
}
.shop-conts03 .shop-list ul li .img .btn:after {
    content: '';
    border-top: 1px solid #fff;
    width: 20%;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 21px;
}
.shop-conts04 {
	width:96%;
	max-width:1100px;
	margin:70px auto;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width:767px) {
	.shop-conts04 {
		margin:70px auto 20px;
	}
}
.shop-conts04 .shop-list ul {
	font-size:0;
	letter-spacing: -1em;
	margin:0;
	padding:0;
	text-align:left;
}
.shop-conts04 .shop-list ul li {
	display:inline-block;
	letter-spacing: normal;
	font-size:14px;
	width:32%;
	margin-right:2%;
	box-sizing:border-box;
	padding:20px;
	text-align:left;
	position: relative;
	overflow: hidden;
	z-index:1;
	border:3px solid #4cadff;
	border-radius:3px;
	line-height:24px;
	vertical-align:top;
	margin-bottom:40px;
	background-image:url(./images/uq-shop-list-bg02.png);
	background-position:bottom left;
	background-size:contain;
}
@media screen and (max-width:767px) {
	.shop-conts04 .shop-list ul li {
		margin:0 auto 40px;
		width:100%;
	}
}
/*.shop-conts04 .shop-list ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 80px;
	height: 290px;
	background-size:80px 290px;
	background-image:url(./images/uq-shop-list-bg.png);
	z-index: 0;
	display:inline-block;
}
.shop-conts04 .shop-list ul li.dairi:after {
	content:none;
}*/
.shop-conts04 .shop-list ul li .inner {
	position:relative;
	z-index:10;
}
.shop-conts04 .shop-list ul li:nth-of-type(3n) {
	margin-right:0;
}
.shop-conts04 .shop-list ul li h3 {
	font-weight:700;
	font-size:16px;
	margin:0 0 10px;
	color:#333333;
	border:none;
}
.shop-conts04 .shop-list ul li .access {
	margin-bottom:5px;
	min-height:94.55px;
}
.shop-conts04 .shop-list ul li .sup {
	margin-bottom:10px;
	min-height:24.24px;
}
@media screen and (max-width:767px) {
	.shop-conts04 .shop-list ul li .sup {
		min-height:auto;
	}
}
.shop-conts04 .shop-list ul li .sup .repair {
	font-size:12px;
	display:inline-block;
	margin-right:10px;
	font-weight:700;
}
.shop-conts04 .shop-list ul li .sup .insurance {
	color:#fc9855;
	font-size:12px;
	display:inline-block;
	font-weight:700;
}
.shop-conts04 .shop-list ul li .img {
	position:relative;
}
.shop-conts04 .shop-list ul li .img .btn {
	position:absolute;
	bottom:15px;
	right:0;
	display:block;
	background-color:#4cadff;
	color:#fff;
	width:58%;
	box-sizing:border-box;
	padding: 11px 30px 11px 15px;
	border-radius:0;
	box-shadow:none;
}
.shop-conts04 .shop-list ul li .img .btn:after {
    content: '';
    border-top: 1px solid #fff;
    width: 20%;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 21px;
}
.shop-conts05 {
	width:96%;
	max-width:1100px;
	margin:70px auto;
	font-size:14px;
	text-align:center;
}
.shop-conts05 .shop-list ul {
	font-size:0;
	letter-spacing: -1em;
	margin:0;
	padding:0;
	text-align:left;
	display: flex;
    flex-wrap: wrap;
}
.shop-conts05 .shop-list ul li {
	display:inline-block;
	letter-spacing: normal;
	font-size:14px;
	width:32%;
	margin-right:2%;
	box-sizing:border-box;
	padding:20px;
	text-align:left;
	position: relative;
	overflow: hidden;
	z-index:1;
	border:3px solid #221e1f;
	border-radius:3px;
	line-height:24px;
	vertical-align:top;
	margin-bottom:40px;
	background-image:url(./images/austyle-shop-list-bg02.png);
	background-position:bottom left;
	background-size:contain;
	display: flex;
    flex-direction: column;
}
@media screen and (max-width:768px) {
	.shop-conts05 .shop-list ul li {
		margin:0 auto 40px;
		width:100%;
	}
}
/*.shop-conts05 .shop-list ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 80px;
	height: 290px;
	background-size:80px 290px;
	background-image:url(./images/austyle-shop-list-bg.png);
	z-index: 0;
	display:inline-block;
}
.shop-conts05 .shop-list ul li.dairi:after {
	content:none;
}*/
.shop-conts05 .shop-list ul li .inner {
	position:relative;
	z-index:10;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
}
.shop-conts05 .shop-list ul li:nth-of-type(3n) {
	margin-right:0;
}
.shop-conts05 .shop-list ul li h3 {
	font-weight:700;
	font-size:16px;
	margin:0 0 10px;
	color:#333333;
	border:none;
	width:100%;
}
.shop-conts05 .shop-list ul li .access {
	margin-bottom:5px;
	min-height:94.55px;
}
.shop-conts05 .shop-list ul li .au-link {
	width:100%;
	margin-bottom:5px;
}
.shop-conts05 .shop-list ul li .au-link a {
	color:#ff803d;
}
.shop-conts05 .shop-list ul li .sup {
	margin-bottom:5px;
	min-height:24.24px;
}
@media screen and (max-width:768px) {
	.shop-conts05 .shop-list ul li .sup {
		min-height:auto;
	}
}
.shop-conts05 .shop-list ul li .sup .repair {
	font-size:12px;
	display:inline-block;
	margin-right:10px;
	font-weight:700;
}
.shop-conts05 .shop-list ul li .sup .insurance {
	color:#fc9855;
	font-size:12px;
	display:inline-block;
	font-weight:700;
}
.shop-conts05 .shop-list ul li .img {
	position:relative;
	margin-top:auto;
}
.shop-conts05 .shop-list ul li .img .btn {
	position:absolute;
	bottom:15px;
	right:0;
	display:block;
	background-color:#221e1f;
	color:#fff;
	width:58%;
	box-sizing:border-box;
	padding: 11px 40px 11px 15px;
	border-radius:0;
	box-shadow:none;
}
.shop-conts05 .shop-list ul li .img .btn:after {
    content: '';
    border-top: 1px solid #fff;
    width: 20%;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 21px;
}
/* 部活・イベント */
.event-conts01 {
	width:96%;
	max-width:800px;
	margin:70px auto;
	font-size:14px;
	text-align:left;
}
@media screen and (max-width:767px) {
	.event-conts01 {
		margin:40px auto;
		text-align:left;
	}
}
.event-conts02 {
	width:96%;
	max-width:1100px;
	margin:100px auto;
	font-size:14px;
}
@media screen and (max-width:767px) {
	.event-conts02 {
		margin:40px auto;
	}
}
.event-conts02 .club-list {
	font-size:0;
	letter-spacing: -1em;
}
@media screen and (max-width:767px) {
	.event-conts02 .club-list {
		margin-bottom:30px;
	}
}
.event-conts02 .club-list .img {
	width:180px;
	font-size:14px;
	letter-spacing: normal;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin-right:70px;
}
@media screen and (max-width:767px) {
	.event-conts02 .club-list .img {
		width:100%;
		margin-right:0;
	}
}
.event-conts02 .club-list .img .title {
	color: #2279ee;
    background: -webkit-linear-gradient(0deg, #51aeff, #2279ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight:700;
	font-size:20px;
	text-align:center;
	margin-bottom:18px;
}
@media screen and (max-width:767px) {
	.event-conts02 .club-list .img .title {
		font-size:18px;
		text-align:center;
	}
}
.event-conts02 .club-list .img .title img {
	width:31px !important;
	vertical-align: -9px;
    margin-bottom: 0;
    margin-right: 10px;
}
.event-conts02 .club-list .img img {
	margin-bottom:18px;
}
@media screen and (max-width:767px) {
	.event-conts02 .club-list .img img {
		width:50% !important;
	}
}
.event-conts02 .club-list .text {
	width : 80% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 251px) ;
	width : calc(100% - 251px) ;
	font-size:14px;
	text-align:left;
	display:inline-block;
	letter-spacing: normal;
}
@media screen and (max-width:767px) {
	.event-conts02 .club-list .text {
		width:100%;
	}
}
.event-conts02 .club-list .text .btn {
	max-width: 385px;
    width: 80%;
    color: #fff;
    text-align: center;
    height: 65px;
    border-radius: 5px;
    box-shadow: none;
    line-height: 42px;
    background-color: #4cadff;
    margin: 40px auto;
    display: block;
}
.event-conts02 .club-list .club-list-inner {
	display:inline-block;
	text-align:center;
	width:50%;
	vertical-align:top;
	letter-spacing: normal;
}
@media screen and (max-width:767px) {
	.event-conts02 .club-list .club-list-inner {
		width:100%;
	}
}
.event-conts02 .club-list .club-list-inner .title  {
	color: #2279ee;
    background: -webkit-linear-gradient(0deg, #51aeff, #2279ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight:700;
	font-size:20px;
	margin-bottom:40px;
}
@media screen and (max-width:767px) {
	.event-conts02 .club-list .club-list-inner .title  {
		font-size:18px;
	}
}
.event-conts02 .club-list .club-list-inner .title img {
	width:31px;
	vertical-align: -9px;
    margin-bottom: 0;
    margin-right: 10px;
}
.event-conts02 .club-list .club-list-inner .btn {
	max-width: 385px;
    width: 80%;
    color: #fff;
    text-align: center;
    height: 65px;
    border-radius: 5px;
    box-shadow: none;
    line-height: 42px;
    background-color: #4cadff;
    margin: 40px auto;
    display: block;
}
/* ポップアップ */
.item_wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.item {
  width: 100%;
}
.popupbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 300;
  top: 0;
  left: 0;
  display: none;
}
.popup_wrapper {
	width: 96%;
	height:auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin:-48% 0 0 -48%;
	z-index: 301;
	text-align: center;
	display: none;
}
.popup_wrapper .popup {
  position: relative;
}
.popup_wrapper .img {
  display: inline-block;
}
.popup_wrapper .caption {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.popup_wrapper .close_btn {
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  margin: -15px -15px 0 0;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
/* プライバシーポリシー */
.privacy-conts01 {
	text-align:left;
	font-size:14px;
	width:96%;
	max-width:900px;
	margin:70px auto;
}
@media screen and (max-width:767px) {
	.privacy-conts01 {
		margin:40px auto;
	}
}
/* 勧誘方針 */
.soli-policy-conts01 {
	text-align:left;
	font-size:14px;
	width:96%;
	max-width:900px;
	margin:70px auto;
}
@media screen and (max-width:767px) {
	.soli-policy-conts01 { 
		margin:40px auto;
	}
}

/* お問い合わせ */
.contact-conts01  {
	text-align:left;
	font-size:14px;
	width:96%;
	max-width:900px;
	margin:70px auto;
}
@media screen and (max-width:767px) {
	.contact-conts01 {
		margin:40px auto;
	}
}
.contact-conts01 h3 {
	border:none;
	color:#4cadff;
}
.contact-conts01 table {
	border-top:1px solid #00a0e9;
}
.contact-conts01 table tr {
	border-bottom:1px solid #00a0e9;
}
.contact-conts01 table tr:nth-child(odd) th {
	background: #fff;
}
.contact-conts01 table tr:nth-child(even) th {
	background: #ecf1f7;
}
.contact-conts01 table tr:nth-child(odd) td {
	background: #fff;
}
.contact-conts01 table tr:nth-child(even) td {
	background: #ecf1f7;
}
.contact-conts01 table tr th{
	width:250px;
	border:none;
	padding:22px 0 15px;
	text-align:center;
	font-weight:normal;
}
@media screen and (max-width:767px) {
	.contact-conts01 table tr th {
		width:100%;
		display:block;
		box-sizing:border-box;
		padding:22px 15px 5px;
		text-align:left;
	}
}
.contact-conts01 table td {
	border:none;
	padding:15px 0;
	text-align:center;
}
@media screen and (max-width:767px) {
	.contact-conts01 table td {
		width:100%;
		display:block;
		box-sizing:border-box;
		padding:15px 15px 15px;
		text-align:left;
	}
}
.contact-conts01 .btn {
	display: block;
    max-width: 500px;
    width: 80%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #4cadff;
	margin:0 auto 70px;
    height: 80px;
    position: relative;
    line-height: 80px;
	text-align: center;
    padding: 2px;
    border-radius: 0;
    box-shadow: none;
}
@media screen and (max-width:767px) {
	.contact-conts01 .btn {
		width:90%;
		font-size:14px;
		margin: 40px auto;
		height: 70px;
		line-height: 70px;
	}
}
.contact-conts01 .btn-list {
	font-size:0;
	text-align:center;
	letter-spacing: -1em;
	white-space: nowrap;
}
.contact-conts01 .btn-list .btn01 {
	display:inline-block;
	width:40%;
	margin:0 5%;
	font-size:16px;
	font-weight:700;
	color:#fff;
	background-color:#4cadff;
	letter-spacing: normal;
	white-space: normal;
	height: 70px;
    line-height: 70px;
	text-decoration:none;
}
@media screen and (max-width:767px) {
	.contact-conts01 .btn-list .btn01 {
		display:block;
		width:80%;
		margin:0 auto 30px;
		font-size:14px;
	}
}
/* 社内報 */
.magazine-conts01  {
	text-align:left;
	font-size:14px;
	width:96%;
	max-width:900px;
	margin:70px auto;
}
.magazine-conts01 h3 {
	border:none;
	color:#4cadff;
}
.magazine-conts01 ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	max-width:900px;
}
.magazine-conts01 ul li {
	font-size:14px;
	margin:0;
}
.magazine-conts01 ul li p {
	display:inline-block;
	margin:0;
}
@media screen and (max-width:767px) {
	.magazine-conts01 ul li {
		padding: 5px 10px;
		line-height: 24px;
	}
}
.magazine-conts01 ul li:nth-child(odd) {
	background-color:#f6fafe;
}
.magazine-conts01 ul li .day {
	width:140px;
	display:inline-block;
	vertical-align:middle;
	text-align: center;
	padding:20px;
	color:#2279ee;
	background: -webkit-linear-gradient(0deg, #51aeff, #2279ee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:767px) {
	.magazine-conts01 ul li .day {
		display:block;
		padding:10px 0 5px;
		text-align:left;
	}
}
.magazine-conts01 ul li a {
	text-decoration:none;
	color:#2a2929;
}
/* ニュース一覧 */
.entry ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	max-width:900px;
}
.entry ul li {
	font-size:14px;
	margin:0;
}
@media screen and (max-width:767px) {
	.entry ul li {
		padding: 5px 10px;
		line-height: 24px;
	}
}
.entry ul li:nth-child(odd) {
	background-color:#f6fafe;
}
.entry ul li .day {
	width:140px;
	display:inline-block;
	vertical-align:middle;
	text-align: center;
	padding:20px;
	color:#2279ee;
	background: -webkit-linear-gradient(0deg, #51aeff, #2279ee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:767px) {
	.entry ul li .day {
		display:block;
		padding:10px 0 5px;
		text-align:left;
	}
}
.entry ul li a {
	text-decoration:none;
	color:#2a2929;
}
.entry ul li .top-icon {
	height:18px;
	width:auto;
	vertical-align:-4px;
	margin-right:5px;
}
.archive_title {
	background:none !important;
	max-width:1100px !important;
}
.entry-list .entry_title {
	margin:0 0 20px !important;
	font-size:18px !important;
	text-align:left !important;
}
.entry-list_style01 {
	max-width:1100px !important;
	margin:0 auto 40px !important;
}
.entry_status .entry_date_item {
	background:none !important;
}
.ently_read-more .btn {
	border-radius:0;
	background-color:#4cadff !important;
	color:#fff !important;
	box-shadow:none !important;
	border:none !important;
}
@media screen and (max-width:767px) {
	button, input, select, textarea, optgroup, option {
		width:90% !important;
		margin:0 auto 10px !important;
	}
	.mwform-tel-field input[type="text"] {
		width:20% !important;
	}
	input#zip {
		width:20% !important;
		margin-bottom: 15px !important;
	}
	input#zip1 {
		width:20% !important;
		margin-bottom: 15px !important;
	}
}

.mwform-checkbox-field label, .mwform-radio-field label {
	display:inline-block;
}
@media screen and (max-width:768px) {
	.mwform-checkbox-field label, .mwform-radio-field label {
		display:block;
	}
	.mwform-checkbox-field input, .mwform-radio-field input {
		max-width:10px;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left:0;
	}
}

#au,#uq,#austyle {
	margin-top:-100px;
	padding-top:100px;
}
@media screen and (max-width:767px) {
	#au,#uq,#austyle {
		margin-top:-20px;
		padding-top:20px;
	}
}

/* 画像スライド */
.Item-Box {
  overflow: hidden;
}
.Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%,0,0);
  transform: translate3d(-100.5%,0,0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.Item-Box-ImgBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;/*黒ブロックの色指定*/
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.Item-Box.isShow .Item-Box-ImgBox:before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
  width: 100%;
  padding-top: 62.5%;/*画像比率指定*/
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
[type=checkbox] {
	width: 15px !important;
}

/* 店舗情報-new */
.shop-tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.shop-tab-area .tab {
    text-align: center;
	padding: 15px 0;
	width: 17%;
	border-right: 1px solid #CFCFCF;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-tab-area .tab.active {
    background-color:#000000;
	color:#fff;
	border-right: 1px solid #000000;
 }
.shop-tab-area .tab:first-child {
	border-left: 1px solid #CFCFCF;
}
.shop-tab-area .tab.active:first-child {
	border-left: 1px solid #000000;
}
.shop-tab-area .tab:hover {
	background-color:#CFCFCF;
	color:#fff;
}
.shop-tab-area .tab.active:hover {
	border-right: 1px solid #CFCFCF;
 }
.shop-tab-area .tab.active:first-child:hover {
	border-left: 1px solid #CFCFCF;
}
@media screen and (max-width:767px) {
	.shop-tab-area {
		flex-wrap: wrap;
	}
	.shop-tab-area .tab {
		width:33.33%;
		border-right:2px solid #8c8c8c;
		border-top:2px solid #8c8c8c;
		border-bottom:2px solid #8c8c8c;
	}
	.shop-tab-area .tab:nth-of-type(1),.shop-tab-area .tab:nth-of-type(4) {
		border-left:2px solid #8c8c8c;
	}
	.shop-tab-area .tab:nth-of-type(4),.shop-tab-area .tab:nth-of-type(5),.shop-tab-area .tab:nth-of-type(6),.shop-tab-area .tab:nth-of-type(7) {
		border-top:none;
	}
	.shop-tab-area .tab.active {
		background-color:#000000;
		color:#fff;
		border-right:2px solid #000000;
		border-top:2px solid #000000;
		border-bottom:2px solid #000000;
		border-left:2px solid #000000;
	}
}
.shop-content-area {
  font-size: 30px;
  text-align: center;
}
.shop-content-area .content {
    display: none;
}
.shop-content-area .content.show {
    margin-top: 50px;
    display: block;
	animation: content-show 1s linear 0s;
}
@keyframes content-show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

ul.shop-area-list {
	display:flex;
}
.shop-area-list>li {
	width:15%;
	margin-right:2%;
	background-color:#8c8c8c;
	border:2px solid #8c8c8c;
	color:#fff;
	padding:12px 5px;
	text-align:center;
	font-size:14px;
}
.shop-area-list>li:last-child {
	margin-right:0;
}
.shop-area-list>li.active {
	background-color:#fff;
	color:#8c8c8c;
}
#gmap {
    width:100%;
   height:500px;
}
#map2 {
    width:100%;
   height:500px;
}
#map3 {
    width:100%;
   height:500px;
}
#map4 {
    width:100%;
   height:500px;
}
#map5 {
    width:100%;
   height:500px;
}
#map6 {
    width:100%;
   height:500px;
}
#map7 {
    width:100%;
   height:500px;
}
input#pac-input {
    top: 12px !important;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 10px;
	margin:0;
}
.map-info {
	text-align:left;
}
.map-info .title {
	color:#333333;
	font-size:14px;
	-webkit-text-fill-color: #333;
	background: #fff;
}
.map-info a {
	color:#333333;
}

/* 店舗詳細ページ */
#shop-detail {
	width: 96%;
    max-width: 1100px;
    margin: 20px auto 70px;
    font-size: 0;
    text-align: center;
}
#shop-detail .shop-message {
	text-align:center;
	font-size: 14px;
	margin: 10px auto 40px;
}
#shop-detail .shop-message dl {
	display:inline-block;
}
#shop-detail .shop-message dl dt {
	font-weight:bold;
}
#shop-detail .shop-message dl dd {
	padding:0;
}
#shop-detail h1 {
	text-align:center;
	font-size:26px;
	color:#505050;
	line-height: 1.2;
}
#shop-detail h1 img {
	width:75px;
	display:block;
	margin:0 auto 15px;
}
#shop-detail h1 span {
	color:#a3a3a3;
	font-size:12px;
}
#shop-detail h2 {
	background-color:#eaeaea !important;
	color:#505050 !important;
	font-size:18px !important;
	font-weight:bold !important;
	padding:15px 20px !important;
	text-align:left !important;
	margin:0 0 30px !important;
}
#shop-detail .shop-info {
	display:flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
#shop-detail .shop-info>div {
	width:48%;
}
#shop-detail .shop-info>div:last-child table {
	border-top:1px solid #cdcdcd;
	border-right:none;
	border-left:none;
	border-bottom:none;
	font-size:14px;
	width:100%;
}
#shop-detail .shop-info>div:last-child table tr {
	border-bottom:1px solid #cdcdcd;
	border-top:1px solid none;
	border-right:none;
	border-left:none;
}
#shop-detail .shop-info>div:last-child table tr th {
	font-weight:bold;
	width:140px;
	text-align:left;
}
#shop-detail .shop-info>div:last-child table tr th,#shop-detail .shop-info>div:last-child table tr td {
	border:none;
	background: none;
    vertical-align: middle;
	padding: 15px 5px 15px 10px;
}
#shop-detail .shop-info>div:last-child table tr td {
	text-align:left;
}
#shop-detail .shop-info>div:last-child table tr td a {
	color:#505050;
	text-decoration:none;
}
#shop-detail .shop-info>div:last-child table tr td .map {
	display:inline-block;
	margin-left:10px;
	color:#333;
}
@media screen and (max-width:767px) {
	#shop-detail h1 {
		font-size: 18px !important;
	}
	#shop-detail h1 img {
		width: 50px;
		margin: 15px auto 15px;
	}
	#shop-detail .shop-info {
		display:block;
	}
	#shop-detail .shop-info>div {
		width:100%;
	}
	#shop-detail .shop-info>div:first-child {
		margin:0 auto 20px;
	}
	#shop-detail .shop-info>div:last-child table tr th {
		width:100px;
	}
	#shop-detail .shop-info>div:last-child table tr td a {
		text-decoration:underline;
	}
}
/*左右の矢印の色を変える*/
#shop-detail .slick-prev:before,
#shop-detail .slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
#shop-detail .slick-next {
    right: 0;
    z-index: 99;
    margin-top: -6px !important;
}
#shop-detail .slick-prev {
     left: 0;
	margin-top: -6px !important;
    z-index: 100;
}
#shop-detail .thumb-item-nav .slick-list {
	width: 90%;
    margin: 0 auto;
}
#shop-detail .thumb-item-nav .slick-list .slick-slide {
	padding:0 2px;
}
@media screen and (max-width:767px) {
	#shop-detail .slick-next,#shop-detail .slick-prev {
		width:20px !important;
	}
}
#shop-detail .btn-list {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
	margin:60px auto;
}
#shop-detail .btn-list.tokushima {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
#shop-detail .btn-list.center01 {
    -webkit-justify-content: center;
    justify-content: center;
}
#shop-detail .classroom {
    justify-content: space-evenly;
}
#shop-detail .btn-list>a {
	display:block;
	border-radius:2px;
	text-align:center;
	font-weight:bold;
	padding:15px 10px;
	width:30%;
	margin-right:5%;
	text-decoration:none;
	font-size:16px;
	border-radius:5px;
	position:relative;
	padding-left: 46px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#shop-detail .btn-list>a.m0 {
	margin-right:0;
}
#shop-detail .btn-list>a.au {
	border:2px solid #ff803d;
	color:#fff;
	background-color:#ff803d;
}
#shop-detail .btn-list>a.au:hover {
	background-color:#fff;
	color:#ff803d;
}
#shop-detail .btn-list>a.au:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .btn-list>a.au:hover:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
#shop-detail .btn-list>a.uq {
	border:2px solid #e74a9a;
	color:#fff;
	background-color:#e74a9a;
}
#shop-detail .btn-list>a.uq:hover {
	background-color:#fff;
	color:#0091d7;
	border:2px solid #0091d7;
}
#shop-detail .btn-list>a.uq:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .btn-list>a.uq:hover:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon-uq-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
#shop-detail .btn-list>a:nth-of-type(2) {
	border:2px solid #000;
	color:#fff;
	background-color:#000;
}
#shop-detail .btn-list>a:hover:nth-of-type(2) {
	background-color:#fff;
	color:#000;
}
#shop-detail .btn-list>a:nth-of-type(2):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn02-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .btn-list>a:hover:nth-of-type(2):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn02-icon-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
#shop-detail .classroom>a:nth-of-type(2) {
	border:2px solid #003a7e;
	color:#fff;
	background-color:#003a7e;
}
#shop-detail .classroom>a:hover:nth-of-type(2) {
	background-color:#fff;
	color:#003a7e;
}
#shop-detail .classroom>a:nth-of-type(2):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn04-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .classroom>a:hover:nth-of-type(2):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn04-icon-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
#shop-detail .btn-list>a:nth-of-type(3) {
	border:2px solid #9a9a9a;
	color:#fff;
	background-color:#9a9a9a;
	margin-right:0;
}
#shop-detail .btn-list>a:hover:nth-of-type(3) {
	background-color:#fff;
	color:#9a9a9a;
}
#shop-detail .btn-list>a:nth-of-type(3):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn03-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .btn-list>a:hover:nth-of-type(3):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn03-icon-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
@media screen and (max-width:767px) {
	#shop-detail .btn-list {
		display:block;
	}
	#shop-detail .btn-list>a {
		width:100%;
		margin-bottom:10px;
	}
}
#shop-detail .shop-service {
	margin:60px auto;
}
#shop-detail .shop-service p {
	color:#505050;
	text-align:left;
	font-size:13px;
	line-height: 1.8;
    margin-top: 20px;
}
#shop-detail .shop-service ul {
	display:flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
#shop-detail .shop-service ul li {
	width:230px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	padding:10px 5px;
	font-size:14px;
	background-color:#d6d6d6;
	list-style:none;
}
#shop-detail .shop-service ul li.on {
	background-color:#9a9a9a;
}
#shop-detail .shop-service ul li:last-child {
    margin-bottom: .5em;
}
@media screen and (max-width:767px) {
	#shop-detail .shop-service ul li {
		width:49%;
		font-size:12px;
	}
}
#shop-detail .shop-features {
	margin:60px auto;
}
#shop-detail .shop-features p {
	color:#505050;
	text-align:left;
	font-size:14px;
	line-height: 1.8;
    margin-top: 20px;
}
#shop-detail .shop-comment {
	margin:60px auto;
}
#shop-detail .shop-comment .list {
	display:flex;
	font-size:14px;
	color:#505050;
	line-height: 1.8;
}
#shop-detail .shop-comment .list>div:first-child {
	width:160px;
	margin:0 20px 0;
	text-align:center;
}
#shop-detail .shop-comment .list>div:first-child img {
	width:160px;
	height:160px;
	border-radius:50%;
	margin-bottom:10px
}
#shop-detail .shop-comment .list>div:last-child {
	text-align:left;
}
#shop-detail .shop-comment .list>div:last-child p {
	margin-bottom:20px;
}
@media screen and (max-width:767px) {
	#shop-detail .shop-comment .list {
		display:block;
	}
	#shop-detail .shop-comment .list>div:first-child {
		width:100%;
		margin:0;
	}
}
#shop-detail .shop-neighborhood {
	margin:60px auto;
}
#shop-detail .shop-neighborhood ul {
	padding:0;
	margin:0;
	display:flex;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#shop-detail .shop-neighborhood ul li {
	padding: 0 15px;
    border-right: 1px solid #505050;
    line-height: 1.4;
}
#shop-detail .shop-neighborhood ul li:last-child {
	border:none;
}
#shop-detail .shop-neighborhood ul li a {
	color:#505050;
	font-size:14px;
}
@media screen and (max-width:767px) {
	#shop-detail .shop-neighborhood ul {
		display:block;
	}
	#shop-detail .shop-neighborhood ul li {
		margin-bottom:10px;
		border:none;
		text-align:left;
	}
}
#shop-detail .shop-footer-area {
	display:flex;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin:100px auto;
}
#shop-detail .shop-footer-area p {
	margin-bottom:0;
}
#shop-detail .shop-footer-area>div:first-child {
	width:46%;
	margin-right:4%;
}
#shop-detail .shop-footer-area>div:last-child {
	width:50%;
	font-size:14px;
	color:#505050;
	line-height: 1.8;
	text-align: left;
}
#shop-detail .shop-footer-area>div:first-child a {
	display:block;
	border-radius:2px;
	text-align:center;
	font-weight:bold;
	padding:15px 10px;
	width:100%;
	text-decoration:none;
	font-size:16px;
	border-radius:5px;
	position:relative;
	padding-left: 46px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#shop-detail .shop-footer-area>div:first-child a.au {
	border:2px solid #ff803d;
	color:#fff;
	margin-bottom:20px;
	background-color:#ff803d;
}
#shop-detail .shop-footer-area>div:first-child a.au:hover {
	background-color:#fff;
	color:#ff803d;
}
#shop-detail .shop-footer-area>div:first-child a.au:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .shop-footer-area>div:first-child a.au:hover:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
#shop-detail .shop-footer-area>div:first-child a.uq {
	border:2px solid #e74a9a;
	color:#fff;
	margin-bottom:20px;
	background-color:#e74a9a;
}
#shop-detail .shop-footer-area>div:first-child a.uq:hover {
	background-color:#fff;
	color:#0091d7;
	border:2px solid #0091d7;
}
#shop-detail .shop-footer-area>div:first-child a.uq:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .shop-footer-area>div:first-child a.uq:hover:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn01-icon-uq-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
#shop-detail .shop-footer-area>div:first-child a:nth-of-type(2) {
	border:2px solid #000;
	color:#fff;
	background-color:#000;
}
#shop-detail .shop-footer-area>div:first-child a:hover:nth-of-type(2) {
	background-color:#fff;
	color:#000;
}
#shop-detail .shop-footer-area>div:first-child a:nth-of-type(2):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn02-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
}
#shop-detail .shop-footer-area>div:first-child a:hover:nth-of-type(2):before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-btn02-icon-on.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
#shop-detail .shop-footer-area>div:last-child .title {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
#shop-detail .shop-footer-area>div:last-child .map {
	display:inline-block;
	margin-left:10px;
	color:#333;
}
#shop-detail .shop-footer-area>div:last-child .tel {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	padding-left:32px;
	text-decoration:none;
	position:relative;
	color:#333;
	margin-top: 20px;
    display: inline-block;
}
#shop-detail .shop-footer-area>div:last-child .tel:before {
	content: '';
    display: inline-block;
    background-image: url(./images/shop-icon/shop-tel-icon.png);
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
@media screen and (max-width:767px) {
	#shop-detail .shop-footer-area {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		flex-wrap:wrap;
		margin: 40px auto;
	}
	#shop-detail .shop-footer-area>div:first-child {
		width:100%;
		margin:0 auto 20px;
	}
	#shop-detail .shop-footer-area>div:last-child{
		width:100%;
	}
}

/*あんしんショップ大賞受賞*/
#anshin-shop-conts .inner {
	max-width:1100px;
	margin:0 auto;
	width:92%;
}
#anshin-shop-conts .bg-gray {
	background-color:#f2f2f2;
	padding:80px 0;
	margin:80px 0;
}
#anshin-shop-conts .bg-blue {
	background-color:#e0f1ff;
	padding:80px 0;
}
#anshin-shop-conts h2.anshin-h2 {
	text-align:center;
	font-weight:bold;
	color: transparent !important;
	background: repeating-linear-gradient( 90deg, #51aeff 0, #2279ee 100% )!important;
	-webkit-background-clip: text !important;
	line-height: 1.6;
}
#anshin-shop-conts .about-anshin-title {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-bottom:30px;
}
#anshin-shop-conts .about-anshin {
	display:flex;
	align-items:center;
	margin-bottom:80px;
}
#anshin-shop-conts .about-anshin>div:first-child {
	width:38%;
	margin-right:4%;
}
#anshin-shop-conts .about-anshin>div:last-child {
	width:58%;
}
#anshin-shop-conts h3 {
	border:none;
	color:#2279ee;
	text-align:center;
	font-size:26px;
}
#anshin-shop-conts h3.yellow {
	color:#ff803d;
}
#anshin-shop-conts .caption {
	text-align:center;
	font-weight:bold;
}
#anshin-shop-conts .caption span.line {
	background:linear-gradient(transparent 60%, #ffc600 60%);
}
#anshin-shop-conts .caption02 {
	text-align:center;
	font-size:14px;
	margin:80px auto;
}
#anshin-shop-conts .torikumi {
	display:flex;
	max-width:730px;
	margin:60px auto;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
#anshin-shop-conts .torikumi>div {
	background: linear-gradient(to right, #51aeff 0%, #2279ee 100%);
	width:30.5%;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	padding: 1px;
}
#anshin-shop-conts .torikumi>div .inner {
	background-color: #fff;
	border-radius: 4px;
	padding:28px 0;
	width:100%;
}
#anshin-shop-conts .torikumi>div .title {
	margin-bottom:20px;
	font-size:16px;
}
#anshin-shop-conts .torikumi>div img {
	margin:0 auto;
	display:block;
	width:80px;
}
#anshin-shop-conts .torikumi>div p {
	margin-bottom:0;
}
#anshin-shop-conts .arrow {
	margin:0 auto 60px;
	max-width:228px;
}
#anshin-shop-conts .class-conts {
	display:flex;
	align-items:center;
}
#anshin-shop-conts .class-conts>div:first-child {
	width:48%;
	margin-right:4%;
}
#anshin-shop-conts .class-conts>div:last-child .title {
	background-color:#ffc600;
	color:#fff;
	padding:8px 4px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:60px;
}
#anshin-shop-conts .class-conts>div:last-child .tokucyou {
	display:flex;
	max-width: 90%;
    margin: 0 auto;
}
#anshin-shop-conts .class-conts>div:last-child .tokucyou >div {
	margin:0;
	width:50%;
	box-sizing:border-box;
	font-size:14px;
	line-height:2.4;
	padding:0 10px;
}
#anshin-shop-conts .class-conts>div:last-child .tokucyou >div:last-child {
	padding:0 41px;
}
#anshin-shop-conts .kousyu-title {
	text-align:center;
	margin-bottom:60px;
}
#anshin-shop-conts .kousyu-title span {
	display:inline-block;
	padding:0 5px;
	border-bottom:2px solid #ffc600;
	position:relative;
	line-height:1;
	font-weight:bold;
}
#anshin-shop-conts .kousyu-title span:after {
	display:inline-block;
	content:'';
	background-image:url(./images/kousyu-icon.png);
	background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -1px;
    right: -18px;
}
#anshin-shop-conts .kousyu-conts {
	text-align:center;
	font-size:14px;
}
#anshin-shop-conts .kousyu-conts .inner {
	display:inline-block;
	text-align:left;
	width: auto;
}
#anshin-shop-conts .point-title {
	text-align:center;
	margin:20px 0 40px;
}
#anshin-shop-conts .point-title span {
	display:inline-block;
	padding:0 5px;
	position:relative;
	line-height:1;
	font-weight:bold;
}
#anshin-shop-conts .point-title span:before {
	display:inline-block;
	content:'';
	background-image:url(./images/anshin-point-icon01.png);
	background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -1px;
    left: -18px;
}
#anshin-shop-conts .point-title span:after {
	display:inline-block;
	content:'';
	background-image:url(./images/anshin-point-icon02.png);
	background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -1px;
    right: -18px;
}
#anshin-shop-conts .point-list {
	display:flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap:wrap;
}
#anshin-shop-conts .point-list>div {
	border:2px solid #ffc600;
	border-radius:5px;
	padding:0 30px 0 65px;
    position: relative;
    font-size: 14px;
    height: 36px;
	margin-bottom: 10px;
}
#anshin-shop-conts .point-list>div span {
	font-weight:bold;
	font-size:18px;
}
#anshin-shop-conts .point-list>div:before {
	content: '1';
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    color: #fff;
    background-color: #ffc600;
    border-radius: 5px 0 0 5px;
    left: -1px;
    top: -1px;
    padding: 1px;
    text-align: center;
	font-weight:bold;
}
#anshin-shop-conts .point-list>div:nth-child(2):before {
	content: '2';
}
#anshin-shop-conts .point-list>div:nth-child(3):before {
	content: '3';
}
#anshin-shop-conts .point-list>div:nth-child(4):before {
	content: '4';
}
#anshin-shop-conts .btn {
	display: block;
    max-width: 670px;
    width: 80%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #51aeff 0%, #2279ee 100%);
    margin: 0 auto 70px;
    height: 80px;
    position: relative;
    line-height: 80px;
    text-align: center;
    padding: 2px;
    border-radius: 0;
    box-shadow: none;
}
#anshin-shop-conts .btn:after {
	position: absolute;
    right: 16px;
    content: '';
    display: inline-block;
    background: url(./images/corp-btn-icon.png) no-repeat;
    background-size: 12px 20px;
    width: 12px;
    height: 40px;
    top: 29px;
}
@media screen and (max-width:767px) {
	#anshin-shop-conts {
		font-size:14px;
	}
	#anshin-shop-conts .bg-gray {
		padding:60px 0;
		margin:60px 0;
	}
	#anshin-shop-conts .bg-blue {
		padding:60px 0;
	}
	#anshin-shop-conts h2.anshin-h2 {
		font-size:22px !important;
	}
	#anshin-shop-conts .about-anshin {
		display:block;
	}
	#anshin-shop-conts .about-anshin>div:first-child {
		width:100%;
		margin:0 0 20px;
	}
	#anshin-shop-conts .about-anshin>div:last-child {
		width:100%;
	}
	#anshin-shop-conts h3 {
		font-size:20px;
	}
	#anshin-shop-conts .torikumi {
		display:block;
	}
	#anshin-shop-conts .torikumi>div {
		width: 80%;
		margin: 0 auto 15px;
	}
	#anshin-shop-conts .class-conts {
		display:block;
	}
	#anshin-shop-conts .class-conts>div:first-child {
		width:100%;
		margin:0 0 20px;
	}
	#anshin-shop-conts .class-conts>div:last-child {
		width:100%;
	}
	#anshin-shop-conts .class-conts>div:last-child .tokucyou {
		display:block;
	}
	#anshin-shop-conts .class-conts>div:last-child .tokucyou >div {
		width:100%;
	}
	#anshin-shop-conts .class-conts>div:last-child .tokucyou >div:first-child {
		margin-bottom:20px;
	}
	#anshin-shop-conts .class-conts>div:last-child .title {
		margin-bottom:20px;
	}
	#anshin-shop-conts .point-list>div {
		width:100%;
		text-align:center;
	}
	#anshin-shop-conts .caption02 {
		margin:40px auto;
	}
	#anshin-shop-conts .kousyu-title {
		margin-bottom:40px;
	}
}
/*フォーム個人情報チェック*/
.box_privacy {
	padding: 10px 20px;
    height: 200px;
    overflow-y: scroll;
    margin: 30px auto;
    box-sizing: border-box;
	border: 1px solid #ddd;
}
.keni-section .box_privacy h3 {
	margin: 0;
    padding: 0;
    font-size: 16px;
}
.keni-section .box_privacy h4 {
	margin: 0;
    padding: 0;
    font-size: 14px;
}
.box_privacy p {
    margin-bottom: 15px !important;
}