@charset "UTF-8";

/**
   *
   * @author  HAKKO Development Co.,Ltd. az'Ciel division
   * @version 2021.
   *
   */

/*---------------------------------------------*/
/*/-------------　ベース　-----------------/*/

html {
	margin: 0;
	padding: 0;
	min-width: 1122px;
}
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック Medium", YuGothic,"メイリオ",  Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, "Droid Sans",  sans-serif;
	font-size: 16px;
	line-height: 150%;
	box-sizing: border-box;
}

body.top {
	background: url(../img/top/background.png) right 6% bottom -30px no-repeat;
	background-size: 555px;
}

/* ページトップへ戻る */
#page-top {
	position: fixed;
	right: 0;
	bottom: 250px;
	padding: 8px 15px 5px 16px;
	background: rgba(255,255,255,0.7);
	z-index: 2;
}

/*非表示領域*/
.tab,.sp,.t-s {
	display: none;
}

/*---------------------------------------------*/
/*/-------------　ヘッダー　-----------------/*/

/*//-----　下層　-----//*/
/*　ナビ　*/
header {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #000;
}
header #logo {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 50;
}
header #logo img {
	width:200px;
	height: auto;
}
header nav {
	margin: 0;
	padding: 0;
}
header ul {
	display: flex;
	margin: 15px 0 0 0;
	padding: 0;
}
header ul.link {
	display: none;
}
header ul li {
	list-style: none;
}
header ul li a {
	margin-right: 20px;
	color: #fff;
	text-decoration: none;
}
header ul li:hover {
	opacity: 0.65;
}
header ul.icon li img {
	height: 30px;
	width: auto;
}
/*//-----　トップ　-----//*/
/*　ナビ　*/
.top header {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.top header nav {
	margin: 0;
	padding: 0;
}
.top header ul {
	display: flex;
	margin: 12px 0 0 0;
	padding: 0;
}
.top header ul.link {
	display: none;
}
.top header ul li a {
	list-style: none;
}
.top header ul li a {
	margin-right: 20px;
	color: #fff;
	text-decoration: none;
}
.top header ul li:hover {
	opacity: 0.65;
}
.top header ul.icon li img {
	height: 30px;
	width: auto;
}


/*---------------------------------------------*/
/*/-------------　コンテンツ　-----------------/*/

/*//-----　共通　-----//*/
h1,h2 {
	font-family: 游明朝 Demibold,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}


/*//-----　トップ　-----//*/
/*　メインビジュアル　*/
#main-visual {
	width: 100%;
	height: auto;
	max-height:100vh;
	margin: -15px 0 0 0;
	padding: 0;
	position: relative;
}
#main-visual .logo img {
	width: 40%;
	height: auto;
	margin: 10% 30% auto;
	position: absolute;
	z-index: 30;
}
#main-visual p {
	display: none;
}
#main-visual .slider {
	width: 100%;
	height: auto;
	max-height:100vh;
	z-index: 10;
}
#main-visual .slider div {
	width: 100%;
	height: auto;
	max-height:100vh;
	position: relative;
}
#main-visual .slider div img {
	width: 100%;
	height: auto;
}
.slider div:after {
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.2;
}
/* ボタンカスタマイズ */
.slide-dots {
	margin: -25px 0 0 15px;
	padding: 0;
	text-align: center;
	display: flex;
  }
.slide-dots li {
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
  }
  .slide-dots li button {
	position: relative;
	text-indent: -9999px;
  }
.slide-dots li button::before {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	cursor: pointer;
	width: 4px;
	height: 13px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
  }
.slide-dots li.slick-active button::before {
	background-color: #8B0000;
  }
button {
	background: none;
	border: none;
	outline: none;
	padding: 0 5px 0 0;
  }

#main-visual .scroll {
	color: #fff;
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
	z-index: 20;
}
#main-visual .scroll:after {
	display: block;
	content: '\A';
	white-space: pre;
	width: 1px;
	height: 45px;
	margin-left: calc(50% - 1px);
	background: linear-gradient(to bottom, #FFF, #808080);
}

