@charset "utf-8";
/*
Theme Name:pekin
Theme URI:https://4slowcafe.com/
Author:pekin
Description:pekinテーマ。
*/


/* style.css */
:root {
	--primary: #F86500;
	--brown: #993300;
	--red: #CC3300;
	--green: #009999;
	--gray-100: #F0F0F0;
	--gray-200: #E0E0E0;
	--niko: #D71756;
	--bg-soft: #FAF6F5;
	--bg-gradient01: linear-gradient(180deg, rgba(255, 238, 204, 1) 0%, rgba(255, 228, 172, 1) 100%);
	--font-gothic: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: var(--font-gothic);
	color: #282823;
	line-height: 1.8;
	box-sizing: border-box;
	word-break: break-all;
}

html {
	height: 100%;
	font-size: 62.5%; /* 10px */
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width: 1200px;
	font-size: 1.6rem;
}

h1 {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 30px;
}
h1.jp {font-size: 3rem;}

h1 span {
	display: block;
}

h2 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

h3 ,
h4 ,
h5 ,
h6 {
	font-weight: 500;
}

h3 {
	font-size: 2.3rem;
	margin-bottom: 30px;
}

h4 {
	font-size: 2.2rem;
	margin-bottom: 25px;
}

h5 {
	font-size: 2rem;
	margin-bottom: 15px;
}

h6 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

p {margin-bottom: 7px;}

a {
	text-decoration: none;
	transition: opacity 0.6s;
}

a:hover {opacity: 0.8;}

a[href^="tel:"] {
	pointer-events: none;
}

em {
	font-weight: bold;
	font-style: normal;
	color: var(--primary);
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

ul {list-style: none;}

.bs_beans_li01 li {
	font-size: 2rem;
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/00_i_beans01.png);
	background-size: 18px 18px;
	padding-left: 32px;
	margin-bottom: 8px;
}

ol li {
	list-style-type: decimal;
	margin-left: 3em;
}

time {
	display: block;
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 20px;
}

address {font-style: normal;}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

figure {
	width: 100%;
	margin-bottom: 15px;
}
figure img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	border: 1px solid #EEE;
}

/* <span><strong></strong></span> の際もspanのcolorを継承する */
span[style*="color"] strong {
  color: inherit !important;
}

/* table
------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
tr {border-bottom: 1px solid #F0F0F0;}
.bs_tr_bd_none {border-bottom: none;}

th,
td {
	padding: 15px 15px;
}
th {
	font-weight: 500;
}
/* .bs_table01 */
.bs_table01 {
	border-top: 1px solid var(--gray-200);
	border-right: 1px solid var(--gray-200);
	margin-bottom: 10px;
}
.bs_table01 tr {border-bottom: none;}
.bs_table01 th ,
.bs_table01 td {
	vertical-align: middle;
	border-bottom: 1px solid var(--gray-200);
	border-left: 1px solid var(--gray-200);
	padding: 8px 15px;
}
.bs_table01 thead th {
	text-align: center;
	background-color: var(--bg-soft);
}
.bs_table01 tbody th {background-color: rgba(250, 246, 245, 0.3);}

.bs_table01_price th:first-child {width: 175px;}
.bs_table01_price tbody td {text-align: right;}

.bs_table01_s {max-width: 600px;}

.bs_table01 tfoot p {margin: 0;}
.bs_table01 tfoot p span {font-weight: bold;}


/* .bs_table02 */
.bs_table02 {
	border-top: 1px solid #CACCD7;
	border-right: 1px solid #CACCD7;
}
.bs_table02 th,
.bs_table02 td {
	border-bottom: 1px solid #CACCD7;
	border-left: 1px solid #CACCD7;
}
.bs_table02 th {
	width: 150px;
	vertical-align: top;
	background-color: #F2F3F7;
}

