@charset "UTF-8";
/*――――――――――――――――――
	リセット
―――――――――――――――――――*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
	position: relative;
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*――――――――――――――――――
	基本設定
―――――――――――――――――――*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

body {
	font-size: 14px;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	font-weight: 400;
}
body.is-hidden,
body.is-hb-show {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

input,
select,
textarea,
button {
	font-size: 100%;
	font-family: inherit;
}

/*――――――――――――――――――
	共通 class
―――――――――――――――――――*/
.w800 {
	max-width: 800px;
	margin: 0 auto;
}

.w960 {
	max-width: 960px;
	margin: 0 auto;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.sp_block,
.tablet_block {
	display: none;
}

.c_mc {
	color: #2C384F;
}

.c_red {
	color: red;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.bg_orange {
	background-color: #ff5722 !important;
}

.bg_blue {
	background-color: #3f51b5 !important;
}

.bg_rblue {
	background-color: #03a9f4 !important;
}

.bg_pink {
	background-color: #d12d48 !important;
}

.bg_green {
	background-color: #4caf50 !important;
}

.type__note p,
.type__note ol {
	line-height: 1.5;
	margin: 1em 0;
}
.type__note ol {
	list-style-type: decimal;
	padding-left: 3em;
}
.type__note a:not(.btn01) {
	color: #2C384F;
	text-decoration: underline;
}

#ui-datepicker-div {
	z-index: 1002 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
	padding: .5em;
	text-align: center;
}

.btn01 {
	position: relative;
	display: block;
	width: 100%;
	border: none;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #2C384F;
	font-size: 16px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	transition: .4s ease;
}
.btn01.min {
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	max-width: 180px;
}
.btn01:hover {
	background: #000;
}
.btn01.ic_search:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f002';
	color: #fff;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%) rotate(75deg);
}
.btn01.ic_arrow:before {
	font-size: 10px;
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f054';
	color: #fff;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
}
.btn01.orange {
	background: #ff5722;
}
.btn01.orange:hover {
	background: #ff7e55;
}
.btn01.blue {
	background: #3f51b5;
}
.btn01.blue:hover {
	background: #606fc7;
}
.btn01.pink {
	background: #d12d48;
}
.btn01.pink:hover {
	background: #db566c;
}
.btn01.green {
	background: #4caf50;
}
.btn01.green:hover {
	background: #6ec071;
}
.btn01.gray {
	background: #aaa;
}
.btn01.gray:hover {
	background: #c4c4c4;
}

.table01 {
	width: 100%;
	border-top: solid 1px #ccc;
	line-height: 1.6;
}
.table01 .fa-stack i {
	color: #444;
}
.table01 .fa-stack .fa-circle {
	color: rgba(44, 56, 79, 0.2);
	color: #fff;
}
.table01 .fa-stack .fa-clock {
	font-size: 1.2em;
}
.table01 tr {
	border-bottom: solid 1px #ccc;
}
.table01 tr.error {
	background: rgba(209, 45, 72, 0.2);
}
.table01 tr.error th {
	background: rgba(209, 45, 72, 0.2);
}
.table01 th {
	font-weight: bold;
	width: 170px;
	background: #f8f8f8;
}
.table01 td {
	width: calc(100% - 170px);
}
.table01 th,
.table01 td {
	padding: 15px;
}
.table01 a {
	color: #2C384F;
	text-decoration: underline;
}
.table01 a:hover {
	text-decoration: none;
}
.table01 .rq {
	color: red;
	font-size: 1.5em;
	margin-left: 3px;
	line-height: 1;
}

.category_table {
	width: 100%;
	font-size: 16px;
}
.category_table th {
	font-weight: bold;
	width: 170px;
	text-align: center;
}
.category_table td {
	width: calc(100% - 170px);
	padding: 32px 25px;
}
.category_table tr:nth-child(odd) {
	background: #d5d4d0;
}
.category_table tr:nth-child(even) {
	background: #f2f1ec;
}
.category_table th,
.category_table td {
	border: solid 2px #fff;
}

.ttl01 {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 45px;
}
.ttl01 span {
	display: block;
}
.ttl01 .ja {
	font-size: 28px;
	margin-bottom: 10px;
}
.ttl01 .en {
	color: #2C384F;
	font-size: 14px;
}

.ttl02 {
	font-weight: bold;
	letter-spacing: 0.1em;
	border-left: solid 6px #2C384F;
	font-size: 24px;
	padding: 4px 0 4px 12px;
	margin-bottom: 25px;
}

.ttl03 {
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 15px;
}
.ttl03:before {
	position: relative;
	top: -1px;
	margin-right: 4px;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2C384F;
}

.ttl04 {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	position: relative;
	line-height: 1.3;
	margin-bottom: 60px;
}
.ttl04:before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	display: inline-block;
	width: 90px;
	height: 6px;
	background: #2C384F;
}
.ttl04 span {
	font-size: 36px;
}

.gmap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list__type01 {
	margin-left: 5px;
}
.list__type01 li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 14px;
	line-height: 1.4;
	font-size: 1.05em;
}
.list__type01 li:before {
	left: 0;
	top: 7px;
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2C384F;
}
.list__type01 li:last-child {
	margin-bottom: 0;
}

.shop__list01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shop__list01 a {
	display: block;
	transition: .4s ease;
}
.shop__list01 a:hover {
	opacity: 0.8;
}
.shop__list01 a:hover figure img {
	transform: scale(1.1);
}
.shop__list01:before {
	order: 1;
}
.shop__list01:before,
.shop__list01:after {
	content: '';
	display: block;
	width: 24%;
}
.shop__list01 > li {
	width: 24%;
	margin-bottom: 50px;
}
.shop__list01 figure {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 1;
}
.shop__list01 figure img {
	transition: .4s ease;
}
.shop__list01 > li figure .img1 {
	object-fit: cover;
	width: 100%;
	height: 75%;
	aspect-ratio: 4/2.825;
}
.shop__list01 .img {
	position: relative;
}
.shop__list01 .img .emblem {
	position: absolute;
	width: 45px;
	top: 10px;
	left: 10px;
	height: 45px;
	padding: 5px;
	background-color: #2C384F;
	border-radius: 5px;
}
.shop__list01 .img .emblem img {
	max-width: 100%;
	max-height: 45px;
}
.shop__list01 .shop_catch_copy {
	color: #6d6d6d;
	margin: 10px 0 5px;
}
.shop__list01 .shop_name {
	font-size: 18px;
	line-height: 1.4;
	margin: 5px 0;
	font-weight: bold;
}

.shop__list02 .list {
	border-bottom: solid 1px #ccc;
}
.shop__list02 .list:first-child {
	border-top: solid 1px #ccc;
}
.shop__list02 .list > a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 20px 0;
	transition: .4s ease;
}
.shop__list02 .list > a:hover {
	opacity: 0.8;
}
.shop__list02 .list .img {
	position: relative;
	width: 34.5%;
}
.shop__list02 .list .img .label {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(44, 56, 79, 0.9);
	padding: 8px 14px;
	font-size: 12px;
}
.shop__list02 .list .img .emblem {
	position: absolute;
	width: 45px;
	top: 10px;
	left: 10px;
	height: 45px;
	padding: 5px;
	background-color: #2C384F;
	border-radius: 5px;
}
.shop__list02 .list .img .emblem img {
	max-width: 100%;
	max-height: 45px;
}