/*　コンテンツ　*/
#contents_top  {
	width: 80%;
	height: auto;
	margin: 130px auto 0;
	padding: 0;
}


/*　section共通　*/
#contents_top section a {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
}
#contents_top section {
	display: block;
	width: 70%;
	margin-left: 3%;
	margin-bottom: 92px;
	padding-bottom: 30px;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#contents_top section:before {
	content: '';
  	display: block;
  	width: 100%;
  	height: 1px;
  	margin-top: -24px;
 	background: linear-gradient(to right, #F3DC8E, #D9A703);
}
#contents_top section h2 {
	display: block;
	width: 300px;
	margin-left: 3%;
	letter-spacing: 2px;
	font-size: 1.875em;
}
#contents_top section h2:first-letter {
	font-size: 1.2em;
	color: #8B0000;
}
#contents_top section h2 span span {
	font-size: 0.53em;
}
#contents_top section div.box_g-light {
	display: block;
	margin: 0;
}
#contents_top section div.box_g-light p {
	padding: 0 18px 0 36px;
}
#contents_top section div.box_g-light div {
	margin-left: calc(100% - 190px);
	text-align: center;
}

/*　section 内のボタン　*/
.btn_w span {
	position: relative;
	margin: 0 auto;
	padding: 14px 55px;
	color: #710101;
	text-decoration: none;
	font-size: 0.875em;
	background: linear-gradient(to right, #F296CE, #D1B362, #B21717);
  }
.btn_w span:before {
	content: 'MORE';
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	color: #710101;
	border: 1px solid #710101;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }
.btn_w:hover {
	opacity: 0.65;
  }

.btn_d span {
	position: relative;
	margin: 0 auto;
	padding: 14px 55px;
	color: #710101;
	text-decoration: none;
	font-size: 0.875em;
	background: linear-gradient(to right, #FCBEE4, #ECE57A, #C43C3C);
  }
.btn_d span:before {
	content: 'MORE';
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #8B0000;
	display: flex;
	justify-content: center;
	align-items: center;
  }
.btn_d:hover {
	opacity: 0.65;
  }

/*　section 例外（STORE INFO）　*/
#contents_top section.s-i {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
	box-shadow: none;
}
#contents_top section.s-i:before {
	content: '';
  	display: none;
}
#contents_top section.s-i .s-i_block {
	display: block;
	width: 70%;
	margin: -20px 0 30px 3%;
	padding: 25px 0 28px;
	text-align: left;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#contents_top section.s-i .s-i_block:before {
	content: '';
  	display: block;
  	width: 100%;
  	height: 1px;
  	margin-top: -24px;
 	background: linear-gradient(to right, #F3DC8E, #D9A703);
}
#contents_top section.s-i div.ditail {
	width: calc(100% - 60px);
	margin: 0 0 0 30px;
	font-size: 1.143em;
}
#contents_top section.s-i div.box_g-light p {
	font-size: 0.937em;
}
#contents_top section.s-i div.box_g-light div p.number {
	margin: 24px 0 0 0;
	padding: 0;
	text-align: left;
}
#contents_top section.s-i div.box_g-light div p.number span {
	font-size: 1.428em;
}
#contents_top section.s-i div.box_g-light div ul.number {
	display: none;
}
#contents_top section.s-i div.box_g-light div p.time {
	margin: 5px 0 0 0;
	padding: 5px 10px 0 0;
	text-align: left;
	border-top: 1px solid #707070;
}
#contents_top section.s-i div.box_g-light div dl.time {
	margin-top: 10px;
	margin-bottom: -5px;
	padding: 10px 10px 0 0;
	text-align: left;
	border-top: 1px solid #707070;
}
#contents_top section.s-i div.box_g-light div dl.time dt {
	float: left;
	width: 100px;
}
#contents_top section.s-i div.box_g-light div dl.time dd {
	margin-left: 100px;
	margin-bottom: 20px;
}
#contents_top section.s-i div.box_g-light div dl.time dd span {
	font-size: 0.875em;
}
#contents_top section.s-i div.box_g-light div dl.time dd span a {
	display: inline-block;
}
#contents_top section.s-i div.box_g-light div.address {
	display: inline-block;
	width: calc(100% - 60px);
	margin: 20px 0 0 30px;
	padding: 18px;
	text-align: left;
	background: rgba(0,0,0,0.1);
}
#contents_top section.s-i div.box_g-light div.address p {
	margin: 0;
	padding: 0;
}
#contents_top section.s-i div.box_g-light div.address p.note {
	margin: 5px 0 0 1em;
	padding: 0;
	line-height: 150%;
	text-indent: -1em;
	font-size: 0.75em;
}
#contents_top section.s-i div.box_g-light div.address p.note:before {
	content: '※';
}