.bs_table02b {
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.bs_table02b th,
.bs_table02b td {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
.bs_table02b th {
	background-color: #101010;
	color: #FFF;
}

.bs_scroll_wrap {
	position: relative;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.bs_scroll_1200 {width: 1200px;}
.bs_scroll_1000 {width: 1000px;}

/* dl
------------------------------------- */

/* bs_dl01 */
.bs_dl01 > dt ,
.bs_form_dt {
	padding: 8px 15px;
	background-color: #F2F3F7;
	font-weight: 500;
	margin-bottom: 15px;
}
.bs_dl01 > dd {
	margin-bottom: 30px;
}

.me_recruit_wrap01b dl dt {
	background-color: #101010;
	color: #FFF;
}

/* form
------------------------------------- */
input ,
textarea ,
select ,
label {
	font-family: "LogoTypeGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	box-sizing: border-box;
	font-size: 1.6rem;
}

input[type="text"] ,
input[type="tel"] ,
input[type="email"] ,
input[type="date"] ,
textarea ,
select {
	display: block;
	border: 1px solid var(--gray-200);
	padding: 10px;
	margin-bottom: 10px;
}

input[type="text"] ,
input[type="tel"] ,
input[type="email"] ,
textarea {
	padding: 15px 10px;
}
input[type="text"] ,
input[type="tel"] ,
input[type="email"] {max-width: 100%;}
textarea {
	width: 100%;
	max-width: 860px;
}

input::placeholder {color: #BBB;}

input[type="submit"],
input[type="button"] {
	display: block;
	cursor: pointer;
	appearance: button;
}

input[type="file"] {
	width: 100%;
	max-width: 500px;
}

.bs_form_ninzu {
	display: flex;
	align-items: center;
	gap: 10px;
}
.bs_form_ninzu input {max-width: 100px;}

.bs_form_menu {
	display: flex;
	flex-wrap: wrap;
}
.bs_form_menu li {
	width: calc(100% / 3 - 40px * 2 / 3);
	margin: 0 40px 40px 0;
}
.bs_form_menu li:nth-child(3n) {
	margin-right: 0;
}
.bs_form_menu li h2 {
	font-size: 1.8rem;
	text-align: left;
	border-bottom: 1px dotted var(--gray-200);
	margin-bottom: 0;
}
.bs_form_price {text-align: right;}
.bs_form_kigen {
	text-align: right;
	font-size: 1.4rem;
	color: #999999;
}
.bs_form_lead {
	font-size: 1.5rem;
	color: #666666;
	margin-bottom: 15px;
}
.bs_form_dl {
	display: flex;
	align-items: center;
}
.bs_form_dl.center {justify-content: center;}

.bs_form_dl dt {width: 65px;}
.bs_form_dl .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}
.bs_form_dl .wpcf7-list-item {
	margin: 0;
}


/* common
----------------------------------------------------------------------------- */
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.bs_bold {font-weight: bold;}
.bs_red, .bs_red a {color: #FF5151;}
.bs_orange {color: var(--primary);}

.bs_l_text, .bs_l_text p, .bs_l_text a {font-size: 2rem;}
.bs_m_text, .bs_m_text p, .bs_m_text a {font-size: 1.4rem;}
.bs_s_text, .bs_s_text p, .bs_s_text a {font-size: 1.3rem;}

.bs_textlink a, a.bs_textlink {
	text-decoration: underline;
}

.bs_italic {font-style: italic;}
.bs_through {text-decoration: line-through;}

.bs_indent ,
.bs_indent p ,
.bs_indent li {
	margin-left: 1em;
	text-indent: -1em;
}

.bs_textright {text-align: right;}
.bs_textcenter {text-align: center;}

.bs_pdf::before ,
.bs_pdf_list li::before {
	content: " \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 7px;
	color: #FF5151;
}

.bs_img_c img {
	display: block;
	margin: 0 auto 5px;
}

.float_l ,
.float_l_bl {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline; /*ie6*/
}
.float_r,
.float_r_bl {
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline; /*ie6*/
}

.sp_block {display: none;}



/* header
----------------------------------------------------------------------------- */
header {
	clear: both;
	width: 100%;
	min-width: 1100px;
	background-image: url(images/00_header01.png), url(images/bg_header01.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left top;
	background-size: contain, contain;
	padding: 10px 0 0;
}
.bs_header_fixed {
	position: fixed;
	top: 0px;
	z-index: 999;
}

.bs_header_in {
	padding: 0;
	position: relative;
}

.bs_header_title_wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 38px;
}
.bs_header_title_wrap p {
	color: #FFF;
}
.bs_header_logo {
	max-width: 380px;
}
h1.bs_header_logo {
	font-size: 1rem;
	margin: 0;
}

.bs_header_info_wrap {
	position: absolute;
	top: 0px;
	right: 21vw;
}

.bs_header_contact {
	width: 200px;
}
.bs_header_contact a {
	display: block;
	background: #FFF;
	color: var(--primary);
	padding: 5px 10px;
	text-align: center;
}
.bs_header_tel {
	margin: 0;
	line-height: 1.2;
}
.bs_header_tel a {
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.2;
}
.bs_header_tel a::before {
	display: inline-block;
	font-size: 2rem;
	content: "\f095";
	font-family: "Font Awesome 6 Free";
	font-weight: 900; /* solid */
	margin-right: 0.5em;
}
.bs_header_tel span {
	display: block;
	font-size: 1.3rem;
}


.bs_trigger_open ,
.bs_trigger_close {
	display: none;
}

.bs_gnav_wrap {
	max-width: 100%;
	background: #FFEECC;
	background: var(--bg-gradient01);
}
.bs_gnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.bs_gnav > li a {
	display: block;
	padding: 10px 20px;
	color: var(--brown);
}
.bs_gnav > li.bs_gnav_products a {
	background-color: rgba(255,255,255,0.6);
	color: var(--primary);
}

.bs_gnav02 {
	display: none;
}


header  .bs_sns_ul {
	margin: 0 auto 10px;
}


/* contents
----------------------------------------------------------------------------- */
.contents {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 140px 0 50px;
	text-align: left;
}

.bs_guideline div:hover ,
.bs_guideline section:hover ,
.bs_guideline nav:hover ,
.bs_guideline address:hover {
	border: 1px dashed #FA723D;
}


/* pankuzu
------------------------------------- */
.bs_pankuzu {
	clear: both;
	text-align: left;
	font-size: 1.3rem;
	margin: 0 0 50px;
}
.bs_pankuzu a {font-size: 1.3rem;}
.bs_pankuzu span {font-size: 1.3rem; font-weight: bold;}

/* block
------------------------------------- */
.bs_full_wrap {
	padding: 70px 0;
}
.bs_full_wrap_last {
	padding: 65px 0 0;
}

.bs_inner_wrap01 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.bs_inner_wrap02 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.bs_inner_wrap03 {
	max-width: 714px;
	margin: 0 auto;
	padding: 0;
}

.bs_inner_box01 {
	margin-bottom: 80px;
}
.bs_inner_box02 {
	margin-bottom: 40px;
}
.bs_outline_wrap01 {
	display: table;
	padding: 25px 15px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 auto;
}

.bs_flex_justify_c {
	display: flex;
	justify-content: center;
}

.bs_coming_section01 {
	padding: 150px 0 200px;
}
.bs_coming_section01 * {
	text-align: center;
}
.bs_coming_section01 h1 {
	margin: 0 auto 20px;
}
.bs_coming_section01 p {
	font-size: 1.9rem;
}

/*--- main:side Start ---*/
.bs_main_col {
	width: 860px;
	float: right;
	display: inline;
}

.bs_side_col {
	width: 200px;
	float: left;
	display: inline;
}

.bs_side_col h2 {font-size: 1.8rem;}

ul.bs_side_menu01 li {
	margin-bottom: 10px;
}

.bs_side_voice {font-size: 1.3rem;}
/*--- main:side End ---*/

/*--- column Start ---*/
.bs_2col ,
.bs_3col ,
.bs_4col ,
.bs_5col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 40px;
}

.bs_2col > div ,
.bs_2col > li {
	width: calc(100% / 2 - 40px / 2);
}

.bs_3col > div ,
.bs_3col > li {
	width: calc(100% / 3 - (40px * 2 / 3));
}

.bs_4col > div ,
.bs_4col > li {
	width: calc(100% / 4 - (40px * 3 / 4));
}

.bs_5col > div,
.bs_5col > li{
	width: calc(100% / 5 - (40px * 4 / 5));
}

.bs_three_thirds {
	display: flex;
	justify-content: space-between;
}
.bs_three_thirds img {max-width: 100%;}

.bs_one_third {
	width: calc(100% / 3);
	padding-right: 50px;
}
.bs_two_thirds {width: calc((100% / 3) * 2);}

.bs_box_shadow {
	background-color: #FFFFFF;
	box-shadow: 0px 1px 20px 0px rgba(115,146,183,0.1);
}

/* margin,padding
------------------------------------- */
.bs_mb10 {margin-bottom: 10px;}
.bs_mb15 {margin-bottom: 15px;}
.bs_mb20 {margin-bottom: 20px;}
.bs_mb30 {margin-bottom: 30px;}
.bs_mb40 {margin-bottom: 40px;}
.bs_mb50 {margin-bottom: 50px;}
.bs_mb60 {margin-bottom: 60px;}
.bs_mb70 {margin-bottom: 70px;}
.bs_mb80 {margin-bottom: 80px;}

.bs_pd10 {padding: 10px;}
.bs_pd15 {padding: 15px;}

/* title
------------------------------------- */
.bs_pagetitle {
	width: 100%;
	background: rgba(255,245,212,1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 245, 212, 1) 48%, rgba(255, 207, 64, 0.3) 100%);
	padding: 20px 15px;
	text-align: center;
	margin-bottom: 30px;
}
.bs_pagetitle h1 {
	color: var(--brown);
	margin: 0;
}

.bs_title01 {
	background: #2A7B9B;
	background-image:
	  url(images/00_i_title01.png),
	  linear-gradient(180deg,rgba(254, 242, 228, 1) 0%, rgba(252, 199, 134, 1) 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 15px center, center;
	background-size: 33px 15px, cover;
	padding: 0 15px 0 60px;
}


/*	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/

.bs_title02 {
	border-bottom: 2px solid var(--primary);
}

.bs_title03 {
	font-size: 1.9rem;
	border-bottom: 1px solid var(--primary);
	margin-bottom: 10px;
}

.bs_title04 {
	padding-bottom: 10px;
	position: relative;
}
.bs_title04::after {
	content: "";
	display: block;
	width: 20px;
	border-bottom: 1px solid #000000;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.bs_title04.bs_textcenter::after {
	margin: 0 auto;
	right: 0px;
}

.bs_title05 {
	background-image: none;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-image: linear-gradient(to right, var(--primary) 0%, #A59AC9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-image-slice: 1;
	margin-bottom: 15px;
}

.bs_copy01 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	color: var(--red);
	margin-bottom: 30px;
}
.bs_copy01 span {
	display: block;
	font-size: 2.2rem;
	color: var(--red);
}

.bs_lead01 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 50px;
}
.bs_lead01.bs_mb10 {margin-bottom: 10px;}

.bs_lead02 {
	text-align: center;
	font-size: 1.9rem;
	line-height: 2.4;
	margin-bottom: 80px;
}
.bs_note01 {
	text-align: center;
	color: var(--red);
}

.bs_bd_bt01{border-bottom: 1px solid #E6E6E6;}


/* form
------------------------------------- */
.bs_form_wrap {
	max-width: 890px;
	padding: 0 15px;
	margin: 0 auto 60px;
}
.bs_form_wrap02 {
	max-width: 1010px;
	padding: 0 15px;
	margin: 0 auto 60px;
}

p.bs_form_flow01 {
	text-align: center;
	margin: 0 auto 30px;
}

p.bs_form_flow01 i {
	font-size: 2rem;
	padding: 0 15px;
}

p.bs_form_flow01 span {
	padding: 2px 10px;
	border-radius: 50px;
	background-color: #FFFFFF;
	border: 1px solid var(--primary);
	color: var(--primary);
}
span#bs_form_flow_active {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: #FFFFFF;
}

.bs_form_lead01 {
	display: table;
	margin: 0 auto 50px;
}
.bs_form_lead01 p:not(:last-child) {
	margin-bottom: 10px;
}

.bs_form_hissu {margin-bottom: 20px;}
.bs_form_hissu p {color: #F00000;}

.bs_form_check {
	display: inline-block;
	padding: 0 3px;
	margin-left: 15px;
	text-align: center;
	font-size: 1.4rem;
	color: #DC3232;
}
.me_recruit_wrap01b .bs_form_check {
/*	color: #dbc5a4; */
	color: #FFF;
}

.bs_form_wrap dt ,
.bs_form_wrap dd {
	width: 100%;
}
.bs_form_wrap input[type="text"] ,
.bs_form_wrap input[type="tel"] ,
.bs_form_wrap input[type="email"] ,
.bs_form_wrap textarea {
	width: 100%;
}

dd.bs_form_full input[type="text"] {
	width: 100%;
}

dd.bs_form_name input[type="text"] {
	width: 50%;
	border-radius: 0px;
}
dd.bs_form_name input[type="text"]:nth-child(1) {border-right: none;}

dd.bs_form_birth {
	display: table;
	width: auto;
}
dd.bs_form_birth select ,
dd.bs_form_birth span {
	display: table-cell;
	vertical-align: middle;
}
dd.bs_form_birth span {
	padding: 0 0 0 7px;
}

/*** checkbox、radio Type1 Start */
.bs_form_choice01 input {
	display: none;
}

.bs_form_choice01 li  {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.bs_form_choice01 label {
	position: relative;
	padding: 0px 12px 12px 28px;
	cursor: pointer;
} /* checkbox,radio 外枠 */

.bs_form_choice01 label::before {
	transition: border-color 0.2s linear;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #BBBBBB;
	position: absolute;
	top: 0;
	left: 0;
} /* checkbox,radio 中枠 */

.bs_form_choice01 label.bs_radio01::before {
	border-radius: 10px;
} /* radio 中枠 */

.bs_form_choice01 label.bs_checkbox01::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 9px;
	border-right: 3px solid var(--primary);
	border-bottom: 3px solid var(--primary);
	transform: rotate(45deg);
	position: absolute;
	top: 8%;
	left: 6px;
	transition: opacity 0.2s linear;
	opacity: 0;
} /* レ点 */

.bs_form_choice01 label.bs_radio01::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	transition: opacity 0.2s linear;
	opacity: 0;
} /* radio 中丸 */

/* hover時 */
.bs_form_choice01 label:hover::before {border:2px solid var(--primary);} /* checkbox,radio 中枠 */

/* active時 */
.bs_form_choice01 input:checked + label::after {opacity: 1;} /* checkboxレ点,radio中丸を表示 */


/*** checkbox、radio Type2 Start */
.bs_form_choice02 input {
	display: none;
}

.bs_form_choice02 li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

.bs_form_choice02 label {
	display: inline-block;
	padding: 12px 12px 12px 42px;
	border: 2px solid #E0E0E0;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
	cursor: pointer;
	transition: all 0.2s linear;
} /* checkbox,radio 外枠 */

.bs_form_choice02 label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #BBBBBB;
	border-radius: 6px;
	position: absolute;
	top: 29%;
	left: 15px;
	transition: border-color 0.2s linear;
} /* checkbox,radio 中枠 */

.bs_form_choice02 label.bs_checkbox01::after {
	content: '';
	width: 5px;
	height: 9px;
	border-right: 3px solid var(--primary);
	border-bottom: 3px solid var(--primary);
	transform: rotate(45deg);
	position: absolute;
	top: 36%;
	left: 21px;
	transition: opacity 0.2s linear;
	opacity: 0;
} /* レ点 */

.bs_form_choice02 label.bs_radio01::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	border-radius: 50%;
	position: absolute;
	top: 39%;
	left: 20px;
	transition: opacity 0.2s linear;
	opacity: 0;
} /* radio 中丸 */

