@charset "UTF-8";
/* 2022.0831 Kishimoto */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* --------------------------------------------------------------------------
     PC用ここから min-width 1024px
---------------------------------------------------------------------------- */
/* 基本設定　ここから */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	max-width: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	max-width: 100%;
	height: auto;
	overflow-x: hidden!important;
}
p {
	font-size: 16px;
	font-size: 1.6em;
	color: #3E3A39; /*濃いグレイ */
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
}
h3 {
}
li {
	list-style: none;
}
dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
dd {
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.6em;/* padding-top: 0.6em; 
	padding-bottom: 1.3em; */
}
img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/* clearfix　ここから */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* clearfix　ここまで */
* {
	margin: 0;
	padding: 0;
}
/* Google Map レスポンシブ　ここまで */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.maintenance_body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
 @media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.clearfix:after {  /* clearfix　ここから */
	　　　　content: ".";
	　　　　display: block;
	　　　　height: 0;
	　　clear: both;
	　　visibility: hidden;
}/* clearfix　ここまで */
h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
}
p {
	font-size: 14px;
	font-size: 1.4em;
	color: #3E3A39; /*濃いグレイ */
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
}
/* ---------------------基本設定　ここまで ---------------------- */


/* ===================================================
       header
  ===================================================*/
header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: #fff;/* border-bottom: 1px solid #CCC; */
}
.kv_area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.kv_shoplogo {
	width: 200px;
	margin: 0 auto;
	padding: 0;
}
.kv_shoplogo_moriguchi {
	width: 400px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: #fff;/* border-bottom: 1px solid #CCC; */
}
.kv_shoplogo {
	width: 50%;
	margin: 0 auto;
	padding: 0;
}
.kv_shoplogo_moriguchi {
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
}
/* =========================================
       gnav ナビゲーション
  =========================================*/
.gnav {
	width: 100%;
	background-color: #3e3a39;
}
.gnav_wrapper {
	max-width: 80%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: stretch;
}
.gnav_wrapper li {
	border-left: #888 1px solid;
	text-align: center;
	width: calc(100%/6);
	transition: all 0.3s ease;
}
.gnav_wrapper li:last-child {
	border-right: #888 1px solid;
}
.gnav_wrapper li:hover {
	background-color: #888;
}
.gnav_wrapper li a {
	display: block;
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
}
/*------- moriguchiのみ、ナビゲーション変更 ----------*/
.gnav_wrapper .moriguchi {
	border-left: #888 1px solid;
	text-align: center;
	width: calc(100%/5);
	transition: all 0.3s ease;
}
.gnav_wrapper .moriguchi:last-child {
	border-right: #888 1px solid;
}
.gnav_wrapper .moriguchi:hover {
	background-color: #888;
}
.gnav_wrapper .moriguchi a {
	display: block;
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.gnav_wrapper {
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: stretch;
}
.gnav_wrapper li {
	border-left: #888 1px solid;
	border-bottom: #888 1px solid;
	text-align: center;
	width: calc(100%/2);
	transition: all 0.3s ease;
}
.gnav_wrapper li a {
	display: block;
	padding: 0.6em 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
}
/*------- moriguchiのみ、ナビゲーション変更 ----------*/
.gnav_wrapper .moriguchi { 
	border-left: #888 1px solid;
	border-bottom: #888 1px solid;
	text-align: center;
	width: calc(100%/2);
	transition: all 0.3s ease;
}
.gnav_wrapper .moriguchi:last-child {
	border-right: #888 1px solid;
}
.gnav_wrapper .moriguchi a {
	display: block;
	padding: 0.6em 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
}
}
/* =========================================
       main
  =========================================*/