.shop__list02 .list .shop_data {
	width: 62%;
}
.shop__list02 .list .shop_name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 10px;
}
.shop__list02 .list .address {
	margin-bottom: 12px;
}
.shop__list02 .list .address i {
	font-size: 16px;
	margin-right: 8px;
}
.shop__list02 .list .tel {
	font-size: 15px;
	margin-bottom: 10px;
}
.shop__list02 .list .tel i {
	font-size: 15px;
	margin-right: 8px;
}
.shop__list02 .list dl {
	margin: 15px 0;
	line-height: 1.4;
}
.shop__list02 .list dl dt {
	display: inline-block;
	background: #2C384F;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 10px;
	margin-bottom: 5px;
}
.shop__list02 .list dl dd {
	margin-bottom: 10px;
}
.shop__list02 .list .tag__list01 {
	margin: 10px 0 6px;
}
.shop__list02 .list .tag__list01 + p {
	line-height: 1.6;
}

.event__list01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.event__list01 > li {
	position: relative;
	width: 24%;
	margin-bottom: 20px;
	font-size: 14px;
}
.event__list01.threeline > li {
	width: 32%;
}
.event__list01 > li.w100p {
	width: 100%;
}
.event__list01 > li.w100p:last-child {
	margin-bottom: 0;
}
.event__list01 > li a {
	transition: .4s ease;
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.15);
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 100%;
}
.event__list01 > li a:hover {
	opacity: 0.8;
}
.event__list01 > li figure {
	position: relative;
	width: 140px;
}
.event__list01 > li .event_data {
	width: 100%;
}
.event__list01 > li .label {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 13px 0 0 8px;
	background: none !important;
}
.event__list01 > li .label span {
	display: inline-block;
	transform: rotate(-40deg);
}
.event__list01 > li .label.bg_orange:after {
	border-top-color: #ff5722;
}
.event__list01 > li .label.bg_blue:after {
	border-top-color: #3f51b5;
}
.event__list01 > li .label.bg_green:after {
	border-top-color: #4caf50;
}
.event__list01 > li .label.bg_pink:after {
	border-top-color: #d12d48;
}
.event__list01 > li .label.bg_black {
	padding: 14px 0 0 4px;
	font-size: 12px;
}
.event__list01 > li .label.bg_black:after {
	border-top-color: #000;
}
.event__list01 > li .label:after {
	z-index: -1;
	position: absolute;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid 60px #2C384F;
	border-right: solid 70px transparent;
	left: 0;
	top: 0;
}
.event__list01 > li .hold_label {
	background: #2C384F;
	display: inline-block;
	color: #fff;
	padding: 4px 5px;
	font-size: 12px;
	min-width: 65px;
	text-align: center;
}
.event__list01 > li .hold_label.bg_gray {
	background: #ccc;
	color: #555;
}
.event__list01 > li time {
	position: relative;
	font-weight: bold;
	display: block;
	padding-left: 22px;
	line-height: 1.4;
}
.event__list01 > li time i {
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 16px;
	margin-right: 8px;
}
.event__list01 > li .event_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 8px 0 12px;
}
.event__list01 > li p {
	margin-bottom: 10px;
}
.event__list01 > li p:last-child {
	margin-bottom: 0;
}
.event__list01 > li p i {
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
.event__list01 > li .address i {
	margin-right: 11px;
	margin-left: 3px;
}
.event__list01 > li .shop_name i {
	font-size: 15px;
	margin-right: 8px;
}
.event__list01 > li .capacity i {
	font-size: 15px;
	margin-right: 8px;
}

.staff__list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.staff__list li {
	display: flex;
	width: 50%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
.staff__list .img {
	width: 30%;
}
.staff__list li .img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 7/6;
	text-align: center;
	margin-bottom: 10px;
}
.staff__list .w_text {
	width: 66%;
}
.staff__list .position {
	display: inline-block;
	background: #2C384F;
	color: #fff;
	padding: 2px 10px 4px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.staff__list .name {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.staff__list .comment {
	line-height: 1.6;
}

.recruit__list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recruit__list > div {
	position: relative;
	width: 49%;
	margin-bottom: 25px;
	padding: 35px 25px;
	border-top: solid 5px #2C384F;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.recruit__list > div:last-child {
	margin-bottom: 0;
}
.recruit__list > div h2,
.recruit__list > div h3 {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 8px;
	color: #2C384F;
	font-size: 20px;
	line-height: 1.6;
}
.recruit__list > div .time {
	margin-bottom: 15px;
	color: #555;
}
.recruit__list > div .time i {
	margin-right: 5px;
}
.recruit__list .w_btn {
	margin-top: 25px;
}
.recruit__list .w_shop_data {
	margin-top: 15px;
}
.recruit__list .shop_data {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	color: #555;
}
.recruit__list .shop_data .thumb {
	width: 70px;
	margin-top: 5px;
}
.recruit__list .shop_data .thumb figure {
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}
.recruit__list .shop_data .w_text {
	width: calc(100% - 90px);
	line-height: 1.4;
}
.recruit__list .shop_data .shop_name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.recruit__list .shop_data .shop_name i {
	margin-right: 5px;
}
.recruit__list .shop_data .pref i {
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 3px;
}

.recruit__list__detail {
	margin-bottom: 50px;
}
.recruit__list__detail > div {
	margin-bottom: 25px;
	padding: 35px 25px;
	border-top: solid 5px #2C384F;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.recruit__list__detail > div:last-child {
	margin-bottom: 0;
}
.recruit__list__detail > div h2,
.recruit__list__detail > div h3 {
	font-weight: bold;
	margin-bottom: 8px;
	color: #2C384F;
	font-size: 20px;
	line-height: 1.6;
}
.recruit__list__detail > div .time {
	margin-bottom: 15px;
	color: #555;
}
.recruit__list__detail > div .time i {
	margin-right: 5px;
}
.recruit__list__detail .w_btn {
	margin-top: 25px;
}

.blog__list > li {
	margin-bottom: 20px;
}
.blog__list > li:last-child {
	margin-bottom: 0;
}
.blog__list a {
	display: block;
	box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.15);
	padding: 20px;
	border: solid 1px #ccc;
}
.blog__list h2 {
	font-weight: bold;
	color: #2C384F;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 4px;
}
.blog__list .blog_data {
	margin-bottom: 8px;
}
.blog__list .blog_data .cat {
	display: inline-block;
	background: #2C384F;
	color: #fff;
	min-width: 90px;
	padding: 6px 10px;
	text-align: center;
	margin-right: 10px;
}
.blog__list .blog_data time {
	font-weight: bold;
}
.blog__list .blog_data time i {
	margin-right: 3px;
}
.blog__list .content {
	line-height: 1.75;
	font-size: 16px;
	margin-bottom: 15px;
}
.blog__list .shop_data {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	color: #555;
}
.blog__list .shop_data .thumb {
	width: 70px;
}
.blog__list .shop_data .thumb figure {
	font-size: 0;
	line-height: 1;
	border-radius: 50%;
	overflow: hidden;
	border: solid 4px #2C384F;
}
.blog__list .shop_data .w_text {
	width: calc(100% - 90px);
	line-height: 1.4;
}
.blog__list .shop_data .shop_name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.blog__list .shop_data .shop_name i {
	margin-right: 5px;
}
.blog__list .shop_data .pref i {
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 3px;
}

.blog__list02 {
	line-height: 1.4;
	border-top: solid 1px #ccc;
}
.blog__list02 li {
	border-bottom: solid 1px #ccc;
}
.blog__list02 a {
	display: block;
	padding: 10px 4px;
}
.blog__list02 time {
	font-weight: bold;
	font-size: 0.9em;
}
.blog__list02 time i {
	margin-right: 3px;
}
.blog__list02 .ttl {
	font-size: 1.15em;
	margin: 5px 0 8px;
}
.blog__list02 .shop_name,
.blog__list02 .pref {
	font-size: 0.9em;
	color: #555;
}
.blog__list02 .shop_name i,
.blog__list02 .pref i {
	margin-right: 2px;
}
.blog__list02 .pref {
	margin-top: 4px;
}
.blog__list02 .pref i {
	margin: 0 7px 0 3px;
}

.text__box01 {
	background: #f2f1ec;
	border-radius: 5px;
	padding: 20px;
	border: solid 1px #ccc;
}
.text__box01 p {
	line-height: 1.4;
	margin: 0 0 1em;
}
.text__box01 p:last-child {
	margin-bottom: 0;
}

.pref__label {
	display: inline-block;
	background: #2C384F;
	color: #fff;
	font-size: 13px;
	min-width: 80px;
	text-align: center;
	border-radius: 50px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

.tag__list01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tag__list01 span {
	font-size: 12px;
	color: #2C384F;
	border: solid 1px #2C384F;
	padding: 4px 10px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.tag__list02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tag__list02 li {
	margin: 4px;
}
.tag__list02 a {
	display: block;
	font-size: 16px;
	color: #2C384F;
	border: solid 1px #2C384F;
	padding: 8px 15px 10px;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	transition: .4s ease;
}
.tag__list02 a:hover {
	background: #2C384F;
	color: #fff;
}
.tag__list02 a.none {
	color: #aaa;
	border-color: #aaa;
}
.tag__list02 a.none:hover {
	color: #aaa;
	background: #fff;
}

.hashtag__list {
	color: #555;
	font-size: 13px;
}
.hashtag__list li {
	display: inline-block;
	margin: 0 0 6px 6px;
}
.hashtag__list a {
	border-radius: 5px;
	border: solid 1px #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.hashtag__list a span {
	padding: 5px 8px;
}
.hashtag__list a span:first-child {
	background: #ccc;
	color: #676767;
	border-right: solid 1px #ccc;
}
.hashtag__list a span:last-child {
	padding: 5px 10px 5px 8px;
}

.error_text {
	font-weight: bold;
	font-size: 13px;
	color: #d12d48;
	margin-top: 8px;
	margin-bottom: 0 !important;
}
.error_text:before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.caution_text {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	margin-top: 8px;
}
.caution_text:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.shop__detail__section {
	margin-bottom: 60px;
}
.shop__detail__section .w_btn {
	margin-top: 40px;
}

.post__content {
	word-break: break-all;
}
.post__content .header {
	border-bottom: solid 2px #2C384F;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.post__content .header time {
	font-weight: bold;
	margin-right: 12px;
	font-size: 16px;
}
.post__content .header .cat {
	font-size: 12px;
	display: inline-block;
	background: #2C384F;
	color: #fff;
	min-width: 100px;
	text-align: center;
	padding: 3px 8px;
	margin-right: 20px;
}
.post__content .header p {
	margin-top: 0;
}
.post__content h1,
.post__content h2 {
	font-size: 26px;
	font-weight: bold;
}
.post__content p {
	line-height: 1.8;
	margin: 1em 0;
	font-size: 16px;
}
.post__content + .w_btn {
	margin-top: 30px;
}

.adj {
	padding-top: 70px;
	margin-top: -70px;
}

.sns__list {
	display: -webkit-flex;
	display: flex;
	font-size: 24px;
	color: #ccc;
}
.sns__list li {
	margin-right: 10px;
}
.sns__list a {
	color: #2C384F;
}

.author__section {
	border: solid 2px #2C384F;
	margin-top: 60px;
}
.author__section .w_btn {
	margin-top: 20px;
}
.author__section h2 {
	background: #2C384F;
	color: #fff;
	font-size: 20px;
	padding: 15px 15px 18px;
	text-align: center;
}
.author__section .inner {
	padding: 20px;
}
.author__section .shop_data {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	color: #555;
}
.author__section .shop_data .thumb {
	width: 180px;
}
.author__section .shop_data .thumb figure {
	font-size: 0;
	line-height: 1;
	border-radius: 50%;
	overflow: hidden;
	border: solid 4px #2C384F;
}
.author__section .shop_data .w_text {
	width: calc(100% - 210px);
	line-height: 1.4;
}
.author__section .shop_data .shop_name {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.5em;
}
.author__section .shop_data .shop_name i {
	margin-right: 5px;
}
.author__section .shop_data .pref {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.author__section .shop_data .pref i {
	font-size: 1.2em;
	margin-right: 14px;
	margin-left: 7px;
}
.author__section .shop_data .pr {
	line-height: 1.6;
}

/*――――――――――――――――――
	not_found
―――――――――――――――――――*/
.not__found {
	background: #f8f8f8;
	border-radius: 5px;
	padding: 35px 15px;
	border: dashed 2px #2C384F;
}
.not__found h2 {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
.not__found h2:last-child {
	margin-bottom: 0;
}
.not__found p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.8;
}
.not__found .w_btn {
	margin-top: 25px;
}

/*――――――――――――――――――
	header
―――――――――――――――――――*/
#header {
	transition: .4s ease;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	height: 80px;
	padding: 0 20px 0 30px;
}
#header.on {
	height: 60px;
	background: rgba(44, 56, 79, 0.95);
}
#header.on #header_logo img {
	max-width: 150px;
}
#header.on #main_nav .text_nav .btn {
	background: #000;
}
#header #header_logo img {
	transition: .4s ease;
}

