@charset "utf-8";
/* CSS Document */


/*================================

★★lesson/tourと共通使用★★

================================*/

/*====================
基本
====================*/
/*枠*/
section.contents_wrap {
	background: #fff;
	padding: 0;
}
section.contents_wrap a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
section.contents_wrap a:not(.not_hover):hover {
	opacity: 0.8;
}
section.contents_wrap > section {
	margin-bottom: 60px;
}
section .section_inner {
	width: 830px;
	margin: 0 auto;
}
/*注意書きなど*/
p.note, ul.note li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.note li {
	margin-bottom: 5px;
}
/*予約ボタン*/
a.btn_reservation, a.btn_instructor {
	display: block;
	width: 360px;
	margin: 0 auto 50px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 20px 15px;
	background: #00a0e9;
	transform: rotate(0.01deg);
}
a.btn_reservation i:first-of-type, a.btn_instructor i:first-of-type {
	margin-right: 10px;
}
a.btn_reservation .fa-window-restore {
	margin-left: 5px;
}
a.btn_instructor {
	background: #4b2300;
}
/*見出し*/
.contents_wrap h1 {
	text-align: center;
}
.contents_wrap h1 img {
	display: inline-block;
	width: 300px;
	height: auto;
}
.contents_wrap h2 {
	font-size: 26px;
	color: #4b2300;
	border-bottom: solid 1px #4b2300;
	padding-bottom: 10px;
	margin: 0 auto 40px;
	text-align: center;
	width: 830px;
	font-weight: normal;
}
.contents_wrap h2 i {
	margin-right: 10px;
}

/*====================
header_brand
====================*/
#header_brand {
    background: #4b2300;
    height: 100px;
}
#header_brand .header_brand_inner {
    max-width: 1366px;
    margin: 0 auto;
}
#header_brand .header_brand_inner .header_brand_logo {
    padding: 30px 40px 0;
}
#header_brand .header_brand_inner .header_brand_logo a {
    display: inline-block;
}

/*====================
MAIN VISUAL
====================*/
.main_area {
	/* height: 473px; */
	background: url(/hello-chocolate/lesson/images/bg_main.png?2406) no-repeat center center;
	background-size: auto 100%;
	/* padding-top: 135px; */
	height: 400px;
	padding-top: 100px;
	background-color: #fff;
	
}
#mv_slide {
	background-image: url(/hello-chocolate/lesson/images/mainvisual.jpg);
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: 0 0;
	height: 180px;
	width: 100%;
	margin-bottom:  60px;
	-webkit-animation: bgroop-pc 50s linear infinite;
	animation: bgroop-pc 50s linear infinite;
}

/*====================
notice
====================*/
.notice {
	border: double #4b2300 4px;
	width: 500px;
	text-align: center;
	margin: 0 auto 40px;
	padding: 25px 20px 20px;
}
.notice figure {
	margin: 20px 0 30px;
}
.notice figure img {
	width: 252px;
	height: auto;
	display: inline-block;
}
.notice p {
	font-size: 16px;
}
.notice ul.note {
	font-size: 13px;
	text-align: left;
}

/*====================
information
====================*/
#information {
	width: 830px;
	margin: 0 auto;
	margin: 0 auto 45px;
}
#information h2 {
	margin-bottom: 10px;
}
#information ul li {
	border-bottom: dotted 1px #3d3d3d;
	padding: 8px 0 10px;
}
#information ul li:last-child {
	border-bottom: 0;
}
#information ul li.new dd:before {
	content: "NEW";
	background: #00a0e9;
	padding: 2px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}
#information dl {
	display: flex;
	flex-wrap: wrap;
}
#information dl dt {
	width: 110px;
}
#information dl dd {
	width: 719px;
}
#information .note {
	margin-top: 20px;
	text-align: right;
	font-size: 13px;
}

/*====================
con_navigation
====================*/
#con_navigation {
	margin: 60px 0;
}
#con_navigation ul.con_navigation_inner {
    width: 830px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#con_navigation ul.con_navigation_inner li {
	width: calc((100% - 20px) / 3);
	height: 120px;
	margin: 0 0 0 10px;
	border-radius: 10px;
	background: #4b2300;
}
#con_navigation ul.con_navigation_inner li:nth-of-type(3n-2) {
    margin-left: 0;
}
#con_navigation ul.con_navigation_inner li:nth-of-type(n+4) {
    margin-top: 10px;
}
#con_navigation ul.con_navigation_inner li a {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 35px 25px 25px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
#con_navigation ul.con_navigation_inner li.rows02 a {
	padding: 20px 25px 25px;
}
#con_navigation ul.con_navigation_inner li a:after {
	position: absolute;
    content: "";
    width: 14px;
    height: 12px;
    bottom: 20px;
    left: 50%;
    margin-left: -3.5px;
    background: url(/hello-chocolate/lesson/images/nav_ic01.png);
}