main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
.oshirase_section {
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
.format_text {
	text-align: center;
	display: block;
	margin: 5%;
	color: #3E3A39; /*濃いグレイ */
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.8em;
	line-height: 2em;
}
.btn_section {
}
.lp_catch_text {
	text-align: center;
	color: #C00;
	font-size: 2em;
	font-weight: bold;
	margin: 1% auto;
}
.blink {/*文字点滅させる*/
	-webkit-animation: blink 2s ease infinite;
	animation: blink 2s ease infinite;
}
@-webkit-keyframes blink {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes blink {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
.btn_ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	width: 65%;
	margin: 0 auto;
}
.btn_li {
	flex-basis: 50%;
}
.btn-square-shadow_khaki {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #ccb084;
	color: #FFF;
	border-bottom: solid 5px #917d5d;
	border-radius: 3px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.btn-square-shadow_khaki:hover {
	opacity: 0.7;
}
.btn-square-shadow_khaki:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.btn-square-shadow {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #e19f94;
	color: #FFF;
	border-bottom: solid 5px #a67972;
	border-radius: 3px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.btn-square-shadow:hover {
	opacity: 0.7;
}
.btn-square-shadow:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.btn-square-shadow_vivo {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #44bdbd;
	color: #FFF;
	border-bottom: solid 5px #237171;
	border-radius: 3px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.btn-square-shadow_vivo:hover {
	opacity: 0.7;
}
.btn-square-shadow_vivo:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.oshirase_section {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
.format_text {
	text-align: left;
    display: block;
    margin: 5% 3%;
    color: #3E3A39;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.6em;
}
.btn_section {
}
.lp_catch_text {
	font-size: 1.4em;
}
.btn_ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: 85%;
	margin: 0 auto;
}
.btn_li {
	flex-basis: 100%;
	margin: 3%;
}
}
/*-----------------------------------
   オンラインレッスンバナーの箇所
 ---------------------------------*/
.online_section {
	width: 100%;
	margin: 5% auto;
	padding: 0;
}
.online_p {
	display: block;
	width: 60%;
	margin: 2% auto;
	padding: 0;
}
.campaign_p:hover {
	opacity: 0.7;
}
.online_lesson_schedule_link {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.online_lesson_schedule_link a {
	text-decoration: none;
	border: 1px solid #C00;
	color: #C00;
	padding: 2px 1%;
	border-radius: 5px;
	font-size: 1em;
}
.online_lesson_schedule_link a:hover {
	opacity: 0.7;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.online_section {
	width: 100%;
	margin: 8% auto;
	margin-top: 8%;
	margin-right: auto;
	margin-bottom: 8%;
	margin-left: auto;
	padding: 0;
}
.online_p {
	display: block;
	width: 90%;
	margin: 2% auto;
	padding: 0;
}
.online_lesson_schedule_link {
	display: block;
	margin: 5% auto 0 auto;
	text-align: center;
}
.online_lesson_schedule_link a {
	text-decoration: none;
	border: 1px solid #C00;
	color: #C00;
	padding: 2px 1%;
	border-radius: 5px;
	font-size: 1em;
}
}
/*--------------------
   corona_section
 ------------------*/
.corona_section {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0;
}
.corona_p {
	width: 55%;
	margin: 0 auto;
	padding: 0;
}
 @media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.corona_p {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
}
/*--------------------
   info_section
 ------------------*/
.info_section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.info_div {
	width: 65%;
	margin: 5% auto;
}
.info_ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
}
.info_li_left {
	flex-basis: 40%;
}
.shop_name {
	display: block;
	font-size: 2.4em;
	font-family: 'Noto Serif JP', serif;
	color: #3E3A39; /*濃いグレイ */
}
address {
	font-size: 2em;
	line-height: 1.4em;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	margin: 3% 0;
	color: #3E3A39; /*濃いグレイ */
}
.tel_number {
	font-family: 'Bebas Neue', cursive;
}
.tel_number a {
	text-decoration: none;
	font-size: 3em;
	color: #e16161;
}
.tel_number_vivo {
	font-family: 'Bebas Neue', cursive;
}
.tel_number_vivo a {
	text-decoration: none;
	font-size: 3em;
	color: #44bdbd;
}
.info_li_right {
	flex-basis: 60%;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
 @media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.info_div {
	width: 80%;
	margin: 5% auto;
}
.info_ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
}
.info_li_left {
	flex-basis: 100%;
	margin-bottom: 5%;
}
.shop_name {
	display: block;
	font-size: 2em;
	font-family: 'Noto Serif JP', serif;
	color: #3E3A39; /*濃いグレイ */
}
address {
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	margin: 3% 0;
	color: #3E3A39; /*濃いグレイ */
}
.info_li_right {
	flex-basis: 100%;
}
}
/*---- TOPへ戻る　ボタン　Bearsi用--------------------------------*/
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: -50px;
	bottom: 50px;
	background: #ef3f40;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
@media screen and (max-width:767.98px) { /* 変更点。0.02引く。 */
}
/*---- TOPへ戻る　ボタン Vivo用--------------------------------*/
#page_top_v {
	width: 50px;
	height: 50px;
	position: fixed;
	right: -50px;
	bottom: 50px;
	background: #44bdbd;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top_v a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top_v a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
@media screen and (max-width:767.98px) { /* 変更点。0.02引く。 */
}
/* =========================================
       footer
  =========================================*/
footer {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #3e3a39;
	padding: 0;
}
.c-copyright {
	text-align: center;
	padding: 8px 3%;
}
.c-container {
	color: #fff;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
footer {
	padding: 0;
}
.c-copyright {
	text-align: center;
}
}
/* ----------------------------------------------------------------------------------------------------------------
  Vivo&Vivo Bearsi ブランドサイト TOP仮設ページ ここから2022.0906
  ------------------------------------------------------------------------------------------------------------------*/
.index_body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* =========================================
     index_top.html  header 
  =========================================*/
.h1_area {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.h1_brandlogo {
	width: 460px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.h1_brandlogo {
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
}
/* =========================================
     index_top.html  main
  =========================================*/
.shop_list_section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.brand_list {
	width: 80%;
	margin: 5% auto;
	padding: 0;
}
.brand_list_tittle_h2 {
	width: 100%;
	margin: 0 auto 3% auto;
	padding: 0;
	font-size: 2em;
	text-align: center;
}
.vivo_list_h2 {
	background-color: #b38b4d;
	color: #fff;
}
.bearsi_list_h2 {
	background-color: #ca90ab;
	color: #fff;
}
.shop_info_ul {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.shop_info_li {
	flex-basis: 23%;
	margin: 1%;
}
.shop_info_li a:hover {
	opacity: 0.7;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.brand_list {
	width: 90%;
	margin: 5% auto;
	padding: 0;
}
.brand_list_tittle_h2 {
	font-size: 1.4em;
}
.shop_info_li {
	flex-basis: 48%;
	margin: 1%;
}
}
/*--------------------------- 
　年間スケジュールボタン 
-----------------------------*/
.years_schedule_p {
}
.btn-years_schedule_khaki {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #ccb084;
	color: #FFF;
	border-bottom: solid 5px #917d5d;
	border-radius: 3px;
	font-size: 1.6rem;
	text-align: center;
	margin: 5% auto;
	width: 80%;
}
.btn-years_schedule_khaki:hover {
	opacity: 0.7;
}
.btn-years_schedule_khaki:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.btn-years_schedule_khaki {
	width: 100%;
}
}
/*--------------------------------------
　Topイメージ画像追加 2022.0929
---------------------------------------*/
.top_img_section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
}
/*----- index.htmlのTOP画像 -----------*/
.brandtop_img_section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
}