#main_nav {
	display: -webkit-flex;
	display: flex;
}
#main_nav .text_nav {
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 20px;
}
#main_nav .text_nav li {
	margin-right: 20px;
}
#main_nav .text_nav li:last-child {
	margin-right: 0;
}
#main_nav .text_nav .btn {
	display: inline-block;
	background: #2C384F;
	padding: 6px 25px;
	border-radius: 50px;
	font-size: 13px;
}
#main_nav .sns_nav {
	display: -webkit-flex;
	display: flex;
	font-size: 26px;
}
#main_nav .sns_nav li {
	margin-right: 10px;
}
#main_nav a {
	color: #fff;
}

#hb_menu {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	z-index: 1005;
	background: #11151e;
}
#hb_menu a {
	color: #fff;
}

#hb_menu_inner {
	padding: 20px;
	overflow: auto;
	height: calc(100vh - 60px);
}
#hb_menu_inner .main_nav {
	font-size: 16px;
	margin-bottom: 25px;
}
#hb_menu_inner .main_nav li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
#hb_menu_inner .main_nav li a {
	display: block;
	padding: 15px 4px;
}
#hb_menu_inner .main_nav li i {
	margin-right: 10px;
	width: 22px;
	text-align: center;
}
#hb_menu_inner .sns_nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 32px;
	margin-bottom: 25px;
}
#hb_menu_inner .sns_nav li {
	margin: 0 6px;
}
#hb_menu_inner .sub_nav {
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	padding-top: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#hb_menu_inner .sub_nav li {
	width: 50%;
	margin-bottom: 18px;
}
#hb_menu_inner .sub_nav li:last-child {
	margin-bottom: 0;
}
#hb_menu_inner .sub_nav i {
	position: relative;
	top: -2px;
	font-size: 10px;
	margin-right: 5px;
}