/* hover時 */
.bs_form_choice02 label:hover {
	background-color: #F6F6F6;
	border:2px solid var(--primary);
} /* checkbox,radio 外枠 */
.bs_form_choice02 label:hover::before {border:2px solid var(--primary);} /* checkbox,radio 中枠 */

/* active時 */
.bs_form_choice02 input:checked + label {border :2px solid var(--primary);} /* checkbox,radio 外枠に色付け */
.bs_form_choice02 input:checked + label::after {opacity: 1;} /* checkboxレ点,radio中丸を表示 */

/*** checkbox、radio Type3 Start */
ul.bs_form_choice03 {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	display: table;
}
ul.bs_form_choice03 li {
	border-right: 1px solid #E0E0E0;
	display: table-cell;
	vertical-align: middle;
}
ul.bs_form_choice03 li:last-child {border: none;}

.bs_form_choice03 input {
	display: none;
}

ul.bs_form_choice03 label {
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.2s linear;
}
ul.bs_form_choice03 li:first-child label {border-radius: 3px 0 0 3px;}
ul.bs_form_choice03 li:last-child label {border-radius: 0 3px 3px 0;}

/* hover時 */
.bs_form_choice03 label:hover {
	background-color: #F6F6F6;
}

/* active時 */
ul.bs_form_choice03 input:checked + label {
	background-color: var(--primary);
	color: #FFFFFF;
}

/*** form fileup Start */

/* Type2 */
.bs_file_txt02::before {
	content: " \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 7px;
	color: #FF5151;
}

.bs_fileup01 {
	width: 100%;
	max-width: 300px;
	height: 45px;
	background-color: #EEEEEE;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	position: relative
}

.bs_fileup_image01 {
	line-height: 45px;
	text-align: center;
	color: #AAAAAA;
}

.bs_fileup01:hover .bs_fileup_image01 {
	color: #333333;
}

.bs_fileup_input01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 300px;
	height: 45px;
	opacity: 0;
}

/* Type2 */
.bs_fileup_label01 {
	display: block;
	width: 90%;
	max-width: 420px;
	margin: 0 auto 5px;
	text-align: center;
	background-color: var(--primary);
	border: 1px solid var(--primary);
	padding: 17px 0;
	transition: all 0.5s;
	position: relative;
}
.bs_fileup_label01 span {
	font-size: 2.2rem;
	color: #FFF;
	padding: 4px 0 4px;
}

.bs_fileup_label01:hover {background-color: #FFFFFF;}
.bs_fileup_label01:hover span {color: var(--primary);}

.me_fileup_input01 {
	display: none;
}
.bs_file_txt01 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
}
.bs_file_txt01::before {
	content: " \f1c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--primary);
	padding-right: 7px;
}

.bs_form_birth {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
span.wpcf7-list-item {display: block;}


/* btn
------------------------------------- */
.bs_btn ,
.bs_btn_c {
	display: flex;
}
.bs_btn_c {
	justify-content: center;
}

.bs_btn01 ,
.bs_btn02 ,
.bs_btn05 {
	width: 270px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1.7rem;
	cursor: pointer;
	margin-right: 15px;
	transition: background-color .5s ease;
}
.bs_btn01:last-child ,
.bs_btn02:last-child {
	margin-right: 0;
}

.bs_btn01_l {
	width: 40%;
	height: 80px;
	line-height: 80px;
	font-size: 2rem;
}

.bs_btn01s ,
.bs_btn02s {
	width: 180px;
	height: 50px;
	line-height: 50px;
}

.bs_btn01 ,
.bs_btn02:hover {
	border: 1px solid #FF6600;
	background: #FF6600;
	background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(229, 64, 25, 1) 100%);
	color: #FFFFFF;
}
.bs_btn01 i {color: #FFFFFF;}

.bs_btn02 ,
.bs_btn01:hover {
	border: 1px solid var(--primary);
	background: #FFFFFF;
	color: var(--primary);
}
.bs_btn01:hover i {
	color: var(--primary);
}

.bs_btn03 {
	text-align: center;
	font-size: 1.7rem;
	padding: 8px 0 5px;
	width: 120px;
	border-bottom: 2px solid var(--primary);
	position: relative;
	transition: all .5s ease;
}
.bs_btn03::after {
	position: absolute;
	bottom: 14px;
	right: 0px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
	transform: rotate(45deg);
}
.bs_btn03:hover {width: 130px;}

.bs_btn04 {
	position: relative;
}
.bs_btn04::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	content: "";
	width: 120px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
}
.bs_btn04:hover::after {
	width: 130px;
	transition: all .5s ease;
}

.bs_btn05 {
	width: 150px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #BBB;
	background-color: #BBB;
	color: #FFFFFF;
	cursor: auto;
}