/*　店舗外観とGoogle Map　*/
section.s-i ul {
	display: flex;
	width: 70%;
	margin: 0 0 92px 3%;
	padding: 0;
}
section.s-i ul li {
	list-style: none;
	width: 50%;
}
section.s-i ul li img {
	width: 100%;
	height: auto;
}
section.s-i ul li iframe {
	width: 100%;
	height: 100%;
}

/*　リンクバナー　*/
ul.link {
	display: flex;
	margin: 0 0 30px 30px;
}
ul.link li {
	margin-right: 10px;
	list-style: none;
}
ul.link li img {
	width: 145px;
	height: auto;
}
ul.link li a:hover {
	opacity: 0.65;
}

/*//-----　下層・共通　-----//*/
/*　ベース　*/
#contents  {
	width: 80%;
	height: auto;
	margin: 80px auto;
}

#contents section h1 {
	display: inline-block;
	margin-top: 25vh;
	letter-spacing: 3px;
	font-size: 1.875em;
}
#contents section h1:first-letter {
	font-size: 1.2em;
	color: #8B0000;
}
#contents section h1 span span {
	font-size: 0.53em;
}

#contents section h2 {
	width: 250px;
	display: inline-block;
	text-align: center;
}
#contents section.lesson h2 {
	width: 400px;
	display: block;
	text-align: center;
}
#contents section.lesson h2 span span {
	font-size: 0.875em;
}
#contents section h2:after {
	display: block;
	content: '\A';
	white-space: pre;
	width: 100%;
	height: 3px;
	margin: 10px 0 0 ;
	padding: 0;
	background: #8B0000;
	border-radius: 2px;
}


/*　CONCEPT　*/
.concept {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.b-concept {
	background: linear-gradient(to top, #fff 87%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.5) 93%, rgba(255, 255, 255, 0)) , url(../img/concept/background.png) center top no-repeat;
	background-size: 100%;
}
.concept p.outline {
	margin-top: 3vh;
	margin-bottom: 15vh;
	font-size: 1.25em;
	text-align: center;
}
.concept p.outline span {
	display: inline-block;
	font-size: 0.8em;
	text-align: left;
}
.concept p.outline span:before {
	content:'\A';
	white-space: pre;
}
.concept .aboutus {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 0.5%;
}
.concept .aboutus p {
	margin: 40px 0 0 5%;
	font-size: 0.875em;
	text-align: left;
}
.concept .qualification dl {
	margin: 20px 2.5% 50px calc(250px + 5%);
	padding: 18px;
	font-size: 0.875em;
	text-align: left;
	background: rgba(0,0,0,0.1);
}
.concept .qualification dl dt {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 2px;
	border-bottom: 1px solid;
}
.concept .qualification dl dd {
	margin-left: 16px;
}

#contents ul.li-h {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 0.5%;
	display: flex;
	flex-wrap: wrap;
}
#contents ul.li-h li {
	list-style: none;
	width: 31%;
	height: auto;
	margin: 0 1% 15px;
}
#contents ul.li-h li img {
	width: 100%;
	height: 100%;
}