.is-hb-show #hb_btn {
	background: #555;
}
.is-hb-show #hb_btn .bar:nth-child(1) {
	top: 11px;
	transform: rotate(45deg);
}
.is-hb-show #hb_btn .bar:nth-child(2) {
	opacity: 0;
}
.is-hb-show #hb_btn .bar:nth-child(3) {
	top: -11px;
	transform: rotate(-45deg);
}

#hb_btn {
	transition: .4s ease;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	width: 60px;
	height: 60px;
	background: #2C384F;
	padding: 17px 12px 0;
}
#hb_btn span {
	display: block;
	margin-bottom: 8px;
	transition: .4s ease;
}
#hb_btn .bar {
	position: relative;
	height: 3px;
	background: #fff;
	transition: .4s ease;
}

.header__tab__btn {
	position: fixed;
	top: 0;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding-top: 12px;
	/*&:before{
		position: absolute;
		content: '';
		background: #fff;
		display: block;
		width: 1px;
		height: 30px;
		left: 0;
		top: 15px;
	}*/
}
.header__tab__btn.login {
	right: 70px;
}
.header__tab__btn.regist {
	right: 140px;
}
.header__tab__btn span {
	display: block;
}
.header__tab__btn span:first-child {
	height: 18px;
	margin-bottom: 6px;
	font-size: 16px;
}
.header__tab__btn span:last-child {
	font-size: 10px;
}

/*――――――――――――――――――
	footer
―――――――――――――――――――*/
#footer {
	background: #2C384F;
	color: #fff;
	margin-top: 50px;
}
#footer .w1200 {
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer a {
	color: #fff;
}
#footer small {
	display: block;
	text-align: center;
	background: #2e2e2e;
	padding: 15px;
}
#footer #footer_logo {
	text-align: center;
	margin-bottom: 40px;
}
#footer #footer_sns_nav {
	font-size: 24px;
	margin-bottom: 25px;
}
#footer #footer_sns_nav ul {
	text-align: center;
}
#footer #footer_sns_nav ul li {
	display: inline-block;
	margin: 0 5px;
}
#footer #footer_bottom_nav ul {
	text-align: center;
}
#footer #footer_bottom_nav ul li {
	display: inline-block;
	margin: 0 15px;
}

#footer_float_cp {
	display: none;
	font-size: 0;
	line-height: 1;
	position: fixed;
	right: 0;
	bottom: 0;
	max-width: 460px;
}

.sponser {
	width: 100%;
	margin: 0;
	background-color: #7B8EB5;
	text-align: center;
	font-weight: bold;
}

.sponser p {
	margin: 10px auto 0;
}

.sponser div {
	width: 100%;
	margin: 0 auto;
}

.sponser img {
	width: 70%;
	margin: 0 auto;
}
/*――――――――――――――――――
	下層共通パーツ
―――――――――――――――――――*/
#under_mv {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 360px;
	background: url(../img/mv.jpg) no-repeat center/cover;
	padding-left: 4%;
	padding-right: 4%;
}
#under_mv h1,
#under_mv .ttl {
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#under_mv h1 span,
#under_mv .ttl span {
	font-size: 60px;
}
#under_mv p:not(.ttl) {
	color: #fff;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}
#under_mv p:not(.ttl) i {
	margin-right: 5px;
}

#bread {
	background: #f2f1ec;
	padding: 20px 0;
	margin-bottom: 50px;
	overflow: auto;
	white-space: nowrap;
}
#bread li {
	display: inline-block;
}
#bread li:last-child {
	padding-right: 10px;
}
#bread li:last-child:after {
	content: none;
}
#bread li:after {
	font-family: 'FontAwesome';
	content: '\f054';
	color: #5d5d5d;
	font-size: 10px;
	display: inline-block;
	margin: 0 7px;
	position: relative;
	top: -1px;
}
#bread a {
	color: #2C384F;
}

#w_column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-bottom: 50px;
}
#w_column.reverse {
	-webkit-flex-direction: row;
	flex-direction: row;
}
#w_column main {
	width: 70%;
}
#w_column aside {
	width: 25%;
}
#w_column aside h2 {
	background: #2C384F;
	font-size: 18px;
	color: #fff;
	padding: 20px 15px;
}
#w_column aside h2 i {
	margin-right: 8px;
	font-size: 18px;
}
#w_column aside h3 {
	font-weight: bold;
	border-bottom: solid 1px #000;
	font-size: 16px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#w_column .w_widget {
	padding: 25px 15px 25px;
	background: rgba(44, 56, 79, 0.1);
}
#w_column .w_widget .widget:last-child {
	margin-bottom: 0;
}
#w_column .w_widget .near:last-child {
	margin-bottom: 0;
}
#w_column .w_widget .btn01 {
	max-width: 100%;
	font-size: 14px;
}
#w_column .widget {
	margin-bottom: 30px;
}
#w_column .near {
	display: block;
	transition: .4s ease;
	margin-bottom: 30px;
}
#w_column .near time {
	display: block;
	margin-bottom: 5px;
}
#w_column .near time i {
	margin-right: 5px;
}
#w_column .near .img {
	overflow: hidden;
	background: #555;
	text-align: center;
	position: relative;
	font-size: 0;
	line-height: 1;
	border: solid 3px #fff;
	margin-bottom: 10px;
}
#w_column .near .img img {
	width: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
#w_column .near .img .label {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(44, 56, 79, 0.9);
	padding: 8px 14px;
	font-size: 12px;
}
#w_column .near:hover {
	opacity: 0.8;
}
#w_column .near .shop_name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
#w_column .near .pref {
	margin-top: 12px;
}
#w_column .near .tel {
	margin-top: 8px;
}
#w_column .near .pref,
#w_column .near .tel {
	font-size: 0.9em;
	color: #555;
}
#w_column .near .pref i,
#w_column .near .tel i {
	margin-right: 5px;
}
#w_column div.near:hover {
	opacity: 1;
}

