html, body, div, span,h1, h2, h3, h4, h5, h6,p, a, img, ol, ul, li, nav {
	margin: 0;
	padding: 0;
}
html{font-size: 62.5%;}
body{
	overflow-x: hidden;
	font-size: 1.4rem;
	  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
}




/*--------------------------------
終了
--------------------------------*/
.campaign_end {
	position:relative;
}
.campaign_end:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	background-color:rgba(0,0,0,0.7);
}
.campaign_end:after {
	content:"ご好評につき終了いたしました。";
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:64px;
	font-size:32px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	z-index:11;
}




/*--------------------------------
colorbox打ち消し
--------------------------------*/
#cboxTopLeft{background:none !important;width: 40px!important;height: 40px!important; }
#cboxTopCenter{background:none !important;width: 40px!important;height: 40px!important; }
#cboxTopRight{background:none !important;width: 40px!important;height: 40px!important; }
#cboxBottomLeft{background:none !important;width: 40px!important;height: 40px!important; }
#cboxBottomCenter{background:none !important;width: 40px!important;height: 40px!important; }
#cboxBottomRight{background:none !important;width: 40px!important;height: 40px!important; }
#cboxMiddleLeft{background:none !important;width: 40px!important;height: 40px!important; }
#cboxMiddleRight{background:none !important;width: 40px!important;height: 40px!important; }
#cboxLoadedContent{margin-bottom: 0!important;}
#cboxClose{ 
	top:0px!important;
	right:0px!important;
	width: 40px!important;
	height: 40px!important; 
	background: url(../img/icon_close.svg) no-repeat 0px 0px !important;}

#cboxContent {
	border-radius:10px;
}

/*SP*/
@media screen and (max-width: 767px){
	#cboxClose{ 
		top:0px!important;
		right:0px!important;
	}

	#cboxContent .wear {
		max-width: 100px;
	}
	#cboxContent .spec {
/*		max-width: 300px;*/
	}
}

/*PC*/
@media screen and (min-width: 768px){
	#cboxContent .wear {
		max-width: auto;
	}
	#cboxContent .spec {
		max-width: auto;
	}
}





/*--------------------------------
基本
--------------------------------*/
.container {
	overflow-x: hidden;
	padding-left: 0;
	padding-right: 0;
	width: 100% !important;
	max-width: 100% !important;
}
.inner {
	padding-left: 5%;
	padding-right: 5%;
	max-width: 955px;
	max-width: 972px;
	margin: 0 auto;
}

.bg_pink {
	background-color: #DC3A86;
}
.bg_yellow {
	background-color:rgba(255,236,0,0.1)
}
.bg_orange {
	background-color: #F38200;
}
.bg_blue {
	background-color: #21479D;
}
.bg_white {
	background-color: #fff;
}
.red {
	color: #DC000C;
}
.indent {
	padding-left:1em;
	text-indent:-1em;
}
.popup {
	position: relative;
	
	display: flex;
  justify-content: center;
/*  background: #ccc;*/
  flex-wrap: wrap;
  height: 100%;
}
.center {
	display: flex;
  align-items: center;
  justify-content: center
}
.scroll {
	overflow-x: scroll;
}
.scroll .img {
	
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stripe {
	position: relative;
}
.stripe:before {
	content:"";
	background: rgb(220,58,128);
	background: linear-gradient(-45deg, rgba(220,58,128,1) 0%, rgba(240,170,203,1) 50%, rgba(232,124,175,1) 60%, rgba(220,58,134,1) 100%);
 	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.stripe:after {
	content:"";
	background-color: rgba(229, 59, 135, 0.4) !important;
	background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 10px, transparent 0, transparent 20px)!important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.jyunbi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

/*PC*/
@media screen and (min-width: 768px){
	.pc_hidden {
		display:none;
	}
}

/*SP*/
@media screen and (max-width: 767px){
	.sp_hidden {
		display:none;
	}
	.jyunbi img {
		max-width:90%;
		margin: 0 auto;
	}
}


/*--------------------------------
メニュー
--------------------------------*/
#menu {
	z-index:1000;
	position:relative;
}
#navbtn {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
/*	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;*/
	width: 46px;
	height: 46px;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 8px;
	text-align: center;
	z-index: 999;
	-webkit-transition: background-color 0.1s ease-in-out 0s;
	-moz-transition: background-color 0.1s ease-in-out 0s;
	-o-transition: background-color 0.1s ease-in-out 0s;
	transition: background-color 0.1s ease-in-out 0s;
}
#navbtn.open {
	background-color: transparent;
	border: none;
}
#navbtn .label {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out 0s;
	-moz-transition: opacity 0.1s ease-in-out 0s;
	-o-transition: opacity 0.1s ease-in-out 0s;
	transition: opacity 0.1s ease-in-out 0s;
	margin:0 -4px;
}
#navbtn.open .label {
	opacity: 0;
}
#navbtn .menubtn {
	display: block;
	padding: 5px 8px 3px;
}
#navbtn .menubtn .handle {
	width: 28px;
	height: 22px;
	position: relative;
}
#navbtn .menubtn .handle span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000;
}
#navbtn .menubtn .handle span:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: #000;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
#navbtn .menubtn .handle span:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 5px;
	background: #000;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