/*====================
link_box
====================*/
.link_box {
	background: url(/hello-chocolate/lesson/images/bg_link_box.png) no-repeat center top;
	padding-top: 35px;
	height: 236px;
	text-align: center;
}
.link_box .link_box_txt {
	font-size: 18px;
	margin: 0 0 10px;
}
.link_box .link_box_btn a {
	display: inline-block;
	width: 600px;
	padding: 25px;
	background: #4b2300;
	color: #fff;
	font-size: 18px;
}
.link_box i:first-of-type {
    margin-right: 10px;
}
/*====================
ABOUT
====================*/
#about {
	/* background: url(/hello-chocolate/lesson/images/bg_about.png) no-repeat center top; */
	padding-top: 60px;
	height: 768px;
	margin-bottom: 0;
}
#about .about_inner {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	border: solid 1px #4b2302;
}
#about .about_inner ul.note li {
	font-size: 14px;
}

/*====================
STEP
====================*/
#step {
	padding-top: 80px;
	margin-bottom: 0;
}
#step .step_list {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*safari*/
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#step .step_list li {
	width: 240px;
	background: #f5efe9;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 25px 25px;
}
#step .step_list li:nth-child(n+2):before {
	font-family: FontAwesome;
	content: '\f101';
	color: #00a0e9;
	position: absolute;
	font-size: 45px;
	left: -40px;
	top : calc(50% - 22px);
	line-height: 1;
	font-weight: normal;
}
#step .step_list li h3 {
	text-align: center;
	margin-bottom: 20px;
}
#step .step_list li h3 img {
	display: inline-block;
	height: 25px;
	width: auto;
}
#step ul.note li {
	font-size: 14px;
}

/*====================
RESERVATION 
====================*/
#reservation {
	padding-top: 60px;
}
#reservation .reservation_point_outer {
	text-align: center;
}
#reservation .reservation_point {
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
}
#reservation .reservation_point li:before {
	font-family: FontAwesome;
	content: '\f00c';
	color: #00a0e9;
	margin-right: 10px;
	font-weight: normal;
}
#reservation .calendar_wrap {
	border-radius: 4px;
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
#reservation h3,
#about h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
#reservation .calendar_note{
	margin-bottom: 0;
	font-size: 14px;
}

/*注意・個人情報*/
#reservation .attention,#reservation .privacy,
#about .attention,#about .privacy {
	font-size: 14px;
}
#reservation .attention, 
#about .attention {
	margin-bottom: 30px;
}
#reservation .privacy p,
#about .privacy p {
	margin-bottom: 5px;
}
#reservation ol > li,
#about ol > li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 5px;
}
#reservation .attention ol p.note,
#reservation .privacy ol ul,
#about .attention ol p.note,
#about .privacy ol ul {
	margin-top: 5px;
}

/*====================
	attention_box 
====================*/
#attention_box {
	padding-top: 70px;
}
#attention_box .attention ol.note li {
	font-size: 14px;
}

/*====================
inquiry
====================*/
#inquiry {
	width: 830px;
	margin: 0 auto 80px;
	padding: 25px 30px;
	border-radius: 4px;
	border: solid 1px #3d3d3d;
	background: rgba(255,255,255,0.5);
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*safari*/
	display: flex;
	-webkit-align-items: center; /*safari*/
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#inquiry h2 {
	width: auto;
	font-size: 24px;
	line-height: 1;
	color: #3d3d3d;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#inquiry h2:after {
	border: none !important;
}
#inquiry .inquiry_detail {
	border-left: solid 1px #3d3d3d;
	padding-left: 30px;
}
#inquiry .office {
	font-size: 24px;
}
#inquiry .office span.phone_num {
	font-size: 28px;
	font-weight: bold;
	margin-left: 10px;
}
#inquiry .office span.phone_num a,
#inquiry .office span.phone_num a:link,
#inquiry .office span.phone_num a:hover,
#inquiry .office span.phone_num a:active,
#inquiry .office span.phone_num a:visited {
	color: #3d3d3d;
	font-weight: bold;
}
#inquiry .office span.phone_num i {
	margin-right: 5px;
}