.w_list_control {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.w_list_control.top {
	margin-bottom: 10px;
}
.w_list_control.bottom {
	margin-top: 10px;
}
.w_list_control .w_select {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.w_list_control .form__select select {
	padding: 10px 30px 10px 10px;
	font-size: 12px;
}
.w_list_control .view_num {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

select.season_select {
	height: 40px;
	display: inline-block;
	width: 100%;
	max-width: 420px;
	font-family: inherit;
	border: solid 1px #aaa;
	border-radius: 0;
	padding: 8px 12px;
	font-size: inherit;
}
select.form_mini {
	height: 35px;
}
select.season_select {
	opacity: 1;
	padding-left: 10px !important;
	background: #fff url(../img/select_arrow.svg) no-repeat right 10px center;
}
select.season_select::-ms-expand {
	display: none;
}

.season_btn {
	display: inline-block;
  width: 100%;
  font-size: 14px;
  height: 40px;
  color: #fff;
  background: #000;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  transition: .4s ease;
  border: none;
  outline: none;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

.view_num {
	text-align: right;
}
.view_num.top {
	margin-bottom: 10px;
}
.view_num.bottom {
	margin-top: 10px;
}

.pager {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.pager a,
.pager span {
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 3px;
}
.pager span {
	background: #2C384F;
	color: #fff;
}
.pager a {
	color: #737373;
	background: #ccc;
	transition: .4s ease;
}
.pager a:hover {
	color: #fff;
	background: #2C384F;
}
.pager .prev,
.pager .next {
	font-size: 12px;
}

.mw150 {
  max-width: 150px;
}
.ml5 {
  margin-left: 5px;
}

.match_pv {
	margin: 50px 0;
	padding: 50px;
	font-size: 2.5em;
	background-image: url("../img/523853_m.jpg");
	background-size: cover;
	color: #fff;
}
.match_pv .head {
	text-align: center;
	font-size: 0.75em;
	margin-bottom: 30px;
}
.match_pv .details {
	width: 100%;
	display: flex;
	opacity: 1;
}
.match_pv div.center {
	width: 20%;
	text-align: center;
}
.match_pv div.my_club,
.match_pv div.opponent_club {
	width: 40%;
	text-align: center;
	font-weight: bold;
}

.match_pv .score {
	font-size: 3em;
	font-weight: bold;
}
.match_pv .detail_score {
	font-size: 1em;
	text-align: center;
}
.match_pv .detail_score span {
	font-size: 0.75em;
	padding: 10px 20px 20px;
}


/*――――――――――――――――――
	フォームパーツ
―――――――――――――――――――*/
input[type=checkbox] {
	-webkit-appearance: checkbox;
	transform: scale(1.2);
}

.check__list01.horizon {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px;
}
.check__list01.horizon li {
	margin-right: 25px;
	margin-bottom: 15px;
}
.check__list01.horizon li:last-child {
	margin-bottom: 15px;
}
.check__list01 li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 5px;
}
.check__list01 li:last-child {
	margin-bottom: 0;
}
.check__list01 input {
	margin-right: 8px;
}

.form__text,
.form__textarea {
	border: solid 1px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 10px 15px;
	width: 100%;
}

.form__textarea {
	height: 250px;
	resize: vertical;
}
.form__textarea.h100 {
	height: 100px;
}

.form__select {
	border: solid 1px #ccc;
	border-radius: 5px;
	background: #fff;
	position: relative;
}
.form__select:before {
	position: absolute;
	content: '\f078';
	font-family: 'FontAwesome';
	top: 50%;
	transform: translate(0, -50%);
	font-size: 12px;
	color: #aaa;
	right: 10px;
}
.form__select select {
	line-height: 1;
	position: relative;
	z-index: 2;
	border: none;
	background: none;
	display: block;
	width: 100%;
	outline: none;
	padding: 15px 15px;
}

.form__select.mw100,
.form__text.mw100,
.form__textarea.mw100 {
	max-width: 100px;
}
.form__select.mw200,
.form__text.mw200,
.form__textarea.mw200 {
	max-width: 200px;
}
.form__select.mw300,
.form__text.mw300,
.form__textarea.mw300 {
	max-width: 300px;
}
.form__select.mw400,
.form__text.mw400,
.form__textarea.mw400 {
	max-width: 400px;
}

.form__reset {
	border: solid 1px #aaa;
	background: #f8f8f8;
	cursor: pointer;
	display: block;
	max-width: 200px;
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
	padding: 10px 20px;
	border-radius: 50px;
}
.form__reset i {
	margin-right: 5px;
}

.form__period {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.form__period span {
	margin: 0 4px;
}

.form__list01 dt {
	margin-bottom: 5px;
}
.form__list01 dd {
	margin-bottom: 15px;
}
.form__list01 dd:last-child {
	margin-bottom: 0;
}
.form__list01 .desc {
	font-size: 13px;
	margin-top: 8px;
	line-height: 1.2;
}

/*――――――――――――――――――
	モーダル
―――――――――――――――――――*/
.modal__overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

@media only screen and (min-width: 1024px) {
	.modal__overlay {
		display: none !important;
	}
}
.overlay__inner {
	cursor: default;
	position: fixed;
	z-index: 1001;
	width: 90%;
	height: 90vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.overlay__inner .modal__ttl {
	position: relative;
}
.overlay__inner .modal__ttl .close_btn {
	position: absolute;
	color: #fff;
	right: 15px;
	z-index: 1;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}
.overlay__inner .modal__ttl .close_btn i {
	margin-right: 5px;
}
.overlay__inner h2 {
	background: #2C384F;
	font-size: 18px;
	color: #fff;
	padding: 20px 15px;
}
.overlay__inner h2 i {
	margin-right: 8px;
	font-size: 18px;
}
.overlay__inner .w_widget {
	background: #fff;
	padding: 20px 20px 40px;
	max-height: calc(90vh - 58px);
	overflow: auto;
}
.overlay__inner h3 {
	font-weight: bold;
	border-bottom: solid 1px #000;
	font-size: 16px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
}
.overlay__inner .btn01 {
	max-width: 280px;
}
.overlay__inner .widget {
	margin-bottom: 25px;
}

/*――――――――――――――――――
	タブ
―――――――――――――――――――*/
.tab__btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tab__btn li {
	position: relative;
	width: calc(50% - 1px);
	cursor: pointer;
	text-align: center;
	background: #5d5d5d;
	color: #fff;
	padding: 15px 5px;
	font-size: 16px;
}
.tab__btn li.active {
	background: #2C384F;
	cursor: default;
}
.tab__btn li.active:before {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: solid 12px #2C384F;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
}

.tab__content {
	background: #fff;
	padding: 35px 20px 30px;
	border: solid 1px #5d5d5d;
	border-top: none;
}
.tab__content > div {
	display: none;
}

.tab__btn__link {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 60px;
}
.tab__btn__link.bottom {
	margin-top: 60px;
	margin-bottom: 0;
}
.tab__btn__link.bottom a.active:before {
	border-top: none;
	border-bottom: solid 12px #2C384F;
	bottom: auto;
	top: -12px;
}
.tab__btn__link li {
	width: 33.3%;
	border-right: solid 1px #fff;
}
.tab__btn__link li.subscription {
	width: 20% !important;
	border-right: solid 1px #fff;
}
.tab__btn__link li:last-child {
	border-right: none;
}
.tab__btn__link a {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
	background: #5d5d5d;
	color: #fff;
	padding: 15px 5px;
	font-size: 14px;
}
.tab__btn__link a.active {
	background: #2C384F;
	cursor: default;
}
.tab__btn__link a.active:before {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: solid 12px #2C384F;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
}

/*――――――――――――――――――
	リスト
―――――――――――――――――――*/
.info__list {
	max-width: 840px;
	margin: 0 auto;
	border-top: solid 1px #ccc;
}
.info__list li {
	border-bottom: solid 1px #ccc;
	padding: 25px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.info__list time {
	font-weight: bold;
	margin-right: 30px;
}
.info__list .cat {
	font-size: 12px;
	display: inline-block;
	background: #2C384F;
	color: #fff;
	min-width: 100px;
	text-align: center;
	padding: 6px 8px;
	margin-right: 20px;
}
.info__list .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info__list a {
	color: #2C384F;
	text-decoration: underline;
}
.info__list a:hover {
	text-decoration: none;
}

/*――――――――――――――――――
	シェアボタン
―――――――――――――――――――*/
.share__buttons {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.share__buttons li {
	width: 100%;
}
.share__buttons a {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	padding: 8px;
}
.share__buttons i {
	margin-right: 5px;
}
.share__buttons .fb {
	background: #3b5998;
}
.share__buttons .fb i {
	transform: scale(0.8);
}
.share__buttons .tw {
	background: #000000;
}
.share__buttons .tw .fa-stack {
	transform: scale(0.8);
}
.share__buttons .tw .fa-twitter {
	color: #000000;
}
.share__buttons .fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}
.fa-twitter-square {
	position: relative;
	width: 23px;
	height: 21px;
}
.fa-twitter-square:before {
	content: '𝕏';
	font-family: unset;
	color: #FFFFFF;
	background: #2C384F;;
	width: 21px;
	height: 21px;
	border-radius: 2px;
	font-size: 0.9em;
	padding: 0 2px;
	position: absolute;
	margin-top: 2px;
}

@media only screen and (max-width: 1200px) {
	.w1200,
	.w960,
	.w800 {
		padding-left: 2%;
		padding-right: 2%;
	}

	#w_column main {
		width: 72%;
	}
}
@media only screen and (min-width: 1024px) {
	#footer_float_nav,
	#hb_menu {
		display: none !important;
	}
}
@media only screen and (max-width: 1023px) {
	body {
		padding-top: 60px;
	}

	.tablet_block {
		display: block;
	}

	#header {
		height: 60px;
		padding-left: 15px;
		background: #2C384F !important;
	}
	#header #header_logo img {
		max-width: 150px;
	}

	#main_nav {
		display: none;
	}

	.shop__list01:before,
	.shop__list01:after {
		width: 32%;
	}
	.shop__list01 li {
		width: 32%;
	}
	.shop__list01 li:nth-child(n+7) {
		display: none;
	}

	.event__list01 li {
		width: 100%;
	}

	#w_column {
		display: block;
	}
	#w_column main,
	#w_column aside {
		width: 100%;
	}
	#w_column aside {
		display: none;
	}
	#w_column aside.tab_show {
		display: block;
	}
	#w_column .w_near_shop {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}
	#w_column .w_near_shop .near {
		width: 48%;
	}
	#w_column .w_near_shop .near .img img {
		width: 100%;
	}
	#w_column .widget {
		width: 100%;
	}

	.tab_refined_search {
		border: solid 1px #5d5d5d;
		margin-bottom: 20px;
		cursor: pointer;
		padding: 15px;
		border-radius: 5px;
		text-align: center;
		background: #f8f8f8;
		font-size: 16px;
	}
	.tab_refined_search i {
		margin-right: 8px;
	}

	#footer_float_nav {
		transition: .6s ease;
		height: 50px;
		background: #f8f8f8;
		border-top: solid 1px #ccc;
		z-index: 999;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#footer_float_nav.hide {
		transform: translate(0, 50px);
		opacity: 0;
	}
	#footer_float_nav ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#footer_float_nav ul li {
		width: 25%;
		position: relative;
	}
	#footer_float_nav ul li:after {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -15px;
		content: '';
		width: 1px;
		height: 30px;
		background: #ccc;
	}
	#footer_float_nav ul li:last-child:after {
		content: none;
	}
	#footer_float_nav ul a {
		padding-top: 10px;
		display: block;
		height: 50px;
		text-align: center;
		color: #5d5d5d;
	}
	#footer_float_nav ul .w_icon {
		display: block;
		height: 16px;
	}
	#footer_float_nav ul .text {
		margin-top: 4px;
		width: 100%;
		display: block;
		font-size: 11px;
	}
	.sponser {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.sponser p {
		width: 95%;
		margin: 10px auto 0;
		text-align: left;
	}
	.sponser img {
		width: 95%;
		margin: 0 auto;
	}
	.tab__btn__link.bottom {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.sp_block {
		display: block !important;
	}
	.sp_none {
		display: none !important;
	}
	.sp_inline-block {
		display: inline-block !important;
	}
	.sp_auto {
		display: initial !important;
	}

	.w1200,
	.w960 {
		padding-left: 4%;
		padding-right: 4%;
	}
	.w10p {
		width: 15% !important;
	}
	.w20p {
		width: 30% !important;
	}
	.w30p {
		width: 55% !important;
	}

	.ttl01 {
		margin-bottom: 35px;
	}
	.ttl01 .ja {
		font-size: 24px;
	}
	.ttl01 .en {
		font-size: 14px;
	}

	.ttl02 {
		font-size: 18px;
		letter-spacing: 0;
		margin-bottom: 15px;
		border-left-width: 4px;
	}

	.ttl04 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.ttl04 span {
		font-size: 16px;
	}
	.ttl04:before {
		width: 40px;
		height: 3px;
		bottom: -10px;
	}

	.not__found h2 {
		font-size: 1.15rem;
	}
	.not__found p {
		font-size: 14px;
		text-align: left;
	}

	body {
		padding-top: 50px;
	}

	#header {
		height: 50px !important;
	}
	#header #header_logo img {
		max-width: 120px !important;
	}

	#hb_btn,
	.header__tab__btn {
		width: 50px;
		height: 50px;
	}

	.is-hb-show #hb_btn .bar:nth-child(1) {
		top: 8px;
	}
	.is-hb-show #hb_btn .bar:nth-child(3) {
		top: -12px;
	}

	.header__tab__btn {
		padding-top: 8px;
	}
	.header__tab__btn.login {
		right: 60px;
	}
	.header__tab__btn.regist {
		right: 125px;
	}

	#hb_btn {
		padding-top: 15px;
	}
	#hb_btn .bar {
		height: 2px;
	}

	#hb_menu {
		top: 50px;
		height: calc(100% - 50px);
	}

	#under_mv h1,
	#under_mv .ttl {
		font-size: 24px;
		line-height: 1.25;
	}
	#under_mv h1 span,
	#under_mv .ttl span {
		font-size: 40px;
	}

	.shop__list01 > li {
		width: 49%;
		margin-bottom: 30px;
	}
	.shop__list01 .shop_name {
		font-size: 16px;
	}

	.shop__list02 .list a {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.shop__list02 .list .shop_data,
	.shop__list02 .list .img {
		width: 100%;
	}
	.shop__list02 .list .img {
		margin-bottom: 15px;
	}
	.shop__list02 .list .img img {
		object-fit: cover;
		width: 100%;
		height: 75%;
		aspect-ratio: 4/2.825;
	}

	.shop__list02 .list .shop_name {
		font-size: 20px;
	}
	.shop__list02 .list .address {
		position: relative;
		padding-left: 21px;
		line-height: 1.4;
	}
	.shop__list02 .list .address i {
		position: absolute;
		left: 0;
		top: 2px;
	}

	.event__list01 > li a {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.event__list01 > li .event_data,
	.event__list01 > li figure {
		width: 100%;
	}
	.event__list01 > li figure {
		text-align: center;
		margin-bottom: 15px;
	}
	.event__list01 > li figure .img1 {
		object-fit: cover;
	  width: 100%;
	  height: 75%;
	  aspect-ratio: 4/2.825;
	}
	.event__list01 > li .event_name {
		font-size: 16px;
	}
	.event__list01.threeline > li {
		width: 100%;
	}

	.staff__list:after {
		width: 48%;
	}
	.staff__list li {
		display: flex;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: solid 1px #ccc;
		margin-bottom: 15px;
	}
	.staff__list li .img {
		width: 60%;
	}
	.staff__list li .img img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 7/6;
		text-align: center;
		margin-bottom: 10px;
	}
	.staff__list li .w_text {
		width: 100%;
		margin-left: 2.5%;
	}
	.staff__list .position {
		padding-top: 4px;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.staff__list .name {
		display: block;
	}
	.category_table {
		width: 100%;
	}
	.category_table th,
	.category_table td {
		display: block;
		width: 100%;
		border: none;
	}
	.category_table th {
		padding: 15px;
		border-bottom: solid 2px #fff;
	}
	.category_table td {
		border-bottom: solid 4px #fff;
		padding: 15px;
	}

	.tag__list02 li {
		margin: 3px;
	}
	.tag__list02 a {
		font-size: 14px;
	}

	.recruit__list > div {
		width: 100%;
		padding: 25px 15px;
	}
	.recruit__list > div h2,
	.recruit__list > div h3 {
		font-size: 20px;
	}
	.recruit__list .table01 th,
	.recruit__list__detail .table01 th {
		width: 45%;
	}

	select.season_select {
		height: 40px;
		display: inline-block;
		width: 60%;
		max-width: 420px;
		font-family: inherit;
		border: solid 1px #aaa;
		border-radius: 0;
		padding: 8px 12px;
		font-size: inherit;
	}
	select.form_mini {
		height: 35px;
	}
	select.season_select {
		opacity: 1;
		padding-left: 10px !important;
		background: #fff url(../img/select_arrow.svg) no-repeat right 10px center;
	}
	select.season_select::-ms-expand {
		display: none;
	}
	.season_btn {
		display: inline-block;
	  width: 37%;
	  font-size: 14px;
	  height: 40px;
	  color: #fff;
	  background: #000;
	  font-weight: bold;
	  text-align: center;
	  line-height: 40px;
	  transition: .4s ease;
	  border: none;
	  outline: none;
	  font-family: inherit;
	  cursor: pointer;
	  padding: 0;
	}


	.match_pv {
		margin: 25px 0;
		padding: 25px;
		font-size: 1.5em;
		background-image: url("../img/523853_m.jpg");
		background-size: cover;
		color: #fff;
	}
	.match_pv .head {
		text-align: center;
		font-size: 0.75em;
		margin-bottom: 30px;
	}
	.match_pv .details {
		width: 100%;
		display: flex;
		opacity: 1;
	}
	.match_pv div.center {
		width: 20%;
		text-align: center;
	}
	.match_pv div.my_club,
	.match_pv div.opponent_club {
		width: 40%;
		text-align: center;
		font-weight: bold;
	}

	.match_pv .score {
		font-size: 2em;
		font-weight: bold;
	}
	.match_pv .detail_score {
		font-size: 1em;
		text-align: center;
	}
	.match_pv .detail_score span {
		font-size: 0.75em;
		padding: 10px 20px 20px;
	}

	#footer {
		margin-top: 40px;
	}
	#footer .w1200 {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#footer #footer_logo {
		margin-bottom: 20px;
	}
	#footer #footer_logo img {
		max-width: 160px;
	}
	#footer #footer_bottom_nav ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
	}
	#footer #footer_bottom_nav ul li {
		width: 50%;
		display: block;
		margin: 0 0 15px;
	}

	#footer_float_cp {
		max-width: 100%;
		width: 100%;
		left: 0;
	}
	#footer_float_cp img {
		width: 100%;
	}

	.table01 tr,
	.table01 th,
	.table01 td {
		width: 100%;
	}
	.table01.flex tr,
	.table01.flex th,
	.table01.flex td {
		display: flex;
		width: 100%;
	}
	.table01 td {
		word-break: break-all;
		padding: 10px;
	}
	.table01 th {
		padding: 10px;
	}
	.table01 th {
		font-weight: bold;
		width: 30%;
		background: #f8f8f8;
	}
	.table01 td {
		width: 70%;
	}


	#bread {
		font-size: 12px;
		margin-bottom: 30px;
	}

	.tab_refined_search {
		font-size: 14px;
	}

	#under_mv {
		height: 240px;
	}

	.type__note ol {
		padding-left: 1.2em;
	}

	.info__list li {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 18px 0;
	}
	.info__list li .text {
		display: block;
		width: 100%;
		font-size: 1.1em;
		margin-top: 15px;
	}
	.info__list li time {
		font-weight: 900;
		margin-right: 5px;
	}
	.info__list li .cat {
		order: -1;
	}

	.blog__list .blog_data {
		font-size: 12px;
	}
	.blog__list h2 {
		font-size: 20px;
	}
	.blog__list .content {
		font-size: 14px;
	}
	.blog__list .shop_data {
		font-size: 12px;
	}
	.blog__list .shop_data .shop_name {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.blog__list .w_text {
		width: calc(100% - 75px);
	}

	input:not([type=submit]),
	select,
	textarea {
		font-size: 16px;
	}

	.tab__btn__link {
		margin-bottom: 20px;
	}
	.tab__btn__link.bottom {
		margin-top: 50px;
	}
	.tab__btn__link.bottom a.active:before {
		top: -8px;
		border-width: 8px;
	}
	.tab__btn__link a {
		font-size: 12px;
		padding: 12px 2px;
	}
	.tab__btn__link a span {
		display: none;
	}
	.tab__btn__link a.active:before {
		border-width: 8px;
		bottom: -8px;
	}

	.post__content .header .cat {
		font-size: 12px;
	}
	.post__content h1,
	.post__content h2 {
		font-size: 22px;
	}
	.post__content p {
		font-size: 15px;
	}

	.author__section h2 {
		font-size: 18px;
		padding: 12px 15px 15px;
	}
	.author__section .shop_data {
		display: block;
	}
	.author__section .shop_data .thumb,
	.author__section .shop_data .w_text {
		width: 100%;
	}
	.author__section .shop_data .thumb figure {
		width: 180px;
		margin: 0 auto 15px;
	}
	.author__section .shop_data .shop_name {
		font-size: 1.2em;
	}
	.author__section .shop_data .pref {
		font-size: 1em;
	}
	.author__section .shop_data .pref i {
		margin-right: 12px;
		margin-left: 4px;
	}

	.share__buttons a {
		padding: 4px;
	}


}
@media only screen and (max-width: 350px) {
	.tab__btn__link a {
		font-size: 11px;
	}
}
/*――――――――――――――――――
	top
―――――――――――――――――――*/
#mv {
	height: 680px;
	background: url(../img/mv.jpg) no-repeat center/cover;
	padding-top: 160px;
}
#mv h2 {
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
#mv h2 span {
	display: block;
	font-size: 20px;
	margin-top: 15px;
}