#navbtn.open .menubtn .handle span {
	background-color: transparent;
}
#navbtn.open .menubtn .handle span:before {
	transform: rotate(45deg);
	margin-top: -1px;
}
#navbtn.open .menubtn .handle span:after {
	transform: rotate(-45deg);
	margin-top: -1px;
}


#menu nav {
	background-color: #fff;
/*	border: 1px solid #000;*/
/*	border-top-left-radius: 12px;*/
	border-bottom-left-radius: 12px;
	width: 230px;
	max-height: 90vh;
	overflow-y: scroll;
	position: absolute;
	top: 0px;
	right: -320px;
	-webkit-transition: right 0.2s ease-in-out 0s;
	-moz-transition: right 0.2s ease-in-out 0s;
	-o-transition: right 0.2s ease-in-out 0s;
	transition: right 0.2s ease-in-out 0s;
}
#navbtn.open + nav {
	right: 0;
}
#menu nav ul {
/*	padding: 40px 40px 30px 40px;*/
padding: 20px 0;
}
#menu nav ul li {
/*	display: block;*/
	line-height: 1;
	color: #fff;
	font-size: 20px;
/*	line-height: 40px;*/
	border-right:1px solid #000;
}
#menu nav ul li:last-of-type{
	border-right:0px;
}
#menu nav ul li a {
/*	display: block;*/
/*	border: solid 2px #000;*/
/*	width: 7em;*/
	text-align: center;
	box-sizing: border-box;
/*	font-weight: bold;*/
	color:#000000;
}
@media screen and (max-width: 767px){
	#menu nav {
		padding:20px 30px 10px 30px;
	}
	#menu nav ul li {
		font-size: 16px;
		text-align: center;
		border-bottom:1px solid #000;
		border-right: none;
	}
	#menu nav ul li:last-of-type{
		border-bottom:0px;
	}
	#menu nav ul li a {
		display:block;
		padding:20px 8px;
	}
}

#menu nav ul li + li {
/*	margin-top: 10px;*/
}
#menu nav ul li.sp_hidden {
	display: none;
}
@media (min-width: 768px) {
	#menu {
		position: static;
	}
	#menu nav {
		background-color: #fff;
		border: none;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		width: 100%;
		position: static;
		overflow-y: auto;
	}
	#menu nav ul {
/*		padding: 50px 0 0;*/
/*		padding: 2.6vw 0 0;*/
		text-align: center;
		max-width: 955px;
		margin: 0 auto;
	}
	#menu nav ul li {
		display: inline-block;
		padding: 5px 28px;
		/*font-size: 1.85vw;*/
/*		font-size: 26px;*/
/*		line-height: 2.25em;*/
/*		margin: 0 5px;*/
/*		margin: 0 0.15vw;*/
	}
	#menu nav ul li.sp_hidden {
/*		display: inline-block;*/
	}
	#menu nav ul li a {
		border-bottom: none;
/*		width: 4.2em;*/
	}
}
@media (min-width: 768px) and (max-width: 1280px) {
	#menu nav ul li {
/*		font-size: 1.85vw;*/
	}
}


/*--------------------------------
5大特典
--------------------------------*/
@media screen and (max-width: 767px){
	#tokuten {
		padding-top: 65px;
	}
}

/*--------------------------------
予約
--------------------------------*/