#contents ul.li-v {
	width: 99%;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#contents ul.li-v li {
	list-style: none;
	width: 23%;
	height: auto;
	margin: 0 1% 15px;
}
#contents ul.li-v li img {
	width: 100%;
	height: 100%;
}

/*　LESSON　*/
.lesson {
	width: 100%;
	margin: 0 auto 120px;
	text-align: center;
}
.b-lesson {
	background: linear-gradient(to top, #fff 76%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0.5) 87%, rgba(255, 255, 255, 0)) , url(../img/lesson/background.png) center top no-repeat;
	background-size: 100%;
}
.lesson p.outline {
	margin-top: 3vh;
	margin-bottom: 15vh;
}
.lesson p.outline span {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 1.188em;
}
.lesson .overview {
	display: block;
	width: 97%;
	margin: 0 auto 35px;
	padding-bottom: 10px;
	overflow: hidden;
}
.lesson .overview {
	text-align: left;
}
.lesson .overview .detail dl {
	margin: 30px 0;
}
.lesson .overview .detail dl dt {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 3px;
	border-bottom: 1px solid;
}
.lesson .overview .detail dl dd {
	margin: 0 0 30px 5px;
	font-size: 0.875em;
}
.lesson .overview img {
	float: right;
	clear: left;
	width: auto;
	height: 480px;
}
.lesson .overview .detail p {
	margin-bottom: 20px;
}

.lesson .overview .btn_w-tel {
	margin: 0 0 0 5px;
}
.lesson .overview .btn_w-tel a {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
	color: #710101;
	text-decoration: none;
	background: linear-gradient(to right, #F296CE, #D1B362, #B21717);
}
.lesson .overview .btn_w-tel a:before {
	content: '026-272-2590';
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	color: #710101;
	border: 1px solid #710101;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lesson .overview .btn_w-tel:hover {
	opacity: 0.65;
}

#contents ul.li-s {
	width: 99%;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#contents ul.li-s li {
	list-style: none;
	width: 23%;
	height: auto;
	margin: 0 1% 15px;
}
#contents ul.li-s li img {
	width: 100%;
	height: 100%;
}


/*---------------------------------------------*/
/*/-------------　フッター　-----------------/*/

footer {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #710101;
}
footer p {
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}


/*---------------------------------------------*/
/*/-------------　Android調整　-----------------/*/

.android h1 span,.android h2 span,.android h3 span {
	display: none;
}

.android .o-s h2 {
	width: 262px;
	height: 31px;
	margin: 25px auto 0;
	background: url(../img/android/online-shop.svg) center top no-repeat;
}
.android .con h2 {
	width: 183px;
	height: 31px;
	margin: 25px auto 0;
	background: url(../img/android/concept.svg) center top no-repeat;
}
.android .s-i h2 {
	width: 278px;
	height: 31px;
	margin: 25px auto 0;
	background: url(../img/android/store-info.svg) center top no-repeat;
}

.android .concept h1 {
	width: 244px;
	height: 41px;
	background: url(../img/android/concept.svg) center top no-repeat;
}
.android .concept h2 {
	width: 169px;
	height: 26px;
	background: url(../img/android/about-us.svg) center top no-repeat;
	background-size: 169px;
}
.android #contents .concept h2:after {
	display: block;
	content: '\A';
	white-space: pre;
	width: 100%;
	height: 3px;
	margin: 36px 0 0 ;
	padding: 0;
	background: #8B0000;
	border-radius: 2px;
}

.android .lesson h1 {
	width: 196px;
	height: 41px;
	background: url(../img/android/lesson.svg) center top no-repeat;
}
.android .lesson h2 {
	width: 427px;
	height: 31px;
	background: url(../img/android/anri.svg) center top no-repeat;
	background-size: 427px;
}
.android #contents .lesson h2:after {
	display: block;
	content: '\A';
	white-space: pre;
	width: 100%;
	height: 3px;
	margin: 41px 0 0 ;
	padding: 0;
	background: #8B0000;
	border-radius: 2px;
}