#mv_search_form {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	border: solid 5px #2C384F;
	max-width: 780px;
	margin: 0 auto;
	padding: 35px 50px;
}
#mv_search_form h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
#mv_search_form h3 i {
	margin-right: 8px;
}
#mv_search_form .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 35px;
}
#mv_search_form .flex.column2 .form_parts:first-child {
	width: 30%;
}
#mv_search_form .flex.column2 .form_parts:last-child {
	width: 69%;
}
#mv_search_form .form_parts {
	width: 31%;
	border: solid 1px #ccc;
	border-radius: 8px;
	background: #fff;
	position: relative;
}
#mv_search_form .form_parts.input:before {
	content: none;
}
#mv_search_form .form_parts:before {
	position: absolute;
	content: '\f078';
	font-family: 'FontAwesome';
	top: 50%;
	transform: translate(0, -50%);
	font-size: 12px;
	color: #aaa;
	right: 20px;
}
#mv_search_form .form_parts label {
	position: absolute;
	top: 16px;
	left: 30px;
	font-size: 12px;
	color: #2C384F;
	display: block;
}
#mv_search_form .form_parts select,
#mv_search_form .form_parts input[type=text] {
	line-height: 1;
	position: relative;
	z-index: 2;
	border: none;
	background: none;
	display: block;
	width: 100%;
	font-size: 16px;
	outline: none;
	padding: 36px 20px 15px 30px;
}