/*PC*/
@media screen and (min-width: 768px){
/*@media screen and (max-width: 767px){*/
	#yoyaku .kotira, 
	#yoyaku2 .kotira {
		float: left;
		margin-top: 32px;
		margin-right: 1%;
		width: 25%;

	}

	#yoyaku .tel1, #yoyaku .tel2,
	#yoyaku2 .tel1, #yoyaku2 .tel2 {
		width: 74%;
		float:left;
	}

}
.schedule_title {
	font-size: 18px;
}
.schedule .inner {
	margin: 0;
	max-width:100%;
	padding-right:0;
}

/*--------------------------------
取扱学校
--------------------------------*/

.school_list {
	width: 100%;
	display: flex;
  flex-flow: row wrap;
	align-content: space-between;
  align-items: center;
}
.school_list .img_wrap {
	flex-basis: 50%;
	padding: 10px;
}

/*PC*/
@media screen and (min-width: 768px){
	.pc_hidden {
		display:none;
	}
	.school_list {
		width: 914px;
	  margin: 0 auto;
	  padding-top: 10px;
    padding-bottom: 10px;
	}
	.school_list .img_wrap {
		flex-basis: 25%;
	}
}

/*--------------------------------
トンボ商品
--------------------------------*/

/*PC*/
@media screen and (min-width: 768px){
	#items .inner {
		width: 972px;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#items .inner > div {
		float:right;
	}
	#items .inner > div:nth-of-type(1) {
		float:left;
	}
}


/*--------------------------------
Q&A
--------------------------------*/
#qa .maintitle {
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
}
.qa_list {
	background-color: #DEE8FF;
	padding:30px;
}
.qa_wrap {
	background-color:#fff;
	padding:10px 20px;
	border-radius: 20px;
	margin-bottom: 16px;
}
.qa_wrap:last-of-type{
	margin-bottom: 0px;
}
.qa_wrap .question {
	font-size: 16px;
	cursor: pointer;
	position:relative;
}
.qa_wrap .question:after {
	font-size:20px;
	content: "＋";
	position:absolute;
	text-align: center;
	right: 0px;
	top: 50%;
	margin-top: -14px;
	color: #21479D;
}

.qa_wrap .question.open:after {
	content: "ー";
}
.qa_wrap .question .circle {
	position:relative;
	padding-left: 2.25em;
}
.qa_wrap .question .circle:before{
	left: 0;
	margin-top: -4px;
	content:"";
	position:absolute;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	border: 2px solid #21479D;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
	color: #21479D;
}
.qa_wrap .question .circle.q1:before{
	content:"Q1";
}
.qa_wrap .question .circle.q2:before{
	content:"Q2";
}
.qa_wrap .question .circle.q3:before{
	content:"Q3";
}
.qa_wrap .question .circle.q4:before{
	content:"Q4";
}
.qa_wrap .question .circle.q5:before{
	content:"Q5";
}



.qa_wrap .answer {
	display:none;
	margin-top: 16px;
}
.qa_wrap .title {
	font-size: 16px;
	color: #21479D;
	font-weight: bold;
}
.qa_wrap .answer .circle {
	position:relative;
	padding-left: 2.25em;
}
.qa_wrap .answer .circle:before {
	left: 0;
	margin-top: -4px;
	content:"A";
	position:absolute;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	border: 2px solid #21479D;
	color: #fff;
	display: inline-block;
	text-align: center;
	background-color :#21479D;
	margin-right: 8px;

}

.qa_wrap .subtitle {
	font-size: 16px;
	font-weight: bold;
/*	padding-left:2.5em;
	text-indent:-2.5em;*/
	margin-top: 16px;


}
.qa_wrap .detail {
	font-size: 16px;
/*	padding-left:2.5em;*/
	margin-top: 16px;
}

.table th {
	background-color:#D6F2FF;
	font-weight:normal;
}


/*--------------------------------
アクセス
--------------------------------*/


	#access .maekawa,
	#access .kawaguchi {
		margin-top: 20px;
	}


/*PC*/
@media screen and (min-width: 768px){
	#access .inner {
		max-width: 900px;
	}
	#access .map,
	#access .maekawa,
	#access .kawaguchi {
		float:left;
		margin-top:0;
	}
	#access .maekawa{
		float:left;
		margin-left: 20px;
	}
	#access .kawaguchi {
		float:left;
		margin-left: 20px;
	}

}