.bs_btn_grad {
	width: 48%;
	max-width: 250px;
	text-align: center;
	padding: 8px 8px;
	color: #FFFFFF;
	background: transparent;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.bs_btn_grad::before ,
.bs_btn_grad::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
}
.bs_btn_grad::before {
	z-index: -1;
	transition: all .5s ease;
	background: linear-gradient(135deg, var(--primary) 0%, #A59AC9 100%);
}
.bs_btn_grad::after {
	z-index: -2;
	background: linear-gradient(135deg, #A59AC9 0%, var(--primary) 100%);
}
.bs_btn_grad:hover::before {
	opacity: 0;
}

.bs_fixed_btn {
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 999;
}
.bs_fixed_btn li {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

.bs_fixed_btn li a{
	display: inline-block;
	width: 50px;
	height: 170px;
	padding: 10px 15px 10px 0;
	writing-mode: vertical-rl;
	background-color: rgba(0,178,230,0.7);
	color: #FFFFFF;
}

/* background / color
------------------------------------- */
.bs_bg01 {background-color: #F2F3F7;}

.bs_bg02 {
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/bg02.jpg);
}

.bs_bg03 {
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../images/00_bg01.png);
}

.bs_bg04 {
	background: #82CBD8; /* Old browsers */
	background: linear-gradient(to right, #29A3C7 0%,#F2F3DC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29A3C7', endColorstr='#F2F3DC',GradientType=1 ); /* IE6-9 */
}

.bs_bg05 {
	background: url(../images/bg_topmain02.jpg) no-repeat center center;
	background-size: cover;
}

.bs_bg06 {
	background: url(../images/bg_topmain02.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed; /* 背景固定 */
}

.bs_color_wht,.bs_color_wht a {color :#FFFFFF;}

.bs_lucent_bk {
	background-color: rgba(0,0,0,0.4);
	transition: all 0.5s;
}
.bs_lucent_bk:hover {
	background-color: rgba(0,0,0,0.1);
}

.bs_lucent_bk h3 ,
.bs_lucent_bk1 p {color: #FFFFFF;}

/* Gmap
------------------------------------- */
.bs_gmap {
	height: 400px;
	margin: 0 auto 25px;
}
.bs_gmap iframe {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

/* Youtube
------------------------------------- */
.bs_youtube01 {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.28%;
	overflow: hidden;
	margin: 0 auto 30px;
}
.bs_youtube01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 下部お問い合わせ
------------------------------------- */
.bs_info_wrap01 {text-align: center;}
.bs_info_wrap01 h3 {font-size: 2rem;}
.bs_info_tel01 a {font-size: 2.4rem;}
.bs_info_dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 30px;
}

/* 縦書き
------------------------------------- */
.bs_rl_box {
	display: inline-block;
	writing-mode: vertical-rl;
}



/* 共通
----------------------------------------------------------------------------- */
section:not(:last-child) {
	margin-bottom: 50px;
}
.bs_section_no-margin {
	margin-bottom: 0;
}
.bs_content_box {
	margin-bottom: 25px;
}

.bs_main_img img {
	margin: 0 auto 20px;
}
.bs_main_img img {
	display: block;
}

/* 特徴 */
.bs_anchor_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 20px;
	margin-bottom: 30px;
}
.bs_anchor_ul li {
	width: calc(100% / 4 - (20px * 3 / 4));
	text-align: center;
}
.bs_anchor_ul li a {
	display: block;
	font-size: 1.4rem;
	color: var(--primary);
	border-bottom: 3px solid var(--primary);
}
.bs_anchor_ul li a span {
	display: block;
	font-size: 1.7rem;
	color: var(--red);
}

.bs_voice_box {
	margin-bottom: 20px;
}
.bs_voice_box_top {
	background-color: #ECBC7B;
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bs_voice_box_top p {
	margin: 0;
}
.bs_voice_clients {
	text-align: right;
	font-size: 1.4rem;
	color: #FFF;
}
.bs_voice_box_text {
	border: 1px solid #ECBC7B;
	padding: 20px 15px;
}

.bs_feature_section {
	padding: 25px 20px;
}
.bs_feature_title_main {
	max-width: 500px;
	height: 76px;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
}

.bs_feature_title_main span {
	display: block;
	font-size: 1.5rem;
	color: var(--primary);
}

.bs_feature_wh_box {
	background-color: #FFF;
	margin-bottom: 20px;
}

.bs_feature_title_sub {
	width: 100%;
	padding: 5px 10px 5px 30px;
	position: relative;
	margin: 0;
}
.bs_feature_title_sub::before ,
.bs_feature_title_sub::after {
	display: block;
	content: "";
	width: 84px;
	height: 84px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: absolute;
	top: -20px;
}

.bs_feature_wh_box_pd {
	padding: 20px;
}

.bs_feature_title_bg {
	padding: 2px 10px;
	text-align: center;
}


.bs_pannavi {
	background-color: #FFF;
	padding: 2px 10px;
	text-align: right;
	margin-bottom: 30px;
}
.bs_pannavi a {
	color: var(--primary);
}
 
/* Q&A */
.bs_q {color: blue;}
.bs_a {color: var(--primary);}
.bs_qa_dl dd:not(:last-child) {
	margin-bottom: 20px;
}

/* アクセス */
.bs_access_list {
	display: table;
	margin: 0 auto;
}
.bs_access_list li {
	margin-left: 1em;
	text-indent: -1em;
}
.bs_access_list li:not(:last-child) {
	margin-bottom: 15px;
}

/* キャンペーン */
.bs_campaign {
	text-align: center;
}
.bs_campaign p {
	font-size: 1.8rem;
	font-weight: bold;
}
.bs_cam_nesage_title {
	max-width: 280px;
	margin: 0 auto 20px;
	font-size: 2rem;
	border-bottom: 3px solid #009966;
}
.bs_cam_nesage_title::before ,
.bs_cam_nesage_title::after {
	display: inline-block;
	content: "";
	width: 33px;
	height: 15px;
	background-image: url(images/00_i_title01_gr.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
.bs_cam_nesage_title::before {margin-right: 10px;}
.bs_cam_nesage_title::after {margin-left: 10px;}

p.bs_cam_regular ,
p.bs_cam_regular span {
	font-size: 2.4rem;
}
p.bs_cam_regular {margin: 0;}

.bs_cam_nesage .fa-arrow-down {
	line-height: 1.2;
}

p.bs_cam_down ,
p.bs_cam_down span {
	line-height: 1.2;
}

.bs_cam_down {
	font-size: 2.3rem;
	color: #FF0000;
}
p.bs_cam_down01 {
	font-size: 2.3rem;
	margin: 0 auto 15px;
}

.bs_cam_down_price {
	font-size: 4rem;
	color: #FF0000;
	text-shadow:
	#FFF 2px 0px 2px, #FFF -2px 0px 2px,
	#FFF 0px -2px 2px, #FFF -2px 0px 2px,
	#FFF 2px 2px 2px, #FFF -2px 2px 2px,
	#FFF 2px -2px 2px, #FFF -2px -2px 2px,
	#FFF 1px 2px 2px, #FFF -1px 2px 2px,
	#FFF 1px -2px 2px, #FFF -1px -2px 2px,
	#FFF 2px 1px 2px, #FFF -2px 1px 2px,
	#FFF 2px -1px 2px, #FFF -2px -1px 2px,
	#FFF 1px 1px 2px, #FFF -1px 1px 2px,
	#FFF 1px -1px 2px, #FFF -1px -1px 2px,
	2px 3px 3px rgba(0, 0, 0, 0.8);
}
p.bs_cam_down .bs_cam_down_price {
	font-size: 4.6rem;
}

.bs_cam_nyukai_level {
	color: #EE8E00;
	text-decoration: underline;
}
p.bs_cam_zenmen ,
p.bs_cam_zenmen span {
	color: #FF0000;
	line-height: 1.2;
}
.bs_cam_zenmen {
	margin-bottom: 0;
	color: #FF0000;
	font-size: 2rem;
}
.bs_cam_zenmen span {
	color: #FF0000;
	font-size: 2.5rem;
}

p.bs_cam_price ,
p.bs_cam_price span {
	line-height: 1.2;
}
p.bs_cam_price {
	font-size: 2.2rem;
}

p.bs_cam_down_price {
	font-size: 2.9rem;
	color: #FF0000;
}
p.bs_cam_down_price span {
	font-size: 4rem;
	color: #FF0000;
}
p.bs_cam_note {
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.bs_cam_more_price {
	color: #FF0000;
}
.bs_cam_more_price span {
	font-size: 2.2rem;
	color: #FF0000;
}
.bs_cam_more_price span span {
	font-size: 1.4rem;
}
p.bs_cam_bikou {
	display: table;
	margin:  0 auto;
	text-align: left;
	font-size: 1.3rem;
}
.bs_cam_commission_title {
	font-size: 1.9rem;
	color: #FF0000;
	margin-bottom: 0px;
}



/* top page
----------------------------------------------------------------------------- */
.me_top_swiper_wrap {
	max-width: 1100px;
	margin: 0 auto 30px;;
}
#me_top_swiper_container {
	width: 100%;
	margin: 0 auto;
}
#me_top_swiper_container .swiper-slide {
	width: 100%;
}
#me_top_swiper_container .swiper-slide a:hover {opacity: 1;}

.me_top_main {position: relative;}

.me_top_campaign {
	background-color: rgba(227, 255, 198, 0.8);
	border: 4px solid #996600;
	padding: 0 30px 20px;
}

.me_top_campaign h2 {
	max-width: 400px;
	margin: -20px auto 0;
}
p.me_top_cam_copy01 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #CC0000;
	text-shadow: 
	#FFF 2px 0px 2px, #FFF -2px 0px 2px,
	#FFF 0px -2px 2px, #FFF -2px 0px 2px,
	#FFF 2px 2px 2px, #FFF -2px 2px 2px,
	#FFF 2px -2px 2px, #FFF -2px -2px 2px,
	#FFF 1px 2px 2px, #FFF -1px 2px 2px,
	#FFF 1px -2px 2px, #FFF -1px -2px 2px,
	#FFF 2px 1px 2px, #FFF -2px 1px 2px,
	#FFF 2px -1px 2px, #FFF -2px -1px 2px,
	#FFF 1px 1px 2px, #FFF -1px 1px 2px,
	#FFF 1px -1px 2px, #FFF -1px -1px 2px;
	margin: -55px auto 20px;
}
.me_top_cam_wh_box {
	background-color: #FFF;
	padding: 20px 15px;
	position: relative;
}
.me_top_cam_wh_box:not(:last-child) {
	margin-bottom: 20px;
}
.me_top_cam_wh_box::before ,
.me_top_cam_wh_box::after {
	display: block;
	content: "";
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	position: absolute;
	top: -3px;
}
.me_top_cam_wh_box01::before {background-image: url(images/00_i_bamboo01.png); left: -3px;}
.me_top_cam_wh_box01::after {background-image: url(images/00_i_bamboo02.png); right: -3px;}
.me_top_cam_wh_box02::before {background-image: url(images/00_i_bamboo03.png); left: -3px;}
.me_top_cam_wh_box02::after {background-image: url(images/00_i_bamboo04.png); right: -3px;}
.me_top_cam_wh_box02 {
	max-width: 400px;
	margin: 0 auto;
}

.me_top_bnr_ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-bottom: 25px;
}
.me_top_bnr_ul li {
	width: calc(100% / 2 - 30px / 2);
}
.me_top_bnr_ul_s {
	gap: 15px;
}
.me_top_bnr_ul_s li {
	width: calc(100% / 3 - (15px * 2 / 3));
}


/* article
----------------------------------------------------------------------------- */

.me_news_wrap01 {
	max-width: 980px;
}

/* article
------------------------------------- */
.bs_article_list01 {margin-bottom: 50px;}
.bs_article_list01 > li {border-bottom: 1px solid #F0F0F0;}
.bs_article_list01 > li:first-child {border-top: 1px solid #F0F0F0;}
.bs_article_list01 > li a {
	display: flex;
	align-items: flex-start;
	padding: 20px 40px 20px 0;
	position: relative;
}
.bs_article_img01 {
	width: 100%;
	margin-bottom: 15px;
}
.bs_article_list01 figure {
	width: 220px;
	margin-right: 75px;
	margin-bottom: 0;
}

.bs_article_cont01 {
	width: calc(100% - (220px + 75px));
}

.bs_article_title01 {
	text-align: left;
	font-size: 100%;
	margin: 0;
}

.bs_article_list01 > li a::after {
	box-sizing: border-box;
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid var(--gray-200);
	border-radius: 100%;
	padding-top: 10px;
	text-align: center;
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	transition: background 0.6s;
}
.bs_article_list01 > li a:hover::after {
	border: 1px solid var(--primary);
	background-color: var(--primary);
	color: #FFFFFF;
}

/* article category */
.bs_article_category ,
.bs_article_category_list li {
	width: 82px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #DCDCDC;
	border-radius: 50px;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Sorts Mill Goudy', serif;
	margin-bottom: 30px;
}

.me_top_article_wrap02 {
	padding: 0 15px;
	margin-bottom: 50px;
}

/* .bs_article_list02 */
.bs_article_list02 {
	margin-bottom: 30px;
}
.me_top_article_list02 {
	height: 320px;
	overflow: auto;
	padding: 0 10px;
}
.bs_article_list02 li a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0px;
	border-bottom: 1px solid var(--gray-200);
}
.bs_article_list02 li time {
	width: 100px;
	margin: 0;
}
.bs_article_list02 li p {
	padding-left: 10px;
	margin: 0;
}
.bs_article_list02 li span {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 1.4rem;
	color: #FFFFFF;
}
.bs_article_icon01 {background-color: var(--primary);}
.bs_article_icon02 {background-color: var(--brown);}

/* tabBox */
#bs_tabbox-nav {
	display: flex;
}
#bs_tabbox-nav li {
	margin: 0 20px 20px 0;
}
#bs_tabbox-nav li a{padding: 0 10px;}
#bs_tabbox-nav li:nth-child(1) a.active {border-bottom: 3px solid var(--primary);}
#bs_tabbox-nav li:nth-child(2) a.active {border-bottom: 3px solid var(--brown);}


/*  */
.bs_teacher_list > div {
	margin-bottom: 30px;
}
.bs_teacher_list a {
	display: flex;
	align-items: center;
	gap: 0 30px;
}
.bs_teacher_list a dt {
	width: 100px;
}
.bs_teacher_list a dt img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.bs_teacher_list a dd {
	width: calc(100% - 100px + 30px);
}
.bs_teacher_list a dd h2 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.bs_teacher_list a dd p {
	font-size: 1.6rem;
	color: #888;
}



/* .bs_article_3col */
.bs_article_3col {margin-bottom: 50px;}
.bs_article_4col {margin-bottom: 80px;}
.bs_article_3col time ,
.bs_article_4col time {margin-bottom: 10px;}

/* ページ送り */
.bs_pagination {
	display: table;
	margin: 0 auto 60px;
}
.bs_pagination a ,
.bs_pagination span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 100%;
	margin: 0 7px;
}

.bs_pagination a.prev ,
.bs_pagination a.next {
	border: 1px solid #FFFFFF;
}
.bs_pagination span {
	background-color: #000000;
	color: #FFFFFF;
}

.bs_pagination span.dots {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
}

/* article detail
------------------------------------- */
.bs_article_title_wrap01 {
	position: relative;
}
.bs_article_title_wrap01 .bs_article_category_list {
	position: absolute;
	top: 0px;
	right: 0px;
}

.bs_article_wrap h3 {font-size: 2.7rem;}
.bs_article_wrap time {text-align: right;}

.bs_article_post_wrap {
	max-width: 860px;
	margin: 0 auto;
}
.bs_article_post_wrap img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
}

.bs_article_teacher_post_wrap {
	margin: 0 auto 30px;
}
.bs_article_teacher_post_wrap img {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	aspect-ratio: 16 / 14;
	object-fit: cover;
}

img.aligncenter {
	display: table;
	margin: 0 auto 20px;
}
.bs_article_post_wrap h3 {
	font-size: 2.3rem;
	margin-bottom: 20px;
}
.bs_post_title01 {
	color: var(--red);
}
h3.bs_post_title01 {
	margin-bottom: 0px;
}

.bs_article_post_wrap h4 {
	font-size: 2rem;
	margin-top: 40px;
	margin-bottom: 10px;
}
.bs_post_title02 {
	color: #ff9900;
}

.bs_article_post_wrap p a {
	text-decoration: underline;
}

.bs_article_post_info {
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
	padding: 15px;
	background-color: var(--bg-soft);
}
.bs_article_post_info_name {
	font-weight: bold;
}

.bs_article_post_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px auto 80px;
}
.bs_article_post_link a {
	color: #888888;
	margin: 0 3.5vw;
}
.bs_article_post_link i {
	width: 46px;
	height: 46px;
	border: 1px solid #DCDCDC;
	border-radius: 100%;
	padding-top: 13px;
	text-align: center;
	color: var(--primary);
}
i.fa-angle-left {margin-right: 10px;}
i.fa-angle-right {margin-left: 10px;}

.bs_article_post_img {
	text-align: center;
	margin: 0 auto 30px;
}
.bs_article_post_txt {
	width: 100%;
	margin: 0px auto 30px;
}
.bs_article_post_txt div {
	font-family: 'LogoTypeGothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
p.bs_article_kanren {
	text-align: center;
	margin: 50px auto 30px;
}

#fancybox-img {display: block; /* IEのみ画像下に余白が出来るのを解消 */}
#fancybox-title-over {color: #FFF;}

/* 目次 */
#ez-toc-container {
	border-radius : 0px !important;
	margin-top: 50px !important;
	margin-bottom: 60px !important;
}
#ez-toc-container .ez-toc-toggle label, #ez-toc-container label.cssicon, #ez-toc-widget-container label.cssicon {
	border-radius : 0px !important;
}