.top__section {
	padding: 70px 0;
}
.top__section.bg_skin {
	background: #f2f1ec;
}
.top__section .w_btn {
	margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
	#mv {
		padding-top: 130px;
	}
	#mv h2 {
		font-size: 5vw;
	}
	#mv h2 span {
		font-size: 4.5vw;
	}

	#mv_search_form {
		max-width: 90%;
		padding: 35px 25px;
		border-width: 3px;
	}
	#mv_search_form .form_parts {
		width: 32%;
	}
}
@media only screen and (max-width: 767px) {
	#mv {
		padding-top: 70px;
		height: 550px;
	}
	#mv h2 {
		margin-bottom: 25px;
	}

	#mv_search_form h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#mv_search_form .flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	#mv_search_form .form_parts {
		width: 100% !important;
		margin-bottom: 5px;
	}
	#mv_search_form .form_parts select,
	#mv_search_form .form_parts input[type=text] {
		font-size: 16px;
		padding-top: 32px;
		padding-bottom: 14px;
	}
	#mv_search_form .form_parts input[type=text] {
		padding-top: 30px;
	}
	#mv_search_form .form_parts label {
		top: 12px;
	}

	.top__section {
		padding: 45px 0;
	}
	.top__section .w_btn {
		margin-top: 20px;
	}
}
/*――――――――――――――――――
	shop
―――――――――――――――――――*/
#w_shop_detail_slide {
	margin-bottom: 60px;
	background: #555;
	padding: 20px;
}
#w_shop_detail_slide .slide {
	text-align: center;
}
#w_shop_detail_slide .slide img {
	width: 100%;
	display: inline-block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#w_shop_detail_slide .slide img.vertical {
	max-width: 50%;
}
#w_shop_detail_slide .slick-dots {
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
}
#w_shop_detail_slide .slick-dots li {
	width: 12.5%;
	cursor: pointer;
	opacity: 0.5;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 8.5%;
}
#w_shop_detail_slide .slick-dots li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#w_shop_detail_slide .slick-dots .slick-active {
	opacity: 1;
}