/*電話番号リンクをスマホのみ*/
@media (min-width: 641px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/* ～640px For SP
====================================================*/

@media screen and (max-width: 640px), print {
section.contents_wrap {
	padding-top: 60px;
}
section.contents_wrap > section {
	margin-bottom: 10vw;
}
section .section_inner {
	margin: 0 4vw;
	width: auto;
}
/*見出し*/

.contents_wrap h2 {
	font-size: 19px;
	padding-bottom: 0;
	margin: 0 0 30px;
	width: auto;
}
/*予約ボタン*/
a.btn_reservation, a.btn_instructor {
	width: 77vw;
	margin: 0 auto 35px;
	font-size: 15px;
	line-height: 15px;
	padding: 18px;
}
/*注釈インデント*/
p.note, ul.note li {
	font-size: 11px;
}

/*====================
header_brand
====================*/
#header_brand {
    height: 50px;
}
#header_brand .header_brand_inner {
    height: 50px;
}
#header_brand .header_brand_inner .header_brand_logo {
    padding: 14px 20px;
}
#header_brand .header_brand_inner .header_brand_logo img {
    height: 20px;
}

/*====================
MAIN VISUAL
====================*/
.main_area {
	background: url(/hello-chocolate/lesson/images/bg_main_sp.png?2406) no-repeat center center;
	background-size: cover;
	/* padding-top: calc(100%*688/750); */
	padding-top: calc(100%*488/750);
	position: relative;
	height: auto;
}
.main_area h1 {
	position: absolute;
	width: 48vw;
	top: 25%;
	left: calc(50% - 24vw);
}
#mv_slide {
	height: 115px;
	margin-bottom: 25px;
	-webkit-animation: bgroop-sp 30s linear infinite;
	animation: bgroop-sp 30s linear infinite;
}

/*====================
notice
====================*/
.notice {
	width: auto;
	margin: 0 4% 7vw;
	padding: 20px;
}
.notice figure {
	margin: 2vw 0 3vw;
}
.notice figure img {
	width: 60vw;
}
.notice p {
	font-size: 15px;
}
.notice ul.note {
	text-align: left;
	font-size: 12px;
}

/*====================
information
====================*/
#information {
	width: auto;
	margin: 0 4% 6vw;
}
#information .information_inner {
	width: auto;
	padding: 2.5vw 4vw;
	font-size: 12px;
}
#information h2 {
	margin: 0 0 5px;
}
#information dl {
	flex-flow: column;
}
#information dl dt {
	width: auto;
	font-weight: bold;
	font-size: 14px;
}
#information dl dd {
	width: auto;
}
#information ul li.new dd:before {
	content: none;
}
#information ul li.new dt:after {
	content: "NEW";
	background: #00a0e9;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-left: 8px;
	line-height: 0;
}
#information p.note {
	margin-top: 10px;
	font-size: 11px;
	text-align: left;
}

/*====================
con_navigation
====================*/
#con_navigation {
	margin: 13.3vw 0;
}
#con_navigation ul.con_navigation_inner {
    margin: 0 4vw;
    width: auto;
}
#con_navigation ul.con_navigation_inner li {
	width: calc((100% - 1.5vw) / 2);
	height: 15.9vw;
	margin: 0 0 0 1.33vw;
	border-radius: 5px;
	background: #4b2300;
}
#con_navigation ul.con_navigation_inner li:nth-of-type(3n-2) {
    margin-left: 0;
}
#con_navigation ul.con_navigation_inner li:nth-of-type(n+4) {
    margin-top: 0;
}
#con_navigation ul.con_navigation_inner li:nth-of-type(2n-1) {
    margin-left: 0;
}
#con_navigation ul.con_navigation_inner li:nth-of-type(2n) {
    margin-left: 1.33vw;
}
#con_navigation ul.con_navigation_inner li:nth-of-type(n+3) {
    margin-top: 1.33vw;
}

#con_navigation ul.con_navigation_inner li a {
	padding: 4vw 2.6vw 2.6vw;
	font-size: 12px;
	line-height: 1.4;
}
#con_navigation ul.con_navigation_inner li.rows02 a {
	padding: 2.2vw 2.6vw 2.6vw;
}
#con_navigation ul.con_navigation_inner li a:after {
    width: 1.86vw;
    height: 1.59vw;
    bottom: 2.9vw;
    background-size: 1.86vw 1.59vw;
}

/*====================
link_box
====================*/
.link_box {
	background-image: url(/hello-chocolate/lesson/images/bg_sp_pattern03.png) !important;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	padding: 10.6vw 0 25vw !important;
	height: auto !important;
}
.link_box .link_box_txt {
	font-size: 15px;
	margin: 0 0 3.9vw;
}
.link_box .link_box_btn a {
	width: 79.9vw;
	padding: 3.9vw;
	font-size: 15px;
}

/*====================
	ABOUT
====================*/
#about {
	/* background-image: url(/hello-chocolate/lesson/images/bg_sp_pattern01.png), url(/hello-chocolate/lesson/images/bg_sp_pattern02.png) !important;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: top, bottom !important;
	padding: 20vw 0 25vw !important; */
	padding: 0!important;
	height: auto !important;
}
#about .about_inner {
	width: auto !important;
	height: auto;
	padding-top: 0;
}