/* コメント欄 */
.me_comment{
	width: 80px;
	border-radius: 50%;
	position: fixed;
	bottom: 80px;
/* 	left:50%; */
	right: 30%;
	margin-left:115px;
	z-index: 888;
	box-shadow: 4px 4px 6px 0 #999;
}
.me_comment a.j_cbox_inline{
	display: block;
	height: 80px;
	border-radius: 50%;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	text-decoration: none;
	position: relative;
}
.me_comment a.j_cbox_inline:before {
	text-align:center;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	content: "\f304";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 38px;
}
.me_comment a.j_cbox_inline.have_comment:before {
	content: "\f075";
}

.me_comment a.j_cbox_inline.have_comment{background-color: #CC3300;}

#cbox_inline01 {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
	background-color: #FFF;
}
#cbox_inline01 h3 {
	font-size: 2.2rem;
	border-left: 5px solid #000;
	padding: 0 0 0 8px;
	margin-bottom: 10px;
}

ol.commentlist {margin-bottom: 30px;}
ol.commentlist > li {margin-bottom: 20px;}
ol.commentlist .comment-body {margin-bottom: 10px;}
ol.commentlist ul.children {
	background-color: #F6F9FE;
	padding: 10px 0 5px;
	margin-bottom: 10px;
}

ol.commentlist li {border-bottom: 1px dotted #CCC;}
ol.commentlist .comment-author {
	float: left;
	display: inline;
}
ol.commentlist .comment-author .fn ,
ol.commentlist .comment-author .says {font-size: 12px; color:#888;}
ol.commentlist .comment-author .says {padding-right: 5px;}

ol.commentlist .comment-meta {padding-top: 9px;}
ol.commentlist .comment-meta a {font-size: 12px; color:#888;}

.comment-body p {
	clear: both;
	margin-top: 10px;
}
.comment-respond textarea#comment {width: 100%;}
.comment-respond .form-submit input {
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	padding: 5px 10px;
}

#bs_cbox_btn_close{max-width:100px;}

/* DCO Comment Attachment 設定 */
.logged-in-as ,
.logged-in-as a ,
.logged-in-as span {font-size: 1.5rem !important;}

.comment-form-attachment__file-types-notice ,
.comment-form-attachment__autoembed-links-notice {
	display: none !important;
}
.comment-form-attachment__label::after {
	display: inline-block;
	content: "（zipファイルを添付してください）";
}
.comment-form-attachment__file-size-notice {font-size: 1.5rem !important;}

.dco-attachment a {
	text-decoration: underline !important;
}
.dco-attachment a::after {
	display: inline-block !important;
	content: "" !important;
	width: 30px !important;
	height: 30px !important;
	background: url(images/00_i_zip01.png) no-repeat 0px 0px !important;
	background-size: contain !important;
}



/* lecture
----------------------------------------------------------------------------- */
.me_lecture_title01 {
	background: #E1F0FF; /* Old browsers */
	background: linear-gradient(to right,  #E1F0FF 0%,#CEE7FF 100%);
	padding: 0 15px;
	margin: 0;
}
.me_lecture_title01 span {
	border-left: solid 5px #3366FF;
	padding-left: 10px;
}
.me_lecture_box01 {
	border: 2px solid var(--gray-200);
	padding: 20px;
}

.me_lecture_copy01 {
	font-weight: bold;
	color: var(--red);
}

.me_lecture_image_copy01 {
	text-align: center;
	margin: 0 auto 15px;
}

.me_btn_houjin {
	display: inline-block;
	color: #336633;
	border: 1px solid #336633;
	padding: 0 5px;
	font-size: 1.4rem;
}

.me_lecture_ul01 {
	margin-bottom: 20px;
}
.me_lecture_ul01 li::before {
	display: inline-block;
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900; /* solid */
	margin-right: 8px;
	color: var(--primary);
}

.bs_clients {
	background-color: var(--bg-soft);
	padding: 15px 1vw;
}
.bs_clients h4 {
	text-align: center;
}
.bs_clients_ul_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bs_clients_ul {
	width: 48%;
}



/* company
----------------------------------------------------------------------------- */
.me_company_copy01 {
	text-align: center;
	font-size: 1.7rem;
	color: var(--red);
}
.me_company_table01 {margin-bottom: 30px;}
.me_company_enkaku_table01 th {
	background-color: var(--bg-soft);
	width: 160px;
}



/* businesstrip
----------------------------------------------------------------------------- */
.me_businesstrip_scene_ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.me_businesstrip_scene_ul li:not(:last-child) {
	margin-bottom: 35px;
}
.me_businesstrip_scene_text {
	width: calc(100% - 240px);
	padding: 0 20px 0 0;
}
.me_businesstrip_scene_text h3 {
	color: var(--green);
	margin-bottom: 10px;
}
.me_businesstrip_scene_image {
	max-width: 240px;
}

.me_businesstrip_flow_ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.me_businesstrip_flow_ul li {
	position: relative;
	background: var(--bg-gradient01);
	display: flex;
	justify-content: center;
	align-items: center;
}
.me_businesstrip_flow_ul li span {
	text-align: center;
	font-weight: bold;
	color: var(--brown);
	line-height: 1.2;
	padding: 20px 9px;
}
.me_businesstrip_flow_ul li:not(:last-child)::after {
	display: inline-block;
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--brown);
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}



/* translation
----------------------------------------------------------------------------- */
.me_translation_table01 tbody td {text-align: center;}
.me_translation_level {
	background-color: var(--bg-soft);
	padding: 15px;
}



/* taiwan
----------------------------------------------------------------------------- */
.me_taiwan_blog {
	display: table;
	margin: 0 auto;
}
.me_taiwan_feature_section {
	background-color: #FFD5AA;
	border: 1px solid var(--primary);
	border-top: 4px solid #FF6633;
}

.me_taiwan_feature_title_main {background-image: url(images/00_taiwan_feature_title_main.png);}

.me_taiwan_feature_title_sub {
	background: #FFF1E3;
	background: linear-gradient(180deg, #FFF 42%, #FFF1E3 100%);
	border-bottom: 2px solid var(--primary);
	padding: 5px 10px 5px 60px;
}
.me_taiwan_feature_title_sub::before {
	background-image: url(images/00_taiwan_feature_title_sub01.png);
	left: 7px;
}
.me_taiwan_feature_title_sub::after {
	background-image: url(images/00_taiwan_feature_title_sub02.png);
	right: 7px;
}
.me_taiwan_feature_title_bg {background-color: #FFEAD5;}

.me_taiwan_coach_ul {
	justify-content: flex-start;
	gap: 10px 40px;
}
.me_taiwan_coach_ul li {
	border-bottom: 1px solid var(--gray-200);
}
.me_taiwan_coach_lead {
	display: table;
	margin: 0 auto 30px;
	padding: 10px 15px;
	background-color: #FFF3E5;
	color: var(--brown);
}
.me_taiwan_title01 {
	font-size: 1.9rem;
	margin-bottom: 10px;
}
.me_taiwan_voice01:not(:last-child) {
	margin-bottom: 20px;
}
.me_taiwan_voice01 h4 {margin-bottom: 0;}



/* niko
----------------------------------------------------------------------------- */
.me_niko_lead01 {
	font-size: 1.9rem;
	text-align: center;
	margin-bottom: 15px;
}
.me_niko_school_ul {
	display: flex;
	justify-content: center;
	gap: 10px 20px;
	margin: 0 auto 30px;
}

.me_niko_campaign {
	border: 3px solid #FC8CB1;
	background: #FFFFFF;
	background: linear-gradient(180deg, #FFF 50%, rgba(255, 192, 219, 0.71) 100%);
}
.me_niko_campaign_pd {
	padding: 0 15px 15px;
}

.me_niko_campaign h2 {
	text-align: center;
	color: #C6154F;
	background: #FFECAF;
	background: linear-gradient(90deg, rgba(255, 236, 175, 1) 0%, rgba(255, 251, 238, 1) 23%, rgba(255, 198, 193, 1) 52%, rgba(255, 178, 181, 1) 69%, rgba(254, 193, 207, 1) 82%, rgba(253, 220, 239, 1) 100%);
	text-shadow: 
	#FFF 2px 0px 2px, #FFF -2px 0px 2px,
	#FFF 0px -2px 2px, #FFF -2px 0px 2px,
	#FFF 2px 2px 2px, #FFF -2px 2px 2px,
	#FFF 2px -2px 2px, #FFF -2px -2px 2px,
	#FFF 1px 2px 2px, #FFF -1px 2px 2px,
	#FFF 1px -2px 2px, #FFF -1px -2px 2px,
	#FFF 2px 1px 2px, #FFF -2px 1px 2px,
	#FFF 2px -1px 2px, #FFF -2px -1px 2px,
	#FFF 1px 1px 2px, #FFF -1px 1px 2px,
	#FFF 1px -1px 2px, #FFF -1px -1px 2px;
}

.me_niko_cam_lead {margin-bottom: 0;}
.me_niko_cam_price span {
	font-size: 2.5rem;
	color: var(--niko);
}

.me_niko_btn_c {
	max-width: 498px;
	margin: 0 auto;
}

.me_niko_feature_section {
	background-color: #FEF1F5;
	border: 1px solid #FC8CB1;
	border-top: 4px solid #E93570;
}
.me_niko_feature_pannavi a {color: var(--niko);}

.me_niko_feature_title_main {background-image: url(images/00_niko_feature_title_main.png);}
.me_niko_feature_title_main span {color: #D71756;}

.me_niko_feature_title_sub {
	background: #FFF0F4;
	background: linear-gradient(180deg, #FFF 42%, #FFF0F4 100%);
	border-bottom: 2px solid #E93570;
	padding: 5px 10px 5px 60px;
}
.me_niko_feature_title_sub::before {
	background-image: url(images/00_niko_feature_title_sub01.png);
	left: 7px;
}
.me_niko_feature_title_sub::after {
	background-image: url(images/00_niko_feature_title_sub02.png);
	right: 7px;
}
.me_niko_feature_title_bg {background-color: #FFEAD5;}

.me_niko_coach_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.me_niko_coach_text {
	width: calc(100% - 250px);
}
.me_niko_coach_image {
	max-width: 226px;
}
.me_niko_koushi_performer {
	background-color: #FEF1F5;
	font-size: 1.7rem;
	font-weight: bold;
	color: var(--niko);
	text-align: center;
}
.me_niko_coach_message {
	background-color: rgba(255, 237, 217, 0.4);
	padding: 15px 20px;
}
.me_niko_coach_message h5 {
	color: #CF3232;
}

.me_niko_flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.me_niko_flex_box:not(:last-child) {
	margin-bottom: 30px;
}

.me_niko_voice_text {
	width: calc(100% - 150px);
}
.me_niko_voice_text h4 {margin-bottom: 0;}
.me_niko_person_image {
	max-width: 124px;
}
.me_niko_person_text {
	width: calc(100% - 150px);
}
.me_niko_person_text h4 {margin-bottom: 0;}


.me_niko_feature_title_bg {
	background-color: #FEF1F5;
	color: var(--niko);
}

.me_niko_ensou_text {
	width: calc(100% - 230px);
}
.me_niko_ensou_table th {
	width: 80px;
	font-weight: bold;
	color: var(--niko);
}
.me_niko_ensou_link01 {
	max-width: 270px;
}
.me_niko_ensou_link01 a {
	display: block;
	padding: 3px 10px;
	background-color: #FBD0DE;
	color: var(--niko);
	border: 1px solid var(--niko);
	text-align: center;
}
.me_niko_ensou_image_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 20px;
}
.me_niko_ensou_image_ul li {
	width: calc(100% / 4 - (20px * 3 / 4));
}

.me_niko_koushi_lead {
	text-align: center;
	margin-bottom: 40px;
}

.me_niko_school_lead {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.me_niko_school_image_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 20px;
	margin-bottom: 30px;
}
.me_niko_school_tbl thead th {background-color: #E4CED8;}
.me_niko_school_tbl tbody th {background-color: rgba(228,206,216,0.1)}
.me_niko_school_tbl tbody td {text-align: center;}

.me_niko_price01 span {
	font-size: 2rem;
	color: var(--niko);
}

.me_niko_school_title01 {border-bottom: 2px solid #E93570;}
.me_niko_school_title02 {border-bottom: 2px solid #E8D032;}
.me_niko_school_title03 {border-bottom: 2px solid #D490E3;}
.me_niko_school_title01s {border-bottom: 1px solid #E93570;}
.me_niko_school_title02s {border-bottom: 1px solid #E8D032;}
.me_niko_school_title03s {border-bottom: 1px solid #D490E3;}



/* teacher
----------------------------------------------------------------------------- */
.me_teacher_box {margin-bottom: 60px;}
.me_teacher_image {
	max-width: 300px;
	margin: 0 auto 20px;
}
.me_teacher_image img {
	width: 100%;
	aspect-ratio: 16 / 14;
	object-fit: cover;
}

.me_teacher_dl {margin-bottom: 40px;}
.me_teacher_dl div {
	display: flex;
	flex-wrap: wrap;
}
.me_teacher_dl div dt {
	width: 120px;
}
.me_teacher_dl div dd {
	width: calc(100% - 140px);
}

/* contact
----------------------------------------------------------------------------- */
.inv-recaptcha-holder {
	display: table;
	margin: 30px auto 0;
}
.bs_form_btn01 {
	max-width: 270px;
	margin: 60px auto 0;
}
.bs_form_note01 {
	font-size: 94%;
	line-height: 1.6;
}



/* privacy
----------------------------------------------------------------------------- */
.me_privacy_box01 {margin-bottom: 60px;}
.me_privacy_box01 h3 {font-size: 2.2rem;}

.me_privacy_box01 ul {
	margin-left: -5px;
}
.me_privacy_box01 li {
	margin-left: 1em;
	text-indent: -1em;
}



/* sitemap
----------------------------------------------------------------------------- */
.me_sitemap_box01:not(:last-child) {
	margin-bottom: 50px;
}



/* 404
----------------------------------------------------------------------------- */
.bs_404_wrap {
	max-width: 800px;
	margin: 0 auto;
	padding: 10% 15px;
	text-align: center;
}
.bs_404_wrap h2 {
	font-size: 2.6rem;
	letter-spacing: normal;
}

.bs_404_wrap p {
	margin-bottom: 60px;
}



/* パスワード保護
----------------------------------------------------------------------------- */
.post-password-form {
	display: table;
	margin: 0 auto;
}
.post-password-form p ,
.post-password-form input {
	text-align: center;
}
.post-password-form label {
	display: block;
	margin: 0 auto 20px;
}
.post-password-form label input {
	border: 1px solid var(--gray-200);
	padding: 15px 10px;
}

.post-password-form input[type="submit"] {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid var(--primary);
	background-color: var(--primary);
	color: #FFFFFF;
}



/* 要件定義
----------------------------------------------------------------------------- */
.me_rule_wrap01 h3 {
	font-size: 2rem;
	border-bottom: 1px solid var(--gray-200);
	margin-bottom: 10px;
}




/* footer
----------------------------------------------------------------------------- */
footer {
	clear: both;
}

section.bs_footer_info_wrap {
	border-top: 2px solid var(--primary);
	padding: 30px 0 0;
	margin: 0;
}

.bs_footer_school {
	max-width: 1100px;
	margin: 0 auto 30px;
	padding: 0 15px;
}
.bs_footer_school h2 {
	text-align: center;
	font-size: 2rem;
	color: var(--brown);
}
.bs_footer_school_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
	margin: 0 auto 30px;
}
.bs_footer_school_ul > li {
	width: calc(100% / 4 - 40px * 3 / 4);
}
.bs_footer_school_ul li h3 {
	font-size: 1.8rem;
	color: var(--brown);
	margin-bottom: 10px;
}
.bs_footer_school_note {
	text-align: center;
}

.bs_footer_info {
	background-color: var(--bg-soft);
	padding: 30px 0;
}
.bs_footer_info_lead {
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.bs_footer_info_dl {
	display: table;
	margin: 0 auto;
}
.bs_footer_info_dl div {
	display: flex;
	padding-bottom: 10px;
}
.bs_footer_info_dl div dt {
	width: 120px;
}
.bs_footer_info_dl div dd {
	width: calc(100% - 120px);
}
.bs_footer_info_dl div dd span {
	display: block;
	font-size: 1.3rem;
}

.bs_footer_info_dl h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}


.bs_footer_bottom {
	clear: both;
	width: 100%;
	background: #F57B24;
	background: linear-gradient(180deg, rgba(245, 123, 36, 1) 0%, rgba(240, 76, 3, 1) 100%);
}
.bs_footer_bottom * {color: #FFF;}

.bs_footer_in {
	width: 100%;
	max-width: 1100px;
	padding: 50px 12px;
	margin: 0 auto;
}

.j_scroll_fade {
	position: fixed;
	bottom: 5%;
	right: 3%;
	opacity: 1;
	z-index: 999;
}

.bs_gotop {
	width: 80px;
	float: right;
	display: inline;
}
.bs_gotop::after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.bs_gotop img {width: 100%;}

.bs_float_bn01 {
	max-width: 280px;
}
.bs_float_bn01 a {
	opacity: 1;
}

.bs_float_anime01 {
	animation: updown 1s infinite ease-in-out alternate;
}
@keyframes updown {
	0% {transform: translateY(-5px)}
	100% {transform: translateY(5px);}
}

.bs_float_anime02 {
	animation: roll 2.0s infinite ease-in-out alternate;  
}
@keyframes roll {
	0% {transform: rotate(-5deg);}
	100% {transform: rotate(5deg);}
}

.bs_float_bn_touki01 {
	max-width: 200px;
	position: fixed;
	bottom: 15%;
	right: 0%;
	z-index: 999;
	display: none;
}
.bs_float_bn_touki01 img {
	width: 100%;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
}

.bs_float_icon01 {
	position: fixed;
	bottom: 5%;
	right: 152px;
	opacity: 1;
	z-index: 999;
	display: flex;
}
.bs_float_icon01 li {
	margin-left: 10px;
}
.bs_float_icon01 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	background-color: var(--red);
	color: #FFF;
	line-height: 1.1;
}
.bs_float_friday01 {
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	background-color: var(--red);
	line-height: 1.1;
	color: #FFF;
	display: none;
}

.bs_ft_map_wrap01 {
	max-width: 500px;
	margin: 0 auto 60px;
}
.bs_ft_map_wrap01 h2 {
	font-size: 2.6rem;
	text-align: center;
}

.bs_ft_map_wrap01 address {
	display: flex;
	justify-content: center;
	line-height: 1.4;
	margin: 0 auto 50px;
}
.bs_ft_map_wrap01 address ,
.bs_ft_map_wrap01 address a {
	font-size: 2.4rem;
}

.bs_ft_map01 {
	max-width: 714px;
	margin: 0 auto 30px;
}

.bs_ft_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

.bs_ft_menu ul {
	margin-bottom: 15px;
}
.bs_ft_menu ul li {margin-bottom: 10px;}

.bs_ft_menu ul li a {
	display: block;
	font-size: 1.4rem;
}
.bs_ft_menu ul li.bs_menu_s a {
	font-size: 1.2rem;
}


footer address {
	text-align: center;
}

.bs_footer_logo {
	max-width: 180px;
	margin: 0 auto 20px;
}

.bs_footer_copy {
	text-align: center;
}

.bs_sns_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.bs_sns_ul li {
	margin: 0 12px;
}

.bs_sns_ul li i {font-size: 2.9rem;}

p#bs_copyright ,
p#bs_copyright span {
	font-size: 1.4rem;
}
p#bs_copyright {
	font-size: 1.5rem;
	text-align: center;
}
p#bs_copyright span {
	font-size: 1.4rem;
	font-family: Verdana; /* Android &copy;色不具合対策 */
}



/* layout
----------------------------------------------------------------------------- */
/* layout01  */
.bs_layout01 {
	position: relative;
}

.bs_layout01_txt {
	width: 740px;
	margin-top: 50px;
}
.bs_layout01_txt.float_r_bl {
	padding: 70px 75px 80px 175px;
	background-color: #EFF9FF;
}
.bs_layout01_txt.float_l_bl {
	padding: 70px 175px 80px 75px;
	background-color: #EEEDF7;
}
.bs_layout01_txt h3 {margin-bottom: 20px;}
.bs_layout01_txt h3 span {
	font-size: 5rem;
	padding-left: 20px;
}
.bs_layout01_txt h4 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.bs_layout01_img_l {
	width: 51.51%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bs_layout01_img_r {
	width: 51.51%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.bs_layout01_img_l img ,
.bs_layout01_img_r img {max-width: 100%;}

/* layout02  */
.bs_layout02 {
	position: relative;
}

.bs_layout02_txt_r {
	position: absolute;
	top: 95px;
	right: 0px;
	width: 540px;
	padding: 50px 55px;
	background-color: #EFF9FF;
}

.bs_layout02_txt_l {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 540px;
	padding: 50px 55px;
	background-color: #EFF9FF;
}

.bs_layout02_img img {max-width: 100%;}

/*  */
.bs_lucent_box {
	width: 50%;
	text-align: center;
}
.bs_lucent_box a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bs_lucent_box01 a {background-image: url(../pic/bg01.jpg);}
.bs_lucent_box02 a {background-image: url(../pic/bg_topmain02.jpg);}

.bs_lucent_box a:hover{opacity: 1;}

.bs_lucent_box_in {
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.6s;
}
.bs_lucent_box_in:hover {background-color: rgba(0,0,0,0.1);}

.bs_lucent_box_in h3 ,
.bs_lucent_box_in p {color: #FFFFFF;}



.bs_sns_wrap01 {
	max-width: 1040px;
	margin: 0 auto;
}

/* Facebook
----------------------------------------------------------------------------- */
.bs_fb {
	position: relative;
}
.bs_fb_wrap {
	width: 100%;
	max-width: 500px;
	background-color: #F5F5F5;
	background-image: url(../pic/00_loader01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 20px;
	display: block;
}
.fb_iframe_widget span {
	display: block !important;
}
.bs_fb_bg {
	display: none;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 40px;
	background-color: rgba(0,0,0,0.5);
	z-index: 777;
	pointer-events: none;
}
.bs_fb_bg span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.9rem;
}

.bs_fb_wrap > .fb-page {
	width: 100%;
}
.bs_fb_wrap span ,
.bs_fb_wrap iframe{ 
	width: 100% !important;
}


/* Instagram
----------------------------------------------------------------------------- */
.bs_instagram_wrap h2 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 auto 30px;
}
.bs_instagram_wrap h2 img {
	display: block;
	width: 32px;
	margin: 10px auto 0;
}
.bs_instagram_wrap h2 a {
	display: block;
}

#bs_instagram_load {
	height: 500px;
	background-color: #F5F5F5;
	background-image: url(../pic/00_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.bs_insta_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.bs_insta_ul > li {
	width: calc(100% / 3 - 28px * 2 / 3);
	margin: 0 28px 28px 0;
}
ul.bs_insta_ul > li:nth-child(3n) {
	margin-right: 0;
}

ul.bs_insta_ul li a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
ul.bs_insta_ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bs_insta_ul li.bs_insta_movie {position: relative;}
.bs_insta_ul li.bs_insta_movie img {
	max-width: 179%; /* 16:9の画像が表示エリア一杯になるように */
}
.bs_insta_ul li.me_insta_movie::after {
	display: block;
	content: "";
	width: 29px;
	height: 29px;
	background: url(../pic/00_i_insta_movie01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 4px;
	right: 5px;
}
.bs_insta_icon {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	height: 50px;
	padding: 10px 0;
	z-index: 999;
	box-sizing: border-box;
	display: none;
}
.bs_insta_ul li a:hover .bs_insta_icon {display: block;}

.bs_insta_icon img {
	display: block;
	margin: 0 auto;
	width: 30px !important;
}



/* video
----------------------------------------------------------------------------- */
#bs_video_wrap01 {
	position: relative;
}

#bs_video_wrap01 video {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	position: relative;
	margin: 0;
}

.bs_video_main01 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../pic/00_main_dot01.png) repeat center bottom;
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bs_video_main01 h2 {
	background: none;
	max-width: 236px;
	margin: 0;
	padding: 0;
}
.bs_video_main01 h2 img {width: 100%;}

#bs_mute {
	position: absolute;
	bottom: 10%;
	right: 5%;
	z-index: 888;
}



/* 
----------------------------------------------------------------------------- */

/* swiper slide
------------------------------------- */
.swiper-pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #FFFFFF;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--primary);
}

.swiper-button-next::after ,
.swiper-button-prev::after {
	display: none;
}
.swiper-button-next ,
.swiper-button-prev {
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: absolute;
	top: 50%;
	z-index: 888;
}
.swiper-button-prev {background-image: url(images/00_swiper_prev01.png);}
.swiper-button-next {background-image: url(images/00_swiper_next01.png);}


/* swiper carousel */
#swiper-container-carousel5 .swiper-slide {
	height: auto;
	position: relative;
}
#swiper-container-carousel5 .swiper-slide img {width: 100%;}
#swiper-container-carousel5 .swiper-slide h3 {
	background-image: none;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	color: #FFFFFF;
	padding: 5px 10px 0;
	margin-bottom: 0;
	font-size: 1.6rem;
}
#swiper-container-carousel5 .swiper-slide h3 span {
	display: block;
	font-size: 1.3rem;
	color: #FFFFFF;
}


/* colorbox
------------------------------------- */
#bs_cbox_inline01 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
	background-color: #FFF;
}


/* slick slide
------------------------------------- */
.bs_slick_slidebox {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
	height:405px;
}
.bs_slick_thumb img ,
.bs_slick_thumb_nav img {
	width: 100%;
	height: auto;
}
.bs_slick_thumb {
	width: 100%;
}
.bs_slick_thumb_nav {
	width: 100%;
	padding: 0 30px;
	margin: 0 auto 10px;
}
.bs_slick_thumb_nav li{
	margin: 3px;
}
.bs_slick_thumb_nav li img {
	opacity: 0.7 !important;
}

.bs_slick_thumb_nav li.slick-current img {
	opacity: 1 !important;
	border: 2px solid #2B74AA;
}

.bs_slick_thumb_nav .slick-next {
	width: 24px;
	height: 24px;
	right: 0px;
	z-index: 99;
}
.bs_slick_thumb_nav .slick-prev {
	width: 24px;
	height: 24px;
	left: 0px;
	z-index: 88;
}
.slick-prev::before, .slick-next::before {
	font-size: 2.4rem;
	color: #2B74AA !important;
}
.slick-dots {
	bottom: -25px;
}


/* ページ内リンク表示位置（カレント）
------------------------------------- */
#bs_pagenav_wrap {
	clear: both;
	width: 100%;
	background-color: #FFF;
	padding: 10px 12px;
	border-top: 1px solid #CACCD7;
}
#bs_top_pagenav {
	display: table;
	margin: 0 auto;
}
#bs_top_pagenav li {
	float: left;
	display: inline;
	margin: 0 15px;
}
#bs_top_pagenav li.on span {
	color: #FF6699;
}

#bs_side_pagenav_wrap {
	position: fixed;
 	top: 40%;
 	right: 30px;
 	z-index: 999;
}
.bs_pagenav li{margin: 10px 0;}
.bs_pagenav li a{
	background-image: url(../pic/00_nav01.png);
	background-repeat:no-repeat;
	background-position: right center;
	padding: 5px 33px 5px 0;
}

.bs_pagenav li.on a{
	background-image:url(../pic/00_nav01_current.png);
}


/* ticker
------------------------------------- */
.bs_ticker_wrap {
	width: 100%;
	max-width: 760px;
	background-color: #FFFFFF;
	padding: 0 15px;
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 888;
}

.j_ticker {
	position: relative;
	overflow: hidden;
}

.bs_ticker_box {
	width:100%;
	position:relative;
}

.bs_ticker_box article {
	display:none;
	width:100%;
}
.bs_ticker_box article a {
	display: block;
	padding: 12px 0;
}

.bs_ticker_box article time {
	display: inline-block;
	padding-right: 15px;
}


/* infiniteslide
------------------------------------- */
.me_infiniteslide_ul01 li{max-width:300px;}
.me_infiniteslide_ul01 li img{width:100%;}


/* lazysizes
------------------------------------- */
.fadein.lazyload ,
.fadein.lazyloading {
	opacity: 0;
}
.fadein.lazyloaded {
	opacity: 1;
	transition: opacity 3000ms 500ms;
}