@media only screen and (max-width: 1023px) {
	#w_shop_detail_slide img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#w_shop_detail_slide {
		padding: 10px;
	}
	#w_shop_detail_slide .slick-dots {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#w_shop_detail_slide .slick-dots:before {
		order: 1;
	}
	#w_shop_detail_slide .slick-dots:before,
	#w_shop_detail_slide .slick-dots:after {
		content: '';
		display: block;
		width: 24%;
	}
	#w_shop_detail_slide .slick-dots li {
		font-size: 0;
		line-height: 1;
		width: 24%;
		margin: 4px 0;
		padding-bottom: 16.5%;
	}
}
/*――――――――――――――――――
	login
―――――――――――――――――――*/
/*――――――――――――――――――
	register
―――――――――――――――――――*/
#register .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#register .flex > div {
	width: 70%;
	margin: 0 15%;
}
#register .flex > div h2 {
	background: #2C384F;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
#register .flex > div h2 i {
	margin-right: 5px;
}
#register .flex > div .inner {
	border: solid 1px #2C384F;
	padding: 20px;
}
#register .flex > div .w_btn {
	margin-top: 20px;
}
#register .flex .sns .text {
	margin-top: 8px;
	line-height: 1.4;
}
#register .flex .disable {
	position: relative;
}
#register .flex .disable:after {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: 'ユーザー登録・ログイン機能は、近日実装予定となります。';
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.sns__login__list li {
	margin-bottom: 10px;
}
.sns__login__list li:last-child {
	margin-bottom: 0;
}
.sns__login__list a {
	display: block;
	background: #000;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	padding: 15px 25px;
	font-weight: bold;
}
.sns__login__list a i {
	font-size: 22px;
	margin-right: 8px;
}
.sns__login__list a span {
	position: relative;
	top: -3px;
}
.sns__login__list .fb {
	background: #1877f2;
}
.sns__login__list .line {
	background: #00B900;
}
.sns__login__list .tw {
	background: #1DA1F2;
}

@media only screen and (max-width: 1200px) {
	#register .flex {
		display: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#register .flex > div {
		width: 100%;
		margin: 0;
	}
	#register .flex > div:first-child {
		margin-bottom: 30px;
	}
}
/*――――――――――――――――――
	lp
―――――――――――――――――――*/
#lp {
	padding-top: 100px;
	padding-bottom: 100px;
}
#lp section {
	text-align: center;
	margin-bottom: 100px;
}
#lp section figure {
	margin-bottom: 40px;
}
#lp section .w_btn {
	margin-top: 30px;
}
#lp section p {
	font-size: 18px;
	line-height: 2;
}

@media only screen and (max-width: 1023px) {
	#lp section p {
		text-align: left;
	}
}
@media only screen and (max-width: 767px) {
	#lp {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	#lp .w800 {
		padding-left: 0;
		padding-right: 0;
	}
	#lp section {
		margin-bottom: 60px;
	}
	#lp section figure {
		margin-bottom: 20px;
	}
	#lp section p {
		font-size: 14px;
		line-height: 1.6;
	}
}