/*====================
	STEP 
====================*/
#step {
	padding-top: 13vw;
}
#step .step_list {
	-webkit-flex-direction: column;
	flex-direction: column;
}
#step .step_list li {
	width: 100%;
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*safari*/
	display: flex;
	padding: 4vw 4vw 4vw 0;
	-webkit-align-items: center; /*safari*/
	align-items: center;
	margin-bottom: 6vw;
}
#step .step_list li:nth-child(n+2):before {
	font-family: FontAwesome;
	content: '\f103';
	color: #00a0e9;
	font-size: 45px;
	position: absolute;
	top: -7vw;
	left: calc(50% - 12px);
	line-height: 1;
	font-weight: normal;
}
#step .step_list li h3 {
	margin-bottom: 0;
	line-height: 1;
	width: 25vw;
	flex-shrink: 0;
}
#step .step_list li h3 img {
	height: 5vw;
}

/*====================
	RESERVATION 
====================*/
#reservation {
    padding-top: 13.3vw;
}
#reservation h3,
#about h3 {
	font-size: 14px;
	margin-bottom: 1.3vw;
}
#reservation .attention,
#reservation .attention p,
#reservation .privacy li,
#reservation .privacy,
#reservation .privacy p,
#reservation .privacy li,
#about .attention,
#about .attention p,
#about .privacy li,
#about .privacy,
#about .privacy p,
#about .privacy li {
	font-size: 12px;
}
#reservation .attention, 
#about .attention {
	margin-bottom: 6.5vw;
}

/*====================
	attention_box 
====================*/
#attention_box {
	padding-top: 7.9vw;
}
#attention_box .attention ol.note li {
	font-size: 12px;
}

/*====================
	inquiry
====================*/
#inquiry {
	width: auto;
	margin: 0 4% 13.3vw;
	padding: 10px 0 15px;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
#inquiry h2 {
	font-size: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #3d3d3d;
	width: 100%;
}
#inquiry .inquiry_detail {
	border-left: none;
	padding: 0;
}
#inquiry .office {
	font-size: 14px;
	line-height: 1.2;
}
#inquiry .office span.phone_num {
	font-size: 18px;
	margin-left: 0;
}
#inquiry .time {
	font-size: 11px;
}

}

/* メインビジュアルアニメーション
====================================================*/
@-webkit-keyframes bgroop-pc {
 from {
 background-position: 0 0;
}
 to {
 background-position: -1503px 0;
}
}
@keyframes bgroop-pc {
 from {
 background-position: 0 0;
}
 to {
 background-position: -1503px 0;
}
}
 @-webkit-keyframes bgroop-sp {
 from {
 background-position: 0 0;
}
 to {
 background-position: -960px 0;
}
}
@keyframes bgroop-sp {
 from {
 background-position: 0 0;
}
 to {
 background-position: -960px 0;
}
}
/*IEのみ*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
#information ul li.new dd::before{
	padding: 4px 5px 0
}
#information ul li.new dt::after{
	padding: 2px 5px 0;
}
}

@media screen and (min-width: 530px) and (max-width: 640px) {
#con_navigation ul.con_navigation_inner li a,
#con_navigation ul.con_navigation_inner li.rows02 a {
    font-size: 16px;
}
.link_box .link_box_txt {
    font-size: 18px;
}
}

/*====================
introduction
====================*/
#introduction {
	padding-top: 80px;
	margin-bottom: 0;
}

#introduction h2 {
	margin-bottom: 20px;
}

#introduction li {
	position: relative;
	padding: 5px 10px 5px 25px;
	font-size: 15px;
}

#introduction li::before {
	content: '■';
	position: absolute;
	left: 5px;
	top: 5px;
	color: #4b2302;
}

#introduction a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	margin: 30px auto;
	background: url(../images/icon_launch.svg) no-repeat right 20px center;
	background-size: 14px 14px;
	background-color: #4b2302;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 100vh;
}

#about .bnr {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding: 0 5%;
}

#about .bnr li {
	width: 48%;
	border: solid 1px #efefef;
	text-align: center;
}

#about .bnr li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #4b2302;
}

#about .bnr li img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

@media screen and (max-width: 640px), print {
	#about .bnr {
		margin-top: 20px;
		padding: 0;	
	}

	#about .bnr li a {
		font-size: 2.9vw;
	}

	#about .bnr li img {
		margin-top: 5px;
	}

	#introduction {
		padding-top: 10vw;
	}

	#introduction li {
		padding: 2px 2px 2px 20px;
		font-size: 3.2vw;
	}

	#introduction li::before {
		top: 2px;
	}

	#introduction a {
		width: 80%;
		font-size: 4vw;
	}
}