@charset "utf-8";
/* CSS Document */


/*================================

★★lesson/tourと共通使用★★

================================*/

/*====================
基本
====================*/
/*枠*/
section.contents_wrap {
	background: #fff;
	padding: 0 0 90px;
}
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;
}
/*====================
MAIN VISUAL
====================*/
.main_area {
	height: 473px;
	background: url(/sweets/hello-chocolate/lesson/images/bg_main.png) no-repeat center top;
	padding-top: 135px;
}
#mv_slide {
	background-image: url(/sweets/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;
}
/*====================
ABOUT
====================*/
#about {
	background: url(/sweets/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-top: 30px;
}

/*====================
STEP
====================*/
#step {
	background: url(/sweets/hello-chocolate/lesson/images/bg_step.png) no-repeat center top;
	padding-top: 80px;
}
#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;
}
/*====================
RESERVATION 
====================*/
#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 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
#reservation .calendar_note{
	margin-bottom: 70px;
}
/*注意・個人情報*/
#reservation .attention,#reservation .privacy {
	font-size: 14px;
}
#reservation .attention{
	margin-bottom: 30px;
}
#reservation .privacy p {
	margin-bottom: 5px;
}
#reservation ol > li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 5px;
}
#reservation .attention ol p.note,
#reservation .privacy ol ul {
	margin-top: 5px;
}
/*====================
inquiry
====================*/
#inquiry {
	width: 830px;
	margin: 0 auto 35px;
	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 i {
	margin-right: 5px;
}
#link_area {
	height: 414px;
	background: url(/sweets/hello-chocolate/lesson/images/bg_link-area.png) no-repeat top center;
	padding-top: 145px;
}
#link_area ul {
	display: flex;
	justify-content: center;
}
#link_area ul li {
	text-align: center;
	width: 230px;
}
#link_area ul li figure {
	width: 170px;
	margin: 0 auto;
}
#link_area ul li a{
	display: block;
	color: #3d3d3d;
}
#link_area ul li p {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	margin-top: 10px;
}
#link_area ul li p::before {
	position: absolute;
	content: "";
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 10px;
}
/*====================
SNS
====================*/
.sns {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*safari*/
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.sns li {
	width: 50px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.sns li:not(:first-child) {
	margin-left: 25px;
}
section.contents_wrap .sns li a:hover {
	opacity: 1;
}

/*====================
banner
====================*/
.banner a {
	display: block;
	width: 323px;
	margin: 50px auto 0;
}

/* 641px～ For SP
====================================================*/

@media screen and (max-width: 640px), print {
section.contents_wrap {
	background-image: url(/sweets/hello-chocolate/lesson/images/bg_sp_pattern01.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 25vw;
}
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;
}
/*====================
MAIN VISUAL
====================*/
.main_area {
	background: url(/sweets/hello-chocolate/lesson/images/bg_main_sp.png) no-repeat center top / contain;
	padding-top: calc(100%*688/750);
	position: relative;
	height: auto;
}
.main_area h1 {
	position: absolute;
	width: 48vw;
	top: 31%;
	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;
}
/*====================
	ABOUT
====================*/
#about {
	background-image: url(/sweets/hello-chocolate/lesson/images/bg_sp_pattern01.png), url(/sweets/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;
	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 h3 {
	font-size: 14px;
	margin-bottom: 1.3vw;
}
#reservation .attention, #reservation .privacy {
	font-size: 11px;
}
#reservation .attentionr{
	margin-bottom: 6.5vw;
}
/*====================
	inquiry
====================*/
#inquiry {
	width: auto;
	margin: 0 4% 50px;
	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;
}
#link_area {
	height: 65.6vw;
	background: url(/sweets/hello-chocolate/lesson/images/bg_link-area_sp.png) no-repeat top center/ 100% auto;
	padding: 19vw 15vw 0;
	margin-bottom: 13vw;
}
#link_area ul {
	height: 38vw;
	/* align-items: center; */
	font-size: 11px;
}
#link_area ul li {
	width: 33vw;
}
#link_area ul li figure {
	width: auto;
}
#link_area ul li p {
	margin-top: 3vw;
	line-height: 1.4;
}
#link_area ul li p::before {
	top: 5px;
}
/*====================
SNS
====================*/
.sns li {
	width: 13vw;
}
.sns li:not(:first-child) {
	margin-left: 6vw;
}
/*====================
banner
====================*/
.banner a {
	margin: 10vw auto 0;
	width: 86vw;
}
}


/* メインビジュアルアニメーション
====================================================*/
@-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;
}
}
